@charset "utf-8";
/* ------------------------------------------------------------------


------------------------------------------------------------------ */
body {
  background: #EFECE5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


footer {
  margin-top: 0;
  width: 100%;
}

/* -------------------------------
  #contents
---------------------------------- */
#contents {
  margin: 1em auto 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #contents {
    margin: 0 auto;
  }
}

#contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

h1 {
  background: url(/sakae/contact/image/bg-mainttl.jpg) repeat;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.3em;
  padding: 1.5% 0;
  text-align: center;
}

h1 span {
  display: block;
  font-size: 70%;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 5px 0 0;
  position: relative;
  /*width: 40%;*/
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 5vw;
    margin-bottom: 5%;
    padding: 0.5em 0;
  }

  h1 span {
    font-size: 65%;
    /*width: 80%;*/
  }
}



.con_measures {
  margin: 0 auto 6em;
  max-width: 1024px;
  width: 100%;
}

.con_measures h2 {
  background: #213782;
  border-left: 0.5em solid #6175b9;
  color: #fff;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
}

.con_measures .box_lead {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em auto 0;
  justify-content: space-between;
  width: calc( 945 / 1024 * 100% );
}

.con_measures .box_lead p {
  margin-top: 0.5em;
  width: calc( 470 / 945 * 100% );
}

.con_measures .box_lead p small {
  display: block;
  font-size: 90%;
  letter-spacing: 0.05em;
  margin-top: 2em;
  padding-left: 1em;
  text-indent: -1em;
}

.con_measures .box_lead figure {
  width: calc( 450 / 945 * 100% );
}

.con_measures ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto 0;
  justify-content: space-between; 
  width: calc( 945 / 1024 * 100% );
}

.con_measures ul li {
  box-sizing: border-box;
  background: #412C00;
  width: calc( 300 / 945 * 100% );
}

.con_measures ul li:nth-child( n+4 ) {
  margin-top: 2em;
}

.con_measures ul li dl {
  box-sizing: border-box;
  padding: 0.7em 0.7em 1em 0.7em;
}

.con_measures ul li dl dt {
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3em;
  padding-left: 1.3em;
  position: relative;
}

.con_measures ul li dl dt:before {
  background: url(../image/ico-star.png) center center no-repeat;
  background-size: 1em;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  margin-top: 0.2em;
  position: absolute;
  top: 0;
  width: 1.2em;
}

.con_measures ul li dl dd {
  color: #fff;
  margin-top: 0.5em;
}

.con_measures ul li dl dd span {
  display: block;
  font-size: 15px;
  margin-top: 1em;
}

.con_measures ul li.img_space {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contents .con_measures ul li.img_space img {
  display: block;
  width: calc( 235 / 300 * 100% );
}

#description {
  display: none;
}


@media screen and (max-width: 1000px) {
  .con_measures h2 {
    font-size: 2.6vw;
  }
  .con_measures ul li dl dt br {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .con_measures h2 {
    font-size: 5vw;
  }

  .con_measures .box_lead {
    flex-wrap: wrap-reverse;
    margin-top: 1em;
  }

  .con_measures .box_lead p {
    margin-top: 0.5em;
    width: 100%;
  }

  .con_measures .box_lead figure {
    margin-top: 0.5em;
    width: 100%;
  }

  .con_measures .box_lead p small {
    margin-top: 1em;
  }

  .con_measures ul {
    width: 85%;
  }

  .con_measures ul li,
  .con_measures ul li:nth-child( n+4 ) {
    margin-top: 2em;
    width: 100%;
  }

  .con_measures ul li:first-child {
    margin-top: 0;
  }

  .con_measures ul li.img_space {
    display: none;
  }
}