/* ========================================
 detail
======================================== */
#contents {
  min-height: 1000px;
}

.p-breadcrumb {
  display: block;
  width: 100%;
  padding: 0 2.66vw;
  box-sizing: border-box;
  color: #999999;
}

.device-pc.is-sp .p-breadcrumb {
  padding: 0 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb {
    padding: 0 0 10px;
  }
}

.p-breadcrumb li {
  display: inline-block;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb li {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb li {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-breadcrumb li:not(:last-child):after {
  content: ' > ';
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb li:not(:last-child):after {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb li:not(:last-child):after {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-breadcrumb a {
  color: #999999;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb a {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb a {
    font-size: 12px;
    line-height: 20px;
  }
}

.detail-wrap:first-child {
  margin-top: 1vw;
}

@media screen and (min-width: 768px), print {
  .detail-wrap:first-child {
    margin-top: 10px;
  }
}

.detail-wrap--bg1 {
  margin-bottom: 8vw;
  background-color: #f5f5f5;
}

.device-pc.is-sp .detail-wrap--bg1 {
  margin-bottom: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .detail-wrap--bg1 {
    margin-bottom: 65px;
  }
}

.detail-contents {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .detail-contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-contents {
    width: 1000px;
  }
}

@media screen and (min-width: 768px), print {
  .detail-row--1 {
    width: 46%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-row--1 {
    width: 460px;
  }
}

@media screen and (min-width: 768px), print {
  .detail-row--2 {
    width: 49%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-row--2 {
    width: 490px;
    margin-right: 50px;
  }
}

.detail-image,
.detail-construction,
.detail-example {
  margin: 0 2.66vw;
  padding-bottom: 9.33vw;
}

.device-pc.is-sp .detail-image, .device-pc.is-sp
.detail-construction, .device-pc.is-sp
.detail-example {
  margin: 0 2.6vw;
  padding-bottom: 9.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-image,
  .detail-construction,
  .detail-example {
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #aaa;
  }
}

.detail-image__main {
  cursor: pointer;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}

.device-pc.is-sp .detail-image__main {
  width: 78.22vw;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .detail-image__main {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-image__main {
    width: 490px;
  }
}

.detail-image__main img {
  width: 100%;
}

.detail-image__main img:hover, .detail-image__main img:active {
  opacity: 0.5;
}

.detail-image__caption {
  width: 80vw;
  margin: 0 auto;
  padding: 2.4vw 0;
  font-size: 2.93vw;
  line-height: 4.39vw;
}

.device-pc.is-sp .detail-image__caption {
  width: 78.22vw;
  padding: 2.34vw 0;
  font-size: 2.86vw;
  line-height: 4.3vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__caption {
    width: 490px;
    padding: 13px 0;
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-image__sub {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.detail-image__sub-item {
  cursor: pointer;
  width: 21.33vw;
  margin-right: calc((100% - 85.33vw) / 3);
  margin-bottom: 2.66vw;
}

.detail-image__sub-item:nth-child(4n) {
  margin-right: 0 !important;
}

.device-pc.is-sp .detail-image__sub-item {
  width: 20.86vw;
  margin-right: calc((100% - 83.44vw) / 3);
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__sub-item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .detail-image__sub-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-image__sub-item {
    width: 115px;
    margin-right: 10px;
  }
}

.detail-image__sub-item img {
  width: 100%;
}

.detail-image__sub-item img:hover, .detail-image__sub-item img:active {
  opacity: 0.5;
}

.detail-image__comment {
  font-size: 2.66vw;
  line-height: 4vw;
}

.device-pc.is-sp .detail-image__comment {
  font-size: 2.6vw;
  line-height: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__comment {
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-no {
  margin: 0 2.66vw 6.66vw;
  border-bottom: 1px solid #ccc;
  padding: 0 0.66vw 9.33vw;
}

.detail-info .detail-no {
  margin: 0;
  border-bottom: none;
}

.device-pc.is-sp .detail-info .detail-no {
  margin: 0;
  border-bottom: none;
}

.device-pc.is-sp .detail-no {
  margin: 0 2.6vw 6.51vw;
  padding: 0 0.65vw 9.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-no {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #aaa;
  }
}

.detail-no__heading {
  padding: 0 0 4vw;
  font-size: 3.73vw;
  font-weight: bold;
}

.device-pc.is-sp .detail-no__heading {
  padding: 0 0 3.91vw;
  font-size: 3.65vw;
}

@media screen and (min-width: 768px), print {
  .detail-no__heading {
    padding: 0 0 30px;
    font-size: 20px;
  }
}

.detail-no__list {
  display: flex;
  flex-wrap: wrap;
}

.detail-no__contents {
  display: flex;
  flex-wrap: wrap;
}

.detail-no__item {
  display: block;
  width: 21.33vw;
  margin-right: calc((100% - 85.33vw) / 3);
  margin-bottom: 2.66vw;
}

.device-pc.is-sp .detail-no__item {
  width: 20.86vw;
  margin-right: calc((100% - 83.44vw) / 3);
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-no__item {
    width: 23.4%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-no__item {
    width: 115px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.detail-no__item:nth-child(4n) {
  margin-right: 0;
}

.device-pc.is-sp .detail-no__item:nth-child(4n) {
  margin-right: 0;
}

.detail-no__image img {
  width: 100%;
  vertical-align: bottom;
}

.detail-no__image img:hover, .detail-no__image img:active {
  opacity: 0.5;
}

.detail-no__text {
  font-size: 2.4vw;
  line-height: 3.73vw;
}

.device-pc.is-sp .detail-no__text {
  font-size: 2.34vw;
  line-height: 3.65vw;
}

@media screen and (min-width: 768px), print {
  .detail-no__text {
    font-size: 10px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-no__text {
    font-size: 12px;
    line-height: 28px;
  }
}

.detail-no__btn {
  position: relative;
  width: 61.33vw;
  height: 8vw;
  margin: 6.66vw 19.33vw 0;
}

.device-pc.is-sp .detail-no__btn {
  width: 59.97vw;
  height: 7.82vw;
  margin: 6.51vw 18.9vw 0;
}

@media screen and (min-width: 768px), print {
  .detail-no__btn {
    width: 260px;
    height: 30px;
    margin: 25px 85px 0;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-no__btn {
    width: 260px;
    height: 30px;
    margin: 25px 115px 0;
  }
}

.detail-no__btn::after {
  position: absolute;
  top: 2.66vw;
  right: 2.66vw;
  display: block;
  width: 2.13vw;
  height: 2.13vw;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

.device-pc.is-sp .detail-no__btn::after {
  top: 2.6vw;
  right: 2.6vw;
  width: 2.08vw;
  height: 2.08vw;
}

@media screen and (min-width: 768px), print {
  .detail-no__btn::after {
    top: 7px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}

.detail-no__btn a {
  display: block;
  text-align: center;
  border: 1px solid #444;
  font-size: 3.2vw;
  line-height: 8vw;
  border-radius: 0.4vw;
}

.device-pc.is-sp .detail-no__btn a {
  font-size: 3.12vw;
  line-height: 7.82vw;
  border-radius: 0.39vw;
}

@media screen and (min-width: 768px), print {
  .detail-no__btn a {
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
  }
}

.detail-construction,
.detail-example {
  margin: 0 2.66vw 6.66vw;
  padding-bottom: 7.33vw;
  border-bottom: 1px solid #aaa;
}

.device-pc.is-sp .detail-construction, .device-pc.is-sp
.detail-example {
  margin: 0 2.6vw 6.51vw;
  padding-bottom: 7.17vw;
}

@media screen and (min-width: 768px), print {
  .detail-construction,
  .detail-example {
    margin: 0 0 40px;
    padding-bottom: 40px;
  }
}

.detail-construction__heading,
.detail-example__heading {
  padding: 0 0 4vw;
  font-size: 3.73vw;
  font-weight: bold;
}

.device-pc.is-sp .detail-construction__heading, .device-pc.is-sp
.detail-example__heading {
  padding: 0 0 3.91vw;
  font-size: 3.65vw;
}

@media screen and (min-width: 768px), print {
  .detail-construction__heading,
  .detail-example__heading {
    padding: 0 0 30px;
    font-size: 20px;
  }
}

.detail-construction__list,
.detail-example__list {
  display: flex;
  flex-wrap: wrap;
}

.detail-construction__item,
.detail-example__item {
  cursor: pointer;
  width: 46vw;
  margin-right: calc(100% - 92vw);
  margin-bottom: 2.66vw;
}

.device-pc.is-sp .detail-construction__item, .device-pc.is-sp
.detail-example__item {
  width: 44.98vw;
  margin-right: calc(100% - 89.96vw);
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-construction__item,
  .detail-example__item {
    width: 48.9%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-construction__item,
  .detail-example__item {
    width: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.detail-construction__item:nth-child(2n),
.detail-example__item:nth-child(2n) {
  margin-right: 0;
}

.device-pc.is-sp .detail-construction__item:nth-child(2n), .device-pc.is-sp
.detail-example__item:nth-child(2n) {
  margin-right: 0;
}

.detail-construction__item img,
.detail-example__item img {
  width: 100%;
  vertical-align: bottom;
}

.detail-construction__item img:hover, .detail-construction__item img:active,
.detail-example__item img:hover,
.detail-example__item img:active {
  opacity: 0.5;
}

.detail-construction__comment,
.detail-example__comment {
  font-size: 2.66vw;
  line-height: 4vw;
}

.device-pc.is-sp .detail-construction__comment, .device-pc.is-sp
.detail-example__comment {
  font-size: 2.6vw;
  line-height: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-construction__comment,
  .detail-example__comment {
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-info {
  margin: 0 2.66vw 8vw;
}

.device-pc.is-sp .detail-info {
  margin: 0 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-info {
    margin: 0;
  }
}

.detail-info__name {
  border-bottom: 1px solid #aaa;
  padding: 5.33vw 0;
  font-size: 4.53vw;
  line-height: 5.33vw;
  font-weight: bold;
}

.device-pc.is-sp .detail-info__name {
  padding: 5.21vw 0;
  font-size: 4.43vw;
  line-height: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__name {
    padding: 0 0 40px 0;
    font-size: 24px;
    line-height: 34px;
  }
}

.detail-info__name span {
  display: block;
  font-size: 3.2vw;
  line-height: 4vw;
}

.device-pc.is-sp .detail-info__name span {
  font-size: 3.12vw;
  line-height: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__name span {
    font-size: 16px;
    line-height: 24px;
  }
}

.detail-info__copy {
  margin-bottom: 6.66vw;
  border-bottom: 1px solid #aaa;
  padding: 3.33vw 0;
  font-size: 3.2vw;
  line-height: 5.86vw;
}

.device-pc.is-sp .detail-info__copy {
  margin-bottom: 6.51vw;
  padding: 3.25vw 0;
  font-size: 3.12vw;
  line-height: 5.73vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__copy {
    margin-bottom: 0;
    border: none;
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }
}

.detail-info__list {
  margin-bottom: 9.33vw;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.device-pc.is-sp .detail-info__list {
  margin-bottom: 9.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__list {
    margin-bottom: 40px;
  }
}

.detail-info__item {
  display: flex;
  flex-wrap: wrap;
}

.detail-info__item:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}

.detail-info__term {
  width: 25.33vw;
  padding: 1.33vw 0;
  font-size: 3.2vw;
  line-height: 5.33vw;
  font-weight: bold;
}

.device-pc.is-sp .detail-info__term {
  width: 24.77vw;
  padding: 1.3vw 0;
  font-size: 3.12vw;
  line-height: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__term {
    width: 28.2%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-info__term {
    width: 130px;
  }
}

.detail-info__term span {
  font-size: 2.4vw;
}

.device-pc.is-sp .detail-info__term span {
  font-size: 2.34vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__term span {
    font-size: 12px;
  }
}

.detail-info__description {
  width: 69.33vw;
  padding: 1.33vw 0;
  font-size: 3.2vw;
  line-height: 5.33vw;
}

.device-pc.is-sp .detail-info__description {
  width: 67.79vw;
  padding: 1.3vw 0;
  font-size: 3.12vw;
  line-height: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .detail-info__description {
    width: 71.7%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }
}

.detail-info__description span {
  color: #de398b;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .detail-info__description span {
    font-size: 16px;
  }
}

.detail-features {
  margin: 0 0 8vw 2.66vw;
}

.device-pc.is-sp .detail-features {
  margin: 0 0 7.82vw 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-features {
    margin: 0 0 40px;
  }
}

.detail-features__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.33vw;
}

.device-pc.is-sp .detail-features__list {
  margin-bottom: 1.3vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__list {
    margin-bottom: 10px;
  }
}

.detail-features__comment {
  font-size: 2.66vw;
  line-height: 4vw;
}

.device-pc.is-sp .detail-features__comment {
  font-size: 2.6vw;
  line-height: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__comment {
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-features__image img {
  border: 0.53vw solid #fff;
  border-radius: 0.53vw;
}

.device-pc.is-sp .detail-features__image img {
  border: 0.52vw solid #fff;
  border-radius: 0.52vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image img {
    border: 2px solid #fff;
    border-radius: 2px;
  }
}

.detail-features__item--check .detail-features__image img {
  border: 0.53vw solid #d00202;
}

@media screen and (min-width: 768px), print {
  .detail-features__item--check .detail-features__image img {
    border: 2px solid #d00202;
  }
}

.detail-features__image img:hover, .detail-features__image img:active {
  opacity: 0.5;
}

.detail-features__image--01 img, .detail-features__image--02 img, .detail-features__image--03 img, .detail-features__image--07 img, .detail-features__image--12 img {
  width: 10.53vw;
}

.device-pc.is-sp .detail-features__image--01 img, .device-pc.is-sp .detail-features__image--02 img, .device-pc.is-sp .detail-features__image--03 img, .device-pc.is-sp .detail-features__image--07 img, .device-pc.is-sp .detail-features__image--12 img {
  width: 10.29vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--01 img, .detail-features__image--02 img, .detail-features__image--03 img, .detail-features__image--07 img, .detail-features__image--12 img {
    max-width: 63px;
    width: 100%;
  }
}

.detail-features__image--08 img, .detail-features__image--10 img, .detail-features__image--16 img, .detail-features__image--19 img, .detail-features__image--21 img, .detail-features__image--22 img {
  width: 10.8vw;
}

.device-pc.is-sp .detail-features__image--08 img, .device-pc.is-sp .detail-features__image--10 img, .device-pc.is-sp .detail-features__image--16 img, .device-pc.is-sp .detail-features__image--19 img, .device-pc.is-sp .detail-features__image--21 img, .device-pc.is-sp .detail-features__image--22 img {
  width: 10.56vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--08 img, .detail-features__image--10 img, .detail-features__image--16 img, .detail-features__image--19 img, .detail-features__image--21 img, .detail-features__image--22 img {
    max-width: 65px;
    width: 100%;
  }
}

.detail-features__image--14 img, .detail-features__image--23 img {
  width: 10.93vw;
}

.device-pc.is-sp .detail-features__image--14 img, .device-pc.is-sp .detail-features__image--23 img {
  width: 10.69vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--14 img, .detail-features__image--23 img {
    max-width: 66px;
    width: 100%;
  }
}

.detail-features__image--04 img, .detail-features__image--05 img, .detail-features__image--06 img, .detail-features__image--11 img, .detail-features__image--15 img, .detail-features__image--17 img {
  width: 11.06vw;
}

.device-pc.is-sp .detail-features__image--04 img, .device-pc.is-sp .detail-features__image--05 img, .device-pc.is-sp .detail-features__image--06 img, .device-pc.is-sp .detail-features__image--11 img, .device-pc.is-sp .detail-features__image--15 img, .device-pc.is-sp .detail-features__image--17 img {
  width: 10.82vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--04 img, .detail-features__image--05 img, .detail-features__image--06 img, .detail-features__image--11 img, .detail-features__image--15 img, .detail-features__image--17 img {
    max-width: 67px;
    width: 100%;
  }
}

.detail-features__image--27 img {
  width: 11.33vw;
}

.device-pc.is-sp .detail-features__image--27 img {
  width: 11.08vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--27 img {
    max-width: 69px;
    width: 100%;
  }
}

.detail-features__image--09 img {
  width: 11.6vw;
}

.device-pc.is-sp .detail-features__image--09 img {
  width: 11.34vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--09 img {
    max-width: 71px;
    width: 100%;
  }
}

.detail-features__image--26 img {
  width: 12vw;
}

.device-pc.is-sp .detail-features__image--26 img {
  width: 11.73vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--26 img {
    max-width: 74px;
    width: 100%;
  }
}

.detail-features__image--18 img, .detail-features__image--20 img, .detail-features__image--24 img, .detail-features__image--29 img, .detail-features__image--30 img {
  width: 13.33vw;
}

.device-pc.is-sp .detail-features__image--18 img, .device-pc.is-sp .detail-features__image--20 img, .device-pc.is-sp .detail-features__image--24 img, .device-pc.is-sp .detail-features__image--29 img, .device-pc.is-sp .detail-features__image--30 img {
  width: 13.03vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--18 img, .detail-features__image--20 img, .detail-features__image--24 img, .detail-features__image--29 img, .detail-features__image--30 img {
    max-width: 79px;
    width: 100%;
  }
}

.detail-features__image--25 img {
  width: 15.46vw;
}

.device-pc.is-sp .detail-features__image--25 img {
  width: 15.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--25 img {
    max-width: 95px;
    width: 100%;
  }
}

.detail-features__image--13 img, .detail-features__image--28 img {
  width: 20vw;
}

.device-pc.is-sp .detail-features__image--13 img, .device-pc.is-sp .detail-features__image--28 img {
  width: 19.55vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--13 img, .detail-features__image--28 img {
    max-width: 110px;
    width: 100%;
  }
}

.detail-features__image--31 img {
  width: 21.06vw;
}

.device-pc.is-sp .detail-features__image--31 img {
  width: 20.59vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__image--31 img {
    max-width: 127px;
    width: 100%;
  }
}

.detail-features__item {
  width: 14.39vw;
  margin-right: calc((100% - 86.4vw) / 6);
  margin-bottom: 3.46vw;
}

.device-pc.is-sp .detail-features__item {
  width: 14.08vw;
  margin-right: calc((100% - 84.48vw) / 6);
  margin-bottom: 3.38vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__item {
    width: 17.3%;
    margin-right: 0.2%;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-features__item {
    width: 80px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.detail-features__item--long1 {
  width: 16vw;
}

.device-pc.is-sp .detail-features__item--long1 {
  width: 15.64vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__item--long1 {
    width: 26%;
    margin-right: 0.2%;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-features__item--long1 {
    width: 120px;
    margin-right: 12px;
  }
}

.detail-features__item--long2 {
  width: 20vw;
}

.device-pc.is-sp .detail-features__item--long2 {
  width: 19.55vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__item--long2 {
    width: 34.6%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-features__item--long2 {
    width: 172px;
  }
}

.detail-features__item--long3 {
  width: 29.33vw;
}

.device-pc.is-sp .detail-features__item--long3 {
  width: 28.68vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__item--long3 {
    width: 34.6%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-features__item--long3 {
    width: 172px;
  }
}

.detail-features__item a {
  display: inline-block;
  cursor: pointer;
}

.detail-btn {
  margin: 0 2.66vw 8vw;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8vw;
}

.device-pc.is-sp .detail-btn {
  margin: 0 2.6vw 7.82vw;
  padding-bottom: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn {
    margin: 0;
    border-bottom: none;
    padding: 0;
  }
}

.detail-btn__item {
  border: 1px solid #4e4e4e;
  border-radius: 0.4vw;
}

.detail-btn__item:hover, .detail-btn__item:active {
  background-color: #4e4e4e;
  color: #fff;
}

.detail-btn__item:not(:last-child) {
  margin-bottom: 2.66vw;
}

.device-pc.is-sp .detail-btn__item {
  border-radius: 0.39vw;
}

.device-pc.is-sp .detail-btn__item:not(:last-child) {
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item {
    border-radius: 3px;
  }
  .detail-btn__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.detail-btn__item--large, .detail-btn__item--default {
  background-color: #4e4e4e;
  color: #fff;
}

.detail-btn__item--large:hover, .detail-btn__item--large:active, .detail-btn__item--default:hover, .detail-btn__item--default:active {
  background-color: #fff;
  color: #4e4e4e;
}

.detail-btn__item a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 2.66vw 0;
  text-align: center;
  font-size: 3.73vw;
}

.device-pc.is-sp .detail-btn__item a {
  font-size: 3.65vw;
  padding: 2.6vw 0;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item a {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-btn__item a {
    font-size: 20px;
    padding: 20px 0;
  }
}

.detail-btn__item--default a {
  text-indent: 4.53vw;
}

.device-pc.is-sp .detail-btn__item--default a {
  text-indent: 4.43vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--default a {
    text-indent: 30px;
  }
}

.detail-btn__item--default a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.06vw;
  height: 100%;
  display: block;
  background-color: black;
  content: '';
}

.device-pc.is-sp .detail-btn__item--default a::before {
  width: 8.86vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--default a::before {
    width: 60px;
    height: 100%;
  }
}

.detail-btn__item--default a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.06vw;
  height: 100%;
  display: block;
  content: '';
}

.device-pc.is-sp .detail-btn__item--default a::after {
  width: 8.86vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--default a::after {
    width: 60px;
    height: 100%;
  }
}

.detail-btn__item--large a {
  padding: 7.33vw 0;
}

.device-pc.is-sp .detail-btn__item--large a {
  padding: 7.17vw 0;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--large a {
    padding: 30px 0;
  }
}

.detail-btn__item--request a::after {
  background: url(/detail/img/icon_request.png) no-repeat center center;
  background-size: 3.46vw 4vw;
}

.device-pc.is-sp .detail-btn__item--request a::after {
  background-size: 3.38vw 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--request a::after {
    background-size: 26px 30px;
  }
}

.detail-btn__item--book a::after {
  background: url(/detail/img/icon_book.png) no-repeat center center;
  background-size: 4.8vw 3.46vw;
}

.device-pc.is-sp .detail-btn__item--book a::after {
  background-size: 4.69vw 3.38vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--book a::after {
    background-size: 36px 26px;
  }
}

.detail-btn__item--pdf a::after {
  background: url(/detail/img/icon_pdf.png) no-repeat center center;
  background-size: 4.53vw 4.13vw;
}

.device-pc.is-sp .detail-btn__item--pdf a::after {
  background-size: 4.43vw 4.04vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--pdf a::after {
    background-size: 34px 31px;
  }
}

.detail-btn__item--image a::after {
  background: url(/detail/img/icon_image.png) no-repeat center center;
  background-size: 4.26vw 3.73vw;
}

.device-pc.is-sp .detail-btn__item--image a::after {
  background-size: 4.17vw 3.65vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--image a::after {
    background-size: 32px 28px;
  }
}

.detail-btn__item--case a::after {
  background: url(/detail/img/icon_case.png) no-repeat center center;
  background-size: 4.66vw 4.26vw;
}

.device-pc.is-sp .detail-btn__item--case a::after {
  background-size: 4.56vw 4.17vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__item--case a::after {
    background-size: 35px 32px;
  }
}

/* detail-image__modal */
/* detail-construction__modal */
/* detail-example__modal */
.detail-image__modal-item,
.detail-construction__modal-item,
.detail-example__modal-item {
  position: absolute;
  z-index: 10020;
  display: none;
  width: calc(100% - 4vw);
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.device-pc.is-sp .detail-image__modal-item, .device-pc.is-sp
.detail-construction__modal-item, .device-pc.is-sp
.detail-example__modal-item {
  width: calc(100% - 3.91vw);
}

@media screen and (min-width: 768px), print {
  .detail-image__modal-item,
  .detail-construction__modal-item,
  .detail-example__modal-item {
    width: calc(100% - 30px);
    max-width: 800px;
  }
}

.detail-image__contents,
.detail-construction__modal-contents,
.detail-example__modal-contents {
  position: relative;
  padding: 14.66vw 7.33vw 6.66vw;
}

.device-pc.is-sp .detail-image__contents, .device-pc.is-sp
.detail-construction__modal-contents, .device-pc.is-sp
.detail-example__modal-contents {
  padding: 14.34vw 7.17vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__contents,
  .detail-construction__modal-contents,
  .detail-example__modal-contents {
    padding: 60px 100px 30px;
  }
}

.detail-image__close,
.detail-construction__close,
.detail-example__close {
  cursor: pointer;
  position: absolute;
  top: 2.66vw;
  right: 2.66vw;
  width: 6vw;
  height: 6vw;
  background: url(/detail/img/close.png);
  background-size: 6vw 6vw;
}

.device-pc.is-sp .detail-image__close, .device-pc.is-sp
.detail-construction__close, .device-pc.is-sp
.detail-example__close {
  top: 2.6vw;
  right: 2.6vw;
  width: 5.86vw;
  height: 5.86vw;
  background-size: 5.86vw 5.86vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__close,
  .detail-construction__close,
  .detail-example__close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

.detail-image__prev,
.detail-construction__prev,
.detail-example__prev {
  cursor: pointer;
  position: absolute;
  top: 50.66vw;
  left: 2vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/prev.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-image__prev, .device-pc.is-sp
.detail-construction__prev, .device-pc.is-sp
.detail-example__prev {
  top: 49.54vw;
  left: 1.95vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__prev,
  .detail-construction__prev,
  .detail-example__prev {
    top: 50%;
    left: 40px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-image__next,
.detail-construction__next,
.detail-example__next {
  cursor: pointer;
  position: absolute;
  top: 50.66vw;
  right: 2vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/next.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-image__next, .device-pc.is-sp
.detail-construction__next, .device-pc.is-sp
.detail-example__next {
  top: 49.54vw;
  right: 1.95vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__next,
  .detail-construction__next,
  .detail-example__next {
    top: 50%;
    right: 40px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-image__modal-image img,
.detail-construction__modal-image img,
.detail-example__modal-image img {
  max-width: 100%;
}

.detail-image__modal-caption,
.detail-construction__modal-caption,
.detail-example__modal-caption {
  font-size: 2.66vw;
  line-height: 6.66vw;
  text-align: left;
}

.device-pc.is-sp .detail-image__modal-caption, .device-pc.is-sp
.detail-construction__modal-caption, .device-pc.is-sp
.detail-example__modal-caption {
  font-size: 2.6vw;
  line-height: 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__modal-caption,
  .detail-construction__modal-caption,
  .detail-example__modal-caption {
    font-size: 12px;
    line-height: 30px;
  }
}

.detail-image__modal-btn a,
.detail-construction__modal-btn a,
.detail-example__modal-btn a {
  display: block;
  margin: 0 auto;
  border-radius: 0.4vw;
  padding: 3.06vw 0;
  max-width: 56vw;
  text-align: center;
  font-size: 3.2vw;
  background-color: #444;
  color: #fff;
}

.device-pc.is-sp .detail-image__modal-btn a, .device-pc.is-sp
.detail-construction__modal-btn a, .device-pc.is-sp
.detail-example__modal-btn a {
  border-radius: 0.39vw;
  padding: 2.99vw 0;
  max-width: 54.75vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-image__modal-btn a,
  .detail-construction__modal-btn a,
  .detail-example__modal-btn a {
    max-width: 320px;
    padding: 17px 0;
    font-size: 16px;
  }
}

/* detail-features__modal */
.detail-features__modal-item {
  position: absolute;
  z-index: 10020;
  display: none;
  width: calc(100% - 4vw);
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.device-pc.is-sp .detail-features__modal-item {
  width: calc(100% - 3.91vw);
}

@media screen and (min-width: 768px), print {
  .detail-features__modal-item {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-features__modal-item {
    width: 900px;
  }
}

.detail-features__contents {
  display: flex;
  position: relative;
  padding: 6.66vw 9.33vw;
}

.device-pc.is-sp .detail-features__contents {
  padding: 6.51vw 9.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__contents {
    padding: 70px 80px;
  }
}

.detail-features__modal-image {
  width: 14.66vw;
  margin-right: 2.66vw;
}

.device-pc.is-sp .detail-features__modal-image {
  width: 14.34vw;
  margin-right: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__modal-image {
    width: 80px;
    margin-right: 40px;
  }
}

.detail-features__modal-text {
  width: 57.99vw;
  text-align: left;
}

.device-pc.is-sp .detail-features__modal-text {
  width: 56.71vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__modal-text {
    width: 600px;
  }
}

.detail-features__modal-text div {
  margin-bottom: 1.86vw;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 5.86vw;
}

.device-pc.is-sp .detail-features__modal-text div {
  margin-bottom: 1.82vw;
  font-size: 3.65vw;
  line-height: 5.73vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__modal-text div {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 30px;
  }
}

.detail-features__modal-text p {
  font-size: 3.2vw;
  line-height: 4.66vw;
}

.device-pc.is-sp .detail-features__modal-text p {
  font-size: 3.12vw;
  line-height: 4.56vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__modal-text p {
    font-size: 14px;
    line-height: 24px;
  }
}

.detail-features__close {
  cursor: pointer;
  position: absolute;
  top: 2.66vw;
  right: 2.66vw;
  width: 6vw;
  height: 6vw;
  background: url(/detail/img/close.png);
  background-size: 6vw 6vw;
}

.device-pc.is-sp .detail-features__close {
  top: 2.6vw;
  right: 2.6vw;
  width: 5.86vw;
  height: 5.86vw;
  background-size: 5.86vw 5.86vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

.detail-features__prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 3.33vw);
  left: 2.66vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/prev.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-features__prev {
  top: calc(50% - 3.25vw);
  left: 2.6vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__prev {
    top: 100px;
    left: 20px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-features__next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 3.33vw);
  right: 2.66vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/next.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-features__next {
  top: calc(50% - 3.25vw);
  right: 2.6vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-features__next {
    top: 100px;
    right: 20px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-features__modal-image img {
  width: 100%;
}

/* detail-btn__modal */
.detail-btn__modal-item {
  position: absolute;
  z-index: 10020;
  display: none;
  width: calc(100% - 4vw);
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}

.device-pc.is-sp .detail-btn__modal-item {
  width: calc(100% - 3.91vw);
}

@media screen and (min-width: 768px), print {
  .detail-btn__modal-item {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-btn__modal-item {
    width: 900px;
  }
}

.detail-btn__contents {
  position: relative;
  padding: 6.66vw 10.66vw;
}

.device-pc.is-sp .detail-btn__contents {
  padding: 6.51vw 10.43vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__contents {
    padding: 55px 100px;
  }
}

.detail-btn__name {
  margin-bottom: 6.66vw;
  font-size: 4vw;
  font-weight: bold;
}

.device-pc.is-sp .detail-btn__name {
  margin-bottom: 6.51vw;
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__name {
    margin-bottom: 60px;
    font-size: 26px;
  }
}

.detail-btn__image {
  display: flex;
  flex-wrap: wrap;
}

.detail-btn__image + .detail-btn__image {
  margin-top: 2.66vw;
  border-top: 1px dashed #c0c0c0;
  padding-top: 4vw;
}

.device-pc.is-sp .detail-btn__image + .detail-btn__image {
  margin-top: 2.6vw;
  padding-top: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image + .detail-btn__image {
    margin-top: 15px;
    padding-top: 30px;
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.detail-btn__image-heading {
  width: 100%;
  margin-bottom: 2vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #4451a6;
}

.device-pc.is-sp .detail-btn__image-heading {
  margin-bottom: 1.95vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-heading {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.detail-btn__image__text {
  width: 100%;
  margin-bottom: 2vw;
  font-size: 2.66vw;
}

.device-pc.is-sp .detail-btn__image__text {
  margin-bottom: 1.95vw;
  font-size: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image__text {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.detail-btn__image__size {
  width: 100%;
  margin-bottom: 2vw;
  font-size: 2.66vw;
  text-align: left;
}

.device-pc.is-sp .detail-btn__image__size {
  margin-bottom: 1.95vw;
  font-size: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image__size {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: right;
  }
}

.detail-btn__image-list {
  margin: 0 auto;
}

.detail-btn__image-list ul {
  display: flex;
  flex-wrap: wrap;
}

.detail-btn__image-list li p {
  padding-top: 0.66vw;
  font-size: 2.93vw;
  line-height: 4.39vw;
}

.device-pc.is-sp .detail-btn__image-list li p {
  padding-top: 0.65vw;
  font-size: 2.86vw;
  line-height: 4.3vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list li p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-btn__image-list--1 li {
  width: 100%;
  margin-bottom: 4vw;
}

.device-pc.is-sp .detail-btn__image-list--1 li {
  margin-bottom: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--1 li {
    width: 480px;
    margin-bottom: 20px;
  }
}

.detail-btn__image-list--2 li {
  width: 100%;
  margin-bottom: 4vw;
}

.device-pc.is-sp .detail-btn__image-list--2 li {
  width: 71.7vw;
  margin-bottom: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--2 li {
    width: 48.5%;
    margin-right: 2.8%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-btn__image-list--2 li {
    width: 340px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--2 li:nth-child(2n) {
    margin-right: 0;
  }
}

.detail-btn__image-list--4 li {
  width: 34.66vw;
  margin-right: calc(100% - 69.33vw);
  margin-bottom: 4vw;
}

.device-pc.is-sp .detail-btn__image-list--4 li {
  width: 33.89vw;
  margin-right: calc(100% - 67.79vw);
  margin-bottom: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--4 li {
    width: 22.8%;
    margin-right: 2.6%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .detail-btn__image-list--4 li {
    width: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.detail-btn__image-list--4 li:nth-child(2n) {
  margin-right: 0;
}

.device-pc.is-sp .detail-btn__image-list--4 li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--4 li:nth-child(2n) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .detail-btn__image-list--4 li:nth-child(4n) {
    margin-right: 0;
  }
}

.detail-btn__image-list img {
  width: 100%;
}

.detail-btn__close {
  cursor: pointer;
  position: absolute;
  top: 2.66vw;
  right: 2.66vw;
  width: 6vw;
  height: 6vw;
  background: url(/detail/img/close.png);
  background-size: 6vw 6vw;
}

.device-pc.is-sp .detail-btn__close {
  top: 2.6vw;
  right: 2.6vw;
  width: 5.86vw;
  height: 5.86vw;
  background-size: 5.86vw 5.86vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

.detail-btn__prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 3.33vw);
  left: 2.66vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/prev.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-btn__prev {
  top: calc(50% - 3.25vw);
  left: 2.6vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__prev {
    top: calc(50% - 25px);
    left: 20px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-btn__next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 3.33vw);
  right: 2.66vw;
  width: 3.46vw;
  height: 6.66vw;
  background: url(/detail/img/next.png);
  background-size: 3.46vw 6.66vw;
}

.device-pc.is-sp .detail-btn__next {
  top: calc(50% - 3.25vw);
  right: 2.6vw;
  width: 3.38vw;
  height: 6.51vw;
  background-size: 3.38vw 6.51vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__next {
    top: calc(50% - 25px);
    right: 20px;
    width: 26px;
    height: 50px;
    background-size: 26px 50px;
  }
}

.detail-btn__download a {
  display: block;
  margin: 0 auto;
  border-radius: 0.4vw;
  padding: 3.06vw 0;
  max-width: 56vw;
  text-align: center;
  font-size: 3.2vw;
  background-color: #444;
  color: #fff;
}

.device-pc.is-sp .detail-btn__download a {
  border-radius: 0.39vw;
  padding: 2.99vw 0;
  max-width: 54.75vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .detail-btn__download a {
    max-width: 320px;
    padding: 17px 0;
    font-size: 16px;
  }
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
