a {
  color:#009844;
}

a:hover {
  color:#009844;
  text-decoration: none;
}

header {
  margin: 0 0 40px;
  border-bottom: 1px solid #e75297;
}

.side-menu {
  border: 1px solid #44af35;
  border-radius: 10px;
  padding: 20px;
}

.side-menu li {
  padding: 10px 0;
}

.side-menu li + li {
  border-top: 1px dotted #44af35;
}

.saku-ttl {
  color: #44af35;
}

.saku-ttl2 {
  color: #44af35;
  text-align: center;
  margin: 60px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #44af35;
}

.ld-point {
  color: #0068b6;
  font-weight: bold;
}

.price-point {
  font-size: 1.6rem;
  font-weight: bold;
}

.flow {
  text-align: center;
}

.flow-ttl {
  color: #ff0000;
  margin: 40px 0 0;
}

.flow-ttl span {
  color: #0068b6;
}

.name {
  font-size: 1.4rem;
}

.voice {
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  background: #f8f8f8;
  border-radius: 15px;
}

.voice p {
  margin: 0;
  padding: 0;
}

.voice-name {
  position: relative;
  display: inline-block;
  width: 100%; 
  text-align: center;
  color:#FFF;
  margin: 0 0 1.5rem;
  padding: 0.6rem;
  background-color: #44af35;
  border-radius: 5px;
}

.voice-name:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #44af35 transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.google-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 140px;
  height: 0;
  overflow: hidden;
}

.google-map iframe,
.google-map object,
.google-map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.form-text {
  border: 1px solid #44af35;
  border-radius: 10px;
  padding: 20px;
}

footer {
  border-top: 1px solid #e75297;
  margin: 40px 0 0;
  padding: 40px 0;
}
