@charset "UTF-8";
:root {
  --text-max: #baa250;
  --text: #000;
  --text-dark:#666;
  --text-brown:#221815;
  --text-white:#fff;
  --text-disabled:#ccc;
  --text-error: #ff6c00;
  --text-blue: #0099b3;
  --border-white:#fff;
  --border-gray:#e9e9e9;
  --border-table:#ccc;
  --background-white:#fff;
  --background-lightgray:#f6f6f6;
  --background-blue:#0099b3;
  --background-lightblue:#e5f4f7;
  --background-lightgray2:#ccc;
  --message-success:rgba(0,153,179,1);
  --message-error:rgba(185,7,7,1);
}

* {
  box-sizing: border-box;
}

_:-ms-input-placeholder .main-content, :root .main-content {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.for_pc {
  display: block;
}

.for_sp {
  display: none;
}
/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.mod-widget-overlay {
  background-color: rgba(0, 153, 179, 0.5);
}

.mod-widget-modal__close {
  right: 10px;
  top: 10px;
}

.mod-widget-modal__content {
  border-radius: 30px;
}

.mod-widget-modal__button {
  background-color: #0099b3;
  border-radius: 9999px;
}
.mod-widget-modal__button:hover, .mod-widget-modal__button:focus {
  background-color: rgba(0, 153, 179, 0.5);
}

strong:not([class]) {
  color: #d60000;
}

.mod-button-02__item {
  background-color: #0099b3 !important;
  border-bottom: 2px solid #0099b3 !important;
  border-radius: 99999px;
  min-width: auto;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  transition: 0.3s;
  font-size: 2.2rem;
}
.mod-button-02__item--bold {
  font-weight: bold;
}
.mod-button-02__item:hover {
  opacity: 0.5;
}
.mod-button-02__item--small {
  font-size: 1.8rem;
}

.mod-button__item {
  border-radius: 99999px;
  min-width: auto;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  transition: 0.3s;
}
.mod-button__item:hover {
  background-color: var(--background-lightblue) !important;
}
.mod-button__item--bold {
  font-weight: bold;
}
.mod-button__item--back::after {
  right: auto;
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}

.mod-widget-modal__text {
  display: none;
}

/*
*{
  outline: none!important;
}
*/
.l-header-area__inner .l-header-logo2 {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 40px;
  text-indent: -99999px;
  background-image: url("/common/tb/img/logo_add_for_header_pc.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.section {
  width: 100%;
}
.section__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5.7rem;
}
.section__pub-title {
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  color: var(--text-blue);
  line-height: 1;
  margin-bottom: 5rem;
}
.section__pub-text {
  text-align: center;
  font-size: 1.8rem;
  color: var(--text-brown);
  line-height: 1;
  margin-bottom: 35px;
}

.loginbox {
  width: 46rem;
  margin: 0 auto;
  border: 5px solid var(--border-gray);
  padding: 50px 0 40px;
}
.loginbox__title {
  color: var(--text-max);
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.loginbox__each {
  width: 70%;
  margin: 15px auto;
  color: var(--text-dark);
  font-size: 1.6rem;
}
.loginbox__error {
  text-align: center;
  color: var(--text-error);
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.loginbox__btn {
  width: 70%;
  margin: 20px auto 0;
}

.admin-header {
  width: 100%;
  margin: 0 auto;
  background-color: var(--background-lightgray);
}
.admin-header__wrapper {
  width: 92.3%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.admin-header__logo {
  color: var(--text-max);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2rem;
}
.admin-header__each {
  display: inline-block;
  padding: 20px 0;
  margin: 0 15px;
  line-height: 1;
  color: var(--text-blue);
  font-size: 1.8rem;
  transition: 0.3s;
}
.admin-header__each:hover {
  opacity: 0.5;
}

.admin-list__header {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 10px;
  position: relative;
  text-align: right;
}
.admin-list__pagenum-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}
.admin-list__pagenum-info--color {
  color: var(--text-blue);
}
.admin-list__save-btn {
  width: auto;
  display: inline-block;
}
.admin-list__save-btn-main {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.admin-list__save-btn-main-item {
  padding: 5px 25px;
  font-size: 1.5rem;
  line-height: 1;
  outline: 0;
  border: none !important;
}
.admin-list__save-btn-main-item::after {
  display: none;
}
.admin-list__all-or-selected {
  display: inline-block;
  margin-left: 20px;
  line-height: 1;
}
.admin-list__all-or-selected-a {
  color: var(--text);
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
  font-size: 1.6rem;
}
.admin-list__all-or-selected-a:hover {
  opacity: 0.5;
}
.admin-list__all-or-selected-a--disabled {
  color: var(--text-disabled);
  opacity: 1 !important;
  font-size: 1.6rem;
  cursor: default;
  pointer-events: none;
}
.admin-list__body {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.admin-list__table {
  width: 100%;
  border: 1px solid var(--border-table);
}
.admin-list__thtr {
  background-color: var(--background-blue);
}
.admin-list__th {
  font-weight: normal !important;
  line-height: 1;
  padding: 20px 15px;
  color: var(--text-white);
  font-size: 1.5rem;
  border-right: 1px solid var(--border-table);
}
.admin-list__th--checkbox {
  width: 18px;
}
.admin-list__tr {
  transition: 0.3s;
}
.admin-list__tr:hover {
  background-color: var(--background-lightblue);
}
.admin-list__td {
  padding: 14px 15px;
  border-right: 1px solid var(--border-table);
  border-bottom: 1px dotted var(--border-table);
  position: relative;
  font-size: 1.5rem;
}
.admin-list__td--checkbox {
  width: 48px;
}
.admin-list__td--id {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.admin-list__td--date {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.admin-list__td--title {
  cursor: pointer;
}
.admin-list__td--name {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.admin-list__td--address {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.admin-list__td--age {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.admin-list__checkbox {
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.admin-list__checkbox-span {
  padding-left: 0;
  display: block;
  width: 18px;
  height: 18px;
}
.admin-list__checkbox-span::before {
  top: 0;
}
.admin-list__checkbox-span::after {
  top: 3px;
}

.paginate {
  text-align: center;
  white-space: nowrap;
  margin-top: 28px;
}
.paginate__arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: var(--background-blue);
  border-radius: 4px;
  color: #fff;
  line-height: 45px;
  transition: 0.3s;
}
.paginate__arrow:hover {
  opacity: 0.5;
}
.paginate__arrow--disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}
.paginate__body {
  display: inline-block;
  margin: 0 25px;
}
.paginate__each {
  border: 1px solid var(--border-table);
  width: 35px;
  height: 35px;
  display: inline-block;
  color: var(--text);
  transition: 0.3s;
}
.paginate__each:hover {
  color: var(--text-white);
  background-color: var(--background-blue);
}
.paginate__each--active {
  color: var(--text-white);
  background-color: var(--background-blue);
  pointer-events: none;
}
.paginate__each--omit {
  border: 1px solid var(--border-white);
  pointer-events: none;
}

.download {
  width: 44rem;
  margin: 0 auto;
}
.download__title {
  color: var(--text);
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6rem;
}
.download__btn {
  width: 100%;
  margin: 25px auto 0;
}

.detail {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 3.7rem;
}
.detail__title {
  background-color: var(--background-blue);
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  color: var(--text-white);
  padding: 15px 0;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.detail__btn {
  width: 285px;
  margin: 0 auto;
}
.detail__btn-2wrapper {
  width: 550px;
  margin: 0 auto;
  display: flex;
}
.detail__btn-oneOf2 {
  width: 260px;
  margin: 0 15px;
}
.detail__grayButton {
  background-color: var(--background-lightgray2) !important;
  border-bottom: 2px solid var(--background-lightgray2) !important;
}
.detail__grayButton::after {
  right: auto;
  left: 18px;
  transform: translateY(-50%) rotate(180deg);
}
.detail__before-btn-txt {
  font-size: 1.6rem;
  color: var(--text-brown);
  text-align: center;
  margin: 40px 0;
  line-height: 1;
}

.certificate {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.caution {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--border-table);
  padding: 50px 70px;
}
.caution__title {
  font-size: 2.4rem;
  font-weight: normal;
  color: var(--text);
  line-height: 1;
  margin-bottom: 24px;
}
.caution__list-list {
  font-size: 1.6rem;
  color: var(--text-brown);
  line-height: 1.6;
}
.caution__list-list li::before {
  top: 9px;
  width: 7px;
  height: 7px;
}
.caution__list-list--child {
  margin-top: 10px;
}
.caution__list-list--child li::before {
  top: 9px;
  width: 3px;
  height: 3px;
}

.info-table {
  width: 100%;
}
.info-table__each {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: stretch;
}
.info-table__each-title {
  padding: 2%;
  width: 25%;
  line-height: 1.6;
  margin-right: 1%;
  margin-top: 1%;
  color: var(--text-brown);
  background-color: var(--background-lightblue);
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  word-break: break-all;
}
.info-table__each-title--required .info-table__each-title-text {
  position: relative;
  margin-left: 55px;
}
.info-table__each-title--required .info-table__each-title-text::before {
  content: "必須";
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  background-color: var(--background-blue);
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 3px 4px;
  position: absolute;
  top: 3px;
  left: -55px;
}
.info-table__each-title-blue {
  color: var(--text-blue);
  font-size: 1.5rem;
}
.info-table__each-content {
  padding: 2%;
  width: 75%;
  margin-top: 1%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: var(--text-brown);
  line-height: 1.8;
  word-break: break-all;
}
.info-table__each-content--episode-title {
  min-width: 20em;
}
.info-table__picture {
  width: 430px;
  height: 280px;
  background-color: var(--background-lightgray);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
.form-header__instruction {
  font-size: 1.8rem;
  color: var(--text-brown);
  text-align: center;
  margin-bottom: 45px;
}
.form-header__instruction--sub {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
  font-size: 1.4rem;
}
.form-header__a {
  color: var(--text-blue);
  transition: 0.3s;
  text-decoration: underline;
}
.form-header__a:hover {
  opacity: 0.5;
}
.form-header__step {
  width: 100%;
  height: 0;
  padding-top: 6%;
  text-indent: -99999px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.form-header__step--1 {
  background-image: url("/img/step1_pc.png");
}
.form-header__step--2 {
  background-image: url("/img/step2_pc.png");
}
.form-header__step--3 {
  background-image: url("/img/step3_pc.png");
}
.form-header__step--4 {
  background-image: url("/img/step4_pc.png");
}
.form-header__error-message {
  margin-top: 3rem;
  text-align: center;
  color: var(--text-error);
  font-size: 1.6rem;
  font-weight: bold;
}

.form-parts {
  width: 100%;
}
.form-parts__instruction {
  line-height: 1.6;
  font-size: 1.3rem;
  color: var(--text-brown);
}
.form-parts__input {
  width: 100%;
  margin: 10px 0;
  font-size: 1.3rem;
  line-height: 2;
}
.form-parts__input--long {
  width: 85%;
  display: inline-block;
}
.form-parts__input--small {
  width: 21.5%;
  display: inline-block;
}
.form-parts__input--size02 {
  max-width: 250px;
}
.form-parts__input--short {
  width: 85px;
  display: inline-block;
}
.form-parts__input--other {
  width: 72%;
  display: inline-block;
}
.form-parts__error {
  margin-top: 10px;
  color: var(--text-error);
  font-size: 1.3rem;
  font-weight: bold;
}
.form-parts__count-and-error--long {
  width: 85%;
}
.form-parts__count-and-error--sp100 {
  width: 85%;
}
.form-parts__count-and-error--size02 {
  max-width: 250px;
}
.form-parts__count {
  width: 100%;
  text-align: right;
  font-size: 1.3rem;
  margin-top: -23px;
}
.form-parts__count--after-button {
  margin-top: -48px;
}
.form-parts__smalltitle {
  font-size: 1.8rem;
  color: var(--text-brown);
  margin: 20px 0 10px;
}
.form-parts__picture {
  width: 215px;
  height: 140px;
  background-color: var(--background-lightgray);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-parts__delete-picture {
  color: var(--text-blue);
  transition: 0.3s;
}
.form-parts__delete-picture:hover {
  opacity: 0.5;
}
.form-parts__arrange-button {
  display: inline-block;
  width: 240px !important;
  cursor: pointer;
}
.form-parts__arrange-button .mod-button-02__item {
  padding: 10px 0 !important;
  font-size: 1.6rem;
  font-weight: bold;
}

.thanks {
  text-align: center;
}
.thanks__title {
  color: var(--text-blue);
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1;
  padding-top: 30px;
  margin-bottom: 45px;
}
.thanks__text {
  color: var(--text-brown);
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  line-height: 1.6;
}
.thanks__download {
  width: 600px;
  margin: 0 auto 25px;
  background-color: var(--background-lightblue);
  padding: 40px 0;
}
.thanks__download-text {
  font-size: 1.6rem;
  color: var(--text-brown);
  line-height: 1;
  margin-bottom: 25px;
}
.thanks__download-button {
  width: 285px;
  margin: 0 auto;
}
.thanks__list {
  display: inline-block;
  text-align: left;
  margin-bottom: 60px;
  font-size: 1.4rem;
}
.thanks__list li::before {
  top: 10px;
  width: 3px;
  height: 3px;
}

.message {
  width: 70%;
  padding: 20px 50px;
  border-radius: 0 0 20px 20px;
  position: fixed;
  z-index: 10000;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-white);
  text-align: center;
  font-weight: bold;
}
.message--success {
  background-color: var(--message-success);
}
.message--error {
  background-color: var(--message-error);
}
.message--active {
  animation-name: goMessage;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

@keyframes goMessage {
  0% {
    top: -100%;
    opacity: 0;
  }
  30% {
    top: 0;
    opacity: 1;
  }
  70% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}
.maintenance {
  font-size: 2.2rem;
  color: var(--text);
  line-height: 2;
  margin-top: 22rem;
  margin-bottom: 22rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  .mod-button-02__item {
    font-size: 5.2vw;
    opacity: 1;
  }
  .mod-button-02__item:hover {
    opacity: 1;
  }
  .mod-button-02__item--small {
    font-size: 3.7333333333vw;
  }
  .mod-button__item {
    opacity: 1;
    font-size: 5.2vw;
  }
  .mod-button__item:hover {
    background-color: var(--background-white) !important;
  }
  .l-header-area__inner .l-header-logo2 {
    display: none;
  }
  .section__title {
    font-size: 6vw;
    margin-bottom: 6.1333333333vw;
  }
  .section__pub-title {
    font-size: 6.6666666667vw;
    margin-bottom: 7.3333333333vw;
  }
  .section__pub-text {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 7.3333333333vw;
  }
  .loginbox {
    width: 86.6666666667vw;
    margin: 0 auto;
    padding: 8vw 0 8vw;
  }
  .loginbox__title {
    font-size: 5.3333333333vw;
  }
  .loginbox__each {
    font-size: 3.4666666667vw;
  }
  .loginbox__error {
    font-size: 3.0666666667vw;
  }
  .admin-header__wrapper {
    width: 89.33%;
    max-width: 89.33%;
    text-align: right;
  }
  .admin-header__logo {
    font-size: 3.4666666667vw;
  }
  .admin-header__each {
    font-size: 3.2vw;
    padding: 4.6666666667vw 0;
    margin: 0 0 0 1.3333333333vw;
    transition: none;
  }
  .admin-header__each:hover {
    opacity: 1;
  }
  .admin-list__header {
    width: 89.3333333333vw;
    max-width: auto;
    margin: 0 auto 16.6666666667vw;
    height: 16.6666666667vw;
  }
  .admin-list__pagenum-info {
    top: auto;
    transform: none;
    bottom: 0;
    font-size: 4vw;
  }
  .admin-list__save-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .admin-list__save-btn-main-item {
    font-size: 3.4666666667vw;
    padding: 2.4vw 4vw;
  }
  .admin-list__all-or-selected {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 0;
  }
  .admin-list__all-or-selected-a {
    font-size: 4vw;
  }
  .admin-list__all-or-selected-a--disabled {
    font-size: 4vw;
  }
  .admin-list__body {
    width: 89.3333333333vw;
    max-width: auto;
  }
  .admin-list__th {
    padding: 5.3333333333vw 4vw;
    font-size: 4vw;
  }
  .admin-list__th--date {
    display: none;
  }
  .admin-list__th--name {
    display: none;
  }
  .admin-list__th--address {
    display: none;
  }
  .admin-list__th--age {
    display: none;
  }
  .admin-list__tr:hover {
    background-color: var(--background-white);
  }
  .admin-list__td {
    padding: 4vw 4vw;
    font-size: 4vw;
  }
  .admin-list__td--date {
    display: none;
  }
  .admin-list__td--name {
    display: none;
  }
  .admin-list__td--address {
    display: none;
  }
  .admin-list__td--age {
    display: none;
  }
  .paginate {
    margin-top: 7.7333333333vw;
  }
  .paginate__arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
  }
  .paginate__body {
    margin: 0 2.6666666667vw;
  }
  .paginate__each {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .paginate__each:hover {
    color: var(--text);
    background-color: var(--background-white);
  }
  .download {
    width: 82.6666666667vw;
    margin: 0 auto;
  }
  .download__title {
    font-size: 5.3333333333vw;
  }
  .detail {
    width: 100%;
    max-width: none;
    margin: 0 auto 8vw;
  }
  .detail__title {
    font-size: 5.3333333333vw;
    padding: 4vw 0;
    margin-bottom: 6vw;
  }
  .detail__btn {
    width: 60vw;
  }
  .detail__btn--long {
    width: 89.3333333333vw;
  }
  .detail__btn-2wrapper {
    width: 89.3333333333vw;
    display: block;
  }
  .detail__btn-oneOf2 {
    width: 89.3333333333vw;
    margin: 3.3333333333vw 0;
  }
  .detail__before-btn-txt {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
  .certificate {
    width: 100%;
  }
  .caution {
    width: 100%;
    max-width: none;
    padding: 8.6666666667vw 6vw;
  }
  .caution__title {
    font-size: 5.3333333333vw;
    margin-bottom: 6vw;
  }
  .caution__list-list {
    font-size: 3.7333333333vw;
  }
  .caution__list-list li::before {
    top: 2vw;
    width: 7px;
    height: 7px;
  }
  .caution__list-list--child li::before {
    top: 2vw;
    width: 4px;
    height: 4px;
  }
  .info-table__each {
    flex-direction: column;
  }
  .info-table__each-title {
    padding: 2vw 6%;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    font-size: 4.2666666667vw;
    justify-content: center;
    position: relative;
  }
  .info-table__each-title--required::before {
    content: "必須";
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 3.3333333333vw;
    background-color: var(--background-blue);
    color: #fff;
    font-weight: normal;
    line-height: 1;
    padding: 1.3333333333vw 2vw;
    position: absolute;
    top: 50%;
    left: 2.2666666667vw;
    transform: translateY(-50%);
  }
  .info-table__each-title--required .info-table__each-title-text {
    margin-left: 0;
  }
  .info-table__each-title--required .info-table__each-title-text::before {
    display: none;
  }
  .info-table__each-title-blue {
    font-size: 3.4666666667vw;
    padding-left: 10px;
  }
  .info-table__each-content {
    padding: 4vw 0;
    width: 100%;
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
  .info-table__picture {
    width: 100%;
    padding-top: 71.25%;
  }
  .form-header {
    margin: 0 auto 8vw;
  }
  .form-header__instruction {
    font-size: 4vw;
    margin-bottom: 7.3333333333vw;
  }
  .form-header__instruction--sub {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .form-header__a:hover {
    opacity: 1;
  }
  .form-header__step {
    padding-top: 23.88%;
  }
  .form-header__step--1 {
    background-image: url("/img/step1_sp.png");
  }
  .form-header__step--2 {
    background-image: url("/img/step2_sp.png");
  }
  .form-header__step--3 {
    background-image: url("/img/step3_sp.png");
  }
  .form-header__step--4 {
    background-image: url("/img/step4_sp.png");
  }
  .form-header__error-message {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .form-parts__instruction {
    font-size: 3.4666666667vw;
  }
  .form-parts__input {
    font-size: 3.4666666667vw;
  }
  .form-parts__input--long {
    width: 90%;
  }
  .form-parts__input--sp100 {
    width: 100%;
  }
  .form-parts__input--small {
    width: 33.3333333333vw;
  }
  .form-parts__input--size02 {
    width: 75%;
    max-width: none !important;
  }
  .form-parts__input--short {
    width: 18.6666666667vw;
  }
  .form-parts__input--other {
    width: 64vw;
  }
  .form-parts__error {
    font-size: 3.4666666667vw;
  }
  .form-parts__count-and-error--long {
    width: 90%;
  }
  .form-parts__count-and-error--sp100 {
    width: 100%;
  }
  .form-parts__count-and-error--size02 {
    width: 75%;
    max-width: none;
  }
  .form-parts__count {
    margin-top: -6.4vw;
    font-size: 3.4666666667vw;
  }
  .form-parts__count--after-button {
    margin-top: -7.4666666667vw;
  }
  .form-parts__count--arrange {
    margin-top: 0;
    text-align: left;
  }
  .form-parts__smalltitle {
    font-size: 4.2666666667vw;
    margin: 6vw 0 3.3333333333vw;
  }
  .form-parts__picture {
    width: 50%;
    padding-top: 35.625%;
  }
  .form-parts__delete-picture {
    opacity: 1;
  }
  .thanks__title {
    font-size: 4.6666666667vw;
    line-height: 1.8;
    padding-top: 0;
    margin-bottom: 4vw;
  }
  .thanks__text {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .thanks__download {
    width: 100%;
    padding: 5.3333333333vw 0;
    font-size: 3.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  .thanks__download-text {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    margin-bottom: 3.3333333333vw;
  }
  .thanks__download-button {
    width: 60vw;
  }
  .thanks__list {
    width: 100%;
    margin: 0 auto 11.3333333333vw;
  }
  .maintenance {
    margin-top: 46.6666666667vw;
    margin-bottom: 46.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 1220px) {
  .l-header-area__inner .l-header-logo2 {
    width: 252px;
    height: 27px;
  }
}
