@charset "UTF-8";
* {
  outline: none !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
  color: #222222;
  font-feature-settings: "palt";
}

.is-sp {
  display: none !important;
}
@media (max-width: 1279px) {
  .is-sp {
    display: block !important;
  }
}

.is-sp2 {
  display: none !important;
}
@media (max-width: 959px) {
  .is-sp2 {
    display: block !important;
  }
}

.is-sp3 {
  display: none !important;
}
@media (max-width: 768px) {
  .is-sp3 {
    display: block !important;
  }
}

.is-sp-flex {
  display: none !important;
}
@media (max-width: 1279px) {
  .is-sp-flex {
    display: flex !important;
  }
}

.is-sp-flex2 {
  display: none !important;
}
@media (max-width: 959px) {
  .is-sp-flex2 {
    display: flex !important;
  }
}

.is-sp-flex3 {
  display: none !important;
}
@media (max-width: 768px) {
  .is-sp-flex3 {
    display: flex !important;
  }
}

.is-sp-table {
  display: none;
}
@media (max-width: 1279px) {
  .is-sp-table {
    display: table;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 1279px) {
  .is-pc {
    display: none !important;
  }
}

.is-pc2 {
  display: block !important;
}
@media (max-width: 959px) {
  .is-pc2 {
    display: none !important;
  }
}

.is-pc3 {
  display: block !important;
}
@media (max-width: 768px) {
  .is-pc3 {
    display: none !important;
  }
}

.is-pc-flex {
  display: flex;
}
@media (max-width: 1279px) {
  .is-pc-flex {
    display: none;
  }
}

.is-pc-flex2 {
  display: flex;
}
@media (max-width: 959px) {
  .is-pc-flex2 {
    display: none;
  }
}

.is-pc-flex2 {
  display: flex !important;
}
@media (max-width: 959px) {
  .is-pc-flex2 {
    display: none !important;
  }
}

.is-pc-flex3 {
  display: flex !important;
}
@media (max-width: 959px) {
  .is-pc-flex3 {
    display: none !important;
  }
}

.is-pc-table {
  display: table;
}
@media (max-width: 1279px) {
  .is-pc-table {
    display: none;
  }
}

.is-pc-tableRow {
  display: table-row;
}
@media (max-width: 1279px) {
  .is-pc-tableRow {
    display: none;
  }
}

.ec-footerRole {
  margin-top: 0;
}

.col-highlight {
  background-color: #fff2f3;
  height: 43px;
}

.col-stress-highlight {
  background-color: #ffdcdf;
  height: 43px;
}

.td0_default {
  border: 1px solid #666;
  padding: 4px 0;
  text-align: center;
  font-size: 14px !important;
  letter-spacing: 0;
  vertical-align: middle;
  height: 43px;
}

.to-top {
  right: 20px;
  bottom: 20px;
}
.to-top__link {
  display: block;
  width: 48px;
  height: 48px;
  border: 0 none;
  border-radius: 50%;
  padding: 0;
}
.to-top__link::after {
  content: none;
}

.ec-headerNewsRole {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 899px) {
  .ec-headerNewsRole {
    justify-content: center;
  }
}
.ec-headerNewsRole__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .ec-headerNewsRole__inner {
    justify-content: center;
  }
}
.ec-headerNewsRole span {
  display: block;
}
@media (max-width: 959px) {
  .ec-headerNewsRole span {
    font-size: 12px;
    text-align: center;
    height: 24px;
  }
}
.ec-headerNewsRole span:nth-child(1) {
  margin-right: 32px;
}
@media (max-width: 959px) {
  .ec-headerNewsRole span:nth-child(1) {
    margin-right: 0;
  }
}
.ec-headerNewsRole span:nth-child(2) {
  margin-right: 48px;
}
@media (max-width: 959px) {
  .ec-headerNewsRole span:nth-child(2) {
    margin-right: 0;
  }
}
.ec-headerNewsRole span:nth-child(3) {
  margin: 0 auto;
}
.ec-headerNewsRole a {
  font-weight: 400;
  display: block;
  font-size: 13px;
  opacity: 1;
  color: #FFFFFF;
  margin-right: 32px;
}
.ec-headerNewsRole a:hover {
  opacity: 0.8;
}
.ec-headerNewsRole a:nth-of-type(1) {
  margin-right: 32px;
}
@media (max-width: 959px) {
  .ec-headerNewsRole a:nth-of-type(1) {
    margin-left: 32px;
  }
}
.ec-headerNewsRole a:nth-of-type(2) {
  margin-right: 32px;
}
.ec-headerNewsRole a:nth-of-type(3) {
  margin-right: 40px;
}
.ec-headerNewsRole .ec-headerGuide {
  display: block;
}
@media (max-width: 899px) {
  .ec-headerNewsRole .ec-headerGuide {
    display: none;
  }
}
.ec-headerNewsRole .ec-headerContact {
  display: block;
}
@media (max-width: 899px) {
  .ec-headerNewsRole .ec-headerContact {
    display: none;
  }
}
.ec-headerNewsRole .ec-headerQuestion {
  display: block;
}
@media (max-width: 899px) {
  .ec-headerNewsRole .ec-headerQuestion {
    display: none;
  }
}

.header {
  top: 28px;
  background-color: #F6F6F6;
  height: 80px;
  box-shadow: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .header {
    top: 25px;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header #search_form_pc {
  top: calc(50% - 20px);
  max-width: 670px;
  width: 100%;
}
@media (max-width: 1450px) {
  .header #search_form_pc {
    max-width: 500px;
  }
}
.header .header__search {
  position: static;
  margin-right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
.header #form_product_search {
  border: 0 none;
  height: 40px;
  width: 100%;
}
@media (max-width: 1279px) {
  .header #form_product_search {
    display: none;
  }
}
.header #form_product_search #ec-headerCategory {
  border: 1px solid #666666;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 111px;
  min-width: 111px;
  height: 38px;
  font-size: 12px;
  color: #222222;
  padding-left: 5px;
  background-color: #FFF7F6;
}
.header #form_product_search #input_search {
  background-color: #FFFFFF;
  height: 38px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.header #form_product_search #input_search::-moz-placeholder {
  color: #999999;
  font-size: 12px;
}
.header #form_product_search #input_search::placeholder {
  color: #999999;
  font-size: 12px;
}
.header #form_product_search #btn_search_product {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  height: 38px;
  max-width: 64px;
  min-width: 64px;
}
.header .ec-headerParts {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #222222;
  opacity: 1;
}
.header .ec-headerParts:hover {
  opacity: 0.8;
}
@media (max-width: 959px) {
  .header .ec-headerParts {
    display: none;
  }
}
.header #ec-headerParts__entry {
  margin-right: 24px;
  margin-left: 40px;
}
.header #ec-headerParts__entry img {
  width: 44px;
}
.header #ec-headerParts__login {
  margin-right: 40px;
}
.header #ec-headerParts__login img {
  width: 44px;
}
.header #ec-headerParts__logout {
  margin-right: 16px;
}
.header #ec-headerParts__logout img {
  width: 55px;
}
.header #ec-headerParts__mypage {
  margin-right: 16px;
}
.header #ec-headerParts__mypage img {
  width: 54px;
}
.header #ec-headerParts__history {
  margin-right: 16px;
}
.header #ec-headerParts__history img {
  width: 44px;
}
.header #ec-headerParts__favorite {
  margin-right: 24px;
}
.header #ec-headerParts__favorite img {
  width: 55px;
}
.header .ec-estimate {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  display: block;
  line-height: 40px;
  width: 98px;
  min-width: 98px;
  height: 40px;
  text-align: center;
  opacity: 1;
  margin-right: 14px;
}
.header .ec-estimate:hover {
  opacity: 0.8;
}
@media (max-width: 959px) {
  .header .ec-estimate {
    display: none;
  }
}
@media (max-width: 959px) {
  .header .header__bag {
    display: none;
  }
}
.header .header__bag-img-box {
  width: auto;
}
.header .header__bag-img {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  width: 142px;
  height: 40px;
}
.header #header_bag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  margin-right: 40px;
}
.header #header_bag:hover {
  opacity: 0.8;
}
.header #header_bag img {
  margin-right: 4px;
}
.header .ec-cartNavi__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #F44336;
  border-radius: 50%;
  border: 2px solid #F44336;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  background-color: #FFFFFF;
  min-width: 28px;
  min-height: 24px;
  text-align: center;
}
.header .balloon-menu {
  top: 100px;
}
.header .header__3line {
  padding: 0;
  width: auto;
  height: 46px;
  margin-right: 12px;
  display: none;
}
@media (max-width: 1279px) {
  .header .header__3line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .header__3line .ec-headerEstimate {
  margin-right: 16px;
}
.header .header__3line .ec-headerSearch {
  margin-right: 16px;
}
.header .header__3line .ec-headerCart {
  margin-right: 24px;
}
.header #header_search_st {
  display: none;
}
.header .header__logo {
  width: 120px;
  margin-left: 40px;
  margin-right: 108px;
}
@media (max-width: 959px) {
  .header .header__logo {
    width: 81px;
    left: 16px;
    margin-left: 0;
  }
}
.header .header__logo .header__logo-img {
  width: 120px;
}
@media (max-width: 959px) {
  .header .header__logo .header__logo-img {
    width: 81px;
  }
}
.header .header__number {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #F44336;
  border-radius: 50%;
  border: 2px solid #F44336;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  background-color: #FFFFFF;
  min-width: 28px;
  min-height: 24px;
  text-align: center;
}
@media (min-width: 960px) and (max-width: 1279px) {
  .header__content {
    display: none;
  }
}

.l-side-menu-pc {
  display: none;
}

.balloon-menu .bag-plist {
  border-color: #E9E9E9;
}
.balloon-menu .bag-plist__item {
  margin: 8px 0;
}
.balloon-menu .bag-plist__name {
  word-break: break-all;
  font-size: 14px;
  line-height: 22px;
}
.balloon-menu .bag-plist__btn {
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.balloon-menu .bag-plist__btn:hover {
  background-color: #F44336;
  opacity: 0.8;
}
.balloon-menu .bag-price {
  border-color: #E9E9E9;
}
.balloon-menu #total_menu {
  font-size: 20px;
}

#js_wpc_dropdown_parent .gl-v-menu0_wpc__title {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-left: none;
  border-bottom: 1px solid #E9E9E9;
  height: 60px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc__title:hover {
  background-color: #F9F9F9;
  padding-left: 0 !important;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc__title::after {
  background-image: url("../icon/left-right.svg");
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  top: center;
  right: 4px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc__title img {
  width: 44px;
  margin-right: 10px;
  margin-left: 8px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc__title__div {
  color: #2740C5;
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc__title__div:hover {
  color: #222222;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc {
  position: relative;
  width: 240px;
}
@media (min-width: 1280px) {
  #js_wpc_dropdown_parent .gl-v-menu0_wpc {
    height: calc((100% - 108px) / 18);
  }
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc:nth-of-type(1) {
  border-top: 1px solid #E9E9E9;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-about {
  width: auto;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-about a {
  width: auto;
  display: block;
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-about a:hover {
  opacity: 0.8;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-table {
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-table a {
  width: auto;
  display: block;
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#js_wpc_dropdown_parent .gl-v-menu0_wpc .ec-table a:hover {
  opacity: 0.8;
}
#js_wpc_dropdown_parent .gl-v-menu1 {
  position: absolute;
  top: 0;
  height: auto !important;
  background-color: #F9F9F9;
  padding: 0 0 24px;
  max-width: 380px;
  min-width: 380px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #CCCCCC;
}
#js_wpc_dropdown_parent .gl-v-menu1 h3 {
  background-color: #F9F9F9;
}
#js_wpc_dropdown_parent .gl-v-menu1 h3 a {
  color: #2740C5;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 16px;
}
#js_wpc_dropdown_parent .gl-v-menu1 h3 a:hover {
  opacity: 0.8;
}
#js_wpc_dropdown_parent .gl-v-menu1 div {
  box-shadow: none;
  background-color: #F9F9F9;
}
#js_wpc_dropdown_parent .gl-v-menu1 div a {
  background-color: transparent;
}
#js_wpc_dropdown_parent .gl-v-menu1 div img {
  height: 28px;
}
#js_wpc_dropdown_parent .gl-v-menu1 > div:hover {
  background-color: #F9F9F9;
}
#js_wpc_dropdown_parent .gl-v-menu1 .gl-v-menu1__item:hover {
  background-color: #FFFFFF;
}
#js_wpc_dropdown_parent .gl-v-menu1 .gl-v-menu1__item:nth-child(odd) {
  border: none;
}
#js_wpc_dropdown_parent .gl-v-menu1 .gl-v-menu1__link {
  border: none;
  height: auto;
  padding: 14px 15px;
}
#js_wpc_dropdown_parent .gl-v-menu1 .gl-v-menu1__link:hover > div {
  background-color: #FFFFFF;
}
#js_wpc_dropdown_parent .gl-v-menu1__txt-box {
  justify-content: flex-start;
  padding-left: 0;
  width: 97%;
}
#js_wpc_dropdown_parent .gl-v-menu1__txt-box:hover .gl-v-menu1__name {
  background-color: #FFFFFF;
  display: inline-block;
  border: 1px solid #FFFFFF;
}
#js_wpc_dropdown_parent .gl-v-menu1__txt-box > span.gl-v-menu1__code {
  border-radius: 4px;
  border: 1px solid #F44336;
  background-color: #F44336;
  padding: 4px;
  width: auto;
  margin-right: 8px;
  margin-left: 0;
  color: #FFFFFF !important;
}
#js_wpc_dropdown_parent .gl-v-menu1__txt-box > span.gl-v-menu1__code:hover {
  background-color: #F44336 !important;
}
#js_wpc_dropdown_parent .gl-v-menu1__txt-box .gl-v-menu1__name {
  margin-right: 0;
}

.l-side-menu-wide-pc {
  border-right: none;
  max-width: 240px;
  width: 100%;
  position: static;
  margin-top: 142px;
  margin-bottom: 40px;
}

.gl-v-menu0__title--neodymium {
  border-left: none;
}

.gl-v-menu0__title--smco {
  border-left: none;
}

.gl-v-menu0__title--ferrite {
  border-left: none;
}

.js_wpc_menu-9_magnetic_cap_app_products {
  border-left: none;
}

.ec-lowerRole {
  background-color: #EFEFEF;
  padding: 56px 0;
}
@media only screen and (max-width: 631px) {
  .ec-lowerRole {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.ec-lowerRole__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ec-lowerRole__inner--item {
  max-width: 292px;
  width: 100%;
  margin: 0 12px 24px;
}
@media only screen and (max-width: 631px) {
  .ec-lowerRole__inner--item {
    max-width: none;
  }
}
.ec-lowerRole__inner--item.ec-lowerRole__right {
  max-width: 606px;
}
@media only screen and (max-width: 607px) {
  .ec-lowerRole__inner--item.ec-lowerRole__right {
    max-width: none;
  }
}
.ec-lowerRole__inner--item.ec-lowerRole__right > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 607px) {
  .ec-lowerRole__inner--item.ec-lowerRole__right > div {
    justify-content: center;
  }
}
.ec-lowerRole__inner--item.ec-lowerRole__right > div > div {
  width: 292px;
}
@media only screen and (max-width: 607px) {
  .ec-lowerRole__inner--item.ec-lowerRole__right > div > div {
    width: 100%;
  }
}
.ec-lowerRole__inner--item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
}
@media only screen and (max-width: 607px) {
  .ec-lowerRole__inner--item h3 {
    max-width: 292px;
    margin: 0 auto 16px;
  }
}
@media only screen and (max-width: 607px) {
  .ec-lowerRole__inner--item h3 {
    max-width: none;
  }
}
.ec-lowerRole__inner--item a {
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 15px 16px;
  margin-bottom: 8px;
  color: #222222;
}
.ec-lowerRole__inner--item a:hover {
  opacity: 0.8;
}
.ec-lowerRole__inner--item a img {
  margin-right: 16px;
}
.ec-lowerRole__inner--item a img:nth-child(2) {
  margin-left: 16px;
}

.l-footer-1st {
  background-color: #222222;
  padding-left: 0;
}
.l-footer-1st__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1240px;
  padding: 58px 0;
}
@media (max-width: 959px) {
  .l-footer-1st__wrap {
    padding: 40px 16px;
  }
}
.l-footer-1st__wrap--left {
  max-width: 796px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer-1st__left {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 959px) {
  .l-footer-1st__left {
    max-width: none;
  }
}
.l-footer-1st .ec-list__wrap {
  display: flex;
}
.l-footer-1st .ec-list__wrap ul {
  margin-bottom: 24px;
  font-feature-settings: "palt";
  width: 50%;
}
.l-footer-1st__center {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 959px) {
  .l-footer-1st__center {
    max-width: none;
  }
}
.l-footer-1st__center ul {
  font-feature-settings: "palt";
  margin-bottom: 14px;
}
.l-footer-1st__right {
  max-width: 271px;
  width: 100%;
}
@media (max-width: 959px) {
  .l-footer-1st__right {
    max-width: none;
  }
}
.l-footer-1st__right .ec-list__pay {
  background-color: #333333;
  padding: 11px 27px 19px 24px;
  margin-bottom: 47px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 959px) {
  .l-footer-1st__right .ec-list__pay {
    margin-bottom: 24px;
  }
}
.l-footer-1st__right .ec-list__pay img {
  max-width: 178px;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .l-footer-1st .ec-calendar {
    width: 100%;
  }
}
.l-footer-1st .ec-calendar .apg_sc_table {
  width: 266px;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .l-footer-1st .ec-calendar .apg_sc_table {
    width: 100%;
  }
}
.l-footer-1st .ec-calendar .apg_sc_table thead th {
  padding-bottom: 16px;
  border: 2px solid #222222;
  height: 30px;
  vertical-align: middle;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th.apg_sc_header {
  text-align: left;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th.apg_sc_header2 {
  vertical-align: middle;
  text-align: right;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th.apg_sc_header2 div {
  display: flex;
  align-items: center;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th.apg_sc_header2 div .ec-prevCalendar img {
  transform: rotate(180deg);
}
.l-footer-1st .ec-calendar .apg_sc_table thead th .apg_sc_month {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th .apg_sc_next_button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding: 2px;
  border: 1px solid #999999;
  border-radius: 4px;
  max-width: 60px;
  cursor: pointer;
  margin: 0 0 0 auto;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th .apg_sc_next_button:hover {
  background-color: #FFFFFF;
  color: #222222;
}
.l-footer-1st .ec-calendar .apg_sc_table thead th .apg_sc_next_button img {
  width: 7px;
}
.l-footer-1st .ec-calendar .apg_sc_table tbody tr th.apg_sc_day {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  width: 36px;
  height: 30px;
  border: 2px solid #222222;
  vertical-align: middle;
}
.l-footer-1st .ec-calendar .apg_sc_table tbody tr th.apg_sc_sunday_header {
  color: #F44336;
}
.l-footer-1st .ec-calendar .apg_sc_table tbody tr td {
  width: 36px;
  height: 28px;
  text-align: center;
  background-color: #3F3F3F;
  border: 2px solid #222222;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .l-footer-1st .ec-calendar .apg_sc_table tbody tr td {
    height: 32px;
  }
}
.l-footer-1st .ec-calendar .apg_sc_table tbody tr td.apg_sc_non_day {
  background-color: #333333;
}
.l-footer-1st .ec-calendar .apg_sc_table tbody tr td.apg_sc_holiday {
  background-color: #F44336;
}
.l-footer-1st .ec-calendar .apg_sc_table .apg_sc_today {
  background-color: #FFFFFF;
  color: #222222;
}
.l-footer-1st .ec-calendar .ec-regularHoliday {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 2px;
}
.l-footer-1st .ec-calendar .ec-regularHoliday span {
  display: inline-block;
  width: 26px;
  height: 18px;
  background-color: #F44336;
  margin-right: 8px;
}
.l-footer-1st .ec-list__title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.l-footer-1st .ec-list__list {
  display: block;
  margin-left: 0;
}
.l-footer-1st .ec-list__list li {
  line-height: 30px;
}
.l-footer-1st .ec-list__list li a {
  color: #999999;
  font-size: 14px;
}
.l-footer-1st .ec-list__list li a:hover {
  opacity: 0.8;
}
.l-footer-1st .ec-list__list li a img {
  vertical-align: baseline;
  margin-left: 8px;
  width: 14px;
}
.l-footer-1st .ec-list__bottom {
  margin-bottom: 41px;
}
.l-footer-1st .ec-list__bottom li a img {
  width: 14px;
}

.l-footer-3rd {
  padding-left: 0;
  border-top: none;
}
.l-footer-3rd .l-footer-3rd__wrap {
  max-width: 1240px;
  padding: 56px 0;
  border-top: 1px solid #999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .l-footer-3rd .l-footer-3rd__wrap {
    margin: 0 16px;
    padding-top: 40px;
  }
}
.l-footer-3rd .l-footer-3rd__left {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .l-footer-3rd .l-footer-3rd__left {
    max-width: none;
  }
}
.l-footer-3rd .company-link {
  max-width: 370px;
  width: 100%;
}
.l-footer-3rd .company-link__logo {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
}
.l-footer-3rd .company-link__logo:hover {
  opacity: 0.8;
}
.l-footer-3rd .company-link p span {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}
@media (max-width: 959px) {
  .l-footer-3rd .company-link p span {
    font-size: 14px;
  }
}
.l-footer-3rd .company-link p:nth-child(2) {
  margin-bottom: 24px;
}
.l-footer-3rd .office-link {
  max-width: 25%;
  width: 100%;
}
@media (max-width: 959px) {
  .l-footer-3rd .office-link {
    max-width: none;
  }
}
.l-footer-3rd .office-link__h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
@media (max-width: 959px) {
  .l-footer-3rd .office-link ul {
    width: 50%;
    margin-bottom: 80px;
  }
}
.l-footer-3rd .office-link ul li a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.l-footer-3rd .office-link ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon {
    width: 100%;
  }
}
.l-footer-3rd .link-icon div {
  margin-bottom: 106px;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div {
    margin-bottom: 33px;
  }
}
.l-footer-3rd .link-icon div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul {
    justify-content: center;
  }
}
.l-footer-3rd .link-icon div ul li {
  margin-left: 32px;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.l-footer-3rd .link-icon div ul li a {
  display: block;
}
.l-footer-3rd .link-icon div ul li a:hover {
  opacity: 0.8;
}
.l-footer-3rd .link-icon div ul li a img {
  vertical-align: middle;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li:nth-child(1) img {
    width: 15px;
  }
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li:nth-child(2) img {
    width: 40px;
  }
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li:nth-child(3) img {
    width: 32px;
  }
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li:nth-child(4) img {
    width: 27px;
  }
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon div ul li:nth-child(5) img {
    width: 34px;
  }
}
.l-footer-3rd .link-icon p {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}
@media (max-width: 959px) {
  .l-footer-3rd .link-icon p {
    text-align: center;
    margin-bottom: 80px;
  }
}

.ec-footerRole {
  background-color: #222222;
}
.ec-footerRole .ec-footerRole__inner {
  max-width: 1240px;
  width: 100%;
  background-color: #222222;
}

.d-none {
  display: none;
}

.ec-overlayRole {
  display: none;
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.8);
  width: 102vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: visible;
}
.ec-overlayRole.js-open {
  display: block;
}

.ec-drawerClose {
  display: none;
  position: fixed;
  top: 9px;
  right: 9px;
  z-index: 1000;
}

.l-side-menu {
  width: 90%;
  height: 100%;
  top: 0;
  padding: 0;
  overflow-y: scroll;
}
.l-side-menu .ec-headerSearch__keyword {
  padding: 10px 8px;
  display: flex;
  align-items: center;
  background-color: #F6F6F6;
}
.l-side-menu .ec-headerSearch__keyword #ec-drawerInput {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: calc(100% - 64px);
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  padding: 12px 16px;
}
.l-side-menu .ec-headerSearch__keyword #ec-drawerInput::-moz-placeholder {
  font-size: 12px;
  color: #999999;
}
.l-side-menu .ec-headerSearch__keyword #ec-drawerInput::placeholder {
  font-size: 12px;
  color: #999999;
}
.l-side-menu .ec-headerSearch__keyword button {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 64px;
  height: 40px;
}
.l-side-menu .ec-menu > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #FFFFFF;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}
.l-side-menu .ec-menu > a img {
  margin-right: 8px;
}
.l-side-menu .ec-menu div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.l-side-menu .ec-menu div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: 50%;
  height: 48px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
}
.l-side-menu .ec-menu div a:nth-child(1) {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.l-side-menu .ec-menu div a:nth-child(2) {
  border-top: 1px solid #CCCCCC;
}
.l-side-menu .ec-menu div a:nth-child(3) {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.l-side-menu .ec-menu div a:nth-child(4) {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.l-side-menu .ec-menu div a img {
  margin-right: 8px;
}
.l-side-menu .ec-category {
  padding: 8px 8px 4px;
  background-color: #F6F6F6;
}
.l-side-menu .ec-category ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-side-menu .ec-category ul li {
  width: calc((100% - 4px) / 2);
  margin-bottom: 4px;
}
.l-side-menu .ec-category ul li a {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  text-align: left;
  background-color: #FFFFFF;
  padding: 8px;
  line-height: 1.5;
}
.l-side-menu .ec-category ul li a img {
  width: 24px;
  margin-right: 4px;
}
.l-side-menu .ec-logout a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  padding: 13.5px;
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
}
.l-side-menu .ec-logout a img {
  margin-right: 8px;
  width: 19px;
}

.attention__title {
  background-color: #F44336;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 1279px) {
  .attention__title {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}

.caution-screw {
  background: none;
  padding: 0;
  border: 4px solid #F44336;
  border-top: none;
}
.caution-screw__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.caution-screw__inner {
  padding: 24px 21px;
}
@media (max-width: 768px) {
  .caution-screw__inner {
    padding-bottom: 32px;
  }
}
.caution-screw__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.caution-screw__item--1 {
  margin-left: 0 !important;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .caution-screw__item--1 {
    justify-content: center;
  }
}
.caution-screw__item--2 {
  margin-left: 0 !important;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .caution-screw__item--2 {
    justify-content: center;
  }
}
.caution-screw__img {
  max-width: 240px;
  width: 100%;
  margin-left: 0;
}
.caution-screw__block {
  max-width: 560px;
  width: 100%;
  margin-left: 0;
}

@media (max-width: 768px) {
  .prof-menu .prof-menu__link--favorite {
    padding-left: 8px;
  }
}
.prof-menu .prof-menu__link--favorite:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--favorite::before {
  background-image: url("../icon/mypage-star.svg") !important;
  margin-right: 16px;
  width: 34px;
  height: 34px;
}
.prof-menu .prof-menu__link--history:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--history:before {
  background-image: url("../icon/mypage-clock.svg");
  margin-right: 16px;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .prof-menu .prof-menu__link--history:before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
.prof-menu .prof-menu__link--change:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--change::before {
  background-image: url("../icon/mypage-user.svg");
  margin-right: 16px;
  width: 28px;
  height: 30px;
}
@media (max-width: 768px) {
  .prof-menu .prof-menu__link--change::before {
    width: 22px;
    height: 24px;
    margin-right: 8px;
  }
}
.prof-menu .prof-menu__link--deliv:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--deliv::before {
  background-image: url("../icon/mypage-pin.svg");
  margin-right: 16px;
  width: 28px;
  height: 32px;
}
@media (max-width: 768px) {
  .prof-menu .prof-menu__link--deliv::before {
    width: 18px;
    height: 23px;
    margin-right: 8px;
  }
}
.prof-menu .prof-menu__link--withdrawal:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--withdrawal::before {
  background-image: url("../icon/mypage-withdrawal.svg");
  margin-right: 16px;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .prof-menu .prof-menu__link--withdrawal::before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
.prof-menu .prof-menu__link--logout:hover {
  box-shadow: none;
}
.prof-menu .prof-menu__link--logout::before {
  background-image: url("../icon/mypage-logout.svg");
  margin-right: 16px;
  width: 28px;
  height: 30px;
}
@media (max-width: 768px) {
  .prof-menu .prof-menu__link--logout::before {
    width: 21px;
    height: 23px;
    margin-right: 8px;
  }
}
.prof-menu .prof-menu__area {
  margin-left: -16px;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .prof-menu .prof-menu__area {
    flex-wrap: wrap;
    margin-left: -8px;
  }
}
.prof-menu .prof-menu__box {
  width: calc(33.333% - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
}
@media (max-width: 959px) {
  .prof-menu .prof-menu__box {
    width: calc(50% - 8px);
    margin-left: 8px;
    margin-bottom: 8px;
  }
}
.prof-menu .prof-menu__box a {
  position: relative;
  border: 1px solid #999999;
  height: 56px;
  font-feature-settings: "palt";
  border-radius: 0;
}
@media (max-width: 959px) {
  .prof-menu .prof-menu__box a {
    height: 48px;
    padding-left: 8px;
    font-size: 14px;
  }
}
.prof-menu .prof-menu__box a::after {
  content: "";
  background-image: url("../icon/mypage-down.svg");
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
}
@media (max-width: 959px) {
  .prof-menu .prof-menu__box a::after {
    right: 4px;
  }
}
.prof-menu .prof-menu__box a.active {
  color: #F44336;
}

.ec-footer2 {
  background-color: #333333;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .ec-footer2 {
    padding: 32px 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ec-footer2__name {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 474px) {
  .ec-footer2__name {
    margin-bottom: 56px;
  }
}
.ec-footer2__copy {
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}

.header2 {
  top: 0;
}

.front_page .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.front_page .l-main {
  padding-right: 0;
}
.front_page .l-main__wrap {
  padding: 0px 24px 40px;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1279px) {
  .front_page .l-main__wrap {
    padding: 0px 8px 0;
  }
}
.front_page .l-main {
  padding-left: 0;
}
.front_page .ec-topBanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .front_page .ec-topBanner {
    justify-content: center;
    background-color: #F5F9F4;
    padding: 6px 0;
  }
}
.front_page .ec-topBanner div {
  max-width: calc((100% - 34px) / 3);
  width: 100%;
}
@media (max-width: 1279px) {
  .front_page .ec-topBanner div {
    margin: 0 19px;
  }
}
.front_page .ec-topBanner img {
  width: 100%;
}
.front_page .ec-topBanner .ec-spBanner {
  max-width: 109px;
}
.front_page .main_visual {
  aspect-ratio: 976/320;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .front_page .main_visual {
    margin-top: 8px;
  }
}
.front_page .main_visual .slick-slide img {
  width: 100%;
  opacity: 0;
}
.front_page .main_visual .slick-dots {
  list-style-type: none;
  margin: -34px 0 0 0;
}
.front_page .main_visual .slick-dots li {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: none;
  margin: 0 8px;
}
.front_page .main_visual .slick-dots li button::before {
  color: transparent;
}
.front_page .main_visual .slick-dots .slick-active {
  background-color: #F44336;
}
.front_page .slick-initialized .slick-list img {
  opacity: 1 !important;
}
.front_page .ec-newsRole {
  display: flex;
  background-color: #F9F9F9;
  border-left: 3px solid #F44336;
  padding: 18px 64px;
  margin-bottom: 16px;
}
@media (max-width: 959px) {
  .front_page .ec-newsRole {
    padding: 24px 16px;
  }
}
.front_page .ec-newsRole__news {
  padding: 0;
  border: none;
}
.front_page .ec-newsRole__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.front_page .ec-newsRole__left > div {
  width: 110px;
  margin-right: 56px;
}
.front_page .ec-newsRole__left h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.front_page .ec-newsRole__left a {
  border: 1px solid #666666;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  opacity: 1;
  width: 110px;
  text-align: center;
  line-height: 29px;
  display: block;
}
.front_page .ec-newsRole__left a:hover {
  opacity: 0.8;
}
.front_page .ec-newsRole__newsHeading {
  display: flex;
  align-items: center;
}
.front_page .ec-newsRole__newsDate {
  margin-right: 31px;
  color: #666666;
  min-width: 80px;
}
@media (max-width: 959px) {
  .front_page .ec-newsRole__newsDate {
    margin: 0 16px 0 0;
  }
}
.front_page .ec-newsRole__newsTitle {
  width: 100%;
}
@media (max-width: 768px) {
  .front_page .ec-newsRole__newsTitle {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .front_page .ec-newsRole__newsTitle a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 240px;
  }
}
.front_page .ec-newsRole__newsTitle a {
  color: #2740C5;
}
.front_page .ec-newsRole__newsTitle a:hover {
  opacity: 0.8;
}
.front_page .ec-newsRole__newsItem {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 768px) {
  .front_page .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }
}
.front_page .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: none;
}
.front_page .ec-buttonsRole {
  margin-bottom: 45px;
}
.front_page .ec-buttonsRole ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.front_page .ec-buttonsRole ul li {
  max-width: calc((100% - 76px) / 5);
  width: 100%;
}
.front_page .ec-buttonsRole ul li a {
  opacity: 1;
}
.front_page .ec-buttonsRole ul li a:hover {
  opacity: 0.8;
}
.front_page .ec-buttonsRole ul li a img {
  width: 100%;
}
.front_page .ec-historyH2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 20px;
  color: #222222;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front_page .ec-historyH2 a {
  border: 1px solid #F44336;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.front_page .ec-historyH2 a:hover {
  opacity: 0.8;
}
.front_page .ec-historyRole {
  height: 182px;
  overflow-y: hidden;
  border: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .front_page .ec-historyRole {
    overflow-x: scroll;
  }
}
.front_page .ec-historyRole table {
  border: none;
  width: 100%;
}
.front_page .ec-historyRole table thead th {
  border: 1px solid #CCCCCC;
  border-top: none;
  background-color: #F9F9F9;
  padding: 10px 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
}
.front_page .ec-historyRole table thead th:nth-child(1) {
  border-left: none;
}
.front_page .ec-historyRole table thead th:last-child {
  border-right: none;
}
.front_page .ec-historyRole table thead th:nth-child(6) {
  padding: 10px 21px;
}
.front_page .ec-historyRole table tbody td {
  border: 1px solid #CCCCCC;
  padding: 10px 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.front_page .ec-historyRole table tbody td:nth-child(1) {
  text-align: center;
  border-left: none;
}
.front_page .ec-historyRole table tbody td:nth-child(2) {
  text-align: center;
}
.front_page .ec-historyRole table tbody td:nth-child(3) {
  text-align: left;
  padding: 10px 23px;
  width: 103px;
}
.front_page .ec-historyRole table tbody td:nth-child(4) {
  text-align: left;
  padding: 10px 24px;
}
.front_page .ec-historyRole table tbody td:nth-child(5) {
  text-align: center;
}
.front_page .ec-historyRole table tbody td:nth-child(6) {
  text-align: right;
  padding: 10px 18px;
  width: 74px;
}
.front_page .ec-historyRole table tbody td:nth-child(7) {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px 8px;
  border-right: none;
}
.front_page .ec-historyRole table tbody td:nth-child(7) a:nth-child(1) {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 8px;
}
.front_page .ec-historyRole table tbody td:nth-child(7) a:nth-child(2) {
  opacity: 1;
  background-color: #FFFFFF;
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #F44336;
  display: inline-block;
  padding: 5px 10px;
}
.front_page .ec-historyRole table tbody td:nth-child(7) a:nth-child(2):hover {
  opacity: 0.8;
}
.front_page .ec-historyContinuationRole {
  padding-top: 19px;
  padding-bottom: 36px;
}
.front_page .ec-historyContinuationRole a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F44336;
  color: #F44336;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 1;
}
.front_page .ec-historyContinuationRole a:hover {
  opacity: 0.8;
}
.front_page .ec-historyContinuationRole a img {
  margin-left: 28px;
  width: 10px;
}
.front_page .ec-neodymiumRole {
  width: 100%;
}
.front_page .ec-neodymiumRole h2 {
  background-color: #F44336;
}
@media (max-width: 959px) {
  .front_page .ec-neodymiumRole h2 {
    font-size: 22px;
  }
}
.front_page .ec-neodymiumRole h2 a {
  padding-left: 16px;
  height: 64px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.front_page .ec-neodymiumRole h2 a:hover {
  opacity: 0.8;
}
.front_page .ec-neodymiumRole h2 span {
  display: block;
  border-left: 2px solid #FFFFFF;
  margin-right: 16px;
  height: 24px;
}
.front_page .ec-neodymiumRole__left {
  display: flex;
  align-items: center;
}
.front_page .ec-neodymiumRole__right {
  display: flex;
  margin-right: 10px;
}
.front_page .ec-neodymiumRole__content {
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 24px 32px;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .front_page .ec-neodymiumRole__content {
    padding: 16px 8px;
    border: none;
  }
}
@media (max-width: 768px) {
  .front_page .ec-neodymiumRole__content {
    margin-bottom: 0;
  }
}
.front_page .ec-neodymiumRole__content > p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 24px;
}
.front_page .ec-neodymiumRole__content ul {
  display: flex;
  flex-wrap: wrap;
}
.front_page .ec-neodymiumRole__content ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  max-width: 25%;
}
@media (max-width: 950px) {
  .front_page .ec-neodymiumRole__content ul li {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 859px) {
  .front_page .ec-neodymiumRole__content ul li {
    margin-bottom: 16px;
  }
}
@media (max-width: 649px) {
  .front_page .ec-neodymiumRole__content ul li {
    max-width: 50%;
  }
}
.front_page .ec-neodymiumRole__content ul li img {
  width: 40px;
  margin-right: 8px;
}
.front_page .ec-neodymiumRole__content ul li span {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 4px 2px 5px;
  margin-right: 8px;
  line-height: 1.2;
}
.front_page .ec-neodymiumRole__content ul li a {
  color: #2740C5;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.front_page .ec-neodymiumRole__content ul li a:hover {
  opacity: 0.8;
}
.front_page .ec-capRole {
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  .front_page .ec-capRole {
    margin-bottom: 8px;
  }
}
.front_page .ec-capRole h2 {
  background-color: #F44336;
}
.front_page .ec-capRole h2 a {
  padding-left: 16px;
  height: 64px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.front_page .ec-capRole h2 a:hover {
  opacity: 0.8;
}
.front_page .ec-capRole h2 span {
  display: block;
  border-left: 2px solid #FFFFFF;
  margin-right: 16px;
  height: 24px;
}
.front_page .ec-capRole > div {
  max-width: none;
  width: 100%;
}
@media (max-width: 959px) {
  .front_page .ec-capRole > div {
    max-width: 100%;
  }
}
.front_page .ec-capRole > div h2 {
  background-color: #F44336;
  padding-left: 16px;
  height: 64px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .front_page .ec-capRole > div h2 {
    font-size: 22px !important;
  }
}
.front_page .ec-capRole > div h2 span {
  display: block;
  border-left: 2px solid #FFFFFF;
  margin-right: 10px;
  height: 24px;
}
.front_page .ec-capRole__content {
  border: 1px solid #E9E9E9;
  border-top: none;
  padding: 24px 32px 24px;
}
@media (max-width: 959px) {
  .front_page .ec-capRole__content {
    border: none;
    padding: 20px 8px 0;
  }
}
.front_page .ec-capRole__content--upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media (max-width: 959px) {
  .front_page .ec-capRole__content--upper {
    margin-bottom: 16px;
  }
}
.front_page .ec-capRole__content--upper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.front_page .ec-capRole__content--upper img {
  width: 88px;
}
.front_page .ec-capRole__content--list ul {
  display: flex;
  flex-wrap: wrap;
}
.front_page .ec-capRole__content--list ul li {
  max-width: 25%;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 950px) {
  .front_page .ec-capRole__content--list ul li {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 859px) {
  .front_page .ec-capRole__content--list ul li {
    margin-bottom: 16px;
  }
}
@media (max-width: 599px) {
  .front_page .ec-capRole__content--list ul li {
    max-width: 50%;
  }
}
.front_page .ec-capRole__content--list ul li img {
  width: 40px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .front_page .ec-capRole__content--list ul li img {
    display: none;
  }
}
.front_page .ec-capRole__content--list ul li span {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 4px 2px 5px;
  min-width: 15px;
  margin-right: 8px;
  text-align: center;
  line-height: 1.2;
}
.front_page .ec-capRole__content--list ul li a {
  color: #2740C5;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.front_page .ec-capRole__content--list ul li a:hover {
  opacity: 0.8;
}
.front_page .ec-capRole__content--list ul li a.hexagonal {
  letter-spacing: -0.01em;
}
.front_page .ec-2columnRole {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole {
    margin-bottom: 8px;
  }
}
.front_page .ec-2columnRole h2 {
  background-color: #F44336;
  padding-left: 16px;
  height: 64px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.front_page .ec-2columnRole h2 span {
  display: block;
  border-left: 2px solid #FFFFFF;
  margin-right: 16px;
  height: 24px;
}
.front_page .ec-2columnRole > div {
  max-width: calc((100% - 24px) / 2);
  width: 100%;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole > div {
    max-width: 100%;
  }
}
.front_page .ec-2columnRole > div h2 {
  background-color: #F44336;
}
.front_page .ec-2columnRole > div h2 a {
  padding-left: 16px;
  width: 100%;
  height: 64px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front_page .ec-2columnRole > div h2 a:hover {
  opacity: 0.8;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole > div h2 a {
    font-size: 22px !important;
  }
}
.front_page .ec-2columnRole > div h2 span {
  display: block;
  border-left: 2px solid #FFFFFF;
  margin-right: 10px;
  height: 24px;
}
.front_page .ec-2columnRole__content {
  border: 1px solid #E9E9E9;
  border-top: none;
  padding: 20px 24px 24px;
  min-height: 171px;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole__content {
    border: none;
    padding: 20px 8px 0;
  }
}
.front_page .ec-2columnRole__content--upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole__content--upper {
    margin-bottom: 16px;
  }
}
.front_page .ec-2columnRole__content--upper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.front_page .ec-2columnRole__content--upper img {
  width: 88px;
}
.front_page .ec-2columnRole__content--list ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole__content--list ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .front_page .ec-2columnRole__content--list ul {
    margin-bottom: 16px;
  }
}
.front_page .ec-2columnRole__content--list ul li {
  max-width: 50%;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .front_page .ec-2columnRole__content--list ul li {
    margin-bottom: 24px;
  }
}
@media (max-width: 599px) {
  .front_page .ec-2columnRole__content--list ul li {
    max-width: 50%;
  }
}
.front_page .ec-2columnRole__content--list ul li img {
  width: 40px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .front_page .ec-2columnRole__content--list ul li img {
    display: none;
  }
}
.front_page .ec-2columnRole__content--list ul li span {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 5px 2px 6px;
  min-width: 15px;
  margin-right: 8px;
  text-align: center;
  line-height: 1.2;
}
.front_page .ec-2columnRole__content--list ul li a {
  color: #2740C5;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.front_page .ec-2columnRole__content--list ul li a:hover {
  opacity: 0.8;
}
.front_page .ec-2columnRole__content--list ul li a.hexagonal {
  letter-spacing: -0.01em;
}
.front_page .ec-2columnRole .ec-filter {
  min-height: 267px;
}
@media (max-width: 959px) {
  .front_page .ec-2columnRole .ec-filter {
    min-height: initial;
  }
}
.front_page .ec-3columnRole {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.front_page .ec-3columnRole__group {
  max-width: calc((100% - 48px) / 3);
  width: 100%;
  border: 1px solid #E9E9E9;
  border-top: none;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .front_page .ec-3columnRole__group {
    max-width: calc((100% - 24px) / 2);
    border: none;
  }
}
@media (max-width: 629px) {
  .front_page .ec-3columnRole__group {
    max-width: 100%;
  }
}
.front_page .ec-3columnRole__group a {
  color: #222222;
}
.front_page .ec-3columnRole__group a:hover {
  opacity: 0.8;
}
.front_page .ec-3columnRole__group--content {
  padding: 16px;
}
@media (max-width: 959px) {
  .front_page .ec-3columnRole__group--content {
    padding: 16px 16px 8px 8px;
  }
}
@media (max-width: 768px) {
  .front_page .ec-3columnRole__group--content {
    padding: 16px 0px 8px 8px;
  }
}
.front_page .ec-3columnRole__group--upper {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .front_page .ec-3columnRole__group--upper {
    justify-content: space-between;
  }
}
.front_page .ec-3columnRole__group--upper p {
  margin-right: 10px;
}
.front_page .ec-3columnRole__group--upper img {
  height: 64px;
}
@media (max-width: 629px) {
  .front_page .ec-3columnRole__group--upper img {
    height: 88px;
  }
}
.front_page .ec-3columnRole__group--lower ul {
  display: flex;
  flex-wrap: wrap;
}
.front_page .ec-3columnRole__group--lower ul li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 5px;
}
.front_page .ec-3columnRole__group--lower ul li span {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 2px 4px 2px 5px;
  font-size: 11px;
  font-weight: 400;
  margin-right: 8px;
}
.front_page .ec-3columnRole__group--lower ul li a {
  color: #2740C5;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.front_page .ec-3columnRole h3 {
  background-color: #E9E9E9;
}
.front_page .ec-3columnRole h3 a {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
}
@media (max-width: 959px) {
  .front_page .ec-3columnRole h3 a {
    padding: 15px 12px;
  }
}
.front_page .ec-3columnRole__h3--left {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.front_page .ec-3columnRole__h3--left span {
  border-left: 2px solid #F44336;
  margin-right: 9px;
  height: 18px;
}
.front_page .ec-3columnRole__h3--right {
  display: flex;
}
.front_page .ec-1columnRole__group {
  max-width: none;
  width: 100%;
  border: 1px solid #E9E9E9;
  border-top: none;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .front_page .ec-1columnRole__group {
    border: none;
  }
}
.front_page .ec-1columnRole__group a {
  color: #222222;
}
.front_page .ec-1columnRole__group a:hover {
  opacity: 0.8;
}
.front_page .ec-1columnRole__group--main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .front_page .ec-1columnRole__group--main {
    padding-right: 0;
  }
}
.front_page .ec-1columnRole__group--content {
  padding: 16px 16px 11px;
}
@media (max-width: 959px) {
  .front_page .ec-1columnRole__group--content {
    padding: 16px 0 0 8px;
  }
}
.front_page .ec-1columnRole__group--contentImage img {
  width: 88px;
}
.front_page .ec-1columnRole__group--upper {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 629px) {
  .front_page .ec-1columnRole__group--upper {
    justify-content: space-between;
  }
}
.front_page .ec-1columnRole__group--upper img {
  height: 64px;
}
@media (max-width: 629px) {
  .front_page .ec-1columnRole__group--upper img {
    height: 88px;
  }
}
.front_page .ec-1columnRole__group--lower ul {
  display: flex;
  flex-wrap: wrap;
}
.front_page .ec-1columnRole__group--lower ul li {
  max-width: 25%;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 13px;
}
@media (max-width: 959px) {
  .front_page .ec-1columnRole__group--lower ul li {
    max-width: 33.3333333333%;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .front_page .ec-1columnRole__group--lower ul li {
    max-width: none;
  }
}
.front_page .ec-1columnRole__group--lower ul li span {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 2px 5px 2px 6px;
  font-size: 11px;
  font-weight: 400;
  margin-right: 8px;
  line-height: 1.2;
}
.front_page .ec-1columnRole__group--lower ul li a {
  color: #2740C5;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.front_page .ec-1columnRole h3 {
  background-color: #E9E9E9;
}
.front_page .ec-1columnRole h3 a {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px;
}
@media (max-width: 959px) {
  .front_page .ec-1columnRole h3 a {
    padding: 15px 12px;
  }
}
.front_page .ec-1columnRole h3 a:hover {
  opacity: 0.8;
}
.front_page .ec-1columnRole__h3--left {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.front_page .ec-1columnRole__h3--left span {
  border-left: 2px solid #F44336;
  margin-right: 9px;
  height: 18px;
}
.front_page .ec-1columnRole__h3--right {
  display: flex;
}
.front_page .ec-sliderRole {
  display: none;
  padding: 0 !important;
  margin-bottom: 16px !important;
}
.front_page .ec-sliderRole .main_visual {
  aspect-ratio: 976/320;
  padding: 0;
  margin-bottom: 0;
}
.front_page .ec-sliderRole .main_visual .slick-slide {
  border: none;
}
.front_page .ec-sliderRole .slick-dots {
  bottom: 24px;
}
@media (max-width: 768px) {
  .front_page .ec-sliderRole .slick-dots {
    bottom: 8px;
  }
}
.front_page .ec-sliderRole .slick-dots li button::before {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.front_page .ec-sliderRole .slick-dots li.slick-active button::before {
  background-color: #F44336;
}

#page_entry .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_entry .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_entry .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_entry .l-new-form {
    padding: 24px 8px;
  }
}
#page_entry .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_entry .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_entry .l-main {
    padding: 0 8px;
  }
}
#page_entry .l-main .l-main__wrap02 {
  padding: 0;
}
#page_entry .l-main .l-main__wrap02 .l-new-msg {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  margin-bottom: 24px;
}
#page_entry .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_entry .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_entry .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_entry .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_entry .l-listpage-header .fix-header {
  height: auto;
}
#page_entry .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_entry .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_entry #form_entry {
  display: block;
  background-color: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_entry #form_entry {
    margin-bottom: 40px;
  }
}
#page_entry #form_entry .ec-block {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin-left: 0px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block .form__col-6 {
    margin-bottom: 16px;
  }
}
#page_entry #form_entry .ec-block h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  max-width: 256px;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block h2 {
    padding-left: 0;
    line-height: 1;
  }
}
#page_entry #form_entry .ec-block h2 .ec-required {
  display: none;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block h2 .ec-required {
    display: block;
    margin-left: 16px;
  }
}
#page_entry #form_entry .ec-block .form-name {
  margin: 0;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block .form-name {
    flex-wrap: nowrap;
    width: 100%;
  }
}
#page_entry #form_entry .ec-block .form-name .ec-required {
  display: block;
  margin-top: 25px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block .form-name .ec-required {
    display: none;
  }
}
#page_entry #form_entry .ec-block .form-name .form-input-box input {
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-block .form-name .form-input-box:last-of-type .form-input-box__txt {
    max-width: calc(100% - 16px);
  }
}
#page_entry #form_entry .ec-location {
  display: flex;
  margin: 0 100px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-location {
    margin: 0;
  }
}
#page_entry #form_entry .ec-location > div {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-location > div {
    flex-wrap: wrap;
    padding-top: 24px;
  }
}
#page_entry #form_entry .ec-location > div h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  max-width: 256px;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-location > div h2 {
    padding-left: 0;
    line-height: 1;
  }
}
#page_entry #form_entry .ec-location > div > div {
  width: 100%;
}
#page_entry #form_entry .ec-number {
  padding-top: 32px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-number {
    padding-top: 0px;
  }
}
#page_entry #form_entry .ec-tel .form {
  padding-top: 32px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-tel .form {
    max-width: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 24px;
    margin: 0 auto;
  }
}
#page_entry #form_entry .ec-tel .form__title {
  max-width: 256px;
  width: 100%;
  margin-right: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-tel .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_entry #form_entry .ec-tel .form__area {
  width: 100%;
  padding: 0;
}
#page_entry #form_entry .ec-tel .form__area .form__col-6 .ec-required {
  margin-top: 0;
}
#page_entry #form_entry .ec-tel .form__col-6 {
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-tel .form__col-6 {
    margin-bottom: 24px;
  }
}
#page_entry #form_entry .ec-fax {
  display: flex;
}
#page_entry #form_entry .ec-fax > div {
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-fax > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
#page_entry #form_entry .ec-fax > div .form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-fax > div .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_entry #form_entry .ec-fax > div .form__col-6 {
  max-width: none;
  width: 100%;
}
#page_entry #form_entry .ec-fax > div .form__col-6 .ec-required {
  visibility: hidden;
}
#page_entry #form_entry .ec-mail > div {
  max-width: 776px;
  width: 100%;
  display: flex;
  margin: 0 100px;
  padding-top: 32px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    margin: 0 auto;
  }
}
#page_entry #form_entry .ec-mail > div .form__title {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
  line-height: 130px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail > div .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_entry #form_entry .ec-mail > div .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail > div .form__col-12 {
    max-width: none;
  }
}
#page_entry #form_entry .ec-mail > div .l-form-st {
  margin-bottom: 0;
  width: 100%;
}
#page_entry #form_entry .ec-mail .ec-mail__margin {
  margin-bottom: 12px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail .ec-mail__margin {
    margin-bottom: 0;
  }
}
#page_entry #form_entry .ec-mail .ec-mail__margin .ec-required {
  display: block;
  margin-top: 0;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail .ec-mail__margin .ec-required {
    display: none;
  }
}
#page_entry #form_entry .ec-mail2 .form-input-box__txt {
  max-width: 420px;
  padding: 16px;
}
#page_entry #form_entry .ec-mail2 .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry #form_entry .ec-mail2 .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry #form_entry .ec-mail2 .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-mail2 .ec-required {
    display: none;
  }
}
#page_entry #form_entry .form__notes {
  margin: 0 100px;
  border: none;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__notes {
    margin: 0 0 24px;
    padding: 16px 16px;
  }
}
#page_entry #form_entry .ec-red {
  color: #F44336;
}
#page_entry #form_entry .ec-password > div {
  display: flex;
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
  padding-top: 32px;
  padding-bottom: 16px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-password > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0 auto;
  }
}
#page_entry #form_entry .ec-password > div .form__title {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 32px;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-password > div .form__title {
    padding-top: 0;
    padding-left: 0;
    max-width: none;
  }
}
#page_entry #form_entry .ec-password > div .form__title .form__sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
#page_entry #form_entry .ec-password > div .ec-required {
  margin-left: 0;
  margin-top: 0 !important;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-password > div .ec-required {
    margin-left: 16px;
  }
}
#page_entry #form_entry .ec-password > div .form {
  width: 100%;
}
#page_entry #form_entry .ec-password > div .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-password > div .form__col-12 {
    max-width: none;
  }
}
#page_entry #form_entry .ec-password2 .ec-required {
  visibility: hidden;
}
#page_entry #form_entry .form__area {
  display: block;
  margin-left: 0;
  padding: 0 100px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area {
    padding: 0;
  }
}
#page_entry #form_entry .form__area--margin {
  margin-left: 0;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin .form__col-6 {
    margin-bottom: 16px;
  }
}
#page_entry #form_entry .form__area--margin .ec-required {
  display: block;
  margin-top: 60px;
}
@media (max-width: 966px) {
  #page_entry #form_entry .form__area--margin .ec-required {
    display: none;
    margin-top: 0px;
  }
}
#page_entry #form_entry .form__area--margin.ec-municipalities {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin.ec-municipalities {
    max-width: none;
  }
}
#page_entry #form_entry .form__area--margin.ec-municipalities .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 986px) {
  #page_entry #form_entry .form__area--margin.ec-municipalities .ec-required {
    display: none !important;
  }
}
#page_entry #form_entry .form__area--margin.ec-municipalities .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (min-width: 960px) and (max-width: 986px) {
  #page_entry #form_entry .form__area--margin.ec-municipalities .form__col-12 {
    margin-left: 63px;
  }
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin.ec-municipalities .form__col-12 {
    max-width: none;
  }
}
#page_entry #form_entry .form__area--margin .form__col-12 {
  margin-left: 16px;
  width: auto;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin .form__col-12 {
    margin-left: 0;
  }
}
#page_entry #form_entry .form__area--margin .form__col-12 .form-input-box {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_entry #form_entry .form__area--margin .form__col-12 .form-input-box > div {
    line-height: 20px;
    margin-bottom: 4px;
  }
}
#page_entry #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt {
  max-width: 440px;
  width: 100%;
  padding: 16px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt {
    max-width: none;
    margin-bottom: 12px;
  }
}
#page_entry #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry #form_entry .ec-building {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-building {
    flex-wrap: wrap;
  }
}
#page_entry #form_entry .ec-building .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-building .ec-required {
    display: none;
  }
}
#page_entry #form_entry .ec-building .form__col-12 {
  margin-left: 16px;
  margin-bottom: 32px;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-building .form__col-12 {
    margin-left: 0;
    margin-bottom: 24px;
    max-width: none;
  }
}
#page_entry #form_entry .ec-building .form__col-12 .form-input-box {
  padding: 0;
  margin-left: 0px;
}
#page_entry #form_entry .ec-building .form-input-box__txt {
  max-width: 420px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-building .form-input-box__txt {
    max-width: none;
  }
}
#page_entry #form_entry .form__col-6 {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 0;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__col-6 {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
#page_entry #form_entry .form__col-6 .ec-required {
  display: block;
  min-width: 47px;
}
@media (max-width: 959px) {
  #page_entry #form_entry .form__col-6 .ec-required {
    display: none;
  }
}
#page_entry #form_entry .ec-organization {
  display: flex;
  border-bottom: none;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-organization {
    width: 100%;
  }
}
#page_entry #form_entry .ec-organization > div {
  width: calc(100% - 269px);
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-organization > div {
    width: 100%;
  }
}
#page_entry #form_entry .l-form-st {
  margin-bottom: 0;
}
#page_entry #form_entry .ec-hidden {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_entry #form_entry .ec-hidden {
    display: none;
  }
}
#page_entry #form_entry .form__label--req {
  display: none;
}
#page_entry .l-new-btn .decide-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_entry .l-new-btn .decide-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#page_entry .l-new-btn .decide-2__item {
  max-width: calc(50% - 12px);
}
@media (max-width: 768px) {
  #page_entry .l-new-btn .decide-2__item {
    max-width: calc(100% - 16px);
    width: 100%;
    margin: 0 auto 24px;
  }
}
#page_entry .form-input-box {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  #page_entry .form-input-box {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
#page_entry .ec-itemName {
  line-height: 20px;
  margin-bottom: 4px;
}
#page_entry .form-input-box__txt {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 16px;
  max-width: 180px;
  width: 100%;
  height: 44px;
}
@media (max-width: 959px) {
  #page_entry .form-input-box__txt {
    max-width: calc(100% - 16px);
  }
}
#page_entry .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
#page_entry .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
}
#page_entry .form-input-tel {
  display: block;
  margin-left: 16px;
}
@media (max-width: 959px) {
  #page_entry .form-input-tel {
    margin-left: 0;
  }
}
#page_entry .form-input-tel__txt {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  max-width: 420px;
  width: 100%;
  border-radius: 4px;
  height: 44px;
  text-align: left;
  padding: 16px;
}
@media (max-width: 959px) {
  #page_entry .form-input-tel__txt {
    max-width: none;
  }
}
#page_entry .form-input-tel__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry .form-input-tel__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_entry .form-input-tel #entry_ext_postal_code {
  width: 125px;
  border-radius: 4px;
  border: 1px solid #999999;
}
#page_entry .form-input-tel #entry_ext_postal_code::-moz-placeholder {
  color: #999999;
}
#page_entry .form-input-tel #entry_ext_postal_code::placeholder {
  color: #999999;
}
#page_entry .form-input-tel #entry_ext_address_pref {
  min-width: 144px;
  border-radius: 4px;
  padding: 14px 12px;
}
@media (max-width: 768px) {
  #page_entry .form-input-tel #entry_ext_address_pref {
    height: 38px;
    padding: 11px 12px;
  }
}
#page_entry .form-input-tel__number {
  display: flex;
  align-items: center;
}
#page_entry .form-input-box__error-label {
  display: none;
}
#page_entry .ec-required {
  border-radius: 4px;
  border: 1px solid #F44336;
  background-color: #FFFFFF;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 7px;
  min-width: 47px;
  height: 23px;
  text-align: center;
  margin-left: 0;
}
#page_entry .ec-required.is-pc3 {
  margin-top: 27px;
  min-width: 47px;
}
#page_entry .form-name {
  display: flex;
  align-items: center;
}
#page_entry .form-name__item {
  max-width: 180px;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 959px) {
  #page_entry .form-name__item {
    max-width: none;
    margin-left: 0;
  }
}
#page_entry .ec-long {
  max-width: 440px;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  #page_entry .ec-long {
    max-width: none;
  }
}
#page_entry .ec-long .form-input-box__txt {
  max-width: 440px;
}
@media (max-width: 959px) {
  #page_entry .ec-long .form-input-box__txt {
    max-width: none;
  }
}
#page_entry .ec-department {
  padding-top: 16px;
  max-width: none;
}
@media (max-width: 959px) {
  #page_entry .ec-department {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
#page_entry .ec-department input {
  max-width: 440px;
}
@media (max-width: 959px) {
  #page_entry .ec-department input {
    max-width: none;
  }
}
#page_entry input {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_entry h2 {
    margin-bottom: 16px;
  }
}
#page_entry h2 .ec-required {
  display: none;
}
@media (max-width: 959px) {
  #page_entry h2 .ec-required {
    display: inline-block;
    margin-left: 16px;
  }
}
#page_entry .l-new-btn {
  padding-bottom: 1px;
}
#page_entry .l-new-btn .decide-1__item input {
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  #page_entry .l-new-btn .decide-1__item input {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
#page_entry .l-new-btn .decide-1__item input:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
#page_entry .ec-footerRole {
  margin-top: 0;
}
#page_entry .err_msg {
  color: #F44336;
  border-bottom: none;
}
#page_entry .formError {
  opacity: 1 !important;
  z-index: 9;
}
#page_entry .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9 !important;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
#page_entry .formError .formErrorArrowBottom {
  top: 30px;
}
#page_entry .form-errorTooltip {
  display: none;
}

.entry_confirm .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
}
.entry_confirm .ec-layoutRole__main {
  max-width: 1024px;
  width: 100%;
}
.entry_confirm .l-listpage-header {
  margin-bottom: 40px !important;
}
@media (max-width: 959px) {
  .entry_confirm .l-listpage-header {
    margin-bottom: 24px !important;
  }
}
.entry_confirm .l-listpage-header h2 {
  margin-bottom: 0 !important;
}
.entry_confirm .ec-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.entry_confirm .l-confirm-list {
  background-color: #F6F6F6;
}
.entry_confirm .l-confirm-list .confirm-list {
  max-width: 776px;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list {
    padding-bottom: 0px;
  }
}
.entry_confirm .l-confirm-list .confirm-list dl {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list dl {
    flex-wrap: wrap;
    margin: 0 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.entry_confirm .l-confirm-list .confirm-list dl:last-of-type {
  margin-bottom: 40px;
}
.entry_confirm .l-confirm-list .confirm-list dl dt {
  font-size: 16px;
  font-weight: 700;
  max-width: 248px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list dl dt {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }
}
.entry_confirm .l-confirm-list .confirm-list dl dd {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list dl dd {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.entry_confirm .l-confirm-list .confirm-list__company dt {
  padding-top: 50px !important;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__company dt {
    padding-top: 24px !important;
  }
}
.entry_confirm .l-confirm-list .confirm-list__address dt {
  padding-top: 50px !important;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__address dt {
    padding-top: 24px !important;
  }
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__phone dt {
    margin-top: 24px;
  }
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__fax dt {
    margin-top: 24px;
  }
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__email dt {
    margin-top: 24px;
  }
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__password {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list__password dt {
    margin-top: 24px;
  }
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2 {
  margin-left: 0;
  justify-content: center;
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item {
  max-width: 320px;
  width: 100%;
  margin: 0 12px;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item {
    max-width: 343px;
    margin: 0 auto 24px;
  }
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:first-of-type input {
  border-radius: 4px;
  border: 1px solid #222222;
  max-width: 320px;
  width: 100%;
  height: 48px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:first-of-type input {
    max-width: 343px;
    height: 56px;
  }
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:first-of-type input:hover {
  opacity: 0.8;
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:last-of-type input {
  border-radius: 4px;
  background-color: #F44336;
  max-width: 320px;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:last-of-type input {
    max-width: 343px;
    height: 56px;
  }
}
.entry_confirm .l-confirm-list .confirm-list .l-confirm-btn .decide-2__item:last-of-type input:hover {
  opacity: 0.8;
}

.entry_complete .ec-layoutRole__main {
  max-width: 1024px;
  width: 100%;
}
.entry_complete .l-listpage-header .fix-header__title {
  margin-bottom: 0 !important;
}
.entry_complete .comop-area__txt {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.entry_complete .decide-2 {
  justify-content: center;
  padding-bottom: 16px;
}
.entry_complete .decide-2__item {
  max-width: 320px;
  width: 100%;
  margin: 0 12px;
}
@media (max-width: 959px) {
  .entry_complete .decide-2__item {
    max-width: 343px;
    margin: 0 auto 24px;
  }
}
.entry_complete .decide-2__btn--negative {
  border-radius: 4px;
  border: 1px solid #222222;
  max-width: 320px;
  width: 100%;
  height: 48px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .entry_complete .decide-2__btn--negative {
    max-width: 343px;
    height: 56px;
  }
}
.entry_complete .decide-2__btn--negative:hover {
  opacity: 0.8;
}
.entry_complete .decide-2__btn--positive {
  border-radius: 4px;
  background-color: #F44336;
  max-width: 320px;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .entry_complete .decide-2__btn--positive {
    max-width: 343px;
    height: 56px;
  }
}
.entry_complete .decide-2__btn--positive:hover {
  opacity: 0.8;
}

#page_cart .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#page_cart .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  #page_cart .ec-layoutRole__main {
    flex-wrap: wrap;
  }
}
#page_cart .l-side-menu-wide-pc {
  display: none;
}
#page_cart .l-content-start {
  padding-top: 113px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_cart .l-content-start {
    padding-top: 96px;
  }
}
#page_cart .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #page_cart .l-content-start .l-listpage-header {
    height: 60px;
    margin-bottom: 24px;
  }
}
#page_cart .l-content-start .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_cart .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
#page_cart .l-main {
  padding-left: 0px;
  padding-right: 24px;
}
@media (max-width: 1279px) {
  #page_cart .l-main {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_cart .l-main__wrap02 {
  max-width: 1024px;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  #page_cart .l-main__wrap02 {
    padding-bottom: 0;
  }
}
#page_cart .ec-cartRole {
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  #page_cart .ec-cartRole img {
    width: auto;
  }
}
#page_cart .ec-cartRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
#page_cart .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page_cart .ec-progress {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
#page_cart .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
#page_cart .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#page_cart .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
#page_cart .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
#page_cart .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
}
#page_cart .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  color: #222222;
}
#page_cart .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1.25;
}
#page_cart .l-cart-price {
  margin: 0 auto 80px;
  width: 100%;
}
#page_cart .l-cart-price .price-notes {
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  padding: 40px 0;
}
#page_cart .l-cart-price .price-notes__btn {
  background-color: #F44336;
  color: #FFFFFF;
  border-radius: 4px;
  border: 0 none;
  max-width: 320px;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  margin: 40px auto 0;
}
#page_cart .l-cart-price .price-notes__btn:hover {
  opacity: 0.8;
}
#page_cart #form_cart {
  width: 100%;
}
@media (max-width: 768px) {
  #page_cart #form_cart {
    border-top: 1px solid #CCCCCC;
  }
}
#page_cart .ec-cartHeaderWrap {
  display: table;
  width: 100%;
}
#page_cart .ec-cartHeader {
  display: table-row;
  width: 100%;
}
@media (max-width: 768px) {
  #page_cart .ec-cartHeader {
    display: none;
  }
}
#page_cart .ec-cartHeader__label {
  background: #222222;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  display: table-cell;
  padding: 14px;
  text-align: center;
  overflow-x: hidden;
  vertical-align: middle;
}
#page_cart .ec-cartHeader__label:nth-child(1) {
  width: 60px;
}
#page_cart .ec-cartHeader__label:nth-child(2) {
  width: calc(100% - 60px - 120px - 134px - 120px);
}
#page_cart .ec-cartHeader__label:nth-child(3) {
  width: 120px;
}
#page_cart .ec-cartHeader__label:nth-child(4) {
  width: 134px;
}
#page_cart .ec-cartHeader__label:nth-child(5) {
  width: 120px;
}
#page_cart .ec-orderRole__summary {
  position: relative;
  margin-top: 113px;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_cart .ec-orderRole__summary {
    margin: 0 auto;
  }
}
#page_cart .ec-orderRole__summary h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
  margin-bottom: 19px;
}
#page_cart .ec-floatBox {
  position: absolute;
  margin-bottom: 16px;
  transition: all 0s ease 0s;
}
@media (max-width: 768px) {
  #page_cart .ec-floatBox {
    position: static !important;
    width: 100% !important;
    margin-bottom: 24px;
  }
}
#page_cart .ec-totalBox {
  padding: 20px 24px 24px;
  background: #F6F6F6;
}
#page_cart .ec-totalBox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width: 1279px) {
  #page_cart .ec-totalBox h3 {
    padding-bottom: 19px;
    border-bottom: 1px solid #CCCCCC;
  }
}
#page_cart .ec-totalBox dd {
  text-align: right;
}
#page_cart .ec-totalBox__spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
#page_cart .ec-totalBox__spec:last-of-type {
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  align-items: flex-start;
}
#page_cart .ec-totalBox__spec--postage {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
#page_cart .ec-totalBox__spec--free {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
  margin-top: 12px;
}
@media (max-width: 1279px) {
  #page_cart .ec-totalBox__spec--free {
    line-height: 1;
  }
}
#page_cart .ec-totalBox__spec--free span {
  color: #F44336;
}
#page_cart .ec-totalBox__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 32px;
  border-top: none;
}
#page_cart .ec-totalBox__total--heading {
  font-size: 14px;
  font-weight: 700;
}
#page_cart .ec-totalBox__price {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F44336;
  line-height: 1;
}
#page_cart .ec-totalBox__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F44336;
}
#page_cart .ec-totalBox__shipping {
  margin-bottom: 8px;
}
#page_cart .ec-totalBox__shipping p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
}
#page_cart .ec-totalBox__button a {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F44336;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
#page_cart .ec-totalBox__button a:hover {
  opacity: 0.8;
}
#page_cart .ec-totalBox__amazon {
  width: 100%;
  background-color: #E9E9E9;
  margin-bottom: 18px;
}
#page_cart .ec-totalBox__amazon a {
  display: block;
  width: 100%;
  margin-top: 16px;
}
#page_cart .ec-totalBox__amazon a:hover {
  opacity: 0.8;
}
#page_cart .ec-totalBox__amazon a img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
#page_cart .ec-totalBox__return {
  text-align: center;
}
#page_cart .ec-totalBox__return a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #2740C5;
}
#page_cart .ec-totalBox__return a:hover {
  opacity: 0.8;
}
#page_cart .ec-totalBox-under {
  margin-top: 24px;
  padding-left: 1em;
  text-indent: -1em;
}
#page_cart .price-list {
  align-items: center;
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  #page_cart .price-list {
    padding: 16px 16px 16px 8px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #page_cart .price-list__box {
    margin-right: 0;
  }
}
#page_cart .price-list:hover {
  background: #FFFFFF;
}
#page_cart .price-list:last-child {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_cart .price-list__right {
    margin: 0;
  }
}
#page_cart .price-list__delete {
  border: none;
  width: 31px;
  padding: 0;
}
#page_cart .price-list__delete-box {
  width: auto;
  padding-right: 16px;
}
#page_cart .price-list__img-box {
  width: 72px;
}
@media (max-width: 768px) {
  #page_cart .price-list__img-box {
    width: 48px;
    margin-right: 8px;
  }
}
#page_cart .price-list__info {
  margin-bottom: 7px;
}
#page_cart .price-list__code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 768px) {
  #page_cart .price-list__name {
    padding-bottom: 8px;
    border-bottom: 1px solid #E9E9E9;
  }
}
#page_cart .price-list__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2740C5;
}
#page_cart .price-list__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
@media (max-width: 768px) {
  #page_cart .price-list__unit {
    padding-top: 8px;
  }
}
#page_cart .price-list__number-box_qua input {
  border: 1px solid #999999;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  width: 72px;
  height: 30px;
  padding-right: 10px;
}
#page_cart .price-list__upd {
  border: 1px solid #999999;
  border-radius: 4px;
  width: 84px;
  height: 30px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
}
#page_cart .price-list__sub-total-box {
  flex: none;
  width: 100px;
}
@media (max-width: 768px) {
  #page_cart .price-list__sub-total-box {
    width: 100%;
  }
}
#page_cart .price-list__sub-total-box .ec-subTotalTitle {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#page_cart .price-list__sub-total-box .price-list__sub-total {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#page_cart .price-list__sub-total-box .ec-yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#page_cart .msg-box {
  padding: 0;
  border: none;
}
#page_cart .msg-box__title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F44336;
  text-align: left;
}
@media (max-width: 768px) {
  #page_cart .msg-box__title {
    font-size: 16px;
  }
}
#page_cart .msg-box__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
#page_cart .msg-box__link {
  color: #2740C5;
}
#page_cart .l-margin-st {
  width: 100%;
}
#page_cart .l-margin-st .attention__title {
  background-color: #F44336;
}
#page_cart .l-margin-st .caution-screw__item--1 img {
  max-width: 240px;
  width: 100%;
}
#page_cart .l-margin-st .caution-screw__item--2 img {
  max-width: 240px;
  width: 100%;
  margin-top: 30px;
}
#page_cart .price-list__left {
  flex-wrap: nowrap;
  flex-direction: row;
}
#page_cart .price-list__number-box {
  border-bottom: none;
}
@media (max-width: 768px) {
  #page_cart .price-list__number-box {
    padding-top: 7px;
    margin-bottom: 7px;
  }
}
#page_cart .price-list__number-box a img {
  width: 17px;
}
#page_cart .price-list__number-box_qua {
  justify-content: flex-end;
  flex-direction: row;
  margin-right: 8px;
}
#page_cart .l-margin-st .attention__title {
  background-color: #F44336;
}
#page_cart .l-margin-st .caution-screw__item--1 img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_cart .l-margin-st .caution-screw__item--2 {
    border-bottom: none;
  }
}
#page_cart .l-margin-st .caution-screw__item--2 img {
  max-width: 240px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #page_cart .l-margin-st .caution-screw__item--2 img {
    margin-top: 0;
  }
}
#page_cart .cart-buy__amazon {
  margin: 16px auto 18px;
  text-align: center;
}
#page_cart .cart-buy__amazon img:hover {
  opacity: 0.8;
}
#page_cart .ec-warning {
  margin-bottom: 32px;
  display: none;
}
#page_cart .ec-warning__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #F44336;
}
#page_cart .ec-warning__message a {
  color: #2740C5;
}
#page_cart .ec-warning__message a:hover {
  opacity: 0.8;
}

#page_mypage_login .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
}
#page_mypage_login .ec-layoutRole__main {
  max-width: 1024px;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_mypage_login .ec-layoutRole__main {
    flex-wrap: wrap;
  }
}
#page_mypage_login .l-content-start {
  padding-top: 145px;
}
@media (max-width: 768px) {
  #page_mypage_login .l-content-start {
    padding-top: 121px;
  }
}
#page_mypage_login .l-content-start .l-main {
  padding: 0 24px;
  max-width: 1240px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_mypage_login .l-content-start .l-main {
    padding: 0 8px;
  }
}
#page_mypage_login .l-content-start .l-listpage-header {
  position: static;
  padding: 22px 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #page_mypage_login .l-content-start .l-listpage-header {
    margin-bottom: 16px;
  }
}
#page_mypage_login .l-content-start .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_mypage_login .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  #page_mypage_login .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
  }
}
#page_mypage_login .l-main__wrap02 {
  background-color: #F6F6F6;
  padding: 40px 80px;
}
@media (max-width: 768px) {
  #page_mypage_login .l-main__wrap02 {
    padding: 16px 8px 0;
    margin-bottom: 40px;
  }
}
#page_mypage_login .login-area {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area {
    flex-wrap: wrap;
  }
}
#page_mypage_login .login-area__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area__title {
    margin-bottom: 32px;
  }
}
#page_mypage_login .form-input-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.5;
}
#page_mypage_login .form-input-box__txt {
  max-width: 368px;
  width: 100%;
  height: 44px;
  background-color: #FFFFFF;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #999999;
}
@media (max-width: 768px) {
  #page_mypage_login .form-input-box__txt {
    max-width: none;
  }
}
#page_mypage_login .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_login .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_login .l-shopping-form {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_mypage_login .l-shopping-area {
    margin-bottom: 0;
  }
}
#page_mypage_login .login-area__btn--login {
  background-color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 16px;
  height: 48px;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area__btn--login {
    height: 56px;
  }
}
#page_mypage_login .login-area__btn--login:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
#page_mypage_login .login-area__btn--new {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #222222;
  border-radius: 4px;
  height: 48px;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area__btn--new {
    height: 56px;
    margin-bottom: 24px;
  }
}
#page_mypage_login .login-area__btn--new:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
#page_mypage_login .ec-password {
  margin-bottom: 40px;
}
#page_mypage_login .login-area__left {
  padding-right: 40px;
  max-width: 408px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area__left {
    margin-bottom: 32px;
    padding-right: 0;
    max-width: none;
  }
}
#page_mypage_login .login-area__right {
  padding-left: 40px;
  margin-left: 0;
  border-left: 1px solid #CCCCCC;
  max-width: 408px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_mypage_login .login-area__right {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #CCCCCC;
    max-width: none;
  }
}
#page_mypage_login .login-area__btn--forgot {
  color: #2740C5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

#page_shopping_login .l-single {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  #page_shopping_login .l-single {
    margin-bottom: 40px;
  }
}
#page_shopping_login .l-single__wrap01 {
  padding: 145px 0 0;
}
@media (max-width: 768px) {
  #page_shopping_login .l-single__wrap01 {
    padding: 122px 0 0;
  }
}
#page_shopping_login .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  padding: 26px 16px;
  height: 69px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #page_shopping_login .fix-header__title {
    font-size: 18px;
    height: 60px;
  }
}
#page_shopping_login .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
#page_shopping_login .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page_shopping_login .ec-progress {
    margin-bottom: 24px;
  }
}
#page_shopping_login .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
#page_shopping_login .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#page_shopping_login .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
#page_shopping_login .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
#page_shopping_login .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
}
#page_shopping_login .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
#page_shopping_login .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
}
#page_shopping_login .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
#page_shopping_login .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
#page_shopping_login .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
}
#page_shopping_login .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
}
#page_shopping_login .ec-layoutRole__main {
  max-width: 944px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 768px) {
  #page_shopping_login .ec-layoutRole__main {
    flex-wrap: wrap;
    padding: 0 8px;
  }
}
#page_shopping_login .l-side-menu-wide-pc {
  display: none;
}
#page_shopping_login .login-area {
  background-color: #F6F6F6;
  padding: 40px;
  margin-left: 0;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area {
    flex-wrap: wrap;
    padding: 16px 8px 12px;
  }
}
#page_shopping_login .login-area__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__title {
    margin-bottom: 32px;
  }
}
#page_shopping_login .form-input-box__txt {
  max-width: 368px;
  width: 100%;
  height: 44px;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #999999;
}
@media (max-width: 768px) {
  #page_shopping_login .form-input-box__txt {
    max-width: none;
  }
}
#page_shopping_login .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_shopping_login .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_shopping_login .login-area__left {
  max-width: 408px;
  width: 100%;
  padding-right: 40px;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__left {
    max-width: none;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
#page_shopping_login .login-area__right {
  max-width: 408px;
  width: 100%;
  padding-left: 40px;
  margin-left: 0;
  border-left: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__right {
    padding-top: 32px;
    padding-left: 0;
    max-width: none;
    border-left: none;
    border-top: 1px solid #CCCCCC;
  }
}
#page_shopping_login .form-input-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
#page_shopping_login .l-shopping-form {
  margin-bottom: 24px;
}
#page_shopping_login .ec-password {
  margin-bottom: 40px;
}
#page_shopping_login .login-area__btn--login {
  background-color: #F44336;
  height: 48px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__btn--login {
    height: 56px;
  }
}
#page_shopping_login .login-area__btn--login:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
#page_shopping_login .login-area__btn--forgot {
  color: #2740C5;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
#page_shopping_login .login-area__btn--guest {
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #222222;
  height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__btn--guest {
    height: 56px;
  }
}
#page_shopping_login .login-area__btn--guest:hover {
  opacity: 0.8;
}
#page_shopping_login .login-area__btn--new {
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #222222;
  height: 48px;
}
@media (max-width: 768px) {
  #page_shopping_login .login-area__btn--new {
    height: 56px;
    margin-bottom: 0;
  }
}
#page_shopping_login .login-area__btn--new:hover {
  opacity: 0.8;
}

.shopping_deliv .l-side-menu-wide-pc {
  display: none;
}
.shopping_deliv .l-single {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .shopping_deliv .l-single {
    margin-bottom: 30px;
  }
}
.shopping_deliv .l-single__wrap01 {
  padding: 113px 0 0;
}
@media (max-width: 768px) {
  .shopping_deliv .l-single__wrap01 {
    padding-top: 96px;
  }
}
.shopping_deliv .l-listpage-header {
  position: static;
  padding: 22px 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
}
.shopping_deliv .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping_deliv .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .shopping_deliv .l-listpage-header .fix-header__title {
    font-size: 18px;
  }
}
.shopping_deliv .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
.shopping_deliv .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .shopping_deliv .ec-progress {
    margin-bottom: 24px;
  }
}
.shopping_deliv .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
.shopping_deliv .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.shopping_deliv .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
.shopping_deliv .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
.shopping_deliv .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
.shopping_deliv .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
.shopping_deliv .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
.shopping_deliv .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
.shopping_deliv .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
.shopping_deliv .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
  padding-top: 8px;
}
.shopping_deliv .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
}
.shopping_deliv .ec-layoutRole__main {
  max-width: 912px;
  width: 100%;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .shopping_deliv .ec-layoutRole__main {
    flex-wrap: wrap;
    padding: 0 8px;
  }
}
.shopping_deliv .l-deliv-list {
  background-color: #F6F6F6;
  padding: 40px 32px;
  margin-top: -68px;
}
@media (max-width: 768px) {
  .shopping_deliv .l-deliv-list {
    margin-top: 0;
    padding: 24px 8px;
  }
}
.shopping_deliv .deliv-list__item {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 15px 15px 15px 54px;
}
.shopping_deliv .deliv-list__item:hover {
  box-shadow: none;
}
.shopping_deliv .deliv-list__item::before {
  border-radius: 3px;
  border: 1px solid #999999;
  width: 22px;
  height: 22px;
  top: 59%;
}
.shopping_deliv .deliv-list__item::after {
  width: 11px;
  height: 7px;
  top: 56%;
  border-color: #EFEFEF;
}
.shopping_deliv .deliv-list__radio:checked + .deliv-list__item {
  border-radius: 4px;
  border: 1px solid #F44336;
  -webkit-animation: none;
          animation: none;
}
.shopping_deliv .deliv-list__radio:checked + .deliv-list__item::before {
  -webkit-animation: sc-bu 0.3s;
          animation: sc-bu 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes sc-bu {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    background: #222222;
  }
}
@keyframes sc-bu {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    background: #222222;
  }
}
.shopping_deliv .deliv-list__new {
  background-color: #FFFFFF;
  height: 80px;
  border-radius: 4px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .shopping_deliv .deliv-list__new {
    padding-left: 54px;
  }
}
.shopping_deliv .deliv-list__new:hover {
  box-shadow: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .shopping_deliv .deliv-list__new::before {
    top: 54%;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .shopping_deliv .deliv-list__new::after {
    top: 54%;
    left: 20px;
  }
}
.shopping_deliv .deliv-list__new:before, .shopping_deliv .deliv-list__new:after {
  width: 20px;
}
.shopping_deliv .deliv-list__location {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 26px;
  color: #999999;
}
.shopping_deliv .deliv-list__name {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.shopping_deliv .list__address {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.shopping_deliv .decide-2__btn--negative {
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #222222;
  color: #222222;
}
.shopping_deliv .decide-2__btn--negative:hover {
  opacity: 0.8;
}
.shopping_deliv .decide-2__btn--positive {
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #F44336;
}
.shopping_deliv .decide-2__btn--positive:hover {
  opacity: 0.8;
}
.shopping_deliv .decide-2__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .shopping_deliv .deliv-list__box:last-of-type {
    margin-bottom: 17px;
  }
}

.page_delivery_addr .l-popup-header {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  border-bottom: 2px solid #F44336;
}
.page_delivery_addr .popup-header {
  height: 69px;
}
.page_delivery_addr .popup-header__title {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
}
.page_delivery_addr .l-side-menu-wide-pc {
  display: none;
}
.page_delivery_addr .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page_delivery_addr .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .page_delivery_addr .ec-progress {
    margin-bottom: 24px;
  }
}
.page_delivery_addr .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
.page_delivery_addr .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.page_delivery_addr .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
.page_delivery_addr .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
.page_delivery_addr .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
.page_delivery_addr .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
.page_delivery_addr .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
.page_delivery_addr .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
.page_delivery_addr .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
.page_delivery_addr .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
  padding-top: 8px;
}
.page_delivery_addr .l-form-st {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-form-st {
    padding-top: 24px;
  }
}
.page_delivery_addr .l-form-st .form__area {
  display: block;
  width: 100%;
}
.page_delivery_addr .l-form-st .form__area.ec-building {
  display: flex;
  flex-wrap: nowrap;
}
.page_delivery_addr .l-form-st .form .form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-form-st .form .form__title {
    line-height: 1;
  }
}
.page_delivery_addr .l-form-st .form .form__title .ec-required {
  visibility: hidden;
  margin-top: 0;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-form-st .form .form__title .ec-required {
    visibility: visible;
  }
}
.page_delivery_addr .l-form-st.ec-tel .form {
  display: flex;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-form-st.ec-tel .form {
    flex-wrap: wrap;
  }
}
.page_delivery_addr .l-form-st.ec-tel .form .ec-required {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-form-st.ec-tel .form .ec-required {
    margin-top: 0;
  }
}
.page_delivery_addr .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
}
.page_delivery_addr .ec-layoutRole__main {
  max-width: 896px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_delivery_addr .ec-layoutRole__main {
    padding: 16px 8px 40px;
  }
}
.page_delivery_addr #form_delivery_addr {
  background-color: #F6F6F6;
}
.page_delivery_addr .ec-required {
  border-radius: 4px;
  border: 1px solid #F44336;
  background-color: #FFFFFF;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 7px;
  min-width: 47px;
  height: 23px;
  text-align: center;
  margin-top: 38px;
}
.page_delivery_addr .l-popup-wrap {
  padding: 0 80px 32px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page_delivery_addr .l-popup-wrap {
    padding: 0 8px 24px;
  }
}
.page_delivery_addr .form__col-12 {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form__col-12 {
    margin-left: 0;
  }
}
.page_delivery_addr .form__title {
  max-width: 196px;
  width: 100%;
}
.page_delivery_addr .form__area {
  margin-left: 0;
}
.page_delivery_addr .form__area--margin {
  margin-left: 0;
}
.page_delivery_addr .form__area--margin .ec-number {
  display: block;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form__area--margin .ec-number {
    margin-left: 0px;
  }
}
.page_delivery_addr .form__col-6 {
  margin-left: 0;
  max-width: none;
  width: 100%;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form__col-6 {
    padding-top: 16px;
  }
}
.page_delivery_addr .form .ec-block.form__col-6 {
  border-bottom: 1px solid #CCCCCC;
}
.page_delivery_addr .form .ec-block.form__col-6:first-child {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form .ec-block.form__col-6:first-child {
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
.page_delivery_addr .form .ec-block.form__col-6:not(:first-child) {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form .ec-block.form__col-6:not(:first-child) {
    padding-top: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
}
.page_delivery_addr .form-name {
  flex-wrap: nowrap;
  margin-left: 0;
}
@media (max-width: 768px) {
  .page_delivery_addr .form-name {
    width: 100%;
  }
}
.page_delivery_addr .form-name__item {
  width: 40%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form-name__item {
    margin-left: 0;
    padding-right: 16px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page_delivery_addr .form-name__item:last-child {
    padding-right: 0;
  }
}
.page_delivery_addr .form .ec-organization {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .page_delivery_addr .form .ec-organization {
    flex-wrap: wrap;
  }
}
.page_delivery_addr .form .ec-organization > div {
  width: calc(100% - 196px);
}
@media (max-width: 768px) {
  .page_delivery_addr .form .ec-organization > div {
    width: 100%;
  }
}
.page_delivery_addr .form .ec-organization > div .form__col-6:nth-child(1) {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.page_delivery_addr .form .ec-organization > div .form__col-6:nth-child(2) {
  padding-top: 0;
  padding-bottom: 24px;
}
.page_delivery_addr .form .ec-organization > div .ec-long {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_delivery_addr .form .ec-organization > div .ec-long {
    max-width: none;
  }
}
.page_delivery_addr .form.ec-location > div {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .page_delivery_addr .form.ec-location > div {
    flex-wrap: wrap;
    padding-bottom: 24px;
  }
}
.page_delivery_addr .form.ec-location > div > div {
  max-width: 503px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_delivery_addr .form.ec-location > div > div {
    max-width: none;
  }
}
.page_delivery_addr .ec-municipalities {
  flex-wrap: nowrap;
}
.page_delivery_addr .form-input-tel {
  margin-left: 16px;
}
@media (max-width: 768px) {
  .page_delivery_addr .form-input-tel {
    margin-left: 0;
  }
}
.page_delivery_addr .form-input-box__txt {
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 16px;
  height: 44px;
  font-size: 16px;
}
.page_delivery_addr .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.page_delivery_addr .form-input-box__txt::placeholder {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.page_delivery_addr #delivery_addr_name_name01 {
  max-width: 166px;
  width: 100%;
  height: 44px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_name_name01 {
    max-width: none;
    margin-right: 0;
  }
}
.page_delivery_addr #delivery_addr_name_name02 {
  max-width: 166px;
  width: 100%;
  height: 44px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_name_name02 {
    max-width: none;
  }
}
.page_delivery_addr #delivery_addr_kana_kana01 {
  max-width: 166px;
  width: 100%;
  height: 44px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_kana_kana01 {
    max-width: none;
    margin-right: 16px;
  }
}
.page_delivery_addr #delivery_addr_kana_kana02 {
  max-width: 166px;
  width: 100%;
  height: 44px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_kana_kana02 {
    max-width: none;
  }
}
.page_delivery_addr #delivery_addr_company_name {
  max-width: 440px;
  width: 100%;
  height: 44px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_company_name {
    max-width: none;
  }
}
.page_delivery_addr .ec-department {
  width: 100%;
}
.page_delivery_addr #delivery_addr_companySectionName {
  width: 100%;
  max-width: 440px;
  height: 44px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_companySectionName {
    max-width: none;
  }
}
.page_delivery_addr .ec-organization__two .ec-required {
  width: 51px;
}
.page_delivery_addr .ec-hidden {
  visibility: hidden;
}
@media (max-width: 768px) {
  .page_delivery_addr .ec-hidden {
    display: none;
  }
}
.page_delivery_addr .form-input-box__error-label {
  display: none;
}
.page_delivery_addr #delivery_addr_postal_code {
  border: 1px solid #999999;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  max-width: 110px;
  width: 100%;
  height: 44px;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.page_delivery_addr #delivery_addr_postal_code::-moz-placeholder {
  color: #999999;
}
.page_delivery_addr #delivery_addr_postal_code::placeholder {
  color: #999999;
}
.page_delivery_addr .form-input-tel__txt {
  font-size: 16px;
}
.page_delivery_addr .form-input-tel__number {
  display: flex;
  align-items: center;
}
.page_delivery_addr #delivery_addr_address_pref {
  width: 144px;
  height: 38px;
  font-size: 14px;
  color: #333333;
  padding: 0 12px;
  border: 1px solid #999999;
  border-radius: 4px;
}
.page_delivery_addr .form__area--margin {
  margin-bottom: 0;
}
.page_delivery_addr .form__area--margin .form__col-6 {
  padding-bottom: 16px;
}
.page_delivery_addr #delivery_addr_address_addr01 {
  margin-bottom: 16px;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_address_addr01 {
    max-width: none;
  }
}
.page_delivery_addr #delivery_addr_phone {
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 16px;
  text-align: left;
  border-radius: 4px;
  max-width: 428px;
  width: 100%;
  height: 44px;
}
@media (max-width: 768px) {
  .page_delivery_addr #delivery_addr_phone {
    max-width: none;
  }
}
.page_delivery_addr #delivery_addr_phone::-moz-placeholder {
  color: #999999;
}
.page_delivery_addr #delivery_addr_phone::placeholder {
  color: #999999;
}
.page_delivery_addr .ec-itemName {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222222;
}
.page_delivery_addr .decide-1__btn--positive {
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  background-color: #F44336;
  border-radius: 4px;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.page_delivery_addr .decide-1__btn--positive:hover {
  opacity: 0.8;
}
.page_delivery_addr .form-name .ec-required {
  display: block;
}
@media (max-width: 768px) {
  .page_delivery_addr .form-name .ec-required {
    display: none;
  }
}
.page_delivery_addr .form__col-6 .form__title .ec-required {
  display: none;
}
@media (max-width: 768px) {
  .page_delivery_addr .form__col-6 .form__title .ec-required {
    display: block;
  }
}
.page_delivery_addr .form__col-6 .form-name .ec-required {
  display: block;
}
@media (max-width: 768px) {
  .page_delivery_addr .form__col-6 .form-name .ec-required {
    display: none;
  }
}
.page_delivery_addr .ec-location .form__col-6 .ec-required {
  display: block;
}
@media (max-width: 768px) {
  .page_delivery_addr .ec-location .form__col-6 .ec-required {
    display: none;
  }
}
.page_delivery_addr .ec-tel .form__col-6 .ec-required {
  display: block;
}
@media (max-width: 768px) {
  .page_delivery_addr .ec-tel .form__col-6 .ec-required {
    display: none;
  }
}
.page_delivery_addr .err_msg {
  color: #F44336;
}
.page_delivery_addr .l-popup-wrap {
  padding-top: 40px;
}
.page_delivery_addr .form-errorTooltip {
  display: none;
  position: absolute;
  bottom: -47px;
  left: 0;
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 1000;
  line-height: 1;
}
.page_delivery_addr .form-errorTooltip::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 16px;
  border: 9px solid transparent;
  border-bottom: 9px solid #F44336;
}
.page_delivery_addr #js_error_pref {
  left: 125px;
}
.page_delivery_addr .formError {
  opacity: 1;
  z-index: 9;
  margin-left: 70px;
}
@media (max-width: 1279px) {
  .page_delivery_addr .formError {
    margin-left: 0;
  }
}
.page_delivery_addr .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
.page_delivery_addr .formError .formErrorArrowBottom {
  top: 30px;
}
.page_delivery_addr .delivery_addr_address_prefformError {
  top: 43px !important;
  left: 130px !important;
}

#page_shopping_payment .ec-layoutRole__main {
  margin: 0 auto;
}
#page_shopping_payment .ec-layoutRole__contents {
  display: flex;
}
#page_shopping_payment .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
#page_shopping_payment .ec-progress {
  max-width: 300px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-progress {
    margin-bottom: 24px;
  }
}
#page_shopping_payment .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
#page_shopping_payment .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#page_shopping_payment .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
#page_shopping_payment .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
#page_shopping_payment .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_payment .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
#page_shopping_payment .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_payment .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
#page_shopping_payment .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
#page_shopping_payment .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_payment .l-popup-header {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  border-bottom: 2px solid #F44336;
}
#page_shopping_payment .popup-header {
  height: 69px;
}
@media (max-width: 768px) {
  #page_shopping_payment .popup-header {
    height: 60px;
  }
}
#page_shopping_payment .popup-header__title {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
}
#page_shopping_payment #js_wpc_dropdown_parent {
  display: none;
}
#page_shopping_payment .l-single {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_shopping_payment .l-single {
    margin-bottom: 40px;
  }
}
#page_shopping_payment .l-single__wrap01 {
  padding: 113px 0 0;
  max-width: 896px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_payment .l-single__wrap01 {
    padding: 96px 8px 0;
  }
}
#page_shopping_payment .pay-list {
  padding: 0 0 0px 24px;
  margin-left: -24px;
}
@media (max-width: 768px) {
  #page_shopping_payment .pay-list {
    flex-wrap: wrap;
    padding: 0 0 0 24px;
  }
}
#page_shopping_payment .pay-list__box {
  width: calc(50% - 16px);
  margin-left: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #page_shopping_payment .pay-list__box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
#page_shopping_payment .pay-list__radio:checked + .pay-list__item {
  border-radius: 4px;
  border: 1px solid #999999;
  -webkit-animation: none;
          animation: none;
}
#page_shopping_payment .pay-list__radio:checked + .pay-list__item::before {
  -webkit-animation: sc-bu 0.3s;
          animation: sc-bu 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes sc-bu {
  0% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    background: #222222;
  }
}
#page_shopping_payment .pay-list__item {
  background-color: #FFFFFF;
  height: 80px;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 47px;
}
@media (max-width: 768px) {
  #page_shopping_payment .pay-list__item {
    padding-left: 44px;
  }
}
#page_shopping_payment .pay-list__item:hover {
  box-shadow: none !important;
}
#page_shopping_payment .pay-list__item::before {
  border-radius: 3px;
  border: 1px solid #999999;
  width: 22px;
  height: 22px;
  top: 60%;
  left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_payment .pay-list__item::before {
    top: 60%;
    left: 12px;
  }
}
#page_shopping_payment .pay-list__item::after {
  width: 11px;
  height: 7px;
  top: 56%;
  left: 22px;
  border-color: #EFEFEF;
}
@media (max-width: 768px) {
  #page_shopping_payment .pay-list__item::after {
    top: 56%;
    left: 18px;
  }
}
#page_shopping_payment .ec-radios {
  padding-bottom: 10px !important;
  padding: 40px 80px;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-radios {
    padding: 24px 8px;
  }
}
#page_shopping_payment .ec-radios__box {
  margin-left: 16px;
  width: calc(50% - 16px);
}
#page_shopping_payment .ec-cash {
  max-width: none;
  color: #F44336;
  margin-left: 5px;
  font-size: 12px;
  word-break: break-all;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-cash {
    margin-left: 10px;
    letter-spacing: -0.05em;
  }
}
#page_shopping_payment .pay-credit-att__title::before {
  content: none;
}
#page_shopping_payment .l-pay-st {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_shopping_payment .l-pay-st {
    margin-bottom: 24px;
  }
}
#page_shopping_payment .l-pay-st h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
  height: 58px;
  padding: 13px 8px;
  margin-bottom: 24px;
  border-top: none;
  border-bottom: 1px solid #F44336;
  cursor: default;
}
@media (max-width: 768px) {
  #page_shopping_payment .l-pay-st h3 {
    font-size: 16px;
    line-height: 30px;
    height: 46px;
    padding: 8px 8px;
  }
}
#page_shopping_payment .l-pay-st .ec-note {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  color: #333333;
  padding: 0 8px;
}
#page_shopping_payment .l-pay-st .ec-note a {
  color: #2740C5;
}
#page_shopping_payment .l-pay-st .ec-note a:hover {
  opacity: 0.8;
}
#page_shopping_payment .l-pay-st .ec-red {
  color: #F44336;
}
#page_shopping_payment .ec-date {
  background-color: #F6F6F6;
  padding: 0 56px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date {
    padding: 0 8px;
  }
}
#page_shopping_payment .ec-date dl {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  padding: 24px 0px 16px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl {
    display: block;
    padding: 16px 0px;
  }
}
#page_shopping_payment .ec-date dl:last-child {
  border-bottom: none;
}
#page_shopping_payment .ec-date dl dt {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  max-width: 184px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dt {
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
#page_shopping_payment .ec-date dl dd {
  flex: 1;
}
#page_shopping_payment .ec-date dl dd .ec-designation {
  border-radius: 4px;
  font-size: 14px;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dd .ec-designation {
    margin-top: 8px;
  }
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox] {
  display: none;
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox] + label {
  display: block;
  padding: 6px 6px 6px 36px;
  position: relative;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  max-width: 106px;
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox] + label::before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 8px;
  box-sizing: border-box;
  content: "";
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 3px;
  transform: translateY(-50%);
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox] + label::after {
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 18px;
  left: 15px;
  box-sizing: border-box;
  content: "";
  border-right: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  transform: translateY(-50%) rotate(45deg);
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox]:checked + label:before {
  background-color: #222222;
}
#page_shopping_payment .ec-date dl dd .ec-designation input[type=checkbox]:checked + label::after {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
#page_shopping_payment .ec-date dl dd .ec-calendar {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dd .ec-calendar {
    display: block;
  }
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table {
  width: 268px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table:first-of-type {
    margin-bottom: 24px;
  }
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th {
  text-align: center;
  vertical-align: middle;
  background-color: #E9E9E9;
  color: #222222;
  border: 2px solid #F6F6F6;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th.apg_sc_header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  text-align: left;
  background-color: transparent;
  padding-bottom: 4px;
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th.apg_sc_header th {
  padding-bottom: 16px;
  height: 30px;
  vertical-align: top;
  text-align: left;
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td {
  text-align: center;
  vertical-align: middle;
  background-color: #E9E9E9;
  color: #999999;
  border: 2px solid #F6F6F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  height: 28px;
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td.ec-possible {
  color: #222222;
  background-color: #FFFFFF;
}
#page_shopping_payment .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td.ec-possibleHoliday {
  color: #F44336;
  background-color: #FFFFFF;
}
#page_shopping_payment .ec-date dl dd .ec-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0 0;
}
#page_shopping_payment .ec-date dl dd .deliv-time__select {
  width: 150px;
  height: 38px;
  border-radius: 4px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl dd .deliv-time__select {
    max-width: 150px;
    min-width: auto;
    width: 100%;
  }
}
#page_shopping_payment .ec-date dl.ec-timezone {
  padding: 24px 0;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-date dl.ec-timezone dt {
    margin-bottom: 16px;
  }
}
#page_shopping_payment .ec-document {
  padding: 40px 32px 16px 8px;
  background-color: #F6F6F6;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-document {
    padding: 24px 8px 8px;
  }
}
#page_shopping_payment .ec-document .pay-list__radio:checked + .pay-list__item {
  border: 1px solid #F44336;
}
#page_shopping_payment .ec-document .pay-list__box {
  width: calc(50% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-document .pay-list__box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
#page_shopping_payment .ec-document .pay-list__item {
  padding-top: 18px;
  padding-left: 54px;
  padding-bottom: 18px;
  height: 118px;
  display: block;
}
#page_shopping_payment .ec-document .pay-list__item::before {
  top: 56% !important;
}
#page_shopping_payment .ec-document .pay-list__item::after {
  top: 53% !important;
}
#page_shopping_payment .ec-document .pay-list__item > p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}
#page_shopping_payment .ec-document .pay-list__item > p:first-child {
  margin-bottom: 4px;
}
#page_shopping_payment .other-inquiry__txt {
  height: 160px !important;
  border-radius: 4px;
}
#page_shopping_payment .l-pay-btn {
  padding: 32px 116px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  #page_shopping_payment .l-pay-btn {
    padding: 24px 8px 8px;
  }
}
#page_shopping_payment .l-pay-btn .decide-2__item a {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
#page_shopping_payment .l-pay-btn .decide-2__item a.decide-2__btn--negative {
  border: 1px solid #222222;
  color: #222222;
}
#page_shopping_payment .l-pay-btn .decide-2__item a.decide-2__btn--positive {
  background-color: #F44336;
  color: #FFFFFF;
}
#page_shopping_payment .l-pay-btn .decide-2__item a:hover {
  opacity: 0.8;
}
#page_shopping_payment .ec-dateModal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  max-width: 660px;
  width: 100%;
  margin: 0 0;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-dateModal {
    top: 110px;
    transform: translateX(-50%) translateY(0);
    position: absolute;
    max-width: 343px;
  }
}
#page_shopping_payment .ec-dateModal p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-dateModal p {
    margin-bottom: 18px;
  }
}
#page_shopping_payment .ec-dateModal > div {
  position: relative;
}
#page_shopping_payment .ec-dateModal .ec-modalClose {
  position: absolute;
  top: -26px;
  right: -26px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-dateModal .ec-modalClose {
    top: -30px;
    right: 0;
  }
}
#page_shopping_payment .ec-dateModal table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-dateModal table {
    display: none !important;
  }
}
#page_shopping_payment .ec-dateModal table thead tr {
  background-color: #222222;
}
#page_shopping_payment .ec-dateModal table thead tr th {
  border: none;
  padding: 10px 38px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
#page_shopping_payment .ec-dateModal table tbody tr {
  background-color: #FFFFFF;
}
#page_shopping_payment .ec-dateModal table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
#page_shopping_payment .ec-dateModal table tbody tr:nth-child(even) td {
  border-left: 1px solid #F6F6F6;
  border-right: 1px solid #F6F6F6;
}
#page_shopping_payment .ec-dateModal table tbody tr:nth-child(odd) td {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#page_shopping_payment .ec-dateModal table tbody td {
  padding: 10px 38px;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-spacing: 0;
  border: 0 none;
  vertical-align: middle;
}
#page_shopping_payment .ec-dateModal table tbody td:first-child {
  text-align: center;
}
#page_shopping_payment .ec-dateModal table tbody td:last-child {
  text-align: center;
}
#page_shopping_payment .ec-dateModal .ec-modalBox {
  display: none;
}
@media (max-width: 768px) {
  #page_shopping_payment .ec-dateModal .ec-modalBox {
    display: block;
  }
}
#page_shopping_payment .ec-dateModal .ec-modalBox dl dt {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 16px;
}
#page_shopping_payment .ec-dateModal .ec-modalBox dl dd {
  background-color: #FFFFFF;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 16px;
  border-bottom: 1px solid #CCCCCC;
}

#page_shopping_confirm .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_shopping_confirm #js_wpc_dropdown_parent {
  display: none;
}
#page_shopping_confirm .ec-layoutRole__main {
  padding-top: 68px;
  max-width: none;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_confirm .ec-layoutRole__main {
    padding-top: 76px;
  }
}
#page_shopping_confirm .l-single {
  display: block;
  margin-bottom: 0;
}
#page_shopping_confirm .l-single__inner {
  margin: 50px auto 0;
  max-width: 1240px;
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  #page_shopping_confirm .l-single__inner {
    flex-wrap: wrap;
    margin: 22px auto 0;
  }
}
#page_shopping_confirm .l-single__wrap01 {
  padding: 0px 24px 50px 8px;
  max-width: 928px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 959px) {
  #page_shopping_confirm .l-single__wrap01 {
    padding: 0px 8px 50px 8px;
    margin-bottom: 0;
  }
}
#page_shopping_confirm .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
#page_shopping_confirm .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  #page_shopping_confirm .ec-progress {
    margin-bottom: 24px;
  }
}
#page_shopping_confirm .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
#page_shopping_confirm .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#page_shopping_confirm .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
#page_shopping_confirm .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #fff;
  border: none;
}
#page_shopping_confirm .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_confirm .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
#page_shopping_confirm .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_confirm .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
#page_shopping_confirm .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
#page_shopping_confirm .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
  padding-top: 8px;
}
#page_shopping_confirm .l-popup-header {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  border-bottom: 2px solid #F44336;
}
#page_shopping_confirm .popup-header {
  height: 69px;
}
@media (max-width: 768px) {
  #page_shopping_confirm .popup-header {
    height: 60px;
  }
}
#page_shopping_confirm .popup-header__title {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
}
#page_shopping_confirm .price-list {
  padding: 36px 25px 36px 10px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .price-list {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 8px;
  }
}
@media (max-width: 959px) {
  #page_shopping_confirm .price-list:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
#page_shopping_confirm .price-list__left {
  width: 72px;
}
#page_shopping_confirm .price-list__right .price-list__box {
  flex: 3;
}
#page_shopping_confirm .price-list__img-box {
  width: 72px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .price-list__img-box {
    width: 48px;
  }
}
#page_shopping_confirm .price-list__link {
  color: #2740C5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#page_shopping_confirm .price-list__code {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#page_shopping_confirm .price-list__ns {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#page_shopping_confirm .price-list__unit {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#page_shopping_confirm .price-list__number {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#page_shopping_confirm .price-list__sub-total-box {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  text-align: right;
}
#page_shopping_confirm .price-list__sub-total-boxSP {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  margin-top: 8px;
  padding-top: 8px;
}
#page_shopping_confirm .price-list__sub-total-boxSP div {
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#page_shopping_confirm .ec-itemHeader {
  background-color: #222222;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 10px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .ec-itemHeader {
    display: none;
  }
}
#page_shopping_confirm .ec-itemHeader .price-list__img-box {
  max-width: 72px;
  width: 100%;
}
#page_shopping_confirm .ec-itemHeader .price-list__name {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  max-width: 377px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1110px) and (max-width: 1249px) {
  #page_shopping_confirm .ec-itemHeader .price-list__name {
    max-width: 377px;
  }
}
@media (max-width: 1109px) {
  #page_shopping_confirm .ec-itemHeader .price-list__name {
    max-width: 293px;
  }
}
#page_shopping_confirm .ec-itemHeader .price-list__unit {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  max-width: 208px;
  width: 100%;
}
#page_shopping_confirm .ec-itemHeader .price-list__number-box {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  max-width: 148px;
  width: 100%;
  text-align: right;
}
#page_shopping_confirm .ec-itemHeader .price-list__sub-total-box {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  max-width: 294px;
  width: 100%;
}
#page_shopping_confirm .confirm-info {
  max-width: 432px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .confirm-info {
    max-width: none;
  }
}
#page_shopping_confirm .confirm-info__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  border-top: none;
  border-bottom: 1px solid #F44336;
  padding-top: 0;
  padding-left: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#page_shopping_confirm .confirm-info__title::before {
  content: none;
}
#page_shopping_confirm .confirm-info__title img {
  margin-right: 10px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .confirm-info__table {
    border-top: 1px solid #CCCCCC;
  }
}
@media (max-width: 959px) {
  #page_shopping_confirm .confirm-info__tr {
    display: flex;
    border-top: 0px none;
    margin-bottom: 0;
  }
}
#page_shopping_confirm .confirm-info__th {
  background-color: #F6F6F6;
  color: #222222;
  font-size: 14px;
  width: 120px;
  line-height: 20px !important;
  padding: 16px 12px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .confirm-info__th {
    min-width: 120px;
    max-width: 120px;
    border-right: 1px solid #CCCCCC;
    display: table;
  }
}
@media (max-width: 959px) {
  #page_shopping_confirm .confirm-info__th span {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 12px;
  }
}
#page_shopping_confirm .confirm-info__td {
  padding: 16px 12px;
  line-height: 22px;
}
#page_shopping_confirm .l-confirm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_shopping_confirm .l-confirm-wrap .l-confirm-st {
  max-width: 432px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .l-confirm-wrap .l-confirm-st {
    max-width: none;
  }
}
#page_shopping_confirm .l-pay-btn {
  background-color: #F6F6F6;
  padding-top: 32px;
  padding-bottom: 32px;
}
#page_shopping_confirm .l-pay-btn .decide-2__btn--negative {
  border: 1px solid #222222;
  color: #222222;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  margin: 0 0 0 auto;
}
#page_shopping_confirm .l-pay-btn .decide-2__btn--negative:hover {
  opacity: 0.8;
}
#page_shopping_confirm .l-pay-btn .decide-2__btn--positive {
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
}
#page_shopping_confirm .l-pay-btn .decide-2__btn--positive:hover {
  opacity: 0.8;
}
#page_shopping_confirm .ec-orderRole__summary {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 0 0;
  position: relative;
}
@media (max-width: 959px) {
  #page_shopping_confirm .ec-orderRole__summary {
    padding: 0;
    max-width: none;
    width: 100% !important;
    margin: 0 auto;
  }
}
#page_shopping_confirm .ec-floatBox {
  top: 0px;
  position: absolute;
  margin-bottom: 16px;
  transition: all 0s ease 0s;
}
@media (max-width: 959px) {
  #page_shopping_confirm .ec-floatBox {
    position: static !important;
  }
}
#page_shopping_confirm .ec-totalBox {
  padding: 24px;
  background: #F6F6F6;
  width: 320px;
}
#page_shopping_confirm .ec-totalBox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 29px;
  line-height: 1;
}
#page_shopping_confirm .ec-totalBox__tax {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  text-align: right;
  margin-bottom: 24px;
}
#page_shopping_confirm .ec-totalBox dd {
  text-align: right;
}
#page_shopping_confirm .ec-totalBox__spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
#page_shopping_confirm .ec-totalBox__spec:last-of-type {
  padding-bottom: 23px;
  border-bottom: 1px solid #CCCCCC;
  align-items: flex-start;
}
#page_shopping_confirm .ec-totalBox__spec--free {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
#page_shopping_confirm .ec-totalBox__spec--free span {
  color: #F44336;
}
#page_shopping_confirm .ec-totalBox__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 20px;
  border-top: none;
  padding: 0 0;
}
#page_shopping_confirm .ec-totalBox__total--heading {
  font-size: 14px;
  font-weight: 700;
}
#page_shopping_confirm .ec-totalBox__price {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F44336;
  line-height: 1;
}
#page_shopping_confirm .ec-totalBox__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F44336;
}
#page_shopping_confirm .ec-totalBox__shipping {
  margin-bottom: 8px;
}
#page_shopping_confirm .ec-totalBox__shipping p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 1;
}
#page_shopping_confirm .ec-totalBox__button {
  margin-bottom: 16px;
}
#page_shopping_confirm .ec-totalBox__button button {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F44336;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
#page_shopping_confirm .ec-totalBox__button button:hover {
  opacity: 0.8;
}
#page_shopping_confirm .ec-totalBox__amazon {
  width: 100%;
  background-color: #E9E9E9;
  margin-bottom: 18px;
}
#page_shopping_confirm .ec-totalBox__amazon a {
  display: block;
  width: 100%;
  margin-top: 16px;
}
#page_shopping_confirm .ec-totalBox__amazon a:hover {
  opacity: 0.8;
}
#page_shopping_confirm .ec-totalBox__amazon a img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
#page_shopping_confirm .ec-totalBox__return {
  text-align: center;
  padding: 0;
  line-height: 1;
}
#page_shopping_confirm .ec-totalBox__return a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #2740C5;
}
#page_shopping_confirm .ec-totalBox__return a:hover {
  opacity: 0.8;
}
#page_shopping_confirm .ec-totalBox-under {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
#page_shopping_confirm .l-confirm-price {
  margin-bottom: 40px;
}
#page_shopping_confirm .caution-screw__item--1 {
  border-bottom: 1px solid #E9E9E9;
}
#page_shopping_confirm .l-margin-st .attention__title {
  background-color: #F44336;
}
#page_shopping_confirm .l-margin-st .caution-screw__item--1 img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_shopping_confirm .l-margin-st .caution-screw__item--2 {
    border-bottom: none;
  }
}
#page_shopping_confirm .l-margin-st .caution-screw__item--2 img {
  max-width: 240px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 959px) {
  #page_shopping_confirm .l-margin-st .caution-screw__item--2 img {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  #page_shopping_confirm .price-list__right {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page_shopping_confirm .ec-blockBtn--action {
  background-color: #F44336;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_shopping_confirm .ec-blockBtn--action:hover {
  opacity: 0.8;
}

#page_shopping_complete .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  #page_shopping_complete .l-content-start {
    padding-top: 121px;
  }
}
#page_shopping_complete .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_shopping_complete .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_shopping_complete .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 64px;
  height: 69px;
  display: flex;
  align-items: center;
  max-width: 1024px;
}
@media (max-width: 1279px) {
  #page_shopping_complete .l-content-start .l-listpage-header {
    height: 60px;
    margin-bottom: 40px;
  }
}
#page_shopping_complete .l-content-start .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_shopping_complete .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  #page_shopping_complete .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
  }
}
#page_shopping_complete .l-content-start .l-main__wrap02 {
  padding: 0 0;
}
#page_shopping_complete .l-content-start .l-main__wrap02 .ec-title {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  #page_shopping_complete .l-content-start .l-main__wrap02 .ec-title {
    margin-bottom: 40px;
  }
}
#page_shopping_complete .l-comp-st h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1C2824;
  line-height: 1;
  margin-bottom: 16px;
}
#page_shopping_complete .l-comp-st .ec-result {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #F44336;
  text-align: center;
  line-height: 1;
}
#page_shopping_complete .msg-box {
  border: 1px solid #CCCCCC;
  margin: 0 0;
  padding: 40px 40px;
}
@media (max-width: 1279px) {
  #page_shopping_complete .msg-box {
    margin: 0;
    padding: 24px 16px 32px;
  }
}
#page_shopping_complete .msg-box__txt {
  margin: 0 auto 31px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  max-width: 800px;
}
@media (max-width: 1279px) {
  #page_shopping_complete .msg-box__txt {
    margin-bottom: 24px;
  }
}
#page_shopping_complete .msg-box__tel {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
  padding: 0;
}
@media (max-width: 768px) {
  #page_shopping_complete .msg-box__tel {
    background-color: #FFFFFF;
    margin-bottom: 32px;
  }
}
#page_shopping_complete .msg-box__tel--number {
  color: #3F3F3F;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
#page_shopping_complete .decide-1__btn--positive {
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_shopping_complete .decide-1__btn--positive {
    max-width: none;
    height: 56px !important;
  }
}
#page_shopping_complete .decide-1__btn--positive:hover {
  color: #F44336;
}
#page_shopping_complete .ec-content {
  margin-bottom: 40px;
}
#page_shopping_complete .ec-entry {
  background-color: #F6F6F6;
  padding: 24px 40px 40px;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry {
    padding: 24px 16px 16px;
  }
}
#page_shopping_complete .ec-entry__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__note {
    max-width: 187px;
    margin: 0 auto 16px;
  }
}
#page_shopping_complete .ec-entry__button {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__button {
    margin-bottom: 24px;
  }
}
#page_shopping_complete .ec-entry__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__button a {
    max-width: 279px;
  }
}
#page_shopping_complete .ec-entry__button a:hover {
  opacity: 0.8;
}
#page_shopping_complete .ec-entry__merit {
  background-color: #FFFFFF;
  padding: 40px 48px 24px;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__merit {
    padding: 32px 8px 16px;
  }
}
#page_shopping_complete .ec-entry__merit h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #1C2824;
  margin-bottom: 40px;
  text-align: center;
}
#page_shopping_complete .ec-entry__merit--block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#page_shopping_complete .ec-entry__merit--block div {
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #F44336;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__merit--block div {
    font-size: 16px;
    max-width: 100%;
  }
}
#page_shopping_complete .ec-entry__merit--block div img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #page_shopping_complete .ec-entry__merit--block div img {
    width: 56px;
    height: 56px;
    margin-right: 8px;
  }
}

.mypage_index .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
.mypage_index .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
.mypage_index .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1279px) {
  .mypage_index .l-content-start {
    padding-top: 121px;
  }
}
.mypage_index .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .mypage_index .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.mypage_index .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
  height: 69px;
  display: flex;
  align-items: center;
  max-width: 976px;
}
@media (max-width: 1279px) {
  .mypage_index .l-content-start .l-listpage-header {
    height: 60px;
    margin-bottom: 40px;
  }
}
.mypage_index .l-content-start .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage_index .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .mypage_index .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
  }
}
.mypage_index .l-content-start .l-main__wrap02 {
  padding: 0 0;
  max-width: 976px;
  width: 100%;
}
.mypage_index .l-content-start .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .mypage_index .l-content-start .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mypage_index .prof-menu .prof-menu__area {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mypage_index .prof-menu .prof-menu__box {
    width: 100%;
    margin-bottom: 24px;
  }
}
.mypage_index .prof-menu .prof-menu__box a {
  height: 80px;
}
@media (max-width: 768px) {
  .mypage_index .prof-menu .prof-menu__box a {
    height: 66px;
    padding-left: 24px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mypage_index .prof-menu .prof-menu__box a::before {
    width: 34px;
    height: 34px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .mypage_index .prof-menu .prof-menu__box a::after {
    margin-right: 16px;
  }
}

#page_mypage_favorite .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
#page_mypage_favorite .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
#page_mypage_favorite .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .l-content-start {
    padding-top: 121px;
    margin: 0 auto;
  }
}
#page_mypage_favorite .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_mypage_favorite .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
  height: 69px;
  display: flex;
  align-items: center;
  max-width: 976px;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .l-content-start .l-listpage-header {
    height: 60px;
    margin: 0 auto 40px;
  }
}
#page_mypage_favorite .l-content-start .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_mypage_favorite .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
  }
}
#page_mypage_favorite .l-content-start .l-main__wrap02 {
  padding: 0 0;
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
}
#page_mypage_favorite .l-content-start .l-main__wrap02 #mycontents_area {
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
}
#page_mypage_favorite .l-content-start .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .l-content-start .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_mypage_favorite .l-content-start .l-main__wrap02 .favorite-list__a {
  border: 1px solid #222222;
  border-radius: 4px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 32px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-right: 16px;
}
#page_mypage_favorite .l-content-start .l-main__wrap02 .favorite-list__a.ec-estimate {
  margin-right: 24px;
}
#page_mypage_favorite .l-content-start .l-main__wrap02 .ec-delete {
  color: #2740C5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  cursor: pointer;
}
#page_mypage_favorite .favorite-area__btn {
  display: flex;
  justify-content: space-between;
}
#page_mypage_favorite .favorite-area__btn--left {
  display: flex;
}
#page_mypage_favorite .favorite-area__btn--right {
  height: 32px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 14px;
}
#page_mypage_favorite .favorite-area__btn--right span {
  font-size: 20px;
  font-weight: 400;
}
#page_mypage_favorite .plist thead:first-of-type th {
  border: none;
}
#page_mypage_favorite .plist__table {
  margin-bottom: 40px;
}
#page_mypage_favorite .prof-table {
  border: none;
}
#page_mypage_favorite .prof-table th {
  border: none;
}
#page_mypage_favorite .prof-table__th--total2 {
  background-color: #EFEFEF;
  color: #222222;
  border-top: 1px solid #CCCCCC;
  border-right: none;
  border-bottom: 1px solid #CCCCCC;
  border-left: none;
  text-align: right;
}
#page_mypage_favorite .prof-table__td--name {
  text-align: left;
  padding: 16px 16px 15px;
}
#page_mypage_favorite .prof-table__td--name .ec-itemName {
  color: #2740C5;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .prof-table__td--name div {
    text-align: right;
  }
}
#page_mypage_favorite .prof-table__td--stock {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  min-width: 80px;
}
#page_mypage_favorite .prof-table__td--dir {
  padding-top: 9px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 9px;
}
#page_mypage_favorite .prof-table__td--dir select {
  border-radius: 4px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#page_mypage_favorite .prof-table__td--num input {
  min-width: 72px;
  border-radius: 4px;
}
#page_mypage_favorite .prof-table__td--price {
  padding-right: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#page_mypage_favorite .prof-table__td--price2 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#page_mypage_favorite .prof-table__td--sel {
  padding-right: 24px;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .prof-table__td--sel {
    padding-right: 8px;
    vertical-align: middle;
  }
}
@media (max-width: 1279px) {
  #page_mypage_favorite .prof-table__td--img {
    vertical-align: middle;
  }
}
#page_mypage_favorite .ec-pole {
  display: none;
}
@media (max-width: 768px) {
  #page_mypage_favorite .ec-pole {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
}
#page_mypage_favorite .ec-pole select {
  width: 45px;
  height: 30px;
}
@media (max-width: 768px) {
  #page_mypage_favorite .ec-pole select {
    margin-left: 6px;
  }
}
#page_mypage_favorite .plist__tbody tr:nth-child(even) {
  background: #F6F6F6;
}
@media (max-width: 1279px) {
  #page_mypage_favorite .plist__tbody tr:nth-child(even) {
    background: #FFFFFF;
  }
}
@media (max-width: 1279px) {
  #page_mypage_favorite .plist__tbody tr td img {
    width: 48px;
    height: 48px;
  }
}
#page_mypage_favorite .ec-table__lowerRight {
  text-align: right;
  padding-right: 27px;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
#page_mypage_favorite .ec-table__lowerRight .yen {
  font-size: 14px;
}
#page_mypage_favorite .ec-totalTitle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#page_mypage_favorite .ec-totalTitle div:first-child {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-right: 32px;
}
#page_mypage_favorite .plist__chk_div {
  width: 22px;
  margin-left: 17px;
}
#page_mypage_favorite .checkbox {
  position: relative;
}
#page_mypage_favorite .checkbox::before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
#page_mypage_favorite .checkbox::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 7px;
  height: 11px;
  border-right: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  transform: rotate(40deg);
  z-index: 0;
}
#page_mypage_favorite label::before {
  background-color: #FFFFFF;
  width: 22px;
  height: 22px;
}
#page_mypage_favorite .selected_span::after {
  width: 7px;
  height: 11px;
  border-color: #222222;
}
#page_mypage_favorite .selected__span::after {
  top: -18px;
  left: 7px;
  width: 7px;
  height: 11px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  z-index: 2;
}
#page_mypage_favorite .ec-spTableLower {
  border-top: 1px solid #E9E9E9;
  margin-top: 8px;
  padding-top: 8px;
}
#page_mypage_favorite .ec-spTableLower div {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
}
#page_mypage_favorite .ec-spTableLower div:last-child {
  margin-bottom: 0;
}
#page_mypage_favorite .ec-spTableLower div span.ec-multiplication {
  margin: 0 11px;
}
#page_mypage_favorite .ec-spTableLower div input {
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  width: 72px;
  height: 30px;
  border: 1px solid #999999;
}
#page_mypage_favorite .select_disabled {
  background-color: #E9E9E9;
  border-color: #CCCCCC;
}

#page_mypage_change .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_mypage_change .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_mypage_change .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_mypage_change .l-new-form {
    padding: 24px 8px;
  }
}
#page_mypage_change .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_mypage_change .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_mypage_change .l-main {
    padding: 0 8px;
  }
}
#page_mypage_change .l-main .l-main__wrap02 {
  padding: 0;
}
#page_mypage_change .l-main .l-main__wrap02 .ec-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_mypage_change .l-main .l-main__wrap02 .ec-message {
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
#page_mypage_change .l-main .l-main__wrap02 .l-new-msg {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  margin-bottom: 24px;
}
#page_mypage_change .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_mypage_change .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_mypage_change .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_change .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_mypage_change .l-listpage-header .fix-header {
  height: auto;
}
#page_mypage_change .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_mypage_change .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_mypage_change #form_entry {
  display: block;
  background-color: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_mypage_change #form_entry {
    margin-bottom: 40px;
  }
}
#page_mypage_change #form_entry .ec-block {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin-left: 0px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block .form__col-6 {
    margin-bottom: 16px;
  }
}
#page_mypage_change #form_entry .ec-block h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  max-width: 256px;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block h2 {
    padding-left: 0;
    line-height: 1;
  }
}
#page_mypage_change #form_entry .ec-block h2 .ec-required {
  display: none;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block h2 .ec-required {
    display: block;
    margin-left: 16px;
  }
}
#page_mypage_change #form_entry .ec-block .form-name {
  margin: 0;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block .form-name {
    flex-wrap: nowrap;
    width: 100%;
  }
}
#page_mypage_change #form_entry .ec-block .form-name .ec-required {
  display: block;
  margin-top: 25px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block .form-name .ec-required {
    display: none;
  }
}
#page_mypage_change #form_entry .ec-block .form-name .form-input-box input {
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-block .form-name .form-input-box:last-of-type .form-input-box__txt {
    max-width: calc(100% - 16px);
  }
}
#page_mypage_change #form_entry .ec-location {
  display: flex;
  margin: 0 100px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-location {
    margin: 0;
  }
}
#page_mypage_change #form_entry .ec-location > div {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-location > div {
    flex-wrap: wrap;
    padding-top: 24px;
  }
}
#page_mypage_change #form_entry .ec-location > div h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  max-width: 256px;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-location > div h2 {
    padding-left: 0;
    line-height: 1;
  }
}
#page_mypage_change #form_entry .ec-location > div > div {
  width: 100%;
}
#page_mypage_change #form_entry .ec-number {
  padding-top: 32px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-number {
    padding-top: 0px;
  }
}
#page_mypage_change #form_entry .ec-tel .form {
  padding-top: 32px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-tel .form {
    max-width: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 24px;
    margin: 0 auto;
  }
}
#page_mypage_change #form_entry .ec-tel .form__title {
  max-width: 256px;
  width: 100%;
  margin-right: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-tel .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_mypage_change #form_entry .ec-tel .form__area {
  width: 100%;
  padding: 0;
}
#page_mypage_change #form_entry .ec-tel .form__area .form__col-6 .ec-required {
  margin-top: 0;
}
#page_mypage_change #form_entry .ec-tel .form__col-6 {
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-tel .form__col-6 {
    margin-bottom: 24px;
  }
}
#page_mypage_change #form_entry .ec-fax {
  display: flex;
}
#page_mypage_change #form_entry .ec-fax > div {
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-fax > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
#page_mypage_change #form_entry .ec-fax > div .form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-fax > div .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_mypage_change #form_entry .ec-fax > div .form__col-6 {
  max-width: none;
  width: 100%;
}
#page_mypage_change #form_entry .ec-fax > div .form__col-6 .ec-required {
  visibility: hidden;
}
#page_mypage_change #form_entry .ec-mail > div {
  max-width: 776px;
  width: 100%;
  display: flex;
  margin: 0 100px;
  padding-top: 32px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    margin: 0 auto;
  }
}
#page_mypage_change #form_entry .ec-mail > div .form__title {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
  line-height: 130px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail > div .form__title {
    padding-left: 0;
    line-height: 1;
  }
}
#page_mypage_change #form_entry .ec-mail > div .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail > div .form__col-12 {
    max-width: none;
  }
}
#page_mypage_change #form_entry .ec-mail > div .l-form-st {
  margin-bottom: 0;
  width: 100%;
}
#page_mypage_change #form_entry .ec-mail .ec-mail__margin {
  margin-bottom: 12px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail .ec-mail__margin {
    margin-bottom: 0;
  }
}
#page_mypage_change #form_entry .ec-mail .ec-mail__margin .ec-required {
  display: block;
  margin-top: 0;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail .ec-mail__margin .ec-required {
    display: none;
  }
}
#page_mypage_change #form_entry .ec-mail2 .form-input-box__txt {
  max-width: 420px;
  padding: 16px;
}
#page_mypage_change #form_entry .ec-mail2 .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change #form_entry .ec-mail2 .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change #form_entry .ec-mail2 .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-mail2 .ec-required {
    display: none;
  }
}
#page_mypage_change #form_entry .form__notes {
  margin: 0 100px;
  border: none;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__notes {
    margin: 0 0 24px;
    padding: 16px 16px;
  }
}
#page_mypage_change #form_entry .ec-red {
  color: #F44336;
}
#page_mypage_change #form_entry .ec-password > div {
  display: flex;
  max-width: 776px;
  width: 100%;
  margin: 0 100px;
  padding-top: 32px;
  padding-bottom: 16px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-password > div {
    max-width: none;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 12px;
    margin: 0 auto;
  }
}
#page_mypage_change #form_entry .ec-password > div .form__title {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 32px;
  padding-left: 40px;
  max-width: 256px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-password > div .form__title {
    padding-top: 0;
    padding-left: 0;
    max-width: none;
  }
}
#page_mypage_change #form_entry .ec-password > div .form__title .form__sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
#page_mypage_change #form_entry .ec-password > div .ec-required {
  margin-left: 0;
  margin-top: 0 !important;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-password > div .ec-required {
    margin-left: 16px;
  }
}
#page_mypage_change #form_entry .ec-password > div .form {
  width: 100%;
}
#page_mypage_change #form_entry .ec-password > div .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-password > div .form__col-12 {
    max-width: none;
  }
}
#page_mypage_change #form_entry .ec-password2 .ec-required {
  visibility: hidden;
}
#page_mypage_change #form_entry .form__area {
  display: block;
  margin-left: 0;
  padding: 0 100px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area {
    padding: 0;
  }
}
#page_mypage_change #form_entry .form__area--margin {
  margin-left: 0;
  margin-bottom: 16px;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin .form__col-6 {
    margin-bottom: 16px;
  }
}
#page_mypage_change #form_entry .form__area--margin .ec-required {
  display: block;
  margin-top: 60px;
}
@media (max-width: 966px) {
  #page_mypage_change #form_entry .form__area--margin .ec-required {
    display: none;
    margin-top: 0px;
  }
}
#page_mypage_change #form_entry .form__area--margin.ec-municipalities {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin.ec-municipalities {
    max-width: none;
  }
}
#page_mypage_change #form_entry .form__area--margin.ec-municipalities .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 986px) {
  #page_mypage_change #form_entry .form__area--margin.ec-municipalities .ec-required {
    display: none !important;
  }
}
#page_mypage_change #form_entry .form__area--margin.ec-municipalities .form__col-12 {
  max-width: 420px;
  width: 100%;
}
@media (min-width: 960px) and (max-width: 986px) {
  #page_mypage_change #form_entry .form__area--margin.ec-municipalities .form__col-12 {
    margin-left: 63px;
  }
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin.ec-municipalities .form__col-12 {
    max-width: none;
  }
}
#page_mypage_change #form_entry .form__area--margin .form__col-12 {
  margin-left: 16px;
  width: auto;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin .form__col-12 {
    margin-left: 0;
  }
}
#page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box > div {
    line-height: 20px;
    margin-bottom: 4px;
  }
}
#page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt {
  max-width: 440px;
  width: 100%;
  padding: 16px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt {
    max-width: none;
    margin-bottom: 12px;
  }
}
#page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change #form_entry .form__area--margin .form__col-12 .form-input-box .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change #form_entry .ec-building {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-building {
    flex-wrap: wrap;
  }
}
#page_mypage_change #form_entry .ec-building .ec-required {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-building .ec-required {
    display: none;
  }
}
#page_mypage_change #form_entry .ec-building .form__col-12 {
  margin-left: 16px;
  margin-bottom: 32px;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-building .form__col-12 {
    margin-left: 0;
    margin-bottom: 24px;
    max-width: none;
  }
}
#page_mypage_change #form_entry .ec-building .form__col-12 .form-input-box {
  padding: 0;
  margin-left: 0px;
}
#page_mypage_change #form_entry .ec-building .form-input-box__txt {
  max-width: 420px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-building .form-input-box__txt {
    max-width: none;
  }
}
#page_mypage_change #form_entry .form__col-6 {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 0;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__col-6 {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
#page_mypage_change #form_entry .form__col-6 .ec-required {
  display: block;
  min-width: 47px;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .form__col-6 .ec-required {
    display: none;
  }
}
#page_mypage_change #form_entry .ec-organization {
  display: flex;
  border-bottom: none;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-organization {
    width: 100%;
  }
}
#page_mypage_change #form_entry .ec-organization > div {
  width: calc(100% - 269px);
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-organization > div {
    width: 100%;
  }
}
#page_mypage_change #form_entry .l-form-st {
  margin-bottom: 0;
}
#page_mypage_change #form_entry .ec-hidden {
  visibility: hidden;
  display: block;
}
@media (max-width: 959px) {
  #page_mypage_change #form_entry .ec-hidden {
    display: none;
  }
}
#page_mypage_change #form_entry .form__label--req {
  display: none;
}
#page_mypage_change .l-new-btn .decide-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_mypage_change .l-new-btn .decide-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#page_mypage_change .l-new-btn .decide-2__item {
  max-width: calc(50% - 12px);
}
@media (max-width: 768px) {
  #page_mypage_change .l-new-btn .decide-2__item {
    max-width: calc(100% - 16px);
    width: 100%;
    margin: 0 auto 24px;
  }
}
#page_mypage_change .l-new-btn .decide-2__btn--negative {
  border-radius: 4px;
  border: 1px solid #222222;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  #page_mypage_change .l-new-btn .decide-2__btn--negative {
    max-width: none;
  }
}
#page_mypage_change .l-new-btn .decide-2__btn--negative:hover {
  opacity: 0.8;
}
#page_mypage_change .l-new-btn .decide-2__btn--positive {
  background: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_mypage_change .l-new-btn .decide-2__btn--positive {
    max-width: none;
  }
}
#page_mypage_change .l-new-btn .decide-2__btn--positive:hover {
  opacity: 0.8;
}
#page_mypage_change .form-input-box {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  #page_mypage_change .form-input-box {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
#page_mypage_change .ec-itemName {
  line-height: 20px;
  margin-bottom: 4px;
}
#page_mypage_change .form-input-box__txt {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 16px;
  max-width: 180px;
  width: 100%;
  height: 44px;
}
@media (max-width: 959px) {
  #page_mypage_change .form-input-box__txt {
    max-width: calc(100% - 16px);
  }
}
#page_mypage_change .form-input-box__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
#page_mypage_change .form-input-box__txt::placeholder {
  color: #999999;
  font-size: 16px;
}
#page_mypage_change .form-input-tel {
  display: block;
  margin-left: 16px;
}
@media (max-width: 959px) {
  #page_mypage_change .form-input-tel {
    margin-left: 0;
  }
}
#page_mypage_change .form-input-tel__txt {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  max-width: 420px;
  width: 100%;
  border-radius: 4px;
  height: 44px;
  text-align: left;
  padding: 16px;
}
@media (max-width: 959px) {
  #page_mypage_change .form-input-tel__txt {
    max-width: none;
  }
}
#page_mypage_change .form-input-tel__txt::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change .form-input-tel__txt::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}
#page_mypage_change .form-input-tel #entry_ext_postal_code {
  width: 125px;
  border-radius: 4px;
  border: 1px solid #999999;
}
#page_mypage_change .form-input-tel #entry_ext_postal_code::-moz-placeholder {
  color: #999999;
}
#page_mypage_change .form-input-tel #entry_ext_postal_code::placeholder {
  color: #999999;
}
#page_mypage_change .form-input-tel #entry_ext_address_pref {
  min-width: 144px;
  border-radius: 4px;
  padding: 14px 12px;
}
@media (max-width: 768px) {
  #page_mypage_change .form-input-tel #entry_ext_address_pref {
    height: 38px;
    padding: 11px 12px;
  }
}
#page_mypage_change .form-input-tel__number {
  display: flex;
  align-items: center;
}
#page_mypage_change .form-input-box__error-label {
  display: none;
}
#page_mypage_change .ec-required {
  border-radius: 4px;
  border: 1px solid #F44336;
  background-color: #FFFFFF;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 7px;
  min-width: 47px;
  height: 23px;
  text-align: center;
  margin-left: 0;
}
#page_mypage_change .ec-required.is-pc3 {
  margin-top: 27px;
  min-width: 47px;
}
#page_mypage_change .form-name {
  display: flex;
  align-items: center;
}
#page_mypage_change .form-name__item {
  max-width: 180px;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 959px) {
  #page_mypage_change .form-name__item {
    max-width: none;
    margin-left: 0;
  }
}
#page_mypage_change .ec-long {
  max-width: 440px;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  #page_mypage_change .ec-long {
    max-width: none;
  }
}
#page_mypage_change .ec-long .form-input-box__txt {
  max-width: 440px;
}
@media (max-width: 959px) {
  #page_mypage_change .ec-long .form-input-box__txt {
    max-width: none;
  }
}
#page_mypage_change .ec-department {
  padding-top: 16px;
  max-width: none;
}
@media (max-width: 959px) {
  #page_mypage_change .ec-department {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
#page_mypage_change .ec-department input {
  max-width: 440px;
}
@media (max-width: 959px) {
  #page_mypage_change .ec-department input {
    max-width: none;
  }
}
#page_mypage_change input {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_mypage_change h2 {
    margin-bottom: 16px;
  }
}
#page_mypage_change h2 .ec-required {
  display: none;
}
@media (max-width: 959px) {
  #page_mypage_change h2 .ec-required {
    display: inline-block;
    margin-left: 16px;
  }
}
#page_mypage_change .ec-footerRole {
  margin-top: 0;
}
#page_mypage_change .formError {
  opacity: 1 !important;
  z-index: 9;
}
#page_mypage_change .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
#page_mypage_change .formError .formErrorArrowBottom {
  top: 30px;
}
#page_mypage_change .entry_ext_address_prefformError {
  top: 72px !important;
}
#page_mypage_change .form-errorTooltip {
  display: none;
}
#page_mypage_change .err_msg {
  color: #F44336;
  border-bottom: none;
}

#page_neodym_square_countersunk .ec-layoutRole__contents {
  margin-bottom: 80px;
}

.ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px !important;
}

.l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-content-start {
    padding-top: 122px;
  }
}

.l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-main {
    padding: 0 8px;
  }
}

.l-cateTemp {
  max-width: 976px !important;
  margin: 0 0 0 24px !important;
}
@media (max-width: 1279px) {
  .l-cateTemp {
    max-width: none !important;
    margin-right: 24px !important;
  }
}
@media (max-width: 768px) {
  .l-cateTemp {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
.l-cateTemp__testbox-a {
  margin-bottom: 10px;
}
.l-cateTemp__mainFreeArea {
  margin-top: 20px;
}
.l-cateTemp__productUnderFreeArea {
  margin-bottom: 20px;
}
.l-cateTemp__underFreeArea {
  margin-bottom: 20px;
}
.l-cateTemp .l-listpage-header {
  position: relative;
  top: 0px;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: none;
  width: 100%;
  background: initial;
}
.l-cateTemp .l-listpage-header__title {
  font-family: "Noto Sans JP", sans-serif;
}
.l-cateTemp .fix-header {
  height: 69px;
  border-bottom: 2px solid #F44336;
  background-color: #F9F9F9;
  padding: 0px 15px;
}
@media (max-width: 1279px) {
  .l-cateTemp .fix-header {
    height: 60px;
  }
}
.l-cateTemp .fix-header .fix-header__code {
  margin-right: 15px;
  background: #F44336;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 6px 8px 8px 8px;
  border-radius: 4px;
}
.l-cateTemp .fix-header .fix-header__type {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .l-cateTemp .fix-header .fix-header__type {
    font-size: 18px;
  }
}
.l-cateTemp__titleCateChild__title {
  padding: 10px 10px;
  border-bottom: #F44336 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.l-cateTemp .slick-prev {
  left: 10px;
}
.l-cateTemp .slick-prev::before {
  background-image: url(../icon/left-arrow2.svg);
  width: 40px;
  height: 40px;
}
.l-cateTemp .slick-next {
  right: 10px;
}
.l-cateTemp .slick-next::before {
  background-image: url(../icon/right-arrow2.svg);
  width: 40px;
  height: 40px;
}
.l-cateTemp__mainImageBox {
  margin-bottom: 32px;
}
.l-cateTemp__mainImageBox__box {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .l-cateTemp__mainImageBox__box {
    display: block;
  }
}
.l-cateTemp__mainImageBox__content {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-cateTemp__mainImageBox__content {
    width: 100%;
  }
}
.l-cateTemp__mainImageBox__content .slick-slider {
  opacity: 0;
  transition: 0.4s;
  padding-bottom: 0;
}
.l-cateTemp__mainImageBox__content .slick-slider.slick-initialized {
  opacity: 1 !important;
}
.l-cateTemp__mainImageBox__content .slick-dots li {
  border: initial;
}
.l-cateTemp__mainImageBox__content--slider {
  text-align: center;
}
.l-cateTemp .l-main__slider {
  padding-top: 0px;
}
.l-cateTemp .l-main__slider .l-listpage-hero {
  margin-bottom: 0;
}
.l-cateTemp .l-main__slider .l-listpage-hero .listpage-slide {
  padding-bottom: 0;
}
.l-cateTemp .l-filter {
  padding: 0px;
}
.l-cateTemp #sliderMaxMin {
  display: flex !important;
  gap: 8px 8px;
  margin-bottom: 16px;
}
.l-cateTemp .ui-widget-header {
  background: linear-gradient(90deg, #F48236, #F44A36) !important;
}
.l-cateTemp .filter-box__item {
  width: calc((100% - 24px) / 4);
  padding: 10px 16px;
  background-color: #F6F6F6;
  margin: 0;
}
@media (max-width: 768px) {
  .l-cateTemp .filter-box__item {
    width: 100%;
  }
}
.l-cateTemp .filter-box__item:first-child {
  margin-left: 0px;
}
.l-cateTemp .filter-box__item:nth-child(5) {
  margin-left: 0px;
}
.l-cateTemp .filter-box__area {
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 768px) {
  .l-cateTemp .filter-box__area {
    padding: 30px 0px;
  }
}
.l-cateTemp .l-listpage-table {
  padding: 0px;
}
@media (max-width: 1279px) {
  .l-cateTemp .l-listpage-table {
    overflow-x: scroll;
  }
}
.l-cateTemp .l-listpage-table table {
  width: 100%;
}
@media (max-width: 1279px) {
  .l-cateTemp .l-listpage-table table {
    min-width: 640px;
  }
}
.l-cateTemp .l-listpage-table table th {
  font-size: 12px;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.l-cateTemp .l-listpage-table table td {
  font-size: 12px;
  vertical-align: middle;
  height: 32px;
}
.l-cateTemp .ui-slider-disabled {
  background-color: #999999;
}
.l-cateTemp__ItemNumber {
  max-width: 1280px;
  margin: 0 auto 20px auto;
  padding: 0px;
}
.l-cateTemp__ItemNumber--ItemNum {
  font-size: 20px;
}
.l-cateTemp span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1279px) {
  .l-cateTemp span {
    font-size: 14px;
  }
}
.l-cateTemp .ui-slider-horizontal .ui-slider-range {
  height: 10px;
}

.mypage_change_confirm .confirm-list__tr:nth-child(even) {
  background: #F6F6F6;
}
.mypage_change_confirm .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.mypage_change_confirm .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .mypage_change_confirm .l-content-start {
    padding-top: 122px;
  }
}
.mypage_change_confirm .l-new-form {
  padding: 40px 100px;
}
@media (max-width: 959px) {
  .mypage_change_confirm .l-new-form {
    padding: 24px 8px;
  }
}
.mypage_change_confirm .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .mypage_change_confirm .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .mypage_change_confirm .l-main {
    padding: 0 8px;
  }
}
.mypage_change_confirm .l-main .l-main__wrap02 {
  padding: 0;
}
.mypage_change_confirm .l-main .l-main__wrap02 .ec-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mypage_change_confirm .l-main .l-main__wrap02 .ec-message {
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
.mypage_change_confirm .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .mypage_change_confirm .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
.mypage_change_confirm .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .mypage_change_confirm .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
.mypage_change_confirm .l-listpage-header .fix-header {
  height: auto;
}
.mypage_change_confirm .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  .mypage_change_confirm .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.mypage_change_confirm #form_confirm {
  display: block;
  background-color: #F6F6F6;
  margin-bottom: 247px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .mypage_change_confirm #form_confirm {
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
}
.mypage_change_confirm #form_confirm .l-confirm-list {
  padding: 28px 100px 0;
}
@media (max-width: 959px) {
  .mypage_change_confirm #form_confirm .l-confirm-list {
    padding: 0px 8px 0px;
    margin-bottom: 24px;
  }
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__table {
  width: 100%;
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__th {
  padding: 32px 40px;
  width: 248px;
  padding-left: 40px;
  font-size: 16px;
  color: #222222;
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__td {
  padding: 32px 0;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  width: 76%;
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__dl {
  border-bottom: 1px solid #CCCCCC;
  padding: 24px 8px 24px;
}
@media (max-width: 959px) {
  .mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__dl {
    padding-bottom: 17px;
  }
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__dt {
  line-height: 1;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__dt label {
  margin-bottom: 0;
}
.mypage_change_confirm #form_confirm .l-confirm-list .confirm-list__dd {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.mypage_change_confirm .l-confirm-btn .decide-2 {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .mypage_change_confirm .l-confirm-btn .decide-2 {
    padding: 0 8px;
  }
}
.mypage_change_confirm .l-confirm-btn .decide-2__item {
  max-width: 320px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .mypage_change_confirm .l-confirm-btn .decide-2__item {
    max-width: none;
    width: 100%;
  }
}
.mypage_change_confirm .l-confirm-btn .decide-2__item:first-of-type {
  margin-right: 24px;
}
.mypage_change_confirm .l-confirm-btn .decide-2__btn--negative {
  width: 100%;
  border-radius: 4px;
  border-color: #222222;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
}
@media (max-width: 768px) {
  .mypage_change_confirm .l-confirm-btn .decide-2__btn--negative {
    height: 56px;
  }
}
.mypage_change_confirm .l-confirm-btn .decide-2__btn--negative:hover {
  opacity: 0.8;
}
.mypage_change_confirm .l-confirm-btn .decide-2__btn--positive {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 48px;
}
@media (max-width: 768px) {
  .mypage_change_confirm .l-confirm-btn .decide-2__btn--positive {
    height: 56px;
  }
}
.mypage_change_confirm .l-confirm-btn .decide-2__btn--positive:hover {
  opacity: 0.8;
}

.mypage_change_complete .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.mypage_change_complete .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .mypage_change_complete .l-content-start {
    padding-top: 122px;
  }
}
.mypage_change_complete .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .mypage_change_complete .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .mypage_change_complete .l-main {
    padding: 0 8px;
  }
}
.mypage_change_complete .l-main .l-main__wrap02 {
  padding: 0;
}
.mypage_change_complete .l-main .l-main__wrap02 .thx__main {
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #1C2824;
  margin-bottom: 16px;
}
.mypage_change_complete .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.mypage_change_complete .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 959px) {
  .mypage_change_complete .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
.mypage_change_complete .l-listpage-header .fix-header {
  height: auto;
}
.mypage_change_complete .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  .mypage_change_complete .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.mypage_change_complete .l-comp-st {
  margin-bottom: 40px;
}
.mypage_change_complete .l-comp-st .decide-1__btn--positive {
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
}
.mypage_change_complete .ec-content {
  margin-bottom: 32px;
}

#page_mypage_delivery .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_mypage_delivery .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_mypage_delivery .l-content-start {
    padding-top: 122px;
  }
}
#page_mypage_delivery .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_mypage_delivery .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_mypage_delivery .l-main {
    padding: 0 8px;
  }
}
#page_mypage_delivery .l-main .l-main__wrap02 {
  padding: 0;
}
#page_mypage_delivery .l-main .l-main__wrap02 .thx__main {
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #1C2824;
  margin-bottom: 16px;
}
#page_mypage_delivery .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
#page_mypage_delivery .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_mypage_delivery .l-listpage-header .fix-header {
  height: auto;
}
#page_mypage_delivery .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_mypage_delivery .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_mypage_delivery .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_mypage_delivery .ec-userName {
    margin-bottom: 16px;
  }
}
#page_mypage_delivery .l-margin-half {
  background-color: #F6F6F6;
  padding: 48px 48px 32px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .l-margin-half {
    padding: 24px 8px 8px;
    margin-bottom: 40px;
  }
}
#page_mypage_delivery .deliv-change__area {
  margin-left: -16px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .deliv-change__area {
    margin-left: 0;
  }
}
#page_mypage_delivery .deliv-change__box {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  margin-left: 16px;
  margin-bottom: 16px;
  width: calc(50% - 16px);
  border-radius: 4px;
  padding: 16px 24px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .deliv-change__box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
    padding: 16px 16px 23px;
  }
}
#page_mypage_delivery .deliv-change__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .deliv-change__name {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_mypage_delivery .deliv-change__txt {
  margin-bottom: 16px;
}
#page_mypage_delivery .deliv-change__intro {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  margin-left: 16px;
  margin-bottom: 16px;
  width: calc(50% - 16px);
  border-radius: 4px;
  padding: 0;
  height: 80px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .deliv-change__intro {
    width: 100%;
    margin-left: 0;
  }
}
#page_mypage_delivery .deliv-change__intro a {
  position: relative;
  padding: 31px 16px;
  height: 78px;
  color: #333333;
  justify-content: flex-start;
  padding-left: 50px;
  width: 100%;
  background-color: #FFFFFF;
}
#page_mypage_delivery .deliv-change__intro a:hover {
  opacity: 0.8;
}
#page_mypage_delivery .deliv-change__intro a::before {
  width: 18px;
  content: "";
  position: absolute;
  height: 2px;
  background: #999999;
  top: 50%;
  margin-top: -2px;
  left: 16px;
  transform: rotate(90deg);
}
#page_mypage_delivery .deliv-change__intro a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #999999;
  top: 50%;
  margin-top: -2px;
  left: 16px;
}
#page_mypage_delivery .list__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
#page_mypage_delivery .decide-2 {
  margin-left: -16px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .decide-2 {
    margin-left: -8px;
    flex-direction: row;
  }
}
#page_mypage_delivery .decide-2__btn--negative {
  border-radius: 4px;
  border-color: #222222;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#page_mypage_delivery .decide-2__btn--negative:hover {
  opacity: 0.8;
}
#page_mypage_delivery .decide-2__item {
  width: calc(50% - 16px);
  margin-left: 16px;
}
@media (max-width: 959px) {
  #page_mypage_delivery .decide-2__item {
    width: calc(50% - 8px);
    margin-left: 8px;
    margin-bottom: 0;
  }
}
#page_mypage_delivery .l-margin-st .decide-1__btn--ghost {
  max-width: 320px;
  width: 100%;
  border-radius: 4px;
  background-color: #F44336;
  color: #FFFFFF;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_mypage_delivery .l-margin-st .decide-1__btn--ghost {
    max-width: none;
  }
}
#page_mypage_delivery .l-margin-st .decide-1__btn--ghost:hover {
  opacity: 0.8;
}

.mypage_delivery_addr .l-popup-wrap {
  background-color: #F6F6F6;
}
.mypage_delivery_addr .l-popup-header {
  margin-bottom: 0;
}
.mypage_delivery_addr #js_error_pref {
  margin-left: 0;
}
.mypage_delivery_addr .ec-addressEmptyTooltip {
  bottom: -33px !important;
}
.mypage_delivery_addr .err_msg {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  color: #F44336;
  border: none;
  padding: 0;
}
.mypage_delivery_addr .formError {
  opacity: 1;
  z-index: 9;
  margin-left: 70px;
}
@media (max-width: 1279px) {
  .mypage_delivery_addr .formError {
    margin-left: 0;
  }
}
.mypage_delivery_addr .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
.mypage_delivery_addr .formError .formErrorArrowBottom {
  top: 30px;
}

.l-colMag .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px !important;
}
.l-colMag .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-colMag .l-content-start {
    padding-top: 122px;
  }
}
.l-colMag .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-colMag .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-colMag .l-main {
    padding: 0 8px;
  }
}
.l-colMag .l-listpage-header {
  position: relative;
  top: 0px;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: none;
  width: 100%;
  background: initial;
}
.l-colMag .fix-header {
  height: 69px;
  border-bottom: 2px solid #F44336;
  background-color: #F9F9F9;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .l-colMag .fix-header {
    height: 60px;
  }
}
.l-colMag .fix-header .fix-header__code {
  margin-right: 15px;
  background: #F44336;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 8px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .l-colMag .fix-header .fix-header__code {
    margin-right: 8px;
  }
}
.l-colMag .fix-header .fix-header__type {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .l-colMag .fix-header .fix-header__type {
    font-size: 18px;
  }
}
.l-colMag .tr_hidden {
  display: none;
}
.l-colMag__filter {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .l-colMag__filter {
    margin-top: 20px;
  }
}
.l-colMag__filter__table--head {
  width: 10%;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: none;
  border: 1px solid #CCCCCC;
  height: auto;
  background-color: #F6F6F6;
}
.l-colMag__filter__table__tr {
  border: 1px solid #CCCCCC;
}
.l-colMag__filter__table--contents {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: auto;
  border-bottom: none;
}
.l-colMag__filter__spTable--content {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.l-colMag__filter__spTable--content:nth-child(1) {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.l-colMag__filter__spTable--content:nth-child(2) {
  border: 1px solid #999;
}
.l-colMag__filter__size {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none; /* リストの点を消す場合 */
  padding: 5px; /* デフォルトのパディングを消す場合 */
}
.l-colMag__filter__size--content {
  border: 1px solid #999;
  margin: 5px 5px;
  padding: 0px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.l-colMag__filter__size--content-input {
  margin-right: 5px;
  accent-color: #000;
  height: 22px;
  width: 22px;
}
.l-colMag__filter__size--content-input::before {
  background-image: url("../img/magnet_att/checkbox_wh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  position: relative;
  width: 22px;
  display: block;
}
.l-colMag__filter__size--content-input:checked::before {
  background-image: url("../img/magnet_att/checkbox_bl.png");
}
.l-colMag__filter__color {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none; /* リストの点を消す場合 */
  padding: 5px; /* デフォルトのパディングを消す場合 */
}
.l-colMag__filter__color--head {
  align-items: center;
  justify-content: center;
}
.l-colMag__filter__color--content {
  max-width: 200px;
  margin: 5px 5px;
  padding: 2px 7px;
  border: 1px #999 solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-colMag__filter__color--content-input {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  accent-color: #000;
}
.l-colMag__filter__color--content-input::before {
  background-image: url("../img/magnet_att/checkbox_wh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  position: relative;
  width: 22px;
  display: block;
}
.l-colMag__filter__color--content-input:checked::before {
  background-image: url("../img/magnet_att/checkbox_bl.png");
}
.l-colMag__filter__color--content-red {
  background-color: #F00;
  color: #FFF;
}
.l-colMag__filter__color--content-orange {
  background-color: #FFA500;
  color: #FFF;
}
.l-colMag__filter__color--content-yellow {
  background-color: #FF0;
  color: #000;
}
.l-colMag__filter__color--content-yellowGreen {
  background-color: #74E074;
  color: #FFF;
}
.l-colMag__filter__color--content-green {
  background-color: #008000;
  color: #FFF;
}
.l-colMag__filter__color--content-blue {
  background-color: #00F;
  color: #FFF;
}
.l-colMag__filter__color--content-lightBlue {
  background-color: #65C3FD;
  color: #FFF;
}
.l-colMag__filter__color--content-pink {
  background-color: #FF90A3;
  color: #FFF;
}
.l-colMag__filter__color--content-white {
  background-color: #FFF;
  color: #000;
}
.l-colMag__filter__color--content-black {
  background-color: #000;
  color: #FFF;
}
.l-colMag__table {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .l-colMag__table {
    overflow-x: scroll;
  }
}
.l-colMag__table__head {
  height: 30px;
}
.l-colMag__table__head--content {
  font-size: 12px;
  background-color: #222;
  color: #FFF;
  text-align: center;
  border-right: #FFF solid 1px;
}
.l-colMag__table__head--content:nth-child(1) {
  width: 30%;
  border-left: #CCCCCC solid 1px;
}
.l-colMag__table__head--content:nth-child(2) {
  width: 20%;
}
.l-colMag__table__head--content:nth-child(3) {
  width: 20%;
}
.l-colMag__table__head--content:nth-child(4) {
  width: 25%;
}
.l-colMag__table__head--content:nth-child(5) {
  width: 5%;
  border-right: #CCCCCC solid 1px;
}
.l-colMag__table__contents {
  width: 100%;
  overflow: auto;
  min-width: 977px;
  table-layout: fixed;
}
.l-colMag__table__contents--content {
  height: auto;
  padding-bottom: 0px;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
  font-size: 12px;
  table-layout: fixed;
}
.l-colMag__table__contents--content-images {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 20px 0px;
}
.l-colMag__table__contents--content-image {
  margin-left: 15px;
  margin-right: 10px;
}
.l-colMag__table__contents--content-label {
  background-color: #F44336;
  color: #FFF;
  margin-right: 5px;
  font-size: 10px;
  border-radius: 5px;
  padding: 0px 5px;
}
.l-colMag__table__contents--content-text {
  font-size: 12px;
}
.l-colMag__table__contents--content-size {
  border: 1px solid #CCCCCC;
}
.l-colMag__table__contents--content-head {
  display: flex;
  justify-content: left;
  align-items: center;
}
.l-colMag__table__contents--content-gray {
  background: #e9e9e9;
}
.l-colMag__table__contents--content-col1 {
  text-align: center;
  height: 35px;
  table-layout: fixed;
}
.l-colMag__table__contents--content-col2 {
  text-align: left;
  padding-left: 20px;
  table-layout: fixed;
}
.l-colMag__table__contents--content-col2--wrap {
  display: flex;
  align-items: center;
}
.l-colMag__table__contents--content-col2--red {
  margin-right: 5px;
  color: #F00;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--orange {
  margin-right: 5px;
  color: #FFA500;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--yellow {
  margin-right: 5px;
  color: #FF0;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--yellowGreen {
  margin-right: 5px;
  color: #74E074;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--green {
  margin-right: 5px;
  color: #008000;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--blue {
  margin-right: 5px;
  color: #00F;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--lightBlue {
  margin-right: 5px;
  color: #65C3FD;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--pink {
  margin-right: 5px;
  color: #FF90A3;
  font-size: 18px;
}
.l-colMag__table__contents--content-col2--white {
  margin-right: 6px;
  color: #FFF;
  border: 2px solid #CCC;
  font-size: 0px;
  border-radius: 35px;
  width: 17px;
  height: 17px;
}
.l-colMag__table__contents--content-col2--black {
  margin-right: 5px;
  color: #000;
  font-size: 18px;
}
.l-colMag__table__contents--content-col3 {
  text-align: right;
  padding-right: 20px;
  table-layout: fixed;
}
.l-colMag__table__contents--content-col4 {
  text-align: center;
  table-layout: fixed;
}
.l-colMag__table__contents--content-col4-Icon {
  margin-top: 4px;
}

.l-lpDefTemp {
  width: 100%;
  max-width: 1020px;
  padding: 10px 10px 0px 10px;
}

.u-pc {
  display: block;
}
@media (max-width: 1279px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 1279px) {
  .u-sp {
    display: block;
  }
}

#page_neodym_index .ec-layoutRole__contents {
  margin-bottom: 80px;
}

.l-lpIndex {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 1020px;
  padding: 10px 10px 0px 10px;
}
.l-lpIndex .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px !important;
}
.l-lpIndex .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-lpIndex .l-content-start {
    padding-top: 122px;
  }
}
.l-lpIndex .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-lpIndex .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-lpIndex .l-main {
    padding: 0 8px;
  }
}
@media (max-width: 1279px) {
  .l-lpIndex {
    padding: 10px 0px 0px 0px;
  }
}
.l-lpIndex__infoArea {
  margin-bottom: 35px;
}
.l-lpIndex__infoArea__title {
  width: 100%;
  height: 69px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #F44336;
  background-color: #F9F9F9;
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .l-lpIndex__infoArea__title {
    font-size: 18px;
    height: 60px;
  }
}
.l-lpIndex__infoArea__content {
  display: flex;
  padding-top: 32px;
}
@media (max-width: 1279px) {
  .l-lpIndex__infoArea__content {
    padding-top: 16px;
    display: block;
  }
}
.l-lpIndex__infoArea__text {
  padding-right: 0px;
}
@media (max-width: 1279px) {
  .l-lpIndex__infoArea__text {
    padding-right: 0px;
  }
}
.l-lpIndex__infoArea__image {
  height: auto;
  float: right;
  max-width: 142px;
  width: 100%;
  margin-left: 49px;
}
@media (max-width: 1279px) {
  .l-lpIndex__infoArea__image {
    margin-left: 0px;
  }
}
.l-lpIndex__categoryNavi {
  margin-bottom: 35px;
}
@media (max-width: 1279px) {
  .l-lpIndex__categoryNavi {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 36px;
  }
}
.l-lpIndex__categoryNavi__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1279px) {
  .l-lpIndex__categoryNavi__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-lpIndex__categoryNavi__contents--content {
  border: 1px solid #999999;
  margin: 6px;
  height: 72px;
  padding: 8px;
}
@media (max-width: 1279px) {
  .l-lpIndex__categoryNavi__contents--content {
    margin: 4px;
    height: 52px;
    padding: 6px;
  }
}
.l-lpIndex__categoryNavi__contents--content a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}
@media (max-width: 1279px) {
  .l-lpIndex__categoryNavi__contents--content a {
    font-size: 14px;
    line-height: 1.25;
  }
}
.l-lpIndex__categoryNavi__contents--content a:hover {
  opacity: 0.8;
}
.l-lpIndex__categoryNavi__contents--content a img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .l-lpIndex__categoryNavi__contents--content a img {
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }
}
.l-lpIndex__utilityArea {
  margin-bottom: 40px;
  width: 100%;
  background-color: #FFF7F6;
}
.l-lpIndex__utilityArea__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
}
@media (max-width: 1279px) {
  .l-lpIndex__utilityArea__contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 12px 10px;
  }
}
.l-lpIndex__utilityArea__contents__wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 1279px) {
  .l-lpIndex__utilityArea__contents__wrap {
    padding-top: 0;
  }
}
.l-lpIndex__utilityArea__contents--content {
  border: 1px solid #999999;
  margin: 6px;
  height: 65px;
  padding: 13px;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .l-lpIndex__utilityArea__contents--content {
    height: 60px;
    margin: 4px 6px;
  }
}
.l-lpIndex__utilityArea__contents--content a {
  display: block;
  width: 100%;
}
.l-lpIndex__utilityArea__contents--content a:hover {
  opacity: 0.8;
}
.l-lpIndex__utilityArea__contents--content:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.l-lpIndex__utilityArea__contents--item {
  font-size: 18px;
  color: #222222;
}
@media (max-width: 1279px) {
  .l-lpIndex__utilityArea__contents--item {
    font-size: 14px;
  }
}
.l-lpIndex__utilityArea__contents--item img {
  margin-right: 16px;
}
.l-lpIndex__utilityArea__contents--item:first-child {
  margin-right: 10px;
}
.l-lpIndex__estimate {
  width: 100%;
  border: 1px solid #999999;
  height: 180px;
  margin-bottom: 80px;
  background: url("../../assets/img/category_index/background_estimate.png") no-repeat;
}
@media (max-width: 1279px) {
  .l-lpIndex__estimate {
    background: url("../../assets/img/category_index/background_estimate_sp.png") no-repeat right;
    background-size: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
}
.l-lpIndex__estimate__wrap {
  position: relative;
  top: 30px;
  left: 380px;
  width: 580px;
}
@media (max-width: 1279px) {
  .l-lpIndex__estimate__wrap {
    top: 15px;
    left: 20px;
    width: 250px;
  }
}
.l-lpIndex__estimate__title {
  font-size: 24px;
  font-weight: 700;
  color: #F44336;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .l-lpIndex__estimate__title {
    font-size: 18px;
  }
}
.l-lpIndex__estimate__title:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #F44336;
  border-right: solid 1px #F44336;
  position: absolute;
  top: 50%;
  left: 38%;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media (max-width: 1279px) {
  .l-lpIndex__estimate__title:before {
    left: 77%;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
}
.l-lpIndex__estimate__text {
  margin-top: 10px;
  max-width: 450px;
  color: #222222;
}

.widthdraw_index .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.widthdraw_index .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .widthdraw_index .l-content-start {
    padding-top: 122px;
  }
}
.widthdraw_index .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .widthdraw_index .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .widthdraw_index .l-main {
    padding: 0 8px;
  }
}
.widthdraw_index .l-main .l-main__wrap02 {
  padding: 0;
}
.widthdraw_index .l-main .l-main__wrap02 .thx__main {
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #1C2824;
  margin-bottom: 16px;
}
.widthdraw_index .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.widthdraw_index .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 959px) {
  .widthdraw_index .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
.widthdraw_index .l-listpage-header .fix-header {
  height: auto;
}
.widthdraw_index .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  .widthdraw_index .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.widthdraw_index .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .widthdraw_index .ec-userName {
    margin-bottom: 16px;
  }
}
.widthdraw_index .ec-main {
  margin-top: 24px;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .widthdraw_index .ec-main {
    padding-top: 32px;
  }
}
.widthdraw_index .ec-main .ec-message {
  max-width: 976px;
  width: 100%;
  height: 142px;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .widthdraw_index .ec-main .ec-message {
    height: 220px;
  }
}
.widthdraw_index .decide-2 {
  margin-left: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .widthdraw_index .decide-2 {
    margin-top: 24px;
    padding: 24px 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 104px;
  }
}
.widthdraw_index .decide-2__item {
  max-width: 320px;
  width: 100%;
  height: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .widthdraw_index .decide-2__item {
    max-width: 343px;
    height: 56px;
  }
}
.widthdraw_index .decide-2__item input {
  background-color: #F44336;
  border: 1px solid #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  height: 48px;
}
@media (max-width: 768px) {
  .widthdraw_index .decide-2__item input {
    height: 56px;
  }
}
.widthdraw_index .decide-2__item input:hover {
  opacity: 0.8;
}

.widthdraw_confirm .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.widthdraw_confirm .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .widthdraw_confirm .l-content-start {
    padding-top: 122px;
  }
}
.widthdraw_confirm .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .widthdraw_confirm .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .widthdraw_confirm .l-main {
    padding: 0 8px;
  }
}
.widthdraw_confirm .l-main .l-main__wrap02 {
  padding: 0;
}
.widthdraw_confirm .l-main .l-main__wrap02 .thx__main {
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #1C2824;
  margin-bottom: 16px;
}
.widthdraw_confirm .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.widthdraw_confirm .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 959px) {
  .widthdraw_confirm .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
.widthdraw_confirm .l-listpage-header .fix-header {
  height: auto;
}
.widthdraw_confirm .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  .widthdraw_confirm .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.widthdraw_confirm .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .widthdraw_confirm .ec-userName {
    margin-bottom: 16px;
  }
}
.widthdraw_confirm .ec-main {
  margin-top: 24px;
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .widthdraw_confirm .ec-main {
    padding-top: 32px;
  }
}
.widthdraw_confirm .ec-main .ec-message {
  max-width: 976px;
  width: 100%;
  height: 90px;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .widthdraw_confirm .ec-main .ec-message {
    text-align: center;
  }
}
.widthdraw_confirm .decide-2 {
  margin-left: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .widthdraw_confirm .decide-2 {
    margin-top: 24px;
    padding: 24px 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 184px;
  }
}
.widthdraw_confirm .decide-2__item {
  max-width: 320px;
  width: 100%;
  height: 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .widthdraw_confirm .decide-2__item {
    max-width: 343px;
    height: 56px;
  }
}
.widthdraw_confirm .decide-2__item:first-child {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .widthdraw_confirm .decide-2__item:first-child {
    margin-right: 0;
    margin-top: 24px;
    order: 1;
  }
}
.widthdraw_confirm .decide-2__item:first-child a {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
@media (max-width: 768px) {
  .widthdraw_confirm .decide-2__item:first-child a {
    height: 56px;
  }
}
.widthdraw_confirm .decide-2__item:first-child a:hover {
  opacity: 0.8;
}
.widthdraw_confirm .decide-2__item:last-child input {
  background-color: #F44336;
  border: 1px solid #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  height: 48px;
}
@media (max-width: 768px) {
  .widthdraw_confirm .decide-2__item:last-child input {
    height: 56px;
  }
}
.widthdraw_confirm .decide-2__item:last-child input:hover {
  opacity: 0.8;
}

.widthdraw_complete .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.widthdraw_complete .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .widthdraw_complete .l-content-start {
    padding-top: 122px;
  }
}
.widthdraw_complete .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .widthdraw_complete .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .widthdraw_complete .l-main {
    padding: 0 8px;
  }
}
.widthdraw_complete .l-main .l-main__wrap02 {
  padding: 0;
}
.widthdraw_complete .l-main .l-main__wrap02 .thx__main {
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #1C2824;
  margin-bottom: 16px;
}
.widthdraw_complete .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.widthdraw_complete .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 64px !important;
}
@media (max-width: 959px) {
  .widthdraw_complete .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
.widthdraw_complete .l-listpage-header .fix-header {
  height: auto;
}
.widthdraw_complete .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  .widthdraw_complete .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.widthdraw_complete .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .widthdraw_complete .ec-userName {
    margin-bottom: 16px;
  }
}
.widthdraw_complete .l-comp-st {
  margin-bottom: 40px;
}
.widthdraw_complete .l-main .l-main__wrap02 .thx__main {
  line-height: 1;
  margin-bottom: 16px;
}
.widthdraw_complete .l-main .l-main__wrap02 .thx__sub {
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.widthdraw_complete .l-main .decide-1__item a {
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  max-width: 343px;
  width: 100%;
  height: 48px;
  margin: 0 auto;
}
.widthdraw_complete .l-main .decide-1__item a:hover {
  opacity: 0.8;
}

#page_forgot .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_forgot .ec-layoutRole__main {
  padding: 112px 8px 0;
  max-width: none;
  width: 100%;
}
@media (max-width: 768px) {
  #page_forgot .ec-layoutRole__main {
    padding: 96px 8px 0;
  }
}
#page_forgot .l-popup-header {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  border-bottom: 2px solid #F44336;
  padding: 0;
}
@media (max-width: 768px) {
  #page_forgot .l-popup-header {
    margin-bottom: 16px;
  }
}
#page_forgot .l-popup-header .popup-header {
  padding-left: 0;
  height: auto;
}
#page_forgot .l-popup-header .popup-header__title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 23px 16px;
}
@media (max-width: 768px) {
  #page_forgot .l-popup-header .popup-header__title {
    font-size: 18px;
    padding: 21px 16px;
  }
}
#page_forgot .l-side-menu-wide-pc {
  display: none;
}
#page_forgot .l-margin-st {
  margin-bottom: 24px;
}
#page_forgot .ec-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  margin-bottom: 37px;
  padding: 0 8px;
}
@media (max-width: 768px) {
  #page_forgot .ec-note {
    margin-bottom: 18px;
  }
}
#page_forgot .l-forgot {
  padding: 0;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_forgot .l-forgot {
    max-width: none;
  }
}
#page_forgot #form1 {
  display: block;
  padding: 40px 0;
  background-color: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_forgot #form1 {
    padding: 24px 8px;
    margin-bottom: 40px;
  }
}
#page_forgot .form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 8px;
}
#page_forgot .form__title-box {
  margin-bottom: 0px;
}
#page_forgot .form-input-box__txt {
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: 44px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#page_forgot .form-input-box__txt::-moz-placeholder {
  color: #999999;
}
#page_forgot .form-input-box__txt::placeholder {
  color: #999999;
}
#page_forgot .form-input-box__txt:focus {
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  padding-left: 16px;
}
#page_forgot .decide-1 input {
  background-color: #F44336;
  border: 1px solid #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px !important;
  max-width: 368px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_forgot .decide-1 input {
    height: 56px !important;
    max-width: none;
  }
}
#page_forgot .decide-1 input:hover {
  opacity: 0.8;
}
#page_forgot .form__area {
  margin-left: -16px;
}
#page_forgot .form__area .form__col-6 {
  margin-left: 16px !important;
  width: calc((100% - 32px) / 2);
}
@media (max-width: 768px) {
  #page_forgot .form__area .form__col-6 {
    margin-bottom: 32px;
  }
}
#page_forgot .form__area--margin {
  margin-bottom: 24px;
}
#page_forgot #forgot_user_email {
  max-width: 640px;
}
@media (max-width: 768px) {
  #page_forgot #forgot_user_email {
    max-width: none;
  }
}
#page_forgot .ec-name {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_forgot .ec-name {
    margin-bottom: 0;
  }
}

.forgot_complete .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 896px;
}
.forgot_complete .ec-layoutRole__main {
  padding-top: 137px;
  max-width: 896px !important;
  width: 100%;
}
@media (max-width: 768px) {
  .forgot_complete .ec-layoutRole__main {
    padding: 137px 8px 0;
  }
}
.forgot_complete .l-popup-header {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  border-bottom: 2px solid #F44336;
  padding: 0;
  margin-bottom: 32px !important;
}
@media (max-width: 768px) {
  .forgot_complete .l-popup-header {
    margin-bottom: 16px;
  }
}
.forgot_complete .l-popup-header .popup-header {
  padding-left: 0;
  height: auto;
}
.forgot_complete .l-popup-header .popup-header__title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 23px 16px;
}
@media (max-width: 768px) {
  .forgot_complete .l-popup-header .popup-header__title {
    font-size: 18px;
    padding: 21px 16px;
  }
}
@media (max-width: 768px) {
  .forgot_complete .l-popup-header {
    margin-bottom: 16px !important;
  }
}
.forgot_complete .l-side-menu-wide-pc {
  display: none;
}
.forgot_complete .l-margin-st {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .forgot_complete .l-margin-st {
    margin-bottom: 16px !important;
  }
}
.forgot_complete .l-margin-st .thx .thx__main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 16px;
}
.forgot_complete .l-margin-st .thx .thx__sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: #F44336;
  text-align: left;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .forgot_complete .l-margin-st .thx .thx__sub {
    margin-bottom: 0px;
  }
}
.forgot_complete .ec-password {
  border: 1px solid #CCCCCC;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .forgot_complete .ec-password {
    height: 72px;
    margin-bottom: 40px;
  }
}
.forgot_complete .ec-password__strong {
  font-size: 14px;
  font-weight: 400;
  color: #F44336;
}
.forgot_complete .decide-1 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .forgot_complete .decide-1 {
    margin-bottom: 40px;
  }
}
.forgot_complete .decide-1 a {
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .forgot_complete .decide-1 a {
    max-width: none;
    height: 56px !important;
  }
}
.forgot_complete .decide-1 a:hover {
  border: 0 none;
  background-color: #F44336;
  color: #FFFFFF;
  opacity: 0.8;
}
.forgot_complete .l-forgot {
  max-width: 896px !important;
  margin: 0 0 !important;
}

#page_mypage_history .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_mypage_history .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_mypage_history .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_mypage_history .l-new-form {
    padding: 24px 8px;
  }
}
#page_mypage_history .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_mypage_history .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_mypage_history .l-main {
    padding: 0 8px;
  }
}
#page_mypage_history .l-main .l-main__wrap02 {
  padding: 0;
}
#page_mypage_history .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_mypage_history .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_mypage_history .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_history .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_mypage_history .l-listpage-header .fix-header {
  height: auto;
}
#page_mypage_history .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_mypage_history .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_mypage_history .ec-count {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
  padding: 40px 8px 0;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_mypage_history .ec-count {
    margin-top: 32px;
    padding: 32px 8px 0;
  }
}
#page_mypage_history .ec-count__number {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}
#page_mypage_history .l-margin-half {
  margin-bottom: 40px;
}
#page_mypage_history .prof-table {
  width: 976px;
  margin: 0 auto;
}
@media (max-width: 976px) {
  #page_mypage_history .prof-table {
    max-width: 976px;
    width: auto;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  #page_mypage_history .prof-table {
    max-width: (max-width: 768px);
  }
}
#page_mypage_history .prof-table__table {
  width: 976px;
}
#page_mypage_history .prof-table__th--date {
  width: 108px;
}
#page_mypage_history .prof-table__th--no {
  width: 94px;
}
#page_mypage_history .prof-table__th--code {
  width: 94px;
}
#page_mypage_history .prof-table__th--name {
  width: 263px;
}
#page_mypage_history .prof-table__th--size {
  width: 156px;
}
#page_mypage_history .prof-table__th--total {
  width: 105px;
}
#page_mypage_history .prof-table__th--number {
  width: 68px;
}
#page_mypage_history .prof-table__th--post {
  width: auto;
}
@media (max-width: 768px) {
  #page_mypage_history .prof-table__th--post {
    width: 230px;
  }
}
#page_mypage_history .prof-table__td--unitPrice {
  text-align: right;
}
#page_mypage_history .prof-table__td--number {
  text-align: right;
}
#page_mypage_history .prof-table__td--post::before {
  content: none;
}
#page_mypage_history .prof-table__td--post::after {
  content: none;
}
@media (max-width: 768px) {
  #page_mypage_history .prof-table__table {
    width: calc(100% + 570px);
  }
}
#page_mypage_history .prof-table__table thead th {
  background-color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}
#page_mypage_history .prof-table__table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
#page_mypage_history .prof-table__table tbody tr td {
  vertical-align: middle;
  line-height: 21px;
  font-size: 13px;
}
#page_mypage_history .prof-table__table tbody tr td .ec-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_mypage_history .prof-table__table tbody tr td .prof-table__cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  min-width: 104px;
  max-width: 104px;
  height: 30px;
  color: #FFFFFF;
  word-break: keep-all;
}
#page_mypage_history .prof-table__table tbody tr td .prof-table__link {
  display: block;
  border: 1px solid #F44336;
  border-radius: 4px;
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
  min-width: 90px;
  max-width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  margin: 0 0 0 8px;
  word-break: keep-all;
}
#page_mypage_history .pagination-wrap .pagination-wrap__item li a {
  background-color: #FFFFFF;
  color: #F44336;
  border: 1px solid #F44336;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_mypage_history .pagination-wrap .pagination-wrap__item li a:hover {
  opacity: 0.8;
}
#page_mypage_history .pagination-wrap .pagination-wrap__item .active a {
  background-color: #F44336;
  color: #FFFFFF;
  border: 0 none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_mypage_history .pagination-wrap .pagination-wrap__item .active a:hover {
  opacity: 1;
}

#page_mypage_history_detail .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_mypage_history_detail .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-new-form {
    padding: 24px 8px;
  }
}
#page_mypage_history_detail .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_mypage_history_detail .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-main {
    padding: 0 8px;
  }
}
#page_mypage_history_detail .l-main .l-main__wrap02 {
  padding: 0;
}
#page_mypage_history_detail .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_mypage_history_detail .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_mypage_history_detail .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_mypage_history_detail .l-listpage-header .fix-header {
  height: auto;
}
#page_mypage_history_detail .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_mypage_history_detail .ec-tableHeader {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .ec-tableHeader {
    display: none;
  }
}
#page_mypage_history_detail .ec-tableHeader__name {
  max-width: 542px;
  width: 100%;
}
#page_mypage_history_detail .ec-tableHeader__unit {
  max-width: 155px;
  width: 100%;
}
#page_mypage_history_detail .ec-tableHeader__number {
  max-width: 155px;
  width: 100%;
}
#page_mypage_history_detail .ec-tableHeader__subTotal {
  max-width: 124px;
  width: 100%;
}
#page_mypage_history_detail .price-list {
  padding: 14px 24px;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .price-list {
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
  }
}
#page_mypage_history_detail .price-list__priceSP {
  width: 100%;
  text-align: right;
  border-top: 1px solid #E9E9E9;
  margin-top: 8px;
  padding-top: 8px;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .price-list__priceSP {
    border-top: 0 none;
  }
}
@media (max-width: 768px) {
  #page_mypage_history_detail .price-list__priceSP {
    border-top: 1px solid #E9E9E9;
  }
}
#page_mypage_history_detail .price-list__priceSP__upper {
  text-align: right;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
#page_mypage_history_detail .price-list__priceSP__lower {
  text-align: right;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#page_mypage_history_detail .price-list__img-box {
  width: 72px;
}
#page_mypage_history_detail .price-list__box {
  flex: auto;
  max-width: 443px;
  width: 100%;
}
#page_mypage_history_detail .price-list__code {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#page_mypage_history_detail .price-list__link {
  color: #2740C5;
  font-size: 14px;
  font-weight: 400;
}
#page_mypage_history_detail .price-list__unit {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  flex: auto;
  max-width: 105px;
  width: 100%;
}
#page_mypage_history_detail .price-list__number {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  flex: auto;
}
#page_mypage_history_detail .price-list__number-box {
  max-width: 155px;
  width: 100%;
  flex: auto;
}
#page_mypage_history_detail .price-list__sub-total {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  flex: auto;
  text-align: right;
}
#page_mypage_history_detail .price-list__sub-total-box {
  max-width: 164px;
  width: 100%;
  flex: auto;
  text-align: right;
}
#page_mypage_history_detail .l-confirm-price {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-confirm-price > div:nth-child(2) {
    border-top: 1px solid #CCCCCC;
  }
}
#page_mypage_history_detail .cart-company-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .cart-company-name {
    order: 1;
    text-align: right;
    padding: 32px 16px 24px;
  }
}
#page_mypage_history_detail .cart-sub-total {
  border-bottom: 0 none;
  max-width: none;
  padding: 0 24px 8px 0;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .cart-sub-total {
    padding-top: 24px;
    padding-right: 16px;
  }
}
#page_mypage_history_detail .cart-sub-total__txt--last {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  margin-right: 54px;
  display: block;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .cart-sub-total__txt--last {
    margin-right: 53px;
  }
}
#page_mypage_history_detail .cart-sub-total__price--last {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #F44336;
  width: auto;
  line-height: 1;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .cart-sub-total__price--last {
    font-size: 24px !important;
  }
}
#page_mypage_history_detail .cart-sub-total__price--yen {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #F44336;
}
#page_mypage_history_detail .cart-tax {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-right: 24px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .cart-tax {
    margin-right: 16px;
  }
}
#page_mypage_history_detail .l-margin-half {
  border-bottom: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .l-margin-half {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 24px;
  }
}
#page_mypage_history_detail #addCart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  background-color: #F6F6F6;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #page_mypage_history_detail #addCart {
    flex-direction: column;
    padding: 24px 8px;
    margin-bottom: 24px;
  }
}
#page_mypage_history_detail #addCart #btnBack {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  max-width: 320px;
  width: 100%;
  height: 48px;
  border: 1px solid #222222;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-right: 24px;
}
@media (max-width: 959px) {
  #page_mypage_history_detail #addCart #btnBack {
    order: 1;
    margin-right: 0;
    max-width: 343px;
    width: 100%;
    height: 56px;
  }
}
#page_mypage_history_detail #addCart #btnBack:hover {
  opacity: 0.8;
}
#page_mypage_history_detail #addCart #btnAddCart {
  border-radius: 4px;
  border: 0 none;
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  background-color: #F44336;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  #page_mypage_history_detail #addCart #btnAddCart {
    max-width: 343px;
    width: 100%;
    margin: 0 0 24px;
    height: 56px !important;
  }
}
#page_mypage_history_detail #addCart #btnAddCart:hover {
  opacity: 0.8;
}
#page_mypage_history_detail .ec-download {
  margin-bottom: 40px;
}
#page_mypage_history_detail .ec-download a {
  border: 1px solid #F44336;
  border-radius: 4px;
  color: #F44336;
  font-size: 14px;
  font-weight: 700;
  max-width: 320px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .ec-download a {
    max-width: 343px;
    width: 100%;
    height: 56px;
  }
}
#page_mypage_history_detail .ec-download a:hover {
  opacity: 0.8;
}
#page_mypage_history_detail .l-margin-st {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .l-margin-st {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
#page_mypage_history_detail .confirm-info {
  max-width: calc((100% - 32px) / 2);
}
@media (max-width: 959px) {
  #page_mypage_history_detail .confirm-info {
    max-width: none;
    margin-bottom: 16px;
  }
}
#page_mypage_history_detail .confirm-info__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #222222;
  padding-left: 8px;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-top: 0 none;
  border-bottom: 1px solid #F44336;
  max-width: 432px;
}
@media (max-width: 959px) {
  #page_mypage_history_detail .confirm-info__title {
    max-width: none;
    width: 100%;
    padding-bottom: 8px;
  }
}
#page_mypage_history_detail .confirm-info__title img {
  margin-right: 10px;
}
#page_mypage_history_detail .confirm-info__title::before {
  content: none;
}
#page_mypage_history_detail .confirm-info__table {
  width: 100%;
  border: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .confirm-info__table tr {
    display: table-row;
  }
}
#page_mypage_history_detail .confirm-info__table th {
  width: 140px;
  background-color: #F6F6F6;
  border: 1px solid #CCCCCC;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding: 16px 12px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .confirm-info__table th {
    width: 120px;
    display: table-cell;
  }
}
#page_mypage_history_detail .confirm-info__table td {
  width: auto;
  border: 1px solid #CCCCCC;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding: 16px 12px;
}
@media (max-width: 768px) {
  #page_mypage_history_detail .confirm-info__table td {
    display: table-cell;
    width: calc(100% - 120px);
  }
}

#page_neodym_neodymium_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_neodym_neodymium_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_neodym_neodymium_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_neodym_neodymium_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_neodym_neodymium_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_neodym_neodymium_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_neodym_neodymium_property .l-main {
    padding: 0 8px;
  }
}
#page_neodym_neodymium_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_neodym_neodymium_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_neodym_neodymium_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_neodym_neodymium_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_neodym_neodymium_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_neodym_neodymium_property .l-listpage-header .fix-header {
  height: auto;
}
#page_neodym_neodymium_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_neodym_neodymium_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_neodym_neodymium_property .property__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px;
}
@media (max-width: 768px) {
  #page_neodym_neodymium_property .tb-pro__table {
    width: 1040px;
  }
}
#page_neodym_neodymium_property .tb-pro__table thead tr td {
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #999999;
  padding: 8px 0;
}
#page_neodym_neodymium_property .tb-pro__table thead tr .ec-workingTemp {
  padding: 11px 0;
}
#page_neodym_neodymium_property .tb-pro__table tbody tr td {
  border: 1px solid #CCCCCC;
  padding: 6px 2px;
}
#page_neodym_neodymium_property .tb-pro__table tbody tr .tb-pro__tbody-td--1-light {
  background-color: #F6F6F6;
  padding: 6px 0;
}
#page_neodym_neodymium_property .tb-pro__table tbody tr .tb-pro__tbody-td--1-dark {
  background-color: #E9E9E9;
  padding: 6px 0;
}
#page_neodym_neodymium_property .tb-pro__table tbody tr .td0_default {
  font-size: 14px;
}
#page_neodym_neodymium_property .js-fix {
  position: fixed;
  top: 108px;
}
@media (max-width: 768px) {
  #page_neodym_neodymium_property .js-fix {
    top: 105px;
  }
}

body.page_info #head-office {
  padding-top: 120px;
  margin-top: -120px;
}
body.page_info #tokyo-office {
  padding-top: 120px;
  margin-top: -120px;
}
body.page_info #italy {
  padding-top: 120px;
  margin-top: -120px;
}
body.page_info #shinkawa-factory {
  padding-top: 120px;
  margin-top: -120px;
}
body.page_info .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_info .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_info .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  body.page_info .l-content-start {
    padding-top: 121px;
  }
}
body.page_info .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  body.page_info .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_info .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_info .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_info .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_info .l-content-start .fix-header__list {
  background-color: #FFF7F6;
  display: flex;
  padding: 22px 0px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body.page_info .l-content-start .fix-header__list > .fix-header__list {
  padding: 0;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .fix-header__list > .fix-header__list {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .fix-header__list {
    padding: 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
body.page_info .l-content-start .fix-header__list .fix-header__link {
  display: flex;
  width: 150px;
  padding: 11px 16px 11px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  line-height: 12px;
  font-size: 14px;
  letter-spacing: 0.3px;
}
body.page_info .l-content-start .fix-header__list .fix-header__link:hover div.fix-header__icon {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .fix-header__list .fix-header__link {
    width: calc((100% - 8px) / 2);
    padding: 11px 8px 11px 16px;
  }
}
body.page_info .l-content-start .fix-header__list .fix-header__link div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body.page_info .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
  width: 5px;
  height: 5px;
  border-left: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  transform: rotate(-45deg);
}
body.page_info .l-content-start .l-main__wrap05 {
  padding-right: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.page_info .l-content-start .l-main__wrap05 {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  body.page_info .l-content-start .l-main__wrap05 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .l-main__wrap05 {
    padding-top: 24px;
  }
}
body.page_info .l-content-start .company__area {
  margin-bottom: 80px;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company__area {
    margin-bottom: 40px;
  }
  body.page_info .l-content-start .company__area :last-child {
    margin-bottom: 0;
  }
}
body.page_info .l-content-start .company__box {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company__box {
    display: flex;
    flex-direction: column;
  }
}
body.page_info .l-content-start .company__title {
  grid-column: 1;
  grid-row: 1/2;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
body.page_info .l-content-start .company__title::before {
  background: none;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company__title {
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 959px) and (max-width: 768px) {
  body.page_info .l-content-start .company__title {
    padding: 8px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}
body.page_info .l-content-start .company-detail__wrap {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: nowrap;
  width: 780px;
  background: white;
  border-bottom: 1px solid #CCCCCC;
}
body.page_info .l-content-start .company-detail__wrap:first-child {
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company-detail__wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-detail__wrap {
    padding: 20px 8px;
    flex-wrap: wrap;
  }
}
body.page_info .l-content-start .company-detail__title, body.page_info .l-content-start .company-detail__item {
  padding: 23px 40px;
  border: none;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-detail__title, body.page_info .l-content-start .company-detail__item {
    flex-basis: 100%;
  }
}
body.page_info .l-content-start .company-detail__title {
  font-weight: 700;
  padding-right: 0;
  width: 32%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-detail__title {
    padding: 0;
  }
}
body.page_info .l-content-start .company-detail__item {
  padding-left: 0;
  width: 68%;
}
body.page_info .l-content-start .company-detail__item span {
  display: inline-block;
}
body.page_info .l-content-start .company-detail__item span.detail-subtitle {
  font-weight: 700;
  min-width: 115px;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-detail__item {
    padding: 0;
  }
}
body.page_info .l-content-start .company-detail .newline-fix > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page_info .l-content-start .company-detail .newline-fix > div:nth-child(1) > span:nth-child(1) {
  flex-shrink: 1;
  flex-basis: max-content;
}
body.page_info .l-content-start .company-detail .newline-fix > div:nth-child(1) > span:nth-child(2) {
  flex-basis: max-content;
  flex-shrink: 0;
  flex-grow: 1;
}
body.page_info .l-content-start .company__map {
  grid-column: 2;
  grid-row: 2;
  max-width: 100%;
  height: 320px;
}
body.page_info .l-content-start .company-history {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company-history {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
body.page_info .l-content-start .company-history__title {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
body.page_info .l-content-start .company-history__title::before {
  background: none;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company-history__title {
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-history__title {
    padding: 8px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}
body.page_info .l-content-start .company-history__wrap {
  grid-column: 2;
  grid-row: 1;
  width: 780px;
  background: white;
  border-bottom: 1px solid #CCCCCC;
}
body.page_info .l-content-start .company-history__wrap:first-child {
  border-top: 1px solid #CCCCCC;
}
@media (max-width: 959px) {
  body.page_info .l-content-start .company-history__wrap {
    width: 100%;
  }
}
body.page_info .l-content-start .company-history__date {
  border: none;
  background-color: #FFF7F6;
  color: #F44336;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 80px;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-history__date {
    padding: 10px;
  }
}
body.page_info .l-content-start .company-history__item {
  border: none;
  display: flex;
  align-items: center;
  padding: 16px;
  flex-grow: 1;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-history__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start .company-history__img-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page_info .l-content-start dl.company-history__wrap {
    flex-wrap: nowrap;
  }
}
body.page_info .l-content-start div.company-history__wrap {
  border: none;
}
@media (max-width: 768px) {
  body.page_info .l-content-start .l-margin-big {
    margin-bottom: 40px;
  }
}

#page_neodym_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_neodym_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_neodym_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_neodym_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_neodym_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_neodym_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_neodym_property .l-main {
    padding: 0 8px;
  }
}
#page_neodym_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_neodym_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_neodym_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_neodym_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_neodym_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_neodym_property .l-listpage-header .fix-header {
  height: auto;
}
#page_neodym_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_neodym_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_neodym_property .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_neodym_property .l-margin-big {
  margin-bottom: 40px;
}
#page_neodym_property .ec-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-heading {
    margin-bottom: 16px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#page_neodym_property .ec-heading::before {
  content: none;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-intro__title {
    margin-top: 16px;
  }
}
#page_neodym_property .whats-intro__area {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-intro__area {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#page_neodym_property .whats-intro__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  max-width: 545px;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-intro__txt {
    max-width: none;
    margin-bottom: 16px;
  }
}
#page_neodym_property .whats-intro__img {
  width: 100%;
}
#page_neodym_property .whats-intro__box2 {
  max-width: 383px;
  width: 100%;
  margin: 0 0 0 40px;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-intro__box2 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #page_neodym_property .ec-merit {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #page_neodym_property .whats-ex__title {
    margin-top: 0;
  }
}
#page_neodym_property .whats-merit__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #F44336;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0 none;
}
#page_neodym_property .whats-merit__area {
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-merit__area {
    flex-wrap: wrap;
  }
}
#page_neodym_property .whats-merit__box {
  background-color: #F6F6F6;
  padding: 24px;
  max-width: 480px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-merit__box {
    padding: 16px;
    max-width: none;
    margin-bottom: 16px;
  }
}
#page_neodym_property .whats-merit .ec-characteristic {
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-merit .ec-characteristic {
    margin-left: 0;
  }
}
#page_neodym_property .whats-merit__list {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-merit__list {
    margin-bottom: 0px;
  }
}
#page_neodym_property .whats-merit__item {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
}
#page_neodym_property .whats-merit__notes {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 11px 16px 16px;
}
#page_neodym_property .whats-merit__notes-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
#page_neodym_property .whats-merit__notes-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
#page_neodym_property .whats-ex__area {
  margin-left: -16px;
}
#page_neodym_property .whats-ex__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 16px;
  border-bottom: 0 none;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-ex__sub-title {
    margin-bottom: 8px;
  }
}
#page_neodym_property .whats-ex__box {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_neodym_property .whats-ex__box {
    width: calc(50% - 16px);
  }
}
#page_neodym_property .whats-ex__img {
  margin-bottom: 0;
}
#page_neodym_property .ec-strong .whats-merit__item:last-child {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-purpose {
    margin-bottom: 20px;
  }
}
#page_neodym_property .ec-categories {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-categories {
    margin-left: 8px;
    margin-bottom: 26px;
  }
}
#page_neodym_property .ec-lowerCategory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-lowerCategory {
    justify-content: center;
  }
}
#page_neodym_property .ec-lowerCategory .ec-category {
  display: flex;
  max-width: calc(33.33% - 16px);
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-lowerCategory .ec-category {
    max-width: calc(50% - 8px);
    margin-left: 8px;
  }
}
#page_neodym_property .ec-lowerCategory .ec-category a {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #999999;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-lowerCategory .ec-category a {
    font-size: 14px;
    padding: 6px 4px;
  }
}
#page_neodym_property .ec-lowerCategory .ec-category a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-lowerCategory .ec-category a.ec-adhesive {
    font-size: 12px;
  }
}
#page_neodym_property .ec-lowerCategory .ec-category img {
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #page_neodym_property .ec-lowerCategory .ec-category img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 4px;
  }
}

#page_neodym_bonded_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_neodym_bonded_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_neodym_bonded_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_neodym_bonded_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_neodym_bonded_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_neodym_bonded_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_neodym_bonded_property .l-main {
    padding: 0 8px;
  }
}
#page_neodym_bonded_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_neodym_bonded_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_neodym_bonded_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_neodym_bonded_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_neodym_bonded_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_neodym_bonded_property .l-listpage-header .fix-header {
  height: auto;
}
#page_neodym_bonded_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_neodym_bonded_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_neodym_bonded_property .property__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px;
}
@media (max-width: 768px) {
  #page_neodym_bonded_property .tb-pro__table {
    width: 1040px;
  }
}
#page_neodym_bonded_property .tb-pro__table thead tr td {
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #999999;
  padding: 8px 0px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--1 {
  width: 80px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--3 {
  width: 80px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--4 {
  width: 290px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--5 {
  width: 70px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--6 {
  width: 50px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--7 {
  width: 70px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .tb-pro__thead-td--8 {
  width: 70px;
}
#page_neodym_bonded_property .tb-pro__table thead tr .ec-tableTd5 {
  width: 70px;
}
#page_neodym_bonded_property .tb-pro__table tbody tr td {
  border: 1px solid #CCCCCC;
  padding: 6px 2px;
}
#page_neodym_bonded_property .tb-pro__table tbody tr .tb-pro__tbody-td--1-light {
  background-color: #F6F6F6;
  padding: 6px 0;
}
#page_neodym_bonded_property .tb-pro__table tbody tr .tb-pro__tbody-td--1-dark {
  background-color: #E9E9E9;
  padding: 6px 0;
}
#page_neodym_bonded_property .tb-pro__table tbody tr .td0_default {
  font-size: 14px;
}
#page_neodym_bonded_property .js-fix {
  position: fixed;
  top: 108px;
}
@media (max-width: 768px) {
  #page_neodym_bonded_property .js-fix {
    top: 105px;
  }
}

#page_shopping_error .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
  padding-top: 130px;
}
@media (max-width: 768px) {
  #page_shopping_error .ec-layoutRole__contents {
    padding-top: 121px;
  }
}
#page_shopping_error .l-side-menu-wide-pc {
  display: none;
}
#page_shopping_error .ec-layoutRole__main {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_shopping_error .ec-pageHeader {
    margin-bottom: 32px;
  }
}
#page_shopping_error .ec-pageHeader h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  background-color: #F9F9F9;
  padding: 22px 16px;
  border-bottom: 2px solid #F44336;
}
@media (max-width: 768px) {
  #page_shopping_error .ec-pageHeader h1 {
    border-top: 0 none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
#page_shopping_error .ec-role {
  padding: 0 8px;
}
#page_shopping_error .ec-blockBtn--cancel {
  background-color: #F44336;
  border-radius: 4px;
  border: 0 none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  max-width: 320px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_error .ec-blockBtn--cancel {
    margin: 0 auto;
    height: 56px;
  }
}
#page_shopping_error .ec-blockBtn--cancel:hover {
  opacity: 0.8;
}
#page_shopping_error .ec-off4Grid .ec-off4Grid__cell {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

#page_samarium_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_samarium_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_samarium_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_samarium_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_samarium_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_samarium_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_samarium_property .l-main {
    padding: 0 8px;
  }
}
#page_samarium_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_samarium_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_samarium_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_samarium_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
}
@media (max-width: 959px) {
  #page_samarium_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_samarium_property .l-listpage-header .fix-header {
  height: auto;
}
#page_samarium_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_samarium_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
#page_samarium_property .ec-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-heading {
    margin-bottom: 16px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#page_samarium_property .ec-heading::before {
  content: none;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-intro__title {
    margin-top: 16px;
  }
}
#page_samarium_property .whats-intro__area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-intro__area {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
#page_samarium_property .whats-intro__box {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-intro__box {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: none;
  }
}
#page_samarium_property .whats-intro__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  margin-bottom: 32px;
  max-width: 545px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-intro__txt {
    margin-bottom: 0;
    max-width: none;
  }
}
#page_samarium_property .whats-intro__box2 {
  max-width: 383px;
  width: 100%;
  margin: 0 0 0 40px;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-intro__box2 {
    margin: 0 auto 0;
  }
}
#page_samarium_property .l-margin-big {
  margin-bottom: 40px;
}
#page_samarium_property .whats-merit__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #F44336;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0 none;
}
#page_samarium_property .whats-merit__area {
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-merit__area {
    flex-wrap: wrap;
  }
}
#page_samarium_property .whats-merit__box {
  background-color: #F6F6F6;
  padding: 24px 24px 28px;
  max-width: 480px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-merit__box {
    padding: 16px;
    max-width: none;
    margin-bottom: 16px;
  }
}
#page_samarium_property .whats-merit .ec-characteristic {
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-merit .ec-characteristic {
    margin-left: 0;
    margin-bottom: 0;
  }
}
#page_samarium_property .whats-merit__list {
  margin-bottom: 0px;
}
#page_samarium_property .whats-merit__item {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
}
#page_samarium_property .whats-merit__notes {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 11px 16px 16px;
}
#page_samarium_property .whats-merit__notes-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
#page_samarium_property .whats-merit__notes-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
#page_samarium_property .whats-ex__area {
  margin-left: -16px;
}
#page_samarium_property .whats-ex__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 16px;
  border-bottom: 0 none;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-ex__sub-title {
    margin-bottom: 8px;
  }
}
#page_samarium_property .whats-ex__box {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_samarium_property .whats-ex__box {
    width: calc(50% - 16px);
  }
}
#page_samarium_property .whats-ex__img {
  margin-bottom: 0;
}
#page_samarium_property .ec-purpose {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-purpose {
    margin-bottom: 20px;
  }
}
#page_samarium_property .ec-categories {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-categories {
    margin-left: 8px;
    margin-bottom: 26px;
  }
}
#page_samarium_property .ec-lowerCategory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
}
#page_samarium_property .ec-lowerCategory .ec-category {
  display: flex;
  max-width: calc(33.33% - 16px);
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-lowerCategory .ec-category {
    max-width: calc(50% - 8px);
    margin-left: 8px;
  }
}
#page_samarium_property .ec-lowerCategory .ec-category a {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #999999;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-lowerCategory .ec-category a {
    font-size: 14px;
    padding: 6px 4px;
  }
}
#page_samarium_property .ec-lowerCategory .ec-category a:hover {
  opacity: 0.8;
}
#page_samarium_property .ec-lowerCategory .ec-category a.ec-adhesive {
  font-size: 12px;
}
#page_samarium_property .ec-lowerCategory .ec-category img {
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #page_samarium_property .ec-lowerCategory .ec-category img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 4px;
  }
}

#page_samarium_smco_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_samarium_smco_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_samarium_smco_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_samarium_smco_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_samarium_smco_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_samarium_smco_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_samarium_smco_property .l-main {
    padding: 0 8px;
  }
}
#page_samarium_smco_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_samarium_smco_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_samarium_smco_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_samarium_smco_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_samarium_smco_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_samarium_smco_property .l-listpage-header .fix-header {
  height: auto;
}
#page_samarium_smco_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_samarium_smco_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_samarium_smco_property .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_samarium_smco_property .l-margin-half .property__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px;
}
@media (max-width: 768px) {
  #page_samarium_smco_property #table-hover {
    width: 960px;
  }
}
#page_samarium_smco_property #table-hover thead tr td {
  font-size: 12px;
  border: 1px solid #999999;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--0 {
  width: 40px;
}
@media (max-width: 768px) {
  #page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--0 {
    width: 60px;
  }
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--1 {
  width: 70px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--3 {
  width: 150px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--4 {
  width: 170px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--4-2 {
  width: 180px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--5 {
  width: 130px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--7 {
  width: 60px;
}
#page_samarium_smco_property #table-hover thead tr .tb-pro__thead-td--8 {
  width: 45px;
}
#page_samarium_smco_property #table-hover tbody tr td {
  border: 1px solid #CCCCCC;
}
#page_samarium_smco_property #table-hover tbody tr .tb-pro__tbody-td--1-light {
  background-color: #F6F6F6;
}
#page_samarium_smco_property .js-fix {
  top: 108px;
}
#page_samarium_smco_property .l-margin-big {
  margin-bottom: 80px;
}

#page_shopping_nonmember .l-main {
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .l-main {
    padding: 0 8px;
  }
}
#page_shopping_nonmember #js_wpc_dropdown_parent {
  display: none;
}
#page_shopping_nonmember .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  padding: 26px 16px;
  height: 69px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .fix-header__title {
    font-size: 18px;
    height: 60px;
  }
}
#page_shopping_nonmember .ec-shoppingRole__progress {
  display: flex;
  justify-content: center;
  width: 100%;
}
#page_shopping_nonmember .ec-progress {
  max-width: 276px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-progress {
    margin-bottom: 24px;
  }
}
#page_shopping_nonmember .ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  max-width: 20%;
  width: 100%;
}
#page_shopping_nonmember .ec-progress .ec-progress__item::after {
  background: #999999;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 50%;
  z-index: -1;
}
#page_shopping_nonmember .ec-progress .ec-progress__item:last-child::after {
  content: none;
}
#page_shopping_nonmember .ec-progress .ec-progress__item.is-complete .ec-progress__number {
  background: #F44336;
  color: #FFFFFF;
  border: none;
}
#page_shopping_nonmember .ec-progress .ec-progress__item.is-complete .ec-progress__label {
  color: #F44336;
}
#page_shopping_nonmember .ec-progress .ec-progress__item.is-complete2 .ec-progress__number {
  background: #FFFFFF;
  border: 1px solid #F44336;
  color: #F44336;
}
#page_shopping_nonmember .ec-progress .ec-progress__item.is-complete2 .ec-progress__label {
  color: #F44336;
}
#page_shopping_nonmember .ec-progress .ec-progress__item.is-complete2::after {
  background-color: #F44336;
}
#page_shopping_nonmember .ec-progress .ec-progress__number {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  color: #222222;
}
#page_shopping_nonmember .ec-progress .ec-progress__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1em;
}
#page_shopping_nonmember .l-main__wrap02 {
  padding: 0;
}
#page_shopping_nonmember .form__title {
  max-width: 196px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .form__title {
    margin-bottom: 16px;
  }
}
#page_shopping_nonmember .form__title .ec-required {
  display: none;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .form__title .ec-required {
    display: flex;
    margin-left: 16px;
  }
}
#page_shopping_nonmember .ec-content {
  background-color: #F6F6F6;
  padding: 0 80px 40px;
  margin-bottom: 80px !important;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content {
    padding: 24px 8px 40px;
  }
}
#page_shopping_nonmember .ec-content .form__area {
  display: block;
  margin-left: 0;
}
#page_shopping_nonmember .ec-content .form__area .form__col-6 {
  width: 100%;
  display: flex;
  margin-left: 0;
  height: 122px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form__area .form__col-6 {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form__area .form__col-6 .ec-required {
    display: none;
  }
}
#page_shopping_nonmember .ec-content .form__area .form__title .ec-required {
  display: none;
  color: #F44336;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form__area .form__title .ec-required {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    max-width: 44px;
    height: 23px;
    margin-left: 16px;
  }
}
#page_shopping_nonmember .ec-content .form-name {
  width: 100%;
  margin-left: 0;
}
#page_shopping_nonmember .ec-content .form-name {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form-name {
    justify-content: space-between;
  }
}
#page_shopping_nonmember .ec-content .form-name .ec-required {
  margin-top: 25px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form-name .ec-required {
    display: none;
  }
}
#page_shopping_nonmember .ec-content .form-name__item {
  width: auto;
  margin-left: 16px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-content .form-name__item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0;
    max-width: calc(50% - 8px);
  }
}
#page_shopping_nonmember .l-form-st .ec-location {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .l-form-st .ec-location {
    padding-top: 24px;
    padding-bottom: 8px;
  }
}
#page_shopping_nonmember .l-form-st .ec-location > div {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .l-form-st .ec-location > div {
    display: block;
  }
}
@media (max-width: 768px) {
  #page_shopping_nonmember .l-form-st .ec-location .ec-required {
    display: flex;
    margin-left: 16px;
  }
}
#page_shopping_nonmember .h-adr {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopping_nonmember .form-input-tel {
  display: block;
}
#page_shopping_nonmember .form-input-tel__number {
  display: flex;
  align-items: center;
}
#page_shopping_nonmember .form__area--margin {
  margin-left: 0;
}
#page_shopping_nonmember .form__area--margin .form__col-6 {
  display: flex;
  width: auto;
  margin-left: 0;
}
#page_shopping_nonmember .ec-fax > div {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-fax > div {
    display: block;
    padding-top: 24px;
  }
}
#page_shopping_nonmember .ec-fax .form__area {
  max-width: 200px;
}
#page_shopping_nonmember .ec-fax .form__col-6 {
  margin-left: 0;
  display: flex;
}
#page_shopping_nonmember .ec-mail > div {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail > div {
    display: block;
    padding-top: 24px;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st {
  margin-bottom: 0;
}
#page_shopping_nonmember .form__notes {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
}
#page_shopping_nonmember .ec-red {
  color: #F44336;
}
#page_shopping_nonmember .another-deliv {
  background-color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 0;
  border-color: #999999;
  max-width: 174px;
  height: 38px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
#page_shopping_nonmember .another-deliv::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #999999;
  top: 8px;
  left: 16px;
  display: inline-block;
}
#page_shopping_nonmember .another-deliv::after {
  content: "";
  width: 7px;
  height: 11px;
  border-right: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  top: 11px;
  left: 23px;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
}
#page_shopping_nonmember .another-deliv__span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 0;
  padding-left: 0;
  letter-spacing: 0;
  margin-left: 7px;
}
#page_shopping_nonmember .another-deliv__span::before {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #222222;
  border: 0 none;
  top: 2px;
  left: -29px;
  opacity: 0;
}
#page_shopping_nonmember .another-deliv__span::after {
  position: absolute;
  width: 7px;
  height: 11px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  top: 6px;
  left: -22px;
  opacity: 0;
}
#page_shopping_nonmember .another-deliv input:checked + span:before {
  opacity: 1;
}
#page_shopping_nonmember .another-deliv input:checked + span:after {
  opacity: 1;
}
#page_shopping_nonmember .ec-required {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  min-width: 44px;
  max-width: 44px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F44336;
  color: #F44336;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-left: 0;
}
#page_shopping_nonmember .form__label--req {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  min-width: 44px;
  max-width: 44px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F44336;
  color: #F44336;
  border-radius: 4px;
  background-color: #FFFFFF;
}
#page_shopping_nonmember .ec-hidden {
  visibility: hidden;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-hidden {
    display: none !important;
  }
}
#page_shopping_nonmember .form-input-box__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #999999;
  max-width: 160px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#page_shopping_nonmember .form-input-box__txt::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .form-input-box__txt::placeholder {
  color: #999999;
}
#page_shopping_nonmember .form-input-box__txt:focus {
  border-color: #999999;
}
#page_shopping_nonmember .ec-itemName {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 4px;
}
#page_shopping_nonmember .ec-itemName2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 4px;
  margin-left: 0;
}
#page_shopping_nonmember .ec-block {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopping_nonmember .l-form-st {
  margin-bottom: 0;
}
#page_shopping_nonmember .ec-organization {
  display: flex !important;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization {
    display: block !important;
  }
}
#page_shopping_nonmember .ec-organization > div {
  width: calc(100% - 196px);
  padding-top: 32px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization > div {
    padding-top: 0;
    width: 100%;
  }
}
#page_shopping_nonmember .ec-organization > div .form__col-6 {
  height: auto !important;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization > div .form__col-6 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
#page_shopping_nonmember .ec-organization .form-input-box__txt {
  max-width: 440px;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization .form-input-box__txt {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-organization .ec-department {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization .ec-department {
    margin-bottom: 8px;
  }
}
#page_shopping_nonmember .ec-organization .form-name__item {
  width: 100%;
  padding-top: 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-organization .form-name__item {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-location > div {
  width: 100%;
}
#page_shopping_nonmember .ec-location > div > div {
  padding-top: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-location > div > div {
    padding-top: 0px;
  }
}
#page_shopping_nonmember .ec-location > div > div .form__area--margin {
  margin-bottom: 0;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-location > div > div .form__area--margin {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
#page_shopping_nonmember .ec-location > div > div .form__area--margin .form__col-6 {
  align-items: center;
}
#page_shopping_nonmember .ec-location > div > div .form__area--margin .form__col-6 .ec-required {
  margin-top: 23px;
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-location > div > div .form__area--margin .form__col-6 .ec-required {
    display: none;
  }
}
#page_shopping_nonmember .ec-location > div > div #shopping_order_address_addr01 {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-location > div > div #shopping_order_address_addr01 {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-location > div > div #shopping_order_address_addr02 {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-location > div > div #shopping_order_address_addr02 {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-tel {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopping_nonmember .ec-tel .form {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel .form {
    display: block;
    padding-top: 24px;
  }
}
#page_shopping_nonmember .ec-tel .form__title .ec-required {
  display: none;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel .form__title .ec-required {
    display: flex;
    margin-left: 16px;
  }
}
#page_shopping_nonmember .ec-tel .form__area {
  width: 100%;
}
#page_shopping_nonmember .ec-tel .form__col-6 {
  height: 108px !important;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel .form__col-6 {
    height: auto !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
  }
}
#page_shopping_nonmember .ec-tel .form-input-tel {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel .form-input-tel {
    margin-left: 0;
  }
}
#page_shopping_nonmember .ec-tel .form-input-tel #shopping_order_phone {
  max-width: 440px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  padding-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel .form-input-tel #shopping_order_phone {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-tel .form-input-tel #shopping_order_phone::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-tel .form-input-tel #shopping_order_phone::placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-number {
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-number {
    margin-left: 0;
  }
}
#page_shopping_nonmember #shopping_order_postal_code {
  max-width: 105px;
  width: 100%;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  height: 44px;
}
#page_shopping_nonmember #shopping_order_postal_code::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember #shopping_order_postal_code::placeholder {
  color: #999999;
}
#page_shopping_nonmember #shopping_order_address_pref {
  width: 144px;
  height: 38px;
  border-radius: 4px;
  padding-left: 12px;
}
#page_shopping_nonmember .ec-fax {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopping_nonmember .ec-fax > div .form__col-6 {
  height: 108px;
  padding: 32px 0;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-fax > div .form__col-6 {
    padding: 0 0 24px;
    height: auto;
  }
}
#page_shopping_nonmember .ec-fax > div .form__col-6 .form-input-tel {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-fax > div .form__col-6 .form-input-tel {
    margin-left: 0;
  }
}
#page_shopping_nonmember .ec-fax > div .form__col-6 #shopping_order_fax {
  max-width: 440px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-fax > div .form__col-6 #shopping_order_fax {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-fax > div .form__col-6 #shopping_order_fax::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-fax > div .form__col-6 #shopping_order_fax::placeholder {
  color: #999999;
}
#page_shopping_nonmember .form-input-box__txt {
  max-width: 160px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .form-input-box__txt {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st {
  width: 100%;
  padding: 32px 0 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail .l-form-st {
    padding-top: 0;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st .ec-mail__margin {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail .l-form-st .ec-mail__margin {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail .l-form-st .ec-mail__margin .ec-required {
    display: none;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st .form__col-12 {
  max-width: 440px;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail .l-form-st .form__col-12 {
    margin-left: 0;
    max-width: none;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st .form__col-12 #entry_ext_email_first {
  max-width: 440px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail .l-form-st .form__col-12 #entry_ext_email_first {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-mail .l-form-st .form__col-12 #entry_ext_email_first::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-mail .l-form-st .form__col-12 #entry_ext_email_first::placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-mail .ec-mail__margin {
  margin-bottom: 12px;
}
#page_shopping_nonmember .ec-mail2 {
  margin-bottom: 32px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-mail2 {
    margin-bottom: 19px;
    flex-wrap: wrap;
  }
}
#page_shopping_nonmember .form__col-12 {
  width: auto;
}
#page_shopping_nonmember .ec-municipalities .form__col-12 {
  margin-top: 16px;
  margin-left: 16px;
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-municipalities .form__col-12 {
    margin-top: 0;
    margin-left: 0;
    max-width: none;
  }
}
#page_shopping_nonmember .form__notes {
  border: 0 none;
  background-color: #FFFFFF;
  padding: 16px 24px;
}
#page_shopping_nonmember #shopping_order_email_second {
  max-width: 440px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  #page_shopping_nonmember #shopping_order_email_second {
    max-width: none;
  }
}
#page_shopping_nonmember #shipping {
  margin-top: 40px;
}
#page_shopping_nonmember #shipping .l-form-st {
  padding: 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember #shipping .l-form-st {
    padding-top: 16px;
  }
}
#page_shopping_nonmember .ec-name .form {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form {
    display: block;
    padding-top: 24px;
  }
}
#page_shopping_nonmember .ec-name .form-input-box {
  display: block;
}
#page_shopping_nonmember .ec-name .form-input-box span {
  display: block;
}
#page_shopping_nonmember .ec-name .form__area {
  display: flex;
}
#page_shopping_nonmember .ec-name .form__area .form__col-6 {
  display: flex;
  width: 100%;
  display: flex;
  margin-left: 0;
  height: 122px;
  align-items: center;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form__area .form__col-6 {
    height: auto;
    padding-bottom: 0;
  }
}
#page_shopping_nonmember .ec-name .form__area input {
  padding-left: 16px;
  max-width: 160px;
  width: 100%;
  height: 44px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form__area input {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-name .form__area input::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-name .form__area input::placeholder {
  color: #999999;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form__title {
    max-width: none;
    width: auto;
    padding-right: 16px;
    margin-bottom: 0;
  }
}
#page_shopping_nonmember .ec-name .form__title-box {
  max-width: 196px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form__title-box {
    max-width: none;
    width: auto;
    margin-bottom: 16px;
  }
}
#page_shopping_nonmember .ec-name .form__title-box .ec-required {
  display: none;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-name .form__title-box .ec-required {
    display: flex;
  }
}
#page_shopping_nonmember .ec-corporation {
  border-bottom: 1px solid #CCCCCC;
}
#page_shopping_nonmember .ec-corporation .form {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form {
    display: block;
  }
}
#page_shopping_nonmember .ec-corporation .form .ec-itemName {
  margin-left: 16px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form .ec-itemName {
    margin-left: 0;
    display: block;
  }
}
#page_shopping_nonmember .ec-corporation .form__area {
  width: 100%;
}
#page_shopping_nonmember .ec-corporation .form-input-box {
  width: 100%;
}
#page_shopping_nonmember .ec-corporation .form__title-box {
  max-width: 196px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form__title-box {
    display: block;
  }
}
#page_shopping_nonmember .ec-corporation .form #shopping_order_company_name_deliv {
  max-width: 440px;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form #shopping_order_company_name_deliv {
    margin-left: 0;
    max-width: none;
  }
}
#page_shopping_nonmember .ec-corporation .form #shopping_order_companySectionName_deliv {
  max-width: 440px;
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form #shopping_order_companySectionName_deliv {
    margin-left: 0;
    max-width: none;
  }
}
#page_shopping_nonmember .ec-corporation .form .form__col-6 {
  height: auto;
  padding: 0 0 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-corporation .form .form__col-6 {
    padding: 0;
    margin-bottom: 16px;
  }
}
#page_shopping_nonmember .ec-corporation .form .ec-department {
  padding-bottom: 16px;
}
#page_shopping_nonmember .ec-address #shopping_order_address_deliv_addr01 {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address #shopping_order_address_deliv_addr01 {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-address #shopping_order_address_deliv_addr02 {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address #shopping_order_address_deliv_addr02 {
    max-width: none;
  }
}
#page_shopping_nonmember .ec-address__numItem {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address__numItem {
    padding-left: 0;
  }
}
#page_shopping_nonmember .ec-address__numItem input {
  width: 105px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #999999;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #222222;
}
#page_shopping_nonmember .ec-address__numItem input::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-address__numItem input::placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-address__numItem select {
  width: 144px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #999999;
  padding-left: 12px;
}
#page_shopping_nonmember .ec-address .form {
  display: flex;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form {
    display: block;
  }
}
#page_shopping_nonmember .ec-address .form__title {
  width: auto;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form__title {
    margin-bottom: 0;
  }
}
#page_shopping_nonmember .ec-address .form__title-box {
  max-width: 196px;
  width: 100%;
  margin-bottom: 0;
}
#page_shopping_nonmember .ec-address .form__title-box .ec-required {
  display: none;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form__title-box .ec-required {
    display: flex;
  }
}
#page_shopping_nonmember .ec-address .form__area--margin {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form__area--margin {
    margin-bottom: 8px;
  }
}
#page_shopping_nonmember .ec-address .form .ec-itemName {
  margin-left: 16px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form .ec-itemName {
    margin-left: 0;
  }
}
#page_shopping_nonmember .ec-address .form__col-6 {
  padding: 32px 0 0;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form__col-6 {
    padding: 16px 0 0;
    margin-bottom: 0;
  }
}
#page_shopping_nonmember .ec-address .form__col-6 .ec-required {
  margin-top: 39px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-address .form__col-6 .ec-required {
    display: none;
  }
}
#page_shopping_nonmember .form__col-12 {
  display: block;
}
#page_shopping_nonmember .ec-tel2 .form__title {
  width: auto;
}
#page_shopping_nonmember .ec-tel2 .form__title-box {
  max-width: 196px;
  width: 100%;
  margin-bottom: 0;
}
#page_shopping_nonmember .ec-tel2 .form__title-box .ec-required {
  display: none !important;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel2 .form__title-box .ec-required {
    display: flex !important;
    margin-bottom: 16px;
  }
}
#page_shopping_nonmember .ec-tel2 .form-input-tel {
  display: flex;
  align-items: center;
  height: 108px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel2 .form-input-tel {
    height: auto;
  }
}
#page_shopping_nonmember .ec-tel2 #shopping_order_phone_deliv {
  max-width: 440px;
  margin-left: 16px;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #999999;
  height: 44px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .ec-tel2 #shopping_order_phone_deliv {
    max-width: none;
    margin-left: 0;
  }
}
#page_shopping_nonmember .ec-tel2 #shopping_order_phone_deliv::-moz-placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-tel2 #shopping_order_phone_deliv::placeholder {
  color: #999999;
}
#page_shopping_nonmember .ec-building {
  padding-bottom: 16px;
}
#page_shopping_nonmember .btn {
  margin-bottom: 24px;
}
#page_shopping_nonmember .ec-button {
  margin-bottom: 0;
  padding-bottom: 0;
}
#page_shopping_nonmember .ec-button #confirm-btn {
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  border-radius: 4px;
  border: 0 none;
  background-color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 auto;
}
#page_shopping_nonmember .ec-button #confirm-btn:hover {
  opacity: 0.8;
}
#page_shopping_nonmember .formError {
  opacity: 1 !important;
  z-index: 9;
}
#page_shopping_nonmember .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
#page_shopping_nonmember .formError .formErrorArrowBottom {
  top: 30px;
}
#page_shopping_nonmember .form-errorTooltip {
  display: none;
}
#page_shopping_nonmember .err_msg {
  border-bottom: none;
}
#page_shopping_nonmember .form-input-tel__number .shopping_order_postal_codeformError {
  top: 40px !important;
}
#page_shopping_nonmember .shopping_order_address_prefformError {
  top: 40px !important;
  left: 125px !important;
}
#page_shopping_nonmember .shopping_order_phoneformError {
  top: 14px !important;
}
#page_shopping_nonmember .shopping_order_postal_code_delivformError {
  top: 45px !important;
}
#page_shopping_nonmember .shopping_order_phone_delivformError {
  top: 45px !important;
  left: 60px !important;
}
@media (max-width: 768px) {
  #page_shopping_nonmember .shopping_order_phone_delivformError {
    top: 15px !important;
    left: 0px !important;
  }
}

#page_magnetic_bar_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_magnetic_bar_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_magnetic_bar_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_magnetic_bar_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_magnetic_bar_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_magnetic_bar_property .l-main {
    padding: 0 8px;
  }
}
#page_magnetic_bar_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_magnetic_bar_property .l-main .l-main__wrap02 .l-new-msg {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  margin-bottom: 24px;
}
#page_magnetic_bar_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_magnetic_bar_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_magnetic_bar_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_magnetic_bar_property .l-listpage-header .fix-header {
  height: auto;
}
#page_magnetic_bar_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_magnetic_bar_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-listpage-header {
    margin-bottom: 24px !important;
  }
}
#page_magnetic_bar_property .fix-header__type {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .fix-header__type {
    font-size: 18px;
  }
}
#page_magnetic_bar_property .l-margin-st {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-margin-st {
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .l-margin-st .document-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_magnetic_bar_property .l-margin-st .document-nav__area {
  margin-left: 0;
  background-color: #FFF7F6;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 52px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-margin-st .document-nav__area {
    background-color: #FFFFFF;
    padding: 0px 8.5px 0px;
  }
}
#page_magnetic_bar_property .l-margin-st .document-nav__box {
  margin: 0 0 16px 0;
  width: calc(33.33% - 10px);
  height: 48px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-margin-st .document-nav__box {
    margin-bottom: 8px;
    width: calc(50% - 4px);
  }
}
#page_magnetic_bar_property .l-margin-st .document-nav__item {
  border-radius: 4px;
  border: 1px solid #F44336;
  height: 48px;
  color: #F44336;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-margin-st .document-nav__item {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }
}
#page_magnetic_bar_property .l-margin-st .document-nav__item:hover {
  opacity: 0.8;
  background-color: #FFFFFF;
  color: #F44336;
}
#page_magnetic_bar_property .l-margin-st .document-nav__item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.25px);
  right: 18px;
  background-image: url("../icon/magnetic-bar-down.svg");
  width: 9px;
  height: 5.5px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-margin-st .document-nav__item::after {
    right: 7px;
  }
}
#page_magnetic_bar_property .magnetbar-disc-intro__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding: 13px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .magnetbar-disc-intro__title {
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .magnetbar-disc-intro__title::before {
  content: none;
}
#page_magnetic_bar_property .l-margin-big {
  margin-bottom: 40px;
}
#page_magnetic_bar_property .l-magnetbar-disc-video {
  margin-bottom: 0;
}
#page_magnetic_bar_property .l-magnetbar-disc-video .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 24px 8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-magnetbar-disc-video .description {
    padding: 16px 8px;
  }
}
#page_magnetic_bar_property .l-magnetbar-disc-video .description a {
  color: #2740C5;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .l-magnetbar-disc-video .img-box {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .powder__area {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .powder__table {
    width: 926px;
  }
}
#page_magnetic_bar_property .powder__table thead td {
  background-color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  padding: 17px 0px;
}
#page_magnetic_bar_property .powder__table tbody th {
  background-color: #EFEFEF;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  padding: 27px 12px;
  border: 1px solid #CCCCCC;
  width: 10%;
}
#page_magnetic_bar_property .powder__table tbody td {
  background-color: #FFFFFF;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 0;
}
#page_magnetic_bar_property .powder__table tbody .bg-black {
  background-color: #222222;
}
#page_magnetic_bar_property .magnetbar-disc-intro__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 24px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .magnetbar-disc-intro__txt {
    padding: 16px 8px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .magnetbar-disc-intro__txt {
    margin-bottom: 40px;
  }
}
#page_magnetic_bar_property .mb-inside__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding: 13px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-inside__title {
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .mb-inside__title::before {
  content: none;
}
#page_magnetic_bar_property .mb-inside__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px 0;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-inside__txt {
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .mb-inside__img-box {
  margin-left: -24px;
}
#page_magnetic_bar_property .mb-inside__img {
  width: calc(50% - 24px);
  margin-left: 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-inside__img {
    width: 100%;
    margin: 0 8px 16px;
    padding: 0 8px 0 16px;
  }
}
#page_magnetic_bar_property .mb-simu__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding: 13px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-simu__title {
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .mb-simu__title::before {
  content: none;
}
#page_magnetic_bar_property .mb-simu__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px 0;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-simu__txt {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-simu__img2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-simu__img2:last-child {
    margin-bottom: 0px;
  }
}
#page_magnetic_bar_property .mb-size__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding: 13px 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-size__title {
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .mb-size__title::before {
  content: none;
}
#page_magnetic_bar_property .mb-size__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-size__txt {
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .mb-size__sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 16px;
}
#page_magnetic_bar_property .mb-size__sub-title::before {
  content: none;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-size__table {
    width: 946px;
  }
}
#page_magnetic_bar_property .mb-size__table thead td {
  border: 1px solid #FFFFFF;
}
#page_magnetic_bar_property .mb-size__table thead .mb-size__thead-td--1 {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
#page_magnetic_bar_property .mb-size__table tbody th {
  background-color: #F6F6F6;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  border: 1px solid #CCCCCC;
}
#page_magnetic_bar_property .mb-size__table tbody td {
  background-color: #FFFFFF;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  border: 1px solid #CCCCCC;
}
#page_magnetic_bar_property .mb-size__table tbody td.mb-size__tbody-td--1 {
  background-color: #F6F6F6;
}
#page_magnetic_bar_property .mb-size__scroll {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-size__scroll {
    padding-bottom: 0;
  }
}
#page_magnetic_bar_property .ec-scroll2 {
  margin-bottom: 40px;
}
#page_magnetic_bar_property .ec-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  padding: 13px 8px;
  border-top: 0 none;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .ec-heading {
    font-size: 16px;
    padding: 8px 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_property .ec-heading::before {
  content: none;
}
#page_magnetic_bar_property .mb-clean__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px 0;
}
#page_magnetic_bar_property .mb-clean__img-box {
  margin-left: -24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-clean__img-box {
    margin-left: 0;
  }
}
#page_magnetic_bar_property .mb-clean__img {
  width: calc(50% - 24px);
  margin-left: 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-clean__img {
    width: 100%;
    margin-left: 0;
    padding: 0 0 0 0;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-clean__img:first-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .mb-clean__img:last-child {
    margin-bottom: 0;
  }
}
#page_magnetic_bar_property .ec-replacement {
  margin-bottom: 80px;
}
#page_magnetic_bar_property .mb-change__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  padding: 0 8px 0;
}
#page_magnetic_bar_property .ec-lowerCategory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .ec-lowerCategory {
    margin-left: -8px;
    margin-bottom: 40px;
  }
}
#page_magnetic_bar_property .ec-lowerCategory .ec-category {
  display: flex;
  max-width: calc(33.33% - 16px);
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .ec-lowerCategory .ec-category {
    max-width: calc(50% - 8px);
    margin-left: 8px;
  }
}
#page_magnetic_bar_property .ec-lowerCategory .ec-category a {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #999999;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .ec-lowerCategory .ec-category a {
    font-size: 14px;
    padding: 6px 4px;
    margin-bottom: 8px;
  }
}
#page_magnetic_bar_property .ec-lowerCategory .ec-category a:hover {
  opacity: 0.8;
}
#page_magnetic_bar_property .ec-lowerCategory .ec-category a.ec-adhesive {
  font-size: 12px;
}
#page_magnetic_bar_property .ec-lowerCategory .ec-category img {
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_property .ec-lowerCategory .ec-category img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 4px;
  }
}

body.page_help_privacy .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_help_privacy .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_help_privacy .l-content-start {
  padding-top: 140px;
  max-width: 976px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_help_privacy .l-content-start {
    padding-top: 121px;
  }
}
body.page_help_privacy .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  body.page_help_privacy .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_help_privacy .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_help_privacy .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_help_privacy .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_help_privacy .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_help_privacy .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_help_privacy .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_help_privacy .l-content-start .privacy {
  flex-direction: column;
  margin: 0;
}
body.page_help_privacy .l-content-start .privacy__area {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
body.page_help_privacy .l-content-start .privacy__area ol {
  list-style: decimal;
  padding-left: 24px;
}
body.page_help_privacy .l-content-start .privacy__title {
  border-bottom: 1px solid #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
}
@media (max-width: 768px) {
  body.page_help_privacy .l-content-start .privacy__title {
    font-size: 16px;
  }
}
body.page_help_privacy .l-content-start .privacy__txt {
  margin-bottom: 32px;
  padding-left: 8px;
}
body.page_help_privacy .l-content-start .l-main__wrap02 {
  padding: 0;
  width: 100%;
}

#page_ferrite_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_ferrite_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_ferrite_property .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  #page_ferrite_property .l-new-form {
    padding: 24px 8px;
  }
}
#page_ferrite_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_ferrite_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_ferrite_property .l-main {
    padding: 0 8px;
  }
}
#page_ferrite_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_ferrite_property .l-main .l-main__wrap02 .l-new-msg {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  margin-bottom: 24px;
}
#page_ferrite_property .l-main .l-main__wrap02 .ec-userName {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_ferrite_property .l-main .l-main__wrap02 .ec-userName {
    margin-bottom: 16px;
  }
}
#page_ferrite_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_ferrite_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_ferrite_property .l-listpage-header .fix-header {
  height: auto;
}
#page_ferrite_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_ferrite_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_ferrite_property .l-listpage-header {
    margin-bottom: 0 !important;
  }
}
#page_ferrite_property .ec-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-heading {
    margin-bottom: 16px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#page_ferrite_property .ec-heading::before {
  content: none;
}
#page_ferrite_property .whats-intro__area {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-intro__area {
    flex-wrap: wrap;
  }
}
#page_ferrite_property .whats-intro__box:first-child {
  max-width: 515px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-intro__box:first-child {
    max-width: none;
    margin-bottom: 0;
  }
}
#page_ferrite_property .whats-intro__box:last-child {
  max-width: 383px;
  width: 100%;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-intro__box:last-child {
    margin: 0 auto 0;
  }
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-intro__title {
    margin-top: 16px;
  }
}
#page_ferrite_property .whats-intro__txt {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  color: #222222;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-intro__txt {
    margin-bottom: 16px;
  }
}
#page_ferrite_property .l-margin-big {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_ferrite_property .l-margin-big {
    margin-bottom: 0;
  }
}
#page_ferrite_property .whats-merit__area {
  margin-left: -16px;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-merit__area {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
#page_ferrite_property .whats-merit__box {
  background-color: #F6F6F6;
  width: calc(50% - 16px);
  margin-left: 16px;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-merit__box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-merit__title {
    margin-top: 40px;
  }
}
#page_ferrite_property .whats-merit__sub-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  color: #F44336;
  margin-bottom: 16px;
  border-bottom: 0 none;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-merit__sub-title {
    padding-bottom: 0;
  }
}
#page_ferrite_property .whats-merit__list {
  margin-bottom: 10px;
}
#page_ferrite_property .ec-cons {
  margin-bottom: 0;
}
#page_ferrite_property .whats-merit__item {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  color: #222222;
  margin-bottom: 0px;
}
#page_ferrite_property .whats-merit__notes {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 11px 16px 16px;
}
#page_ferrite_property .whats-merit__notes-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
#page_ferrite_property .whats-merit__notes-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
}
#page_ferrite_property .whats-ferrite__txt {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  color: #222222;
  margin-bottom: 24px;
}
#page_ferrite_property .whats-ferrite__sub-title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}
#page_ferrite_property .whats-ferrite__area {
  margin-left: -24px;
}
#page_ferrite_property .whats-ferrite__box {
  margin-left: 24px;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-ferrite__box {
    margin-bottom: 16px;
  }
}
#page_ferrite_property .ec-applications {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-applications {
    margin-bottom: 24px;
  }
}
#page_ferrite_property .whats-ex__area {
  margin-left: -16px;
}
#page_ferrite_property .whats-ex__box {
  width: calc(25% - 16px);
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-ex__box {
    width: calc(50% - 16px);
    margin-bottom: 16px;
  }
}
#page_ferrite_property .whats-ex__sub-title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
  border-bottom: 0 none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_ferrite_property .whats-ex__sub-title {
    margin-bottom: 8px;
  }
}
#page_ferrite_property .whats-ex__img {
  margin-bottom: 0px;
}
#page_ferrite_property .ec-heading2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
#page_ferrite_property .ec-lowerCategory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-lowerCategory {
    margin-left: -8px;
    margin-bottom: 32px;
  }
}
#page_ferrite_property .ec-lowerCategory:last-child {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-lowerCategory:last-child {
    margin-bottom: 32px;
  }
}
#page_ferrite_property .ec-lowerCategory .ec-category {
  display: flex;
  max-width: calc(33.33% - 16px);
  width: 100%;
  margin-left: 16px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-lowerCategory .ec-category {
    max-width: calc(50% - 8px);
    margin-left: 8px;
  }
}
#page_ferrite_property .ec-lowerCategory .ec-category a {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #999999;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-lowerCategory .ec-category a {
    font-size: 14px;
    padding: 6px 4px;
    margin-bottom: 8px;
  }
}
#page_ferrite_property .ec-lowerCategory .ec-category a:hover {
  opacity: 0.8;
}
#page_ferrite_property .ec-lowerCategory .ec-category a.ec-adhesive {
  font-size: 12px;
}
#page_ferrite_property .ec-lowerCategory .ec-category img {
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #page_ferrite_property .ec-lowerCategory .ec-category img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 4px;
  }
}

body.page_handling .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_handling .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_handling .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_handling .l-content-start {
    padding-top: 121px;
  }
}
body.page_handling .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_handling .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_handling .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_handling .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_handling .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_handling .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_handling .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_handling .l-content-start .l-caution {
  padding: 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .l-caution {
    margin-bottom: 40px;
  }
}
body.page_handling .l-content-start .big-common {
  padding: 0 40px;
  padding-bottom: 40px;
}
body.page_handling .l-content-start .big-common:first-child {
  padding-top: 32px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common {
    padding: 24px 8px;
  }
}
body.page_handling .l-content-start .big-common__area {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__area {
    gap: 8px;
  }
}
body.page_handling .l-content-start .big-common__area.special_gap_80 {
  flex-wrap: nowrap;
  gap: 80px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__area.special_gap_80 {
    gap: 8px;
    padding: 0 7px;
  }
}
body.page_handling .l-content-start .big-common__area-special2 {
  display: flex;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__area-special2 {
    flex-wrap: wrap;
  }
}
body.page_handling .l-content-start .big-common__title {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  border-bottom: 2px solid #222222;
  padding: 13px 8px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__title {
    margin-bottom: 16px;
  }
}
body.page_handling .l-content-start .big-common__txt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__txt {
    padding: 0 8px;
  }
}
body.page_handling .l-content-start .big-common__box {
  position: relative;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 768px) {
  body.page_handling .l-content-start .big-common__box-special2 {
    flex-basis: 50%;
  }
  body.page_handling .l-content-start .big-common__box-special2:first-child {
    flex-basis: 100%;
  }
}
body.page_handling .l-content-start .big-common__box-special2 > img {
  height: 100%;
}
body.page_handling .l-content-start .big-common .sensitive-content-covering {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.72);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
}
body.page_handling .l-content-start .big-common .sensitive-content-covering button {
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 32px;
}
body.page_handling .l-content-start .big-common .sensitive-content-covering button:hover {
  cursor: pointer;
}

#page_ferrite_ferrite_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_ferrite_ferrite_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_ferrite_ferrite_property .l-content-start {
    padding-top: 122px;
  }
}
#page_ferrite_ferrite_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_ferrite_ferrite_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_ferrite_ferrite_property .l-main {
    padding: 0 8px;
  }
}
#page_ferrite_ferrite_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_ferrite_ferrite_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_ferrite_ferrite_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_ferrite_ferrite_property .l-listpage-header .fix-header {
  height: auto;
}
#page_ferrite_ferrite_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_ferrite_ferrite_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_ferrite_ferrite_property .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_ferrite_ferrite_property .property__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
  color: #222222;
  padding: 0 8px;
}
#page_ferrite_ferrite_property #table-hover {
  border: 1px solid #CCCCCC !important;
}
#page_ferrite_ferrite_property #table-hover.js-fix {
  top: 108px;
}
#page_ferrite_ferrite_property #table-hover thead tr td {
  border: 1px solid #999999 !important;
}
#page_ferrite_ferrite_property #table-hover tbody tr td {
  height: 43px;
  border: 1px solid #CCCCCC !important;
}
#page_ferrite_ferrite_property .tb-pro__tbody-td--1-light {
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  #page_ferrite_ferrite_property .tb-pro__table {
    width: 1020px;
  }
}
#page_ferrite_ferrite_property .l-margin-big #cross-highlight {
  padding-bottom: 0;
}

#page_magnetic_bar_test .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_magnetic_bar_test .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .l-content-start {
    padding-top: 122px;
  }
}
#page_magnetic_bar_test .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_magnetic_bar_test .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_magnetic_bar_test .l-main {
    padding: 0 8px;
  }
}
#page_magnetic_bar_test .l-main .l-main__wrap02 {
  padding: 0;
}
#page_magnetic_bar_test .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_magnetic_bar_test .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_magnetic_bar_test .l-listpage-header .fix-header {
  height: auto;
}
#page_magnetic_bar_test .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_magnetic_bar_test .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_magnetic_bar_test .fix-header__type {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media (max-width: 959px) {
  #page_magnetic_bar_test .fix-header__type {
    font-size: 18px;
  }
}
#page_magnetic_bar_test .ec-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
  border-top: 0 none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .ec-heading {
    margin-bottom: 16px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#page_magnetic_bar_test .ec-heading::before {
  content: none;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__intro {
    margin-bottom: 0px;
  }
}
#page_magnetic_bar_test .barspec__txt {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 30px;
  margin-bottom: 32px;
}
#page_magnetic_bar_test .barspec__img {
  box-shadow: none;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__img:first-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__img:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__img-box {
    flex-wrap: wrap;
  }
}
#page_magnetic_bar_test .ec-capture {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .ec-capture {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .ec-capture:last-child {
    margin-bottom: 0;
  }
}
#page_magnetic_bar_test .ec-capture__box {
  max-width: calc(50% - 12px);
  width: 100%;
  border: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .ec-capture__box {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_test .ec-capture .ec-tesla {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 28px;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
#page_magnetic_bar_test .ec-capture__lower {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 40px;
  margin-bottom: 16px;
  text-align: center;
}
#page_magnetic_bar_test .ec-capture__lower2 {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: center;
}
#page_magnetic_bar_test .ec-capture .ec-strongKg {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #F44336;
  line-height: 40px;
}
#page_magnetic_bar_test .ec-capture .ec-redKg {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
  color: #F44336;
}
#page_magnetic_bar_test .ec-capture__img {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .ec-capture__img {
    padding: 0 10px;
  }
}
#page_magnetic_bar_test .ec-capture__img img {
  width: 100%;
}
#page_magnetic_bar_test .ec-capture__img2 {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 0px;
}
#page_magnetic_bar_test .ec-capture__img2 img {
  width: 100%;
}
#page_magnetic_bar_test .ec-capture__caption {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
  padding: 0 10px;
}
#page_magnetic_bar_test .barspec__sub-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #333333;
  margin-bottom: 32px;
  border-bottom: 1px solid #F44336;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__sub-title {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
#page_magnetic_bar_test .barspec__area {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .barspec__area {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table {
    width: 100%;
  }
}
#page_magnetic_bar_test .bar-result__table thead tr td {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  padding: 21px 0;
  border: 1px solid #999999;
  background-color: #222222;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table thead tr td {
    padding: 10px 8.5px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table thead tr td.bar-result__thead-td--1 {
    width: 86px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table thead tr td.bar-result__thead-td--2 {
    width: 89px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table thead tr td.bar-result__thead-td--3 {
    width: 89px;
  }
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-result__table thead tr td.bar-result__thead-td--4 {
    width: 93px;
  }
}
#page_magnetic_bar_test .bar-result__table tbody tr th {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 24px;
  text-align: center;
  padding: 28px 0;
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
}
#page_magnetic_bar_test .bar-result__table tbody tr td span {
  font-size: 24px;
}
#page_magnetic_bar_test .ec-difference img:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .bar-flux__wrap {
    padding-bottom: 0;
  }
}
#page_magnetic_bar_test .bar-flux__table {
  margin: 0 auto;
}
#page_magnetic_bar_test .bar-flux__table thead tr td {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  padding: 13px 0;
  border: 1px solid #999999;
  background-color: #222222;
  vertical-align: middle;
}
#page_magnetic_bar_test .bar-flux__table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 24px;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  vertical-align: middle;
}
#page_magnetic_bar_test .bar-flux__table tbody tr td.bar-flux__tbody-td--1 {
  background-color: #F6F6F6;
}
#page_magnetic_bar_test .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_magnetic_bar_test .l-margin-big {
    margin-bottom: 40px;
  }
}
#page_magnetic_bar_test .ec-density {
  margin-bottom: 0;
}

#page_applied_alnico_property .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
#page_applied_alnico_property .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #page_applied_alnico_property .l-content-start {
    padding-top: 122px;
  }
}
#page_applied_alnico_property .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  #page_applied_alnico_property .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  #page_applied_alnico_property .l-main {
    padding: 0 8px;
  }
}
#page_applied_alnico_property .l-main .l-main__wrap02 {
  padding: 0;
}
#page_applied_alnico_property .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #page_applied_alnico_property .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_applied_alnico_property .l-listpage-header .fix-header {
  height: auto;
}
#page_applied_alnico_property .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_applied_alnico_property .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_applied_alnico_property .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_applied_alnico_property .fix-header__type {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media (max-width: 959px) {
  #page_applied_alnico_property .fix-header__type {
    font-size: 18px;
  }
}
#page_applied_alnico_property .property__txt {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 30px;
  margin-bottom: 32px;
  padding: 0 8px;
}
#page_applied_alnico_property .l-margin-half {
  margin-bottom: 32px;
}
#page_applied_alnico_property .tb-pro {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_applied_alnico_property .tb-pro__table {
    width: 1300px;
  }
}
#page_applied_alnico_property .tb-pro__table thead tr td {
  border: 1px solid #999999;
}
#page_applied_alnico_property .tb-pro__table thead tr td.tb-pro__thead-td--1 {
  width: 80px;
}
#page_applied_alnico_property .tb-pro__table thead tr td.tb-pro__thead-td--9 {
  width: 60px;
}
#page_applied_alnico_property .tb-pro__table tbody tr td {
  border: 1px solid #CCCCCC;
}
#page_applied_alnico_property .tb-pro__table tbody tr td.tb-pro__tbody-td--1-light {
  background-color: #F6F6F6;
}
#page_applied_alnico_property #table-hover.js-fix {
  top: 108px;
}
#page_applied_alnico_property .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_applied_alnico_property .l-margin-big {
    margin-bottom: 40px;
  }
}

.ec-404Role {
  position: relative;
  background-color: #FFFFFF;
}
.ec-404Role .ec-off4Grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell {
  width: 100%;
  margin-left: 0;
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  margin-bottom: 32px;
  border-top: 0 none;
}
@media (max-width: 768px) {
  .ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36.8px;
  }
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__icon {
  margin: 0 auto 32px;
  display: flex;
  justify-content: center;
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__icon img {
  width: 100px;
  height: 90px !important;
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__logo {
  width: 194px;
  height: 69px;
  margin: 0 auto;
}
.ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__description {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 19.6px;
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .ec-404Role .ec-off4Grid .ec-off4Grid__cell .ec-404Role__description {
    max-width: 226px;
    width: 100%;
  }
}

body.page_help_tradelaw .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_help_tradelaw .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_help_tradelaw .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_help_tradelaw .l-content-start {
    padding-top: 121px;
  }
}
body.page_help_tradelaw .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  body.page_help_tradelaw .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_help_tradelaw .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_help_tradelaw .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_help_tradelaw .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_help_tradelaw .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_help_tradelaw .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_help_tradelaw .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_help_tradelaw .l-content-start .trade__table .trade__th, body.page_help_tradelaw .l-content-start .trade__table .trade__td {
  padding: 24px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.8px;
}
body.page_help_tradelaw .l-content-start .trade__table .trade__th.line-height-2, body.page_help_tradelaw .l-content-start .trade__table .trade__td.line-height-2 {
  line-height: 32px;
  border-top: none;
}
@media (max-width: 768px) {
  body.page_help_tradelaw .l-content-start .trade__table .trade__th.line-height-3, body.page_help_tradelaw .l-content-start .trade__table .trade__td.line-height-3 {
    line-height: 26px;
    border-top: none;
  }
}
@media (max-width: 768px) {
  body.page_help_tradelaw .l-content-start .trade__table .trade__th, body.page_help_tradelaw .l-content-start .trade__table .trade__td {
    padding: 16px;
  }
}
body.page_help_tradelaw .l-content-start .trade__table .trade__th {
  font-weight: 700;
}
@media (max-width: 768px) {
  body.page_help_tradelaw .l-content-start .trade__table .trade__th {
    text-align: left;
  }
}
@media (max-width: 768px) {
  body.page_help_tradelaw .l-content-start .trade__table .trade__tr {
    margin: 0;
    margin-bottom: -2px;
  }
}
body.page_help_tradelaw .l-content-start .trade__table .trade__td ul {
  list-style: disc;
  padding-left: 1.5em;
}
body.page_help_tradelaw .l-content-start .trade__table .trade__td ol {
  list-style: decimal;
  padding-left: 1.5em;
}

#page_app_error #js_wpc_dropdown_parent {
  display: none;
}
#page_app_error .l-content-start {
  max-width: none;
  width: 100%;
  height: 100vh;
  position: relative;
}
#page_app_error .ec-errorRole {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#page_app_error .ec-errorRole__icon {
  text-align: center;
  max-width: 100%;
  max-height: 90%;
  margin-bottom: 32px;
}
#page_app_error .ec-errorRole h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  margin-bottom: 32px;
  border-top: 0 none;
  line-height: 36.8px;
  text-align: center;
}
@media (max-width: 768px) {
  #page_app_error .ec-errorRole h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36.8px;
  }
}
#page_app_error .ec-errorRole p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 19.6px;
  margin: 0 auto 56px;
  text-align: center;
}
@media (max-width: 768px) {
  #page_app_error .ec-errorRole p {
    max-width: 240px;
    width: 100%;
  }
}
#page_app_error .ec-errorRole__logo a {
  display: block;
  margin: 0 auto;
  max-width: 194px;
  width: 100%;
  cursor: pointer;
}
#page_app_error .ec-errorRole__logo a img {
  width: 100%;
}

.l-detail .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px !important;
}
.l-detail .l-main__wrap03 {
  padding: 0px 40px 0;
}
@media (max-width: 1279px) {
  .l-detail .l-main__wrap03 {
    padding: 0px;
  }
}
.l-detail .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-detail .l-content-start {
    padding-top: 122px;
  }
}
.l-detail .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-detail .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-detail .l-main {
    padding: 0 8px;
  }
}
.l-detail .l-detailpage-wrap {
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage-wrap {
    display: block;
  }
}
@media (max-width: 1279px) {
  .l-detail .detailpage-title {
    display: block;
  }
}
.l-detail .l-detailpage-wrap__left {
  width: 57%;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage-wrap__left {
    width: 100%;
  }
}
.l-detail .l-detailpage-wrap__right {
  width: 43%;
  padding-left: 15px;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage-wrap__right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
.l-detail .c-pricing__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-detail .c-pricing__list__li {
  padding-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  max-width: 230px;
  width: 100%;
}
.l-detail .c-pricing__list__li:last-child {
  margin-bottom: 20px;
}
.l-detail .c-pricing__list__li:hover {
  border: 1px solid #F44336;
  color: #F44336;
}
.l-detail .colored {
  color: #F44336;
  background-color: #FFFFFF;
  border: 1px solid #F44336;
}
.l-detail .slick-list {
  height: auto;
}
@media (max-width: 1279px) {
  .l-detail .slick-list {
    height: initial;
    bottom: 0px;
  }
}
.l-detail #js-slick {
  box-shadow: initial;
  width: 100%;
  aspect-ratio: 511/565;
  opacity: 0;
  overflow-y: hidden;
}
.l-detail #js-slick.slick-initialized {
  opacity: 1;
  overflow-y: visible;
}
.l-detail .slick-list {
  aspect-ratio: 511/511;
}
.l-detail .slick-dots {
  margin: 0;
}
@media (max-width: 1279px) {
  .l-detail .slick-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 1279px) {
  .l-detail .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 60px;
    border: 1px solid #E9E9E9;
  }
}
.l-detail__HeadTitle {
  background-color: #F9F9F9;
  padding: 15px 20px;
  border-bottom: #F44336 2px solid;
  align-items: center;
}
.l-detail__HeadTitle img {
  width: 22px;
  margin-right: 16px;
}
@media (max-width: 1279px) {
  .l-detail__HeadTitle img {
    margin-top: 10px;
  }
}
.l-detail__HeadTitle__name {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media (max-width: 1279px) {
  .l-detail__HeadTitle__name {
    font-size: 18px;
    line-height: 26px;
  }
}
.l-detail__HeadTitle__code {
  background-color: #F44336;
  padding: 3px 8px;
  margin-right: 16px;
  display: inline;
}
@media (max-width: 1279px) {
  .l-detail__HeadTitle__code {
    display: inline-block;
    margin-bottom: 12px;
  }
}
.l-detail__ReachRohs {
  margin-bottom: 10px;
}
.l-detail__ReachRohs__wrap {
  background-color: #F5F9F4;
  display: flex;
  padding: 10px 0px;
  justify-content: space-evenly;
}
.l-detail__priceList {
  margin-top: 10px;
}
.l-detail__priceList__wrap {
  background-color: #F9F9F9;
  padding: 20px;
}
.l-detail__priceList__wrap .c-quantity {
  display: flex;
  position: relative;
}
.l-detail__priceList__wrap .c-quantity__label {
  width: 55%;
  text-align: left;
}
.l-detail__priceList__wrap .c-quantity__label .c-quantity__title {
  font-size: 14px;
  line-height: 10px;
}
.l-detail__priceList__wrap .c-quantity__label .c-quantity__info {
  font-size: 11px;
}
.l-detail__priceList__wrap .c-quantity__controls {
  width: 45%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.l-detail__priceList__wrap .c-quantity #btn_res_minus_1 {
  border-radius: 5px 0px 0px 5px;
  border-right: 0px;
  background: #FFF;
  cursor: pointer;
}
.l-detail__priceList__wrap .c-quantity #btn_res_plus_1 {
  border-radius: 0px 5px 5px 0px;
  border-left: 0px;
  background: #FFF;
  cursor: pointer;
}
.l-detail__priceList__wrap .c-quantity__button {
  border: 1px solid #999;
  width: 32px;
  height: 32px;
}
.l-detail__priceList__wrap .c-quantity__button--text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.l-detail__priceList__wrap .c-quantity__input {
  border: 1px solid #999;
  width: 72px;
  height: 32px;
  text-align: center;
  background: #FFF;
}
.l-detail__priceList__wrap .c-pricing {
  text-align: right;
  margin-top: 10px;
}
.l-detail__priceList__wrap .c-pricing__list__li--quantity {
  width: 80px;
  display: inline-block;
}
.l-detail__priceList__wrap .c-pricing__list__li--price {
  width: 90px;
  display: inline-block;
}
.l-detail__priceList__wrap .c-pricing__unit {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.l-detail__priceList__wrap .c-pricing__unit--label {
  width: calc(100% - 123px);
  text-align: right;
}
.l-detail__priceList__wrap .c-pricing__unit__num {
  width: 123px;
  text-align: right;
}
.l-detail__priceList__wrap .c-pricing__unit__num--num {
  font-size: 22px;
  line-height: 30px;
}
.l-detail__priceList__wrap .c-pricing__subtotal {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.l-detail__priceList__wrap .c-pricing__subtotal--label {
  width: calc(100% - 123px);
  text-align: right;
}
.l-detail__priceList__wrap .c-pricing__subtotal__num {
  width: 123px;
  text-align: right;
}
.l-detail__priceList__wrap .c-pricing__subtotal__num--num {
  font-size: 22px;
}
.l-detail__priceList__wrap .c-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.l-detail__priceList__wrap .c-buttons--star {
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.l-detail__priceList__wrap .c-buttons--star-text {
  font-size: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.l-detail__priceList__wrap .c-buttons--star svg {
  width: 23px;
  height: 23px;
}
.l-detail__priceList__wrap .c-buttons--star.active svg {
  fill: gold;
  /* 星がアクティブな時の色 */
}
.l-detail__priceList__wrap .c-buttons--favorite {
  border: #999 solid 1px;
  width: 70px;
  background-color: #FFF;
  border-radius: 5px;
  align-items: center;
  align-content: center;
  display: flex;
  flex-flow: column;
  margin-right: 10px;
}
.l-detail__priceList__wrap .c-buttons--cart {
  display: flex;
  width: 80%;
  background: #F44336;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.l-detail__priceList__wrap .c-buttons--cart:hover {
  opacity: 0.8;
}
.l-detail__priceList__wrap .c-buttons--cart-text {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #FFF;
}
.l-detail__priceList__wrap .c-buttons--cart-img {
  padding-right: 10px;
}
.l-detail__ns {
  background-color: #F9F9F9;
  margin-bottom: 10px;
  display: flex;
  padding: 10px 20px;
}
.l-detail__ns__title {
  display: flex;
  align-items: center;
  align-content: center;
}
.l-detail__ns__title--label {
  margin-right: 5px;
}
.l-detail__ns__buttons {
  width: 56%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-detail__ns__buttons--label {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: 25px;
}
.l-detail__ns__buttons--button {
  display: none;
}
.l-detail__ns__buttons--button:has(+ label) {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../icon/ns-radio.svg");
  margin-right: 6px;
}
.l-detail__ns__buttons--button:checked:has(+ label) {
  background-image: url("../icon/ns-radio-checked.svg");
}
.l-detail__stock {
  background-color: #F9F9F9;
  margin-top: 10px;
  text-align: right;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.l-detail__stock__stockNum {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.l-detail__stock__stockNum--label {
  margin-right: 40px;
  font-size: 14px;
}
.l-detail__stock__stockNum--num {
  font-size: 16px;
}
.l-detail__stock__button {
  background-color: #FFF;
  border: 1px solid #999;
  padding: 10px;
  width: 175px;
  text-align: center;
  border-radius: 5px;
}
.l-detail__Description {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.l-detail__Description__head {
  background-color: #f6f6f6;
  padding: 3px 3px 3px 10px;
  font-weight: 700;
  font-size: 12px;
}
.l-detail__Description__content {
  padding: 24px;
  min-height: 168px;
}
.l-detail__Description__content--image {
  margin-right: 20px;
  float: left;
}
.l-detail__Description__content--image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
}
.l-detail__Description__content--text {
  width: 100%;
}
.l-detail .l-stock {
  background-color: #F9F9F9;
  margin-top: 10px;
  text-align: right;
  padding: 20px;
}
.l-detail .l-detailpage__pdfDl {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.l-detail .l-detailpage__pdfDl__3d {
  width: calc(50% - 6px);
  padding: 10px;
  border: solid 1px #999;
  display: flex;
  align-content: center;
  flex-wrap: inherit;
  justify-content: center;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage__pdfDl__3d {
    width: calc(50% - 2px);
  }
}
.l-detail .l-detailpage__pdfDl__3d--image {
  margin-right: 10px;
}
.l-detail .l-detailpage__pdfDl__2d {
  width: calc(50% - 6px);
  padding: 10px;
  border: solid 1px #999;
  display: flex;
  align-content: center;
  flex-wrap: inherit;
  justify-content: center;
  gap: 4px;
  color: #222222;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage__pdfDl__2d {
    width: calc(50% - 2px);
  }
}
.l-detail .l-detailpage__pdfDl__2d--image {
  margin-right: 10px;
}
.l-detail .l-detailpage__pdfDl__detail {
  width: calc(50% - 6px);
  padding: 10px;
  border: solid 1px #999;
  display: flex;
  align-content: center;
  flex-wrap: inherit;
  justify-content: center;
  color: #222222;
}
@media (max-width: 1279px) {
  .l-detail .l-detailpage__pdfDl__detail {
    width: calc(50% - 2px);
  }
}
.l-detail .l-detailpage__pdfDl__detail--image {
  margin-right: 10px;
}
.l-detail .favo_off {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.l-detail .favo_on {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.l-detail .favoriteText_on {
  color: #F44336;
}
.l-detail .l-detail__outOfStock {
  color: #F44336;
}

#page_product_detail .ec-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.6);
  top: 0;
  left: 0;
  z-index: 10;
}
#page_product_detail .ec-modal {
  display: none;
  position: fixed;
  background-color: #FFFFFF;
  max-width: 684px;
  width: 100%;
  height: auto;
  left: calc(50% - 10px);
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  #page_product_detail .ec-modal {
    max-width: 355px;
  }
}
#page_product_detail .ec-modal__content {
  padding: 40px 0 32px;
}
#page_product_detail .ec-modal__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#page_product_detail .ec-modal__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#page_product_detail .ec-modal__buttons--cancel {
  border: 1px solid #222222;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 48px;
}
#page_product_detail .ec-modal__buttons--cancel:hover {
  opacity: 0.8;
}
#page_product_detail .ec-modal__buttons--cart {
  background-color: #F44336;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 48px;
}
#page_product_detail .ec-modal__buttons--cart:hover {
  opacity: 0.8;
}
#page_product_detail .ec-modal__buttons--cart img {
  margin-right: 10px;
}
#page_product_detail .ec-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
#page_product_detail .ec-modal__close:hover {
  opacity: 0.8;
}
#page_product_detail .toggle_button {
  position: relative;
  width: 70px;
  height: 25px;
  margin: 0 0 0 auto;
  top: -90px;
}
@media (max-width: 1279px) {
  #page_product_detail .toggle_button {
    display: none;
  }
}
#page_product_detail .toggle_button .toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#page_product_detail .toggle_button .toggle_label {
  width: 70px;
  height: 34px;
  background: #FFFFFF;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
  border: 1px solid #F44336;
}
#page_product_detail .toggle_button .toggle_label:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 6px;
  top: 6px;
  z-index: 2;
  background: #F44336;
  transition: 0.4s;
}
#page_product_detail .toggle_button .toggle_input:checked + .toggle_label {
  background-color: #F44336;
}
#page_product_detail .toggle_button .toggle_input:checked + .toggle_label:after {
  left: 40px;
  background-color: #FFFFFF;
}
#page_product_detail .toggle_button #toggle_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10%, -50%);
  color: #F44336;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#page_product_detail .cg-magnet__3dns-box {
  display: none;
}
#page_product_detail .cg-magnet__3dns-box .cg-magnet__btn {
  display: none;
}
#page_product_detail .ec-tooltip {
  display: none;
  position: absolute;
  width: 470px;
  top: 70px;
  right: -163px;
}
#page_product_detail .ec-tooltip::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -7px;
  border: 5px solid transparent;
  border-bottom: 7px solid #F44336;
}
#page_product_detail .ec-tooltip__text {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.3;
  background: #F44336;
  color: #FFFFFF;
  border-radius: 4px;
  transition: 0.3s ease-in;
  text-align: center;
}
#page_product_detail .ec-tooltip.ec-active .ec-tooltip__text {
  opacity: 1;
  display: block;
}
#page_product_detail #linkAddToBag_contact {
  display: none;
}
#page_product_detail .c-buttons--cart .c-buttons--cart-text {
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#page_product_detail .l-detail__stock__button {
  cursor: pointer;
}
#page_product_detail .l-detail__stock__button:hover {
  opacity: 0.8;
}

@counter-style zenkaku-decimal {
  system: numeric;
  symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
  prefix: "（";
  suffix: "） ";
}
body#page_help_agreement .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 80px;
}
body#page_help_agreement .ec-layoutRole__main section:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body#page_help_agreement .ec-layoutRole__main {
    margin-bottom: 40px;
  }
}
body#page_help_agreement .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding: 0;
}
body#page_help_agreement .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body#page_help_agreement .l-content-start {
    padding-top: 121px;
  }
}
body#page_help_agreement .l-content-start .l-main {
  padding: 0;
  padding-left: 24px;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1279px) {
  body#page_help_agreement .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body#page_help_agreement .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 959px) {
  body#page_help_agreement .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body#page_help_agreement .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body#page_help_agreement .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body#page_help_agreement .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body#page_help_agreement .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body#page_help_agreement .l-content-start .l-listpage-header h1 {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
body#page_help_agreement .l-content-start section h2 {
  display: flex;
  padding: 13px 8px;
  margin-bottom: 32px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body#page_help_agreement .l-content-start section h2 {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 8px;
  }
}
body#page_help_agreement .l-content-start section p {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
body#page_help_agreement .l-content-start section ol {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style: decimal;
  padding-left: calc(1.2em + 8px);
  padding-right: 8px;
}
body#page_help_agreement .l-content-start section ol.braced-numbering {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  counter-reset: list;
  padding-left: calc(2.5em + 8px);
  padding-right: 8px;
}
body#page_help_agreement .l-content-start section ol.braced-numbering li {
  counter-increment: list;
}
body#page_help_agreement .l-content-start section ol.braced-numbering li::marker {
  content: "(" counter(list) ")  ";
}
body#page_help_agreement .l-content-start section ol.braced-zenkaku {
  list-style: zenkaku-decimal;
  padding-left: calc(2.5em + 8px);
  padding-right: 8px;
}
body#page_help_agreement .l-content-start section ol.braced-zenkaku-sp-hankaku {
  list-style: zenkaku-decimal;
  padding-left: calc(2.5em + 8px);
  padding-right: 8px;
}
@media (max-width: 768px) {
  body#page_help_agreement .l-content-start section ol.braced-zenkaku-sp-hankaku {
    color: #222222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style: decimal;
    counter-reset: list;
    padding-left: calc(2.5em + 8px);
    padding-right: 8px;
  }
  body#page_help_agreement .l-content-start section ol.braced-zenkaku-sp-hankaku li {
    counter-increment: list;
  }
  body#page_help_agreement .l-content-start section ol.braced-zenkaku-sp-hankaku li::marker {
    content: "(" counter(list) ")  ";
  }
}

body.page_magnet_att .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_magnet_att .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_magnet_att .ec-layoutRole__contents {
    padding-bottom: 40px;
  }
}
body.page_magnet_att .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_magnet_att .l-content-start {
    padding-top: 121px;
  }
}
body.page_magnet_att .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_magnet_att .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_magnet_att .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_magnet_att .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_magnet_att .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_magnet_att .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_magnet_att .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_magnet_att .l-content-start .l-caution {
  padding: 40px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution {
    padding: 24px 16px;
  }
}
body.page_magnet_att .l-content-start .l-caution .l-margin-big {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .l-margin-big {
    margin-bottom: 16px;
  }
}
body.page_magnet_att .l-content-start .l-caution .l-margin-big:last-child {
  margin-bottom: 0;
}
body.page_magnet_att .l-content-start .l-caution .handle-intro__area {
  padding-top: 32px;
}
body.page_magnet_att .l-content-start .l-caution .handle-intro__box {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-intro__box {
    margin-bottom: 16px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-warning__title {
  padding: 13px 8px;
  border-bottom: 2px solid #222222;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  align-items: center;
  margin-bottom: 40px;
}
body.page_magnet_att .l-content-start .l-caution .handle-warning__box {
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-warning__box {
    margin-bottom: 40px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-warning__txt {
  padding: 0;
  margin: 0;
}
body.page_magnet_att .l-content-start .l-caution .handle-warning__img {
  width: 100px;
}
body.page_magnet_att .l-content-start .l-caution .handle-warning__img-box {
  padding-bottom: 32px;
}
body.page_magnet_att .l-content-start .l-caution .handle-caution__title {
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  border-bottom: 2px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
body.page_magnet_att .l-content-start .l-caution .handle-caution__sub-title {
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-caution__sub-title {
    padding-bottom: 8px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-caution__area {
  margin: 0;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-caution__area {
    gap: 24px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-caution__box {
  margin: 0;
  padding: 0;
  border: none;
  flex-basis: 46.4285714286%;
  flex-shrink: 1;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-caution__box {
    flex-basis: 100%;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-caution__txt {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
body.page_magnet_att .l-content-start .l-caution .handle-gif {
  padding: 4px;
}
body.page_magnet_att .l-content-start .l-caution .handle-gif__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
body.page_magnet_att .l-content-start .l-caution .handle-absorb__title {
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  border-bottom: 2px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-absorb__title {
    margin-bottom: 16px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-absorb__txt {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-absorb__txt {
    padding-bottom: 16px;
  }
}
body.page_magnet_att .l-content-start .l-caution .handle-absorb__box {
  margin-bottom: 16px;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__title {
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  border-bottom: 2px solid #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-th, body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-td {
  border: none;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-th {
  border-right: 1px solid #FFFFFF;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-th, body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-td {
  border: 1px solid #CCCCCC;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-th {
  color: #222222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-tr {
    display: table-row;
  }
  body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-th, body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-td {
    display: table-cell;
  }
  body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-th, body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-th {
    width: 24%;
    color: #222222;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
  }
  body.page_magnet_att .l-content-start .l-caution .handle-kind__thead-th {
    color: #FFFFFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
  body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-th {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background: #F6F6F6;
  }
  body.page_magnet_att .l-content-start .l-caution .handle-kind__tbody-td {
    color: #222222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.7px;
    padding: 16px;
  }
}

body.page_tolerance .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_tolerance .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_tolerance .ec-layoutRole__contents {
    padding-bottom: 40px;
  }
}
body.page_tolerance .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_tolerance .l-content-start {
    padding-top: 121px;
  }
}
body.page_tolerance .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_tolerance .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_tolerance .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_tolerance .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_tolerance .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_tolerance .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_tolerance .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_tolerance .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_tolerance .l-content-start .tolerance {
  margin: 0;
}
body.page_tolerance .l-content-start .tolerance__area {
  width: 100%;
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_tolerance .l-content-start .tolerance__area {
    margin-bottom: 0;
  }
}
body.page_tolerance .l-content-start .tolerance__title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
}
body.page_tolerance .l-content-start .tolerance__title::before {
  content: none;
}
body.page_tolerance .l-content-start .tolerance__sub-title {
  padding-bottom: 8px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
body.page_tolerance .l-content-start .tolerance__txt {
  padding: 22px 24px;
  background: #F6F6F6;
  color: #222222;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  body.page_tolerance .l-content-start .tolerance__item {
    margin-bottom: 40px;
  }
}

body.page_catalog .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_catalog .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page_catalog .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
body.page_catalog .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_catalog .l-content-start {
    padding-top: 121px;
  }
}
body.page_catalog .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_catalog .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_catalog .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_catalog .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_catalog .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_catalog .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_catalog .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_catalog .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
body.page_catalog .l-content-start .fix-header__link {
  border-radius: 0;
  margin: 0;
  max-height: 72px;
  padding: 30px 16px;
  gap: 10px;
  display: flex;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .fix-header__link {
    max-width: 100%;
    max-height: 56px;
    grid-row: 1;
    grid-column: 1/-1;
    margin-bottom: 0;
  }
}
body.page_catalog .l-content-start .fix-header__link:hover {
  color: #FFFFFF;
}
body.page_catalog .l-content-start .fix-header__link:hover img {
  filter: invert(100%) saturate(0) brightness(200%);
}
body.page_catalog .l-content-start .fix-header__link span {
  line-height: 0;
  padding-bottom: 3px;
}
body.page_catalog .l-content-start .fix-header__link img {
  width: 24px;
  height: 23px;
}
body.page_catalog .l-content-start .catalog {
  margin: 0;
}
body.page_catalog .l-content-start .catalog__area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .catalog__area {
    margin-bottom: 0;
  }
}
body.page_catalog .l-content-start .catalog__title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  padding: 0;
  margin-bottom: 32px;
}
body.page_catalog .l-content-start .catalog__title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .catalog__title {
    margin-bottom: 16px;
  }
}
body.page_catalog .l-content-start .catalog__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
}
body.page_catalog .l-content-start .catalog__sub-title {
  padding-bottom: 16px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
body.page_catalog .l-content-start .catalog__box {
  margin: 0;
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .catalog__box {
    grid-template: auto/1fr 1fr;
    gap: 8px;
    margin-bottom: 40px;
  }
}
body.page_catalog .l-content-start .catalog__box.all_catalog {
  margin-bottom: 40px;
}
body.page_catalog .l-content-start .catalog__link {
  width: 100%;
  height: auto;
  max-height: 72px;
  display: flex;
  margin: 0;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  align-items: center;
  border-radius: 0;
  border: 1px solid #999999;
  background: #FFFFFF;
}
body.page_catalog .l-content-start .catalog__link img {
  margin: 0;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .catalog__link {
    max-height: 52px;
    font-size: 14px;
  }
  body.page_catalog .l-content-start .catalog__link img {
    max-width: 40px;
    max-height: 40px;
  }
}
body.page_catalog .l-content-start .catalog__sub-txt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 768px) {
  body.page_catalog .l-content-start .catalog__item {
    margin-bottom: 40px;
  }
}

.l-searchPage .l-side-menu-wide-pc {
  display: none;
}
.l-searchPage .match-word {
  background-color: initial !important;
}

.l-search .l-main {
  max-width: 1240px;
}
.l-search .p-search__title {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 2px solid #F44336;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-search .p-search__title--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .l-search .p-search__title--title {
    font-size: 18px;
  }
}
.l-search .p-search__results {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .l-search .p-search__results {
    display: block;
  }
}
.l-search .p-search__results__product {
  width: 70%;
}
@media (max-width: 1279px) {
  .l-search .p-search__results__product {
    width: 100%;
  }
}
.l-search .p-search__results__product__content {
  overflow-x: auto;
  width: 100%;
}
.l-search .p-search__results__product__title {
  padding: 5px;
  border-bottom: 1px solid #F44336;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-search .p-search__results__product__title--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .l-search .p-search__results__product__title--title {
    font-size: 16px;
  }
}
.l-search .p-search__results__product__table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 1279px) {
  .l-search .p-search__results__product__table {
    width: 1240px;
  }
}
.l-search .p-search__results__product__th:nth-child(1) {
  width: 40%;
  background-color: #222;
  color: #FFF;
}
.l-search .p-search__results__product__th:nth-child(2) {
  width: 20%;
  background-color: #222;
  color: #FFF;
}
.l-search .p-search__results__product__th:nth-child(3) {
  width: 20%;
  background-color: #222;
  color: #FFF;
}
.l-search .p-search__results__product__th:nth-child(4) {
  width: 20%;
  background-color: #222;
  color: #FFF;
}
.l-search .p-search__results__product__tr {
  border-bottom: 1px solid #CCC;
}
.l-search .p-search__results__product__td {
  vertical-align: middle;
  padding: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.l-search .p-search__results__product__td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.l-search .p-search__results__product__td:nth-child(2) {
  text-align: center;
}
.l-search .p-search__results__product__td:nth-child(3) {
  text-align: center;
}
.l-search .p-search__results__product__td:nth-child(4) {
  text-align: right;
  padding-right: 30px;
}
.l-search .p-search__results__product .list_top_div {
  margin-bottom: 0px;
}
.l-search .p-search__results__product__productName--code {
  font-size: 14px;
  color: #666;
}
.l-search .p-search__results__product__productName--name {
  font-size: 14px;
  color: #2740C5;
}
.l-search .p-search__results__product__pagination {
  margin: 55px 0px;
}
.l-search .p-search__results__product__pagination ul {
  display: flex;
  justify-content: center;
}
.l-search .p-search__results__product__pagination li {
  width: 40px;
  height: 41px;
  margin-right: 5px;
}
.l-search .p-search__results__product__pagination li span {
  width: 100%;
  height: 100%;
  border: 1px solid #F44336;
  color: #F44336;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.l-search .p-search__results__product__pagination li:first-child {
  display: none;
}
.l-search .p-search__results__product__pagination li:last-child {
  display: none;
}
.l-search .p-search__results__product__pagination .current {
  background-color: #F44336;
  color: #FFF !important;
}
.l-search .p-search__results__product__pagination .clickable {
  border: none !important;
}
.l-search .p-search__results__article {
  width: 30%;
  margin-left: 35px;
}
@media (max-width: 1279px) {
  .l-search .p-search__results__article {
    width: 100%;
    margin-left: 0px;
  }
}
.l-search .p-search__results__article .c_u_line {
  text-decoration: none;
}
.l-search .p-search__results__article__title {
  padding: 5px;
  border-bottom: 1px solid #F44336;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-search .p-search__results__article__title--title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.l-search .p-search__results__article__content--section {
  border-bottom: #CCC 1px solid;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.l-search .p-search__results__article__content--section a {
  color: #2740C5;
}
@media (max-width: 1279px) {
  .l-search .p-search__results__article__content--section {
    padding: 15px;
  }
}
.l-search .p-search__results__article__content--more {
  width: 100%;
  border: 1px solid #222;
  padding: 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  color: #222;
}
.l-search .p-search__results__article__content--section:nth-of-type(n+11) {
  display: none;
}
.l-search .p-search__results__article__content--title {
  font-size: 14px;
  font-weight: bold;
}
.l-search .p-search__results__article__content--text {
  font-size: 14px;
}

#page_tool_design .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
#page_tool_design .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
#page_tool_design .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  #page_tool_design .l-content-start {
    padding-top: 121px;
  }
}
#page_tool_design .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #page_tool_design .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_tool_design .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
#page_tool_design .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_tool_design .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media ((max-width: 768px)) {
  #page_tool_design .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_tool_design .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main {
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  #page_tool_design .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_tool_design .l-content-start .l-main__wrap02 {
  padding: 0;
}
#page_tool_design .l-content-start .l-main .magspec {
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 40px;
}
#page_tool_design .l-content-start .l-main .magspec__main-title {
  padding: 13px 8px;
  border-bottom: 1px solid #F44336;
  color: var(--color-black33, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__main-title {
    padding: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
#page_tool_design .l-content-start .l-main .magspec__info {
  margin: 0;
  width: 100%;
}
#page_tool_design .l-content-start .l-main .magspec__wrap {
  margin: 0;
}
#page_tool_design .l-content-start .l-main .magspec__wrap > * {
  margin: 0;
}
#page_tool_design .l-content-start .l-main .magspec__form-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page_tool_design .l-content-start .l-main .magspec__form-box:last-child {
  padding-top: 16px;
}
#page_tool_design .l-content-start .l-main .magspec__choice, #page_tool_design .l-content-start .l-main .magspec__size {
  width: auto;
  padding-top: 40px;
  padding-left: 40px;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__choice, #page_tool_design .l-content-start .l-main .magspec__size {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__choice {
    padding-bottom: 0;
  }
}
#page_tool_design .l-content-start .l-main .magspec__size {
  padding-right: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#page_tool_design .l-content-start .l-main .magspec__size .magspec__input-select {
  width: 96px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__size {
    padding-top: 0;
    padding-right: 16px;
  }
}
#page_tool_design .l-content-start .l-main .magspec__label {
  width: 210px;
}
#page_tool_design .l-content-start .l-main .magspec__label::before {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
#page_tool_design .l-content-start .l-main .magspec__sub-title {
  margin: 0;
  flex-basis: fit-content;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#page_tool_design .l-content-start .l-main .magspec__select {
  text-align: left;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0 12px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#page_tool_design .l-content-start .l-main .magspec__form-box {
  justify-content: space-between;
  width: 265px;
  margin-bottom: 24px;
}
#page_tool_design .l-content-start .l-main .magspec__label-radio {
  width: 78px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #999999;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__label-radio {
    height: 34px;
  }
}
#page_tool_design .l-content-start .l-main .magspec__label-radio::after {
  top: 13px;
  left: 8px;
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  border-radius: 50%;
  transform: none;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__label-radio::after {
    top: 10px;
  }
}
#page_tool_design .l-content-start .l-main .magspec__label-radio::before {
  margin-top: -7px;
  left: 12px;
  width: 14px;
  height: 14px;
}
#page_tool_design .l-content-start .l-main .magspec input[type=radio].form-check-input:checked + .magspec__label-radio::after {
  /* border-color: #fff !important; */
  border-color: #999 !important;
}
#page_tool_design .l-content-start .l-main .magspec input[type=radio].form-check-input:checked + .magspec__label-radio::before {
  background-color: #F44336 !important;
}
#page_tool_design .l-content-start .l-main .magspec__size-title {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
#page_tool_design .l-content-start .l-main .magspec__size-title:nth-child(8) {
  border-top: 1px solid #CCCCCC;
  padding-top: 16px;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__size-title {
    border-top: 1px solid #CCCCCC;
  }
  #page_tool_design .l-content-start .l-main .magspec__size-title:first-child {
    padding-top: 16px;
  }
}
#page_tool_design .l-content-start .l-main .magspec__input-area {
  width: 302px;
  align-items: center;
  margin: 0;
}
#page_tool_design .l-content-start .l-main .magspec__input-area:nth-child(7) {
  margin-bottom: 8px;
}
#page_tool_design .l-content-start .l-main .magspec__floating-label {
  position: initial;
  flex-basis: fit-content;
  flex-shrink: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#page_tool_design .l-content-start .l-main .magspec__input-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 305px;
}
#page_tool_design .l-content-start .l-main .magspec__input-select {
  margin-left: 8px;
}
#page_tool_design .l-content-start .l-main .magspec__input {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  border-radius: 4px;
  width: 140px;
  height: 44px;
  padding: 16px;
  text-align: right;
  color: var(--color-black22, #222);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#page_tool_design .l-content-start .l-main .magspec__result {
  flex-basis: 47.5409836066%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#page_tool_design .l-content-start .l-main .magspec__result-box {
  padding-left: 8px;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__result-box {
    padding-left: 6px;
  }
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__result {
    flex-basis: 100%;
  }
  #page_tool_design .l-content-start .l-main .magspec__result .magspec__main-title {
    margin-bottom: 0;
  }
}
#page_tool_design .l-content-start .l-main .magspec__material {
  margin: 0;
  flex-basis: 47.5409836066%;
  flex-grow: 0;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__material {
    width: 100%;
    flex-basis: 100%;
  }
}
#page_tool_design .l-content-start .l-main .magspec__cg {
  margin-left: auto;
}
#page_tool_design .l-content-start .l-main .magspec #mg3d_div_canvas {
  height: 176px;
}
#page_tool_design .l-content-start .l-main .magspec #mg3d_div_2d_canvas {
  height: 212px;
  margin: 0;
}
#page_tool_design .l-content-start .l-main .magspec__number, #page_tool_design .l-content-start .l-main .magspec__number > input {
  color: var(--color-red01, #F44336);
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  #page_tool_design .l-content-start .l-main .magspec__number, #page_tool_design .l-content-start .l-main .magspec__number > input {
    font-size: 20px;
  }
}
#page_tool_design .l-content-start .l-main .magspec #material_remanence_br_txt {
  color: #222222;
}
#page_tool_design .l-content-start .l-main .magspec__number .magspec__input {
  width: 100%;
  min-width: 108px;
  max-width: 140px;
}
#page_tool_design .l-content-start .l-main .magspec__unit {
  width: 80px;
}
#page_tool_design .l-content-start .l-main .magspec__unit .magspec__select {
  width: 80px;
}
#page_tool_design .l-content-start .l-main .magspec__unit .magspec__dummy-select {
  width: 80px;
}
#page_tool_design .l-content-start .l-main .magspec__eng {
  flex-basis: 20px;
}
#page_tool_design .l-content-start .l-main .magspec__result-box .magspec__item {
  flex-shrink: 0;
  min-width: 126px;
}

@media (max-width: 1279px) {
  .contact_index {
    padding: 0px;
  }
}
.contact_index .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.contact_index .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .contact_index .l-content-start {
    padding-top: 122px;
  }
}
@media (max-width: 959px) {
  .contact_index .l-new-form {
    padding: 24px 8px;
  }
}
.contact_index .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .contact_index .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .contact_index .l-main {
    padding: 0 8px;
  }
}
.contact_index .l-main .l-main__wrap02 {
  padding: 0;
}
.contact_index .l-contact__title {
  margin-bottom: 20px;
}
.contact_index .l-contact__title--title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 16px;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  height: 69px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__title--title {
    font-size: 18px;
    height: 60px;
    padding-left: 16px;
  }
}
.contact_index .l-contact__form {
  background-color: #F9F9F9;
  padding: 35px 60px;
  margin-bottom: 80px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form {
    padding: 5px 10px;
  }
}
.contact_index .l-contact__form__Details {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details {
    display: block;
  }
}
.contact_index .l-contact__form__Details__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: 100px;
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__left {
    width: 100%;
    flex-wrap: initial;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__left--required {
    margin-right: 20px;
  }
}
.contact_index .l-contact__form__Details__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__left--label {
    width: 100px;
    margin-bottom: 0px;
  }
}
.contact_index .l-contact__form__Details__left--button {
  width: 160px;
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__left--button {
    width: 160px;
    height: 40px;
    padding: 10px;
  }
}
.contact_index .l-contact__form__Details__right {
  width: 70%;
  position: relative;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Details__right--required {
  position: absolute;
  left: 5px;
}
.contact_index .l-contact__form__Details__right--input {
  border: 1px solid #999999;
  height: 160px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 70px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Details__right--input {
    width: 100%;
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Details__right--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Details__right--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Name {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 25px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Name__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__left {
    width: 100%;
    margin-top: 0px;
    height: 35px;
  }
}
.contact_index .l-contact__form__Name__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__left--label {
    width: initial;
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__left--required {
    width: 42px;
  }
}
.contact_index .l-contact__form__Name__right {
  width: 45%;
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right {
    display: flex;
    width: 100%;
  }
}
.contact_index .l-contact__form__Name__right--required {
  position: absolute;
  top: 33px;
}
.contact_index .l-contact__form__Name__right__input {
  margin-left: 60px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right__input {
    margin-left: 0px;
    margin-right: 15px;
  }
}
.contact_index .l-contact__form__Name__right__input:last-of-type {
  margin-left: 24px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right__input:last-of-type {
    margin-left: 0;
  }
}
.contact_index .l-contact__form__Name__right__input--input {
  border: 1px solid #999999;
  height: 48px;
  width: 160px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right__input--input {
    width: 100%;
  }
}
.contact_index .l-contact__form__Name__right__input--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Name__right__input--input::placeholder {
  color: #999999;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right__input--label {
    display: block;
  }
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Name__right__input:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.contact_index .l-contact__form__Phone {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 32px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Phone {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Phone__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Phone__left {
    width: 100%;
    height: 45px;
  }
}
.contact_index .l-contact__form__Phone__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Phone__left--label {
    width: initial;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.contact_index .l-contact__form__Phone__right {
  width: 70%;
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Phone__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Phone__right--required {
  position: absolute;
  top: 6px;
}
.contact_index .l-contact__form__Phone__right--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 60px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Phone__right--input {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Phone__right--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Phone__right--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Fax {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 32px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Fax {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Fax__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Fax__left {
    width: 100%;
    height: 45px;
  }
}
.contact_index .l-contact__form__Fax__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Fax__left--label {
    width: initial;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.contact_index .l-contact__form__Fax__right {
  width: 70%;
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Fax__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Fax__right--required {
  position: absolute;
  top: 6px;
}
.contact_index .l-contact__form__Fax__right--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 60px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Fax__right--input {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Fax__right--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Fax__right--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Mail {
  display: flex;
  padding: 32px 25px 0px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail {
    display: block;
    padding: 25px 10px 0px 10px;
  }
}
.contact_index .l-contact__form__Mail__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail__left {
    width: 100%;
    height: 45px;
  }
}
.contact_index .l-contact__form__Mail__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail__left--label {
    width: initial;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.contact_index .l-contact__form__Mail__right {
  width: 70%;
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Mail__right--required {
  position: absolute;
  top: 6px;
}
.contact_index .l-contact__form__Mail__right--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 60px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail__right--input {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Mail__right--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Mail__right--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Mail__note {
  border-bottom: 1px solid #ccc;
}
.contact_index .l-contact__form__Mail__note__wrap {
  width: 750px;
  background-color: #FFF;
  margin: 32px 25px;
  padding: 20px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Mail__note__wrap {
    margin: 25px 10px;
    width: initial;
  }
}
.contact_index .l-contact__form__Mail__note .u-note_red {
  color: #F44336;
}
.contact_index .l-contact__form__Corporation {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 32px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Corporation {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Corporation__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Corporation__left {
    width: 100%;
  }
}
.contact_index .l-contact__form__Corporation__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Corporation__left--label {
    margin-bottom: 15px;
  }
}
.contact_index .l-contact__form__Corporation__right {
  width: 70%;
  position: relative;
  display: flex;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Corporation__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Corporation__right--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 60px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Corporation__right--input {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Corporation__right--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Corporation__right--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 25px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Location__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
.contact_index .l-contact__form__Location__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-content: center;
  align-items: center;
}
.contact_index .l-contact__form__Location__right {
  width: 70%;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right {
    width: 100%;
  }
}
.contact_index .l-contact__form__Location__right__col1 {
  margin-left: 60px;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col1 {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Location__right__col1__wrap {
  display: flex;
}
.contact_index .l-contact__form__Location__right__col1__wrap--input {
  border: 1px solid #999999;
  height: 48px;
  width: 160px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.contact_index .l-contact__form__Location__right__col1__wrap--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location__right__col1__wrap--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location__right__col1__wrap--select {
  background-color: #FFF;
  width: 144px;
  border: 1px solid #999999;
  border-radius: 5px;
  margin-left: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col1__wrap--select {
    padding-left: 10px;
  }
}
.contact_index .l-contact__form__Location__right__col2 {
  margin-left: 60px;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col2 {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Location__right__col2--label {
  width: 100%;
  display: block;
}
.contact_index .l-contact__form__Location__right__col2--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col2--input {
    width: 100%;
  }
}
.contact_index .l-contact__form__Location__right__col2--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location__right__col2--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location__right__col3 {
  margin-left: 60px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col3 {
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Location__right__col3--label {
  width: 100%;
  display: block;
}
.contact_index .l-contact__form__Location__right__col3--input {
  border: 1px solid #999999;
  height: 48px;
  width: 460px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Location__right__col3--input {
    width: 100%;
  }
}
.contact_index .l-contact__form__Location__right__col3--input::-moz-placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Location__right__col3--input::placeholder {
  color: #999999;
}
.contact_index .l-contact__form__Reply {
  display: flex;
  padding: 25px 25px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Reply {
    display: block;
    padding: 25px 10px;
  }
}
.contact_index .l-contact__form__Reply__left {
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Reply__left {
    width: 100%;
  }
}
.contact_index .l-contact__form__Reply__left--label {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Reply__left--label {
    width: 100%;
  }
}
.contact_index .l-contact__form__Reply__right {
  width: 70%;
  position: relative;
  display: flex;
  margin-left: 85px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Reply__right {
    width: 100%;
    margin-left: 0px;
  }
}
.contact_index .l-contact__form__Reply__right__check {
  background-color: #FFF;
  width: 222px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding-left: 15px;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__Reply__right__check {
    height: 48px;
  }
}
.contact_index .l-contact__form__Reply__right__check--checkbox {
  width: 20px;
  height: 20px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  margin-right: 10px;
}
.contact_index .l-contact__form__Reply__right__check:first-child {
  margin-right: 15px;
}
.contact_index .l-contact__form__note {
  background-color: #FFF;
  padding: 12px 25px;
  color: #F44336;
  width: 100%;
  text-align: center;
}
@media (max-width: 1279px) {
  .contact_index .l-contact__form__note {
    font-size: 16px;
  }
}
.contact_index .l-contact__form__submit {
  max-width: 320px;
  width: 100%;
  height: 48px;
  background-color: #F44336;
  text-align: center;
  margin: 0px auto;
  margin-top: 35px;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_index .l-contact__form__submit--button {
  color: #FFF;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.contact_index .l-contact__form__submit:hover {
  opacity: 0.8;
}
.contact_index .p-contact__form--required {
  border: 1px solid #F44336;
  border-radius: 5px;
  padding: 0px 7px 1px 7px;
  background-color: #FFF;
  color: #F44336;
  font-size: 12px;
}
@media (max-width: 1279px) {
  .contact_index .p-contact__form--required {
    height: 25px;
    padding: 0px 7px 0px 7px;
    line-height: 20px;
    margin-top: 2px;
  }
}
.contact_index .l-margin-st {
  width: 100%;
  margin-bottom: 0;
}
.contact_index .pay-list {
  margin-left: 0;
  gap: 16px;
}
.contact_index .pay-list__box {
  max-width: 222px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1279px) {
  .contact_index .pay-list__box {
    max-width: none;
  }
}
.contact_index .pay-list__radio {
  border-radius: 4px;
}
.contact_index .pay-list__radio:checked + .pay-list__item {
  border-color: #F44336;
}
.contact_index .pay-list__item {
  padding: 11px 54px;
  font-size: 16px;
  background-color: #FFFFFF;
}
.contact_index .pay-list__item:hover {
  box-shadow: none;
}
.contact_index .pay-list__item::before {
  border-radius: 3px;
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  top: 35px;
  left: 16px;
}
.contact_index .pay-list__item::after {
  top: 32px;
  left: 22px;
  width: 11px;
  height: 7px;
  border-color: #EFEFEF;
}
.contact_index .formError {
  opacity: 1 !important;
  z-index: 9;
  margin-left: 70px !important;
}
@media (max-width: 1279px) {
  .contact_index .formError {
    margin-left: 0 !important;
  }
}
.contact_index .formError .formErrorContent {
  background-color: #F44336;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 9;
  line-height: 1;
  opacity: 1;
  border: none;
  box-shadow: none;
  top: initial;
  bottom: -30px;
}
.contact_index .formError .formErrorArrowBottom {
  top: 30px;
}
.contact_index .modaal-content-container .popup-product__input {
  border: 1px solid #999999;
}
.contact_index .modaal-content-container .popup-product__input::-moz-placeholder {
  color: #999999;
}
.contact_index .modaal-content-container .popup-product__input::placeholder {
  color: #999999;
}
.contact_index .modaal-content-container .popup-product__table {
  border: 1px solid #999999;
}
.contact_index .modaal-content-container .popup-product__btn {
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.contact_index .modaal-content-container .popup-product__submit {
  background-color: #F44336;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.contact_index .contact_user_contentsformError {
  top: 130px !important;
}
.contact_index .contact_name_name01formError {
  top: 49px !important;
  left: -10px !important;
}
@media (max-width: 768px) {
  .contact_index .contact_name_name01formError {
    left: 0 !important;
  }
}
.contact_index .contact_name_name02formError {
  top: 49px !important;
  left: 174px !important;
}
@media (max-width: 768px) {
  .contact_index .contact_name_name02formError {
    left: 167px !important;
  }
}
.contact_index .contact_phoneformError {
  top: 20px !important;
  left: -10px !important;
}
@media (max-width: 768px) {
  .contact_index .contact_phoneformError {
    left: 0px !important;
  }
}
.contact_index .contact_user_emailformError {
  top: 20px !important;
  left: -10px !important;
}
@media (max-width: 768px) {
  .contact_index .contact_user_emailformError {
    left: 13px !important;
  }
}

.contact_confirm .l-listpage-header {
  display: block;
  visibility: hidden;
}
.contact_confirm .l-contact__title--title {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 16px;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  height: 69px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .contact_confirm .l-contact__title--title {
    font-size: 18px;
    height: 60px;
    padding-left: 16px;
  }
}
.contact_confirm .l-new-msg .msg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #222222;
  border: none;
  text-align: left;
  padding: 0;
}
.contact_confirm .white-space {
  padding: 21px 100px 40px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .contact_confirm .white-space {
    padding: 20px 8px 24px;
  }
}
@media (max-width: 768px) {
  .contact_confirm .l-confirm-list {
    margin-bottom: 24px;
  }
}
.contact_confirm .l-confirm-list .confirm-list__tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .contact_confirm .l-confirm-list .confirm-list__tr {
    display: block;
  }
}
.contact_confirm .l-confirm-list .confirm-list__tr:nth-child(even) {
  background-color: transparent;
}
.contact_confirm .l-confirm-list .confirm-list__th {
  width: 31.95%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 29px 10px 29px 40px;
}
@media (max-width: 768px) {
  .contact_confirm .l-confirm-list .confirm-list__th {
    width: 100%;
    padding: 24px 8px 16px 0px;
  }
}
.contact_confirm .l-confirm-list .confirm-list__td {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 29px 0px;
}
@media (max-width: 768px) {
  .contact_confirm .l-confirm-list .confirm-list__td {
    width: 100%;
    padding: 0px 8px 24px 0px;
  }
}
.contact_confirm .decide-2 {
  margin-left: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.contact_confirm .decide-2__item {
  max-width: 320px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact_confirm .decide-2__item {
    max-width: none;
  }
}
.contact_confirm .decide-2__btn--negative {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact_confirm .decide-2__btn--negative {
    height: 56px;
  }
}
.contact_confirm .decide-2__btn--positive {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact_confirm .decide-2__btn--positive {
    height: 56px;
  }
}
.contact_confirm .l-main__wrap02 {
  padding: 24px 0 80px;
}

.l-news .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.l-news .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-news .l-content-start {
    padding-top: 122px;
  }
}
.l-news .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-news .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-news .l-main {
    padding: 0 8px;
  }
}
@media (max-width: 1279px) {
  .l-news .temp-pc {
    display: none;
  }
}
.l-news__archive {
  background-color: #F6F6F6;
  margin-bottom: 20px;
}
.l-news__archive__select {
  background: #FFF;
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 1279px) {
  .l-news__archive__list {
    padding: 15px;
  }
}
.l-news__archive__ul {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 25px;
}
@media (max-width: 1279px) {
  .l-news__archive__ul {
    display: none;
  }
}
.l-news__archive__li {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 0px 10px;
  margin: 4px 5px;
}
.l-news__title {
  margin-bottom: 30px;
}
.l-news__title__h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .l-news__title__h2 {
    font-size: 18px;
  }
}
.l-news__article {
  margin-bottom: 50px;
}
.l-news__article__li {
  display: flex;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
@media (max-width: 1279px) {
  .l-news__article__li {
    display: block;
  }
}
.l-news__article__li__date {
  margin-right: 30px;
  color: #666666;
}
.l-news__article__li__title a {
  color: #222222;
  overflow-wrap: anywhere;
}
.l-news__article__li:first-child {
  border-top: 1px solid #CCC;
}
.l-news__pagenation {
  margin-bottom: 30px;
}
.l-news__pagenation__ul {
  display: flex;
  justify-content: center;
}
.l-news__pagenation__li--li {
  border: 1px solid #F44336;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  color: #F44336;
  margin: 0px 5px;
}
.l-news__pagenation__li--dot {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  color: #F44336;
}
.l-news__pagenation__li:first-child {
  margin: 0px;
}
.l-news__pagenation__li:last-child {
  margin: 0px;
}

body.page_user_data_size .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_user_data_size .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_user_data_size .l-margin-big {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_user_data_size .l-margin-big {
    margin-bottom: 24px;
  }
}
body.page_user_data_size .l-content-start {
  padding-top: 140px;
  max-width: 976px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_user_data_size .l-content-start {
    padding-top: 121px;
  }
}
body.page_user_data_size .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_user_data_size .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_user_data_size .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_user_data_size .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_user_data_size .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_user_data_size .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_user_data_size .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_user_data_size .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_user_data_size .l-content-start .size {
  flex-direction: column;
  margin: 0;
}
body.page_user_data_size .l-content-start .size__area {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_user_data_size .l-content-start .size__area {
    margin-bottom: 16px;
  }
}
body.page_user_data_size .l-content-start .size__title {
  border-bottom: 1px solid #F44336;
  border-top: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
  margin-bottom: 32px;
}
body.page_user_data_size .l-content-start .size__title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_user_data_size .l-content-start .size__title {
    font-size: 16px;
    padding: 8px;
  }
}
body.page_user_data_size .l-content-start .size__txt {
  margin-bottom: 16px;
  padding-left: 8px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
body.page_user_data_size .l-content-start .size__thead-td {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px;
}
body.page_user_data_size .l-content-start .size__tbody-th, body.page_user_data_size .l-content-start .size__tbody-td {
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  padding: 10px 24px;
}
body.page_user_data_size .l-content-start .size__tbody-td {
  text-align: right;
}
body.page_user_data_size .l-content-start .l-main__wrap02 {
  padding: 0;
  width: 100%;
}

body.page_magnetization .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_magnetization .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page_magnetization .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
body.page_magnetization .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_magnetization .l-content-start {
    padding-top: 121px;
  }
}
body.page_magnetization .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_magnetization .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_magnetization .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_magnetization .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_magnetization .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_magnetization .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_magnetization .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_magnetization .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_magnetization .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_magnetization .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
body.page_magnetization .l-content-start .fix-header__link {
  border-radius: 0;
  margin: 0;
  max-height: 72px;
  padding: 30px 16px;
  gap: 10px;
  display: flex;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_magnetization .l-content-start .fix-header__link {
    max-width: 100%;
    max-height: 56px;
    grid-row: 1;
    grid-column: 1/-1;
    margin-bottom: 0;
  }
}
body.page_magnetization .l-content-start .fix-header__link:hover {
  color: #FFFFFF;
}
body.page_magnetization .l-content-start .fix-header__link:hover img {
  filter: invert(100%) saturate(0) brightness(200%);
}
body.page_magnetization .l-content-start .fix-header__link span {
  line-height: 0;
  padding-bottom: 3px;
}
body.page_magnetization .l-content-start .fix-header__link img {
  width: 24px;
  height: 23px;
}
body.page_magnetization .l-main__wrap02 {
  padding: 0;
}
body.page_magnetization .l-main__wrap02 .magnetize__txt {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
body.page_magnetization .l-main__wrap02 .magnetize__wrap {
  display: flex;
  gap: 36px;
  flex-direction: row;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__wrap {
    flex-direction: column;
    gap: 16px;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__table {
  table-layout: fixed;
}
body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > * {
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  border-right: 1px solid #999999;
  background: #222222;
}
body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > *:nth-child(1) {
  width: 15.3191489362%;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > *:nth-child(1) {
    width: 11.1111111111%;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > *:nth-child(2) {
  width: 27.2340425532%;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > *:nth-child(2) {
    width: 28.6111111111%;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__thead-tr > *:nth-child(3) {
  border-right: 1px solid #999999;
}
body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr {
  border-bottom: 1px solid #CCCCCC;
}
body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > * {
  height: 120px;
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
  border-right: 1px solid #CCCCCC;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > * {
    font-size: 14px;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(1) {
  width: 15.3191489362%;
  border-left: 1px solid #CCCCCC;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(1) {
    width: 11.1111111111%;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(2) {
  width: 27.2340425532%;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(2) {
    width: 28.6111111111%;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(3) {
  border-right: 1px solid #CCCCCC;
  display: flex;
  flex-direction: row;
  gap: 13.4%;
  width: 100%;
  padding: 0;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__tbody-tr > *:nth-child(3) {
    gap: 7.7666666667%;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__img {
  width: 60px;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__img {
    width: 56px;
  }
}
body.page_magnetization .l-main__wrap02 .magnetize__box {
  flex-direction: column;
  gap: 20px;
}
body.page_magnetization .l-main__wrap02 .magnetize__direction-img {
  margin: 0;
  width: 56px;
  height: 56px;
}
body.page_magnetization .l-main__wrap02 .magnetize__direction-txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  white-space: nowrap;
  letter-spacing: initial;
}
@media (max-width: 768px) {
  body.page_magnetization .l-main__wrap02 .magnetize__direction-txt {
    width: 91px;
  }
}

body.page_surface .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_surface .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page_surface .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
body.page_surface .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_surface .l-content-start {
    padding-top: 121px;
  }
}
body.page_surface .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_surface .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_surface .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_surface .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_surface .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_surface .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_surface .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_surface .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_surface .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_surface .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
body.page_surface .l-content-start .fix-header__link {
  border-radius: 0;
  margin: 0;
  max-height: 72px;
  padding: 30px 16px;
  gap: 10px;
  display: flex;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_surface .l-content-start .fix-header__link {
    max-width: 100%;
    max-height: 56px;
    grid-row: 1;
    grid-column: 1/-1;
    margin-bottom: 0;
  }
}
body.page_surface .l-content-start .fix-header__link:hover {
  color: #FFFFFF;
}
body.page_surface .l-content-start .fix-header__link:hover img {
  filter: invert(100%) saturate(0) brightness(200%);
}
body.page_surface .l-content-start .fix-header__link span {
  line-height: 0;
  padding-bottom: 3px;
}
body.page_surface .l-content-start .fix-header__link img {
  width: 24px;
  height: 23px;
}
body.page_surface .l-main__wrap02 {
  padding: 0;
}
body.page_surface .l-main__wrap02 h2 {
  border-bottom: 1px solid #F44336;
  border-top: none;
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
body.page_surface .l-main__wrap02 h2::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_surface .l-main__wrap02 table {
    width: 976px;
  }
}
body.page_surface .l-main__wrap02 table thead tr td {
  border-right: 1px solid #999999;
  background-color: #222222;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  height: 56px;
}
body.page_surface .l-main__wrap02 table tbody tr {
  background-color: #FFFFFF;
}
body.page_surface .l-main__wrap02 table tbody td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 16px 10px;
}
body.page_surface .l-main__wrap02 table tbody td:first-child {
  background-color: #F6F6F6;
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(1) {
  width: 180px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(2) {
  width: 160px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(3) {
  width: 106px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(4) {
  width: 116px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(5) {
  width: 106px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(6) {
  width: 106px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(7) {
  width: 96px;
}
body.page_surface .l-main__wrap02 .surface-spec thead tr td:nth-child(8) {
  width: 106px;
}
body.page_surface .l-main__wrap02 .surface-spec__note {
  margin-top: 16px;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  body.page_surface .l-main__wrap02 .surface-spec__note {
    width: 976px;
  }
}
@media (max-width: 768px) {
  body.page_surface .l-main__wrap02 .surface-kind__scroll {
    overflow: scroll;
  }
}
body.page_surface .l-main__wrap02 .surface-kind thead td {
  vertical-align: middle;
}
body.page_surface .l-main__wrap02 .surface-kind thead td:nth-child(1) {
  width: 220px;
}
body.page_surface .l-main__wrap02 .surface-kind thead td:nth-child(2) {
  width: 141px;
}
body.page_surface .l-main__wrap02 .surface-kind thead td:nth-child(3) {
  width: 411px;
}
body.page_surface .l-main__wrap02 .surface-kind thead td:nth-child(4) {
  width: 204px;
}
body.page_surface .l-main__wrap02 .surface-kind tbody td {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
  vertical-align: middle;
}
body.page_surface .l-main__wrap02 .surface-kind__img {
  width: 52px;
  height: 60px;
  display: block;
  margin: auto;
}
body.page_surface .l-main__wrap02 .salt thead td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(1) {
  width: 110px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(2) {
  width: 145px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(3) {
  width: 144px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(4) {
  width: 144px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(5) {
  width: 144px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(6) {
  width: 144px;
}
body.page_surface .l-main__wrap02 .salt thead td:nth-child(7) {
  width: 145px;
}
body.page_surface .l-main__wrap02 .salt__note {
  margin-top: 16px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  body.page_surface .l-main__wrap02 .salt__note {
    width: 976px;
  }
}

body.page_document .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_document .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_document .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  body.page_document .l-content-start {
    padding-top: 121px;
  }
}
body.page_document .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_document .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_document .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  body.page_document .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_document .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_document .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_document .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_document .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_document .l-content-start .fix-header__list {
  background-color: #FFF7F6;
  display: flex;
  padding: 24px 0px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .fix-header__list {
    padding: 16px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    gap: 8px;
  }
}
body.page_document .l-content-start .fix-header__list > .fix-header__list {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
body.page_document .l-content-start .fix-header__list .fix-header__link {
  display: flex;
  width: 280px;
  padding: 11px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  flex-shrink: 0;
  line-height: 0;
  color: #F44336;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
body.page_document .l-content-start .fix-header__list .fix-header__link:hover {
  color: #FFFFFF;
}
body.page_document .l-content-start .fix-header__list .fix-header__link:hover div.fix-header__icon {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .fix-header__list .fix-header__link {
    padding: 11px 0;
    font-size: 13px;
    line-height: 16px;
    max-width: 167px;
    flex-grow: 1;
    letter-spacing: 0.1px;
  }
}
body.page_document .l-content-start .fix-header__list .fix-header__link div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body.page_document .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
  width: 7px;
  height: 7px;
  border-left: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
    width: 5px;
    height: 5px;
    right: 10px;
    top: 16px;
  }
}
body.page_document .l-content-start .l-main__wrap02 {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.page_document .l-content-start .l-main__wrap02 {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  body.page_document .l-content-start .l-main__wrap02 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.page_document .l-content-start .l-main__wrap02 {
    padding-top: 24px;
  }
}
body.page_document .l-content-start .document {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document {
    margin-bottom: 40px;
  }
}
body.page_document .l-content-start .document__title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
  margin-bottom: 32px;
}
body.page_document .l-content-start .document__title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__title {
    padding: 8px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}
body.page_document .l-content-start .document__link-wrapper {
  padding-top: 32px;
  background-color: #F6f6f6;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
body.page_document .l-content-start .document__link {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F44336;
  border: 1px solid #F44336;
}
body.page_document .l-content-start .document__link:hover {
  color: #F44336;
  background-color: #FFFFFF;
  border: 1px solid #F44336;
}
body.page_document .l-content-start .document__txt {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__txt {
    margin-bottom: 8px;
  }
}
body.page_document .l-content-start .document__txt.special-margin-bottom-1 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__txt.special-margin-bottom-1 {
    margin-bottom: 8px;
  }
}
body.page_document .l-content-start .document__list {
  padding-left: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__list {
    margin-bottom: 8px;
  }
}
body.page_document .l-content-start .document__item {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: #F6F6F6;
  color: #000000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page_document .l-content-start .document__item {
    margin: 0;
    padding: 4px 16px;
    white-space: nowrap;
    width: 167px;
    flex-grow: 0;
    font-size: 14px;
  }
}

body.page_quality .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_quality .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page_quality .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
body.page_quality .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  body.page_quality .l-content-start {
    padding-top: 121px;
  }
}
body.page_quality .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_quality .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_quality .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  body.page_quality .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_quality .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_quality .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_quality .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_quality .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_quality .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_quality .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
body.page_quality .l-content-start .fix-header__link {
  border-radius: 0;
  margin: 0;
  max-height: 72px;
  padding: 30px 16px;
  gap: 10px;
  display: flex;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page_quality .l-content-start .fix-header__link {
    max-width: 100%;
    max-height: 56px;
    grid-row: 1;
    grid-column: 1/-1;
    margin-bottom: 0;
  }
}
body.page_quality .l-content-start .fix-header__link:hover {
  color: #FFFFFF;
}
body.page_quality .l-content-start .fix-header__link:hover img {
  filter: invert(100%) saturate(0) brightness(200%);
}
body.page_quality .l-content-start .fix-header__link span {
  line-height: 0;
  padding-bottom: 3px;
}
body.page_quality .l-content-start .fix-header__link img {
  width: 24px;
  height: 23px;
}
body.page_quality .l-main__wrap02 {
  padding: 0;
}
body.page_quality .l-main__wrap02 .quality__txt {
  margin-bottom: 32px;
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  body.page_quality .l-main__wrap02 .quality__txt {
    margin-bottom: 16px;
  }
}
body.page_quality .l-main__wrap02 .quality__wrap {
  display: flex;
  gap: 36px;
  flex-direction: row;
}
@media (max-width: 768px) {
  body.page_quality .l-main__wrap02 .quality__wrap {
    flex-direction: column;
    gap: 16px;
  }
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr {
  height: 56px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td {
  width: 54px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td:nth-child(1) {
  width: 90px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td:nth-child(2) {
  width: 110px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td:nth-child(8) {
  width: 218px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td:nth-child(9) {
  width: 72px;
}
body.page_quality .l-main__wrap02 .quality #quality_table thead tr td:nth-child(10) {
  width: 216px;
}
body.page_quality .l-main__wrap02 .quality #quality_table tbody tr th {
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.page_quality .l-main__wrap02 .quality #quality_table tbody tr td {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
}
body.page_quality .l-main__wrap02 .quality__tbody-td--note {
  padding: 16px 10px;
}

body.page_attractive .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_attractive .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_attractive .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  body.page_attractive .l-content-start {
    padding-top: 121px;
  }
}
body.page_attractive .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_attractive .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_attractive .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  body.page_attractive .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_attractive .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_attractive .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_attractive .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_attractive .l-content-start .l-main__wrap02 {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.page_attractive .l-content-start .l-main__wrap02 {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  body.page_attractive .l-content-start .l-main__wrap02 {
    padding: 0;
  }
}
body.page_attractive .l-content-start .attractive {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive {
    margin-bottom: 40px;
  }
}
body.page_attractive .l-content-start .attractive__area {
  margin: 0;
  gap: 32px;
}
body.page_attractive .l-content-start .attractive__area:last-child {
  gap: 40px;
}
body.page_attractive .l-content-start .attractive__box {
  margin: 0;
  flex-grow: 1;
}
body.page_attractive .l-content-start .attractive__box.flex-sw-pc-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__box.flex-sw-pc-row {
    flex-wrap: wrap;
    gap: 0;
  }
}
body.page_attractive .l-content-start .attractive__img {
  margin: auto;
  display: block;
}
body.page_attractive .l-content-start .attractive__img.size1 {
  width: 309px;
  height: 292px;
}
body.page_attractive .l-content-start .attractive__img.size2 {
  width: 233px;
  height: 311px;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__img.size2 {
    width: 179px;
    height: 240px;
    flex-grow: 0;
    margin-top: 8px;
  }
}
body.page_attractive .l-content-start .attractive__img.size3 {
  width: 325px;
  height: 225px;
  display: inline;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__img.size3 {
    display: block;
  }
}
body.page_attractive .l-content-start .attractive__title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
  margin-bottom: 32px;
}
body.page_attractive .l-content-start .attractive__title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__title {
    padding: 8px;
  }
}
body.page_attractive .l-content-start .attractive__txt {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  height: 150px;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__txt {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__txt {
    flex-grow: 1;
    width: 100%;
    height: auto;
  }
}
body.page_attractive .l-content-start .attractive__list {
  display: grid;
  grid-template-columns: 468px 468px;
  grid-column-gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .attractive__list {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    width: 100%;
  }
}
body.page_attractive .l-content-start .attractive__list div {
  padding: 10px 16px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 16px;
  padding-left: 32px;
  overflow: visible;
}
body.page_attractive .l-content-start .attractive__item {
  padding: 0;
  margin: 0;
  list-style: decimal;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  font-feature-settings: normal;
  letter-spacing: 0.1px;
}
@media (max-width: 959px) {
  body.page_attractive .l-content-start .attractive__item {
    white-space: normal;
    list-style-position: outside;
  }
}
body.page_attractive .l-content-start .msg-box {
  display: flex;
  flex-direction: row;
  border: 1px solid #CCCCCC;
  padding: 24px 40px;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .msg-box {
    display: block;
    padding: 16px;
  }
}
body.page_attractive .l-content-start .msg-box__title {
  border: none;
  white-space: nowrap;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  body.page_attractive .l-content-start .msg-box__title {
    padding-bottom: 8px;
    text-align: left;
  }
}
body.page_attractive .l-content-start .msg-box__txt {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

body.page_payment .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_payment .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_payment .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  body.page_payment .l-content-start {
    padding-top: 121px;
  }
}
body.page_payment .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_payment .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_payment .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  body.page_payment .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_payment .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_payment .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_payment .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_payment .l-content-start .fix-header__list {
  background-color: #FFF7F6;
  display: flex;
  padding: 32px 0px;
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .fix-header__list {
    padding: 8px;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
  }
}
body.page_payment .l-content-start .fix-header__list > .fix-header__list {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
body.page_payment .l-content-start .fix-header__list .fix-header__link {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 416px;
  height: 96px;
  padding: 24px;
  padding-left: 32px;
  margin: 0;
  white-space: nowrap;
  line-height: 0;
  color: #F44336;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body.page_payment .l-content-start .fix-header__list .fix-header__link:hover .payment-list__txt {
  color: #FFFFFF;
}
body.page_payment .l-content-start .fix-header__list .fix-header__link:hover svg path {
  fill: #FFFFFF;
}
body.page_payment .l-content-start .fix-header__list .fix-header__link:hover div.fix-header__icon {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .fix-header__list .fix-header__link {
    font-size: 13px;
    line-height: 16px;
    height: 64px;
    max-width: 100%;
    width: auto;
    justify-content: left;
    flex-grow: 1;
  }
  body.page_payment .l-content-start .fix-header__list .fix-header__link svg {
    width: 26px;
  }
}
body.page_payment .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
  width: 10px;
  height: 10px;
  border-left: 1px solid #F44336;
  border-bottom: 1px solid #F44336;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
    width: 5px;
    height: 5px;
  }
}
body.page_payment .l-content-start .fix-header__list .fix-header__link .payment-list__txt {
  text-align: left;
  flex-grow: 1;
  margin-left: 32px;
  color: #F44336;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .fix-header__list .fix-header__link .payment-list__txt {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .fix-header__list .fix-header__link .payment-list__txt {
    font-size: 16px;
  }
}
body.page_payment .l-content-start .l-main__wrap02 {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.page_payment .l-content-start .l-main__wrap02 {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  body.page_payment .l-content-start .l-main__wrap02 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .l-main__wrap02 {
    padding-top: 24px;
  }
}
body.page_payment .l-content-start .payment-cash {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash {
    margin-bottom: 40px;
  }
}
body.page_payment .l-content-start .payment-cash__title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
body.page_payment .l-content-start .payment-cash__title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__title {
    margin-bottom: 16px;
    font-size: 16px;
    padding: 10px 8px;
    line-height: 20px;
    gap: 10px;
  }
  body.page_payment .l-content-start .payment-cash__title svg {
    width: 26px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
body.page_payment .l-content-start .payment-cash__sub-title {
  border: none;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
body.page_payment .l-content-start .payment-cash__link-wrapper {
  padding-top: 32px;
  background-color: #F6f6f6;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
body.page_payment .l-content-start .payment-cash__link {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F44336;
  border: none;
}
body.page_payment .l-content-start .payment-cash__link:hover {
  color: #FFFFFF;
}
body.page_payment .l-content-start .payment-cash__txt {
  padding-left: 8px;
  padding-right: 8px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  height: 64px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__txt {
    margin-bottom: 0px;
    padding: 16px 10px;
    letter-spacing: 0.2px;
    line-height: 22px;
    height: 76px;
  }
  body.page_payment .l-content-start .payment-cash__txt:has(~ .cards) {
    height: 54px;
  }
}
body.page_payment .l-content-start .payment-cash__txt span {
  white-space: nowrap;
}
body.page_payment .l-content-start .payment-cash__list {
  padding-left: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__list {
    margin-bottom: 8px;
  }
}
body.page_payment .l-content-start .payment-cash__area {
  margin-bottom: 32px;
}
body.page_payment .l-content-start .payment-cash__area ul {
  padding: 0;
}
body.page_payment .l-content-start .payment-cash__box {
  margin: 0;
  gap: 24px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__box {
    gap: 8px;
  }
}
body.page_payment .l-content-start .payment-cash__item {
  border: 1px solid #CCCCCC;
  background: #F6F6F6;
  color: #000000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-basis: 167px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__item {
    margin: 0;
    padding: 0;
    width: 167px;
    flex-grow: 1;
    font-size: 14px;
  }
}
body.page_payment .l-content-start .payment-cash__price {
  background: #FFFFFF;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.6px;
  height: 80px;
  padding: 16px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__price {
    line-height: 36px;
    height: 56px;
  }
}
body.page_payment .l-content-start .payment-cash__price.cards {
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__price.cards {
    height: 60px;
  }
}
body.page_payment .l-content-start .payment-cash__price.cards img {
  max-width: 100%;
  max-height: 33px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__price.cards img {
    max-height: 28px;
  }
}
body.page_payment .l-content-start .payment-cash__number {
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.2px;
}
body.page_payment .l-content-start .payment-cash__info {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
  padding-bottom: 8px;
  padding-left: 0;
}
body.page_payment .l-content-start .payment-cash__info li {
  list-style-type: "●";
  list-style-position: outside;
  margin-left: 16px;
  padding-left: 8px;
}
body.page_payment .l-content-start .payment-cash__info li::marker {
  color: #F44336;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__info {
    padding-left: 8px;
  }
}
body.page_payment .l-content-start .payment-cash__bank-list {
  background-color: #F6F6F6;
  border: none;
  padding: 24px;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__bank-list {
    padding: 24px 8px;
    letter-spacing: 0.2px;
  }
}
body.page_payment .l-content-start .payment-cash__bank-list span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.page_payment .l-content-start .payment-cash__bank-list span:first-child {
  font-weight: 700;
}
body.page_payment .l-content-start .payment-cash__bank-list span:nth-child(2)::before, body.page_payment .l-content-start .payment-cash__bank-list span:nth-child(3)::before {
  content: "　";
}
body.page_payment .l-content-start .payment-cash__note {
  background: #FFFFFF;
  color: #F44336;
  border: 1px solid #F44336;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0;
  line-height: 7px;
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page_payment .l-content-start .payment-cash__note.sp-hide {
    display: none;
  }
}

body.page_order .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
body.page_order .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
}
body.page_order .l-content-start {
  padding-top: 140px;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  body.page_order .l-content-start {
    padding-top: 121px;
  }
}
body.page_order .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  body.page_order .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page_order .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  body.page_order .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
body.page_order .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
body.page_order .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  body.page_order .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page_order .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
body.page_order .l-content-start .fix-header__list {
  background-color: #FFF7F6;
  display: flex;
  padding: 24px 0px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .fix-header__list {
    padding: 16px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    gap: 8px;
  }
}
body.page_order .l-content-start .fix-header__list > .fix-header__list {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
body.page_order .l-content-start .fix-header__list .fix-header__link {
  display: flex;
  width: 280px;
  padding: 11px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  flex-shrink: 0;
  line-height: 0;
  color: #F44336;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body.page_order .l-content-start .fix-header__list .fix-header__link:hover {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .fix-header__list .fix-header__link {
    padding: 11px 0;
    font-size: 13px;
    line-height: 16px;
    max-width: 167px;
    flex-grow: 1;
  }
}
body.page_order .l-content-start .fix-header__list .fix-header__link div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body.page_order .l-content-start .fix-header__list .fix-header__link div.fix-header__icon {
  background-image: url("../icon/angle-down-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
}
body.page_order .l-content-start .l-main__wrap02 {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  body.page_order .l-content-start .l-main__wrap02 {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  body.page_order .l-content-start .l-main__wrap02 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.page_order .l-content-start .l-main__wrap02 {
    padding-top: 24px;
  }
}
body.page_order .l-content-start .order-ok, body.page_order .l-content-start .order-ng, body.page_order .l-content-start .cancel, body.page_order .l-content-start .confirm {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok, body.page_order .l-content-start .order-ng, body.page_order .l-content-start .cancel, body.page_order .l-content-start .confirm {
    margin-bottom: 40px;
  }
}
body.page_order .l-content-start .order-ok__main-title, body.page_order .l-content-start .order-ng__main-title, body.page_order .l-content-start .cancel__main-title, body.page_order .l-content-start .confirm__main-title {
  border-top: none;
  border-bottom: 1px solid #F44336;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 8px;
  margin-bottom: 32px;
}
body.page_order .l-content-start .order-ok__main-title::before, body.page_order .l-content-start .order-ng__main-title::before, body.page_order .l-content-start .cancel__main-title::before, body.page_order .l-content-start .confirm__main-title::before {
  content: none;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok__main-title, body.page_order .l-content-start .order-ng__main-title, body.page_order .l-content-start .cancel__main-title, body.page_order .l-content-start .confirm__main-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok__main-title, body.page_order .l-content-start .order-ng__main-title, body.page_order .l-content-start .cancel__main-title, body.page_order .l-content-start .confirm__main-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok__main-title, body.page_order .l-content-start .order-ng__main-title, body.page_order .l-content-start .cancel__main-title, body.page_order .l-content-start .confirm__main-title {
    padding: 8px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}
body.page_order .l-content-start .order-ok__area, body.page_order .l-content-start .order-ok__wrap, body.page_order .l-content-start .order-ng__area, body.page_order .l-content-start .order-ng__wrap, body.page_order .l-content-start .cancel__area, body.page_order .l-content-start .cancel__wrap, body.page_order .l-content-start .confirm__area, body.page_order .l-content-start .confirm__wrap {
  margin: 0;
  padding: 0;
  display: flex;
}
body.page_order .l-content-start .order-ok__box, body.page_order .l-content-start .order-ng__box {
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.page_order .l-content-start .order-ok__box svg, body.page_order .l-content-start .order-ok__box div, body.page_order .l-content-start .order-ng__box svg, body.page_order .l-content-start .order-ng__box div {
  grid-row: 1;
  grid-column: 1;
  margin: auto;
}
body.page_order .l-content-start .order-ok__box h2, body.page_order .l-content-start .order-ng__box h2 {
  border: none;
  padding: 0;
  margin: 0;
  color: #F44336;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.2px;
}
body.page_order .l-content-start .order-ok__area, body.page_order .l-content-start .order-ng__area {
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok__area, body.page_order .l-content-start .order-ng__area {
    justify-content: space-between;
  }
  body.page_order .l-content-start .order-ok__area > *, body.page_order .l-content-start .order-ng__area > * {
    margin-bottom: 40px;
  }
}
body.page_order .l-content-start .order-ok__txt, body.page_order .l-content-start .order-ng__txt {
  padding-top: 24px;
  text-align: center;
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 300px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ok__txt, body.page_order .l-content-start .order-ng__txt {
    max-width: 168px;
  }
}
body.page_order .l-content-start .order-ng__txt {
  max-width: 210px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ng__txt {
    max-width: 160px;
  }
}
body.page_order .l-content-start .order-ng .ng-line {
  position: relative;
  background-color: #222222;
  width: 178.191px;
  height: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  body.page_order .l-content-start .order-ng .ng-line {
    width: 127.11px;
  }
}
body.page_order .l-content-start .cancel table thead tr {
  height: 64px;
  padding: 10px 10px;
  background-color: #222222;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .cancel table thead tr {
    height: 102px;
  }
}
body.page_order .l-content-start .cancel table thead tr td:first-child {
  width: 220px;
  min-width: 220px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .cancel table thead tr td:first-child {
    width: 81px;
    min-width: 81px;
  }
}
body.page_order .l-content-start .cancel table thead tr td {
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  min-width: 139px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .cancel table thead tr td {
    padding: 10px 20px;
  }
}
body.page_order .l-content-start .cancel table tbody tr {
  height: 80px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .cancel table tbody tr {
    height: 102px;
  }
}
body.page_order .l-content-start .cancel table tbody tr th, body.page_order .l-content-start .cancel table tbody tr td {
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 40px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start .cancel table tbody tr td {
    padding: 10px 16px;
  }
}
body.page_order .l-content-start .cancel__strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}
body.page_order .l-content-start .confirm__list div {
  margin-bottom: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 32px;
}
body.page_order .l-content-start .confirm__item {
  list-style-position: outside;
  text-indent: 0;
  border: none;
  padding: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page_order .l-content-start svg.bg {
    width: 160px;
    height: 160px;
  }
  body.page_order .l-content-start svg.icon-web {
    width: 75px;
    height: 75px;
  }
  body.page_order .l-content-start svg.icon-fax {
    width: 78px;
    height: 78px;
  }
  body.page_order .l-content-start svg.icon-phone {
    width: 65px;
    height: 65px;
  }
  body.page_order .l-content-start svg.icon-store {
    width: 77px;
    height: 77px;
  }
  body.page_order .l-content-start svg.icon-email {
    width: 75px;
    height: 76px;
  }
}

.contact_complete .l-listpage-header {
  display: none;
}
.contact_complete .l-contact__title {
  margin-bottom: 40px;
}
.contact_complete .l-contact__title--title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 16px;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  height: 69px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .contact_complete .l-contact__title--title {
    font-size: 18px;
    height: 60px;
    padding-left: 16px;
  }
}
.contact_complete .thx__main {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1C2824;
  padding-top: 0;
  margin-bottom: 11px;
}
.contact_complete .thx__sub {
  color: #F44336;
  font-size: 14px;
  font-weight: 400;
}
.contact_complete .l-main__wrap02 {
  padding: 0;
}
.contact_complete .l-comp-st {
  margin-bottom: 40px;
}
.contact_complete .l-comp-st .decide-1__btn--positive {
  max-width: 320px;
  width: 100%;
  height: 48px !important;
  background-color: #F44336;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}
.contact_complete .l-comp-st .decide-1__btn--positive:hover {
  opacity: 0.8;
}
.contact_complete .msg-box {
  margin-top: 0;
  padding: 39px 24px 41px;
}
@media (max-width: 1279px) {
  .contact_complete .msg-box {
    padding: 24px 24px;
  }
}
.contact_complete .msg-box .msg-box__txt {
  max-width: 800px;
  margin: 0 auto 31px;
}
.contact_complete .msg-box .msg-box__info {
  text-align: center;
}
.contact_complete .msg-box .msg-box__info .msg-box__tel {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact_complete .msg-box .msg-box__info .msg-box__tel {
    color: #333333;
    background-color: transparent;
  }
}
.contact_complete .msg-box .msg-box__info .msg-box__time {
  font-size: 14px;
}

#page_tool_periodic_table .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
#page_tool_periodic_table .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_tool_periodic_table .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
#page_tool_periodic_table .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  #page_tool_periodic_table .l-content-start {
    padding-top: 121px;
  }
}
#page_tool_periodic_table .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  #page_tool_periodic_table .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_tool_periodic_table .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #page_tool_periodic_table .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_tool_periodic_table .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
#page_tool_periodic_table .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_tool_periodic_table .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_tool_periodic_table .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_tool_periodic_table .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_tool_periodic_table .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 {
  padding: 0;
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  #page_tool_periodic_table .l-content-start .l-main__wrap02 {
    margin-bottom: 40px;
  }
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 h2 {
  border-bottom: 1px solid #F44336;
  border-top: none;
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 h2::before {
  content: none;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 #l-header {
  margin: 0;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-atomicBox {
  margin-bottom: 40px;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox a {
  color: #2740C5;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox > div {
  height: 60px;
  border: none;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox > div > div {
  padding: 16px 24px;
  border: none;
  border-top: 1px solid #CCCCCC;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox > div:last-child > div {
  border-bottom: 1px solid #CCCCCC;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox .filtersCap {
  background-color: #F6F6F6;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.7px;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox .filtersCap + div {
  align-items: center;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox .filtersCap + div span {
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox .filtersCap + div span:after {
  content: "　";
}
#page_tool_periodic_table .l-content-start .l-main__wrap02 .m-wikiLinkBox .filtersCap + div span a {
  margin: 0;
  padding: 0;
}

#page_tool_unit_convertor .ec-layoutRole__main {
  max-width: 1240px;
  width: 100%;
}
#page_tool_unit_convertor .ec-layoutRole__contents {
  max-width: 1240px;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .ec-layoutRole__contents {
    padding-bottom: 0;
  }
}
#page_tool_unit_convertor .l-content-start {
  padding-top: 140px;
  width: 100%;
}
@media (max-width: 1279px) {
  #page_tool_unit_convertor .l-content-start {
    padding-top: 121px;
  }
}
#page_tool_unit_convertor .l-content-start .l-main {
  padding-left: 0;
  max-width: 1024px;
  width: 100%;
  padding: 0 24px;
  padding-right: 0;
}
@media (max-width: 1279px) {
  #page_tool_unit_convertor .l-content-start .l-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#page_tool_unit_convertor .l-content-start .l-listpage-header {
  position: static;
  padding: 0 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px !important;
  height: 69px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #page_tool_unit_convertor .l-content-start .l-listpage-header {
    padding: 0 16px;
    height: 60px;
  }
}
#page_tool_unit_convertor .l-content-start .l-listpage-header .fix-header {
  height: auto;
}
#page_tool_unit_convertor .l-content-start .l-listpage-header .fix-header__title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 959px) {
  #page_tool_unit_convertor .l-content-start .l-listpage-header .fix-header__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-listpage-header {
    margin-bottom: 16px !important;
  }
}
#page_tool_unit_convertor .l-content-start .l-margin-big {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-margin-big {
    margin-bottom: 0;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 {
  padding: 0;
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 {
    margin-bottom: 40px;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 h2 {
  border-bottom: 1px solid #F44336;
  border-top: none;
  padding: 13px 8px;
  margin-bottom: 32px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 h2::before {
  content: none;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c {
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 40px;
  gap: 40px;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c {
    padding: 24px 8px;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__wrap {
  margin: 0;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__wrap > * {
  margin: 0;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__form-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__form-box:last-child {
  padding-top: 16px;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__choice {
    padding-bottom: 0;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__label {
  width: 96px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__label::before {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__title {
  border: none;
  margin: 0;
  padding-top: 0;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__sub-title {
  margin: 0;
  flex-basis: fit-content;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__box {
  gap: 8px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__eq {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__eq {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__target {
  border: none;
  padding-bottom: 24px;
  padding-top: 0;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__operation {
  padding-top: 24px;
  padding-bottom: 0;
  border-top: 1px solid #CCC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__operation {
    width: 100%;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__select {
  text-align: left;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0 12px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 96px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__input-area {
  width: 302px;
  align-items: center;
  margin: 0;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__input-area:nth-child(7) {
  margin-bottom: 8px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__input-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 305px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__input-select {
  margin-left: 8px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__input {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  border-radius: 4px;
  width: 140px;
  height: 44px;
  padding: 16px;
  text-align: right;
  color: var(--color-black22, #222);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .unit-c__unit {
  width: 80px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit h2 {
  margin-bottom: 16px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit__txt {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit__txt {
    padding: 0 8px 16px 8px;
    margin-bottom: 0;
  }
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit table {
  table-layout: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr {
  height: 32px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(1) td:nth-child(1) {
  width: 160px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(1) td:nth-child(2) {
  width: 116px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(1) td:nth-child(4) {
  width: 116px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(2) td:nth-child(1) {
  width: 200px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(2) td:nth-child(2) {
  width: 92px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(2) td:nth-child(3) {
  width: 200px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr:nth-child(2) td:nth-child(4) {
  width: 92px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit thead tr td {
  background-color: #222222;
  color: #FFFFFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  border-right: 1px solid #999999;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit tbody tr {
  height: 40px;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit tbody td {
  padding: 10px;
  color: #222222;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.4px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#page_tool_unit_convertor .l-content-start .l-main__wrap02 .tb-unit tbody td:first-child {
  font-size: 12px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.l-newsDetail .ec-layoutRole__contents {
  display: flex;
  justify-content: center;
  max-width: 1240px;
}
.l-newsDetail .l-content-start {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .l-newsDetail .l-content-start {
    padding-top: 122px;
  }
}
.l-newsDetail .l-main {
  width: 100%;
  max-width: 1024px;
  padding: 0 24px;
}
@media (max-width: 1279px) {
  .l-newsDetail .l-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 959px) {
  .l-newsDetail .l-main {
    padding: 0 8px;
  }
}
@media (max-width: 1279px) {
  .l-newsDetail .temp-pc {
    display: none;
  }
}
.l-newsDetail__archive {
  background-color: #F6F6F6;
  margin-bottom: 20px;
}
.l-newsDetail__archive__select {
  background: #FFF;
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
}
@media (max-width: 1279px) {
  .l-newsDetail__archive__list {
    padding: 15px;
  }
}
.l-newsDetail__archive__ul {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 25px;
}
@media (max-width: 1279px) {
  .l-newsDetail__archive__ul {
    display: none;
  }
}
.l-newsDetail__archive__li {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 0px 10px;
  margin: 4px 5px;
}
.l-newsDetail__title {
  margin-bottom: 10px;
}
.l-newsDetail__title__h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .l-newsDetail__title__h2 {
    font-size: 18px;
  }
}
.l-newsDetail__dates {
  width: 100%;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.l-newsDetail__content {
  margin-top: 30px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1279px) {
  .l-newsDetail__content {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.l-newsDetail__content h2 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0px 8px 10px;
  border-bottom: 1px solid #F44336;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1279px) {
  .l-newsDetail__content h2 {
    font-size: 16px;
  }
}
.l-newsDetail__pagination--ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  .l-newsDetail__pagination--ul {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 100px;
  }
}
.l-newsDetail__pagination__back {
  width: 144px;
  height: 48px;
  border: 1px solid #F44336;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 1279px) {
  .l-newsDetail__pagination__back {
    position: absolute;
    left: 0px;
    top: 70px;
  }
}
.l-newsDetail__pagination__back--link {
  color: #F44336;
  font-weight: 700;
  font-size: 14px;
}
.l-newsDetail__pagination__back--link::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #F44336;
  border-right: solid 1px #F44336;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  transform: rotate(-135deg);
}
.l-newsDetail__pagination__index {
  width: 320px;
  height: 48px;
  border: 1px solid #F44336;
  background-color: #F44336;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0px 35px;
}
@media (max-width: 1279px) {
  .l-newsDetail__pagination__index {
    width: 100%;
    margin: 0px;
    height: 56px;
  }
}
.l-newsDetail__pagination__index--link {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
}
.l-newsDetail__pagination__next {
  width: 144px;
  height: 48px;
  border: 1px solid #F44336;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 1279px) {
  .l-newsDetail__pagination__next {
    position: absolute;
    top: 70px;
    right: 0px;
  }
}
.l-newsDetail__pagination__next--link {
  color: #F44336;
  font-weight: 700;
  font-size: 14px;
}
.l-newsDetail__pagination__next--link::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #F44336;
  border-right: solid 1px #F44336;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}

#page_amazon_pay_shopping {
  font-family: "Noto Sans JP", sans-serif;
}
#page_amazon_pay_shopping .ec-layoutRole__contents {
  max-width: 1240px !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
#page_amazon_pay_shopping .ec-layoutRole__main {
  max-width: 1240px !important;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-layoutRole__main {
    flex-wrap: wrap;
  }
}
#page_amazon_pay_shopping .l-side-menu-wide-pc {
  display: none;
}
#page_amazon_pay_shopping div.ec-pageHeader h2 {
  display: none;
}
#page_amazon_pay_shopping .l-listpage-header {
  position: static;
  padding: 22px 16px;
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: 2px solid #F44336;
  margin-bottom: 32px;
}
#page_amazon_pay_shopping .l-listpage-header .fix-header {
  height: auto;
  display: flex;
  align-items: center;
}
#page_amazon_pay_shopping .l-listpage-header .fix-header__title {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
#page_amazon_pay_shopping .ec-amazonHeader {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-amazonHeader {
    display: none;
  }
}
#page_amazon_pay_shopping .ec-amazonHeader__label {
  background: #222222;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_amazon_pay_shopping .ec-amazonHeader__label:nth-child(1) {
  width: 50%;
}
#page_amazon_pay_shopping .ec-amazonHeader__label:nth-child(2) {
  width: 21%;
}
#page_amazon_pay_shopping .ec-amazonHeader__label:nth-child(3) {
  width: 19%;
}
#page_amazon_pay_shopping .ec-amazonHeader__label:nth-child(4) {
  width: 15%;
  line-height: 1.5;
}
#page_amazon_pay_shopping .ec-orderRole {
  padding-top: 62px;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-orderRole {
    padding: 62px 8px 0;
  }
}
#page_amazon_pay_shopping .ec-orderRole::after {
  content: none;
}
#page_amazon_pay_shopping .ec-orderRole__summary {
  position: relative;
  margin-top: 113px;
  max-width: 320px;
  width: 100% !important;
  padding: 0;
}
@media (max-width: 959px) {
  #page_amazon_pay_shopping .ec-orderRole__summary {
    min-height: 440px;
  }
}
@media (max-width: 768px) {
  #page_amazon_pay_shopping .ec-orderRole__summary {
    margin: 0 auto !important;
    max-width: none;
  }
}
#page_amazon_pay_shopping .ec-orderRole__summary h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
  margin-bottom: 19px;
}
#page_amazon_pay_shopping .ec-totalBox {
  padding: 20px 24px 24px;
  background: #F6F6F6;
  border: none;
  margin: 0 auto;
}
#page_amazon_pay_shopping .ec-totalBox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-totalBox h3 {
    padding-bottom: 19px;
    border-bottom: 1px solid #CCCCCC;
  }
}
#page_amazon_pay_shopping .ec-totalBox dd {
  text-align: right;
}
#page_amazon_pay_shopping .ec-totalBox__spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
#page_amazon_pay_shopping .ec-totalBox__spec:last-of-type {
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
  align-items: flex-start;
}
#page_amazon_pay_shopping .ec-totalBox__spec--postage {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
#page_amazon_pay_shopping .ec-totalBox__spec--free {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
  margin-top: 12px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-totalBox__spec--free {
    line-height: 1;
  }
}
#page_amazon_pay_shopping .ec-totalBox__spec--free span {
  color: #F44336;
}
#page_amazon_pay_shopping .ec-totalBox__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 32px;
  border-top: none;
}
#page_amazon_pay_shopping .ec-totalBox__total--heading {
  font-size: 14px;
  font-weight: 700;
}
#page_amazon_pay_shopping .ec-totalBox__price {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #F44336;
  line-height: 1;
}
#page_amazon_pay_shopping .ec-totalBox__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F44336;
}
#page_amazon_pay_shopping .ec-totalBox__shipping {
  margin-bottom: 8px;
}
#page_amazon_pay_shopping .ec-totalBox__shipping p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
}
#page_amazon_pay_shopping .ec-totalBox__button a {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F44336;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
#page_amazon_pay_shopping .ec-totalBox__button a:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .ec-totalBox__amazon {
  width: 100%;
  background-color: #E9E9E9;
  margin-bottom: 18px;
}
#page_amazon_pay_shopping .ec-totalBox__amazon a {
  display: block;
  width: 100%;
  margin-top: 16px;
}
#page_amazon_pay_shopping .ec-totalBox__amazon a:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .ec-totalBox__amazon a img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
#page_amazon_pay_shopping .ec-totalBox__return {
  text-align: center;
}
#page_amazon_pay_shopping .ec-totalBox__return a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #2740C5;
}
#page_amazon_pay_shopping .ec-totalBox__return a:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .price-list__info {
  line-height: 1.5;
}
#page_amazon_pay_shopping .ec-imageGrid {
  padding: 24px 0;
  display: flex;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid {
    margin: 0 8px;
    width: calc(100% - 8px);
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__img {
  width: 96px;
  padding-left: 24px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__img {
    width: 56px;
    padding-left: 8px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__img img {
  margin-left: 0;
  max-width: 72px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__img img {
    max-width: 48px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid:hover {
  background-color: transparent;
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content {
  margin-left: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content {
    display: block;
  }
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content p {
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content p:nth-child(2) {
    margin-top: 7px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__name {
  line-height: 1;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__name {
    padding-bottom: 8px;
    border-bottom: 1px solid #E9E9E9;
  }
}
@media (max-width: 768px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__name {
    margin-right: 16px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__name a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2740C5;
  line-height: 21px;
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__box {
  margin-right: 0;
  flex: 0.45;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__box {
    margin-bottom: 5px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  padding-right: 0;
  width: 15%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.2;
  border-bottom: none;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__number {
    display: none;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__number span {
  font-size: 14px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__numberSP {
    display: block;
    flex: 0.1;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__numberSP {
    margin-right: 17px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  width: 20%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.2;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__unit {
    flex: auto;
    justify-content: flex-end;
    margin-right: 8px;
  }
}
#page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__sub-total {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  width: 15%;
  flex: 0.15;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__sub-total {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 959px) {
  #page_amazon_pay_shopping .ec-imageGrid .ec-imageGrid__content .price-list__sub-total {
    padding-right: 17px;
  }
}
#page_amazon_pay_shopping .ec-rectHeading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding: 13px 8px;
  border-bottom: 1px solid #F44336;
  border-top: none;
  margin-bottom: 10px;
}
#page_amazon_pay_shopping .ec-rectHeading h2::before {
  content: none;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__title {
  border-bottom: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__change {
  position: initial;
}
#page_amazon_pay_shopping .ec-inlineBtn {
  max-width: 160px;
  width: 100%;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_amazon_pay_shopping .ec-inlineBtn:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .confirm-info__th {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 120px;
  padding: 16px 12px;
}
#page_amazon_pay_shopping .confirm-info__td {
  padding: 16px 12px;
}
#page_amazon_pay_shopping .confirm-info__td p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222222;
}
#page_amazon_pay_shopping .ec-orderDelivery {
  margin-bottom: 40px;
}
#page_amazon_pay_shopping .ec-orderPayment {
  margin-bottom: 39px;
}
#page_amazon_pay_shopping .ec-orderAccount::after {
  content: none;
}
#page_amazon_pay_shopping .ec-orderAccount .ec-orderAccount__account {
  margin-top: 24px;
  margin-bottom: 40px;
}
#page_amazon_pay_shopping .ec-zipInput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#page_amazon_pay_shopping .ec-zipInput span {
  margin-left: 0;
}
#page_amazon_pay_shopping .ec-select {
  margin-bottom: 10px;
}
#page_amazon_pay_shopping .ec-input {
  margin-bottom: 10px;
}
#page_amazon_pay_shopping .ec-input:last-of-type {
  margin-bottom: 0;
}
#page_amazon_pay_shopping .ec-zipInputHelp {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #page_amazon_pay_shopping .ec-zipInputHelp {
    margin-top: 0;
  }
}
#page_amazon_pay_shopping .ec-zipInputHelp a {
  border-radius: 4px;
  background-color: #FFFFFF;
}
#page_amazon_pay_shopping .ec-zipInputHelp a:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .ec-zipInputHelp a span {
  max-width: 184px;
  width: 100%;
  display: block;
  color: #222222 !important;
}
#page_amazon_pay_shopping .deliv-time_txt {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 26px;
  margin-bottom: 24px;
}
#page_amazon_pay_shopping .deliv-time_txt a {
  display: block;
  color: #2740C5;
}
#page_amazon_pay_shopping .ec-dateModal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  max-width: 660px;
  width: 100%;
  margin: 0 0;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-dateModal {
    top: 110px;
    transform: translateX(-50%) translateY(0);
    position: absolute;
    max-width: 343px;
  }
}
#page_amazon_pay_shopping .ec-dateModal p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-dateModal p {
    margin-bottom: 18px;
  }
}
#page_amazon_pay_shopping .ec-dateModal > div {
  position: relative;
}
#page_amazon_pay_shopping .ec-dateModal .ec-modalClose {
  position: absolute;
  top: -26px;
  right: -26px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-dateModal .ec-modalClose {
    top: -30px;
    right: 0;
  }
}
#page_amazon_pay_shopping .ec-dateModal table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-dateModal table {
    display: none !important;
  }
}
#page_amazon_pay_shopping .ec-dateModal table thead tr {
  background-color: #222222;
}
#page_amazon_pay_shopping .ec-dateModal table thead tr th {
  border: none;
  padding: 10px 38px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
#page_amazon_pay_shopping .ec-dateModal table tbody tr {
  background-color: #FFFFFF;
}
#page_amazon_pay_shopping .ec-dateModal table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
#page_amazon_pay_shopping .ec-dateModal table tbody tr:nth-child(even) td {
  border-left: 1px solid #F6F6F6;
  border-right: 1px solid #F6F6F6;
}
#page_amazon_pay_shopping .ec-dateModal table tbody tr:nth-child(odd) td {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#page_amazon_pay_shopping .ec-dateModal table tbody td {
  padding: 10px 38px;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  border-spacing: 0;
  border: 0 none;
  vertical-align: middle;
}
#page_amazon_pay_shopping .ec-dateModal table tbody td:first-child {
  text-align: center;
}
#page_amazon_pay_shopping .ec-dateModal table tbody td:last-child {
  text-align: center;
}
#page_amazon_pay_shopping .ec-dateModal .ec-modalBox {
  display: none;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-dateModal .ec-modalBox {
    display: block;
  }
}
#page_amazon_pay_shopping .ec-dateModal .ec-modalBox dl dt {
  background-color: #222222;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 16px;
}
#page_amazon_pay_shopping .ec-dateModal .ec-modalBox dl dd {
  background-color: #FFFFFF;
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 16px;
  border-bottom: 1px solid #CCCCCC;
}
#page_amazon_pay_shopping .ec-overlayRole {
  display: none;
  opacity: 1;
  background-color: rgba(34, 34, 34, 0.8);
  width: 102vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: visible;
}
#page_amazon_pay_shopping .ec-date {
  background-color: #F6F6F6;
  padding: 0 56px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date {
    padding: 0 8px;
  }
}
#page_amazon_pay_shopping .ec-date dl {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  padding: 24px 0px 16px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl {
    display: block;
    padding: 16px 0px;
  }
}
#page_amazon_pay_shopping .ec-date dl:last-child {
  border-bottom: none;
}
#page_amazon_pay_shopping .ec-date dl dt {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  max-width: 184px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl dt {
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
#page_amazon_pay_shopping .ec-date dl dd {
  flex: 1;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation {
  border-radius: 4px;
  font-size: 14px;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl dd .ec-designation {
    margin-top: 8px;
  }
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox] {
  display: none;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox] + label {
  display: block;
  padding: 6px 6px 6px 36px;
  position: relative;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  max-width: 106px;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox] + label::before {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 8px;
  box-sizing: border-box;
  content: "";
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 3px;
  transform: translateY(-50%);
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox] + label::after {
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 18px;
  left: 15px;
  box-sizing: border-box;
  content: "";
  border-right: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  transform: translateY(-50%) rotate(45deg);
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox]:checked + label:before {
  background-color: #222222;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-designation input[type=checkbox]:checked + label::after {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl dd .ec-calendar {
    display: block;
  }
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table {
  width: 268px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table:first-of-type {
    margin-bottom: 24px;
  }
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th {
  text-align: center;
  vertical-align: middle;
  background-color: #E9E9E9;
  color: #222222;
  border: 2px solid #F6F6F6;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th.apg_sc_header {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  text-align: left;
  background-color: transparent;
  padding-bottom: 4px;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr th.apg_sc_header th {
  padding-bottom: 16px;
  height: 30px;
  vertical-align: top;
  text-align: left;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td {
  text-align: center;
  vertical-align: middle;
  background-color: #E9E9E9;
  color: #999999;
  border: 2px solid #F6F6F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  height: 28px;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td.ec-possible {
  color: #222222;
  background-color: #FFFFFF;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-calendar .apg_sc_table tbody tr td.ec-possibleHoliday {
  color: #F44336;
  background-color: #FFFFFF;
}
#page_amazon_pay_shopping .ec-date dl dd .ec-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0 0;
}
#page_amazon_pay_shopping .ec-date dl .deliv-time__select {
  width: 150px;
  height: 38px;
  border-radius: 4px;
  padding-left: 10px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl .deliv-time__select {
    max-width: 150px;
    min-width: auto;
    width: 100%;
  }
}
#page_amazon_pay_shopping .ec-date dl.ec-timezone {
  padding: 24px 0;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-date dl.ec-timezone dt {
    margin-bottom: 16px;
  }
}
#page_amazon_pay_shopping .other-inquiry .other-inquiry__h3 {
  margin-bottom: 24px;
}
#page_amazon_pay_shopping .other-inquiry .other-inquiry__txt {
  height: 160px;
}
#page_amazon_pay_shopping .ec-rectHeading .ec-rectHeading__h2 {
  margin-bottom: 24px;
}
#page_amazon_pay_shopping #shopping_order_message {
  height: 160px;
}
#page_amazon_pay_shopping .ec-totalBox h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #CCCCCC;
}
#page_amazon_pay_shopping .ec-totalBox__spec {
  margin-bottom: 22px !important;
}
#page_amazon_pay_shopping .ec-totalBox__spec:last-of-type {
  border-bottom: none;
  margin-bottom: 8px !important;
}
#page_amazon_pay_shopping .ec-totalBox__paymentTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  margin-top: 34px;
  padding-bottom: 27px;
}
#page_amazon_pay_shopping .ec-totalBox__paymentTotal dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
#page_amazon_pay_shopping .ec-totalBox__paymentTotal dd {
  color: #F44336;
  font-size: 14px;
  font-weight: 700;
}
#page_amazon_pay_shopping .ec-totalBox__paymentTotal dd .ec-totalBox__price {
  color: #F44336;
  font-size: 24px;
  font-weight: 700;
}
#page_amazon_pay_shopping .ec-totalBox__btn .ec-blockBtn--action {
  background-color: #F44336;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 45px;
  margin-bottom: 16px;
}
#page_amazon_pay_shopping .ec-totalBox__btn .ec-blockBtn--action:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .ec-totalBox__btn .ec-blockBtn--cancel {
  background-color: transparent;
  border: none;
  color: #2740C5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  height: auto;
  line-height: 1;
}
#page_amazon_pay_shopping .ec-inquiry {
  margin-bottom: 50px;
}
#page_amazon_pay_shopping .caution-screw .caution-screw__item--1 {
  flex-wrap: nowrap;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .caution-screw .caution-screw__item--1 {
    flex-wrap: wrap;
  }
}
#page_amazon_pay_shopping .caution-screw .caution-screw__item--2 {
  flex-wrap: nowrap;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .caution-screw .caution-screw__item--2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-unitNumber {
    display: none;
  }
}
#page_amazon_pay_shopping .ec-unitNumberSP {
  display: none;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .ec-unitNumberSP {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    margin-top: 8px;
  }
}
@media (max-width: 959px) {
  #page_amazon_pay_shopping .ec-unitNumberSP {
    padding-right: 17px;
  }
}
#page_amazon_pay_shopping .confirm-info__tr {
  display: table-row;
}
#page_amazon_pay_shopping .confirm-info__tr .confirm-info__th {
  display: table-cell;
  vertical-align: middle;
}
#page_amazon_pay_shopping .confirm-info__tr .confirm-info__td {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 120px);
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .l-margin-half {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping div.ec-orderConfirm {
    margin-bottom: 50px;
  }
}
#page_amazon_pay_shopping .amazon-source__txt {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}
#page_amazon_pay_shopping .amazon-source__txt .amazon-source__att {
  color: #F44336;
}
#page_amazon_pay_shopping .non-customer-edit {
  margin-bottom: 10px;
}
#page_amazon_pay_shopping .non-customer-edit dl {
  border: none;
}
#page_amazon_pay_shopping .non-customer-edit dl dt {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background-color: #F6F6F6;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 22.5px 12px;
  max-width: 185px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #page_amazon_pay_shopping .non-customer-edit dl dt {
    max-width: none;
    width: 100%;
    padding: 18.5px 12px;
  }
}
#page_amazon_pay_shopping .non-customer-edit dl dd {
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: none;
  border-left: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}
@media (max-width: 768px) {
  #page_amazon_pay_shopping .non-customer-edit dl dd {
    border-left: 1px solid #999999;
  }
}
#page_amazon_pay_shopping .non-customer-edit dl dd input {
  height: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
  color: #222222;
  border: 1px solid #999999;
  border-radius: 4px;
}
#page_amazon_pay_shopping .non-customer-edit dl dd input::-moz-placeholder {
  color: #999999;
}
#page_amazon_pay_shopping .non-customer-edit dl dd input::placeholder {
  color: #999999;
}
#page_amazon_pay_shopping .non-customer-edit dl dd .ec-halfInput {
  display: flex;
}
#page_amazon_pay_shopping .non-customer-edit dl .ec-required {
  border: 1px solid #F44336;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #F44336;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  display: inline-block;
  margin-left: 10px;
}
#page_amazon_pay_shopping .non-customer-edit dl:last-child dt {
  border-bottom: 1px solid #999999;
}
#page_amazon_pay_shopping .non-customer-edit dl:last-child dd {
  border-bottom: 1px solid #999999;
}
#page_amazon_pay_shopping .non-customer-edit dl .customer-postal_code {
  padding: 0;
  width: auto;
}
#page_amazon_pay_shopping .non-customer-edit dl .ec-ordererLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222222;
  line-height: 1;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit0 {
  max-width: 160px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit1 {
  max-width: 160px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit2 {
  max-width: 160px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit3 {
  max-width: 160px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit5 {
  max-width: 105px;
  margin-right: 0;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit6 {
  max-width: 144px;
  width: 100%;
  background-color: #FFFFFF;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit7 {
  max-width: 440px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit8 {
  max-width: 440px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit9 {
  max-width: 440px;
  width: 100%;
}
#page_amazon_pay_shopping .non-customer-edit dl #edit10 {
  max-width: 440px;
  width: 100%;
}
#page_amazon_pay_shopping .mod-button {
  display: flex;
  gap: 10px;
}
@media (max-width: 959px) {
  #page_amazon_pay_shopping .mod-button {
    justify-content: center;
  }
}
#page_amazon_pay_shopping .mod-button span {
  display: block;
  max-width: 160px;
  width: 100%;
  height: 40px;
  border: none;
}
#page_amazon_pay_shopping .mod-button span button {
  border-radius: 4px;
  border: 1px solid #999999;
}
#page_amazon_pay_shopping .mod-button span button:hover {
  opacity: 0.8;
}
#page_amazon_pay_shopping .ec-totalBox-under {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding-top: 16px;
}
#page_amazon_pay_shopping .amazon_customer_regist_v2 {
  position: fixed;
  top: 640px;
  width: 320px;
}
@media (max-width: 1279px) {
  #page_amazon_pay_shopping .amazon_customer_regist_v2 {
    position: inherit;
    top: auto;
  }
}

#page_product_list .epoxy-hero__area {
  display: none !important;
}
#page_product_list .vegas-wrapper .epoxy-hero__area {
  display: flex !important;
}
#page_product_list .h-slide {
  opacity: 0;
  aspect-ratio: 976/203;
  overflow-y: hidden;
}
#page_product_list .h-slide.slick-initialized {
  opacity: 1;
  aspect-ratio: initial;
  overflow-y: visible;
}

.p-list-table {
  position: fixed;
}
.p-list-table thead {
  background: #222222;
  color: #FFFFFF;
  height: 32px !important;
  line-height: 1;
}
.p-list-table thead .p-list__head {
  height: 32px;
}
.p-list-table thead th {
  height: 32px;
  line-height: 1 !important;
}
/*# sourceMappingURL=style2.css.map */