@charset "UTF-8";
#article {
  position: relative;
  background: url(../img/bg.png) no-repeat 0 0;
  background-size: 100% auto;
  padding-bottom: 20px;
}
#article img {
  max-width: 100%;
  height: auto;
}
#article h3 {
  font-size: 120%;
  font-weight: bolder;
  text-align: center;
  height: 40px;
  background: url(../img/header-1-2__bg.png) no-repeat center;
  background-size: contain;
  padding: 10px 0 0;
  margin-bottom: 15px;
}
#article strong {
  color: #e4098e;
}
#article dl {
  margin-bottom: 20px;
}
#article dt, #article dd {
  margin-bottom: 10px;
}

#article .container {
  padding: 20px 15px;
}


#article #present p {
	margin-bottom: 10px;
	text-align: center;
}
#article #present p:nth-child(2) {
	font-size: 120%;
	font-weight: bold;
}


#article .row:after {
  content: "";
  display: block;
  clear: both;
}
#article .col {
  width: calc(50% - 12px);
}
#article .col:nth-of-type(odd) {
  float: left;
}
#article .col:nth-of-type(even) {
  float: right;
}
#article .link {
  color: #e4098e;
  text-decoration: underline;
}
#article .em {
  font-size: 80%;
}

#date {
  color: #ffffff;
  text-align: center;
  background: #000 url(../img/l-header-1__bg.png) repeat-x 0 0;
  font-weight: bolder;
  padding: 10px;
}
#method dt {
  color: #ffffff;
  font-weight: bolder;
  background-color: #e591c4;
  padding: 5px;
}
#method .col {
  margin-bottom: 8px;
  border: 4px solid #ffffff;
}
#method .point {
  color: #e4098e;
  text-align: center;
  font-size: 120%;
  font-weight: bolder;
  padding-top: 15px;
}

#method .point p:nth-child(2) {
	margin-top: 10px;
}
 
#article #rule {
  padding: 20px 15px 0;
}
#article .section-11__contents {
  word-break: break-all
}
#article .section-12 .section-12__h1 {
  margin-bottom: 15px;
}
#article .section-12 ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
#article .section-12 li {
  margin-bottom: 5px;

}
#article .section-13 {
  margin: 15px 15px 0;
  padding: 15px;
}
#article .section-13 .em {
  text-align: left;
  margin: 10px 0 0;
}
