@charset "UTF-8";
/* ▼▼▼ 製品情報 一覧
======================================================*/
#main {
  overflow: visible;
}

.ttl_wrap {
  margin-top: var(--Padding-Layout-SectionInnermedium);
}

.tab_list {
  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;
  gap: 4px;
  width: 100%;
  margin: var(--Padding-Layout-SectionInnermedium) auto;
}
@media screen and (min-width: 768px), print {
  .tab_list {
    max-width: 1256px;
  }
}

.tab {
  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;
  gap: 4px;
  width: 33.3333333333%;
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  background: var(--Background-Quaternary);
  font-weight: 500;
  font-size: var(--Heading-H6);
  text-align: center;
  color: var(--Object-Disabled);
}
@media screen and (min-width: 768px), print {
  .tab {
    height: 77px;
  }
}
.tab.active {
  color: var(--Object-Primary);
  border-top: 1px solid var(--Line-Secondary);
  border-right: 1px solid var(--Line-Secondary);
  border-left: 1px solid var(--Line-Secondary);
  background: var(--Background-Primary-Base);
}
.tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 10px;
}
@media screen and (min-width: 768px), print {
  .tab a {
    padding: 24px 32px;
  }
}

.download_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .download_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search_sp {
  border-top: 1px solid var(--Line-Primary);
  background: var(--Background-Primary-Base);
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}
@media screen and (min-width: 768px), print {
  .search_sp {
    display: none;
  }
}
.search_sp_btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 58px;
  background: var(--btn-gradient);
  border-radius: 100vmax;
  padding: 0 16px;
}
.search_sp_btn::after {
  content: "";
  position: absolute;
  background: url(../img/icon_list.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
}
.search_sp_btn_text {
  font-weight: 500;
  font-size: var(--navigation-medium-base);
  color: var(--Object-Primary-Reverse);
}

.download_search {
  width: 100%;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  max-height: 75vh;
  background: var(--Background-Primary-Base);
  z-index: 300;
  padding: 66px 16px 24px;
  overflow-y: auto;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.download_search.open {
  bottom: 90px;
}
@media screen and (min-width: 768px), print {
  .download_search {
    position: sticky;
    top: 130px;
    width: 276px;
    max-height: none;
    padding: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    bottom: auto;
    left: auto;
    right: auto;
    overflow-y: visible;
  }
}
.download_search .category_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.download_search .category_search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/icon_list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.download_search .category_search_text {
  font-weight: 500;
  font-size: var(--Heading-H5);
}
.download_search_close {
  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;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  background: var(--Object-Primary-Reverse);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.download_search_close::before, .download_search_close::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background: var(--Brand-color-Primary);
}
.download_search_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.download_search_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .download_search_close {
    display: none;
  }
}
.download_search_area {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px), print {
  .download_search_area {
    margin-bottom: 24px;
  }
}
.download_search_area .gradient_btn {
  padding: 16px;
  max-width: 100%;
}
.download_search .download_category_all {
  cursor: pointer;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px), print {
  .download_search .download_category_all {
    margin-bottom: 24px;
  }
}
.download_search_box {
  padding-top: 16px;
  border-top: 1px solid var(--Line-Primary);
}
@media screen and (min-width: 768px), print {
  .download_search_box {
    padding-top: 24px;
  }
}
.download_search_box .text_search_side {
  padding: 16px;
  width: 100%;
  background: var(--Object-Primary-Reverse);
  border: 1px solid var(--Line-Primary);
  border-radius: 100vmax;
}
.download_search_box .text_search_side form {
  width: 100%;
  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;
}
.download_search_box .text_search_side .text_search_side_input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--navigation-medium-base);
  font-weight: 500;
}
.download_search_box .text_search_side .text_search_side_input::-webkit-input-placeholder {
  color: var(--Object-Disabled);
}
.download_search_box .text_search_side .text_search_side_input::-moz-placeholder {
  color: var(--Object-Disabled);
}
.download_search_box .text_search_side .text_search_side_input:-ms-input-placeholder {
  color: var(--Object-Disabled);
}
.download_search_box .text_search_side .text_search_side_input::-ms-input-placeholder {
  color: var(--Object-Disabled);
}
.download_search_box .text_search_side .text_search_side_input::placeholder {
  color: var(--Object-Disabled);
}
.download_search_box .text_search_side .text_search_side_input:focus {
  outline: none;
}
.download_search_box .text_search_side .text_search_side_icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.download_search_box .text_search_side .text_search_side_icon:focus {
  outline: none;
}

.download_category_item {
  padding: var(--Padding-Button-Label-Small);
  background: var(--Object-Primary-Reverse);
  border-radius: 10px;
  margin-bottom: 8px;
}
.download_category_header {
  cursor: pointer;
  width: 100%;
  position: relative;
}
.download_category_header::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/icon_acc_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.download_category_header.open::after {
  background-image: url("../img/icon_acc_close.svg");
}
.download_category_title {
  font-weight: 500;
  font-size: var(--Label-Medium);
  color: var(--Object-Primary);
}
.download_category_content {
  display: none;
}

.download_subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}
.download_subcategory_header {
  padding: 4px 8px 0;
  background: var(--Background-Primary);
  border-bottom: 1px solid var(--Line-Primary);
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Object-Primary);
  font-weight: 500;
}
.download_subcategory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.download_subcategory_item {
  font-weight: 500;
  font-size: var(--Label-Small);
}
.download_subcategory_item::before {
  content: "・";
  display: inline-block;
  color: var(--Brand-color-Primary);
}

.download_content {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .download_content {
    width: calc(100% - 276px);
  }
}

.download_note {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .download_note {
    margin-bottom: 48px;
  }
}
.download_note a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(44%) saturate(6669%) hue-rotate(176deg) brightness(94%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(44%) saturate(6669%) hue-rotate(176deg) brightness(94%) contrast(104%);
}
.download_note_ttl {
  font-weight: 500;
  font-size: var(--Heading-H5);
  margin-bottom: 16px;
}
.download_note_text {
  font-size: var(--Body-Medium-Base);
}
.download_note_text a {
  text-decoration: underline;
  color: var(--Brand-color-Primary);
}
.download_note_list {
  margin-top: 16px;
}
.download_note_list_item {
  font-size: var(--Caption-X-Small);
}
.download_note_list_item::before {
  content: "※";
  margin-right: 4px;
}
.download_note_list_item a {
  text-decoration: underline;
  color: var(--Brand-color-Primary);
}

.result_wrap {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .result_wrap {
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.result_wrap .category_title {
  font-size: var(--Heading-H2) !important;
  padding-left: 0;
}
.result_wrap .category_title::before {
  content: none;
}
.result_wrap .result_text {
  font-size: var(--Heading-H4);
  font-weight: 500;
}
.result_wrap .result_text span {
  font-family: "Montserrat", sans-serif;
  color: var(--Brand-color-Primary);
  font-size: 20px;
  padding: 0 0.3em;
}
@media screen and (min-width: 768px), print {
  .result_wrap .result_text span {
    font-size: 25px;
  }
}

.download_card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  width: 100%;
  background: var(--Background-Secondary);
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .download_card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 16px 16px;
  }
}
.download_card_inner {
  width: 100%;
}
.download_card_inner a {
  width: 100%;
}
.download_card_image {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .download_card_image {
    padding: 0 24px;
    margin-bottom: 16px;
  }
}
.download_card_image img {
  border: 1px solid var(--Line-Primary);
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .download_card_image img {
    height: 100%;
    max-height: 276px;
    aspect-ratio: 195/276;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.download_card.large {
  padding: 32px 16px 16px;
}
.download_card.large .download_card_image {
  padding: 0 24px;
}
.download_card_tag {
  margin-bottom: 4px;
}
.download_card_tag_text {
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  padding: 1px 12px 4px 12px;
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.download_card_category {
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.download_card_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
}
.download_card_number {
  color: var(--Object-Secondary);
  font-size: var(--Caption-X-Small);
}
.download_card_button {
  padding: 4px;
  width: 100%;
  background: var(--Object-Primary-Reverse);
  border: 1px solid var(--Line-Primary);
  border-radius: 100vmax;
  text-align: center;
}
.download_card_button_text {
  font-weight: 500;
  font-size: var(--Navigation-X-Small);
  color: #109CF3;
  position: relative;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .download_card_button_text {
    padding-right: 24px;
  }
}
.download_card_button_text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
          filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
}
@media screen and (min-width: 768px), print {
  .download_card_button_text::after {
    width: 16px;
    height: 16px;
  }
}

.catalog_memo {
  font-size: var(--Caption-X-Small);
  margin-top: 16px;
}
.catalog_memo span {
  text-decoration: underline;
}

.catalog_more_btn {
  position: relative;
  padding: 16px 16px 18px;
  width: 240px;
  background: var(--btn-gradient);
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px), print {
  .catalog_more_btn {
    margin: 0 auto 48px;
  }
}
.catalog_more_btn:hover {
  opacity: 0.8;
}
.catalog_more_btn::before, .catalog_more_btn::after {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--Object-Primary-Reverse);
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
}
.catalog_more_btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog_more_btn.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog_more_btn_text {
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1;
  color: var(--Object-Primary-Reverse);
}

.catalog_more {
  display: none;
}

.download_catalog .category_title {
  font-size: var(--Heading-H5);
}
.download_catalog .category_title::before {
  height: 29px;
}

.catalog_comp {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  .catalog_comp {
    margin-bottom: 64px;
  }
}
.catalog_comp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .catalog_comp_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .catalog_comp_inner .catalog_comp_item:nth-child(1) {
    width: 66%;
  }
  .catalog_comp_inner .catalog_comp_item:nth-child(2) {
    width: 33%;
  }
}
.catalog_comp_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .catalog_comp_item_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.catalog_single {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .catalog_single {
    margin-bottom: 48px;
  }
}
.catalog_single_item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .catalog_single_item_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.cad {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .cad {
    margin-bottom: 48px;
  }
}
.cad_item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .cad_item_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.cad_card {
  background: var(--Background-Secondary);
  border-radius: 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cad_card_inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .cad_card_inner {
    gap: 16px;
  }
}
.cad_card_image {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .cad_card_image {
    height: 173px;
  }
}
.cad_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cad_card_text {
  width: 100%;
}
.cad_card_category {
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}
.cad_card_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
}
.cad_card_number {
  color: var(--Object-Secondary);
  font-size: var(--Caption-X-Small);
  margin-bottom: 8px;
}
.cad_card_spec {
  padding-top: 8px;
  border-top: 1px solid var(--Line-Primary);
}
.cad_card_spec_text {
  font-size: 13px;
  color: var(--Object-Secondary);
}
.cad_card_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  width: 100%;
  background: #EEF0F3;
  border-radius: 0px 0px 10px 10px;
}
.cad_card_download_title {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
  margin-bottom: 8px;
}
.cad_card_download_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .cad_card_download_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.cad_card_download_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 4px 16px;
  background: var(--Object-Primary-Reverse);
  border: 1px solid var(--Line-Primary);
  border-radius: 100vmax;
}
.cad_card_download_button_text {
  font-weight: 500;
  font-size: var(--Navigation-X-Small);
  color: #109CF3;
  position: relative;
  padding-right: 20px;
}
.cad_card_download_button_text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
          filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
}

/* ▼▼▼ ログイン・パスワード再設定
======================================================*/
.login_container {
  max-width: 960px;
  padding: 0 16px;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px), print {
  .login_container {
    margin: 60px auto 0;
  }
}
.login_container .login_section:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .login_container .login_section:not(:last-child) {
    margin-bottom: 48px;
  }
}
.login_container .section_link {
  margin-bottom: 16px;
  text-align: right;
}
.login_container .section_link .txt_link_btn {
  font-weight: 400;
}
.login_container .login_inner {
  background: var(--Background-Secondary);
  border-radius: 10px;
  padding: 32px 24px;
}
@media screen and (min-width: 768px), print {
  .login_container .login_inner {
    padding: 60px 64px;
    border-radius: 20px;
  }
}

.login_txt {
  font-size: var(--body-medium-base);
  line-height: 1.6;
}

.login_note {
  text-align: center;
  font-size: var(--body-medium-base);
  margin: 32px 0 16px;
}

.login_note_mail {
  font-size: var(--Caption-X-Small);
}

.login_inner_form {
  width: 100%;
  padding: 24px 0 16px;
}
@media screen and (min-width: 768px), print {
  .login_inner_form {
    padding: 32px 0 16px;
  }
}

.login_inner_form_field {
  margin-bottom: 16px;
}

.login_inner_form_label {
  font-weight: 500;
  font-size: var(--Label-Medium);
}

.login_inner_form_input {
  width: 100%;
  padding: 12px 16px;
  background: var(--Background-Primary);
  border: 1px solid var(--Line-Primary);
  border-radius: 4px;
  font-size: var(--Label-Small);
  margin-top: 8px;
}
.login_inner_form_input::-webkit-input-placeholder {
  color: var(--Object-Disabled);
}
.login_inner_form_input::-moz-placeholder {
  color: var(--Object-Disabled);
}
.login_inner_form_input:-ms-input-placeholder {
  color: var(--Object-Disabled);
}
.login_inner_form_input::-ms-input-placeholder {
  color: var(--Object-Disabled);
}
.login_inner_form_input::placeholder {
  color: var(--Object-Disabled);
}
.login_inner_form_input:focus {
  outline: none;
  border-color: var(--Brand-color-Primary);
}

.login_inner_actions {
  width: 100%;
  padding: 24px 0;
}
@media screen and (min-width: 768px), print {
  .login_inner_actions {
    padding: 24px 0;
  }
}

.login_inner_checkbox {
  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;
  gap: 8px;
  margin-bottom: 24PX;
}

.login_inner_checkbox_input {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--Line-Secondary);
  border-radius: 4px;
  position: relative;
}
.login_inner_checkbox_input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.5px;
  height: 9px;
  border-left: 1.5px solid var(--Line-Secondary);
  border-bottom: 1.5px solid var(--Line-Secondary);
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
}
.login_inner_checkbox_input:checked {
  background: var(--Brand-color-Primary);
  border-color: var(--Brand-color-Primary);
}
.login_inner_checkbox_input:checked::after {
  border-left: 1.5px solid var(--Background-Secondary);
  border-bottom: 1.5px solid var(--Background-Secondary);
}

.login_inner_checkbox_label {
  font-weight: 500;
  font-size: var(--Label-Small);
  cursor: pointer;
}

.login_inner_submit {
  position: relative;
  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;
  width: 100%;
  padding: 16px 16px 18px;
  margin: 0 auto;
  background: radial-gradient(circle at 8% 50%, rgb(16, 156, 243) 25%, rgb(104, 176, 255) 64%, rgb(143, 202, 255) 90%, rgb(175, 224, 255) 100%);
  border: 2px solid #fff;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px), print {
  .login_inner_submit {
    width: 288px;
  }
}
.login_inner_submit.external[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(149deg) brightness(108%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(149deg) brightness(108%) contrast(101%);
}
.login_inner_submit.external[target=_blank]:hover::after {
  -webkit-filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
          filter: invert(46%) sepia(39%) saturate(3607%) hue-rotate(180deg) brightness(102%) contrast(91%);
}
.login_inner_submit:hover {
  background: var(--Object-Primary-Reverse);
  opacity: 1;
  border: 2px solid #109CF3;
  color: var(--Brand-color-Primary) !important;
}

.login_inner_forgot {
  text-align: center;
}
.login_inner_forgot .txt_link_btn_text {
  font-weight: 400;
}

.login_back_link {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .login_back_link {
    margin-top: 48px;
  }
}