#wrapper #contents #main #article{
  padding: 20px;
}
#main #article #topcontents1 .date_title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#main #article #topcontents1 .date_notes{
  font-size: 20px;
  font-weight: bold;
  color: red;
  margin-bottom: 20px;
}
#article h2 {
    background: #e40077;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin: 0 8px 0;
    padding: 10px 5px 5px;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
}
#article .present_h2{
  background: #49c0fc;
}
#article .presentArea{
  margin: 0px 8px 30px;
  border: 5px solid #e40077;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  overflow: hidden;
  zoom: 1;
  padding: 20px;
  text-align: center;
}
#article .data_way_images{
  width: 100%;
  border: 1px solid #eee;
}
#article .presentArea_box{
    margin: 0px 8px 30px;
    border: 5px solid #49c0fc;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    overflow: hidden;
    zoom: 1;
}
#article .presentArea_box .presentArea_box_link{
  color: #0f4ece;
  font-size: 1rem;
}
#article .presentArea_box .btn_box_more{
  padding: 10px;
}
#article .presentArea_box .btn_box_more ol li{
  list-style: inherit;
  margin-left: 30px;
  font-size: 1rem;
  margin-bottom: 10px;
}
#article .presentArea_box .btn_box_more ul li{
  font-size: 1rem;
  margin-bottom: 5px;
  margin-left: 10px;
}
#article .presentArea_box .btn_box_more ul.kome li::before{
  content: "※";
}
#article .presentArea_box .btn_box_more ul.dot li{
  list-style: inherit;
  margin-left: 30px;
}
#article .presentArea_box .presentImg{
  text-align: center;
  margin-bottom: 30px;
}
#article .presentArea_box .presentImg img{
  border: 1px solid #d2d2d2;
}
#main #article .presentArea_box .presents_list_tit{
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0;
  margin: 20px 0 10px;
}
#main #article p{
  font-size: 16px;
  line-height: 150%;
  padding: 0 10px 10px;
}
#main #article .btn_box{
  text-align: center;
}
#main #article .btn_box .btn_link{
    background: #e40077;
    color: #fff;
    padding: 30px 40px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0;
}
.t_red{
  color: red;
}
.br_sp{
  display: none;
}
.ml10{margin-left: 10px;}
.mt20{margin-top: 20px;}
#article a.at_link{
  color: #0f4ece;
}
.fw_bold{
  font-weight: bold;
}

@media screen and (max-width: 600px){
  .br_sp{
    display: block;
  }
}
