/*------------------------------------------------------------------------------

  Common

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  section {
    min-width: 1100px;
  }
}
.footer .pagetop {
  top: auto;
}

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 870px;
    padding: 0 20px;
  }
  .breadcrumb {
    margin-left: 0;
  }
  .header_menu .header_nav-upItem {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .mod_icontel::before {
    width: 24px;
    height: 24px;
  }
  .footer_lower .container {
    max-width: 1100px;
  }
  
  .font-size24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font-size28 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .font-size29 {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .font-size32 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .font-size36 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  
  .font-sp-size20 {
    font-size: 20px;
    font-size: 2rem;
  }
  .font-sp-size22 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font-sp-size24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .footer .pagetop {
    z-index: 3;
  }
}
p {
  font-size: 16px;
  font-size: 1.6rem;
}

.index-icon-contact,
.index-icon-dl {
  position: relative;
}
.index-icon-contact::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  mask-image: url(/business/material/kfpiezo/touch-panel/common/img/icon_contact.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  top: -2px;
  left: -35px;
}
.index-icon-dl::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  mask-image: url(/business/material/kfpiezo/touch-panel/common/img/icon_dl.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  top: -5px;
  left: -36px;
}

/*------------------------------------------------------------------------------

  animation

------------------------------------------------------------------------------*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/*------------------------------------------------------------------------------

  top-mainvisual

------------------------------------------------------------------------------*/
.top-mainvisual {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .top-mainvisual_img img {
    min-width: 1100px;
    width: 100%;
    min-height: 550px;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .top-mainvisual_img img {
    width: 100%;
    min-height: 400px;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}

.top-mainvisual .top-mainvisual_txt {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 20%;
  text-align: center;
}
.top-mainvisual .top-mainvisual_txt h1 {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fff;
}

.top-mainvisual .top-mainvisual_txt span {
  background: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #00787e;
  padding: 15px;
  line-height: 120px;
}
@media only screen and (max-width: 767px) {
  .top-mainvisual .top-mainvisual_txt span {
    display: block;
    width: 255px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    padding: 8px 0;
  }
  .top-mainvisual .top-mainvisual_txt h1 {
    width: 85%;
    margin: 30px auto 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top-mainvisual {
    min-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .top-mainvisual {
	  background-color: #E6F2F3;
  }
}


/*------------------------------------------------------------------------------

  Touch Panel index

------------------------------------------------------------------------------*/

.txt-green {
  color: #00787e;
}

.txt_bg-w {
  background: #fff;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border: solid 1px #000;
  color: #00787e;
}
.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.underline {
  position: relative;
}
.underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  mask-image: url(/business/material/kfpiezo/touch-panel/common/img/parts_wave.png);
  mask-position: bottom;
  mask-repeat: repeat-x;
  mask-size: contain;
  background-color: #000;
  bottom: -2px;
}
.underline-w {
  position: relative;
}
.underline-w::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  mask-image: url(/business/material/kfpiezo/touch-panel/common/img/parts_wave.png);
  mask-position: bottom;
  mask-repeat: repeat-x;
  mask-size: contain;
  background-color: #fff;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .underline-w::before {
    bottom: -4px;
  }
}


.index-kfpiezo_txt h2 {
  text-align: center;
  font-size: 2.4rem;
  font-size: 24px;
  color: #fff;
}

.index-kfpiezo_h2 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
  line-height: 2;
}
.index-kfpiezo_h2 h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.index-kfpiezo_h2 h2 span {
  font-size: 28px;
  font-size: 2.8rem;
}
.index-kfpiezo_txt h2 .size_big {
  font-size: 32px;
  font-size: 3.2rem;
}

.txt_wavy-w {
  background:url(波線画像のURL) bottom repeat-x;
  background-size: 20px;
}
.txt_wavy-b {
  background:url(波線画像のURL) bottom repeat-x;
  background-size: 20px;
}

.index-kfpiezo_txt-bg {
  position: relative;
  background-color: #00787e;
  padding: 30px 40px;
}

.index-kfpiezo_txt-bg::after {
  content:"";
  position: absolute;
  width: 30px;
  height: 30px;
  background:#00787e;
  right: 50%;
  left: 49.1%;
  bottom: -15px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .index-kfpiezo_txt-bg::after {
    width: 20px;
    height: 20px;
    left: 47%;
    bottom: -10px;
  }
}


.index-kfpiezo_txt-bg2 {
  position: relative;
  background-color: #FF9300;
  padding: 21px 40px;
}

.index-kfpiezo_txt-bg2::after {
  content:"";
  position: absolute;
  width: 30px;
  height: 30px;
  background:#FF9300;
  right: 50%;
  left: 49.1%;
  bottom: -15px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .index-kfpiezo_txt-bg2::after {
    width: 20px;
    height: 20px;
    left: 47%;
    bottom: -10px;
  }
}


.index-kfpiezo_tl {
	text-align: center;
	background-color: #00787e;
}
@media print, screen and (min-width: 768px) {
  .index-kfpiezo_tl {
    padding: 21px 40px;
  }
  section:has(.index-kfpiezo-button .index-kfpiezo-button_normal) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .index-kfpiezo-button_tel {
    margin-top: 40px; 
  }
  .index-kfpiezo-button_normal {
    margin-top: 53px; 
  }
  .index-kfpiezo-button .index-kfpiezo-button_normal a {
    margin-top: 0;
  }
}
.index-kfpiezo-button {
  display: flex;
  justify-content: center;
  padding-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .top-point + section:has(.index-kfpiezo-button .index-kfpiezo-button_normal) {
    margin-top: 40px;
  }
  section:has(.index-kfpiezo-button .index-kfpiezo-button_normal) {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  section .index-kfpiezo-button:has(.index-kfpiezo-button_normal) {
    margin: 0 auto;
  }

  .index-kfpiezo-button {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .index-kfpiezo-button {
    padding: 0 20px;
  }
  
  .index-kfpiezo-button > div {
    display: flex;
  }
  .index-kfpiezo-button > div p {
    width: 50%;
  }

  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 60px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) a {
    padding-top: 10px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_document > span,
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_contact > span {
    display: inline-block;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_contact {
    text-align: center;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_contact a {
    height: 86px;
    padding: 40px 10px 20px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_document {
    margin-left: 15px;
    text-align: center;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_document a {
    height: 86px;
    padding: 40px 10px 20px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_normal {
    clear: both;
    padding-top: 25px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_normal a {
    height: 49px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-icon-dl::before {
    top: -15px;
    left: 28%;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-icon-contact::before {
    top: -13px;
    left: 37%;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_document a::after,
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_contact a::after {
    top: calc(50% - -25px);
  }

  .index-kfpiezo-button span.index-icon-dl,
  .index-kfpiezo-button span.index-icon-contact {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index-kfpiezo-button span {
    padding-top: 20px;
  }
  .index-kfpiezo-button a {
    height: 60px;
    margin: 0 auto;
  }
  .index-kfpiezo-button a {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 10px 10px 10px 40px;
  }
  .top-button .index-kfpiezo-button p:nth-child(n + 2) {
    margin-top: 25px;
  }
  .index-kfpiezo_txt h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .index-kfpiezo_h2 h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .index-kfpiezo_h2 h2 span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 5px;
  }
  .index-kfpiezo_h2 h2 span.underline {
    padding: 0;
  }
  .index-kfpiezo_h2 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
  .top-issue .index-kfpiezo_h2 {
    margin-top: 30px;
  }
  .top-issue_txtbox_list {
    padding-bottom: 10px;
  }
  .top-button .index-kfpiezo-button .index-icon-contact::before {
    top: 40%;
  }
  .top-button .index-kfpiezo-button .index-icon-dl::before {
    top: 34%;
  }
}
@media only screen and (max-width: 340px) {
  .top-mainvisual_img img {
    width: auto;
    height: 100vh;
  }
  .top-button .index-kfpiezo-button {
    padding: 20px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) {
    min-width: 250px;
    padding: 40px 10px 0;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_contact,
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) .index-kfpiezo-button_document {
    min-width: 120px;
  }
  .index-kfpiezo-button a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index-kfpiezo-button span.index-icon-dl,
  .index-kfpiezo-button span.index-icon-contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-issue_txtbox {
    min-width: 250px;
  }
}

.index-kfpiezo-button .button-blank::after {
  background: url(/common/img/icon_blank_w.svg) center center / contain no-repeat;
  width: 10px;
  height: 10px;
  top: calc(50%);
}


.index-kfpiezo_button p {
  text-align: center;
}
.top-button .index-kfpiezo-button {
  padding: 40px 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .index-kfpiezo-button p > span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .top-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
  }
  .top-button .index-kfpiezo-button {
    height: 165px;
  }
  .top-button .index-kfpiezo-button a span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .index-kfpiezo-button p > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-button .index-kfpiezo-button a span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}


.index-kfpiezo-button span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 38px;
}

.index-kfpiezo-button p {
  text-align: center;
}
.top-button_txt {
  max-width: 890px;
  margin: 80px auto 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-button_txt {
    margin: 50px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-button .index-kfpiezo-button a span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .index-kfpiezo-button {
    max-width: 890px;
    height: 105px;
    margin: 0 auto;
  }
  .index-kfpiezo-button p {
    max-width: 400px;
    width: 100%;
  }
  .top-button .index-kfpiezo-button .index-icon-contact::before {
    top: 0;
  }
  .top-button .index-kfpiezo-button .index-icon-dl::before {
    top: -2px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) {
    max-width: 870px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) div {
    display: flex;
    width: 100%;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) p {
    max-width: 270px;
    height: 52px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) p.index-kfpiezo-button_normal {
    max-width: 290px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) p:nth-child(n + 2) {
    margin-left: 20px;
  }
  .index-kfpiezo-button a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 17px 10px 17px 37px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    margin-top: 15px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px 20px 7px 40px;
  }
  .index-kfpiezo-button .index-kfpiezo-button_normal a {
    padding: 16px 40px 15px 40px;
  }
  .index-kfpiezo-button p:nth-child(n + 2) {
    margin-left: 70px;
  }
  .index-kfpiezo-button p:nth-child(3) {
    margin-top: 38px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) a .index-icon-dl::before {
    width: 28px;
    height: 28px;
    top: -3px;
    left: -28px;
  }
  .index-kfpiezo-button:has(.index-kfpiezo-button_normal) a .index-icon-contact::before {
    width: 28px;
    height: 28px;
    top: -1px;
    left: -26px;
  }
}

.index-kfpiezo-button a {
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 1.3;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.index-kfpiezo-button a::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/common/img/icon_arrow_w.svg) center center / contain no-repeat;
  width: 18px;
  height: 5px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.index-kfpiezo-button_contact a {
  background-color: #FF9300;
}
.index-kfpiezo-button_contact a:hover {
  background-color: #D87C00;
}
.index-kfpiezo-button_document a {
  background-color: #E23F21;
}
.index-kfpiezo-button_document a:hover {
  background-color: #B9341B;
}
.index-kfpiezo-button_normal a {
  background-color: #5cb531;
}
.index-kfpiezo-button_normal a:hover {
  background-color: #439836;
}


/*------------------------------------------------------------------------------

  top-issue

------------------------------------------------------------------------------*/
.top-issue {
  position: relative;
  background-color: #eaf2f4;
  padding-bottom: 80px;
}

.top-issue .container {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .top-issue .container {
    width: 100%;
    max-width: 1600px;
  }
}
.top-issue_txtbox {
  max-width: 870px;
  margin: 0 auto;
}
.top-issue_txtbox_inner {
  position: relative;
  padding: 50px 70px;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}

.top-issue_txtbox_inner:nth-child(2) {
  padding-top: 0!important;
}

.top-issue_txtbox_inner .top-issue_txtbox_list {
  position: relative;
  max-width: 730px;
  margin: 0 auto;
  z-index: 3;
}
.top-issue_txtbox_inner .top-issue_txtbox_list li {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

/* .container .top-issue_txtbox .top-issue_txtbox_inner.top-issue_txtbox_bg::after {
  content: "";
  position: absolute;
  background: url(/business/material/kfpiezo/touch-panel/common/img/img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 245px;
  height: 255px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .container .top-issue_txtbox .top-issue_txtbox_inner.top-issue_txtbox_bg::after {
    width: 300px;
    height: 312px;
  }
} */

.top-issue_txtbox_inner h3 {
  font-size: 21px;
  font-size: 2.1rem;
  padding: 10px 0;
  text-align: center;
  background-color: #eeeeee;
}

.top-issue_txtbox_inner h3:has(.dots) {
  padding: 5px 0 10px;
}
.top-issue_txtbox_list li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 15px 30px 55px;
  line-height: 2;
}
.top-issue_txtbox_list li:last-child {
  padding-bottom: 0;
}

.top-issue_txtbox_list li:nth-child(2) {
  border-top: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .top-issue_txtbox_list li::before {
    top: 37px;
    left: 10px;
  }
}

.top-issue_txtbox_list li::before {
  content: '';
  position: absolute;
  display: block;
  background: url(/business/material/kfpiezo/touch-panel/common/img/icon_check.svg) center center / contain no-repeat;
  width: 25px;
  height: 25px;
}

@media print, screen and (max-width: 767px) {
  .top-issue_txtbox {
    max-width: 530px;
    min-width: 355px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-issue_txtbox .top-issue_txtbox_inner.top-issue_txtbox_bg {
    padding: 20px 20px 40px 20px;
  }
  .top-issue_txtbox_inner {
    padding: 20px;
  }
  .top-issue_txtbox_inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-issue_txtbox_inner h3:has(.dots) {
    padding: 10px 0 10px;
  }
  .top-issue_txtbox_list li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 5px 30px 40px;
  }
  .top-issue_txtbox_list li::before {
    left: 5px;
  }
}

/*------------------------------------------------------------------------------

  top-originally

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .top-originally {
    background: url(/business/material/kfpiezo/touch-panel/common/img/top-originally_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media print, screen and (max-width: 767px) {
  .top-originally {
    background: url(/business/material/kfpiezo/touch-panel/common/img/top-originally_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.top-originally_inner {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.top-originally_inner p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
  padding-bottom: 80px;
}

.top-originally_inner h2 {
  font-size: 30px;
  font-size: 3rem;
  padding: 120px 0 40px;
}

.top-originally_comment {
  position: relative;
}

.top-originally_comment::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/business/material/kfpiezo/touch-panel/common/img/img_comment.png);
  top: 70px;
  width: 148px;
  background-size: contain;
  left: 5%;
  height: 100%;
}

@media print, screen and (max-width: 767px) {
  .top-originally_inner {
    padding-bottom: 65px;
  }
  .top-originally_inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 90px 0 20px;
  }
  .top-originally_inner h2 span {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top-originally_comment::before {
    top: 43px;
    right: 55%;
    left: 6%;
    width: 115px;
  }
  .top-originally_inner p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding: 20px;
    line-height: 1.9;
  }
}

/*------------------------------------------------------------------------------

  top-solution

------------------------------------------------------------------------------*/

.top-solution {
  background: #fdf5e0;
  padding-bottom: 80px;
}
.top-solution .container {
  max-width: 910px;
}

.top-solution_inner {
  text-align: center;
}

.top-solution_inner h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.top-solution_inner {
  margin-top: 60px;
  margin-bottom: 80px;
}
.top-solution_inner:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}

.top-solution_inner_txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
}

.top-solution_img img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.top-solution_txt_lower {
  margin-top: 20px;
}

.top-solution_txt_lower p {
  font-size: 26px;
  font-size: 2.6rem;
}
.top-solution_txt_lower p span {
  font-size: 30px;
  font-size: 3rem;
}

.top-solution_txt_lower p:first-child {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
}

.top-solution_txt_lower p:first-child::after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #222;
  width: 80px;
  height: 1px;
  top: 18px;
  right: 25%;
}
.top-solution_txt_lower p + p {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 10px;
}

@media print, screen and (max-width: 767px) {
  .top-solution {
    padding-bottom: 60px;
  }
  .index-kfpiezo_txt-bg2 {
    padding: 30px 25px;
  }
  .top-solution_inner {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-solution_inner_txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
  }
  .top-solution_inner h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .top-solution_txt_lower {
    max-width: 320px;
    margin: 30px auto 0;
  }
  .top-solution_txt_lower p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    padding-left: 20px;
  }
  .top-solution_txt_lower p:first-child::after {
    top: 13px;
    right: 8%;
  }
  .top-solution_txt_lower p + p {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .top-solution_txt_lower p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*------------------------------------------------------------------------------

  top-point

------------------------------------------------------------------------------*/

.top-point {
  background-color: #eaf2f4;
  padding-bottom: 80px;
}
.top-point .container {
  max-width: 910px;
}

.top-point_inner {
  padding: 25px 50px 60px;
  background-color: #fff;
}
.top-point_inner .top-point_inner_box {
  display: flex;
  justify-content: center;
}
.top-point_inner .top-point_inner_box > .col {
  width: 50%;
}

.top-point_wrap {
  margin-top: 90px;
}

.top-point_wrap > div:nth-child(n + 2) {
  margin-top: 60px;
}

.top-point_wrap > div:last-child {
  margin-bottom: 60px;
}

.top-point-num {
 position: relative;
 width: 100px;
 height: 50px;
 color: #fff;
 top: -70px;
 left: 5%;
}

.top-point-num::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 110px;
  background-color: #00787e;
  transform: rotate(130deg) skew(40deg,0deg);
  top: -10px;
  left: 13px;
  z-index: 1;
}
.top-point-num::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 110px;
  background-color: #5cb531;
  transform: rotate(130deg) skew(40deg,0deg);
  top: -10px;
  left: 23px;
  z-index: 0;
}
.top-point-num p {
  position: relative;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  top: 10px;
  left: -4px;
  z-index: 2;
}
.top-point-num p span {
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  padding-top: 5px;
  margin-left: 5px;
}

.top-point_txt h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.top-point_img {
  margin-left: 40px;
}
.reverse .top-point-num {
  left: 83%;
}
.reverse .top-point_img {
  margin-left: 0;
}
.reverse .top-point_txt {
  margin-left: 20px;
}
.top-point_txt p {
  line-height: 1.8;
}

.top-point_img img {
  max-width: 365px;
  width: 100%;
  height: auto;
}
.top-point_img p {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .top-point {
    padding-bottom: 60px;
  }
  .top-point_inner {
    padding: 25px 10px 45px;
  }
  .top-point-num,
  .reverse .top-point-num {
    left: 0;
  }
  .top-point-num::before {
    width: 70px;
    height: 134px;
    top: -22px;
    left: -2px;
  }
  .top-point-num p {
    font-size: 16px;
    font-size: 1.6rem;
    top: 15px;
  }
  .top-point-num p span {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .top-point_inner .top-point_inner_box {
    display: block;
    padding: 0 10px;
  }
  .top-point_inner .top-point_inner_box > .col {
    width: 100%;
  }
  .top-point_img,
  .top-point_txt,
  .reverse .top-point_txt {
    margin-left: 0;
  }
  .top-point_wrap > div:last-child {
    margin-bottom: 0;
  }
  .top-point_txt h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}


/*------------------------------------------------------------------------------

  top-story

------------------------------------------------------------------------------*/

.top-story {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 60px;
}
.top-story .container {
  max-width: 910px;
}

.top-story_inner {
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #e6f2f3;
}
.top-story_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
  transform: rotate(90deg);
}

.top-story_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
  transform: rotate(-90deg);
}

.top-story-title {
  position: absolute;
  border-radius: 6px;
  background-color: #00787e;
  color: #fff;
  text-align: center;
  top: -60px;
  left: 20%;
  right: 20%;
  padding: 20px;
}

.top-story-title::after {
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
  background:#00787e;
  right: 50%;
  left: 48%;
  bottom: -10px;
  transform: rotate(45deg);
}

.top-story-title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

.top-story-h4 {
  margin-bottom: 40px;
}

.top-story-h4 h4 {
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  width: 100%;
  max-width: 500px;
  min-width: 335px;
  margin: 0 auto;
}

.top-story-h4 h4::before {
  content: '';
  position: absolute;
  display: block;
  background: url(/common/img/icon_h2.svg) center center / contain no-repeat;
  top: 8%;
  left: -35px;
  padding: 15px;
}

.top-story_wrap {
  max-width: 770px;
  margin: 50px auto 40px;
}
.top-story_wrap img {
  max-width: 570px;
  width: 100%;
}
.top-story_wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
  line-height: 2.2;
}
.top-story_wrap p + p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top-story .mod-button p {
    max-width: 290px;
  }
}

.top-txt_bottom {
  margin-bottom: 10px;
}
.top-txt_bottom h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .top-story {
    margin-top: 50px;
    padding-top: 50px;
  }
  .top-story_inner {
    padding-top: 0;
  }
  .top-story-title {
    position: relative;
    width: 90%;
    top: -40px;
    left: 0;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .top-story-title h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-story_wrap {
    margin: 0 auto;
    padding: 0 20px;
  }

  .top-story-h4 {
    margin-bottom: 30px;
  }
  .top-story-h4 h4 {
    max-width: 270px;
    min-width: 290px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top-story-h4 h4::before {
    top: 5%;
    left: 0;
  }
  .top-story_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
  }
  .top-story_wrap p + p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
  }
  .top-story .top-story_inner .mod-button p {
    max-width: 290px;
  }
  .top-txt_bottom h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-story-title::after {
    left: 47%;
  }
}

/*------------------------------------------------------------------------------

  top-contact

------------------------------------------------------------------------------*/

.top-contact {
  margin-bottom: 120px;
}

.top-contact .mod-contact-information-headline > span {
  max-width: 360px;
}
.top-contact .mod-contact-information-headline ul li {
  font-size: 24px;
  font-size: 2.4rem;
}
.top-contact .mod-contact-information-headline ul li span {
  font-size: 32px;
}
.top-contact .mod-contact-information-tel::before {
  width: 30px;
  height: 32px;
}
.top-contact .mod-contact-block-title p {
  font-size: 23px;
  font-size: 2.3rem;
}
@media print, screen and (max-width: 767px) {
  .top-contact a img {
    width: 100%;
    padding: 10px;
    image-rendering: -webkit-optimize-contrast;
  }
}

/*------------------------------------------------------------------------------

  technology-overview

------------------------------------------------------------------------------*/

.under_main .mod-h1 h1 {
  font-size: 40px;
  font-size: 4rem;
}
.overview-top_bottom_txt {
  font-size: 18px;
  font-size: 1.8rem;
}
.overview-top_txt {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.overview-anchor ul {
  display: block;
  margin-top: 25px;
}
.overview-anchor_txt p {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #00787e;
  padding-top: 10px;
  padding-bottom: 15px;
}
.overview-anchor ul li ul {
  margin-top: 15px;
  padding-left: 20px;
}
.overview-anchor ul li ul li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
  padding-left: 20px;
}
.overview-anchor ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 7px;
  top: 6px;
  border-radius: 50%;
  background: #00787e;
}
.overview-anchor ul li ul li a::before {
  content: none;
}
.overview-anchor ul li ul li a {
  padding: 0;
  font-weight: normal;
}

.index-kfpiezo-button_tel a {
  background-color: #e0e8ec;
  color: #222;
}
.index-kfpiezo-button_tel a:hover {
  background-color: #bbb;
}
.index-kfpiezo-button .index-kfpiezo-button_tel a::after {
  background: url(/common/img/icon_anchor.svg) center center / contain no-repeat;
  width: 13px;
  height: 13px;
}
.under_main section {
  min-width: 100%;
}
.under_container .top-contact {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .overview .mod-anchor {
    padding: 35px 50px 35px; 
  }
  .overview .mod-anchor li {
    margin: 0 0 20px 30px;
  }
  .overview .container {
    max-width: 910px;
  }
  .overview .mod_container section:has(.index-kfpiezo-button_tel) {
    display: inline-block;
    height: 105px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .overview .mod_container section:has(.index-kfpiezo-button_tel) + .mod-h2 {
    margin-top: 0;
  }
  .overview .container:first-child .mod-h1 + .mod-image-variation-default figure img {
    max-width: 870px;
  }  
  .overview .container:nth-child(n + 1) .mod-image-variation-default figure img {
    max-width: 800px;
  }
  .overview .under_main * + .mod-text-default {
    margin-top: 15px;
  }
  .overview .under_main .index-kfpiezo-button:has(.index-kfpiezo-button_normal),
  .overview .under_main .index-kfpiezo-button:has(.index-kfpiezo-button_normal) p {
    max-width: 280px;
  }
  .overview .under_main .index-kfpiezo-button:has(.index-kfpiezo-button_tel) {
    max-width: 870px;
  }
  .overview .under_main .index-kfpiezo-button:has(.index-kfpiezo-button_normal) p.index-kfpiezo-button_tel {
    max-width: 270px;
  }
}
@media print, screen and (max-width: 767px) {
  .overview .under_container {
    margin-top: 25px;
  }
  .overview .under_main .mod-h1 h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .overview .under_main:first-child .mod-image-variation-default {
    margin-top: 23px;
  }
  .overview-top_txt {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .overview-top_bottom_txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.9;
  }
  .overview .under_main:first-child .mod_container {
    margin-top: 30px;
  }
  .overview .under_main .mod-h2 + .mod-text-default {
    margin-top: 20px;
  }
  .overview .under_main * + .mod-text-default {
    margin-top: 10px;
  }
  .overview .under_main * + .mod-h4 {
    margin-top: 20px;
  }
}

/*
  モーダル用CSS
------------------------------------------------------------------------------*/
.top-point_modal {
  max-width: 365px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .modal_wrap iframe {
    width: 780px;
    height: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .modal_wrap iframe {
    width: 100%;
    height: auto;
  }
}

#colorbox {
  outline: none;
}

#cboxContent {
  max-width: 780px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  margin: 16px;
}

@media only screen and (max-width: 767px) {
  #cboxContent {
    max-width: auto;
    max-height: auto;
  }
}

#cboxClose {
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: 200%;
  background: #5cb531 url("/common/img/modal_close.png") center/16px 16px no-repeat;
  border-radius: 50%;
  overflow: hidden;
  top: -16px;
  right: -16px;
  outline: none;
  -webkit-animation: fadeIn .3s ease 0s 1 normal;
  animation: fadeIn .3s ease 0s 1 normal;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

#cboxClose:hover {
  background-color: #439836;
}



@media print, screen and (min-width: 768px) {
  .modal .image {
    max-width: 780px;
    border-radius: 10px;
    overflow: hidden;
  }
}

.modal .image img {
  width: 100%;
}
.modal_inner {
  max-width: 780px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .modal.active .modal_btn::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

.modal_btn {
  position: relative;
}

.modal_btn {
  display: inline-block;
  width: 100%;
}

.modal_btn a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .modal_btn a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .modal_btn a {
    transition: 0.1s linear;
  }
}

.top-point_img .modal {
  display: none;
}
