
@charset "utf-8";

/*アシックスイベント 2018.10*/
.asics-event {

}
.asics-event .main-img {
  margin: 0;
  padding: 0;
}
.asics-event .article-beginning {
    position: relative;
    padding: 20px 0 30px;
    margin: 0 60px 30px;
    font-weight: bold;
    font-size: 105%;
    color: #666;
}
.asics-event .txt {
  margin: 25px 30px 20px 30px;
}
.asics-event .txt p {
  margin-bottom: 1.5em;
}
.asics-event .txt p:last-child {
  margin-bottom: 0;
}
.asics-event .txt p.close {
  text-align:center;
  color:red;
  font-size:23px;
  margin-bottom: 39px;
}
.asics-event .summary {
  background-color:#001e62;
  padding:20px 0 20px 0;
  margin:20px 30px 43px;
  border:4px double #1d3f8d;
}
.asics-event .summary .headline {
  color:#fff;
  margin: 0 30px 20px 30px;
  border:none;
  text-align:center;
  font-size:139%;
}
.asics-event .summary dl {
  margin: 15px 40px;
}
.asics-event .summary dt {
  color:#00c3e6;
}
.asics-event .summary dd {
  color:#fff;
}
.asics-event .summary dd a {
  color:#63a6f8!important;
}
.asics-event .summary dd a:hover {
  color:#94c4ff!important;
}
.asics-event .headline {
  font-weight: bold;
  margin: 35px 30px 20px 30px;
  padding: 7px 5px 4px 5px;
  border-top: 1px solid #c5d0e8;
  border-bottom: 1px solid #c5d0e8;
  font-size:120%;
  color:#001e62;
}
.asics-event h4 {
  border:none;
  margin: 0 0 10px 0;
  line-height:1.3;
  font-size:22px;
}
.asics-event dl {
  margin: 15px 50px;
}
.asics-event dt {
  font-weight: bold;
  font-size:110%;
  margin-bottom:3px;
}
.asics-event dd {
  margin-bottom: 1.0em;
}
.asics-event dd.indent {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.1em;
}
.asics-event ul {
  margin: 15px 20px;
}
.asics-event li.indent {
  text-indent: -1em;
  margin-left: 2em;
  margin-bottom: 0.2em;
}
.asics-event .button {
  display: inline-block;
  width: 500px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 63px;
  outline: none;
  position: relative;
  background-color: #3884da;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #0f427a;
  margin: 20px 15px 30px 15px;
  font-size: 23px;
  font-weight: bold;
}
.asics-event .button::before,
.asics-event .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.asics-event .button,
.asics-event .button::before,
.asics-event .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.asics-event .button:hover {
  background-color: #5199eb;
  box-shadow: 0 1px 0 #286fbe;
  color: #fff;
  text-decoration: none;
}
.asics-event .button:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.asics-event .txt-box {
  border:5px double #c2aa53;
  padding:28px 30px 28px 50px;
  margin:20px 30px 30px 30px;
}
.asics-event .txt-box h5 {
  font-size:170%;
  line-height:1.3;
  margin-bottom:15px;
}
.asics-event .txt-box h5 span {
  font-size:70%;
  display:block;
  margin-bottom:5px;
}
.asics-event .txt-box p {
  margin-top:20px;
  font-size:110%;
}

@media screen and (max-width:640px){
  .asics-event {

  }
  .asics-event {
    font-size: 14px;
  }
  .asics-event .article-beginning {
      padding: 10px 0 20px;
      margin: 0 10px 20px;
      font-size: 100%;
  }
  .asics-event .txt {
    margin: 20px 10px 20px 10px;
  }
  .asics-event .txt p {
    margin: 0 0 1.0em 0;
  }
  .asics-event .txt p:last-child {
    margin-bottom: 0;
  }
  .asics-event .txt p.close {
    font-size:18px;
    margin-bottom: 39px;
  }
  .asics-event .summary {
    padding:10px 5px 10px 5px;
    margin:30px 5px 0;
  }
  .asics-event .summary .headline {
    margin: 0 30px 10px 30px;
    text-align:center;
    font-size:115%;
  }
  .asics-event .summary dl {
    margin: 10px 10px;
  }
  .asics-event .headline {
    margin: 20px 5px 0 5px;
    font-size:115%;
  }
  .asics-event h4 {
    margin: 0 0 -5px 0;
    line-height:1.3;
    font-size:17px;
  }
  .asics-event dl {
    margin: 10px 10px;
  }
  .asics-event dd.indent {
    margin-bottom: 0.2em;
    line-height:1.5;
  }
  .asics-event ul {
    margin: 10px 10px;
  }
  .asics-event li.indent {
    margin-left: 1em;
  }
  .asics-event a.button {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #fff !important;
    margin: 10px 15px 10px 15px;
  }
  .asics-event .txt-box {
    padding:20px 20px 20px 15px;
    margin:20px 0px 10px 0px;
  }
  .asics-event .txt-box h5 {
    font-size:120%;
    line-height:1.3;
    margin-bottom:15px;
  }
  .asics-event .txt-box h5 span {
    font-size:80%;
    display:block;
    margin-bottom:3px;
  }
  .asics-event .txt-box p {
    margin-top:10px;
    font-size:100%;
  }
}
