@charset "UTF-8";
#left_contents {
  width: calc(100% - 300px);
  margin-right: 45px;
}

#right_contents {
  width: 255px;
}

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.inner_sss {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}
@media only screen and (max-width: 767px) {
  .inner_sss {
    width: 90%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.col_it {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_it .col_l {
  width: 44.6%;
}
@media only screen and (max-width: 767px) {
  .col_it .col_l {
    width: 100%;
  }
}
.col_it .col_r {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .col_it .col_r {
    width: 100%;
  }
}
.col_it .col_l_sm {
  width: 31.25%;
}
@media only screen and (max-width: 767px) {
  .col_it .col_l_sm {
    width: 100%;
  }
}
.col_it .col_r_lg {
  float: right;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .col_it .col_r_lg {
    width: 100%;
  }
}
.col_it_bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.col_it_bg::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fafafa;
  transform: translateX(-50%);
  z-index: -1;
}
.col_it_bg .col_l {
  float: left;
  width: 44.6%;
  order: 0;
}
@media only screen and (max-width: 767px) {
  .col_it_bg .col_l {
    width: 100%;
    padding: 20px 0;
    order: 0;
  }
  .col_it_bg .col_l img {
    width: 108%;
    max-width: inherit;
    display: block;
    margin-left: -4%;
  }
}
.col_it_bg .col_r {
  float: right;
  width: 50%;
  padding: 30px 0;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .col_it_bg .col_r {
    width: 100%;
    order: 1;
  }
}
.col_it_float::after {
  display: block;
  content: "";
  clear: both;
}
.col_it_float .col_l {
  float: left;
  width: 44.6%;
}
@media only screen and (max-width: 767px) {
  .col_it_float .col_l {
    float: none;
    width: 100%;
  }
}
.col_it_float .col_r {
  float: right;
  width: 51%;
}
@media only screen and (max-width: 767px) {
  .col_it_float .col_r {
    float: none;
    width: 100%;
  }
}
.col_it_float .col_l_sm {
  float: left;
  width: 31.25%;
}
@media only screen and (max-width: 767px) {
  .col_it_float .col_l_sm {
    float: none;
    width: 100%;
  }
}
.col_it_float .col_r_lg {
  float: right;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .col_it_float .col_r_lg {
    float: none;
    width: 100%;
  }
}
.col_it_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 690px;
}
.col_it_small .col_l {
  width: 38%;
}
@media only screen and (min-width: 768px) {
  .col_it_small .col_l {
    order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .col_it_small .col_l {
    width: 100%;
  }
}
.col_it_small .col_r {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .col_it_small .col_r {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .col_it_small .col_r {
    width: 100%;
  }
}

.col_ti_bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.col_ti_bg::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fafafa;
  transform: translateX(-50%);
  z-index: -1;
}
.col_ti_bg .col_l {
  float: left;
  width: 50%;
  padding: 30px 0;
  order: 0;
}
@media only screen and (max-width: 767px) {
  .col_ti_bg .col_l {
    float: none;
    width: 100%;
    padding: 20px 0;
    order: 1;
  }
}
.col_ti_bg .col_r {
  float: right;
  width: 44.6%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .col_ti_bg .col_r {
    float: none;
    width: 100%;
    order: 0;
  }
  .col_ti_bg .col_r img {
    width: 108%;
    max-width: inherit;
    display: block;
    margin-left: -4%;
  }
}
.col_ti_float::after {
  display: block;
  content: "";
  clear: both;
}
.col_ti_float .col_l {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .col_ti_float .col_l {
    float: none;
    width: 100%;
  }
}
.col_ti_float .col_r {
  float: right;
  width: 44.6%;
  margin-left: 5.4%;
}
@media only screen and (max-width: 767px) {
  .col_ti_float .col_r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.col_ti_float .col_l_lg {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .col_ti_float .col_l_lg {
    float: none;
    width: 100%;
  }
}
.col_ti_float .col_r_sm {
  float: right;
  width: 31.25%;
}
@media only screen and (max-width: 767px) {
  .col_ti_float .col_r_sm {
    float: none;
    width: 100%;
  }
}

.col2_221 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2_221 .col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .col2_221 .col {
    width: 100%;
  }
}

.col2_m_221,
.col2_m_211 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2_m_221 .col_lg,
.col2_m_211 .col_lg {
  width: calc(50% - 10px);
}
.col2_m_221 .col,
.col2_m_211 .col {
  width: calc(50% - 20px);
}
.col2_m_221 .col_sm,
.col2_m_211 .col_sm {
  width: 44.6%;
}

.col3_m_331,
.col3_m_332,
.col3_m_321 {
  display: flex;
  flex-wrap: wrap;
}
.col3_m_331 .col,
.col3_m_332 .col,
.col3_m_321 .col {
  width: 31.25%;
  margin-right: 3.125%;
}
.col3_m_331 .col:nth-child(3n),
.col3_m_332 .col:nth-child(3n),
.col3_m_321 .col:nth-child(3n) {
  margin-right: 0;
}
.col3_m_331 .col_detail,
.col3_m_332 .col_detail,
.col3_m_321 .col_detail {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .col3_m_331 .col_detail,
  .col3_m_332 .col_detail,
  .col3_m_321 .col_detail {
    padding: 16px;
  }
}

.col4_m_442 {
  display: flex;
  flex-wrap: wrap;
}
.col4_m_442 .col {
  width: 23.5%;
  margin-right: 2%;
}
.col4_m_442 .col:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 979px) {
  .col2_m_211 .col {
    width: 100%;
  }

  .col3_m_321 .col {
    width: 48%;
    margin-right: 4%;
  }
  .col3_m_321 .col:nth-child(3n) {
    margin-right: 4%;
  }
  .col3_m_321 .col:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .col2_m_221 .col_lg {
    width: 100%;
  }
  .col2_m_221 .col {
    width: 100%;
  }
  .col2_m_221 .col .col_detail {
    padding: 6%;
  }
  .col2_m_221 .col_sm {
    width: 100%;
  }

  .col3_m_331,
  .col3_m_321 {
    display: flex;
    flex-wrap: wrap;
  }
  .col3_m_331 .col,
  .col3_m_321 .col {
    width: 100%;
    margin-right: 0;
  }
  .col3_m_331:nth-child(2n),
  .col3_m_331:nth-child(3n),
  .col3_m_321:nth-child(2n),
  .col3_m_321:nth-child(3n) {
    margin-right: 0;
  }

  .col3_m_332 {
    justify-content: space-between;
  }
  .col3_m_332 .col {
    width: 48%;
    margin-right: 0;
  }

  .col4_m_442 {
    display: flex;
    flex-wrap: wrap;
  }
  .col4_m_442 .col {
    width: 49%;
  }
  .col4_m_442 .col:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}
/* ↓↓↓ rss */
#locator {
  margin-bottom: 80px;
  background: #f5f5f5;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #locator {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #locator {
    margin-bottom: 40px;
  }
}
#locator ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#locator li {
  font-size: 12px;
}
#locator li + li {
  position: relative;
  margin-left: 25px;
}
#locator li + li::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(45deg);
}
#locator a {
  color: #0d5daa;
  text-decoration: underline;
}

.rss_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rss_box dl:last-child {
  margin-bottom: 0;
}

.rss_date {
  width: 110px;
  letter-spacing: 0.12em;
}

.rss_new {
  display: inline-block;
  min-width: 120px;
  color: #1d58a6;
  line-height: 1;
  text-align: center;
  padding: 4px 4px 6px;
  background-color: #ffffff;
  border: 1px solid #1d58a6;
  margin: 2px 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .rss_new {
    font-size: 13px;
    padding: 2px 4px 4px;
  }
}

@media only screen and (max-width: 767px) {
  .rss_new + .right {
    display: block;
    margin-top: 10px;
  }
}
.rss_title {
  width: calc(100% - 110px - 130px);
}
@media only screen and (max-width: 767px) {
  .rss_title {
    width: 100%;
    line-height: 1.4;
    margin-top: 8px;
  }
}
.rss_title a {
  color: #333;
}

/*----- sitemap -----*/

.sitemap li {
  margin-top: 15px;
}

.sitemap li a {
  color: #000;
}

/*.sitemap {
  display: flex;
  flex-wrap: wrap;
}
.sitemap > li {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-between;
}
.sitemap > li a {
  color: #333;
  line-height: 1.5;
}
.sitemap > li > a {
  width: 120px;
  border-right: 1px solid #DBDBDB;
  padding-right: 8px;
}
.sitemap > li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.sitemap > li:first-child a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #F5F5F5;
  padding: 8px;
  margin-right: 0;
  border-right: 0;
}
.sitemap > li > ul {
  width: calc(100% - 120px - 48px);
}*/
/*.sitemap > li > ul > li + li {
  margin-top: 28px;
}
.sitemap > li > ul > li > ul {
  margin-top: 28px;
}*/
.sitemap > li > ul > li > ul > li {
  padding-left: 50px;
  background: url(../other/sitemap_bg.svg) no-repeat 24px 10px/12px auto;
}
/*.sitemap > li > ul > li > ul > li + li {
  margin-top: 28px;
}
.sitemap > li > ul > li > ul > li > ul {
  margin-top: 28px;
}*/
.sitemap > li > ul > li > ul > li > ul > li {
  padding-left: 50px;
  background: url(../other/sitemap_bg.svg) no-repeat 24px 10px/12px auto;
}
/*.sitemap > li > ul > li > ul > li > ul > li + li {
  margin-top: 28px;
}*/
@media only screen and (max-width: 979px) {
  .sitemap > li {
    width: 100%;
  }
  .sitemap > li:not(:first-child) > a {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    padding-left: 20px;
    background: url(../other/sitemap_bg.svg) no-repeat 0 5px/12px auto;
  }
  .sitemap > li:nth-child(n + 3) {
    padding-top: 20px;
  }
  .sitemap > li > ul {
    width: 100%;
    padding-left: 20px;
    font-size: 90%;
  }
  .sitemap > li > ul > li {
    margin-top: 14px;
    padding-left: 20px;
    background: url(../other/sitemap_bg.svg) no-repeat 0 10px/12px auto;
  }
  .sitemap > li > ul > li + li {
    margin-top: 14px;
  }
  .sitemap > li > ul > li > ul {
    margin-top: 14px;
  }
  .sitemap > li > ul > li > ul > li {
    padding-left: 20px;
    background: url(../other/sitemap_bg.svg) no-repeat 0 10px/12px auto;
  }
  .sitemap > li > ul > li > ul > li + li {
    margin-top: 14px;
  }
  .sitemap > li > ul > li > ul > li > ul {
    margin-top: 14px;
  }
  .sitemap > li > ul > li > ul > li > ul > li {
    padding-left: 20px;
    background: url(../other/sitemap_bg.svg) no-repeat 0 10px/12px auto;
  }
  .sitemap > li > ul > li > ul > li > ul > li + li {
    margin-top: 14px;
  }
}

#common .rss_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#common .rss_box dl:last-child {
  margin-bottom: 0;
}
#common .rss_date {
  width: 250px;
}
#common .rss_new {
  color: #1d58a6;
  line-height: 1;
  text-align: center;
  padding: 4px 4px 6px;
  margin: 2px 10px 0 0;
  background-color: #ffffff;
  border: 1px solid #1d58a6;
}
@media only screen and (max-width: 767px) {
  #common .rss_new {
    margin: 2px 0 0 0;
    display: block;
  }
}
#common .rss_title {
  width: calc(100% - 250px);
  /*font-size: 20px;*/
  position: relative;
}
@media only screen and (max-width: 767px) {
  #common .rss_title {
    width: 100%;
    line-height: 1.4;
    margin-top: 8px;
  }
  #common .rss_title .bg_blue {
    left: 110px;
    top: -32px;
    margin-left: 0;
  }
}
#common .rss_title a {
  color: #333;
}
#common .rss_contents {
  padding-left: 250px;
}
@media only screen and (max-width: 767px) {
  #common .rss_contents {
    padding-left: 0;
  }
}

.cv_area {
  width: 100%;
  max-width: 1120px;
  color: #fff;
  background: url(../image/common/cv_bg.jpg) no-repeat 50% 50% / cover;
  padding: 50px;
  margin: 70px auto;
}
@media only screen and (max-width: 979px) {
    .cv_area {
      padding: 12px 40px 30px;
      margin-top: 40px;
      margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
  .cv_area {
    padding: 12px 24px 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cv_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  text-align: center;
  margin: 30px auto 0;
}
.cv_detail.center {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .cv_detail {
    margin: 20px auto 0;
  }
}
.cv_detail_tel {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .cv_detail_tel {
    width: 100%;
  }
}
.cv_detail_tel_txt,
.cv_detail_tel_note {
  font-weight: 500;
  padding-left: 52px;
}
@media only screen and (max-width: 767px) {
  .cv_detail_tel_txt,
  .cv_detail_tel_note {
    padding-left: 0;
  }
}
.cv_detail_tel_num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  background: url(../image/common/icon_cv_tel.svg) no-repeat 0 50%/40px auto;
  padding-left: 52px;
  margin: 10px 0;
}
_:-ms-lang(x)::-ms-backdrop,
.cv_detail_tel_num {
  font-size: 33px;
}
@media only screen and (max-width: 767px) {
  .cv_detail_tel_num {
    display: inline-block;
    font-size: 30px;
    background-size: 24px auto;
    padding-left: 42px;
  }
}
.cv_detail_tel_num a {
  color: #ffffff;
}
.cv_detail_mail {
  width: 50%;
  padding: 0 24px;
}

.cta_sky_en .cv_detail_mail {
    margin: auto;
}


@media only screen and (max-width: 767px) {
  .cv_detail_mail {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.cv_detail_mail a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: bottom;
  line-height: 1.4;
  padding: 18px 40px;
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.cv_detail_mail a:hover {
  color: #fff;
  border: 1px solid #1d58a6;
  background-color: #1d58a6;
  opacity: 1;
  text-decoration: none;
}
.cv_area.cta_sky_ja .cv_detail,
.cv_area.cta_sky_en .cv_detail {
  max-width: 100%;
}
.cta_sky_en .cv_detail_tel_num {
  background: url(../image/common/icon_cv_tel.svg) no-repeat 60px 50%/40px;
}

@media only screen and (max-width: 980px) {
	.cta_sky_en .cv_detail_tel_num {
    background: url(/dcms_media/image/common/icon_cv_tel.svg) no-repeat 0 50%/40px auto;
 }

 .cta_sky_en .cv_detail_tel_num a {
    word-break: break-word;
}
}

.cta_sky_ja .cv_detail_tel_num {
  background: url(../image/common/icon_cv_tel.svg) no-repeat 85px 50%/40px;
}
@media only screen and (max-width: 789px) {
  .cta_sky_en .cv_detail_tel_num {
    background: url(../image/common/icon_cv_tel.svg) no-repeat 14px 50%/40px;
  }
  .cta_sky_en .cv_detail_tel_txt,
  .cta_sky_en .cv_detail_tel_note,
  .cta_sky_ja .cv_detail_tel_txt,
  .cta_sky_ja .cv_detail_tel_note {
    padding-left: 0;
  }
  .cta_sky_ja .cv_detail_tel_num {
    background: url(../image/common/icon_cv_tel.svg) no-repeat 32px 50%/40px;
  }
}

.t-default .cv_area {
  width: 100%;
  max-width: 1120px;
  color: #fff;
  background: url(../image/common/cv_bg.jpg) no-repeat 50% 50% / cover;
  padding: 50px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_area {
    padding: 36px 24px;
  }
}
.t-default .cv_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  text-align: center;
  margin: 30px auto 0;
}
.t-default .cv_detail.center {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_detail {
    margin: 20px auto 0;
  }
}
.t-default .cv_detail_tel {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_detail_tel {
    width: 100%;
  }
}
.t-default .cv_detail_tel_txt,
.t-default .cv_detail_tel_note {
  font-weight: 500;
  padding-left: 52px;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_detail_tel_txt,
  .t-default .cv_detail_tel_note {
    padding-left: 0;
  }
}
.t-default .cv_detail_tel_num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  background: url(../image/common/icon_cv_tel.svg) no-repeat 0 50%/40px auto;
  padding-left: 52px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_detail_tel_num {
    display: inline-block;
    font-size: 30px;
    background-size: 24px auto;
    padding-left: 42px;
  }
}
.t-default .cv_detail_mail {
  width: 50%;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .t-default .cv_detail_mail {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.t-default .cv_detail_mail a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: bottom;
  line-height: 1.4;
  padding: 18px 40px;
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.t-default .cv_detail_mail a:hover {
  color: #fff;
  border: 1px solid #1d58a6;
  background-color: #1d58a6;
  opacity: 1;
}

.list_disc li {
  position: relative;
  padding-left: 1em;
}
.list_disc li::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  top: 15px;
  left: 0;
  background-color: #333;
  border-radius: 50%;
}
.list_decimal li {
  list-style-type: decimal;
  margin-left: 1.3em;
}

@media screen and (max-width: 1024px) {
  .list_decimal li {
    margin-left: 2em;
  }
}

.list_square {
  list-style-type: none;
}
.list_square li {
  position: relative;
  padding-left: 18px;
}
.list_square li::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  background-color: #333;
}
.list_square_blue li {
  position: relative;
  padding-left: 18px;
}
.list_square_blue li::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  background-color: inherit;
}
.list_decimal_kakko {
  list-style-type: none;
}
.list_decimal_kakko > li {
  position: relative;
  counter-increment: section;
  padding-left: 2.5em;
}
.list_decimal_kakko > li::before {
  position: absolute;
  content: "(" counter(section, decimal) ")";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin-right: auto;
  background-color: inherit;
  border-radius: initial;
}
span.accent {
  font-weight: bold;
  font-size: 150%;
  color: #1d58a6;
}

/* 事業概要-スカイネット */
.skynet_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.skynet_flex_set div.flex_col {
  width: calc(100% - 500px);
}
.skynet_flex_set figure.flex_col {
  width: 480px;
}
.skynet_flex_set .small_font {
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 789px) {
  .skynet_flex_set div.flex_col,
  .skynet_flex_set figure.flex_col {
    width: 100%;
  }
}

/*言語別表示*/

/*JP*/
.sitemap li.en_sitemaplist {
    display: none;
}
/*EN*/
html[lang="en"] .sitemap li {
    display: none;
}
html[lang="en"] .sitemap li.en_sitemaplist,
html[lang="en"] .sitemap li.en_sitemaplist li {
    display: block;
}

ul.sitemap {
  margin-bottom: 75px;
}

/*お問い合わせ*/
body.page_inq_poly_p .footer,
body.page_inq_mono_p .footer,
body.page_inq_anti_affi .footer,
body.page_sample_form .footer,
body.page_thanks .footer {
    margin-top: 80px !important;
}

.show-page-btn {
    margin-bottom: 80px !important;
}

@media only screen and (max-width: 979px) {
    body.page_inq_poly_p .footer,
    body.page_inq_mono_p .footer,
    body.page_inq_anti_affi .footer,
    body.page_sample_form .footer,
    body.page_thanks .footer {
        margin-top: 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    body.page_inq_poly_p .footer,
    body.page_inq_mono_p .footer,
    body.page_inq_anti_affi .footer,
    body.page_sample_form .footer,
    body.page_thanks .footer {
        margin-top: 40px !important;
    }
    .form-preview-dl > dt span {
        width: calc(80% - (5.5em + 0px));
    }
}