@charset "utf-8";

/*=== 概要 ===*/
.intro {
  padding: 30px 40px;
  background-color: #f2f2f2;
}
.intro-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.intro-item {
  width: calc((100% - (20px * 2)) / 3);
  padding: 12px 20px 15px;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.intro-head {
  padding-bottom:8px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: #ccc 1px solid;
}
.pattern-entm .intro-head {
  color: #007f25;
  border-color: #007f25;
}
.pattern-safety .intro-head {
  color: #db3700;
  border-color: #db3700;
}
.pattern-trouble .intro-head {
  color: #1c3583;
  border-color: #1c3583;
}
.intro-head span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.intro-head span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pattern-entm .intro-head span::before {
  background-image: url(../images/intro_ic_001.png);
}
.pattern-safety .intro-head span::before {
  background-image: url(../images/intro_ic_002.png);
}
.pattern-trouble .intro-head span::before {
  background-image: url(../images/intro_ic_003.png);
}
.intro-txt {
  margin-top: 10px;
  font-size: 18px;
}


/*=== 重要なお知らせ ===*/
.important {
  max-width: 750px;
  margin: 10px auto 0;
  line-height: 1.5;
  text-align: center;
}
.important-inner {
  padding: 15px 20px;
  border: 1px solid #cc0000;
  background-color: #ffeef0;
}
.important-ttl {
  color: #cc0000;
  font-weight: bold;
  font-size: 22px;
}
.important-lead {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
}
.important-note {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 18px;
  text-indent: -1em;
}
a.important-link {
  text-decoration: underline;
}
a.important-link:hover {
  text-decoration: none;
}


/*=== サービス概要 ===*/
.service-item {
  margin-top: 20px;
  padding: 20px 15px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  border-radius: 10px;
}
.service-thumb {
  text-align: center;
}
.service-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
.service-transition {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
a.service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-top: 25px;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #cc0000;
  border-radius: 50px;
}
a.service-btn:visited {
  color: #fff;
}
a.service-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.service-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
a.service-link {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-right: 10px;
  color: #000;
}
a.service-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 10px;
  height: 15px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
a.service-link:visited {
  color: #000;
}
a.service-link:hover {
  text-decoration: underline;
}
.service-txt {
  margin-top: 20px;
  font-size: 18px;
}


@media print, screen and (max-width: 767px) {
  /*=== 概要 ===*/
  .intro {
    padding: 20px 15px;
  }
  .intro-list {
    display: block;
  }
  .intro-item {
    width: 100%;
    padding: 10px 15px 15px;
  }
  .intro-item:not(:first-child) {
    margin-top: 20px;
  }
  .intro-head {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .intro-head span::before {
    top: 1px;
  }
  .intro-txt {
    font-size: 16px;
  }
  /*=== 重要なお知らせ ===*/
  .important-inner {
    padding: 15px;
  }
  .important-ttl {
    font-size: 20px;
  }
  .important-lead {
    font-size: 18px;
    text-align: left;
  }
  .important-note {
    font-size: 16px;
    text-align: left;
  }
  /*=== サービス概要 ===*/
  .service-item {
    max-width: 550px;
    margin: 20px auto 0;
    font-size: 18px;
  }
  .service-name {
    margin-top: 5px;
    font-size: 18px;
  }
  a.service-btn {
    margin-top: 20px;
    min-height: 42px;
    padding: 5px 35px;
    font-size: 16px;
  }
  a.service-btn::after {
    right: 15px;
  }
  a.service-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 12px;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
  }
  a.service-link {
    margin-top: 10px;
    font-size: 16px;
  }
  a.service-link::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: -10px;
    width: 10px;
    height: 15px;
    background-color: #666;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .service-txt {
    margin-top: 15px;
  }
}