@charset "UTF-8";
/*
メインカラー緑　：#00B95A
サブカラー淡緑　：#62D4AD


textピンク　　　：#FF7373
text水色　　　　：#609BFC

*/
#service h2 {
  background: url(../img/bg_service.jpg) no-repeat center bottom;
}

#service h3 {
  margin: 20px 0;
}

#service p {
  margin: 0 10px 0.7rem 10px;
}

@media screen and (max-width: 600px) {
  #service p {
    font-size: 90%;
  }
}

#service .anotherLink {
  margin: 20px 0;
}

#service .anotherLink a {
  padding: 30px 10px;
  display: block;
  border: double 3px #62D4AD;
  text-decoration: none;
  color: #424242;
  background: url(../../img/banner.png) no-repeat right 5px center;
}

@media screen and (max-width: 805px) {
  #service .anotherLink a {
    padding: 10px 0 90px 10px;
    background: url(../../img/banner.png) no-repeat center bottom 10px;
    text-align: center;
  }
}

#service .anotherLink a:hover {
  opacity: 0.8;
}

#service .soudan-banner {
  margin: 30px 0;
}

#service .soudan-banner img {
  max-width: 100%;
  height: auto;
}

#service #service-guide {
  overflow: hidden;
}

#service #service-guide .service-box {
  width: 48%;
  float: left;
  margin: 10px 1%;
}

@media screen and (max-width: 805px) {
  #service #service-guide .service-box {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}

#service #service-guide .service-box a {
  text-decoration: none;
  border: solid 2px #00B95A;
  display: block;
  padding: 10px;
}

#service #service-guide .service-box a:hover {
  background: #BBDBC3;
}

#service #service-guide .service-box h4 {
  position: relative;
  font-size: 20px;
  color: #609BFC;
  padding: 0 0 0 25px;
}

#service #service-guide .service-box h4:before {
  position: absolute;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-top: 2px solid #609BFC;
  border-right: 2px solid #609BFC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 999;
  top: 20%;
  left: 0;
}

#service #service-guide .service-box p {
  color: #555;
}

#service #left-menu {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 805px) {
  #service #left-menu {
    float: none;
    display: none;
  }
}

#service #left-menu .nav-top a {
  color: #609BFC;
  padding: 10px;
  margin: 10px 0 20px 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #ccc;
}

#service #left-menu .nav-top a:hover {
  border: solid 1px #609BFC;
}

#service #left-menu ul li {
  margin: 0 0 10px 10px;
  border-bottom: solid 1px #ccc;
}

#service #left-menu ul li a {
  color: #555;
  padding: 5px;
  text-decoration: none;
  border-left: solid 4px #609BFC;
  display: block;
}

#service #left-menu ul li a:hover {
  color: #609BFC;
}

#service #left-menu .nav-another {
  margin: 30px 0 0 5px;
}

#service #right-content {
  width: 730px;
  float: left;
}

@media screen and (max-width: 805px) {
  #service #right-content {
    float: none;
    width: 100%;
  }
}

#service #right-content h4 {
  margin: 30px 0;
  border-top: solid 3px #00B95A;
  border-bottom: dashed 1px #ccc;
  padding: 5px;
}

#service #right-content h5 {
  margin: 10px 0;
  font-weight: bold;
}

#service #right-content .merit {
  color: #FF7373;
  margin: 5px 0;
}

#service #right-content .demerit {
  color: #609BFC;
  margin: 5px 0;
}

#service #right-content .soudan-banner {
  margin: 30px 0;
}

#service #right-content .soudan-banner img {
  max-width: 100%;
  height: auto;
}

#service #right-content ul li {
  list-style: outside;
  margin: 0 0 0 30px;
}

#service #right-content .flow {
  margin: 0 10px;
}

#service #right-content .flow li {
  list-style: decimal;
  list-style-position: inside;
  background: #62D4AD;
  margin: 0 0 10px 0;
  padding: 5px;
}

#soudan h2 {
  background: url(../img/bg_soudan.jpg) no-repeat center bottom;
}

#soudan h3 {
  margin: 20px 0;
}

#soudan h4 {
  text-align: center;
}

#soudan h4 img {
  max-width: 100%;
}

#soudan .summary {
  overflow: hidden;
}

#soudan .summary .text-area {
  width: 590px;
  float: left;
  margin: 50px 20px 0 0;
}

@media screen and (max-width: 805px) {
  #soudan .summary .text-area {
    width: 100%;
  }
}

#soudan .summary .img-area {
  width: 350px;
  float: left;
}

@media screen and (max-width: 805px) {
  #soudan .summary .img-area {
    width: 100%;
  }
  #soudan .summary .img-area img {
    max-width: 100%;
  }
}

#soudan #contact {
  width: 90%;
  margin: 20px auto;
  padding: 10px;
  border: dashed 2px #609BFC;
  text-align: center;
}

#soudan #contact h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 0 0;
}

#soudan #contact a {
  display: inline-block;
  padding: 5px;
  margin: 5px 0;
  background: #609BFC;
  color: #fff;
  text-decoration: none;
}

#soudan #contact .pc p {
  font-size: 28px;
  font-weight: bold;
  color: #FF7373;
  text-align: center;
}

#soudan #contact .sp {
  display: none;
}

@media screen and (max-width: 600px) {
  #soudan #contact .sp {
    display: block;
  }
}

#image-kouken p {
  text-align: center;
}

#image-kouken p img {
  max-width: 100%;
  height: auto;
}
