@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

.contents_area {
  max-width: unset;
}

body.catalog.mailform {
  min-width: 375px;
}
@media screen and (max-width: 767px) {
  body.catalog.mailform #wrapper {
    padding-top: 50px;
  }
}

.header_fixedmenu_sp {
  width: 100%;
  display: none;
}

@media screen and (max-width: 767px) {
  span.br_sp {
    display: block;
  }
}

.page_up_pc,
footer {
  display: none;
}

#main {
  		/*
  		form.table {
  			margin-bottom: 50px;
  
  			table {
  				border-top: none;
  			}
  		*/
}
#main div.local_title h2 {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  #main div.local_title h2 {
    margin: 26px 20px 30px;
    font-size: 22px;
  }
}
#main .area {
  padding: 30px 20px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  #main .area {
    padding: 15px 20px 10px;
  }
}
#main ol.flow {
  display: flex;
  justify-content: center;
  gap: 100px;
  max-width: 502px;
  margin: 0 auto;
  counter-reset: number 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main ol.flow {
    gap: 50px;
    max-width: 278px;
  }
}
#main ol.flow::after {
  position: absolute;
  top: 14px;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
@media screen and (max-width: 767px) {
  #main ol.flow::after {
    top: 10.5px;
  }
}
#main ol.flow li {
  width: 58px;
  padding-top: 38px;
  background-color: #F2F2F2;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main ol.flow li {
    width: 32px;
    padding-top: 32px;
    font-size: 11px;
  }
}
#main ol.flow li::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number);
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  border: 1px solid #003F97;
  border-radius: 14px;
  background-color: #fff;
  color: #003F97;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main ol.flow li::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding-bottom: 1px;
  }
}
#main ol.flow li span.flow_label {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  #main ol.flow li span.flow_label {
    flex-direction: column;
  }
}
#main ol.flow li.active {
  color: #003F97;
  font-weight: 700;
}
#main ol.flow li.active::before {
  background-color: #003F97;
  color: #fff;
}
#main .alert.entry,
#main p.message {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .alert.entry,
  #main p.message {
    margin: 20px auto 26px;
    font-size: 14px;
  }
}
#main .alert.entry em,
#main p.message em {
  color: #DA0000;
  font-weight: 700;
  line-height: 1.5;
}
#main div.catalog {
  margin: 0;
}
#main div.catalog h3 {
  text-align: center;
}
#main div.catalog .error {
  margin: 0 30px;
  font-weight: 700;
  color: #ff2121;
}
#main div.catalog ul.category_tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #003F97;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #main div.catalog ul.category_tab {
    gap: 5px;
  }
}
#main div.catalog ul.category_tab > li {
  flex: 1 1 100%;
  max-width: 230px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main div.catalog ul.category_tab > li {
    height: 40px;
  }
}
#main div.catalog ul.category_tab > li:nth-of-type(1) {
  z-index: 4;
}
#main div.catalog ul.category_tab > li:nth-of-type(2) {
  z-index: 3;
}
#main div.catalog ul.category_tab > li:nth-of-type(3) {
  z-index: 2;
}
#main div.catalog ul.category_tab > li:nth-of-type(4) {
  z-index: 1;
}
#main div.catalog ul.category_tab > li button {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 5px 5px 0 0;
  background-color: #E9F0F8;
  color: #003F97;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  transition: background-color .2s, color .2s;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #main div.catalog ul.category_tab > li button {
    padding: 7px 10px 5px;
    font-size: 12px;
  }
}
#main div.catalog ul.category_tab > li button span.selected_number {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  border: 1px solid #fff;
  background-color: #0ABE64;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main div.catalog ul.category_tab > li button span.selected_number {
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}
#main div.catalog ul.category_tab > li.active button {
  background-color: #003F97;
  color: #fff;
}
#main div.catalog .category_contents > li {
  padding: 40px 20px 120px;
  display: none;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li {
    padding: 20px 13px 90px;
  }
}
#main div.catalog .category_contents > li.show {
  display: block;
}
#main div.catalog .category_contents > li ul.covers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 68px 30px;
  max-width: 990px;
  padding: 0 15px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers {
    gap: 20px 3px;
    padding: 0;
    margin: 0 auto 20px;
  }
}
#main div.catalog .category_contents > li ul.covers > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 60px) / 3);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li {
    min-width: unset;
    width: calc((100% - 6px) / 3);
  }
}
#main div.catalog .category_contents > li ul.covers > li input.type5 {
  position: absolute;
  top: 0;
  left: 0;
  order: 1;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
#main div.catalog .category_contents > li ul.covers > li input.type5:checked + label {
  background-color: #A7B3C5;
}
#main div.catalog .category_contents > li ul.covers > li input.type5:checked + label + .thumb a {
  border-color: #0ABE64;
}
#main div.catalog .category_contents > li ul.covers > li input.type5:checked + label + .thumb a::before {
  opacity: 1;
  visibility: visible;
}
#main div.catalog .category_contents > li ul.covers > li .thumb {
  order: 2;
  margin: 0 auto 20px;
}
#main div.catalog .category_contents > li ul.covers > li label.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  float: unset;
  width: 200px;
  height: 45px;
  padding-bottom: 3px;
  margin: 0 auto;
  border-radius: 23px;
  background-color: #003F97;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li label.checkbox {
    width: 100px;
    max-width: 100%;
    height: 28px;
    padding-bottom: 2px;
    font-size: 12px;
  }
}
#main div.catalog .category_contents > li ul.covers > li label.checkbox.hidden {
  display: none;
}
#main div.catalog .category_contents > li ul.covers > li a {
  display: block;
  padding: 10.5px;
  margin: 0 auto 8px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: opacity .2s;
  color: #333;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li a {
    padding: 3px;
    margin: 0 auto 3px;
  }
}
#main div.catalog .category_contents > li ul.covers > li a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "選択中";
  padding: 7px 16px 9px;
  background-color: #0ABE64;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li a:before {
    padding: 3px 4px 4px;
    font-size: 10px;
  }
}
#main div.catalog .category_contents > li ul.covers > li a:after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #003F97 url(../media/images/2025-catalog/icon_zoom.svg) center/13.56px no-repeat;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li a:after {
    right: 9px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background-size: 9px;
  }
}
#main div.catalog .category_contents > li ul.covers > li a:hover {
  opacity: 0.8;
}
#main div.catalog .category_contents > li ul.covers > li img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #D1D1D1;
  background-color: #F2F2F2;
  aspect-ratio: 100/140.5;
  object-fit: contain;
}
#main div.catalog .category_contents > li ul.covers > li ul.sample {
  display: none;
}
#main div.catalog .category_contents > li ul.covers > li .catalog_title {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li ul.covers > li .catalog_title {
    font-size: 13px;
  }
}
#main div.catalog .category_contents > li button.select_button {
  display: block;
  width: 270px;
  height: 55px;
  padding-bottom: 3px;
  margin: 20px auto 40px;
  border: none;
  border-radius: 28px;
  background-color: #003F97;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main div.catalog .category_contents > li button.select_button {
    margin: -10px auto 20px;
    width: 220px;
    height: 45px;
    font-size: 13px;
  }
}
#main div.catalog .category_contents > li button.select_button.selected {
  background-color: #A7B3C5;
}
#main div.catalog .errormessage {
  text-align: center;
}
#main div.catalog .to_form_button {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: fixed;
  padding: 20px 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
}
#main div.catalog .to_form_button button {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border: none;
  background-color: #003F97;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background-color .2s, color .2s;
}
@media screen and (max-width: 767px) {
  #main div.catalog .to_form_button button {
    width: 325px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
  }
}
#main div.catalog .to_form_button button::after {
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../media/images/2025-catalog/arrow.svg) center/100% no-repeat;
}
@media screen and (max-width: 767px) {
  #main div.catalog .to_form_button button::after {
    right: 20px;
    width: 5px;
    height: 9px;
  }
}
#main div.catalog .to_form_button button:disabled {
  background-color: #c4cad3;
  cursor: unset;
}
#main .catalog tr.catalog {
  display: block;
}
@media screen and (min-width: 768px) {
  #main .catalog tr.catalog {
    width: 800px;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog {
    margin: 15px 10px;
  }
}
#main .catalog tr.catalog th {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog th {
    width: 100%;
    font-size: 14px;
  }
}
#main .catalog tr.catalog td {
  display: block;
  border-top: none;
  padding-top: 20px;
  display: table;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog td {
    display: block;
  }
}
#main .catalog tr.catalog label.checkbox {
  width: 24%;
  float: none;
  padding-top: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
  display: table-cell;
}
#main .catalog tr.catalog label.checkbox.catalog0 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog label.checkbox {
    width: 50% !important;
    display: block;
    padding-bottom: 10px;
    padding-left: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog label.checkbox:last-of-type {
    padding-bottom: 40px;
  }
}
#main .catalog tr.catalog label.checkbox img {
  width: 100%;
  max-width: 270px;
  display: block;
}
#main .catalog tr.catalog span.example {
  left: 0;
  bottom: 0px;
}
#main .catalog tr.catalog .errormessage {
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main .catalog tr.catalog .errormessage {
    bottom: 20px;
  }
}
#main div.agree {
  margin: 20px 0 30px;
  text-align: center;
}
#main div.submit [type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

p.thanks {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p.thanks {
    margin-top: 25px;
  }
}
p.thanks + .to-top {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 100px;
}
p.thanks + .to-top a {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #999;
  transition-duration: .2s;
}
p.thanks + .to-top a:hover {
  color: #999;
  text-decoration: none;
}

.selected_catalogs {
  margin: 50px auto;
  display: flex;
  gap: 4%;
  justify-content: center;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .selected_catalogs {
    margin: 20px 0;
  }
}
.selected_catalogs .catalog {
  flex: 0 0 26%;
}
.selected_catalogs .catalog .image img {
  width: 100%;
  border: 1px solid #ccc;
}
.selected_catalogs .catalog .title {
  margin: 5px 0;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .selected_catalogs .catalog .title {
    margin-top: 2px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=2025-catalog.css.map */
