/* ==========================================================================
Page Name : Index
========================================================================== */
/* Mainslider | index
   ========================================================================== */
.slick-slide {
  width: 100%;
  height: 46vw !important;
  position: relative;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  z-index: 10;
  cursor: pointer;
  background: #f3f3f3;
  text-indent: -9999px;
  border: none;
  outline: none;
}

.slick-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #54b8b4;
  border-bottom: 2px solid #54b8b4;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
}

.slick-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #54b8b4;
  border-bottom: 2px solid #54b8b4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
}

.information {
  width: 400px;
  height: 370px;
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 50;
  margin-top: -185px;
  background-color: rgba(255, 255, 255, 0.8);
}

.information .s_info1 {
  padding: 40px 0 126px 40px;
}

.information .s_info2 {
  padding: 0;
}

.information .s_info3 {
  padding: 0;
}
.information .s_info4 {
  padding: 0;
}

.information .s_info1 h2 {
  line-height: 1.8;
  letter-spacing: 5px;
  margin-bottom: 6px;
  color: #000;
  font-size: 25px;
}

.information .s_info1 p {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #676767;
  padding-right: 40px;
}

.information .s_info2,
.information .s_info3,
.information .s_info4 {
  width: 100%;
  display: table;
}

.information .s_info2 span,
.information .s_info3 span,
.information .s_info4 span {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 260px;
}

.information .s_info2 img {
  height: 54px;
  width: auto;
  margin: 0 auto;
}

.information .s_info3 img {
  height: 84px;
  width: auto;
  margin: 0 auto;
}

.information .s_info4 img {
  height: 25px;
  width: auto;
  margin: 0 auto;
}


.information .btn_link {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  text-align: center;
}

.information .btn_link a {
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 3px;
  text-align: center;
  background-color: #53B9B5;
  color: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

#container .main_visual {
  width: 100%;
  min-height: 46vw;
  background: #F9F9F9;
}

@media screen and (max-width: 1024px) {
  .main_visual {
    width: 100%;
    min-height: 145vw;
    background: #F9F9F9;
  }

  .slick-slide {
    min-height: 145vw !important;
  }

  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px;
    background: none;
  }

  .slick-prev:after {
    width: 26px;
    height: 26px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
  }

  .slick-next:after {
    width: 26px;
    height: 26px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 0;
  }

  .information {
    width: 80%;
    height: auto;
    position: absolute;
    top: 30px;
    opacity: 0;
    left: 50%;
    z-index: 50;
    margin-top: 0;
    margin-left: -40%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .information .s_info1 {
    padding: 20px;
  }

  .main_visual .s_info1 h2 {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 4px;
    margin-bottom: 6px;
    color: #000;
  }

  .main_visual .s_info2 span,
  .main_visual .s_info3 span,
  .information .s_info4 span {
    height: 144px;
  }

  .btn_link {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .btn_link a {
    display: inline-block;
    width: 58%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #53B9B5;
    color: #FFF;
    letter-spacing: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
  }
}


/* cont_news | index
   ========================================================================== */
#contents .cont_news {
  padding: 30px 0;
}

.news_inner {
  max-width: 1440px;
  padding: 0 120px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.news_inner h2 {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 170%;
}

.news_inner p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 170%;
}

@media screen and (max-width: 1024px) {
  #contents .cont_news {
    padding: 20px 30px;
    margin: 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  #contents .news_inner {
    width: 100%;
    padding: 0;
  }
  .news_inner h2 {
    font-size: 100%;
    letter-spacing: 0;
  }
  .news_inner p {
    color: #333;
    letter-spacing: 0;
    font-size: inherit;
  }
}

/* Package | index
   ========================================================================== */
.cont_bg3 {
  background: #F4F3F3;
}
.cont_package {
  padding: 70px 0;
}

.cont_package .cont_package_inner {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.cont_package .cont_package_inner .package_image {
  float: left;
  width: 33.3%;
  padding-left: 20px;
  box-sizing: border-box;
}

.cont_package .cont_package_inner .package_image img {
  width: 100%;
}

.cont_package .cont_package_inner .packages_in {
  float: right;
  width: 62%;
  text-align: left;
}

.cont_package .cont_package_inner .packages_in h2 {
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  padding: 15px 0;
}

.cont_package .cont_package_inner .packages_in p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #676767;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.cont_package .cont_package_inner .more_link {
  text-align: left;
}
.image_sp {
  display: none !important;
}

/*add*/
.cont_package .cont_package_inner2 {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.cont_package .cont_package_inner2 .package_image {
  float: left;
  width: 28%;
  box-sizing: border-box;
  padding-left: 150px;
}
.cont_package .cont_package_inner2 .package_image img {
  width: 100%;
}
.cont_package .cont_package_inner2 .packages_in {
  float: right;
  width: 67%;
  text-align: left;
}
.cont_package .cont_package_inner2 .packages_in h2 {
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  padding: 15px 0;
}
.cont_package .cont_package_inner2 .more_link {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cont_package {
    padding: 50px 0;
  }

  .cont_package .cont_package_inner .more_link {
    text-align: center;
  }

  .cont_package .cont_package_inner .package_image {
    display: none;
  }

  .image_sp {
    display: block !important;
  }

  .cont_package .cont_package_inner .packages_in {
    width: 100%;
  }

  .cont_package .cont_package_inner .packages_in h2 {
    font-size: 1.0rem;
    padding-top: 0;
    text-align: center;
  }

  .cont_package .cont_package_inner .image_sp {
    display: block;
    padding: 10px 40px 20px;
  }

  .cont_package .cont_package_inner .packages_in p {
    font-size: 0.9rem;
    line-height: 160%;
    color: #000;
    padding: 0 30px;
  }

  /*add*/
  .cont_package .cont_package_inner2 .image_sp {
    display: block;
    padding: 10px 100px 20px;
  }
    .cont_package .cont_package_inner2 .more_link {
    text-align: center;
  }

  .cont_package .cont_package_inner2 .package_image {
    display: none;
  }
  .cont_package .cont_package_inner2 .packages_in {
    width: 100%;
  }
  .cont_package .cont_package_inner2 .packages_in h2 {
    font-size: 1.0rem;
    padding-top: 0;
    text-align: center;
    padding: 0 30px;
  }

}

/* Merit | index
   ========================================================================== */
.cont_merit {
  background: #eff8f8;
  padding: 100px 0
}

.cont_merit .subjects {
  width: 100%;
  position: relative;
  min-height: 436px;
}

.cont_merit .subjects .subjects_in {
  max-width: 720px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 50%;
}

.cont_merit .subjects h2 {
  padding: 68px 0 68px 120px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 5px solid #D8EEEE;
}

.cont_merit .subjects .image {
  max-width: 720px;
  position: absolute;
  top: 0;
  left: 50%;
}

.cont_merit ul {
  max-width: 1440px;
  padding: 60px 120px;
  margin: 0 auto;
  overflow: hidden;
}

.cont_merit li {
  width: 33.3%;
  float: left;
}

.cont_merit li:last-child {
  padding-right: 0;
}

.cont_merit li .demerit,
.cont_merit li .arrow {
  margin-bottom: 30px;
  color: #676767;
  line-height: 1.9;
}

.cont_merit li .merit {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.9;
}

.cont_merit li .demerit span,
.cont_merit li .arrow span,
.cont_merit li .merit span {
  max-width: 230px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}

.cont_merit li .merit span {
  vertical-align: top;
}

.cont_merit li .demerit .icon,
.cont_merit li .arrow .icon,
.cont_merit li .merit .icon {
  width: 50px;
  margin-right: 20px;
  text-align: center;
}

.cont_merit li .merit .icon {
  padding-top: 7px;
}

.cont_merit li .demerit .icon img {
  width: 26px;
  height: auto;
}

.cont_merit li .arrow .icon img {
  width: 16px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .cont_merit {
    padding: 50px 0 0 0;
  }

  .cont_merit .subjects {
    min-height: inherit;
  }

  .cont_merit .subjects .subjects_in {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .cont_merit .subjects h2 {
    padding: 0;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 50px;
  }

  .cont_merit .subjects .image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 0 30px;
  }

  .merit_list {
    padding: 50px 0;
  }

  .cont_merit ul {
    width: 100%;
    padding: 0 15% 10px;
  }

  .cont_merit li {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CBD0D0;
  }

  .cont_merit li .demerit,
  .cont_merit li .arrow {
    margin-bottom: 8px;
    font-size: 0.95rem;
  }

  .cont_merit li .demerit .icon,
  .cont_merit li .arrow .icon,
  .cont_merit li .merit .icon {
    width: 40px;
    margin-right: 10px;
  }

  .cont_merit li .demerit .icon img {
    width: 20px;
    height: auto;
  }

  .cont_merit li .demerit span,
  .cont_merit li .arrow span,
  .cont_merit li .merit span {
    width: 75%;
  }

  .cont_merit li .arrow .icon img {
    width: 10px;
    height: auto;
  }

  .cont_merit li .merit {
    font-size: 1.0rem;
  }
}

/* Select | index
   ========================================================================== */
.cont_select {
  background: #F3F3F3;
  padding: 100px 0;
}

.cont_select .subjects {
  width: 100%;
  min-height: 436px;
  position: relative;
  z-index: 0;
}

.cont_select .subjects .subjects_in {
  max-width: 720px;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
}

.cont_select .subjects .image {
  max-width: 720px;
  position: absolute;
  top: 0;
  right: 50%;
}

.cont_select .subjects h2 {
  padding: 68px 0 68px 100px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 5px solid #E9E9E9;
}

.cont_select .select_list ul {
  max-width: 1440px;
  padding: 55px 120px;
  margin: 0 auto;
}

.cont_select .select_list li {
  width: 33.3%;
  padding: 0 50px;
  float: left
}

.option_henkyaku,
.option_konyu,
.option_keizoku {
  text-align: center;
  height: 55px;
  margin-bottom: 40px;
}

.option_henkyaku img,
.option_konyu img,
.option_keizoku img {
  width: 55px;
}

.option_konyu {
  padding-top: 5px;
}

.option_keizoku {
  padding-top: 10px
}

.cont_select .select_list h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.17em;
}

.cont_select .select_list p {
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.17em;
  line-height: 1.6em;
}

.cont_select .select_list p br.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cont_select {
    padding: 50px 0;
  }

  .cont_select .subjects {
    min-height: inherit;
  }

  .cont_select .subjects .subjects_in {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .cont_select .subjects h2 {
    font-size: 1rem;
    text-align: center;
    padding: 0 0 50px;
  }

  .cont_select .subjects .image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 0 30px;
  }

  .cont_select .select_list ul {
    width: 100%;
    display: block;
    padding: 40px 15% 4%;
  }

  .cont_select .select_list li {
    width: 100%;
    margin-bottom: 8%;
    display: table;
    padding: 0;
  }

  .cont_select .select_list h4 {
    position: relative;
    width: 30%;
    float: left;
    font-size: 14px;
    padding-top: 45px;
    letter-spacing: 0.3em;
    display: table-cell;
    float: none;
  }

  .cont_select .select_list p {
    width: 55%;
    display: table-cell;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: 6%;
    float: none;
    vertical-align: middle;
  }

  .option_henkyaku,
  .option_konyu,
  .option_keizoku {
    display: none;
  }

  .cont_select .select_list .option_henkyaku+h4:before {
    position: absolute;
    content: "";
    background: url("https://subsclife.com/img/about-subsclife-2b_svg_shuryo.svg") no-repeat;
    background-position: 0 50%;
    width: 38px;
    height: 38px;
    top: 0;
    left: 50%;
    margin-left: -21.5px;
  }

  .cont_select .select_list .option_konyu+h4:before {
    position: absolute;
    content: "";
    background: url("https://subsclife.com/img/about-subsclife-2b_svg_kounyuu.svg") no-repeat;
    background-position: 0 50%;
    width: 38px;
    height: 38px;
    top: 0;
    left: 50%;
    margin-left: -21.5px;
  }

  .cont_select .select_list .option_keizoku+h4:before {
    position: absolute;
    content: "";
    background: url("https://subsclife.com/img/about-subsclife-2b_svg_keizoku.svg") no-repeat;
    background-position: 0 60%;
    width: 38px;
    height: 38px;
    top: 0;
    left: 50%;
    margin-left: -21.5px;
  }
}

/* Brand | index
   ========================================================================== */
.cont_brand {
  padding: 91px 0 64px;
  text-align: center;
}

.cont_brand h3 {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 35px;
  color: #000;
    font-weight: 500;
}

.cont_brand ul {
  /*max-width: 1280px;*/
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.cont_brand li {
    width: 23%;
    display: inline-block;
    margin: 0 1% 40px 1%;
}

.cont_brand li .brand_zoom {
  display: block;
  width: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.cont_brand li .brand_zoom .image>div {
  position: relative;
  width: 100%;
  height: auto;
}

.cont_brand li .brand_zoom .logo {
  display: table;
  width: 100%;
  min-height: 55px;
}

.cont_brand li .brand_zoom .logo span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cont_brand li .brand_zoom .kamarq img {
  height: 29px;
  width: auto;
}

.cont_brand li .brand_zoom .simples img {
  height: 34px;
  width: auto;
}

.cont_brand li .brand_zoom .vj img {
  height: 37px;
  width: auto;
}

.cont_brand li .brand_zoom .js img {
  height: 27px;
  width: auto;
}

.cont_brand li .brand_zoom .acme img {
  height: 35px;
  width: auto;
}

.cont_brand li .brand_zoom .cado img {
  height: 40px;
  width: auto;
}

.cont_brand li .brand_zoom .twinbird img {
  height: 21px;
  width: auto;
}

.cont_brand li .brand_zoom .fdb img {
  height: 35px;
  width: auto;
}

.cont_brand li .brand_zoom .asplund img {
  height: 14px;
  width: auto;
}
.cont_brand li .brand_zoom .bo img {
  height: 13px;
  width: auto;
}
.cont_brand li .brand_zoom .balmuda img {
  height: 16px;
  width: auto;
}
.cont_brand li .brand_zoom .boconcept img {
  height: 22px;
    margin-top: 4px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .cont_brand {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }

  .cont_brand h3 {
    font-size: 1.29rem;
    text-align: left;
    padding: 0 0 20px;
    margin-bottom: 0;
  }

  .cont_brand li {
    width: 46%;
    display: inline-block;
    margin: 0 2%;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .cont_brand li .brand_zoom {
    width: 100%;
  }

  .cont_brand li .brand_zoom .image {
    width: 100%;
    height: auto;
  }

  .cont_brand li .brand_zoom .image>div {
    position: relative;
    width: 100%;
    height: auto;
  }

  .cont_brand li .brand_zoom .logo {
    min-height: inherit;
  }

  .cont_brand li .brand_zoom .logo span {
    height: 58px !important;
  }

  .cont_brand li .brand_zoom .logo img {
    vertical-align: middle;
  }

  .cont_brand li .brand_zoom .kamarq img {
    height: 18px;
    width: auto;
  }

  .cont_brand li .brand_zoom .simples img {
    height: 22px;
    width: auto;
  }

  .cont_brand li .brand_zoom .vj img {
    height: 27px;
    width: auto;
  }

  .cont_brand li .brand_zoom .js img {
    height: 28px;
    width: auto;
  }

  .cont_brand li .brand_zoom .acme img {
    height: 40px;
    width: auto;
  }

  .cont_brand li .brand_zoom .cado img {
    height: 26px;
    width: auto;
  }

  .cont_brand li .brand_zoom .twinbird img {
    height: 20px;
    width: auto;
  }

  .cont_brand li .brand_zoom .fdb img {
    height: 40px;
    width: auto;
  }

  .cont_brand li .brand_zoom .asplund img {
    height: 12px;
    width: auto;
  }

  .cont_brand li .brand_zoom .bo img {
    height: 12px;
    width: auto;
  }

  .cont_brand li .brand_zoom .balmuda img {
    height: 16px;
    width: auto;
  }
}

/* Service | index
   ========================================================================== */
.cont_service {
  background: #F7F7F3;
}

.cont_service_bg {
  width: 100%;
  display: table;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 435px;
}

.cont_service .cont_service_in {
  width: 50%;
  max-width: 640px;
  display: table-cell;
  position: relative;
  top: 0;
  right: 0;
  padding: 30px 150px 30px 120px;
  text-align: right;
  vertical-align: middle;
}

.cont_service .cont_service_in h2 {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 7.5px;
  margin-bottom: 40px;
  color: #000;
  font-size: 25px;
}

.cont_service .service_image {
  width: 50%;
  display: table-cell !important;
  background-image: url(../img/index/top_cont_image6.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .cont_service {
    padding: 50px 0;
    min-height: inherit;
    text-align: center;
  }

  .cont_service .cont_service_in {
    width: 100%;
    min-height: inherit;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 0;
    padding: 0;
  }

  .cont_service .cont_service_in h2 {
    padding: 0 calc(30px + 8%) 30px calc(30px + 8%);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 7.2px;
    text-align: center;
    margin-bottom: 0;
  }

  .cont_service .image {
    max-width: none;
    width: 100%;
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 30px 50px 30px;
  }
}

/* ==========================================================================
Page Name : 002 list
========================================================================== */
.items_002_wrapper {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  .items_002_wrapper {
    max-width: 100%;
    padding-left: 6.666666666666667vw;
    padding-right: 6.666666666666667vw;
  }
}

.items_002_filter_section {
  background-color: #f2f2f2;
  padding: 29px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_002_filter_section {
    background-color: transparent;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.333333333333334vw;
    border: 1px solid #b2b2b2;
    padding: 0 4.6vw;
  }
}

.items_002_filter_toggle_button {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_002_filter_toggle_button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 4.6vw * 2);
    height: 18vw;
    padding-left: 4.6vw;
    font-size: 5vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 1;
    text-align: left;
    position: relative;
  }

  .items_002_filter_toggle_button:focus {
    outline: none;
  }

  .items_002_filter_toggle_button:before {
    content: '';
    display: block;
    background-color: #54b8b4;
    position: absolute;
    right: 3vw;
    width: 9vw;
    height: 9vw;
  }

  .items_002_filter_toggle_button:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -0.26666666666666666vw;
    right: 6.17157287525381vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.8vw solid #fff;
    border-top: 0.8vw solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .items_002_filter_toggle_button.active:after {
    margin-top: 0.26666666666666666vw;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .items_002_filter_toggle_button span {
    margin-top: 1.5584415584415585vw;
  }

  @media not all and (hover: none) {
    .items_002_filter_toggle_button:hover {
      cursor: pointer;
      opacity: 0.7;
    }
  }
}

.items_002_filter_title {
  font-weight: bold;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  .items_002_filter_title {
    display: none;
  }
}

.items_002_filter_separator {
  width: 3px;
  height: 52px;
  background-color: #74c8c8;
  margin: 0 70px 0 65px;
}

@media screen and (max-width: 1024px) {
  .items_002_filter_separator {
    display: none;
  }
}

.items_002_filter_category {
  font-weight: bold;
  font-size: 16px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_002_filter_category {
    display: none;
    font-weight: normal;
    font-size: 3.3vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 8.5vw;
  }

  .items_002_filter_category.active {
    display: block;
  }
}

.items_002_pagination_top {
  margin: 30px auto 50px;
}

.items_002_pagination_top>span span {
  margin-top: 3px;
}

.items_002_pagination_top ul li {
  padding-top: 2px;
}

.items_002_pagination_top ul li a,
.items_002_pagination_top ul li span {
  margin-top: -2px;
  height: calc(100% + 2px);
  padding-top: 2px;
  padding-left: 2px;
}

@media screen and (max-width: 1024px) {
  .items_002_pagination_top {
    display: none;
  }
}

.items_002_pagination_bottom {
  margin-top: 80px;
}

.items_002_pagination_bottom>span span {
  margin-top: 3px;
}

.items_002_pagination_bottom ul li {
  padding-top: 2px;
}

.items_002_pagination_bottom ul li a,
.items_002_pagination_bottom ul li span {
  margin-top: -2px;
  height: calc(100% + 2px);
  padding-top: 2px;
}

@media screen and (max-width: 1024px) {
  .items_002_pagination_bottom {
    display: none;
  }
}

.items_002_item_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .items_002_item_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.items_002_popular_wrapper {
  width: 100%;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .items_002_popular_wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12vw;
  }
}

.items_002_item_list_popular {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_002_item_list_popular {
    margin-top: 10vw;
  }
}

/* ==========================================================================
Page Name : list
========================================================================== */
.items_003_wrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1600px;
}

@media screen and (max-width: 1024px) {
  .items_003_wrapper {
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 24vw;
    padding-top: 0;
  }
}

.items_003_wrapper .item-options {
  width: 100%;
}

.items_003_wrapper .item-qty.item-qty-item {
  width: 100%;
}

.items_003_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .items_003_section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.items_003_slick_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: calc((100% - 40px) / 2);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_003_slick_wrapper {
    margin-left: -6.6000000000000005vw;
    width: 100vw;
    max-width: 100vw;
  }

  .items_003_slick_wrapper .slick-slide {
    min-height: 100vw !important;
  }
}

.items_003_slick_wrapper .items_003_slick {
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #f8f3f1;
  position: relative;
}

.items_003_slick_wrapper .items_003_slick img,
.items_003_slick_wrapper .items_003_slick .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}

.items_003_slick_wrapper #slick-prev-custom-arrow {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_003_slick_wrapper #slick-prev-custom-arrow {
    display: block;
    width: 9.6vw !important;
    height: 9.6vw !important;
    left: 1vw;
    margin-top: calc(-9.6vw / 2);
  }
}

.items_003_slick_wrapper #slick-next-custom-arrow {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_003_slick_wrapper #slick-next-custom-arrow {
    display: block;
    width: 9.6vw !important;
    height: 9.6vw !important;
    right: 1vw;
    margin-top: calc(-9.6vw / 2);
  }
}

.items_003_slick_wrapper .items_003_slick_thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}

.items_003_display_pc {
	display: block !Important;
}

@media screen and (max-width: 1024px) {
  .items_003_slick_wrapper .items_003_slick_thumbnails {
    display: none;
  }
  .items_003_display_pc {
	display: none !Important;
  }
}

.items_003_slick_wrapper .items_003_slick_thumbnails img {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  margin: 2px;
}

.items_003_slick_wrapper .items_003_slick_thumbnails img.active {
  border: 2px solid #54b8b4;
}

@media not all and (hover: none) {
  .items_003_slick_wrapper .items_003_slick_thumbnails img:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .items_003_slick_wrapper .items_003_slick_thumbnails img.active:hover {
    cursor: default;
    opacity: 1;
  }
}

.items_003_main_wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: calc((100% - 40px) / 2);
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .items_003_main_wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-top: 5.3vw;
  }
}

.items_003_heading_name {
  font-size: 28px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 40px;
  margin-left: 120px;
}

@media screen and (max-width: 1024px) {
  .items_003_heading_name {
    font-size: 8vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 11vw;
    margin-left: 0;
    text-align: center;
  }
}

.items_003_main_list {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_003_main_list {
    margin-top: 5.3vw;
  }
}

.items_003_main_list>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_003_main_list>li {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.items_003_main_list>li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_003_main_list>li {
    margin-top: 6.6vw;
  }

  .items_003_main_list>li:first-of-type {
    margin-top: 0;
  }
}

.items_003_main_list>li>span {
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.7);
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .items_003_main_list>li>span {
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 2.6vw;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.items_003_color_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items_003_color_list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

@media screen and (max-width: 1024px) {
  .items_003_color_list li {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
    width: calc(100% / 2);
    height: 12vw;
  }
}

@media not all and (hover: none) {
  .items_003_color_list li:hover {
    cursor: pointer;
    background-color: #fff;
  }
}

.items_003_color_list li:nth-of-type(1),
.items_003_color_list li:nth-of-type(2),
.items_003_color_list li:nth-of-type(3) {
  border-top-width: 0;
}

@media screen and (max-width: 1024px) {
  .items_003_color_list li {
    border-top: 1px solid #dcdcdc;
  }

  .items_003_color_list li:nth-of-type(3) {
    border-top: 1px solid #dcdcdc;
  }

  .items_003_color_list li:nth-of-type(1),
  .items_003_color_list li:nth-of-type(2) {
    border-top-width: 0;
  }
}

.items_003_color_list li:nth-of-type(3n + 1) {
  border-left-width: 0;
}

@media screen and (max-width: 1024px) {
  .items_003_color_list li {
    border-left: 1px solid #dcdcdc;
  }

  .items_003_color_list li:nth-of-type(3n + 1) {
    border-left: 1px solid #dcdcdc;
  }

  .items_003_color_list li:nth-of-type(2n + 1) {
    border-left-width: 0;
  }
}

.items_003_color_list li.active {
  background-color: #fff;
  border: 4px solid #54b8b4;
}

.items_003_color_list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.items_003_color_list li span {
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  margin-left: 10px;
  padding-top: 4px;
}

@media screen and (max-width: 1024px) {
  .items_003_color_list li span {
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    padding-top: 0;
  }
}

.items_003_selector {
  width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_003_selector {
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    width: 100%;
  }
}

.items_003_selector:before {
  content: '';
  display: block;
  background-color: #54b8b4;
  position: absolute;
  right: 8px;
  width: 36px;
  height: 36px;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .items_003_selector:before {
    right: 3vw;
    width: 9vw;
    height: 9vw;
  }
}

.items_003_selector:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -2px;
  right: 21px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .items_003_selector:after {
    margin-top: -0.26666666666666666vw;
    right: 6.444444444444445vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.8vw solid #fff;
    border-top: 0.8vw solid #fff;
  }
}

.items_003_selector select {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  border: 1px solid #999;
  border-radius: 0;
  font-size: 15px;
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .items_003_selector select {
    width: 100%;
    height: 13.333333333333334vw;
    border-color: #ccc;
  }
}

@media screen and (max-width: 1024px) {
  .items_003_selector select {
    font-size: 5.333333333333334vw;
  }
}

.items_003_selector select:focus {
  outline: none;
  border-color: #54b8b4;
}

.items_003_selector select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 50px;
  padding-top: 2px;
}

@media screen and (max-width: 1024px) {
  .items_003_selector select {
    padding-top: 0.5333333333333333vw;
    line-height: 13.333333333333334vw;
  }
}

@media not all and (hover: none) {
  .items_003_selector select:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  .items_003_selector_override select {
    font-size: 3.8666666666666667vw;
  }
}

.items_003_retail_price.items_003_retail_price {
  margin-top: 11px;
  margin-left: 120px;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 18px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .items_003_retail_price.items_003_retail_price {
    margin-top: 5px;
    margin-left: 0;
    font-size: 11px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 1.6;
  }
}

.items_003_item_description {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  .items_003_item_description {
    font-size: 3.6999999999999997vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4vw;
    margin-top: 22vw;
  }
}

.items_003_spec_list {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .items_003_spec_list {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
    margin-top: 12vw;
  }
}

.items_003_spec_list li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  border-top: 1px solid #b2b2b2;
}

.items_003_spec_list li:first-of-type {
  border-top-width: 0;
}

.items_003_spec_list li span {
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  width: 145px;
}

@media screen and (max-width: 1024px) {
  .items_003_spec_list li span {
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    width: 33.06666666666666vw;
  }
}

.items_003_spec_list li p {
  margin: 0;
  width: calc(100% - 145px);
  padding: 20px;
  background-color: #fff;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .items_003_spec_list li p {
    width: calc(100% - 33.06666666666666vw);
    padding: 4.8vw;
    font-size: 3.7vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 6.6vw;
  }
}

.items_003_recommended_wrapper {
  width: 100%;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_003_recommended_wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 24vw;
  }

  .items_003_recommended_wrapper h3 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_003_item_list_recommended {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_003_item_list_recommended {
    margin-top: 10vw;
  }
}

.items_003_popular_wrapper {
  width: 100%;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .items_003_popular_wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12vw;
  }

  .items_003_popular_wrapper h3 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_003_item_list_popular {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_003_item_list_popular {
    margin-top: 10vw;
  }
}

.items_003_radio_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.items_003_radio_button input[type='radio'] {
  display: none;
}

.items_003_radio_button input[type='radio']+label {
  margin: 0;
  width: calc(130px - 1.5em);
  padding-left: 1.5em;
  margin-right: 1.5em;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
}

.items_003_radio_button input[type='radio']+label:last-of-type {
  margin-right: 0;
}

.items_003_radio_button input[type='radio']+label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}

@media not all and (hover: none) {
  .items_003_radio_button input[type='radio']+label:hover {
    cursor: pointer;
  }
}

.items_003_radio_button input[type='radio']:checked+label:after {
  content: '';
  position: absolute;
  top: calc(16px / 4 - 2px);
  left: calc(16px / 4);
  width: calc(16px / 2);
  height: calc(16px / 2);
  background: #54b8b4;
  border-radius: 50%;
}

/* ==========================================================================
Page Name : 004 cart
========================================================================== */
.items_004_wrapper {
  width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_004_wrapper {
    width: 100%;
  }
}

.items_004_error_message {
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_004_error_message {
    margin: 8vw auto 0;
  }
}

.items_004_heading_h3 {
  margin-top: calc(60px * 2);
}

@media screen and (max-width: 1024px) {
  .items_004_heading_h3 {
    margin-top: calc(9.3333vw * 2);
  }
}

.items_004_form_cart_first a.button-back {
  display: none;
}


/* ==========================================================================
Page Name : 005 login
========================================================================== */
.items_005_wrapper {
  max-width: 790px;
}

@media screen and (max-width: 1024px) {
  .items_005_wrapper {
    max-width: 100%;
  }
}

.items_005_error_message {
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  .items_005_error_message {
    margin: 8vw auto 0;
  }
}

.items_005_section_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_005_section_wrapper {
    margin-top: 0;
  }
}

.items_005_section_wrapper section {
  -webkit-flex-basis: calc(50% - 70px / 2);
  -ms-flex-preferred-size: calc(50% - 70px / 2);
  flex-basis: calc(50% - 70px / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .items_005_section_wrapper section {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    margin-top: 15vw;
  }

  .items_005_section_wrapper section:first-of-type {
    margin-top: 9.333333333333334vw;
  }
}

.items_005_section_wrapper section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .items_005_section_wrapper section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.466666666666668vw;
    text-align: left;
    width: 100%;
  }
}

.items_005_form_signin label span {
  min-width: 116px;
}

/* ==========================================================================
Page Name : 007 order method
========================================================================== */
.items_007_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_007_wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_heading {
    font-size: 5.4vw;
  }
}

.items_007_image_pc {
  height: 52px;
  margin-top: 70px;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .items_007_image_pc {
    display: none;
  }
}

.items_007_image_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_007_image_sp {
    display: block;
    height: 10.6666vw;
    margin-top: 8vw;
  }
}

.items_007_paragraph {
  margin: 0;
  margin-top: 60px;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.items_007_paragraph a {
  color: #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_007_paragraph {
    margin-top: 8vw;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
    text-align: left;
  }
}

.items_007_form {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_007_form {
    margin-top: 12vw;
  }
}

.items_007_contractor {
  width: 100%;
}

.items_007_contractor h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_contractor h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_007_contractor ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_contractor ul {
    margin-top: 5vw;
  }
}

.items_007_contractor ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_contractor ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_007_destination {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_007_destination {
    margin-top: 12vw;
  }
}

.items_007_destination h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_destination h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_007_destination ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_destination ul {
    margin-top: 5vw;
  }
}

.items_007_destination ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_destination ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

/*
.items_007_destination ul li:first-of-type {
  padding: 0 10px;
  border: 1px solid #666;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #666;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .items_007_destination ul li:first-of-type {
    padding: 0 2.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
} */
.items_007_delivery_time_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_007_delivery_time_wrapper {
    margin-top: 12vw;
  }
}

.items_007_delivery_time_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_delivery_time_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_007_delivery_time_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_delivery_time_wrapper ul {
    margin-top: 5vw;
  }
}

.items_007_delivery_time_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_delivery_time_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_007_delivery_time_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_007_delivery_time_wrapper ul li span:first-of-type {
  font-weight: normal;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_007_delivery_time_wrapper ul li span:first-of-type {
    font-weight: normal;
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw;
  }
}

.items_007_delivery_time_wrapper ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items_007_subheading_title {
  position: relative;
}

.items_007_subheading_title a {
  position: absolute;
  top: -8px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .items_007_subheading_title a {
    top: -2.1333333333333333vw;
  }
}

.items_007_cart_item_list {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_item_list {
    margin-top: 10.6666vw;
  }
}

.items_007_cart_item_list.items_007_cart_item_list li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.items_007_form_cart_item {
  padding-top: 70px;
  padding-bottom: 60px;
  border-top: 0;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_item {
    padding-top: 10.6666vw;
    padding-bottom: 10.6666vw;
  }
}

.items_007_form_cart_item.items_007_form_cart_item img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-left: 0;
}

.items_007_form_cart_details {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details {
    margin-left: 4vw;
  }
}

.items_007_form_cart_details h4 {
  font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3',
    'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details h4 {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_007_form_cart_details>div {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details>div {
    margin-top: 3vw;
  }
}

.items_007_form_cart_details>div ul li span {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.items_007_form_cart_details>div ul li span:first-of-type {
  width: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 120px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details>div ul li span:first-of-type {
    width: 26.6666vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 26.6666vw;
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details>div ul li span:last-of-type {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_007_form_cart_details>div ul li span:last-of-type span:first-of-type {
  font-weight: inherit;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details>div ul li span:last-of-type span:first-of-type {
    font-size: 3.2vw;
  }
}


.items_007_form_cart_details>div ul li span:last-of-type span:last-of-type {
  font-weight: inherit;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_007_form_cart_details>div ul li span:last-of-type span:last-of-type {
    font-size: 3.7333vw;
  }
}

.items_007_cart_item_notice {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #b2b2b2;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_item_notice {
    padding-top: 6vw;
  }

  .items_007_cart_item_notice.items_007_cart_item_notice {
    margin-top: 5vw;
  }
}

.items_007_cart_item_notice p {
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 22px;
}

.items_007_cart_item_notice p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_item_notice p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4.4vw;
  }

  .items_007_cart_item_notice p:first-of-type {
    margin-top: 0;
  }
}

.items_007_cart_summary {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary {
    margin-top: 10.6666vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li {
  margin: 0;
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li {
    margin-top: 10vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li>div {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    padding-bottom: 4vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li>div span {
  margin: 0;
  min-width: auto;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_007_cart_summary.items_007_cart_summary li>div span:last-of-type {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li>div span:last-of-type {
    font-size: 4.8vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li>div span.font-small {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li>div span.font-small {
    font-size: 3.2vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li>div span.font-medium {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li>div span.font-medium {
    font-size: 3.7333vw;
  }
}

.items_007_cart_summary.items_007_cart_summary li>div>span {
  margin-left: auto;
}

.items_007_cart_summary.items_007_cart_summary li>div>span:first-of-type {
  margin-left: 0;
}

.items_007_cart_summary.items_007_cart_summary li>p {
  margin: 0;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_007_cart_summary.items_007_cart_summary li>p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    margin-top: 2vw;
  }
}

.items_007_payment_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_007_payment_wrapper {
    margin-top: 12vw;
  }
}

.items_007_payment_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_payment_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_007_payment_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_payment_wrapper ul {
    margin-top: 5vw;
  }
}

.items_007_payment_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_payment_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_007_payment_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_007_payment_wrapper ul li span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_007_payment_wrapper ul li span:first-of-type {
    width: 26.666666666666668vw;
    min-width: 26.666666666666668vw;
    max-width: 26.666666666666668vw;
  }
}

.items_007_payment_wrapper ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items_007_coupon_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_wrapper {
    margin-top: 12vw;
  }
}

.items_007_coupon_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_007_coupon_input_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_input_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5vw;
  }
}

.items_007_coupon_input_wrapper label {
  max-width: 20em;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_input_wrapper label {
    max-width: 100%;
  }
}

.items_007_coupon_input_wrapper button {
  white-space: nowrap;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_input_wrapper button {
    margin-left: 0;
    margin-top: 2.666666666666667vw;
  }
}

.items_007_coupon_item_list_wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_item_list_wrapper {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_item_list_wrapper>div {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_007_coupon_item_list_wrapper ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_item_list_wrapper ul {
    margin-top: 2.666666666666667vw;
  }
}

.items_007_coupon_item_list_wrapper ul li {
  margin: 0;
  width: auto;
  margin: 5px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_item_list_wrapper ul li {
    margin: 0.5333333333333333vw;
    margin-left: 0.5333333333333333vw;
  }
}

.items_007_coupon_item_list_wrapper ul li:first-of-type {
  margin: 5px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_item_list_wrapper ul li:first-of-type {
    margin: 0.5333333333333333vw;
    margin-left: 0.5333333333333333vw;
  }
}

.items_007_coupon_applied {
  margin-top: 30px;
  width: 60%;
  background-color: #ddf1f0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied {
    margin-top: 5vw;
    width: 100%;
    font-size: 3.7333vw;
  }
}

.items_007_coupon_applied div {
  background-color: #a9a9a9;
  padding: 10px 20px;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied div {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

.items_007_coupon_applied ul {
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied ul {
    margin-top: 4vw;
  }
}

.items_007_coupon_applied ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 5px;
}

.items_007_coupon_applied ul li input {
  display: none;
}

.items_007_coupon_applied ul li input[type='checkbox']:checked+label::after {
  border: none;
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  border-bottom: 3px solid #54b8b4;
  border-right: 3px solid #54b8b4;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied ul li input[type='checkbox']:checked+label::after {
    left: 1.6vw;
    width: 2.666666666666667vw;
    height: 5.333333333333334vw;
    margin-top: -0.8vw;
    border-bottom: 0.8vw solid #54b8b4;
    border-right: 0.8vw solid #54b8b4;
  }
}

.items_007_coupon_applied ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-left: 28px;
  position: relative;
}

.items_007_coupon_applied ul li label:before {
  border: none;
  content: '';
  display: block;
  position: absolute;
  margin-top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied ul li label:before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    margin-top: 1.0666666666666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied ul li label {
    font-size: 4vw;
    padding-left: 7.466666666666668vw;
  }
}

@media not all and (hover: none) {
  .items_007_coupon_applied ul li label:hover {
    cursor: pointer;
  }
}

.items_007_coupon_applied button {
  margin-top: 10px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_applied button {
    margin-top: 4vw;
  }
}

.items_007_submit_box {
  width: 320px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_007_submit_box {
    width: 58.6666vw;
    margin: 21.333333333333336vw auto 0;
  }
}

.items_007_submit_box input[type='submit'],
.items_007_submit_box a.button-back {
  margin: 0;
  width: 100%;
}

.items_007_submit_box a.button-back {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_007_submit_box a.button-back {
    margin-top: 5vw;
  }
}

.items_007_button {
  margin: 0;
  padding: 0;
  border: none;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .items_007_button {
    padding: 2.666666666666667vw 3.733333333333334vw;
  }
}

.items_007_button.active {
  border: 1px solid #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_007_button {
    font-size: 3.2vw;
  }
}

.items_007_button.active {
  color: #54b8b4;
}

@media not all and (hover: none) {
  .items_007_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.items_007_button_link {
  margin: 0;
  padding: 0;
  border: none;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #54b8b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  color: #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_007_button_link {
    padding: 2.666666666666667vw 3.733333333333334vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_button_link {
    font-size: 3.2vw;
  }
}

@media not all and (hover: none) {
  .items_007_button_link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.items_007_coupon_button {
  margin: 0;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_button {
    height: 13.333333333333334vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_007_coupon_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.26666666666666666vw;
    -moz-letter-spacing: 0.26666666666666666vw;
    -ms-letter-spacing: 0.26666666666666666vw;
    letter-spacing: 0.26666666666666666vw;
  }
}

@media not all and (hover: none) {
  .items_007_coupon_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ==========================================================================
Page Name : 008 customer custdest
========================================================================== */
.items_008_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_008_wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .items_008_heading {
    font-size: 5.4vw;
  }
}

.items_008_image_pc {
  height: 52px;
  margin-top: 70px;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .items_008_image_pc {
    display: none;
  }
}

.items_008_image_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_008_image_sp {
    display: block;
    height: 10.6666vw;
    margin-top: 8vw;
  }
}

.items_008_paragraph {
  margin: 0;
  margin-top: 60px;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.items_008_paragraph a {
  color: #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_008_paragraph {
    margin-top: 8vw;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
    text-align: left;
  }
}

.items_008_form {
  width: 100%;
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .items_008_form {
    margin-top: 10.6666vw;
  }
}

.items_008_cart_item_list.items_008_cart_item_list li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.items_008_form_cart_item {
  padding-top: 70px;
  padding-bottom: 60px;
  border-top: 0;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_item {
    padding-top: 10.6666vw;
    padding-bottom: 10.6666vw;
  }
}

.items_008_form_cart_item.items_008_form_cart_item img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-left: 0;
}

.items_008_form_cart_details {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details {
    margin-left: 4vw;
  }
}

.items_008_form_cart_details h4 {
  font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3',
    'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details h4 {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_008_form_cart_details>div {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details>div {
    margin-top: 3vw;
  }
}

.items_008_form_cart_details>div ul li span {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.items_008_form_cart_details>div ul li span:first-of-type {
  width: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 120px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details>div ul li span:first-of-type {
    width: 26.6666vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 26.6666vw;
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details>div ul li span:last-of-type {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_008_form_cart_details>div ul li span:last-of-type span:first-of-type {
  font-weight: inherit;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details>div ul li span:last-of-type span:first-of-type {
    font-size: 3.2vw;
  }
}

.items_008_form_cart_details>div ul li span:last-of-type span:last-of-type {
  font-weight: inherit;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_008_form_cart_details>div ul li span:last-of-type span:last-of-type {
    font-size: 3.7333vw;
  }
}

.items_008_cart_item_notice {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #b2b2b2;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_item_notice {
    padding-top: 6vw;
  }

  .items_008_cart_item_notice.items_008_cart_item_notice {
    margin-top: 5vw;
  }
}

.items_008_cart_item_notice p {
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 22px;
}

.items_008_cart_item_notice p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_item_notice p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4.4vw;
  }

  .items_008_cart_item_notice p:first-of-type {
    margin-top: 0;
  }
}

.items_008_cart_summary {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary {
    margin-top: 10.6666vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li {
  margin: 0;
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li {
    margin-top: 10vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li>div {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    padding-bottom: 4vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li>div span {
  margin: 0;
  min-width: auto;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_008_cart_summary.items_008_cart_summary li>div span:last-of-type {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li>div span:last-of-type {
    font-size: 4.8vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li>div span.font-small {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li>div span.font-small {
    font-size: 3.2vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li>div span.font-medium {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li>div span.font-medium {
    font-size: 3.7333vw;
  }
}

.items_008_cart_summary.items_008_cart_summary li>div>span {
  margin-left: auto;
}

.items_008_cart_summary.items_008_cart_summary li>div>span:first-of-type {
  margin-left: 0;
}

.items_008_cart_summary.items_008_cart_summary li>p {
  margin: 0;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_008_cart_summary.items_008_cart_summary li>p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    margin-top: 2vw;
  }
}

.items_008_contractor {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_008_contractor {
    margin-top: 12vw;
  }
}

.items_008_contractor h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_008_contractor h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_008_contractor ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_contractor ul {
    margin-top: 5vw;
  }
}

.items_008_contractor ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_contractor ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_008_destination {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_008_destination {
    margin-top: 12vw;
  }
}

.items_008_destination h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_008_destination h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_008_destination ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_destination ul {
    margin-top: 5vw;
  }
}

.items_008_destination ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_destination ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_008_destination>div {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .items_008_destination>div {
    margin-top: 10vw;
  }
}

.items_008_destination>div div {
  width: 50%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .items_008_destination>div div {
    height: 10.666666666666668vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_008_destination>div div {
    font-size: 3.2vw;
  }
}

.items_008_destination>div div:first-of-type {
  border-bottom: 3px solid #54b8b4;
}

.items_008_destination>div div:last-of-type {
  border-bottom: 1px solid #b2b2b2;
}

.items_008_delivery_time_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_wrapper {
    margin-top: 12vw;
  }
}

.items_008_delivery_time_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_008_delivery_time_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_wrapper ul {
    margin-top: 5vw;
  }
}

.items_008_delivery_time_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_008_delivery_time_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_008_delivery_time_wrapper ul li span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_wrapper ul li span:first-of-type {
    font-weight: normal;
    width: 26.666666666666668vw;
    min-width: 26.666666666666668vw;
    max-width: 26.666666666666668vw;
  }
}

.items_008_delivery_time_wrapper ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items_008_delivery_time_tile {
  position: relative;
}

.items_008_delivery_time_tile a {
  position: absolute;
  top: -5px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .items_008_delivery_time_tile a {
    top: -1.3333333333333335vw;
  }
}

.items_008_payment_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_wrapper {
    margin-top: 12vw;
  }
}

.items_008_payment_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_008_payment_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_wrapper ul {
    margin-top: 5vw;
  }
}

.items_008_payment_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_008_payment_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_008_payment_wrapper ul li span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_wrapper ul li span:first-of-type {
    width: 26.666666666666668vw;
    min-width: 26.666666666666668vw;
    max-width: 26.666666666666668vw;
  }
}

.items_008_payment_wrapper ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items_008_payment_title {
  position: relative;
}

.items_008_payment_title a {
  position: absolute;
  top: -5px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .items_008_payment_title a {
    top: -2.1333333333333333vw;
  }
}

.items_008_notification.items_008_notification {
  margin-top: 90px;
  padding: 70px 0;
  border: 1px solid #b2b2b2;
  border-left-width: 0;
  border-right-width: 0;
}

@media screen and (max-width: 1024px) {
  .items_008_notification.items_008_notification {
    margin-top: 12vw;
    padding: 8vw 0;
  }
}

.items_008_notification.items_008_notification li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 24px;
  margin-top: 20px;
}

.items_008_notification.items_008_notification li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_008_notification.items_008_notification li {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 6.1333vw;
    margin-top: 5vw;
  }

  .items_008_notification.items_008_notification li:first-of-type {
    margin-top: 0;
  }
}

.items_008_notification.items_008_notification li img {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  object-fit: contain;
  margin: 0;
  margin-right: 18px;
}

@media screen and (max-width: 1024px) {
  .items_008_notification.items_008_notification li img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 4.266666666666667vw;
    min-height: 4.266666666666667vw;
    max-height: 4.266666666666667vw;
    margin-top: 1vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_008_notification.items_008_notification li img {
    margin-right: 4vw;
  }
}

.items_008_notification_paragraph {
  margin: 0;
  margin-top: 70px;
  font-weight: bold;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_008_notification_paragraph {
    margin-top: 8vw;
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 7.4666vw;
    text-align: left;
  }
}

.items_008_submit_box {
  width: 320px;
  margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_008_submit_box {
    width: 58.6666vw;
    margin: 11vw auto 0;
  }
}

.items_008_submit_box input[type='submit'],
.items_008_submit_box input[type='button'],
.items_008_submit_box a.button-back {
  margin: 0;
  width: 100%;
}

.items_008_submit_box a.button-back {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_008_submit_box a.button-back {
    margin-top: 5vw;
  }
}

/* ==========================================================================
Page Name : 009 detail
========================================================================== */
.items_009_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_009_wrapper {
    max-width: 100%;
  }
}

.items_009_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_009_section {
    margin-top: 8vw;
  }
}

.items_009_section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_009_section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    width: 100%;
  }
}

.items_009_button {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  border: none;
  padding: 10px 14px;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_009_button {
    margin-top: 9.333333333333334vw;
  }
}

@media not all and (hover: none) {
  .items_009_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ==========================================================================
Page Name : 010 detail
========================================================================== */
.items_010_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_010_wrapper {
    max-width: 100%;
  }
}

.items_010_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_010_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_010_credit_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_wrapper {
    margin-top: 22vw;
  }
}

.items_010_credit_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_010_credit_wrapper p {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_wrapper p {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_010_credit_wrapper>ul>li {
  padding: 30px 0 40px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_wrapper>ul>li {
    padding: 7vw 0;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
  }
}

.items_010_credit_wrapper>ul>li ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_010_credit_wrapper>ul>li ul li span:first-of-type {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_wrapper>ul>li ul li span:first-of-type {
    width: 26.6666vw;
    min-width: 26.6666vw;
    max-width: 26.6666vw;
  }
}

.items_010_credit_form_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_form_wrapper {
    margin-top: 22vw;
  }
}

.items_010_credit_form_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_form_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_010_credit_form_wrapper p {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

.items_010_credit_form_wrapper p:first-of-type {
  font-weight: bold;
  line-height: 180%;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_form_wrapper p {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 4vw;
  }

  .items_010_credit_form_wrapper p:nth-of-type(2) {
    font-size: 3.7333vw;
  }
}

.items_010_credit_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 50px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_type {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-top: 4vw;
  }
}

.items_010_credit_type span {
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_type span {
    font-weight: normal;
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}

.items_010_credit_type img {
  width: 366px;
  height: 49px;
  object-fit: contain;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .items_010_credit_type img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* ==========================================================================
Page Name : 011 order complete
========================================================================== */
.items_011_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_011_wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .items_011_heading {
    font-size: 5.4vw;
  }
}

.items_011_image_pc {
  height: 52px;
  margin-top: 70px;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .items_011_image_pc {
    display: none;
  }
}

.items_011_image_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_011_image_sp {
    display: block;
    height: 10.6666vw;
    margin-top: 8vw;
  }
}

.items_011_paragraph {
  margin: 0;
  margin-top: 60px;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.items_011_paragraph a {
  color: #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_011_paragraph {
    margin-top: 9.3333vw;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
    text-align: left;
  }
}

.items_011_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  margin-top: 20px;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_011_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_011_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_011_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ==========================================================================
Page Name : 013 customer entry
========================================================================== */
.form_signin label span {
  min-width: 116px;
}

.agree_body {
  margin: 40px 0 0;
}

.agree_body .agree_body_inner {
  width: 100%;
  height: 420px;
  overflow: scroll;
  padding: 40px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: justify;
  text-align: left;
  resize: none;
  border: 1px solid #999;
}

@media screen and (max-width: 1024px) {
  .agree_body .agree_body_inner {
    padding: 20px;
    height: 250px;
  }
}

.agree_body .agree_body_inner h5 {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .agree_body .agree_body_inner h5 {
    text-align: center;
  }
}

.agree_body .agree_body_inner p {
  font-size: 15px;
  text-align: left;
}

.items_012_wrapper {
  max-width: 790px;
}

@media screen and (max-width: 1024px) {
  .items_012_wrapper {
    max-width: 100%;
    margin-top: 30px;
  }
}

.items_012_error_message {
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  .items_012_error_message {
    margin: 8vw auto 0;
  }
}

.items_012_section_wrapper {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_012_section_wrapper {
    margin-top: 0;
  }
}

.items_012_section_wrapper section {
  width: 100%;
}

.items_012_section_wrapper section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_012_section_wrapper section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.466666666666668vw;
    text-align: left;
    width: 100%;
  }
}

.component_form_send_submit {
  max-width: 320px;
  margin: 60px auto 0 !important;
}

/* ==========================================================================
Page Name : 013
========================================================================== */
.items_013_wrapper {
  max-width: 790px;
}

@media screen and (max-width: 1024px) {
  .items_013_wrapper {
    max-width: 100%;
  }
}

.items_013_error_message {
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  .items_013_error_message {
    margin: 8vw auto 0;
  }
}

.items_013_section_wrapper {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_013_section_wrapper {
    margin-top: 30px;
  }
}

.items_013_section_wrapper section {
  width: 100%;
}

.items_013_section_wrapper section h4 {
  margin: 40px 0 20px;
  font-size: 14px;
}

.items_013_section_wrapper section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
}

.items_013_section_wrapper section p small {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_013_section_wrapper section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.466666666666668vw;
    width: 100%;
    text-align: left;
  }
}

.component_form ul li.attention {
  margin-top: 14px;
  margin-left: 210px;
}

@media screen and (max-width: 1024px) {
  .component_form ul li.attention {
    margin-left: 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.component_form ul li.attention ul li {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .component_form ul li.attention ul li {
    display: block;
  }
}

.component_form_back_submit {
  max-width: 320px;
  margin: 60px auto 0 !important;
}

/* ==========================================================================
Page Name : 015 customer complete
========================================================================== */
.items_015_wrapper {
  max-width: 790px;
}

@media screen and (max-width: 1024px) {
  .items_015_wrapper {
    max-width: 100%;
  }
}

.items_015_error_message {
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  .items_015_error_message {
    margin: 8vw auto 0;
  }
}

.items_015_section_wrapper {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_015_section_wrapper {
    margin-top: 30px;
  }
}

.items_015_section_wrapper section {
  width: 100%;
}

.items_015_section_wrapper section h3 {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_015_section_wrapper section h3 {
    font-size: 16px;
    margin-top: 20px;
  }
}

.items_015_section_wrapper section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
}

.items_015_section_wrapper section p small {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_015_section_wrapper section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.466666666666668vw;
    width: 100%;
    text-align: left;
  }
}

.component_form_mypage_submit {
  max-width: 320px;
  margin: 30px auto 0 !important;
}

/* ==========================================================================
Page Name : 018 passwaord setting
========================================================================== */
.items_018_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_018_wrapper {
    max-width: 100%;
  }
}

.items_018_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_018_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

/* ==========================================================================
Page Name : 018 passwaord setting
========================================================================== */
.items_019_wrapper {
  max-width: 840px;
  padding: 50px 0 160px;
}

@media screen and (max-width: 1024px) {
  .items_019_wrapper {
    max-width: 100%;
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 24vw;
  }
}

.items_019_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_019_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

/* ==========================================================================
Page Name : 020 contact
========================================================================== */
.items_020_wrapper {
  max-width: 840px;
  padding: 50px 0 110px;
}

@media screen and (max-width: 1024px) {
  .items_020_wrapper {
    max-width: 100%;
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 18vw;
  }
}

.items_020_top {
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .items_020_top {
    padding: 0;
  }
}

.items_020_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 15px auto;
}

@media screen and (max-width: 1024px) {
  .items_020_link {
    display: block;
    margin: 20px auto;
  }
}

.items_020_link li {
  width: 33.333%;
  margin: 5px 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .items_020_link li {
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
}

.items_020_link li a {
  color: #54b8b4;
  font-size: 14px;
}

.items_020_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_020_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_020_paragraph a {
  color: #54b8b4;
}

.items_020_paragraph_center {
  margin-bottom: 62px !important;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_020_paragraph_center {
    margin-bottom: 40px !important;
    text-align: left;
  }
}

.items_020_text {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: left;
  margin-top: 20px;
}

.items_020_text a {
  color: #54b8b4;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_020_text {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_020_text_btm {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_020_text_btm {
    display: block;
  }
}

/* ==========================================================================
Page Name : 021
========================================================================== */
.items_021_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_021_wrapper {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
    max-width: 100%;
  }
}

.items_021_list_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_021_list_wrapper {
    margin-top: 9.3333vw;
  }
}

.items_021_list_item {
  -webkit-flex-basis: calc(50% - 70px / 2);
  -ms-flex-preferred-size: calc(50% - 70px / 2);
  flex-basis: calc(50% - 70px / 2);
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #b2b2b2;
  padding-left: 10px;
  margin-top: 25px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_021_list_item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.items_021_list_item:nth-of-type(1),
.items_021_list_item:nth-of-type(2) {
  margin-top: 0;
}

.items_021_list_item:nth-of-type(even) {
  margin-left: 70px;
}

@media screen and (max-width: 1024px) {
  .items_021_list_item {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    height: 14.6666vw;
    line-height: 15vw;
    padding-left: 1vw;
    margin: 0;
  }

  .items_021_list_item:nth-of-type(1),
  .items_021_list_item:nth-of-type(2) {
    margin: 0;
  }

  .items_021_list_item:nth-of-type(even) {
    margin: 0;
  }
}

.items_021_list_item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 12px;
  border-color: transparent transparent transparent #54b8b4;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .items_021_list_item:after {
    right: 0.5vw;
    border-width: 1vw 0 1vw 3.5vw;
  }
}

.items_021_list_item a {
  display: block;
}

.items_021_list_item_signout {
  width: calc(50% - 70px / 2);
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .items_021_list_item_signout {
    width: 100%;
  }
}

.items_021_list_item_signout.items_021_list_item_signout:nth-of-type(1) {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .items_021_list_item_signout.items_021_list_item_signout:nth-of-type(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_021_list_item_signout.items_021_list_item_signout {
    border: none;
  }
}

/* ==========================================================================
Page Name : 022
========================================================================== */
.items_022_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_022_wrapper {
    max-width: 100%;
  }
}

.items_022_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_022_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

/* ==========================================================================
Page Name : 023
========================================================================== */
.items_023_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_023_wrapper {
    max-width: 100%;
  }
}

.items_023_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_023_section {
    margin-top: 8vw;
  }
}

.items_023_section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_023_section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    width: 100%;
  }
}

.items_023_error_message {
  font-weight: bold;
  padding: 30px 50px;
  margin: 50px auto 5px;
}

@media screen and (max-width: 1024px) {
  .items_023_error_message {
    font-weight: normal;
    padding: 6vw;
    margin: 8vw auto 0;
  }
}

/* ==========================================================================
Page Name : 024
========================================================================== */
.items_024_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_024_wrapper {
    max-width: 100%;
  }
}

.items_024_empty_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .items_024_empty_paragraph {
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 6vw;
  }
}

.items_024_add_new_link {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_024_add_new_link {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_024_add_new_link {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_024_add_new_link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_024_add_new_link {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_024_address_list {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list {
    margin-top: 10.666666666666668vw;
    margin-bottom: 8vw;
  }
}

.items_024_address_list>li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li {
    margin-top: 10.666666666666668vw;
    padding-top: 10.666666666666668vw;
  }
}

.items_024_address_list>li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.items_024_address_list>li>ul:first-of-type {
  font-size: 15px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:first-of-type {
    font-size: 4vw;
    -webkit-letter-spacing: 0.26666666666666666vw;
    -moz-letter-spacing: 0.26666666666666666vw;
    -ms-letter-spacing: 0.26666666666666666vw;
    letter-spacing: 0.26666666666666666vw;
    line-height: 6.4vw;
  }
}

.items_024_address_list>li>ul:first-of-type li>span:first-of-type {
  display: block;
  font-size: 0.75em;
  line-height: 1;
  padding-top: 0.25em;
}

.items_024_address_list>li>ul:first-of-type .current-dest {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  color: #54b8b4;
  background-color: rgba(84, 184, 180, 0.1);
  padding: 0.5em 1em;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:first-of-type .current-dest {
    padding: 2vw 4vw;
    margin-top: 2.666666666666667vw;
  }
}

.items_024_address_list>li>ul:last-of-type {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type {
    margin: auto;
    margin-top: 8vw;
  }
}

.items_024_address_list>li>ul:last-of-type li {
  margin-top: 10px;
  width: 210px;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li {
    margin-top: 2.666666666666667vw;
  }
}

.items_024_address_list>li>ul:last-of-type li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li {
    width: 100%;
  }
}

.items_024_address_list>li>ul:last-of-type li from {
  width: 100%;
}

.items_024_address_list>li>ul:last-of-type li .button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li .button {
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

.items_024_address_list>li>ul:last-of-type li .button.default-dest {
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li .button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_024_address_list>li>ul:last-of-type li .button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_024_address_list>li>ul:last-of-type li .button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_024_address_list>li>ul:last-of-type li .button.edit {
  background-color: #fff;
  border: 1px solid #54b8b4;
  color: #54b8b4;
}

.items_024_address_list>li>ul:last-of-type li .button.delete {
  background-color: inherit;
  border: 1px solid #666;
  color: #666;
}

/* ==========================================================================
Page Name : 025
========================================================================== */
.items_025_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_025_wrapper {
    max-width: 100%;
  }
}

.items_025_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_025_section {
    margin-top: 8vw;
  }
}

.items_025_section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_025_section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    width: 100%;
  }
}

.items_025_form {
  margin-top: 80px;
}

/* ==========================================================================
Page Name : 026
========================================================================== */
.items_026_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_026_wrapper {
    max-width: 100%;
  }
}

.items_026_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_026_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_026_credit_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_wrapper {
    margin-top: 22vw;
  }
}

.items_026_credit_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_026_credit_wrapper p {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_wrapper p {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_026_credit_wrapper>ul>li {
  padding: 30px 0 40px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_wrapper>ul>li {
    padding: 7vw 0;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
  }
}

.items_026_credit_wrapper>ul>li ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_026_credit_wrapper>ul>li ul li span:first-of-type {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_wrapper>ul>li ul li span:first-of-type {
    width: 26.6666vw;
    min-width: 26.6666vw;
    max-width: 26.6666vw;
  }
}

.items_026_credit_form_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_form_wrapper {
    margin-top: 22vw;
  }
}

.items_026_credit_form_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_form_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_026_credit_form_wrapper p {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}

.items_026_credit_form_wrapper p:first-of-type {
  font-weight: bold;
  line-height: 180%;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_form_wrapper p {
    font-size: 14px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    text-align: left;
    margin-top: 4vw;
  }

  .items_026_credit_form_wrapper p:nth-of-type(2) {
    font-size: 3.7333vw;
  }
}

.items_026_credit_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 50px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_type {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-top: 4vw;
  }
}

.items_026_credit_type span {
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_type span {
    font-weight: normal;
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}

.items_026_credit_type img {
  width: 366px;
  height: 49px;
  object-fit: contain;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .items_026_credit_type img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/* ==========================================================================
Page Name : 027 customer application_history
========================================================================== */
.items_027_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_027_wrapper {
    max-width: 100%;
  }
}

.items_027_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  word-break: break-all;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_027_paragraph {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_027_section {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_027_section {
    margin-top: 5.3333vw;
  }
}

.items_027_empty_paragraph {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_027_empty_paragraph {
    width: 100%;
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
  }
}

.items_027_detail_list {
  width: 100%;
  margin: 40px 0 90px;
}

.items_027_detail_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_027_detail_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list li a {
    padding-left: 2vw;
  }
}

.items_027_detail_list li>span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #a3a3a3;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list li>span:first-of-type {
    width: 26.6666vw;
    min-width: 26.6666vw;
    max-width: 26.6666vw;
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_027_detail_list li>span:last-of-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list li>span:last-of-type {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_027_detail_list li>span:last-of-type span:first-of-type {
  font-weight: bold;
  font-size: 17px;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list li>span:last-of-type span:first-of-type {
    font-size: 4vw;
  }
}

.items_027_detail_list li>span:last-of-type span:last-of-type {
  font-weight: bold;
  font-size: 20px;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list li>span:last-of-type span:last-of-type {
    font-size: 5vw;
  }
}

.items_027_detail_list span {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.items_027_detail_list span:first-of-type {
  width: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 120px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list span:first-of-type {
    width: 26.6666vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 26.6666vw;
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list span:last-of-type {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_027_detail_list span:last-of-type span:first-of-type {
  font-weight: inherit;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list span:last-of-type span:first-of-type {
    font-size: 3.2vw;
  }
}

.items_027_detail_list span:last-of-type span:last-of-type {
  font-weight: inherit;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list span:last-of-type span:last-of-type {
    font-size: 3.7333vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list {
    margin: 8vw 0 13.333333333333334vw;
  }
}

.items_027_detail_list div {
  margin-left: auto;
  font-size: 15px;
  -webkit-letter-spacing: 10px;
  -moz-letter-spacing: 10px;
  -ms-letter-spacing: 10px;
  letter-spacing: 10px;
  line-height: 1;
  color: #54b8b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list div {
    font-size: 4vw;
    -webkit-letter-spacing: 0.25vw;
    -moz-letter-spacing: 0.25vw;
    -ms-letter-spacing: 0.25vw;
    letter-spacing: 0.25vw;
  }
}

.items_027_detail_list div:before {
  content: '';
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 20px solid #54b8b4;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list div:before {
    border-top: 1.3333333333333335vw solid transparent;
    border-bottom: 1.3333333333333335vw solid transparent;
    border-left: 5.333333333333334vw solid #54b8b4;
    margin-bottom: 2.666666666666667vw;
    margin-right: 0.25vw;
  }
}

.items_027_detail_list>li {
  border-top: 1px solid #b2b2b2;
  margin-top: 30px;
  padding-top: 30px;
}

.items_027_detail_list>li:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_027_detail_list>li {
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .items_027_detail_list>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.items_027_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
  width: calc(100% - 20px * 2);
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  width: 320px;
  -webkit-letter-spacing: 1em;
  -moz-letter-spacing: 1em;
  -ms-letter-spacing: 1em;
  letter-spacing: 1em;
  padding-left: 1em;
  margin: 35px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_027_back_button {
    margin: auto;
    margin-top: 5vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_027_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_027_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_027_back_button {
    -webkit-letter-spacing: 1em;
    -moz-letter-spacing: 1em;
    -ms-letter-spacing: 1em;
    letter-spacing: 1em;
    padding-left: 1em;
    margin: 6vw auto 0;
  }
}

/* ==========================================================================
Page Name : 028 customer application history detail
========================================================================== */
.items_028_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_028_wrapper {
    max-width: 100%;
  }
}

.items_028_detail_list {
  padding-left: 20px;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list {
    padding-left: 2vw;
  }
}

.items_028_detail_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_028_detail_list li>span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  font-size: 12px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #a3a3a3;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li>span:first-of-type {
    width: 26.6666vw;
    min-width: 26.6666vw;
    max-width: 26.6666vw;
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_028_detail_list li>span:last-of-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li>span:last-of-type {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_028_detail_list li>span:last-of-type span:first-of-type {
  font-weight: bold;
  font-size: 17px;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li>span:last-of-type span:first-of-type {
    font-size: 4vw;
  }
}

.items_028_detail_list li>span:last-of-type span:last-of-type {
  font-weight: bold;
  font-size: 20px;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li>span:last-of-type span:last-of-type {
    font-size: 5vw;
  }
}

.items_028_detail_list li span {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.items_028_detail_list li span:first-of-type {
  width: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 120px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li span:first-of-type {
    width: 26.6666vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 26.6666vw;
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li span:last-of-type {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_028_detail_list li span:last-of-type span:first-of-type {
  font-weight: inherit;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li span:last-of-type span:first-of-type {
    font-size: 3.2vw;
  }
}

.items_028_detail_list li span:last-of-type span:last-of-type {
  font-weight: inherit;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list li span:last-of-type span:last-of-type {
    font-size: 3.7333vw;
  }
}

.items_028_detail_list>li {
  border-top: 1px solid #b2b2b2;
  margin-top: 30px;
  padding-top: 30px;
}

.items_028_detail_list>li:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_028_detail_list>li {
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .items_028_detail_list>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.items_028_form {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .items_028_form {
    padding-top: 10.6666vw;
  }
}

.items_028_cart_item_list.items_028_cart_item_list li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.items_028_form_cart_item {
  padding-top: 70px;
  padding-bottom: 60px;
  border-top: 0;
  border-bottom: 1px solid #b2b2b2;
}


.items_028_history_item_list li:last-child {
  border-bottom: 0px;
}


@media screen and (max-width: 1024px) {
  .items_028_form_cart_item {
    padding-top: 10.6666vw;
    padding-bottom: 10.6666vw;
  }
}

.items_028_form_cart_item.items_028_form_cart_item img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-left: 0;
}

.items_028_form_cart_details {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details {
    margin-left: 4vw;
  }
}

.items_028_form_cart_details h4 {
  font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3',
    'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details h4 {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_028_form_cart_details>div {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details>div {
    margin-top: 3vw;
  }
}

.items_028_form_cart_details>div ul li span {
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.items_028_form_cart_details>div ul li span:first-of-type {
  width: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 120px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details>div ul li span:first-of-type {
    width: 26.6666vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 26.6666vw;
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details>div ul li span:last-of-type {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }
}

.items_028_form_cart_details>div ul li span:last-of-type span:first-of-type {
  font-weight: inherit;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details>div ul li span:last-of-type span:first-of-type {
    font-size: 3.2vw;
  }
}

.items_028_form_cart_details>div ul li span:last-of-type span:last-of-type {
  font-weight: inherit;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .items_028_form_cart_details>div ul li span:last-of-type span:last-of-type {
    font-size: 3.7333vw;
  }
}

.items_028_cart_item_notice {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #b2b2b2;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_item_notice {
    padding-top: 6vw;
  }

  .items_028_cart_item_notice.items_028_cart_item_notice {
    margin-top: 5vw;
  }
}

.items_028_cart_item_notice p {
  margin: 0;
  margin-top: 10px;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 22px;
}

.items_028_cart_item_notice p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_item_notice p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4.4vw;
  }

  .items_028_cart_item_notice p:first-of-type {
    margin-top: 0;
  }
}

.items_028_cart_summary {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary {
    margin-top: 10.6666vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li {
  margin: 0;
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li {
    margin-top: 10vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li>div {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    padding-bottom: 4vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li>div span {
  margin: 0;
  min-width: auto;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_028_cart_summary.items_028_cart_summary li>div span:last-of-type {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li>div span:last-of-type {
    font-size: 4.8vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li>div span.font-small {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li>div span.font-small {
    font-size: 3.2vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li>div span.font-medium {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li>div span.font-medium {
    font-size: 3.7333vw;
  }
}

.items_028_cart_summary.items_028_cart_summary li>div>span {
  margin-left: auto;
}

.items_028_cart_summary.items_028_cart_summary li>div>span:first-of-type {
  margin-left: 0;
}

.items_028_cart_summary.items_028_cart_summary li>p {
  margin: 0;
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_028_cart_summary.items_028_cart_summary li>p {
    margin-top: 2vw;
    font-size: 2.6666vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 4vw;
    margin-top: 2vw;
  }
}

.items_028_contractor {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_028_contractor {
    margin-top: 12vw;
  }
}

.items_028_contractor h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_028_contractor h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_028_contractor ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_contractor ul {
    margin-top: 5vw;
  }
}

.items_028_contractor ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_contractor ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_028_destination {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_028_destination {
    margin-top: 12vw;
  }
}

.items_028_destination h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_028_destination h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_028_destination ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_destination ul {
    margin-top: 5vw;
  }
}

.items_028_destination ul li {
  margin: 0;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_destination ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_028_destination>div {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .items_028_destination>div {
    margin-top: 10vw;
  }
}

.items_028_destination>div div {
  width: 50%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .items_028_destination>div div {
    height: 10.666666666666668vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_028_destination>div div {
    font-size: 3.2vw;
  }
}

.items_028_destination>div div:first-of-type {
  border-bottom: 3px solid #54b8b4;
}

.items_028_destination>div div:last-of-type {
  border-bottom: 1px solid #b2b2b2;
}

.items_028_delivery_time_wrapper {
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_wrapper {
    margin-top: 12vw;
  }
}

.items_028_delivery_time_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_028_delivery_time_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_wrapper ul {
    margin-top: 5vw;
  }
}

.items_028_delivery_time_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 6.1333vw;
  }
}

.items_028_delivery_time_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_028_delivery_time_wrapper ul li span:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_wrapper ul li span:first-of-type {
    font-weight: normal;
    width: 26.666666666666668vw;
    min-width: 26.666666666666668vw;
    max-width: 26.666666666666668vw;
  }
}

.items_028_delivery_time_wrapper ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items_028_delivery_time_title {
  position: relative;
}

.items_028_delivery_time_title a {
  position: absolute;
  top: -5px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .items_028_delivery_time_title a {
    top: -1.3333333333333335vw;
  }
}

.items_028_submit_box {
  width: 350px;
  margin: 90px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_028_submit_box {
    width: 66.66666666666666vw;
    margin: 11vw auto 0;
  }
}

.items_028_submit_box input[type='submit'],
.items_028_submit_box a.button-back {
  margin: 0;
  width: 100%;
}

.items_028_submit_box a.button-back {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_028_submit_box a.button-back {
    margin-top: 5vw;
  }
}

.items_028_submit_box a.button-back:last-of-type {
  background-color: #54b8b4;
  border: none;
  color: #fff;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .items_028_submit_box a.button-back:last-of-type {
    margin-top: 16vw;
  }
}

.items_028_submit_box input[type='submit'] {
  background-color: inherit;
  border: 1px solid #666;
  color: #666;
}

.items_028_submit_box input[type='submit']:disabled {
  color: #dadada;
  background-color: #f5f5f5;
  border: none;
}

@media not all and (hover: none) {
  .items_028_submit_box input[type='submit']:disabled:hover {
    cursor: default;
    opacity: 1;
  }
}

/* ==========================================================================
Page Name : 029 customer subscription item list
========================================================================== */
.items_029_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_029_wrapper {
    max-width: 100%;
  }
}

.items_029_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  word-break: break-all;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_029_paragraph {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    line-height: 7.4666vw;
    text-align: left;
    margin-top: 11vw;
  }
}

.items_029_button_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list {
    margin-top: 6vw;
  }
}

.items_029_button_list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 240px;
  height: 60px;
  margin-left: 20px;
}

.items_029_button_list li:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41.3333vw;
    height: 14.6666vw;
  }
}

.items_029_button_list li * {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.items_029_button_list li input,
.items_029_button_list li a {
  font-size: 18px;
  line-height: 1;
  color: #dadada;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {

  .items_029_button_list li input,
  .items_029_button_list li a {
    font-size: 3.8666vw;
    padding-top: 1.6vw;
  }
}

.items_029_button_list li input:focus,
.items_029_button_list li a:focus {
  outline: none;
}

.items_029_button_list li:first-of-type input,
.items_029_button_list li:first-of-type a {
  -webkit-letter-spacing: 10px;
  -moz-letter-spacing: 10px;
  -ms-letter-spacing: 10px;
  letter-spacing: 10px;
  padding-left: 36px;
}

.items_029_button_list li:first-of-type img {
  left: 75px;
}

@media screen and (max-width: 1024px) {

  .items_029_button_list li:first-of-type input,
  .items_029_button_list li:first-of-type a {
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
    padding-left: 8vw;
  }

  .items_029_button_list li:first-of-type img {
    left: 11.5vw;
  }
}

.items_029_button_list li:last-of-type input,
.items_029_button_list li:last-of-type a {
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  padding-left: 20px;
}

.items_029_button_list li:last-of-type img {
  left: 60px;
}

@media screen and (max-width: 1024px) {

  .items_029_button_list li:last-of-type input,
  .items_029_button_list li:last-of-type a {
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
    padding-left: 5.333333333333334vw;
  }

  .items_029_button_list li:last-of-type img {
    width: 3.2vw;
    height: 3.2vw;
    left: 9vw;
  }
}

.items_029_button_list li img {
  pointer-events: none;
  position: absolute;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li img {
    width: 6.1333vw;
    height: 6.1333vw;
  }
}

.items_029_button_list li img.pc_img {
  display: block;
}

.items_029_button_list li img.pc_img.active {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li img.pc_img {
    display: none;
  }
}

.items_029_button_list li img.sp_img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li img.sp_img {
    display: block;
  }

  .items_029_button_list li img.sp_img.active {
    display: none;
  }
}

.items_029_button_list li.active {
  background-color: #fff;
  border: 1px solid #666;
}

@media not all and (hover: none) {
  .items_029_button_list li.active:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.items_029_button_list li.active input,
.items_029_button_list li.active a {
  color: #666;
}

@media not all and (hover: none) {

  .items_029_button_list li.active input:hover,
  .items_029_button_list li.active a:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li.active:first-child {
    border: 3px solid #54b8b4;
  }

  .items_029_button_list li.active:first-child input,
  .items_029_button_list li.active:first-child a {
    color: #54b8b4;
  }
}

.items_029_button_list li.active .pc_img {
  display: none;
}

.items_029_button_list li.active .pc_img.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li.active .pc_img.active {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li.active .pc_img {
    display: none;
  }
}

.items_029_button_list li.active .sp_img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_029_button_list li.active .sp_img {
    display: none;
  }

  .items_029_button_list li.active .sp_img.active {
    display: block;
  }
}

.items_029_empty_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .items_029_empty_paragraph {
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 6vw;
  }
}

.items_029_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
  width: calc(100% - 20px * 2);
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  width: 320px;
  -webkit-letter-spacing: 1em;
  -moz-letter-spacing: 1em;
  -ms-letter-spacing: 1em;
  letter-spacing: 1em;
  padding-left: 1em;
  padding-top: 6px;
  margin: 35px auto 0;
}

@media screen and (max-width: 1024px) {
  .items_029_back_button {
    margin: auto;
    margin-top: 5vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_029_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_029_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_029_back_button {
    -webkit-letter-spacing: 1em;
    -moz-letter-spacing: 1em;
    -ms-letter-spacing: 1em;
    letter-spacing: 1em;
    padding-left: 1em;
    padding-top: 1.6vw;
    margin: 6vw auto 0;
  }
}

.items_029_item_list {
  width: 100%;
  margin-top: 95px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
}

.items_029_item_list>li {
  margin-top: 50px;
  padding-top: 70px;
  border-top: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.items_029_item_list>li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li {
    margin-top: 10vw;
    padding-top: 9vw;
  }

  .items_029_item_list>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.items_029_item_list>li>div:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: auto;
  background-color: #f8f3f1;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:first-of-type {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

.items_029_item_list>li>div:first-of-type:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.items_029_item_list>li>div:first-of-type img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.items_029_item_list>li>div:last-of-type {
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type {
    margin-left: 5%;
  }
}

.items_029_item_list>li>div:last-of-type>div {
  font-size: 26px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>div {
    font-size: 5.3333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_029_item_list>li>div:last-of-type>ul {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul {
    margin-top: 4vw;
  }
}

.items_029_item_list>li>div:last-of-type>ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul li {
    line-height: 7.4666vw;
  }
}

.items_029_item_list>li>div:last-of-type>ul li>span:first-of-type {
  width: 100px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  color: #a3a3a3;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul li>span:first-of-type {
    width: 24.6666vw;
    font-size: 3.4666vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }
}

.items_029_item_list>li>div:last-of-type>ul li>span:last-of-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul li>span:last-of-type {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }
}

.items_029_item_list>li>div:last-of-type>ul li>span:last-of-type>span:first-of-type {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul li>span:last-of-type>span:first-of-type {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
Page Name : 030 customer billhistory
========================================================================== */
.items_030_wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_030_wrapper {
    max-width: 100%;
  }
}

.items_030_empty_paragraph {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin: 45px auto 10px;
}

@media screen and (max-width: 1024px) {
  .items_030_empty_paragraph {
    width: 100%;
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin: 8vw auto 0;
  }
}

.items_030_history_list {
  width: 100%;
  margin-top: 90px;
  border-top: 1px solid #000;
}

.items_030_history_list>li {
  margin-top: 120px;
}

.items_030_history_list>li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_030_history_list {
    margin-top: 16vw;
    border-top: none;
  }

  .items_030_history_list>li {
    margin-top: 8vw;
  }

  .items_030_history_list>li:first-of-type {
    margin-top: 0;
  }
}

.items_030_history_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #000;
}

.items_030_history_main>span:first-of-type {
  width: 50%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
}

.items_030_history_main div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_030_history_main div span:first-of-type {
  font-weight: bold;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
}

.items_030_history_main div span:last-of-type {
  font-size: 30px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .items_030_history_main {
    padding: 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }

  .items_030_history_main>span:first-of-type {
    width: 100%;
    font-size: 4.8vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 5vw;
    padding: 0 0 3vw;
    border-bottom: 1px solid #000;
  }

  .items_030_history_main div {
    width: 100%;
    margin-top: 8vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #b2b2b2;
  }

  .items_030_history_main div span:first-of-type {
    font-size: 3.3333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }

  .items_030_history_main div span:last-of-type {
    font-size: 8vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }
}

.items_030_link_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_030_link_button {
    margin: auto;
    margin-top: 8vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_link_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_030_link_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_link_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_030_history_details {
  margin-top: 60px;
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_030_history_details {
    margin-top: 8vw;
  }
}

.items_030_history_details.active {
  display: block;
}

.items_030_history_detail_item>li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #b2b2b2;
}

.items_030_history_detail_item>li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_030_history_detail_item>li {
    margin-top: 7vw;
    padding-top: 8vw;
  }

  .items_030_history_detail_item>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.items_030_history_detail_title {
  font-size: 26px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_030_history_detail_title {
    font-size: 5.3333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_030_history_detail_list {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .items_030_history_detail_list {
    margin-top: 4vw;
  }
}

.items_030_history_detail_list li span:first-of-type {
  display: inline-block;
  width: 90px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #a3a3a3;
}

.items_030_history_detail_list li span:last-of-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_030_history_detail_list li {
    margin-top: 4vw;
  }

  .items_030_history_detail_list li:first-of-type {
    margin-top: 0;
  }

  .items_030_history_detail_list li span:first-of-type {
    width: 22vw;
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 4vw;
  }

  .items_030_history_detail_list li span:last-of-type {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 4vw;
  }
}

.items_030_history_detail_amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}

.items_030_history_detail_amount span:first-of-type {
  font-size: 12px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
  color: #a3a3a3;
}

.items_030_history_detail_amount span:last-of-type {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .items_030_history_detail_amount {
    margin-top: 4vw;
  }

  .items_030_history_detail_amount span:first-of-type {
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }

  .items_030_history_detail_amount span:last-of-type {
    font-size: 3.7333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    margin-left: 0;
  }
}

.items_030_history_summary {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #b2b2b2;
}

.items_030_history_summary li {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_030_history_summary li:first-of-type {
  margin-top: 0;
}

.items_030_history_summary li span:first-of-type {
  font-weight: bold;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
}

.items_030_history_summary li span:last-of-type {
  font-size: 24px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1em;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .items_030_history_summary {
    margin-top: 7vw;
    padding-top: 8vw;
  }

  .items_030_history_summary li {
    margin-top: 2vw;
  }

  .items_030_history_summary li:first-of-type {
    margin-top: 0;
  }

  .items_030_history_summary li span:first-of-type {
    font-size: 3.2vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 1.6;
  }

  .items_030_history_summary li span:last-of-type {
    font-size: 6.4vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_history_summary_override {
    border-top-color: #000;
  }
}

.items_030_history_summary_override li:first-of-type span:last-of-type {
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .items_030_history_summary_override li:first-of-type span:last-of-type {
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_history_summary_override li:not(:first-of-type) span:last-of-type {
    font-size: 3.7333vw;
    line-height: 1em;
  }
}

.items_030_button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1;
  color: #54b8b4;
  border: 3px solid #54b8b4;
  margin: 20px auto 0;
  padding-top: 6px;
  position: relative;
}

.items_030_button:focus {
  outline: none;
}

@media screen and (max-width: 1024px) {
  .items_030_button {
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_button {
    margin: 4vw auto 0;
  }
}

@media not all and (hover: none) {
  .items_030_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_030_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

.items_030_button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 3px 0 3px;
  border-color: #54b8b4 transparent transparent transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
  .items_030_button:after {
    right: 3vw;
    border-width: 3.5vw 1vw 0 1vw;
  }
}

.items_030_button.active {
  margin-top: 60px;
}

.items_030_button.active:after {
  border-width: 0 3px 12px 3px;
  border-color: transparent transparent #54b8b4 transparent;
}

@media screen and (max-width: 1024px) {
  .items_030_button.active {
    margin-top: 8vw;
  }

  .items_030_button.active:after {
    border-width: 0 1vw 3.5vw 1vw;
  }
}

/* ==========================================================================
Page Name : 031
========================================================================== */
.items_031_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_031_wrapper {
    max-width: 100%;
  }
}

.items_031_empty_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .items_031_empty_paragraph {
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 6vw;
  }
}

.items_031_inquiry_list {
  width: 100%;
  margin-top: 80px;
  font-size: 15px;
  -webkit-letter-spacing: 0.05em;
  -moz-letter-spacing: 0.05em;
  -ms-letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list {
    margin-top: 10.666666666666668vw;
    font-size: 4vw;
  }
}

.items_031_inquiry_list>li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li {
    margin-top: 10.666666666666668vw;
    padding-top: 10.666666666666668vw;
  }
}

.items_031_inquiry_list>li:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}

.items_031_inquiry_list>li>div {
  font-size: 20px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
}

.items_031_inquiry_list>li>div span:last-of-type {
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>div {
    font-size: 5.333333333333334vw;
  }

  .items_031_inquiry_list>li>div span:last-of-type {
    margin-left: 0;
    display: block;
  }
}

.items_031_inquiry_list>li>ul:first-of-type {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:first-of-type {
    margin-top: 6.666666666666667vw;
  }
}

.items_031_inquiry_list>li>ul:first-of-type li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.items_031_inquiry_list>li>ul:first-of-type li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:first-of-type li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.1333333333333333vw;
  }

  .items_031_inquiry_list>li>ul:first-of-type li:first-of-type {
    margin-top: 0;
  }
}

.items_031_inquiry_list>li>ul:first-of-type li span:first-of-type {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  font-size: 13px;
  line-height: 24px;
  color: #a3a3a3;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:first-of-type li span:first-of-type {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 3.4666666666666663vw;
    line-height: 6.4vw;
  }
}

.items_031_inquiry_list>li>ul:last-of-type {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:last-of-type {
    margin-top: 6.666666666666667vw;
  }
}

.items_031_inquiry_list>li>ul:last-of-type li {
  margin-top: 35px;
}

.items_031_inquiry_list>li>ul:last-of-type li:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:last-of-type li {
    margin-top: 6.666666666666667vw;
  }

  .items_031_inquiry_list>li>ul:last-of-type li:first-of-type {
    margin-top: 0;
  }
}

.items_031_inquiry_list>li>ul:last-of-type li div:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.items_031_inquiry_list>li>ul:last-of-type li div:first-of-type span:last-of-type {
  font-size: 0.8em;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:last-of-type li div:first-of-type {
    font-size: 4.8vw;
  }
}

.items_031_inquiry_list>li>ul:last-of-type li div:last-of-type {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li>ul:last-of-type li div:last-of-type {
    margin-top: 2.1333333333333333vw;
  }
}

.items_031_inquiry_list>li form {
  margin-top: 35px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form {
    margin-top: 6.666666666666667vw;
  }
}

.items_031_inquiry_list>li form div {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form div {
    font-size: 4.8vw;
  }
}

.items_031_inquiry_list>li form textarea {
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 7em;
  padding: 1em;
  font-size: 15px;
  -webkit-letter-spacing: 0.05em;
  -moz-letter-spacing: 0.05em;
  -ms-letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form textarea {
    margin-top: 2.1333333333333333vw;
  }
}

.items_031_inquiry_list>li form textarea:focus {
  outline: none;
  border: 1px solid #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form textarea {
    font-size: 4vw;
  }
}

.items_031_inquiry_list>li form input[type='submit'] {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  margin: 30px auto 0;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form input[type='submit'] {
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
    margin: 5.333333333333334vw auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form input[type='submit'] {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_031_inquiry_list>li form input[type='submit']:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ==========================================================================
Page Name : 032 customer mailauth
========================================================================== */
.items_032_wrapper {
  max-width: 790px;
}

@media screen and (max-width: 1024px) {
  .items_032_wrapper {
    max-width: 100%;
  }
}

.items_032_error_message {
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {
  .items_032_error_message {
    margin: 8vw auto 0;
  }
}

.items_032_section_wrapper {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_032_section_wrapper {
    margin-top: 30px;
  }
}

.items_032_section_wrapper section {
  width: 100%;
}

.items_032_section_wrapper section h3 {
  margin-bottom: 20px;
  text-align: center;
}

.items_032_section_wrapper section p {
  margin: 0;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
}

.items_032_section_wrapper section p small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_032_section_wrapper section p {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.466666666666668vw;
    width: 100%;
    text-align: left;
  }
}

.component_form_back_submit {
  max-width: 320px;
  margin: 60px auto 0 !important;
}

/* ==========================================================================
Page Name : 034
========================================================================== */
.items_034_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_034_wrapper {
    max-width: 100%;
  }
}

.items_034_heading {
  text-align: center;
}

.items_034_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_034_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_034_login_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_034_login_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_034_login_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_034_login_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_034_login_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

/* ==========================================================================
Page Name : 033
========================================================================== */
.items_033_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_033_wrapper {
    max-width: 100%;
  }
}

.items_033_heading {
  text-align: center;
  line-height: 1.5;
}

.items_033_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_033_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_033_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_033_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_033_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_033_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_033_back_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

/* ==========================================================================
Page Name : 035
========================================================================== */
.items_035_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_035_wrapper {
    max-width: 100%;
  }
}

.items_035_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_035_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

/* ==========================================================================
Page Name : 036
========================================================================== */
.items_036_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_036_wrapper {
    max-width: 100%;
  }
}

.items_036_heading {
  text-align: center;
}

.items_036_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_036_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_036_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_036_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_036_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_036_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_036_back_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

/* ==========================================================================
Page Name : 037
========================================================================== */
.items_037_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_037_wrapper {
    max-width: 100%;
  }
}

.items_037_heading {
  text-align: center;
}

.items_037_paragraph {
  margin: 0;
  width: 100%;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .items_037_paragraph {
    font-size: 14px;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.items_037_paragraph a {
  color: #54b8b4;
}

.items_037_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {
  .items_037_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_037_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_037_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_037_back_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

/* ==========================================================================
Page Name : 038
========================================================================== */
.items_038_wrapper {
  max-width: 840px;
}

@media screen and (max-width: 1024px) {
  .items_038_wrapper {
    max-width: 100%;
  }
}

.items_038_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  padding-top: 6px;
  background-color: inherit;
  border: 1px solid #666;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .items_038_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_038_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_038_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .items_038_back_button {
    padding-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
      'メイリオ', Meiryo, sans-serif;
  }
}

/* ==========================================================================
Page Name : 039 cancel
========================================================================== */
.items_039_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .items_039_wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .items_039_heading {
    font-size: 5.4vw;
  }
}

.items_039_paragraph {
  margin: 0;
  margin-top: 60px;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.items_039_paragraph a {
  color: #54b8b4;
}

@media screen and (max-width: 1024px) {
  .items_039_paragraph {
    margin-top: 9.3333vw;
    font-size: 3.7333vw;
    line-height: 7.4666vw;
    text-align: left;
  }
}

.items_039_back_button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  font-size: 18px;
  -webkit-letter-spacing: 4px;
  -moz-letter-spacing: 4px;
  -ms-letter-spacing: 4px;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_039_back_button {
    margin: auto;
    margin-top: 10.6666vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_039_back_button {
    font-size: 3.8666666666666667vw;
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
  }
}

@media not all and (hover: none) {
  .items_039_back_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ==========================================================================
Page Name : 040
========================================================================== */
.items_040_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  min-width: 1280px;
  max-width: 1600px;
  margin: 80px auto 150px;
}

.items_040_container {
  width: 800px;
  margin: 0 auto;
}

.items_040_link {
  text-align: center;
  padding-top: 60px;
}

.items_040_link a {
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 33px;
  color: #54b8b4;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.items_040_title {
  font-size: 26px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 33px;
  text-align: center;
  margin-top: 70px;
}

.items_040_dest_and_issue_date {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.items_040_dest_and_issue_date>div {
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 33px;
}

.items_040_dest_and_issue_date>div:last-of-type {
  margin-left: auto;
}

.items_040_summary {
  margin-top: 100px;
}

.items_040_summary>div:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.items_040_summary>div:first-of-type span:first-of-type {
  font-weight: bold;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
}

.items_040_summary>div:first-of-type span:last-of-type {
  font-family: 'Futura-Book', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3',
    'Hiragino Sans W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 30px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  margin-left: auto;
}

.items_040_summary>div:last-of-type {
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 30px;
}

.items_040_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 110px;
}

.items_040_details>div:first-of-type {
  width: 360px;
}

.items_040_details>div:first-of-type div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
}

.items_040_details>div:first-of-type div span:last-of-type {
  margin-left: auto;
}

.items_040_details>div:first-of-type ul {
  margin-top: 15px;
  font-size: 12px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 1;
}

.items_040_details>div:last-of-type {
  width: 207px;
  margin-left: auto;
}

.items_040_details>div:last-of-type img {
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.items_040_details>div:last-of-type div {
  font-size: 11px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 22px;
  white-space: pre-wrap;
}

/* ==========================================================================
Page Name : 041 customer delivery
========================================================================== */
.items_041_wrapper {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .items_041_wrapper {
    max-width: 100%;
  }
}

/* ==========================================================================
Page Name : 201
========================================================================== */
.items_201_button_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 84px;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list {
    margin-top: 8.266666666666666vw;
  }
}

.items_201_button_list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 240px;
  margin-left: 20px;
}

.items_201_button_list li:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41.3333vw;
  }
}

.items_201_button_list li * {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.items_201_button_list li input,
.items_201_button_list li a {
  background-color: #f5f5f5;
  height: 60px;
  font-size: 18px;
  line-height: 1;
  color: #dadada;
  padding-top: 6px;
}

@media screen and (max-width: 1024px) {

  .items_201_button_list li input,
  .items_201_button_list li a {
    height: 14.6666vw;
  }
}

@media screen and (max-width: 1024px) {

  .items_201_button_list li input,
  .items_201_button_list li a {
    font-size: 3.8666vw;
    padding-top: 1.6vw;
  }
}

.items_201_button_list li input:focus,
.items_201_button_list li a:focus {
  outline: none;
}

.items_201_button_list li>span {
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
  -webkit-letter-spacing: 0.3px;
  -moz-letter-spacing: 0.3px;
  -ms-letter-spacing: 0.3px;
  letter-spacing: 0.3px;
  color: #888888;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li>span {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.75;
    -webkit-letter-spacing: 0.064vw;
    -moz-letter-spacing: 0.064vw;
    -ms-letter-spacing: 0.064vw;
    letter-spacing: 0.064vw;
  }
}

.items_201_button_list li.button_heart input,
.items_201_button_list li.button_heart a {
  -webkit-letter-spacing: 0.36px;
  -moz-letter-spacing: 0.36px;
  -ms-letter-spacing: 0.36px;
  letter-spacing: 0.36px;
  padding-left: 19px;
}

.items_201_button_list li.button_heart img {
  width: auto;
  height: 14px;
  left: 89px;
}

@media screen and (max-width: 1024px) {

  .items_201_button_list li.button_heart input,
  .items_201_button_list li.button_heart a {
    -webkit-letter-spacing: 0.07733333333333332vw;
    -moz-letter-spacing: 0.07733333333333332vw;
    -ms-letter-spacing: 0.07733333333333332vw;
    letter-spacing: 0.07733333333333332vw;
    padding-left: 3.4666666666666663vw;
  }

  .items_201_button_list li.button_heart img {
    height: 3.2vw;
    left: 13.600000000000001vw;
  }
}

.items_201_button_list li.button_finishing input,
.items_201_button_list li.button_finishing a {
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  padding-left: 20px;
}

.items_201_button_list li.button_finishing img {
  width: 24px;
  height: 24px;
  left: 60px;
}

@media screen and (max-width: 1024px) {

  .items_201_button_list li.button_finishing input,
  .items_201_button_list li.button_finishing a {
    -webkit-letter-spacing: 0.5vw;
    -moz-letter-spacing: 0.5vw;
    -ms-letter-spacing: 0.5vw;
    letter-spacing: 0.5vw;
    padding-left: 5.333333333333334vw;
  }

  .items_201_button_list li.button_finishing img {
    width: 3.2vw;
    height: 3.2vw;
    left: 9vw;
  }
}

.items_201_button_list li img {
  pointer-events: none;
  position: absolute;
}

.items_201_button_list li img.pc_img {
  display: block;
}

.items_201_button_list li img.pc_img.active {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li img.pc_img {
    display: none;
  }
}

.items_201_button_list li img.sp_img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li img.sp_img {
    display: block;
  }

  .items_201_button_list li img.sp_img.active {
    display: none;
  }
}

.items_201_button_list li.active input,
.items_201_button_list li.active a {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}

@media not all and (hover: none) {

  .items_201_button_list li.active input:hover,
  .items_201_button_list li.active a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.items_201_button_list li.active .pc_img {
  display: none;
}

.items_201_button_list li.active .pc_img.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li.active .pc_img.active {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li.active .pc_img {
    display: none;
  }
}

.items_201_button_list li.active .sp_img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_201_button_list li.active .sp_img {
    display: none;
  }

  .items_201_button_list li.active .sp_img.active {
    display: block;
  }
}

/* ==========================================================================
Page Name : 202
========================================================================== */
.items_202_override__items_029_paragraph {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .items_202_override__items_029_paragraph {
    margin-top: 10.266666666666667vw;
  }
}

.items_202_form {
  width: 100%;
  margin-top: 57px;
}

@media screen and (max-width: 1024px) {
  .items_202_form {
    margin-top: 11.733333333333333vw;
  }
}

.items_202_item_list {
  width: 100%;
}

.items_202_item_list>li {
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
}

.spacing {
  margin-bottom: 70px!important;
  padding-bottom: 50px!important;
}

.items_202_item_list>li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li {
    margin-bottom: 0;
    padding-bottom: 4.3999999999999995vw;
    border-bottom: none;
  }

  .items_202_item_list > li : last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .spacing {
    margin-bottom: 0px!important;
  }

}

.items_202_item_list>li>input {
  display: none;
}

.items_202_item_list>li>label {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 6px;
  padding-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: #dddddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items_202_item_list>li>label>div {
  width: 26px;
  height: 26px;
  background-color: #fff;
  margin-right: 10px;
}

.items_202_item_list>li>label>div>img {
  width: 100%;
  display: none;
}

.items_202_item_list>li>label>div>img:focus {
  outline: none;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>label {
    position: initial;
    padding: 0;
    width: 100%;
    height: 12.533333333333333vw;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 3.733333333333334vw;
    line-height: 1;
    -webkit-letter-spacing: 0.07466666666666667vw;
    -moz-letter-spacing: 0.07466666666666667vw;
    -ms-letter-spacing: 0.07466666666666667vw;
    letter-spacing: 0.07466666666666667vw;
    color: #000;
  }

  .items_202_item_list>li>label>div {
    width: 7.066666666666667vw;
    height: 7.066666666666667vw;
    margin-right: 2.666666666666667vw;
  }

  .items_202_item_list>li>label>span {
    margin-top: 1.0666666666666667vw;
  }
}

@media not all and (hover: none) {
  .items_202_item_list>li>label:hover {
    cursor: pointer;
  }
}

.items_202_item_list>li input[type='checkbox']:checked+label {
  background-color: #38ada7;
  color: #fff;
}

.items_202_item_list>li input[type='checkbox']:checked+label>div>img {
  display: block;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li input[type='checkbox']+label+div {
    border-color: #dddddd;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-style: solid;
    border-width: 1.3333333333333335vw;
    border-top-width: 0;
  }
}

.items_202_item_list>li input[type='checkbox']:checked+label+div {
  border-color: #38ada7;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div {
    padding: 5.333333333333334vw 2.666666666666667vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.items_202_item_list>li>div>.inner_list_wrapper>div:first-of-type {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: auto;
  background-color: #f8f3f1;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:first-of-type {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:first-of-type:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.items_202_item_list>li>div>.inner_list_wrapper>div:first-of-type img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type {
  padding-right: 137px;
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type {
    padding-right: 0;
    margin-left: 5%;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>div {
  font-size: 26px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>div {
    font-size: 5.3333vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul {
    margin-top: 4vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li {
    line-height: 7.4666vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:first-of-type {
  width: 100px;
  font-size: 13px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  color: #a3a3a3;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:first-of-type {
    width: 24.6666vw;
    font-size: 3.4666vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:last-of-type {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:last-of-type {
    font-size: 3.4666vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:last-of-type>span:first-of-type {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li>span:last-of-type>span:first-of-type {
    font-size: 3.2vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label {
    width: 100%;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label:before {
  content: '';
  display: block;
  background-color: #54b8b4;
  position: absolute;
  right: 4px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label:before {
    right: 1.2vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -2px;
  right: 13px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label:after {
    right: 2.666666666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.5333333333333333vw solid #fff;
    border-top: 0.5333333333333333vw solid #fff;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label>select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 82px;
  height: 30px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label>select {
    width: 100%;
    height: 8vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label>select {
    font-size: 3.8666666666666667vw;
  }
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>label>select:focus {
  outline: none;
  border-color: #54b8b4;
}

.items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>span {
  margin-left: 14px;
  font-size: 12px;
  line-height: 1;
  -webkit-letter-spacing: 0.48px;
  -moz-letter-spacing: 0.48px;
  -ms-letter-spacing: 0.48px;
  letter-spacing: 0.48px;
  color: #888888;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.inner_list_wrapper>div:last-of-type>ul li .select_wrapper>span {
    margin-left: 0;
    margin-top: 2vw;
    margin-bottom: 1em;
    font-size: 2.666666666666667vw;
    -webkit-letter-spacing: 0.10666666666666667vw;
    -moz-letter-spacing: 0.10666666666666667vw;
    -ms-letter-spacing: 0.10666666666666667vw;
    letter-spacing: 0.10666666666666667vw;
  }
}

.items_202_item_list>li>div>.notice {
  margin-top: 50px;
  width: 100%;
  padding: 30px;
  background-color: #eff6fb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 30px;
  -webkit-letter-spacing: 0.3px;
  -moz-letter-spacing: 0.3px;
  -ms-letter-spacing: 0.3px;
  letter-spacing: 0.3px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .items_202_item_list>li>div>.notice {
    margin-top: 5.333333333333334vw;
    padding: 4vw 2.4vw;
    font-size: 3.733333333333334vw;
    line-height: 7.199999999999999vw;
    -webkit-letter-spacing: 0.07466666666666667vw;
    -moz-letter-spacing: 0.07466666666666667vw;
    -ms-letter-spacing: 0.07466666666666667vw;
    letter-spacing: 0.07466666666666667vw;
    text-align: center;
  }
}

.items_202_green_button {
  margin: 0;
  padding: 0;
  border: none;
  margin: 75px auto 0;
  width: 320px;
  height: 60px;
  background-color: #54b8b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  -webkit-letter-spacing: 0.34px;
  -moz-letter-spacing: 0.34px;
  -ms-letter-spacing: 0.34px;
  letter-spacing: 0.34px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .items_202_green_button {
    margin-top: 13.333333333333334vw;
    width: 58.666666666666664vw;
    height: 14.666666666666666vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_202_green_button {
    font-size: 3.733333333333334vw;
    -webkit-letter-spacing: 0.07466666666666667vw;
    -moz-letter-spacing: 0.07466666666666667vw;
    -ms-letter-spacing: 0.07466666666666667vw;
    letter-spacing: 0.07466666666666667vw;
  }
}

@media not all and (hover: none) {
  .items_202_green_button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.items_202_green_button__override_gray {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #666;
  -webkit-letter-spacing: 0.07466666666666667vw;
  -moz-letter-spacing: 0.07466666666666667vw;
  -ms-letter-spacing: 0.07466666666666667vw;
  letter-spacing: 0.07466666666666667vw;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .items_202_green_button__override_gray {
    margin-top: 5.333333333333334vw;
  }
}

/* ==========================================================================
Page Name : 203
========================================================================== */
.items_203_override__items_008_contractor {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_203_override__items_008_contractor {
    margin-top: 0;
  }
}

.items_203_section_wrapper {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .items_203_section_wrapper {
    margin-top: 10vw;
  }
}

.items_203_section_wrapper h3 {
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .items_203_section_wrapper h3 {
    font-size: 4.8vw;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    padding-bottom: 4vw;
  }
}

.items_203_attention{
	font-size: 12px !important;
}

@media screen and (max-width: 1024px) {
.items_203_attention{
    font-size: 3.2vw !important;
  }
}

.items_203_radio_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_203_radio_wrapper {
    margin-top: 5.866666666666666vw;
  }
}

.items_203_radio_wrapper input[type='radio'] {
  display: none;
}

.items_203_radio_wrapper label {
  margin-right: 22px;
  font-size: 15px;
  line-height: 23.5px;
  -webkit-letter-spacing: 0.3px;
  -moz-letter-spacing: 0.3px;
  -ms-letter-spacing: 0.3px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.5em;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .items_203_radio_wrapper label {
    margin-right: 7.733333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 6.266666666666667vw;
    -webkit-letter-spacing: 0.07466666666666667vw;
    -moz-letter-spacing: 0.07466666666666667vw;
    -ms-letter-spacing: 0.07466666666666667vw;
    letter-spacing: 0.07466666666666667vw;
  }
}

.items_203_radio_wrapper label:hover {
  cursor: pointer;
}

.items_203_radio_wrapper label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .items_203_radio_wrapper label:before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}

.items_203_radio_wrapper input[type='radio']:checked+label:after {
  content: '';
  position: absolute;
  left: calc(16px / 4);
  width: calc(16px / 2);
  height: calc(16px / 2);
  background-color: #54b8b4;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .items_203_radio_wrapper input[type='radio']:checked+label:after {
    left: calc(4.266666666666667vw / 4);
    width: calc(4.266666666666667vw / 2);
    height: calc(4.266666666666667vw / 2);
  }
}

.items_203_radio_wrapper_override {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_203_radio_wrapper_override {
    margin-top: 0;
  }
}

.items_203_radio_wrapper_override label {
  margin-top: 0;
}

.items_203_form_address {
  margin-top: 62px;
}

@media screen and (max-width: 1024px) {
  .items_203_form_address {
    margin-top: 9.333333333333334vw;
  }
}

.items_203_form_address.items_203_form_address ul li span.required:after {
  padding: 4px;
  margin-top: -4px;
}

@media screen and (max-width: 1024px) {
  .items_203_form_address.items_203_form_address ul li span.required:after {
    padding: 4px;
    margin-top: -2px;
  }
}

@media screen and (max-width: 1024px) {
  .items_203_form_address ul li label {
    margin-top: 2.666666666666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_203_form_address ul li label span {
    margin-bottom: 1.3333333333333335vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_203_form_address ul li.error {
    margin-top: 6px;
  }
}

.items_203_form_item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items_203_form_item_wrapper:last-of-type {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .items_203_form_item_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .items_203_form_item_wrapper:last-of-type {
    margin-top: 8vw;
  }
}

.items_203_form_item_wrapper>div {
  width: 90px;
  min-width: 90px;
  font-size: 15px;
  line-height: 23.5px;
  -webkit-letter-spacing: 0.3px;
  -moz-letter-spacing: 0.3px;
  -ms-letter-spacing: 0.3px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 1024px) {
  .items_203_form_item_wrapper>div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 3.733333333333334vw;
    line-height: 6.266666666666667vw;
    -webkit-letter-spacing: 0.07466666666666667vw;
    -moz-letter-spacing: 0.07466666666666667vw;
    -ms-letter-spacing: 0.07466666666666667vw;
    letter-spacing: 0.07466666666666667vw;
    margin-bottom: 5.866666666666666vw;
  }
}

.items_203_form_select_wrapper_override.items_203_form_select_wrapper_override {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.items_203_form_select_wrapper_override.items_203_form_select_wrapper_override select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .items_203_form_select_wrapper_override.items_203_form_select_wrapper_override {
    width: 100%;
  }

  .items_203_form_select_wrapper_override.items_203_form_select_wrapper_override select {
    width: 100%;
  }
}


/* ==========================================================================
Page Name : 204
========================================================================== */
.items_204_nomargin {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .items_204_nomargin {
    margin-top: 0;
  }
}

.items_204_override__items_008_notification.items_204_override__items_008_notification {
  border-width: 1px;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_override__items_008_notification.items_204_override__items_008_notification {
    padding: 8vw 4.266666666666667vw;
  }
}

.items_204_override__items_029_item_list {
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .items_204_override__items_029_item_list {
    margin-top: 13.333333333333334vw;
    margin-bottom: 0;
  }
}

.items_204_override__items_029_item_list>li>div:last-of-type>ul li>span:first-of-type {
  width: 130px;
}

@media screen and (max-width: 1024px) {
  .items_204_override__items_029_item_list>li>div:last-of-type>ul li>span:first-of-type {
    width: 30.4vw;
  }
}

.items_204_payment_wrapper ul {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper ul {
    margin-top: 5vw;
  }
}

.items_204_payment_wrapper ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 8vw;
  }
}

.items_204_payment_wrapper ul li:last-of-type {
  margin-top: 20px;
  font-size: 20px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper ul li:last-of-type {
    margin-top: 4.266666666666667vw;
    font-size: 4.8vw;
    -webkit-letter-spacing: 0.26vw;
    -moz-letter-spacing: 0.26vw;
    -ms-letter-spacing: 0.26vw;
    letter-spacing: 0.26vw;
    line-height: 7.4666vw;
  }
}

.items_204_payment_wrapper ul li span {
  margin-left: auto;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.items_204_payment_wrapper ul li span:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper ul li span:first-of-type {
    font-weight: normal;
  }
}

.items_204_payment_wrapper div {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper div {
    margin-top: 4.266666666666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .items_204_payment_wrapper div {
    font-size: 3.7333vw;
  }
}

.items_204_delivery_time_wrapper ul {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_delivery_time_wrapper ul {
    margin-top: 5vw;
  }
}

.items_204_delivery_time_wrapper ul li {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: normal;
  font-size: 15px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .items_204_delivery_time_wrapper ul li {
    font-size: 3.7333vw;
    line-height: 8vw;
  }
}

.items_204_delivery_time_wrapper ul li span {
  margin-right: 0;
  font-weight: inherit;
  font-size: inherit;
  -webkit-letter-spacing: inherit;
  -moz-letter-spacing: inherit;
  -ms-letter-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.items_204_delivery_time_wrapper ul li span:first-of-type {
  width: 100px;
  min-width: 100px;
}

@media screen and (max-width: 1024px) {
  .items_204_delivery_time_wrapper ul li span:first-of-type {
    font-weight: normal;
    width: 21.333333333333336vw;
    min-width: 21.333333333333336vw;
  }
}

/* ==========================================================================
Page Name : 205
========================================================================== */
@media screen and (max-width: 1024px) {
  .items_205_override__items_011_image_sp {
    height: auto;
    width: 100%;
  }
}

/* ==========================================================================
Page Name : s001 about us
========================================================================== */
.items_s001_wrapper {
  padding: 0 0 140px;
}

@media screen and (max-width: 1024px) {
  .items_s001_wrapper {
    padding: 0;
  }
}

.items_aboutus_img {
  text-indent: -9999px;
  max-width: 1000px;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background: url(../img/aboutus/company-info-image.jpg) no-repeat;
  background-position: 0 -170px;
}

@media screen and (max-width: 1024px) {
  .items_aboutus_img {
    background-size: cover;
    height: 300px;
    background-position: center center;
  }
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper {
    width: 100%;
  }
}

.items_s001_section_wrapper .aboutus_info_block {
  width: 800px;
  margin: 80px auto 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block {
    width: 100%;
    margin: 0;
    padding: 6vw 6vw 10vw;
    font-size: 3.6333vw;
    line-height: 6.3666vw;
    background: #fff;
  }
}

.items_s001_section_wrapper .aboutus_info_block .br_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block .br_sp {
    display: block;
  }
}

.items_s001_section_wrapper .aboutus_info_block h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block a {
    color: #53B9B5;
  }

  .items_s001_section_wrapper .aboutus_info_block table {
    line-height: 6vw;
  }

  .items_s001_section_wrapper .aboutus_info_block table th {
    width: 25%;
    font-size: 3.7333vw;
    font-weight: normal;
    vertical-align: top;
  }

  .items_s001_section_wrapper .aboutus_info_block table td {
    width: 75%;
    font-size: 3.7333vw;
  }

  .items_s001_section_wrapper .aboutus_info_block table td, .aboutus_info_block table th {
    padding: 1.5vw 0;
  }

  .items_s001_section_wrapper .aboutus_info_block table span {
    display: block;
  }

  .items_s001_section_wrapper .aboutus_info_block table li {
    padding: 1vw 0;
  }

  .items_s001_section_wrapper .aboutus_info_block h2 {
    font-weight: bold;
    font-size: 6vw;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 8vw;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  line-height: 110%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission h2 {
    font-size: 4.8vw;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 110%;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission {
    font-size: 3.7333vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-bottom: 10vw;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission p {
  margin-bottom: 2em;
  letter-spacing: 0.3em;
  line-height: 220%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission p {
    font-size: 3.7333vw;
    letter-spacing: 0.1em;
    line-height: 200%;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .aboutus_info_mission_adjust {
  margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .aboutus_info_mission_adjust {
    margin-bottom: 10vw;
    margin-top: 1em;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .tagline_adjust {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .tagline_adjust {
    margin-top: 0.5em;
    margin-bottom: 6vw;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission_logo {
  margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission_logo {
    margin-bottom: 12vw;
  }
}

.items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission_logo img {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .items_s001_section_wrapper .aboutus_info_block.aboutus_info_mission .mission_logo img {
    width: 118px;
  }
}

.items_s001_section_wrapper table {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 220%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {}

.items_s001_section_wrapper th {
  width: 20%;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 1024px) {}

.items_s001_section_wrapper td {
  width: 80%;
  padding: 0 0 5px;
  text-align: left;
}

@media screen and (max-width: 1024px) {}

/* ==========================================================================
Page Name : s002 terms
========================================================================== */
.items_s002_wrapper {
  padding: 50px 0 140px;
}

@media screen and (max-width: 1024px) {
  .items_s002_wrapper {
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 0;
  }
}

.items_s002_section_wrapper {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .items_s002_section_wrapper {
    width: 100%;
    margin: 0 0 10vw;
  }
}

/* ==========================================================================
Page Name : s003 privacy policy
========================================================================== */
.items_s003_wrapper {
  padding: 50px 0 140px;
}

@media screen and (max-width: 1024px) {
  .items_s003_wrapper {
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 0;
  }
}

.items_s003_section_wrapper {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .items_s003_section_wrapper {
    width: 100%;
    margin: 0 0 10vw;
  }
}

/* ==========================================================================
Page Name : s004 tokusyoho
========================================================================== */
.items_s004_wrapper {
  padding: 50px 0 140px;
}

@media screen and (max-width: 1024px) {
  .items_s004_wrapper {
    padding: calc(26.66vw - 50px) 6.6000000000000005vw 0;
  }
}

.items_s004_section_wrapper {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .items_s004_section_wrapper {
    width: 100%;
    margin: 0 0 10vw;
  }
}

/* ==========================================================================
Page Name : s006 about subsclife
========================================================================== */
.items_s006_wrapper {
  padding: 0 0 140px;
}

@media screen and (max-width: 1024px) {
  .items_s006_wrapper {
    padding: 0;
  }
}

.cont_subject {
  width: 100%;
  text-align: center;
  background-color: #EEF1F3;
}

@media screen and (max-width: 1024px) {
  .cont_subject {
    width: 100%;
    text-align: center;
    background-color: #EEF1F3;
  }
}

.cont_subject .subjects {
  width: 100%;
  display: table;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 650px;
}

@media screen and (max-width: 1024px) {
  .cont_subject .subjects {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
}

.cont_subject .subjects_in {
  width: 50%;
  max-width: 500px;
  display: table-cell;
  position: relative;
  top: 0;
  right: 0;
  padding: 72px 0 72px 46px;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .cont_subject .subjects_in {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 30px;
    text-align: left;
  }
}

.cont_subject .subjects_in h2 {
  text-align: left;
  font-size: 26px;
  letter-spacing: 7.5px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #000;
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .cont_subject .subjects_in h2 {
    padding-right: 0;
    font-size: 4.8vw;
    letter-spacing: 4px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000;
  }
}

.cont_subject .subjects_in p {
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
  padding-right: 100px;
}

@media screen and (max-width: 1024px) {
  .cont_subject .subjects_in p {
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 2;
  }
}

.cont_subject .image {
  width: 50%;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .cont_subject .image {
    display: block;
    width: 100%;
    padding-top: 88%;
    background-position: center;
    background-size: 100%;
  }
}

.cont_subject .private_1 .image {
  background-image: url(../img/aboutus/about-subsclife_cont_image5.jpg);
}

@media screen and (max-width: 1024px) {}

.cont_subject .business_1 .image {
  background-image: url(../img/aboutus/about-subsclife-2b_cont_image4.png);
}

@media screen and (max-width: 1024px) {}

.cont_5merit {
  width: 100%;
  padding: 51px 0 100px 0;
}

@media screen and (max-width: 1024px) {
  .cont_5merit {
    padding: 50px 0 40px;
  }
}

.cont_5merit h3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 6px solid #EEF1F3;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit h3 {
    width: 100%;
    font-size: 4.3vw;
    line-height: 1.8;
    letter-spacing: 4px;
    color: #000;
    border-bottom: 3px solid #EEF1F3;
    text-align: center;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
  }
}

.cont_5merit p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  .cont_5merit p {
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 0 30px 30px 30px;
  }
}

.cont_5merit .anchor_links {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: table;
  padding-top: 41px;
  border-collapse: collapse;
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links {
    display: block;
    width: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
    padding: 0 30px;
  }
}

.cont_5merit .anchor_links .anchor_lay {
  width: 16.6%;
  min-height: 177px;
  display: table-cell;
  position: relative;
  z-index: 0;
  background-color: #F3F3EF;
  border: 36px solid #FFF;
  padding: 40px 0 53px 36px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2.1px;
  color: #000;
  margin-bottom: 100px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links .anchor_lay {
    display: block;
    width: 47.5%;
    float: left;
    position: relative;
    z-index: 0;
    background-color: #F3F3EF;
    margin: 0;
    padding: 53px 0 53px 17px;
    font-size: 3.3vw;
    line-height: 1.6;
    color: #000;
    margin-right: 5%;
    margin-bottom: 15px;
    border: 0;
  }

  .cont_5merit .anchor_links .anchor_lay:nth-child(even) {
    margin-right: 0;
  }
}

.cont_5merit .anchor_links .anchor_lay .num {
  position: absolute;
  top: 8%;
  left: 8%;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links .anchor_lay .num {
    position: absolute;
    top: 8%;
    left: 8%;
  }
}

.cont_5merit .anchor_links .anchor_lay .num img {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links .anchor_lay .num img {
    height: 18px;
    width: auto;
  }
}

.cont_5merit .anchor_links .anchor_lay .arrow {
  text-align: center;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links .anchor_lay .arrow {
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
  }
}

.cont_5merit .anchor_links .anchor_lay .arrow img {
  height: 24px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .anchor_links .anchor_lay .arrow img {
    height: 20px;
    width: auto;
  }
}

.cont_5merit ul {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cont_5merit ul {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.cont_5merit>ul>li {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit>ul>li {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
  }
}

.cont_5merit>ul>li:last-child {
  margin-bottom: 89px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit>ul>li:last-child {
    margin-bottom: 0;
  }
}

.cont_5merit li .list_in {
  width: 100%;
  display: table;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
  }
}

.cont_5merit li.right .list_in .data {
  width: 50%;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding: 0 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .data {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left;
    vertical-align: top;
  }
}

.cont_5merit li.right .list_in .data h4 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 1px solid #7F7F7F;
  min-height: 131px;
  text-align: left;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 110px;
  padding-left: 100px;
}

.cont_5merit li.right .list_in .image {
  width: 50%;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 100px;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .data {
  width: 50%;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding: 0 100px 0 0;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .data h4 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 1px solid #7F7F7F;
  min-height: 162px;
  text-align: left;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 110px;
  padding-left: 100px;
}

.cont_5merit li.left .list_in .image {
  width: 50%;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .image {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    vertical-align: top;
  }

  .cont_5merit li .list_in .image img {
    max-width: 100% !important;
  }

  .cont_5merit li .list_wide {
    margin: 0 auto;
  }
}

.cont_5merit li .list_in .image.pc_image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li .list_in .image.sp_image {
  display: none !important;
}

.cont_5merit li.num1 .list_in .data h4 {
  background-image: url(../img/aboutus/about-subsclife-2b_svg_num1.svg);
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_in .data h4 {
    padding-top: 13px;
  }
}

.cont_5merit li.num2 .list_in .data h4 {
  background-image: url(../img/aboutus/about-subsclife-2b_svg_num2.svg);
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num3 .list_in .data h4 {
  background-image: url(../img/aboutus/about-subsclife-2b_svg_num3.svg);
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num4 .list_in .data h4 {
  background-image: url(../img/aboutus/about-subsclife-2b_svg_num4.svg);
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num5 .list_in .data h4 {
  background-image: url(../img/aboutus/about-subsclife-2b_svg_num5.svg);
}

@media screen and (max-width: 1024px) {}

.cont_5merit li .list_in .data p {
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .data p {
    font-size: 3.4vw !important;
    line-height: 1.7 !important;
    padding: 0 30px 30px 30px !important;
  }
}

.cont_5merit li .list_in .data p span {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .data p span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .data h4 {
    display: flex;
    align-items: center;
    padding: 0 30px 0 28% !important;
    margin-bottom: 30px !important;
    font-size: 4vw !important;
    line-height: 1.7 !important;
    letter-spacing: 4px !important;
    color: #000;
    border-bottom: 1px solid #7F7F7F !important;
    min-height: 90px;
    background-size: auto 70px !important;
    background-position: 28px !important;
  }

  .cont_5merit li .list_in .data h4 span {
    position: absolute;
    top: 0;
    left: 30px;
  }
}

.cont_5merit li .list_in .data h4 span img {
  height: 110px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_in .data h4 span img {
    height: 78px;
    width: auto;
  }
}

.cont_5merit li .list_wide {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li .list_wide {
    margin: 0 auto;
  }
}

.cont_5merit li.right .list_in .image {
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.right .list_in .image img {
  max-width: 450px;
  height: auto;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .data h4 {
  padding: 0 0 40px 120px;
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 1px solid #7F7F7F;
  min-height: 162px;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .data h4 span {
  position: absolute;
  top: 0;
  left: auto;
  right: 50%;
  margin-right: -68px;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .data p {
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .image {
  padding: 0 50px 0 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.left .list_in .image img {
  max-width: 450px;
  height: auto;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num1 .list_in .data h4 {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_in .data h4 {
    padding-top: 13px;
  }
}

.cont_5merit li.num1 .list_in .image span {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 60px 100px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_in .image {
    padding: 0 30px 0 30px !important;
  }

  .cont_5merit li.num1 .list_in .image span {
    width: 100%;
    display: inline-block;
    background-color: #EFEFEF;
    width: 100%;
    padding: 20px 50px;
  }
}

.cont_5merit li.num1 .list_in .image img {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_in .image img {
    background-color: transparent;
  }
}

.cont_5merit li.num1 .list_wide {
  border: 2px solid #E1E1E1;
  display: table;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_wide {
    border: 1px solid #E1E1E1;
    display: table;
    margin: 0 30px;
  }
}

.cont_5merit li.num1 .list_wide .data {
  width: 50%;
  display: table-cell;
  text-align: left;
  padding: 31px 37px 0 37px;
  vertical-align: top;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_wide .data {
    width: 100%;
    text-align: left;
    vertical-align: top;
    color: #000;
    padding: 15px;
  }
}

.cont_5merit li.num1 .list_wide .image {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_wide .image {
    width: 100%;
    vertical-align: top;
  }
}

.cont_5merit li.num1 .list_wide .data .title {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 6px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .list_wide .data .title {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

.cont_5merit li.num1 .example {
  border-bottom: 2px dotted #000;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .example {
    border-bottom: 2px dotted #000;
    padding-bottom: 5px;
  }
}

.cont_5merit li.num1 .example>div {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num1 .example>table {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .example>table {
    width: 100%;
  }
}

.cont_5merit li.num1 .example>table th,
.cont_5merit li.num1 .example>table td {
  border-collapse: collapse;
  border: 10px solid #FFF;
}

@media screen and (max-width: 1024px) {

  .cont_5merit li.num1 .example>table th,
  .cont_5merit li.num1 .example>table td {
    border-collapse: collapse;
    border: 5px solid #FFF;
    vertical-align: middle;
    font-size: 1.1rem;
  }
}

.cont_5merit li.num1 .example>table td.price {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .example>table td.price {
    font-size: 1.6rem;
  }
}

.cont_5merit li.num1 .example>table td.price span {
  font-size: 24px;
  line-height: 0.8;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .example>table td.arrow {
    padding: 0 0 10px 14px;
  }

  .cont_5merit li.num1 .example>table td.arrow img {
    height: 33px;
    width: auto;
  }

  .cont_5merit li.num1 .example>table td.price span {
    font-size: 2rem;
    line-height: 0.8;
  }
}

.cont_5merit li.num1 .example>table td.info {
  color: #676767;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .example>table td.info {
    color: #676767;
  }
}

.cont_5merit li.num1 .example>table td img {
  height: 17px;
  width: auto;
}

@media screen and (max-width: 1024px) {}

.cont_5merit li.num1 .exa_cont {
  font-size: 1.4rem;
  line-height: 1.9;
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num1 .exa_cont {
    font-size: 1.3rem;
    line-height: 1.7;
    padding-top: 15px;
  }
}

.cont_5merit li.num2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num2 {
    margin-bottom: 0;
  }

  .cont_5merit li.num2 .list_in {
    display: flex;
    flex-direction: column-reverse;
  }
}

.cont_5merit li.num2 .data ul {
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num2 .data ul {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 0;
  }
}

.cont_5merit li.num2 .data ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num2 .data ul li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}

.cont_5merit li.num2 .data ul li:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num2 .data ul li:nth-child(even) {
    margin-right: 0;
  }
}

.cont_5merit li.num2 .image img {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num2 .image {
    padding: 0 30px 0 30px !important;
  }

  .cont_5merit li.num2 .image img {
    margin-bottom: 20px;
  }
}

.cont_5merit li.num3 .list_in .data h4 {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num3 .list_in .data h4 {
    padding-top: 13px;
  }
}

.cont_5merit li.num3 .list_in .image span {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 70px 70px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num3 .list_in .image {
    padding: 0 30px !important;
  }

  .cont_5merit li.num3 .list_in .image span {
    width: 100%;
    display: inline-block;
    background-color: #EFEFEF;
    width: 100%;
    padding: 50px;
    text-align: center;
  }
}

.cont_5merit li.num3 .list_in .image img {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num3 .list_in .image img {
    background-color: transparent;
  }
}

.cont_5merit li.num4 .list_in .image span {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 50px 90px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 .list_in {
    display: flex;
    flex-direction: column-reverse;
  }

  .cont_5merit li.num4 .list_in .image {
    padding: 0 30px !important;
  }

  .cont_5merit li.num4 .list_in .image span {
    width: 100%;
    display: inline-block;
    background-color: #EFEFEF;
    padding: 20px 50px;
    text-align: center;
  }
}

.cont_5merit li.num4 .list_in .image img {
  background-color: transparent;
  width: 270px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 .list_in .image img {
    background-color: transparent;
  }
}

.cont_5merit li.num4 ul {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 30px 0 30px;
  }
}

.cont_5merit li.num4 li {
  width: 25%;
  float: left;
  padding-right: 9%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
    text-align: left;
  }
}

.cont_5merit li.num4 li .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.9;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 0.8;
    color: #000;
  }
}

.cont_5merit li.num4 li .icon {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  min-height: 40px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .icon {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    min-height: 40px;
  }
}

.cont_5merit li.num4 li .icon span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .icon span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

.cont_5merit li.num4 li .icon img {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .icon img {
    height: auto;
  }
}

.cont_5merit li.num4 li .continue img {
  width: 47px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .continue img {
    width: 47px;
  }
}

.cont_5merit li.num4 li .exchange img {
  width: 34px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .exchange img {
    width: 34px;
  }
}

.cont_5merit li.num4 li .purchase img {
  width: 41px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .purchase img {
    width: 41px;
  }
}

.cont_5merit li.num4 li .end img {
  width: 39px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .end img {
    width: 39px;
  }
}

.cont_5merit li.num4 li .body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num4 li .body {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #676767;
  }
}

.cont_5merit li.num5 .list_in .data h4 {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num5 .list_in .data h4 {
    padding-top: 13px;
  }
}

.cont_5merit li.num5 .list_in .image span {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 50px 90px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num5 .list_in .image {
    padding: 0 30px !important;
  }

  .cont_5merit li.num5 .list_in .image span {
    width: 100%;
    display: inline-block;
    background-color: #EFEFEF;
    padding: 20px 50px;
    text-align: center;
  }
}

.cont_5merit li.num5 .list_in .image img {
  background-color: transparent;
  width: 270px;
}

@media screen and (max-width: 1024px) {
  .cont_5merit li.num5 .list_in .image img {
    background-color: transparent;
  }
}

.cont_5merit .more_link a {
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {}

.cont_5merit .select_contents {
  width: 1000px;
  padding: 30px 0 60px !important;
  display: flex;
  justify-content: space-between;
  max-width: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .select_contents {
    display: block;
    width: 100% !important;
    ;
    padding: 30px 30px 0 !important;
    box-sizing: border-box;
  }
}

.cont_5merit .select_contents li {
  width: 270px !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .select_contents li {
    display: flex;
    align-items: center;
    width: 100% !important;
    float: none !important;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cont_5merit .select_contents li:last-child {
    margin-bottom: 0;
  }
}

.cont_5merit .select_contents h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.17em;
}

.cont_5merit .select_contents div h4 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .select_contents li div h4 {
    display: block;
    margin-top: 10px;
    font-size: 3.4vw;
  }

  .cont_5merit .select_contents li>h4 {
    display: none;
  }
}

.option_henkyaku, .option_konyu, .option_keizoku {
  text-align: center;
  height: 55px;
  margin-bottom: 40px;
}

.option_konyu {
  padding-top: 5px;
}

.option_keizoku {
  padding-top: 11px;
}

@media screen and (max-width: 1024px) {
  .option_henkyaku, .option_konyu, .option_keizoku {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .option_henkyaku, .option_konyu, .option_keizoku {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .option_henkyaku img, .option_konyu img, .option_keizoku img {
    width: 45px
  }
}

.cont_5merit .select_contents p {
  font-size: 16px;
  color: #676767;
  letter-spacing: 0.17em;
}

@media screen and (max-width: 1024px) {
  .cont_5merit .select_contents li p {
    max-width: 100% !important;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 3.4vw;
  }
}

.cont_5merit .select_contents p br.sp {
  display: none;
}

@media screen and (max-width: 1024px) {}

.option_henkyaku img, .option_konyu img, .option_keizoku img {
  width: 55px;
}

@media screen and (max-width: 1024px) {}

.cont_diff {
  width: 100%;
  padding: 91px 0 100px 0;
  background-color: #EAF4F4;
}

@media screen and (max-width: 1024px) {
  .cont_diff {
    padding: 50px 0;
    background-color: #EAF4F4;
    font-size: 2.4vw;
    line-height: 1.6;
  }
}

.cont_diff h3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 6px solid #CFE9E9;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .cont_diff h3 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 4px;
    color: #000;
    border-bottom: 3px solid #CFE9E9;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cont_diff table {
  width: 1000px;
  margin: 0 auto 100px;
  border-collapse: collapse;
}

@media screen and (max-width: 1024px) {
  .cont_diff table {
    width: auto;
    margin: 0 30px 40px;
    border-collapse: collapse;
    margin: 0 30px 40px 30px;
  }
}

.cont_diff table th,
.cont_diff table td {
  padding: 15px 20px;
  border: 1px solid #000;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  color: #000;
}

@media screen and (max-width: 1024px) {

  .cont_diff table th,
  .cont_diff table td {
    padding: 8px 5px;
    border: 1px solid #000;
    width: 15%;
    text-align: center;
    vertical-align: middle;
    color: #000;
    font-size: 2.8vw;
    line-height: 1.6;
  }
}

.cont_diff table thead th {
  text-align: center !important;
}

@media screen and (max-width: 1024px) {}

.cont_diff table tbody th {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cont_diff table tbody th {
    text-align: left;
  }
}

.cont_diff table th {
  background-color: #EFEFEF;
}

@media screen and (max-width: 1024px) {
  .cont_diff table th {
    background-color: #EFEFEF;
  }
}

.cont_diff table td {
  background-color: #FFF;
}

@media screen and (max-width: 1024px) {
  .cont_diff table td {
    background-color: #FFF;
  }
}

.cont_diff table th.wide {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .cont_diff table th.wide {
    width: 30%;
  }
}

.cont_diff table th img,
.cont_diff table td img {
  height: 18px;
  width: auto;
}

@media screen and (max-width: 1024px) {

  .cont_diff table th img,
  .cont_diff table td img {
    height: 14px;
    width: auto;
  }
}

.cont_diff table th.subsclife {
  background-color: #DBE5E5;
  color: #53B9B5;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .cont_diff table th.subsclife {
    color: #53B9B5;
    font-weight: bold;
    background-color: #DBE5E5;
  }
}

.cont_diff table td.subsclife {
  background-color: #D7E9E9;
}

@media screen and (max-width: 1024px) {
  .cont_diff table td.subsclife {
    background-color: #D7E9E9;
  }
}

.cont_diff table td.subsclife img {
  height: 24px;
}

@media screen and (max-width: 1024px) {
  .cont_diff table td.subsclife img {
    height: 20px;
  }
}

.cont_diff .more_link a {
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {}

.cont_case {
  padding: 91px 0 92px 0;
  background-color: #EFEFEF;
}

@media screen and (max-width: 1024px) {
  .cont_case {
    padding: 50px 0 50px 0;
    background-color: #EFEFEF;
  }
}

.cont_case h3 {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 7.5px;
  color: #000;
  border-bottom: 6px solid #E0E0E0;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .cont_case h3 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 4px;
    color: #000;
    border-bottom: 3px solid #E0E0E0;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cont_case ul {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 100px;
}

@media screen and (max-width: 1024px) {
  .cont_case ul {
    padding: 0 30px;
  }
}

.cont_case li {
  width: 25%;
  float: left;
  padding-right: 4%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cont_case li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }

  .cont_case li:last-child {
    border-bottom: none;
  }
}

.cont_case li .title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .cont_case li .title {
    text-align: left;
    margin-bottom: 3px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #000;
  }
}

.cont_case li .body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  .cont_case li .body {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #676767;
  }
}

.cont_case li .icon {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  min-height: 40px;
}

@media screen and (max-width: 1024px) {
  .cont_case li .icon {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    min-height: 40px;
  }
}

.cont_case li .icon span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cont_case li .icon span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}

.cont_case .more_link a {
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {}

.cont_serviceflow {
  width: 100%;
  padding: 91px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow {
    padding: 50px 0 50px 0;
  }
}

.cont_serviceflow h3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 6px solid #EFEFEF;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow h3 {
    width: 100%;
    font-size: 5vw;
    line-height: 1.8;
    letter-spacing: 4px;
    color: #000;
    border-bottom: 3px solid #EFEFEF;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cont_serviceflow ul {
  width: 1000px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul {
    width: 100%;
    margin: 0 auto;
  }
}

.cont_serviceflow ul li {
  display: table;
  width: 100%;
  margin-top: -12px;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li {
    display: block;
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.cont_serviceflow ul li .image,
.cont_serviceflow ul li .data {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .data {
    display: auto;
    padding: 15px 30px 0 30px;
  }
}

.cont_serviceflow ul li .image {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .image {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
}

.cont_serviceflow ul li .image img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .image img {
    width: 100%;
  }
}

.cont_serviceflow ul li .image img.pc_image {
  display: block;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .image img.pc_image {
    display: none;
  }
}

.cont_serviceflow ul li .image img.sp_image {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .image img.sp_image {
    display: block;
  }
}

.cont_serviceflow ul li .data {
  padding-top: 20px;
  padding: 16px 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .data {
    padding: 15px 30px 0 30px;
  }
}

.cont_serviceflow ul li .data .title {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 6px;
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .data .title {
    font-size: 3.7333vw;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #000;
  }
}

.cont_serviceflow ul li .data .body {
  font-size: 16px;
  line-height: 1.8;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .data .body {
    font-size: 3.4vw;
    line-height: 1.6;
    color: #676767;
  }
}

.cont_serviceflow ul li .data .body span {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .cont_serviceflow ul li .data .body span {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.cont_serviceflow .more_link a {
  letter-spacing: 3px;
}

.items_029_item_list>li>div:last-of-type>ul .current-dest {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック W3', 'Hiragino Sans W3',
    'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  font-weight: nomal;
  color: #000;
  background-color: #eff6fb;
  padding: 0.5em 1em;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .items_029_item_list>li>div:last-of-type>ul .current-dest {
    padding: 2vw 4vw;
    margin-top: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
  }
}

.signin_alert {
	font-size: 15px;
	color: #cc0000;
	margin-top: 50px;
	letter-spacing: 2px;
    line-height: 1.6;
    text-align: justify;
}
.signin_alert a {
	color: #54b8b4;
}

.items_031_inquiry_list>li form .error {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(175px + 360px);
  padding-left: 175px;
}

@media screen and (max-width: 1024px) {
  .items_031_inquiry_list>li form .error {
    max-width: 100%;
    padding-left: 0;
  }
}

.history_span {
	margin-right: 0!important;
    text-align: right;
}

@media screen and (max-width: 1024px) {
	.history_span {
		margin-right: 0!important;
	    text-align: right;
	}
}




/*********** 2022.01.27  SLCリニューアル TOP法人バナー*************/

#banner_pc {
	width:100%;
	text-align: center;
	padding-top:5%;
    padding-bottom: 5%;
}
@media screen and (min-width:801px) {
.image_size_pc {
	width: 73%;	
}
}
@media screen and (max-width:800px) {
	#banner_pc {
	padding-top:8%;
        padding-bottom: 8%;
		text-align: center;
}
.image_size_pc {
	width: 85%;	
}
}

.bussines:hover{
    opacity: 0.8;
}
