@charset "UTF-8";

.mure-text {
  margin: .5rem 0 .4rem 0 !important;
}

.mure dt {
  width: 25%;
  float: left;
}

.mure dd {
  margin-left: 25%;
}

.mure dd:after {
  content: '';
  display: block;
  clear: both;
}

.kodomo dt {
  width: 40%;
  float: left;
}

.kodomo dd {
  margin-left: 40%;
}

.kodomo dd:after {
  content: '';
  display: block;
  clear: both;
}

.headline-h3-h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0;
}

.sub-title {
  position: relative;
  font-weight: 400;
  text-align: left;
}

.sub-title:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #8d6e63;
}

.sub-title span {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
}

.sub-title-color {
  color: #8d6e63;
  background-color: #ffffff;
}

.btn:focus {
  background-color: #5c6bc0;
}

.btn-c60 {
  padding: 0 1rem;
}

.btn-shibata {
  width: 230px;
  height: 72px;
  padding: 0 1rem;
  text-transform: none;
}

.btn-shibata i {
  margin-top: 18px;
  margin-right: 0;
}