@charset "urf-8";

/* 以下のCSSを記述しています。
・ログイン
・新規登録
・パスワードリセット
・パスワード再設定
・お問い合わせ
・特商法
・ニュース一覧
・ニュース詳細
*/

/* ログイン */
main {
  width: 100%;
  height: auto;
}
.login__inner {
  width: 80%;
  max-width: 775px;
  height: auto;
  padding: 104px 0 166px;
  margin: 0 auto;
}
@media all and (max-width: 719px) {
  .login__inner {
    width: 89.333%;
    padding: 30px 0 110px;
  }
}
.login__contents {
  width: 100%;
  height: auto;
  padding: 0 0 50px;
  border-bottom: solid 1px #d9d9d9;
}
.login__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 49px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media all and (max-width: 719px) {
  .login__heading {
    margin: 0 auto 30px;
    font-size: 24px;
  }
}
.login__form {
  width: 100%;
  height: auto;
}
.login__form_list {
  width: 100%;
  height: auto;
}
.login__form_item {
  width: 100%;
  height: auto;
}
.login__form_item:not(:last-of-type) {
  margin-bottom: 30px;
}
.login__form_item__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 13px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #000;
}
.login__form_item__input {
  width: 100%;
  height: 48px;
  position: relative;
}
.login__form_item__input input {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 14px !important;
  font-weight: 300;
  border: 1px solid #000 !important;
  background: #fff !important;
}
.login__form_item__note {
  width: 100%;
  height: auto;
  margin-top: 18px;
  text-align: center;
}
.login__form_item__note a {
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
@media all and (max-width: 719px) {
  .login__form_item:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .login__form_item__heading {
    margin: 0 auto 7px;
    font-size: 14px;
  }
  .login__form_item__note {
    width: 100%;
    height: auto;
    margin-top: 14px;
  }
}
.login__stay {
  display: none;
}
.login__btn__area {
  width: 100%;
  height: auto;
  margin: 35px auto 0;
}
.login__btn__wrap {
  width: 100%;
  max-width: 390px;
  height: 48px;
  margin: 0 auto;
}
.login__btn__wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
.login__btn__wrap .p-login__inner__login__bottom__submit {
  background: #ff4c58 !important;
  color: #fff !important;
}
.btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: solid 1px #00b64a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #00b64a;
}
.btn-line img {
  width: 22px;
  height: auto;
  margin-right: 8px;
}
@media all and (min-width: 720px) {
  .login__btn__wrap .p-login__inner__login__bottom__submit {
    transition: 0.2s;
  }
  .login__btn__wrap .p-login__inner__login__bottom__submit:hover {
    opacity: 0.7;
  }
  .btn-line {
    transition: 0.2s;
  }
  .btn-line:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 719px) {
  .login__btn__area {
    margin: 28px auto 0;
  }
}
.registration__contents {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
}
.registration__btn_wrap {
  width: 100%;
  max-width: 390px;
  height: 48px;
  margin: 0 auto;
}
.registration__btn_wrap .p-login__inner__registration__bottom__btn {
  background-color: #212121;
  border: solid 1px #212121;
  color: #e6e6e6 !important;
}
@media all and (min-width: 720px) {
  .registration__btn_wrap .p-login__inner__registration__bottom__btn {
    transition: 0.2s;
  }
  .registration__btn_wrap .p-login__inner__registration__bottom__btn:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 719px) {
  .registration__contents {
    padding: 45px 0 0;
  }
}

/* 新規登録 */
.registrations__inner {
  width: 80%;
  max-width: 775px;
  height: auto;
  padding: 104px 0 177px;
  margin: 0 auto;
}
@media all and (max-width: 719px) {
  .registrations__inner {
    width: 89.333%;
    max-width: inherit;
    padding: 35px 0 127px;
  }
}
.registrations__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 70px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media all and (max-width: 719px) {
  .registrations__heading {
    margin: 0 auto 40px;
    font-size: 24px;
  }
}
.registrations__form_wrap {
  width: 100%;
  height: auto;
}
.p-account_form {
  width: 100%;
  height: auto;
  padding: 0 !important;
}
.c-form_table {
  width: 100%;
  height: auto;
}
.c-form_table tr {
  display: block;
}
.c-form_table tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.c-form_table tr:last-of-type {
  margin-top: 40px;
}
.c-form_table th {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 auto 13px;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0em;
  color: #e6e6e6;
}
.registrations__inner .u-color__text--alert {
  padding: 0 5.5px 1px;
  margin-left: 8px;
  background-color: #ddaa00;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.c-form_table td {
  display: block;
  padding: 0 !important;
}
.c-form_table td .c-form_table__select {
  width: 100%;
  height: auto;
  position: relative;
}
.c-form_table td .c-form_table__select::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("{{ file_root_path }}/image/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 53%;
  right: 19px;
  transform: translate(0%, -50%);
}
.c-form_table__name input {
  width: 49%;
}
.c-form_table td input {
  height: 48px;
}
.c-form_table td .c-form_table__postcode input,
.c-form_table td .c-form_table__tel input {
  margin: 0 !important;
  max-width: initial !important;
}
.c-form_table td input::placeholder {
  color: #666666;
}
.c-form_table td .c-form_table__checkbox input {
  height: 20px;
  border-color: #666666 !important;
}
.c-form_table__checkbox__text a {
  color: #ff4c58 !important;
  text-decoration: underline;
}
@media all and (max-width: 719px) {
  .c-form_table tr:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .c-form_table tr:last-of-type {
    margin-top: 30px;
  }
  .c-form_table th {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .c-form_table__name input {
    max-width: calc((100% - 11px) / 2);
  }
}
.p-account_form__inner__bottom {
  width: 100%;
  height: auto;
}
@media all and (min-width: 720px) {
  .p-account_form__inner__bottom__btn {
    transition: 0.2s;
  }
}
@media all and (max-width: 719px) {
  .p-account_form__inner__bottom {
    margin-top: 35px !important;
  }
}

/* パスワードリセット */
.password__inner {
  width: 80%;
  max-width: 775px;
  height: auto;
  padding: 104px 0 171px;
  margin: 0 auto;
}
@media all and (max-width: 719px) {
  .password__inner {
    width: 89.333%;
    max-width: inherit;
    padding: 35px 0 127px;
  }
}
.password__reset__txt {
  width: 100%;
  height: auto;
  margin: 0 auto 43px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #ffffff;
}
@media all and (max-width: 719px) {
  .password__reset__txt {
    margin: 0 auto 35px;
  }
}
.p-account_form {
  width: 100%;
  height: auto;
}
.p-account_form__inner {
  width: 100%;
  height: auto;
}
.c-form_table {
  width: 100%;
  height: auto;
}
.c-form_table tr {
  display: block;
}
.c-form_table th {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 auto 13px;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0em;
  color: #e6e6e6;
}
.c-form_table td {
  display: block;
  padding: 0 !important;
}
.c-form_table td input {
  height: 48px;
}
.c-form_table td input::placeholder {
  color: #666666;
}
@media all and (max-width: 719px) {
  .c-form_table th {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}

/* パスワード再設定 */
.password__inner {
  width: 80%;
  max-width: 775px;
  height: auto;
  padding: 104px 0 171px;
  margin: 0 auto;
}
@media all and (max-width: 719px) {
  .password__inner {
    width: 89.333%;
    max-width: inherit;
    padding: 35px 0 127px;
  }
}
.password__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media all and (max-width: 719px) {
  .password__heading {
    margin: 0 auto 30px;
    font-size: 24px;
  }
}
.password__reset__txt {
  width: 100%;
  height: auto;
  margin: 0 auto 43px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #ffffff;
}
@media all and (max-width: 719px) {
  .password__reset__txt {
    margin: 0 auto 35px;
  }
}
.p-account_form {
  width: 100%;
  height: auto;
}
.p-account_form__inner {
  width: 100%;
  height: auto;
}
.c-form_table {
  width: 100%;
  height: auto;
}
.c-form_table tr {
  display: block;
}
.c-form_table tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.c-form_table tr:last-of-type {
  margin-top: 40px;
}
.c-form_table th {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 auto 13px;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0em;
  color: #e6e6e6;
}
.c-form_table td {
  display: block;
  padding: 0 !important;
}
.c-form_table td input {
  height: 48px;
}
.c-form_table td input::placeholder {
  color: #666666;
}
@media all and (max-width: 719px) {
  .c-form_table tr:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .c-form_table tr:last-of-type {
    margin-top: 30px;
  }
  .c-form_table th {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}

/* お問い合わせ（入力） */
main {
  width: 100%;
  height: auto;
}
.contact__inner {
  width: 80%;
  max-width: 775px;
  height: auto;
  padding: 104px 0 177px;
  margin: 0 auto;
}
@media all and (max-width: 719px) {
  .contact__inner {
    width: 89.333%;
    max-width: inherit;
    padding: 35px 0 127px;
  }
}
.contact__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 70px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: left;
}
@media all and (max-width: 719px) {
  .contact__heading {
    margin: 0 auto 40px;
    font-size: 24px;
  }
}
.contact__form_wrap {
  width: 100%;
  height: auto;
}
.p-account_form {
  width: 100%;
  height: auto;
  padding: 0 !important;
}
.c-form_table {
  width: 100%;
  height: auto;
}
.c-form_table tr {
  display: block;
}
.c-form_table tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.c-form_table tr:last-of-type {
  margin-top: 40px;
}
.c-form_table th {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 auto 13px;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0em;
  color: #e6e6e6;
}
.contact__inner .u-color__text--alert {
  padding: 0 5.5px 1px;
  margin-left: 8px;
  background-color: #ddaa00;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.c-form_table td {
  display: block;
  padding: 0 !important;
}
.c-form_table td .c-form_table__select {
  width: 100%;
  height: auto;
  position: relative;
}
.c-form_table td .c-form_table__select::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("{{ file_root_path }}/image/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 53%;
  right: 19px;
  transform: translate(0%, -50%);
}
.c-form_table__name input {
  width: 49%;
}
.c-form_table td input {
  height: 48px;
}
.c-form_table td .c-form_table__postcode input,
.c-form_table td .c-form_table__tel input {
  margin: 0 !important;
  max-width: initial !important;
}
.c-form_table td input::placeholder {
  color: #666666;
}
.c-form_table td .c-form_table__checkbox input {
  height: 20px;
  border-color: #666666 !important;
}
.c-form_table__checkbox__text a {
  color: #ff4c58 !important;
  text-decoration: underline;
}
.c-form_table textarea.u-text--input {
  height: 240px;
}
@media all and (max-width: 719px) {
  .c-form_table tr:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .c-form_table tr:last-of-type {
    margin-top: 30px;
  }
  .c-form_table th {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .c-form_table__name input {
    max-width: calc((100% - 11px) / 2);
  }
  .c-form_table textarea.u-text--input {
    height: 200px;
  }
}
.p-account_form__inner__bottom {
  width: 100%;
  height: auto;
}
.p-account_form__inner__bottom__btn {
  border: solid 1px #ff4c58;
  color: #fff !important;
}
@media all and (min-width: 720px) {
  .p-account_form__inner__bottom__btn {
    transition: 0.2s;
  }
  .p-account_form__inner__bottom__btn:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 719px) {
  .p-account_form__inner__bottom {
    margin-top: 35px !important;
  }
}

/* お問い合わせ（確認） */
.confirm_wrap .contact__heading {
  margin: 0 auto 60px;
}
@media all and (max-width: 719px) {
  .confirm_wrap .contact__heading {
    margin: 0 auto 30px;
  }
}
.c-form_table--confirm {
  width: 100%;
  height: auto;
  border-top: solid 1px #D9D9D9;
}
.confirm_wrap .c-form_table--confirm > tbody > tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0 21px !important;
  border-color: #D9D9D9 !important;
}
.confirm_wrap .c-form_table--confirm > tbody > tr > th {
  width: 175px;
  height: auto;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.confirm_wrap .c-form_table--confirm > tbody > tr > td {
  flex: 1;
  height: auto;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #666666 !important;
}
@media all and (max-width: 719px) {
  .confirm_wrap .c-form_table--confirm > tbody > tr {
    display: block;
    padding: 18px 0 21px !important;
    margin-bottom: 0 !important;
  }
  .confirm_wrap .c-form_table--confirm > tbody > tr > th {
    width: 100%;
    margin-bottom: 7px;
  }
  .confirm_wrap .c-form_table--confirm > tbody > tr > td {
    width: 100%;
  }
}
.p-account_form__inner__bottom__btn {
  margin-bottom: 25px;
}

/* お問い合わせ（完了） */
.p-page_header__inner__btn {
  border: solid 1px #ff4c58;
}
.p-page_header__inner__btn:hover {
  background-color: #000000 !important;
  color: #ff4c58 !important;
}

/* 特商法 */
.c-table.raw_info th {
  width: 175px;
}
@media all and (max-width: 719px) {
  .c-table.raw_info th {
    width: 100%;
  }
}

/* ニュース一覧ページ */
#news {
  width: 100%;
  height: auto;
  padding: 0 0 160px;
}
.news__inner {
  width: 90%;
  max-width: 1190px;
  height: auto;
  margin: 0 auto;
}
.news__heading {
  width: 100%;
  height: auto;
  margin: 0 auto 26px;
  position: relative;
}
.news__more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.news__more_link {
  display: inline-block;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #ddaa00;
  position: relative;
}
.news__more_link img {
  width: 7px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 0.25s;
  filter: invert(1);
}
.news__more_link:hover img {
  right: -3px;
}
.news__list {
  width: 100%;
  height: auto;
}
.news__item {
  width: 100%;
  height: auto;
}
.news__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.news__item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
  transition: 0.25s;
}
.news__item a:hover {
  opacity: 0.6;
}
.news__item__date {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #666;
}
.news__item__title {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 719px) {
  #news {
    padding: 0 0 117px;
  }
  .news__inner {
    width: 89.3333%;
    max-width: initial;
  }
  .news__heading {
    margin: 0 auto 18px;
  }
  .news__item a {
    display: block;
    padding: 14px 16px 16px;
  }
  .news__item__date {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* ニュース一覧ページ(old) */
.newspage .c-breadcrumbs {
  width: min(100%, 1270px);
  margin: auto;
  padding: 16px 40px;
  margin-bottom: 10px;
}
.newspage .c-breadcrumbs__item a {
  font-weight: 400;
  font-size: 13px;
  line-height: calc(20 / 13);
  color: #000;
  text-decoration: none;
}
.newspage .c-breadcrumbs__item:not(:last-child):after {
  color: #999;
}
.newspage .c-breadcrumbs__item__inner {
  font-weight: 400;
  font-size: 13px;
  line-height: calc(20 / 13);
  color: #000;
}

.newspage .p-page_header__inner {
  max-width: 1190px;
  margin: 0 auto;
}
.newspage .p-page_header__inner__title {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  text-align: left !important;
}
.newspage .p-news {
  padding: 22px 40px 0;
}
.newspage .p-news__inner {
  max-width: 1190px !important;
}

@media screen and (max-width: 719px) {
  .newspage .c-breadcrumbs {
    padding: 16px 15px;
  }
  .newspage .p-news {
    padding: 22px 15px 0;
  }
}

/* ニュース詳細ページ */
.newspage .c-breadcrumbs {
  flex-wrap: nowrap !important;
}
.newspage .c-breadcrumbs .c-breadcrumbs__item {
  white-space: nowrap;
}
.newspage .c-breadcrumbs .c-breadcrumbs__item:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newspage .p-column_header__panel {
  padding: 0 40px;
}
.newspage .p-column_header__panel__inner {
  max-width: 1190px;
  margin-top: 20px;
  padding: 20px 15px;
  display: flex;
  gap: 15px;
  background: #f2f2f2 !important;
}
.p-column_header__panel__inner__top {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #000;
}
.newspage .p-column_header__panel__inner__title {
  margin-top: 4px;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  color: #000 !important;
}
.newspage .p-page_article__inner {
  max-width: 1190px !important;
  padding: 21px 0;
  border-bottom: solid 1px #d9d9d9;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.714;
  letter-spacing: 0em;
}
.newspage .p-page_article__inner a {
  color: #ff4c58;
  text-decoration: none;
}
.newspage .c-article_nav {
  padding: 30px 0 180px;
}
.newspage .c-article_nav__inner__back,
.newspage .c-article_nav__inner__prev,
.newspage .c-article_nav__inner__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 48px;
  border-radius: 4px;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
.newspage .c-article_nav__inner__back {
  margin: 0 20px;
  color: #fff !important;
  background: #ff4c58;
}
.newspage .c-article_nav__inner__prev,
.newspage .c-article_nav__inner__next {
  width: 230px;
  background: #d9d9d9;
  color: #000000 !important;
}
.newspage .c-article_nav__inner__back:hover {
  opacity: 0.7;
}
.newspage .c-article_nav__inner__prev:hover,
.newspage .c-article_nav__inner__next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 719px) {
  .newspage .p-column_header__panel {
    padding: 0 15px;
  }
  .newspage .p-column_header__panel__inner__title {
    display: block;
  }
  .newspage .c-article_nav__inner {
    width: 90% !important;
    margin: 0 auto !important;
    justify-content: space-between !important;
  }
  .newspage .c-article_nav__inner__back {
    width: 100%;
    margin: 15px auto 0;
  }
  .newspage .c-article_nav__inner__prev,
  .newspage .c-article_nav__inner__next {
    width: 48%;
    margin: 0 !important;
  }
}
