@charset "UTF-8";
#container {
  padding: 30px 0;
}
#container ul#service {
  overflow: hidden;
  padding: 0 10px;
}
#container ul#service li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
#container ul#service li a {
  display: block;
  background: #F8F8F8;
  color: #121212;
  position: relative;
  font-size: 3vw;
  padding: 4% 3% 4% 10%;
}
#container ul#service li a::before,
#container ul#service li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#container ul#service li a::before {
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FF9600;
  border-right: 1px solid #FF9600;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#container ul#service li:nth-child(even) {
  margin-right: 0;
}
#container section {
  padding: 40px 0;
}
#container section > div {
  padding: 0 30px;
}
#container section > div h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 4vw;
}
#container section > div h3 span {
  color: #FF9600;
  display: block;
  font-family: 'Prata', serif;
  font-weight: normal;
  font-size: 5vw;
  margin-bottom: 15px;
}
#container section > div p {
  line-height: 1.9;
}
#container section figure {
  margin-bottom: 20px;
}
#container section figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#container section:nth-child(even) {
  background: #F8F8F8;
}

/****************************************************************************************

Media Query for PC

*************************************************************************************** */
@media print, screen and (min-width: 750px) {
  #container {
    padding-bottom: 100px;
  }
  #container ul#service {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
  }
  #container ul#service li {
    max-width: 220px;
    width: 19.2%;
    margin: 0 0.87% 10px 0;
  }
  #container ul#service li a {
    font-size: 14px;
    white-space: nowrap;
    padding-left: 35px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  #container ul#service li a::before {
    left: 15px;
  }
  #container ul#service li a:hover {
    opacity: 0.7;
  }
  #container ul#service li:nth-child(even) {
    margin-right: 0.877%;
  }
  #container ul#service li:nth-child(5n) {
    margin-right: 0;
  }
  #container section {
    padding: 80px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  #container section div {
    width: 47.7%;
    max-width: 730px;
    padding: 0 4%;
  }
  #container section div h3 {
    font-size: 25px;
    margin-bottom: 45px;
  }
  #container section div h3 span {
    font-size: 35px;
    margin-bottom: 25px;
  }
  #container section div p {
    font-size: 15px;
    line-height: 2.2;
  }
  #container section figure {
    width: 47.7%;
    margin-bottom: 0;
  }
  #container section:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #container section.no_image {
    justify-content: center;
  }
  #container section.no_image div {
    width: 70%;
  }
  #container section.no_image div p {
    text-align: center;
  }
}
