/* adjusting
================================================== */
#contents {
  min-width: auto;
}
#contents .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection {
    padding-bottom: 15px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents .headSection .ttl p.productsLogo {
    margin-bottom: 5px;
  }
  #contents .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
  }
  #contents .headSection .ttl h1 {
    padding: 0;
    background: none;
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 0 !important;
  }
}

html {
  scroll-behavior: smooth;
}

/* share
================================================== */
#contents .snsArea {
  padding: 0 0 50px;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 0 0 30px;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* section
================================================== */
.section {
  background: #fff;
}
.section--secondary {
  background: #f4f4f4;
}
.section--contact {
  background: #f9db00;
}
.section__inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 50px 0;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.section__title span {
  line-height: 1.35;
  font-size: 40px;
  font-weight: bold;
}
.section__title span strong {
  color: #d3242a;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
.section__notes > li i, .section__notes > li span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li i {
  font-style: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section__inner {
    width: auto;
    padding: 6.66667vw 4vw 8vw;
  }
  .section__title {
    gap: 1.33333vw;
    margin-bottom: 4.66667vw;
  }
  .section__title em img {
    width: 28.4vw;
    height: auto;
  }
  .section__title span {
    font-size: 5.33333vw;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
}

/* kv
================================================== */
.kv {
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv {
    background: url("/products/bizprinter/campaign/oen2025/images/kv/bg-pc.png") no-repeat center;
    background-size: cover;
  }
  .kv__main {
    margin: 0 auto;
    width: 1240px;
  }
  .kv__main picture {
    margin-inline: -100px;
    display: block;
  }
}

/* desc
================================================== */
.desc {
  padding: 65px 0;
  background: #f9db00;
}
.desc__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.desc__inner strong {
  font-size: 28px;
  color: #d3242a;
}
.desc__img {
  position: absolute;
  left: 50%;
  top: -165px;
  transform: translateX(-50%);
}
.desc__ill {
  position: absolute;
}
.desc__ill--l {
  left: -111px;
  top: -30px;
}
.desc__ill--r {
  right: -119px;
  bottom: -21px;
}
@media only screen and (max-width: 767px) {
  .desc {
    padding: 10.66667vw 5.33333vw;
  }
  .desc__inner {
    width: auto;
    padding: 10.66667vw 5.33333vw;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .desc__inner strong {
    font-size: 4.8vw;
  }
  .desc__img {
    top: -25.86667vw;
    width: 31.33333vw;
    height: auto;
  }
  .desc__ill {
    height: auto;
  }
  .desc__ill--l {
    left: -4.13333vw;
    top: -8.4vw;
    width: 18.53333vw;
  }
  .desc__ill--r {
    right: -4vw;
    bottom: -8.26667vw;
    width: 16vw;
  }
}

/* product
================================================== */
.product__target {
  margin-bottom: 30px;
  text-align: center;
}
.product__panels {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.product__panels > img {
  position: absolute;
  left: 54px;
  top: -131px;
}
.product__panel {
  flex: 1 0 0%;
  background: #fef9cd;
  border-radius: 10px;
  overflow: hidden;
}
.product__panel__title {
  padding: 20px 10px 12px;
  background: #f9db00;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.product__panel__body {
  padding: 30px;
}
.product__panel__pht img {
  display: block;
}
.product__panel__pht figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5em 1em;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.product__panel__pht figcaption strong {
  font-size: 28px;
}
.product__panel__pht figcaption small {
  flex: 0 0 100%;
  font-size: inherit;
  font-weight: normal;
}
.product__panel__price {
  margin-bottom: 24px;
  border: solid 3px #e60009;
}
.product__panel__price dt,
.product__panel__price dd {
  display: flex;
  align-items: center;
  height: 55px;
}
.product__panel__price dt {
  justify-content: center;
  background: #fff;
  color: #e60009;
  font-size: 16px;
  text-align: center;
}
.product__panel__price dd {
  justify-content: center;
  padding: 0 25px;
  background: #e60009;
  color: #fff;
}
.product__panel__price dd div {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.product__panel__price dd small {
  font-size: 14px;
}
.product__panel__price dd strong {
  font-size: 30px;
}
.product__panel__price dd .section__notes > li {
  line-height: 1.3;
}
.product__panel__btn {
  margin-bottom: 24px;
  text-align: center;
}
.product__panel__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-image: linear-gradient(0deg, #d85a2f 0%, #d85a2f 50%, #e36e19 51%, #e36e19 100%);
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 0.35);
  width: 320px;
  height: 72px;
  border-radius: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.product__panel__btn a img {
  display: block;
}
.product__panel__anchor {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.product__panel__anchor a {
  display: inline-block;
  padding: 0 0 0 21px;
  background: url(/common/images/ico_down_01.gif) no-repeat left 0.2em;
}
.product__subtitle {
  margin: 40px 0 20px;
  font-size: 30px;
  font-weight: bold;
}
.product__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  margin-bottom: 20px;
}
.product__detail__panel {
  flex: 0 0 calc(1 / 3 * 100% - 12px);
  padding: 12px 25px 20px;
  background: #f4f4f4;
  border-radius: 10px;
}
.product__detail__panel h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: solid 1px #333;
  font-size: 18px;
  font-weight: bold;
}
.product__detail__panel h4 sup {
  font-size: 14px;
}
.product__detail__panel ul li {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product__inner > img {
    position: absolute;
    right: 90px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .product__title {
    position: relative;
  }
  .product__title > img {
    position: absolute;
    left: 1.33333vw;
    top: -2.66667vw;
    width: 15.86667vw;
    height: auto;
  }
  .product__target {
    margin-bottom: 6.66667vw;
  }
  .product__target img {
    width: 100%;
    height: auto;
  }
  .product__panels {
    flex-direction: column;
    gap: 6.66667vw;
    margin-bottom: 3.2vw;
  }
  .product__panel {
    flex: 0 0 auto;
    border-radius: 2.66667vw;
  }
  .product__panel__title {
    padding: 3.33333vw 3.33333vw 2.66667vw;
    font-size: 4.26667vw;
  }
  .product__panel__body {
    padding: 4vw;
  }
  .product__panel__pht figcaption {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
    margin-top: 4vw;
    margin-bottom: 2.66667vw;
    font-size: 3.2vw;
  }
  .product__panel__pht figcaption strong {
    font-size: 5.33333vw;
  }
  .product__panel__price {
    margin-bottom: 6.66667vw;
    border-width: 0.53333vw;
  }
  .product__panel__price dt, .product__panel__price dd {
    height: 13.33333vw;
  }
  .product__panel__price dt {
    font-size: 3.2vw;
  }
  .product__panel__price dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3.2vw;
  }
  .product__panel__price dd div {
    white-space: nowrap;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .product__panel__price dd small {
    font-size: 3.2vw;
  }
  .product__panel__price dd strong {
    font-size: 5.33333vw;
  }
  .product__panel__btn {
    margin-bottom: 6.66667vw;
  }
  .product__panel__btn a {
    gap: 2.26667vw;
    background-image: linear-gradient(0deg, #d85a2f 0%, #d85a2f 50%, #e36e19 51%, #e36e19 100%);
    box-shadow: 0px 0.53333vw 0px 0px rgba(51, 51, 51, 0.35);
    width: 74.66667vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 4.53333vw;
  }
  .product__panel__btn a > i {
    flex: 0 0 5.33333vw;
  }
  .product__panel__btn a > i img {
    width: 100%;
    height: auto;
  }
  .product__panel__anchor {
    font-size: 4.26667vw;
  }
  .product__subtitle {
    margin: 6.66667vw 0 2.66667vw;
    font-size: 4.8vw;
  }
  .product__detail {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 2.66667vw;
  }
  .product__detail__panel {
    flex: 0 0 auto;
    padding: 3.2vw 4vw 4vw;
    border-radius: 2.66667vw;
  }
  .product__detail__panel h4 {
    gap: 2.66667vw;
    padding-bottom: 1.86667vw;
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }
  .product__detail__panel h4 i {
    flex: 0 0 10.66667vw;
  }
  .product__detail__panel h4 i img {
    width: 100%;
    height: auto;
  }
  .product__detail__panel h4 sup {
    font-size: 3.2vw;
  }
  .product__detail__panel ul li {
    font-size: 4vw;
  }
}

/* merit
================================================== */
.merit__panels {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}
.merit__panel {
  border-radius: 10px;
  overflow: hidden;
}
.merit__panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.merit__panel__body {
  padding: 30px 40px 40px;
  background: #fff;
}
.merit__panel__lead {
  margin: 0 0 1.5em 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.merit__panel__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.merit__panel__item {
  flex: 1 0 0%;
}
.merit__panel__item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #ffe53a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.merit__panel__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin: 0 0 18px 0;
  text-align: center;
}
.merit__panel__item figure img {
  width: 120px;
  height: auto;
}
.merit__panel__item figure img.cost {
  width: 100%;
}
.merit__panel__item p {
  font-size: 16px;
}
.merit__panel__item p sup {
  display: inline-block;
  top: -.1em;
  font-size: 14px;
}
.merit__panel--reduction .merit__panel__title {
  background: #3c97cb url("/products/bizprinter/campaign/oen2025/images/merit/bg_ttl_b.png") no-repeat;
}
.merit__panel--improve .merit__panel__title {
  background: #e36e19 url("/products/bizprinter/campaign/oen2025/images/merit/bg_ttl_o.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .merit__panels {
    gap: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
  .merit__panel {
    flex: 0 0 auto;
    border-radius: 2.66667vw;
  }
  .merit__panel__title {
    height: 12vw;
    font-size: 4.8vw;
    background-size: cover !important;
    background-position: right -4vw center !important;
  }
  .merit__panel__body {
    padding: 5.33333vw 4vw 6.66667vw;
  }
  .merit__panel__lead {
    font-size: 4.26667vw !important;
    line-height: 1.56;
  }
  .merit__panel__items {
    display: flex;
    flex-direction: column;
    gap: 5.33333vw;
  }
  .merit__panel__item h4 {
    height: 8vw;
    margin-bottom: 4.66667vw;
    border-radius: 4vw;
    font-size: 4vw;
    line-height: 1.33;
  }
  .merit__panel__item figure {
    height: auto;
    margin: 0 0 4vw 0;
  }
  .merit__panel__item figure img {
    width: 26.66667vw !important;
  }
  .merit__panel__item figure img.cost {
    width: 100% !important;
  }
  .merit__panel__item p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .merit__panel__item p sup {
    font-size: 3.2vw !important;
  }
}

/* reason
================================================== */
.reason__title {
  position: relative;
}
.reason__title > img {
  position: absolute;
  left: 130px;
}
.reason__panels {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 50px;
}
.reason__panel {
  flex: 0 0 calc(1 / 3 * 100% - 22.66667px);
  border-radius: 10px;
  background: #f4f4f4;
  overflow: hidden;
}
.reason__panel__title {
  position: relative;
}
.reason__panel__title img {
  display: block;
}
.reason__panel__title h3 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 44px;
  border-radius: 0 0 10px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.reason__panel__title h3 small {
  font-size: 18px;
}
.reason__panel__body {
  padding: 25px;
}
.reason__panel__body p {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.625;
}
.reason__panel__body p strong {
  color: #D3242A;
}
.reason__panel__body ul li {
  background: url("/products/bizprinter/campaign/oen2025/images/reason/icn_check.svg") no-repeat left top 0.3em;
  background-size: 20px 15px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
}
.reason__panel--01 .reason__panel__title h3 {
  background: #068163;
}
.reason__panel--02 .reason__panel__title h3 {
  background: #d3242a;
}
.reason__panel--03 .reason__panel__title h3 {
  background: #236bb5;
}
.reason__panel--04 .reason__panel__title h3 {
  background: #3c97cb;
}
.reason__panel--05 .reason__panel__title h3 {
  background: #e36e19;
}
.reason__panel--06 .reason__panel__title h3 {
  background: #7e57a1;
}
.reason__checklist {
  width: 1060px;
  margin: 0 auto;
  background: #fef9cd;
  border-radius: 10px;
  padding: 40px 50px 50px;
}
.reason__checklist__title {
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1.42;
  font-weight: bold;
  text-align: center;
}
.reason__checklist__body {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
.reason__checklist__body p {
  display: table;
  margin: 0 auto 1em;
  font-size: 18px;
  line-height: 1.55;
}
.reason__checklist__body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  width: max-content;
  margin: 0 auto;
}
.reason__checklist__body ul li {
  background: url(/products/bizprinter/campaign/oen2025/images/reason/icn_check.svg) no-repeat left top 0.3em;
  background-size: 20px 15px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.reason__checklist__body img {
  position: absolute;
  right: 0;
  top: -113px;
}
@media only screen and (max-width: 767px) {
  .reason__title > img {
    left: 1.33333vw;
    top: 0.8vw;
    width: 14.66667vw !important;
    height: auto;
  }
  .reason__panels {
    gap: 5.33333vw 2.66667vw;
    margin-bottom: 6.66667vw;
  }
  .reason__panel {
    flex: 0 0 calc(1 / 2 * 100% - 1.33333vw);
    border-radius: 2.66667vw;
  }
  .reason__panel__title {
    position: static;
  }
  .reason__panel__title h3 {
    position: static;
    width: 100%;
    height: 8vw;
    border-radius: 0;
    font-size: 4vw;
  }
  .reason__panel__title h3 small {
    font-size: 3.2vw;
  }
  .reason__panel__body {
    padding: 4vw;
  }
  .reason__panel__body p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .reason__panel__body ul li {
    background-position: left top .15em;
    background-size: 5.33333vw 3.86667vw;
    padding-left: 7.46667vw;
    font-size: 4vw;
    line-height: 1.46;
  }
  .reason__checklist {
    width: auto;
    padding: 6vw 4vw 4.66667vw;
    border-radius: 2.66667vw;
  }
  .reason__checklist__title {
    margin-bottom: .75em;
    font-size: 4.8vw;
    line-height: 1.33;
  }
  .reason__checklist__body {
    padding: 4.66667vw 4vw;
    border-radius: 2.66667vw;
  }
  .reason__checklist__body p {
    font-size: 4.26667vw !important;
    line-height: 1.56 !important;
  }
  .reason__checklist__body p br {
    display: block !important;
  }
  .reason__checklist__body ul {
    display: flex;
    flex-direction: column;
    gap: 1.33333vw;
    width: auto;
  }
  .reason__checklist__body ul li {
    padding-left: 7.2vw;
    background-size: 5.33333vw 3.86667vw;
    background-position: left top .1em;
    font-size: 4vw !important;
  }
  .reason__checklist__body img {
    width: 20.53333vw;
    height: auto;
    top: auto;
    bottom: -4.66667vw;
  }
}

/* contact
================================================== */
.contact__inner {
  width: 1060px;
}
.contact__title {
  margin-bottom: 1em;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.contact__period {
  margin-bottom: 60px;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.contact__period h4 {
  margin-bottom: .4em;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.contact__period ul {
  width: max-content;
  margin: 0 auto 15px;
}
.contact__period div {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.contact__panels {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.contact__panel {
  flex: 1 0 0%;
  padding: 25px 30px 30px;
  background: #fff;
  border-radius: 10px;
}
.contact__panel__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.contact__panel__title i {
  flex: 0 0 56px;
}
.contact__panel__title span {
  flex: 1 0 auto;
  font-size: 24px;
  font-weight: bold;
}
.contact__panel p {
  font-size: 18px;
  line-height: 1.55;
}
.contact__info {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 40px 40px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.contact__info h4 {
  margin-bottom: .6em;
  font-size: 24px;
  font-weight: bold;
}
.contact__info__tel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.contact__info__tel i {
  flex: 0 0 28px;
  padding-top: 5px;
}
.contact__info__tel span {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.contact__info__tel span small {
  display: block;
  font-size: 24px;
}
.contact__info__tel a {
  color: inherit;
  text-decoration: none;
}
.contact__info h5 {
  margin-bottom: .7em;
  font-size: 18px;
  font-weight: bold;
}
.contact__info ul {
  width: max-content;
  margin: 0 auto;
  text-align: left;
}
.contact__info > img {
  position: absolute;
  right: 18px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact__inner {
    width: auto;
  }
  .contact__title {
    margin-bottom: .5em;
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .contact__period {
    margin-bottom: 9.33333vw;
    padding: 5.33333vw 4vw;
    border-radius: 2.66667vw;
  }
  .contact__period h4 {
    margin-bottom: .4em;
    font-size: 4.8vw;
    line-height: 1.38;
  }
  .contact__period ul {
    width: auto;
    margin: 0 auto 2vw;
    text-align: left;
  }
  .contact__period div {
    font-size: 3.73333vw;
  }
  .contact__panels {
    gap: 2.66667vw;
    margin-bottom: 6.66667vw;
  }
  .contact__panel {
    padding: 4vw;
    border-radius: 2.66667vw;
  }
  .contact__panel__title {
    gap: 2vw;
    margin-bottom: 3.33333vw;
  }
  .contact__panel__title i {
    flex: 0 0 10.66667vw;
  }
  .contact__panel__title i img {
    width: 100% !important;
    height: auto;
  }
  .contact__panel__title span {
    flex: 0 0 auto;
    font-size: 4vw;
    line-height: 1.33;
  }
  .contact__panel p {
    font-size: 4vw !important;
    line-height: 1.46;
  }
  .contact__info {
    width: auto;
    padding: 5.33333vw 4vw;
    border-radius: 2.66667vw;
  }
  .contact__info h4 {
    margin-bottom: .5em;
    font-size: 4vw;
    line-height: 1.46;
  }
  .contact__info__tel {
    gap: 1.33333vw;
    margin-bottom: 2.66667vw;
  }
  .contact__info__tel i {
    flex: 0 0 5.33333vw;
    padding-top: 0.66667vw;
  }
  .contact__info__tel i img {
    width: 100 !important;
    height: auto;
  }
  .contact__info__tel span {
    font-size: 6.66667vw;
  }
  .contact__info__tel span small {
    font-size: 4vw;
  }
  .contact__info h5 {
    margin-bottom: 1.5em;
    font-size: 4vw;
  }
  .contact__info ul {
    width: auto;
    margin: auto;
    text-align: left;
  }
  .contact__info > img {
    width: 15.46667vw !important;
    height: auto;
    right: 4vw;
  }
}

/* service
================================================== */
.service__inner {
  padding-bottom: 30px;
  width: 1060px;
}
.service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.service__title em {
  font-size: 24px;
  font-style: normal;
  color: #d3242a;
}
.service__title span {
  font-size: 34px;
}
.service__panel {
  position: relative;
  background: #f6f6ee;
  border-radius: 20px;
  border: solid 1px #333;
  padding: 24px 80px 54px 69px;
}
.service__panel__body {
  position: absolute;
  left: 370px;
  top: 186px;
  width: 610px;
}
.service__panel__body p {
  margin-bottom: 1.2em;
  font-size: 18px;
  line-height: 1.55;
}
.service__panel__body div {
  text-align: center;
}
.service__panel__body div a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border-radius: 25px;
  background: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.service__panel__body div a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .service__inner {
    padding-bottom: 0;
    width: auto;
  }
  .service__title {
    margin-bottom: 4vw;
  }
  .service__title em {
    font-size: 4.26667vw;
  }
  .service__title span {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
  .service__panel {
    padding: 5.33333vw 3.73333vw 9.33333vw;
    border-radius: 5.33333vw;
    border-width: 0.26667vw;
  }
  .service__panel img {
    width: 100% !important;
    height: auto;
  }
  .service__panel__body {
    position: static;
    width: auto;
    margin-top: 5.33333vw;
  }
  .service__panel__body p {
    font-size: 4.26667vw !important;
    line-height: 1.68;
  }
  .service__panel__body div a {
    width: 74.66667vw;
    height: 13.33333vw;
    border-radius: 6.66667vw;
    font-size: 4.53333vw;
  }
  .service__panel__body div a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: solid 0.8vw #fff;
    border-right: solid 0.8vw #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* tmpl
================================================== */
/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

#contents .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #ffcc02 60%, #ffcc02 85%, transparent 85%);
}
