@charset "UTF-8";

/*---------------------------------------------------
// フォント指定と基本の指定
---------------------------------------------------*/

#ss_contents {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 40px;
  padding-bottom: 40px;
}

#ss_contents a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.is--pc {
  display: block;
}

.is--sp {
  display: none;
}

.contents_inner a {
  color: #455F97;
  text-decoration: underline;
}

h4.ss_contactBox {
  margin-top: 60px;
}

.btn {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents_inner .btn {
  text-decoration: none;
}

.btn .txt {
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 20px;
  padding-right: 1em;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  color: #fff;
}

.btn-link {
  background-color: #3C82AA;
  font-size: 20px;
  padding: 10px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.btn-link .txt {
  background-size: auto 14px;
}

.btn-send {
  padding: 26px;
  font-size: 22px;
  background-color: #26766A;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.disable .btn-send {
  background-color: #bfbfbf;
  pointer-events: none;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 60px;
}

.btn-wrapper .form-btn {
  margin: 0;
}

.btn-wrapper div {
  padding: 0 30px;
}

.btn-wrapper .btn-send {
  width: 460px;
}

.btn-back {
  background-color: #D0D2D3;
  padding: 26px;
  font-size: 22px;
  width: 260px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.btn-back .txt {
  color: #000;
  background-image: url(../images/icon-arrow_bk_left.svg);
  background-position: left center;
  padding-right: 0;
  padding-left: 1em;
}

.page-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}

.simple-title {
  font-size: 26px;
  color: #26766A;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.icon-prd {
  width: 70px;
  height: 70px;
  display: block;
}

.icon-prd_01_1 {
  background-image: url("../images/icon-prd_01_1.svg");
}

.icon-prd_01_2 {
  background-image: url("../images/icon-prd_01_2.svg");
}

.icon-prd_01_3 {
  background-image: url("../images/icon-prd_01_3.svg");
}

.icon-prd_01_4 {
  background-image: url("../images/icon-prd_01_4.svg");
}

.icon-prd_01_5 {
  background-image: url("../images/icon-prd_01_5.svg");
}

.icon-prd_02_1 {
  background-image: url("../images/icon-prd_02_1.svg");
}

.icon-prd_02_2 {
  background-image: url("../images/icon-prd_02_2.svg");
}

.icon-prd_03_1 {
  background-image: url("../images/icon-prd_03_1.svg");
}

.icon-prd_03_2 {
  background-image: url("../images/icon-prd_03_2.svg");
}

.icon-prd_03_3 {
  background-image: url("../images/icon-prd_03_3.svg");
}

/* 説明 */

.explain h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.explain p {
  margin: 10px 0;
  font-size: 18px;
}

#ss_contents .explain p {
  line-height: 1.7em;
}

.explain .form--item {
  margin-top: 20px;
}

.form--must {
  font-size: 18px;
  margin-top: 0px;
}

#ss_contents .form--must {
  margin-bottom: 26px;
}

.form--must .must {
  margin-right: 0.3em;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.form--item {
  position: relative;
  margin-top: 30px;
}

.form--item dt,
.form--item dd {
  margin: 0;
}

.form--item .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form--item .form-col.normal > .col:last-child {
  margin-left: 4em;
}

.form--item .form-col.w50 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form--item .form-col.w50 .col {
  width: 47%;
}

.form--item .form-col.fixed_3_7 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form--item .form-col.fixed_3_7 .col {
  width: 30%;
}

.form--item .form-col.fixed_3_7 .col:last-child {
  width: 63.5%;
}

.form--item .form-col.fixed_3_7 .col select {
  width: 100%;
}

.form--item .form-col.address {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--item .form-col.address input {
  width: 170px;
}

.form--item .form-col.address .hr {
  margin: 0 12px;
}

.form--item .form-col.name .sp {
    margin: 0px 5px;
}

.form--item .form-col.address .hr:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  background-color: #A4BBCE;
}

.form--item .form-col.name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--item .form-col.name input {
  width: 100%;
}

.form--item.check {
  margin-top: 80px;
}

.form--item.check dt {
  margin-top: 20px;
}

.form--item .title {
  font-size: 20px;
}
.form--item .data-bottom_note {
  font-size: 16px;
}

.form--item input,
.form--item select,
.form--item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

.form--item input,
.form--item select,
.form--item textarea {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #D2DDE8;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  box-sizing: border-box;
  border-radius: 0;
}

.form--item input:focus,
.form--item select:focus {
  border-color: #707070;
}

.form--item input[type="text"],
.form--item input[type="number"] {
  width: 100%;
}

.form--item textarea{
  width: 100%;
}

.form--item #datepicker {
  background-image: url(../images/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 3em;
  width: 250px;
}

.form--item select {
  font-size: 18px;
  background-image: url(../images/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 3em;
}

.form--item select::-ms-expand {
  display: none;
}

.form--item select.area {
  width: 210px;
}

.form--item select.gender {
  width: 250px;
}

.form--item .placeholder,
.form--item .col {
  position: relative;
}

.form--item .placeholder.active .label_birth,
.form--item .placeholder.active .label,
.form--item .col.active .label {
  display: none;
}

.form--item .placeholder.active input[type="text"],
.form--item .placeholder.active select,
.form--item .col.active input[type="text"],
.form--item .col.active select {
  border-color: #D2DDE8;
}

.form--item .label_birth,
.form--item .label_slash,
.form--item .label {
  position: absolute;
  top: 50%;
  /* left: 30px; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1em;
  pointer-events: none;
  color: #CAD9E7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  padding: 10px 15px
}

.form--item .label {
  left: 10px;
}

.form--item textarea + .label {
  position: absolute;
  top: 10%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1em;
  pointer-events: none;
  color: #CAD9E7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.form--item .label-s {
  font-size: 17px;
}

.form--item .unit {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.form--item .unit-on_1 {
  padding-right: 3.5em;
}

.form--item .unit-on_3 {
  padding-right: 5.5em;
}

.form--item .required {
  color: #231815;
}

.must {
  width: 10px;
  height: 10px;
  background-color: #f00;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  vertical-align: super;
  margin-left: 0.2em;
}

.checkbox {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox label .txt {
  padding-top: 0.2em;
  padding-left: 0.5em;
  font-size: 18px;
}

.checkbox input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.checkbox input[type="radio"] + .checkbox-label,
.checkbox input[type="checkbox"] + .checkbox-label {
  position: relative;
}

.checkbox input[type="radio"] + .checkbox-label:before,
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: '';
  background: #FFF;
  border: 5px solid #A6B7B0;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.checkbox input[type="radio"] + .checkbox-label:before {
  border-radius: 50%;
}

.checkbox input[type="radio"] + .checkbox-label:after,
.checkbox input[type="checkbox"] + .checkbox-label:after {
  content: '';
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox input[type="radio"] + .checkbox-label:after {
  border-radius: 50%;
  background-color: #26766a;
  top: 0.7em;
  left: 0.53em;
}

.checkbox input[type="checkbox"]:checked + .checkbox-label:after {
  width: 74px;
  height: 56px;
  display: block;
}

.checkbox input[type="radio"]:checked + .checkbox-label:after{
  width: 35px;
  height: 35px;
  display: block;
}

.checkbox input[type="radio"]:focus + .checkbox-label:before,
.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
}

.checkbox input[type="radio"]:disabled + .checkbox-label:before,
.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
  box-shadow: inset 0 0 0 4px #FFF;
  border-color: #cdcdcd;
  background: maroon;
}

.checkbox input[type="radio"] + .checkbox-label:empty:before,
.checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-list li {
  min-width: 180px;
  margin-top: 20px;
}

.checkbox-list li.is--width-fix {
  width: 100%;
}

/* エラーメッセージ：error-message */

.error-message {
  font-size: 22px;
  color: #E60012;
  padding-bottom: 0.2em;
  display: block;
}

.form-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 70px auto 60px;
  position: relative;
}

.form-btn.active {
  background-color: #AED9D3;
  padding: 50px;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.form-btn.active.show {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.form-btn.active.hide {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 70px auto 60px;
}

.fadeup {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.ss_upComment {
  font-size: 1.0em !important;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/*---------------------------------------------------
// progress：ステップ
---------------------------------------------------*/

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ss_contents .progress {
  margin-bottom: 48px;
}

.progress--item {
  width: 35%;
  padding: 10px 0;
  text-align: center;
  background-color: #E6E7E8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B3B3B3;
}

.progress--item .txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2em;
}

.progress--item .arrow {
  position: relative;
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(35%, white), color-stop(35%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, white 0%, white 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
}

.progress--item .arrow:before,
.progress--item .arrow:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
}

.progress--item .arrow:before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FFF)) no-repeat bottom right/100% 50%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 50%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat bottom right/100% 50%;
  left: 7px;
}

.progress--item .arrow:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #E6E7E8)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #E6E7E8)) no-repeat bottom right/100% 50%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat top left/100% 50%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat bottom right/100% 50%;
  left: 0;
}

.progress--item.active,
.progress--item.complete {
  background-color: #AED9D3;
}

.progress--item.active .arrow:after,
.progress--item.complete .arrow:after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #AED9D3)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #AED9D3)) no-repeat bottom right/100% 50%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #AED9D3 50.5%) no-repeat top left/100% 50%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #AED9D3 50.5%) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #AED9D3 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #AED9D3 50.5%) no-repeat bottom right/100% 50%;
  left: 0;
}

.progress--item.active {
  color: #26766A;
}

.progress--item.complete {
  color: #87B3AA;
}

.progress--item:first-of-type {
  z-index: 4;
}

.progress--item:nth-of-type(2) {
  z-index: 3;
}

.progress--item:nth-of-type(3) {
  z-index: 2;
}

.progress--item:nth-of-type(2) .txt,
.progress--item:nth-of-type(3) .txt,
.progress--item:nth-of-type(4) .txt {
  padding-left: 1.5em;
}

/*---------------------------------------------------
// product-type--title：各ページ共通
---------------------------------------------------*/

.product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  /* border-bottom: 10px solid #26766A; */
  /* 調整：横幅 */
}

.product-type--title {
  margin: 40px 0px 0px -25px;
  /* position: relative; */
  /* padding-right: 30px; */
  /* 上書き */
}

/* .product-type--title .txt { */
  /* display: inline-block; */
  /* background-color: #26766A; */
  /* color: #26766A;
  font-weight: bold;
  letter-spacing: 0.08em; */
/* } */

/* .product-type--title:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #26766A)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #26766A 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #26766A 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  top: 0;
  right: 0;
} */

.product-type--title.disable {
  text-decoration: none;
}

.product-type--title.disable .txt {
  background-color: #E6E7E8;
  color: #B3B3B3;
}

.product-type--title.disable:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #E6E7E8)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E6E7E8 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#ss_contents .product-type--title {
  margin-bottom: 0;
}

#ss_contents .product-type--title .txt {
  font-size: 26px;
  padding: 0.6em 0.5em 0.6em 1em;
  line-height: 1em;
}

/*---------------------------------------------------
// product-menu
---------------------------------------------------*/

.product-menu {
  /* 調整 */
}

.product-menu-content {
  background-color: #26766A;
  padding: 25px;
  margin-bottom: 50px;
}

.product-menu-content--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-menu-content h3 {
  margin-top: 0;
}

.product-menu-content .product-group_01 {
  width: 65.56%;
}

.product-menu-content .product-group_02 {
  width: 32.22%;
}

.product-menu-content .product-group_03 {
  width: 100%;
}

.product-menu--subtitle {
  background-color: #E6A031;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.product-group_02 .product-menu--subtitle {
  background-color: #DC5064;
}

.product-menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ss_contents .product-menu--list {
  margin-bottom: 0;
}

.product-menu--item a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 140px;
  height: 140px;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.product-menu--item a .txt {
  font-size: 20px;
  color: #E6A031;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.product-menu--item a .txt.is--size-s {
  font-size: 18px;
}

.product-menu--item a .txt.is--size-xs {
  font-size: 16px;
}

.product-menu--item a .icon-prd {
  width: 110px;
  height: 110px;
  background-size: 100% auto;
  margin: 0 auto;
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-menu .product-group_02 .product-menu--item a .txt {
  color: #DC5064;
}

.product-menu .product-group_03 .product-menu--item {
  width: 32%;
}

.product-menu .product-group_03 .product-menu--item a {
  width: 100%;
}

.product-menu .product-group_03 .product-menu--item .txt {
  width: auto;
  text-align: left;
  line-height: 1.2em;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.product-menu .product-group_03 .product-menu--item .txt.is--size-xs {
  font-size: 18px;
  letter-spacing: 0;
}

.product-menu .product-type {
  border-bottom: none;
}

.product-group--title {
  background-color: #E6A031;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.product-group_02 .product-group--title {
  background-color: #DC5064;
}

.product-group--subtitle {
  background-color: #F2CF96;
  font-size: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  margin-top: 70px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.product-group--subtitle:first-of-type {
  margin-top: 0;
}

.product-group_02 .product-group--subtitle {
  background-color: #EDA7B1;
}

.product-group--subtitle .txt {
  padding-left: 1em;
}

.product-group-content.product-group_02 {
  margin-top: 70px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list--item {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 30px;
}

.product-list--item:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FAECD6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-list--item.checked:after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #26766A;
  pointer-events: none;
}

.product-list--item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
}

.product-list--item .checkbox {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.product-list--item .checkbox--wrapper {
  width: 100%;
  background-color: #FAECD6;
  text-align: right;
  padding: 5px 25px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-list--item .checkbox input[type="checkbox"] + .checkbox-label:before {
  top: 0;
}

.product-list--item .img {
  width: 142px;
}

.product-list--item .img img {
  border: 1px solid #B3B3B3;
  max-width: 100%;
  height: auto;
}

.product-list--item .txt {
  width: calc(100% - 142px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
}

.product-list--item .title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  color: #E6A031;
  line-height: 1.35em;
  margin-top: -0.3em;
  font-weight: bold;
}

.product-list--item .description {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.product-group_02 .product-list--item:before {
  background-color: #F5E1E6;
}

.product-group_02 .product-list--item .checkbox--wrapper {
  background-color: #F5E1E6;
}

.product-group_02 .product-list--item .title {
  color: #DC5064;
}

.sitelink {
  margin-top: 70px;
}

.notes-txt {
  font-size: 18px;
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.5em;
}

.notes-txt:before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.notes-list {
  font-size: 16px;
  margin-top: 60px;
}

.notes-list li {
  position: relative;
  line-height: 1.5em;
  padding-left: 0.4em;
}

.notes-list li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: 0;
}

/*---------------------------------------------------
// accordion
---------------------------------------------------*/

.ac-btn {
  position: relative;
}

.ac-btn.open .ac-btn-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*---------------------------------------------------
// pagetop：ページトップ
---------------------------------------------------*/

.pagetop {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #26766A;
  background-color: #AED9D3;
  background-image: url(../images/icon-pagetop.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

.pagetop.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*---------------------------------------------------
// contact-box：お問い合わせ先
---------------------------------------------------*/

.contact-box {
  background-color: #F3F1EC;
  padding: 20px 40px 16px;
  margin-top: 35px;
  letter-spacing: 0.05em;
}

.contact-box--title {
  color: #787878;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}

.contact-box--item {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 15px;
}

#ss_contents .contact-box p {
  line-height: 1.6em;
  margin-bottom: 0;
}

.contact-box--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ss_contents .contact-box--time {
  margin: 0;
}

.contact-box--time dt {
  white-space: nowrap;
}

.contact-box--time dd {
  padding-left: 1em;
}

@media screen and (min-width: 788px) {
  #ss_contents a:hover {
    opacity: 0.7;
  }

  #ss_contents .explain p {
    letter-spacing: 0.05em;
  }

  .form--item .checkbox {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .form--item .checkbox .txt {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    padding-left: 0.8em;
  }

  .product-menu--item a .icon-prd.icon-prd_01_3 {
    width: 98px;
    height: 98px;
    top: 5px;
  }

  .product-menu--item a .icon-prd.icon-prd_01_5 {
    width: 115px;
    height: 115px;
    top: 0;
  }

  .product-menu--item a .icon-prd.icon-prd_01_1 {
    width: 118px;
    height: 118px;
  }

  .product-menu .product-group_03 .product-menu--item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .product-menu .product-group_03 .product-menu--item .icon-prd {
    width: 100px;
    height: 100px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 0 0 -15px;
  }

  #ss_contents .product-list {
    margin-bottom: -30px;
  }

  .ac-btn-arrow {
    display: none;
  }
}

@media screen and (max-width: 787px) {
  #ss_contents {
    margin-top: 25px !important;
    padding-bottom: 25px;
  }

  .is--pc {
    display: none;
  }

  .is--sp {
    display: block;
  }

  h4.ss_contactBox {
    margin-top: 0;
  }

  .btn-link {
    font-size: 15px;
    font-size: 4vw;
  }

  .btn-send {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 20px;
  }

  .btn-send .txt {
    background-size: auto 16px;
  }

  .btn-wrapper {
    display: block;
    padding: 50px 0;
  }

  .btn-wrapper .form-btn {
    width: 100%;
  }

  .btn-wrapper .btn {
    width: 100%;
  }

  .btn-back {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 20px;
    margin-top: 20px;
  }

  .btn-back .txt {
    background-size: auto 16px;
  }

  .inner-form {
    padding: 0 4.7vw;
    overflow-x: hidden;
  }

  .page-title {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-bottom: 38px;
  }

  .simple-title {
    font-size: 15px;
    font-size: 4vw;
  }

  .explain h3 {
    margin-bottom: 0;
  }

  .explain p {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 5px;
  }

  #ss_contents .explain p {
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  .form--must {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .form--item {
    margin-top: 10px;
  }

  .form--item .form-col {
    display: block;
  }

  .form--item .form-col.normal > .col:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .form--item .form-col.w50 .col {
    width: 100%;
  }

  .form--item .form-col.w50 .col:last-child {
    margin-top: 10px;
  }

  .form--item .form-col.fixed_3_7 .col {
    width: 100%;
  }

  .form--item .form-col.fixed_3_7 .col:last-child {
    width: 100%;
    margin-top: 10px;
  }

  .form--item .form-col.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form--item .form-col.address input {
    width: 100%;
  }

  .form--item .form-col.address .hr:before {
    height: 2px;
  }
  
  .form--item .form-col.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form--item .form-col.name input {
    width: 100%;
  }

  .form--item.check {
    margin-top: 30px;
  }

  .form--item .title {
    font-size: 12px;
    font-size: 3.2vw;
  }

  #ss_contents .form--item .title {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }

  #ss_contents .form--item .data-bottom_note{
    font-size: 2.8vw;
  }

  .form--item input,
  .form--item select,
  .form--item textarea {
    padding: 10px 15px;
    font-size: 17px;
    font-size: 4.53333vw;
    border-width: 1px;
  }

  .form--item #datepicker {
    width: 100%;
    background-image: url(../images/icon-arrow-bottom_sp.svg);
    background-size: 20px auto;
    padding-right: 3.5em;
  }

  .form--item select {
    /* background-image: url(../images/icon-arrow-bottom_sp.svg);
    background-size: 20px auto;
    padding-right: 3.5em; */
    background-image: url(../images/icon-arrow-bottom_sp.svg);
    background-size: 11px auto;
    /* padding-right: 0px; */
    background-position: right 7px center;
  }

  .form--item select.area {
    width: 100%;
  }

  .form--item select.gender {
    width: 100%;
  }

  .form--item textarea {
    width: 100%;
  }

  .form--item .label,
  .form--item .label_birth,
  .form--item textarea + .label{
    font-size: 17.5px;
    font-size: 4.66667vw;
    /* left: 22px; */
  }

  .form--item .label_slash {
    font-weight: bold;
    font-size: 6vw;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #CAD9E7;
  }

  .form--item .label-s {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .form--item .label-s.is-fix {
    letter-spacing: 0.08em;
  }

  .form--item .unit {
    font-size: 17.5px;
    font-size: 4.66667vw;
    right: 20px;
  }

  .must {
    width: 6px;
    height: 6px;
  }

  .checkbox label .txt {
    font-size: 15px;
    font-size: 4vw;
    margin-left: -0.8em;
  }

  .checkbox input[type="radio"] + .checkbox-label:before,
  .checkbox input[type="checkbox"] + .checkbox-label:before {
    border: 2px solid #A6B7B0;
  }

  .checkbox input[type="radio"] + .checkbox-label:after,
  .checkbox input[type="checkbox"] + .checkbox-label:after {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: -0.8em;
  }

  .checkbox-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox-list.is--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkbox-list li {
    min-width: 40%;
    margin-top: 0;
  }

  .checkbox-list li.is--width-fix {
    margin-top: 10px;
  }

  .form--item .checkbox input[type="radio"] + .checkbox-label:before,
  .form--item .checkbox input[type="checkbox"] + .checkbox-label:before {
    top: 0.2em;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .form--item .checkbox input[type="radio"] + .checkbox-label:after,
  .form--item .checkbox input[type="checkbox"] + .checkbox-label:after {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: -0.8em;
  }

  .form--item .checkbox input[type="radio"] + .checkbox-label:after {
    top: 0.75em;
    left: 0.4em
  }

  .error-message {
    font-size: 15px;
    font-size: 4vw;
  }

  .form-btn {
    margin: 50px auto;
    width: 80%;
  }

  .form-btn.active {
    padding: 20px 4.7vw;
    width: 100%;
  }

  .form-btn.active.hide {
    margin: 50px auto;
    width: 80%;
  }

  #ss_contents .progress {
    margin-bottom: 24px;
  }

  .progress--item {
    padding: 8px 0;
  }

  .progress--item .txt {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }

  .progress--item:first-of-type {
    width: 36%;
  }

  .progress--item:first-of-type .txt {
    padding-left: 0.7em;
  }

  .progress--item:nth-of-type(2),
  .progress--item:nth-of-type(3) {
    width: 30%;
  }

  .progress--item:nth-of-type(2) .txt,
  .progress--item:nth-of-type(3) .txt {
    padding-left: 2em;
  }

  .progress--item:nth-of-type(4) {
    width: 20%;
  }

  .product-type--title {
    padding-right: 15px;
    width: 50%;
  }

  .product-type--title:after {
    width: 15px;
  }

  .product-type--title.disable:after {
    width: 15px;
  }

  #ss_contents .product-type--title .txt {
    font-size: 15.5px;
    font-size: 4.13333vw;
    padding: 0.8em 0 0.6em 1em;
    display: block;
  }

  .product-type.is--fix-width {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 4.7vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 上書き */
  }

  .product-type.is--fix-width .product-type--title {
    width: auto;
  }

  #ss_contents .product-type.is--fix-width .txt {
    padding-right: 10px;
  }

  .product-menu-content {
    padding: 10px 4.7vw 20px;
    display: block;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 28px;
  }

  .product-menu-content--inner {
    position: relative;
    display: block;
  }

  .product-menu-content .product-group_01 {
    width: 100%;
  }

  .product-menu-content .product-group_02 {
    width: 65.5%;
  }

  .product-menu--subtitle {
    margin-bottom: 15px;
    height: 50px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-menu--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-menu--item {
    width: 31.3%;
  }

  .product-menu--item a {
    width: 100%;
    height: 28.2vw;
  }

  .product-menu--item a .txt {
    font-size: 15px;
    font-size: 4vw;
  }

  .product-menu--item a .txt.is--size-s,
  .product-menu--item a .txt.is--size-xs {
    font-size: 15px;
    font-size: 4vw;
  }

  .product-menu--item a .txt.is--size-xs {
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
    letter-spacing: -1px;
  }

  .product-menu--item a .icon-prd {
    width: 20vw;
    height: 20vw;
  }

  .product-menu .product-group_01 .product-menu--item:last-of-type {
    padding-top: 100px;
    position: relative;
  }

  .product-menu .product-group_01 .product-menu--item:last-of-type:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 34px;
    left: 0;
    background-color: #E6A031;
  }

  .product-menu .product-group_02 {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .product-menu .product-group_02 .product-menu--item {
    width: 47.5%;
  }

  .product-menu .product-group_03 .product-menu--item a {
    height: 29vw;
  }

  .product-menu .product-group_03 .product-menu--item .icon-prd {
    width: 20vw;
    height: 20vw;
  }

  .product-menu .product-group_03 .product-menu--item .txt {
    font-size: 15px;
    font-size: 4vw;
    text-align: center;
  }

  .product-menu .product-group_03 .product-menu--item .txt.is--size-xs {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .product-group--title {
    font-size: 15px;
    font-size: 4vw;
  }

  #ss_contents .product-group--title {
    margin-bottom: 5px;
  }

  .product-group--subtitle {
    font-size: 17px;
    font-size: 4.53333vw;
    padding-left: 4.7vw;
    padding-right: 4.7vw;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .product-group--subtitle .icon-prd {
    width: 13vw;
    height: 13vw;
    background-size: contain;
  }

  .product-group-content.product-group_02 {
    margin-top: 15px;
  }

  .product-list {
    display: block;
    padding: 0 4.7vw;
  }

  .product-list--item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-top: 1px solid #FAECD6;
  }

  .product-list--item:before {
    height: 1px;
  }

  .product-list--item.checked {
    border-color: #fff;
  }

  .product-list--item .checkbox {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .product-list--item .checkbox--wrapper {
    width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-list--item .img {
    width: 20%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 62px;
  }

  .product-list--item .img img {
    width: auto;
    max-width: unset;
    height: 110px;
  }

  .product-list--item .txt {
    width: calc(100% - 40px);
  }

  .product-list--item .img,
  .product-list--item .txt {
    margin-top: 0.8em;
  }

  .product-list--item .title {
    font-size: 13px;
    font-size: 3.46667vw;
    padding: 1em 0 0;
    position: relative;
    margin-bottom: 15px;
  }

  .product-list--item .description {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4em !important;
    padding-left: 90px;
    min-height: 110px;
  }

  .sitelink {
    margin-top: 30px;
  }

  .notes-txt {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .notes-list {
    padding: 0 4.7vw;
    font-size: 12px;
    font-size: 3.2vw;
  }

  .notes-list li {
    line-height: 1.4em;
  }

  .notes-list li:before {
    width: 2px;
    height: 2px;
  }

  .ac-btn-arrow {
    width: 3vw;
    height: 2vw;
    background-image: url(../images/icon-arrow-acbtn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ac-content {
    display: none;
  }

  .ac-content.open {
    display: block;
  }

  .pagetop {
    width: 12vw;
    height: 12vw;
    background-size: 50%;
  }

  .contact-box {
    padding: 4.2vw;
    margin-top: 5px;
  }

  .contact-box--title {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .contact-box--item {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: 1.4em;
  }

  #ss_contents .contact-box p {
    line-height: 1.4em;
  }

  .contact-box--time dt,
  .contact-box--time dd {
    line-height: 1.4em;
  }

  .contact-box .tellink {
    display: block;
    margin-bottom: 0.2em;
  }

  #simei .form--item .form-col .col:last-child ,
  #simei_kana .form--item .form-col .col:last-child {
      margin-top: 0px;
  }

}

@media screen and (max-width: 575px) {
  .progress--item .arrow {
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, white), color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  }

  .progress--item .arrow:before {
    left: 4px;
  }

  .product-menu--subtitle {
    height: 30px;
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 4vw;
  }

  .product-menu--item a .icon-prd {
    width: 21vw;
    height: 21vw;
    top: 2px;
  }

  .product-menu--item a .icon-prd.icon-prd_01_3 {
    width: 20vw;
    height: 20vw;
    top: 4px;
  }

  .product-menu--item a .icon-prd.icon-prd_01_5 {
    width: 23vw;
    height: 23vw;
    top: 0;
  }

  .product-menu--item a .icon-prd.icon-prd_01_1 {
    top: 5px;
    left: 53%;
    width: 22vw;
    height: 22vw;
  }

  .product-menu .product-group_01 .product-menu--item:last-of-type {
    padding-top: 55px;
  }

  .product-menu .product-group_01 .product-menu--item:last-of-type:before {
    height: 30px;
    top: 16px;
  }
}

@media (min-width: 788px) and (max-width: 991px) {
  div#ss_container {
    width: 100%;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .product-menu--item a {
    width: 13vw;
    height: 14.5vw;
  }

  .product-menu--item a .txt {
    font-size: 15px;
  }

  .product-menu--item a .txt.is--size-s,
  .product-menu--item a .txt.is--size-xs {
    font-size: 14px;
  }

  .product-menu--item a .icon-prd {
    width: 10vw;
    height: 10vw;
  }

  .product-menu--item a .icon-prd.icon-prd_01_3 {
    width: 10vw;
    height: 10vw;
  }

  .product-menu--item a .icon-prd.icon-prd_01_5 {
    width: 12vw;
    height: 12vw;
    top: 0;
  }

  .product-menu--item a .icon-prd.icon-prd_01_1 {
    width: 12vw;
    height: 12vw;
  }

  .product-menu .product-group_02 .icon-prd_02_2 {
    width: 12vw;
    height: 12vw;
  }
}

@media (min-width: 576px) and (max-width: 787px) {
  .product-list--item .img img {
    height: 150px;
  }

  .product-list--item .description {
    padding-left: 130px;
    min-height: 150px;
  }
}