@charset "UTF-8";

/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

/* ---------------------------------------------------------
service
----------------------------------------------------------*/
#service {
}

#service ul.colBox {
  padding: 5% 0;
}

#service ul.colBox li {
  flex-basis: 30%;
}

#service .category {
  text-align: center;
}

@media screen and (max-width: 480px) {

#service .category {
  text-align: justify;
}
}

#service .category h3.sttl {
  text-align: center;
  color: #4e894b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 500;
  padding: 2% 0 4% 0;
}

#service .category h3.sttl span {
  font-family: "roboto", sans-serif;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
}

#service .category .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
}

#service .category .jio {
  border-top: 1px solid #cadbc9;
  border-bottom: 1px solid #cadbc9;
  text-align: justify;
  margin: 0 0 7.5% 0;
}

#service .category .jio .left {
  float: left;
  width: 160px;
  padding: 2.5%;
}

#service .category .jio .right {
  float: right;
  width: calc(100% - 160px);
  padding: 2.5%;
}

@media screen and (max-width: 480px) {

#service .category .jio .left,
#service .category .jio .right {
  float: none;
  width: 100%;
  padding: 0 0 5% 0;
}

#service .category .jio .left {
  padding: 5% 25%;
}
}

#service .category .jio .right .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}

#service .category .jio ul.link {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

#service .category .jio ul.link li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 480px) {

#service .category .jio ul.link li {
  display: block;
  padding: 10px 0;
}
}

#service .category .jio ul.link li a {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0 15px 0 0;
  font-weight: 500;
}

#service .category .jio ul.link li::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  padding: 0;
  background: url(../imgs/ico-blank.svg) center center no-repeat;
  background-size: contain;
}

#service .category ol {
  counter-reset: my-counter;
  list-style: none;
  border-top: 1px solid #cadbc9;
  border-bottom: 1px solid #cadbc9;
  text-align: justify;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  margin: 3% 0;
  padding: 3%;
}

#service .category ol li {
  display: block;
}

#service .category ol li p {
  display: inline-block;
  vertical-align: top;
  color: #4e894b;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  width: calc(100% - 1em);
}

#service .category ol li::before {
  display: inline-block;
  vertical-align: top;
  color: #4e894b;
  font-size: 12px;
  line-height: 20px;
  width: 1em;
}

#service .category ol:nth-of-type(1) li:nth-of-type(1)::before {
  content: "①";
}

#service .category ol:nth-of-type(1) li:nth-of-type(2)::before {
  content: "②";
}

#service .category ol:nth-of-type(2) li::before {
  content: "●";
}

@media screen and (max-width: 480px) {

#service .category .text br {
  display: none;
}

#service .category .text br.sp {
  display: block;
}
}
