@charset "utf-8";

/*================================================
* 基本
================================================*/
html {
  font-size: calc(100vw/37.5);
}
body {
  font-size: 1.4rem;
}
a:hover {
  opacity: 1;
}

/*================================================
* レイアウト
================================================*/
.iw-wrap {
  padding-right: 4.26vw;
  padding-left: 4.26vw;
}
/* pagetop */
a.pagetop {
  bottom: 7.5rem;
  right: 0.5rem;
  width: 4rem;
  height: 4rem;
}
a.pagetop::before {
  width: 1.4rem;
  height: 1.4rem;
}
a.pagetop::after {
  width: 1.4rem;
  height: 1.4rem;
}
a.pagetop:hover {
  bottom: 7.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}

/*================================================
* フッター
================================================*/
/* Global Footer */
.g-footer {
  min-width: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}
.g-footer .wrap {
  padding: 0 3.2rem;
}
/* g-footer__bottom */
.g-footer__bottom {
  display: block;
}
.g-footer__logo {
  display: block;
  margin: 0 auto 4rem;
  text-align: center;
}
.g-footer__logo img {
  width: 15.2rem;
}
.g-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.g-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.6rem;
  gap: 8px 2.4rem;
  font-size: 1.4rem;
}
.g-footer__nav a:not(:last-child) {
  margin-right: 2.4rem;
}
.g-footer__nav a:not(:last-child)::after {
  right: -2.4rem;
}
.g-footer__copyright {
  margin-top: 0;
  font-size: 1.2rem;
}

/* Slick
--------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #EFF6FF;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 0.6;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
  cursor: default;
}
.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-left: 2px solid #006EB4;
  border-bottom: 2px solid #006EB4;
  transform: rotate(45deg);
}
.slick-prev {
  left: -40px;
}
[dir='rtl'] .slick-prev {
  right: -40px;
  left: auto;
}
.slick-prev:before {
  content: '';
  left: 14%;
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: -40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -40px;
}
.slick-next:before {
  right: 14%;
  transform: rotate(-135deg);
}
[dir='rtl'] .slick-next:before {
  content: '';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 108px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  background-color: #b2b2b2;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}
.iw-slider {
  overflow: hidden;
}
.iw-slide {
  width: 100%;
}
.iw-slide .award {
  background-image: url(../../images/top/award_bg2.jpg);
}
.iw-slider:not(.slick-initialized) .iw-slide:not(:first-child) {
  display: none;
}

/*================================================
* MV
================================================*/
.lp-mv .iw-wrap {
  flex-direction: column;
}
.lp-mv .logo-fujifilm {
  top: 16px;
  right: 4.26vw;
  width: 24vw;
}
.lp-mv .mv-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14vw 4.26vw 0;
  text-align: center;
}
.lp-mv .mv-right {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  padding: 9vw 0 2.66vw;
  text-align: center;
}
.lp-mv .mv-label {
  margin-bottom: 0.8em;
  text-align: left;
}
.lp-mv .mv-label > span {
  font-size: 3.2vw;
}
.lp-mv .mv-copy-list {
  font-size: 3.73vw;
}
.lp-mv .mv-copy-list > li {
  padding-left: 5.33vw;
  text-align: left;
}
.lp-mv .mv-copy-list > li + li {
  margin-top: 0.3em;
}
.lp-mv .mv-copy-list > li::before {
  width: 4vw;
  height: 2.93vw;
}
.mv-copy-balloon {
  position: absolute;
  top: -1.4em;
  right: -3.73vw;
  width: 24vw;
}
.lp-mv .mv-logo {
  width: 100%;
  max-width: none;
  margin: 9.53vw auto 0;
}
.lp-mv .mv-text {
  margin-top: 2.2em;
  line-height: 1.6;
  font-size: 3.73vw;
  text-align: left;
}
.lp-mv .mv-text .badge-boxil {
  position: absolute;
  top: -37%;
  right: -6%;
  width: 29%;
}
/* contact-btn */
.contact-btn {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 0.75em 1.6em 0.85em;
  font-size: 4.26vw;
}
.contact-btn::before {
  right: 16px;
  width: 11px;
  height: 11px;
}
.contact-btn.bg-white::before {
  border-top-color: #d4600e;
  border-right-color: #d4600e;
}
/* page-head-cta */
.page-head-cta {
  padding: 4.26vw 0;
}
.page-head-cta .iw-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4.26vw;
}
.page-head-cta .contact-btn {
  padding: 0.4em 2em;
  font-size: 4.26vw;
}
.page-head-cta .contact-btn::before {
  right: 16px;
  width: 11px;
  height: 11px;
}
.page-head-cta .contact-btn .sub-text {
  margin-bottom: 0;
  font-size: 3.46vw;
}
/* page-insert-cta */
.page-insert-cta {
  flex-direction: column;
  gap: 4.26vw;
  margin: 32px auto 0;
}
.page-insert-cta .contact-btn {
  padding: 0.4em 2em;
  font-size: 4.26vw;
}
.page-insert-cta .contact-btn::before {
  right: 16px;
  width: 11px;
  height: 11px;
}
.page-insert-cta .contact-btn .sub-text {
  margin-bottom: 0;
  font-size: 3.46vw;
}
/* wp-appeal-block */
.wp-appeal-block {
  display: block;
  padding: 0;
}
.wp-appeal-block .left-side {
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}
.wp-appeal-block .right-side {
  width: 100%;
  margin: auto;
  padding-left: 0px;
}
.wp-appeal-block .heading {
  font-size: 4vw;
  margin-top: 18px;
}
.wp-appeal-block .contact-btn {
  flex: 1;
  padding: 0.5em 2em;
  font-size: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
/* fix-bottom-contents */
.fix-bottom-contents {
  padding: 8px 16px;
}
.fix-bottom-contents a.contact-btn {
  display: block;
  max-width: none;
  margin: 0 auto;
  padding: 0.55em 1.6em 0.65em;
  box-shadow: none;
}
.fix-bottom-contents .inquiry-box{
  display: none;
}

/* introduction-record */
.introduction-record {
  flex-direction: column;
  width: 100%;
  margin-top: 4.26vw;
  margin-bottom: 8px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.introduction-record .heading {
  flex-direction: row;
  width: 100%;
  padding: 0.4em 0.5em;
  font-size: 4vw;
}
.introduction-record .heading em {
  font-size: 1.3em;
}
.introduction-record .heading .sub-text {
  margin-top: 0.4em;
  margin-left: 1.5em;
  font-size: 2.66vw;
}
.introduction-record .content-box {
  width: 100%;
  padding: 13px 48px 13px;
}
@media screen and (max-width:767px) {
  .introduction-record .company-logos li {
    width: calc(100% / 5);
  }
}
@media screen and (max-width:599px) {
  .introduction-record .company-logos li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width:414px) {
  .introduction-record .company-logos li {
    width: calc(100% / 2);
  }
}

/* lp-nav
--------------------------------------------------------------- */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
.lp-nav .iw-wrap {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.lp-nav-logo {
  display: none !important;
}
.lp-nav ul {
  width: 100%;
  gap: 0;
}
.lp-nav ul li {
  display: flex;
  width: 25%;
}
.lp-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0.5em 0 0.3em;
  line-height: 1.2;
  font-size: 3.46vw;
}
body.nav-fixed .lp-nav ul li a {
  padding: 0.5em 0 0.3em;
}
.lp-nav ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 9px;
  text-align: center;
}
.lp-nav ul li a > span::before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

/* problem
--------------------------------------------------------------- */
.problem {
  padding: 40px 0 40px;
}
.section-title {
  font-size: 6.4vw;
}
.section-label > span {
  min-width: 32vw;
}
.section-text {
  font-size: 3.733vw;
}
.section-text.size-m {
  font-size: 3.733vw;
}
.section-text.sp-left {
  text-align: left;
}
.problem-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 24px auto 0;
}
.problem-list li {
  width: 100%;
  padding: 0 4.26vw;
}
.problem-list img {
  margin-bottom: 20px;
}
.problem-list .problem-list-heading {
  margin-bottom: 0.7em;
  font-size: 4.26vw;
  text-align: center;
}
.problem-list .problem-list-text {
  font-size: inherit;
}
.comment {
  font-size: 2.93vw;
}

/* solution
--------------------------------------------------------------- */
.solution {
  padding: 40px 0 0;
}
.solution-detail {
  margin-top: 40px;
  padding: 54px 0 40px;
}
.solution-detail::before {
  border-width: 32px 32px 0 32px;
}
.solution-detail-head {
  align-items: flex-start;
  margin-bottom: 8.53vw;
  margin-left: 0;
}
.solution-detail-head:not(:first-child) {
  margin-top: 40px;
}
.solution-detail-head .solution-detail-head-number {
  width: 13.33vw;
  margin-top: -0.2em;
  margin-right: 4.26vw;
}
.solution-detail-head .solution-detail-head-heading {
  font-size: 5.6vw;
}
/* solution-detail-box */
.solution-detail-box {
  margin-top: 32px;
  padding: 10.66vw 4.26vw 30px 4.26vw;
  border-radius: 10px;
  border-top-width: 5px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.solution-detail-box-title {
  top: -12px;
  left: 4.26vw;
  font-size: 3.73vw;
}
/* solution-detail-body */
.solution-detail-body {
  display: block;
  width: 100%;
}
.solution-detail-body-left {
  width: auto;
}
.solution-detail-body-right {
  width: auto;
  margin-top: 24px;
}
.solution-detail-body-right .solution-img-offset {
  margin-top: 0;
}
.solution-detail-body-title {
  margin-bottom: 1em;
  font-size: 4.8vw;
}
.solution-detail-body-title.text-long {
  margin-right: 0;
}
.solution-detail-body-text {
  font-size: 3.73vw;
}
/* solution-detail-supplement */
.solution-detail-supplement {
  margin-top: 1.6em;
}
.solution-detail-supplement + .solution-detail-supplement {
  margin-top: 8px;
}
.solution-detail-supplement p {
  font-size: 3.73vw;
}
.solution-detail-supplement .disc-list {
  font-size: 3.73vw;
}

/* reason
--------------------------------------------------------------- */
.reason {
  padding: 40px 0 40px;
}
/* comparison-table */
.table-scroll {
  width: 100%;
  padding-bottom: 16px;
  overflow: auto;
}
.comparison-table {
  width: 100%;
  min-width: 800px;
  margin-left: -8px;
  border-spacing: 12px 0;
}
.comparison-table tbody td {
  vertical-align: top;
}
.comparison-table tbody td p {
  line-height: 1.3;
  font-size: 13px;
}
.comparison-table tbody td .comparison-table-heading {
  margin-bottom: 0.4em;
  font-size: 14px;
}
.comparison-table tbody td .comparison-table-heading .sub-text {
  font-size: 13px;
}
.comparison-table-topics {
  width: 10%;
  font-size: 13px;
}
.table-general-head {
  width: 28%;
  padding: 0.9em 1em;
  border-width: 2px;
  border-bottom: none;
}
.table-general-body {
  padding: 0.9em 1em;
  border-right-width: 2px;
  border-left-width: 2px;
}
.comparison-table tbody tr:last-child .table-general-body {
  border-bottom-width: 2px;
}
.table-iw-head {
  padding: 0.9em 1em;
  border-width: 2px;
}
.table-iw-body {
  border-right-width: 2px;
  border-left-width: 2px;
}
.comparison-table tbody tr:last-child .table-iw-body {
  border-bottom-width: 2px;
}
.comparison-table thead .comparison-table-heading {
  font-size: 16px;
}
.comparison-table thead .table-iw-head .comparison-table-heading {
  font-size: 20px;
}
.comparison-table thead .comparison-table-text {
  margin-top: 0.4em;
  line-height: 1.3;
  font-size: 12px;
}
/* table-iw-effect */
.comparison-table .table-iw-effect > div {
  padding: 0.9em 1em;
}
/* reason-supplement */
.reason-supplement {
  margin-top: 40px;
}
.reason-supplement-heading {
  margin-bottom: 2em;
  font-size: 4.8vw;
}
.reason-supplement-heading > span {
  padding-bottom: 1em;
  border-bottom-width: 2px;
}
.reason-supplement-heading > span::after {
  border-top-width: 2px;
}
.reason-supplement p {
  text-align: left;
}

/* tips
--------------------------------------------------------------- */
.tips {
  padding: 40px 0 40px;
}
.tips-block {
  display: block;
  margin-top: 32px;
}
.tips-block .tips-box {
  width: 100%;
  padding: 24px 4.26vw 24px;
  border-radius: 10px;
  border-top-width: 5px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.tips-block .tips-box:not(:first-child) {
  margin-top: 24px;
}
.tips-block .tips-box-title {
  margin-bottom: 1em;
  font-size: 4.8vw;
}
.tips-block .tips-box-text {
  margin-bottom: 1em;
}
.tips-block .tips-box-img figcaption {
  font-size: 3.46vw;
}

/* case
--------------------------------------------------------------- */
.case {
  padding: 40px 0 40px;
  overflow: hidden;
}
/* case-slide */
.case-slide {
  display: flex;
  width: 100%;
  width: auto;
  margin: 32px -8px 0 0;
}
.case-slide:not(.slick-initialized) {
  margin: 12px -8px -20px;
}
.case-slide .slick-list {
  margin: -20px -8px;
}
.case-slide .slick-track {
  display: flex;
}
.case-slide .slick-slide {
  display: flex;
  float: none;
  width: 83.33%;
  margin: 20px 8px;
}
.case-slide:not(.slick-initialized) .slick-slide:nth-child(n+3) {
  display: none;
}
.case-slide .case-slide-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.case-slide .slick-dots {
  width: 100%;
}
.case-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.case-slide .slick-dots li button {
  width: 10px;
  height: 10px;
}
.case-slide .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.case-slide-title {
  padding: 0.8em 0.4em;
  font-size: 3.46vw;
}
.case-slide-body {
  padding: 18px 4.26vw 20px;
}
.case-slide-heading {
  min-height: 3.9em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.9em;
  line-height: 1.3;
  font-size: 4vw;
  text-align: left;
}
.case-slide-box {
  display: block;
}
.case-slide-box .case-slide-box-left {
  width: 80%;
  margin: 0 auto;
}
.case-slide-box .case-slide-box-right {
  width: auto;
  margin-top: 16px;
}
.case-slide-box .disc-list {
  font-size: 3.46vw;
  line-height: 1.4;
}
.case-slide-box .disc-list li + li {
  margin-top: 0.5em;
}

/* security
--------------------------------------------------------------- */
.security {
  padding: 40px 0 40px;
}
.security-detail-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 4.26vw 24px;
  margin-top: 32px;
  border-radius: 10px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.security-detail-block + .security-detail-block {
  margin-top: 24px;
}
.security-detail-title {
  margin-bottom: 1.2em;
  font-size: 4.8vw;
}
.security-detail-box {
  display: block;
}
.security-detail-box .security-detail-box-left {
  width: auto;
  padding-right: 0;
}
.security-detail-box .security-detail-box-right {
  width: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 0;
  border-top: 1px solid #ccc;
  border-left: none;
}
.security-detail-list > li {
  position: relative;
  padding-top: 0;
  padding-left: 32px;
}
.security-detail-list > li:not(:first-child) {
  margin-top: 1em;
}
.security-detail-list > li::before {
  top: 0.1em;
  width: 24px;
  height: 24px;
}
.security-detail-list-heading {
  font-size: 4.26vw;
}
.security-detail-sub-text {
  font-size: 3.73vw;
}
.security-detail-sub-img {
  margin-top: 24px;
}
.security-detail-support-img {
  max-width: none;
  width: 70%;
  margin: 10px auto 20px;
}
.security-detail-box-right .txt-center {
  text-align: left;
}

/* points
--------------------------------------------------------------- */
.points {
  padding: 40px 0 40px;
}
/* qa-detail-block */
.qa-detail-block {
  margin-top: 32px;
  border-radius: 10px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.qa-detail-block + .qa-detail-block {
  margin-top: 24px;
}
.qa-detail-block .qa-detail-icon {
  width: 8.53vw;
  height: 8.53vw;
  font-size: 5.86vw;
}
.qa-detail-block .qa-detail-head {
  padding: 16px 4.26vw 16px 16vw;
}
.qa-detail-block .qa-detail-head .qa-detail-icon {
  top: -0.15em;
  left: -11.2vw;
}
.qa-detail-block .qa-detail-head .qa-detail-head-title {
  font-size: 4.8vw;
}
.qa-detail-block .qa-detail-head p {
  font-size: 3.2vw;
}
.qa-detail-block .qa-detail-body {
  padding: 16px 4.26vw 16px 16vw;
}
.qa-detail-block .qa-detail-body .qa-detail-icon {
  top: 0.55em;
  left: 4.8vw;
}
/* qa-detail-list */
.qa-detail-list > div {
  display: block;
}
.qa-detail-list > div:not(:first-child) {
  margin-top: 1.2em;
  padding-top: 1.2em;
}
.qa-detail-list > div > dt {
  width: auto;
  margin-right: 0;
  margin-bottom: 0.5em;
}

/* price
--------------------------------------------------------------- */
.price {
  padding: 40px 0 40px;
  /* background: #2D629B url("../../images/lp_renew/bg_price.jpg") no-repeat 50% 50%; */
}
.price .section-title {
  margin-bottom: 1em;
}
.section-iw-tag > li {
  font-size: 3.73vw;
}
/* price-plan */
.price-plan {
  max-width: none;
  margin: 32px auto 0;
  border-radius: 10px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.1);
}
.price-plan .price-plan-title {
  font-size: 4.8vw;
}
.price-plan .price-plan-body {
  padding: 36px 24px 36px;
}
.price-plan .price-plan-text {
  margin-bottom: 1.2em;
  font-weight: bold;
}
.price-plan .price-plan-sub-text {
  margin-top: 1.4em;
  font-weight: bold;
  font-size: 14px;
}
.price-plan .price-plan-price {
  font-size: 5.33vw;
}
.price-plan .price-plan-price em {
  line-height: 1.1;
  font-size: 1.9em;
}
.price-plan .price-plan-cta {
  margin-top: 1.8em;
}

/* action
--------------------------------------------------------------- */
.action {
  padding: 40px 0 40px;
}
/* iw-end-inquiry-wrap */
.iw-end-inquiry-wrap {
  display: block;
  margin: 32px auto 0;
  padding: 24px 24px 24px;
  border-radius: 10px;
  box-shadow: 0 0.53vw 3.2vw rgba(0, 0, 0, 0.06);
}
.iw-end-inquiry-wrap .left-side {
  width: 80%;
  margin: 0 auto;
}
.iw-end-inquiry-wrap .right-side {
  width: auto;
  margin-top: 16px;
}
.iw-end-inquiry-wrap .end-service-img {
  margin-top: 1.5rem;
}
.iw-end-inquiry-wrap .normal-heading {
  font-size: 5.33vw;
}
.iw-end-inquiry-wrap .disc-list {
  margin-bottom: 24px;
}


/* float-banner */
.float-banner {
  width: 75%;
  right: 12.5%;
  bottom: 19.73vw;
}
.float-banner .banner-main:hover {
  opacity: 1;
}
.float-banner .banner-close {
  width: 28px;
  height: 28px;
}
.float-banner .banner-close::before,
.float-banner .banner-close::after {
  width: 16px;
  height: 2px;
}
/* bottom-fixed */
.bottom-fixed {
  position: relative;
  padding-bottom: 56px;
}
.bottom-fixed .fix-bottom-contents{
  transform: translate3d(0, 0, 0);
}











