
@charset "utf-8";

/*デサント 2025.7*/

.descente {
  border:2px solid #ebc997;
  padding:25px 15px 5px 15px;
  margin-top:25px;
  margin-bottom:25px;
  background-color:#ffffff;
  position:relative;
}
.descente h4 {
  border: none;
  margin: 44px 0 26px 0;
  line-height:1.25;
  padding: 0 0 0 0;
  font-size: 180%;
  text-align: center;
  color:#000;
  font-weight: bold;
  display: block;
}
.descente .img-box {
  text-align:center;
  width:100%;
}
.descente img {
  width:650px;
}
.descente .img-box2 {
  text-align:center;
  width:100%;
}
.descente .img-box2 img {
  width:400px;
}
.descente .txt-box {
  padding:18px 30px 1px 30px;
  background-color:#fff;
  margin:0 0 15px 0;
}
.descente .txt-box p {
  font-size:15px;
  margin:8px 0 24px 0;
  color:#111;
}
.descente .txt-box p a {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  background-color: #ebc997;
  padding: 13px 70px 10px;
}
.descente .txt-box p a:hover {
  color:#000;
  text-decoration:none;
  background-color: #f8dcb3;
}
.descente p.link {
  color:#000;
  text-indent:-1em;
  margin:55px 0 20px 1em;
  text-align:center;
}
.descente p.link a {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
.descente p.link a:hover {
  color:#000;
  text-decoration:none;
}

@media screen and (max-width:640px){
  .descente {
    padding:15px 15px 1px 15px;
    margin:20px 0 20px 0;
  }
  .descente h4 {
    margin: 28px 0 20px 0;
    padding: 0 5px 0 5px;
    text-align: center;
    line-height:1.2;
    font-size: 135%;
  }
  .descente .txt-box {
    padding: 5px 15px 0 15px;
    margin:2px 0 2px 0;
    float: none;
    width: auto;
  }
  .descente .txt-box p {
    margin:6px 0 20px 0;
    font-size:15px;
    line-height:1.4em;
  }
  .descente .txt-box p a {
    font-size:16px;
    color:#fff!important;
    font-weight:bold;
    padding: 11px 50px 11px;
  }
  .descente .txt-box a:hover {
  }
  .descente .txt-box p span.link {
    text-indent:-1em;
    margin-left:1em;
  }
  .descente img {
    width:auto;
    max-width:90%;
  }
  .descente p.link {
    font-size:16px;
    line-height:1.3em;
    color:#000;
    text-indent:-1.8em;
    margin:38px 0 34px 1em;
  }
  .descente p.link a {
    color:#000!important;
    font-weight:bold;
  }
  .descente p.link a:hover {
    color:#000;
    text-decoration:none;
  }
}
