
@charset "utf-8";

/*レクサスタイアップ 2019.07*/

.lexus {
  border:none;
  padding:12px 12px 1px 12px;
  background-color:#111;
}
.lexus h4 {
  border: none;
  margin: 0 10px 25px 0;
  line-height: 1.20;
  padding: 0 0 0 0;
  font-size: 125%;
  text-align: center;
  color:#fff5e4;
}
.lexus h4 span.ttl01 {
  font-size: 143%;
  display: block;
  color:#fff;
}
.lexus h4 span.ttl02 {
  font-size: 19px;
  display: block;
  margin-top: 15px;
  font-weight: normal;
  color:#fff;
}
.lexus .img-box {
  padding: 10px 10px;
}
.lexus .img-box img {
  width:700px;
}
.lexus .txt-box {
  padding:10px 30px 2px 30px;
  background-color:#111;
  border-radius:5px;
  margin:0 0 5px 0;
  text-align: center;
}
.lexus .txt-box p {
  font-size:17px;
  margin:0px 0 5px 0;;
  color:#fff;
}
.lexus .txt-box p a {
  font-weight: bold;
  font-size: 18px;
  color: #111;
  text-decoration: none;
  background-color: #eee;
  padding: 10px 22px 8px 22px;
}
.lexus .txt-box p a:hover {
  color:#fff;
  background-color: #050505;
}
.lexus p.link {
  color:#111;
  text-indent:-1em;
  margin:25px 0 22px 1em;
  text-align:center;
}
.lexus p.link a {
  color:#111;
  font-weight:bold;
  text-decoration:none;
}
.lexus p.link a:hover {
  color:#fff;
  text-decoration:none;
}
.article-beginning {
  position: relative;
  padding: 5px 0 5px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 110%;
  color: #666;
}
.article-beginning p {
  margin:20px 0;
}
.article-ending {
  position: relative;
  padding: 10px 0 0px;
  margin: 30px 0 5px;
  font-weight: bold;
  font-size: 110%;
  color: #666;
}
.article-ending p {
  margin:20px 0;
}
.article-ending02 {
  position: relative;
  padding: 10px 20px 0px;
  margin: 30px 0 5px;
  font-weight: normal;
  font-size: 95%;
  color: #2a2928;
}
.article-ending02::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    height: 1px;
    line-height: 1px;
    margin-left: -19px;
    content: '　';
    background-color: #909090;
}

@media screen and (max-width:640px){
  .lexus {
    padding:7px 7px 1px 7px;
    margin-top:15px;
  }
  .lexus h4 {
    font-size:15px;
    margin: 0 0 17px 0;
    padding: 0 5px 0 5px;
    text-align: center;
    line-height:1.3;
  }
  .lexus h4 span.ttl01 {
    font-size: 110%;
    margin-bottom: 3px;
  }
  .lexus h4 span.ttl02 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.3;
    text-align: left;
  }
  .lexus .txt-box {
    padding: 5px 10px 5px 10px;
    margin: 0 0 10px 0;
    text-align:left;
  }
  .lexus .img-box {
    padding: 0;
  }
  .lexus .img-box img {
    width:auto;
    max-width:100%;
  }
  .lexus .txt-box p {
    margin:5px 0 5px 0;
    font-size:15px;
    line-height:1.4em;
  }
  .lexus .txt-box p a {
    font-size:15px;
    color:#111!important;
    font-weight:bold;
    padding: 12px 17px;
  }
  .lexus .txt-box p a:hover {
    color:#fff;
    background-color: #050505;
  }
  .lexus .txt-box p span.link {
    text-indent:-1em;
    margin-left:1em;
  }
  .lexus p.link {
    font-size:16px;
    line-height:1.3em;
    color:#111!important;
    text-indent:-1em;
    margin:25px 0 12px 1em;
  }
  .lexus p.link a {
    color:#111!important;
    font-weight:bold;
  }
  .lexus p.link a:hover {
    color:#fff!important;
    text-decoration:none;
  }
  .article-beginning {
    position: relative;
    padding: 5px 0 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 100%;
    color: #666;
  }
  .article-beginning p {
    margin:18px 0;
  }
  .article-ending {
    position: relative;
    padding: 10px 0 0px;
    margin: 30px 0 5px;
    font-weight: bold;
    font-size: 100%;
    color: #666;
  }
  .article-ending p {
    margin:18px 0;
  }
}