
@charset "utf-8";

/*Numberプレミアムトークライブ Vol.2 中村憲剛×遠藤航 2022.02*/

.single-information p {
  margin: 20px 20px;
}
.talklive {
  background-color: #042666;
  color: #fff;
  margin: -50px -20px 0 -20px;
  padding-top: 30px;
}
.talklive .main-img {
  margin: 0;
  padding: 0;
}
.talklive .main-img img {
  border-bottom: 8px solid #dde1e7;
}
.talklive .txt {
  margin: 39px 50px 13px 50px;
}
.talklive .txt p {
  margin-bottom: 1.3em;
}
.talklive p.note {
  margin:10px 0 30px 0;
  text-align:center;
  font-size:14px;
}
.talklive .outline {
  background-color: #fff;
  color: #000;
  margin: 10px 20px 25px 20px;
  padding: 20px 10px 40px 10px;
  border-radius:6px;
  box-shadow: 2px 2px 3px rgba(180, 180, 180, 0.9) inset;
}
.talklive .headline {
  font-weight: bold;
  margin: 20px 30px 30px 30px;
  padding: 7px 0 3px 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  font-size:25px;
  text-align:center;
}
.talklive .headline span {
  font-weight:normal;
  display:block;
  font-size:14px;
}
.talklive .special {
  margin: 40px 0 15px 0;
  border:4px double #042666;
  border-radius:5px;
  padding-bottom:12px;
}
.talklive .special h5 {
  border:none;
  margin: -14px 0 10px 37%;
  line-height:1.3;
  font-size:21px;
  color:#042666;
}
.talklive .special h5 span {
  background-color:#fff;
  padding:0 10px;
}
.talklive .special p {
  line-height: 1.6;
  margin: 20px 35px;
}
.talklive .special p span {
  font-weight:bold;
  display:block;
  font-size:19px;
  color:#042666;
}
.talklive .profile {
  margin: 15px 40px 35px;
}
.talklive .profile h5 {
  font-weight: bold;
  font-size:110%;
  margin-bottom:3px;
}
.talklive .profile p.mc {
  margin: 20px 0;
}
.talklive dl {
  margin: 15px 40px;
}
.talklive dt {
  font-weight: bold;
  font-size:110%;
  margin-bottom:3px;
}
.talklive dd {
  margin-bottom: 2.0em;
}
.talklive dd span {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 10px;
}
.talklive dd.indent {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
}
.talklive dd.attention {
  margin:5px 0 5px 1em;
  text-indent:-1em;
}
.talklive ul {
  margin: 15px 20px;
}
.talklive li.indent {
  text-indent: -1em;
  margin-left: 2em;
  margin-bottom: 0.2em;
}
.talklive .sponsorship {
  padding-top:20px;
}
.talklive .sponsorship img {
  vertical-align:6px;
}
.talklive p.kyousan {
  font-size:14px;
  margin: 20px 30px 30px 50px;
}
.talklive .button {
  display: inline-block;
  width: 500px;
  height: 62px;
  text-align: center;
  text-decoration: none;
  line-height: 66px;
  outline: none;
  position: relative;
  background-color: #042666;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #0d5d83;
  margin: 10px 15px 10px 15px;
  font-size: 23px;
  font-weight: bold;
}
.talklive .button::before,
.talklive .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.talklive .button,
.talklive .button::before,
.talklive .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.talklive .button:hover {
  background-color: #103d90;
  box-shadow: 0 1px 0 #09307a;
  color: #fff;
  text-decoration: none;
}
.talklive .button:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.talklive .button span {
  font-weight: normal;
  font-size: 20px;
}
.talklive .figure {
  float: right;
  width: 320px !important;
  margin: 20px 30px 10px 10px;
}
.talklive .number1 {
  background-color:#fff;
  padding:35px 60px 30px;
  margin:25px 20px;
  color: #000;
}
.talklive .number1 h5 {
  font-size:25px;
  text-align:center;
  margin-bottom:20px;
}
.talklive .number1 p {
  font-size:15px;
  line-height:1.5;
  margin:10px 0;
}
.article-cast-profile {
  margin: 0 0 15px 0;
  padding: 30px 30px 30px;
}
.article-cast-profile figure img {
  width: 135px;
}
.article-cast-profile p {
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {

  .talklive {
    font-size: 14px;
    margin: -30px -8px 0 -8px;
    padding: 20px 0 0 0;
  }
  .talklive .main-img img {
    border-bottom: 6px solid #dde1e7;
  }
  .talklive .txt {
    margin: 20px 15px 5px 15px;
  }
  .talklive .txt p {
    margin: 0 0 1.0em 0;
  }
  .talklive p.note {
    margin:5px 10px 20px 10px;
    font-size:14px;
    line-height:1.5;
  }
  .talklive .outline {
    margin: 10px 10px 12px 10px;
    padding: 15px 10px 25px 10px;
    box-shadow: 1.5px 1.5px 2px rgba(180, 180, 180, 0.9) inset;
  }
  .talklive .headline {
    margin: 10px 10px 25px 10px;
    padding: 8px 0 6px 0;
    font-size:18px;
  }
  .talklive .headline span {
    font-size:12px;
  }
  .talklive .special {
    margin: 30px 0 15px 0;
    padding: 3px 10px 10px;
  }
  .talklive .special h5 {
    margin: -14px 0 15px 30%;
    line-height:1.3;
    font-size:17px;
  }
  .talklive .special h5 span {
    padding:0 10px;
  }
  .talklive .special p {
    line-height: 1.5;
    margin: 10px 10px 15px;
  }
  .talklive .special p span {
    font-size:15px;
  }
  .talklive .profile {
    margin: 15px 10px 35px;
  }
  .talklive .profile h5 {
    font-weight: bold;
    font-size:110%;
    margin-bottom:1px;
  }
  .talklive .profile p.mc {
    margin: 20px 0;
  }
  .talklive dl {
    margin: 10px 10px;
  }
  .talklive dt {
    font-size:110%;
    margin-bottom:1px;
  }
  .talklive dd {
    margin-bottom: 20px;
  }
  .talklive ul {
    margin: 10px 10px;
  }
  .talklive li.indent {
    margin-left: 1em;
  }
  .talklive .sponsorship {
    padding-top:5px;
  }
  .talklive .sponsorship dt {
    margin-bottom:10px;
  }
  .talklive .sponsorship img {
  }
  .talklive .link {
    margin-left: 2.3em;
    text-indent: -1.4em;
    line-height:1.5em;
  }
  .talklive p.kyousan {
    font-size:14px;
    margin: 20px 20px 30px 20px;
  }
  .talklive .link a {
    color:#fff!important;
    text-decoration:underline;
    font-weight:bold;
    font-size:95%;
  }
  .talklive a.button {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff !important;
    margin: 10px 15px 10px 15px;
  }
  .talklive a.button span {
    font-weight: normal;
    font-size: 15px;
  }
  .talklive .figure {
    float: none;
    width: auto!important;
    margin: 0 0 10px 0;
    text-align:center;
  }
  .talklive .figure img {
    width: auto;
    max-width:70%!important;
  }
  .talklive .number1 {
    padding:25px 20px 15px;
    margin:25px 10px;
  }
  .talklive .number1 h5 {
    font-size:18px;
    margin-bottom:15px;
  }
  .talklive .number1 p {
    font-size:14px;
    line-height:1.5;
    margin:10px 0;
  }
  .article-cast-profile {
    margin: 10px 0 15px 0;
  }
  .article-cast-profile figure img {
    width: 120px;
  }
  .article-cast-profile p {
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .info-present a.button {
    margin: 10px 15px 30px 15px!important;
  }
}