/*------------------------------------------------------------
ensen
------------------------------------------------------------*/
ul.come li{
  text-indent:-1em;
  padding-left:1em;
  }
ul.come li:before {
  content: "※";
}

/*------------------------------------------------------------
チェックボックス
------------------------------------------------------------*/
.notes_required {
  width: 100%;
  margin: 0 auto;
}
.notes_required .checkBtn_area {
  padding: 17px 24px 24px;
  background: #ffe0b2;
}
#main.ensen .notes_required .checkBtn_area {
  padding: 20px;
}
.notes_required label {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition-duration: 0.3s;
}
.notes_required label .label_inner {
  margin-left: 30px;
  position: relative;
  display: inline-block;
}
.notes_required label .label_inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: -30px;
  margin-right: 10px;
}
.notes_required._check label .label_inner:after {
  content: '';
  width: 18px;
  height: 10px;
  border-top: 5px solid #e40077;
  border-right: 5px solid #e40077;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 8px;
  left: -30px;
  margin-right: 10px;
}
#main.ensen .notes_required label .label_inner:before {
  transform: translate(0, -10px);
  top: 50%;
}
#main.ensen .notes_required._check label .label_inner:after {
  top: 0px;
}
.notes_required label input {
  position: relative;
  z-index: -1;
}

/*------------------------------------------------------------
ボタンエリア
------------------------------------------------------------*/
.btnArea {
  max-width: 400px;
  margin: 30px auto 0;
  position: relative;
}
.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea._check input[type="submit"] {
  z-index: -1;
}
.btnArea._check input[type="submit"] + .pv_btn{
  background: url(../images/btn_apply_on.jpg);
}
a.pv_btn {
  display: block;
  margin: 0 auto;
  background: url(../images/btn_apply_off.jpg);
  background-size: cover;
  box-sizing: border-box;
  width: 270px;
  height: 88px;
  font-weight: bold;
  position: relative;
  transition-duration: 0.2s;
}


#wrapper #contents #main #article{
  padding: 20px;
}

/*テーマ曲募集*/
#main #article #topcontents1 .Song_ToptxtArea{
  text-align: center;
  margin-bottom: 30px;
}
#main #article #topcontents1 .Song_ToptxtArea img{
  width: 100%;
  margin-bottom: 10px;
}
#main #article #topcontents1 .Song_ToptxtArea .limit{
  font-size: 20px;
  font-weight: bold;
  color: red;
}
#main #article #topcontents1 .Song_ToptxtArea .t_red{
  font-weight: bold;
}

#main #article .SongArea_box{
  font-size: 16px;
  line-height: 150%;
  padding: 30px 15px;
  margin-top: -1px;
}
#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 h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em;
}
h4{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.song_txt_box{
  margin: 15px 0;
}
.song_txt_at{
  font-weight: bold;
  color: red;
  font-size: 24px;
}
#article .song_h2{
  background: #49c0fc;
}
#article .SongArea{
  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 .SongArea_box{
    margin: 0px 8px 30px;
    border: 5px solid #49c0fc;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    overflow: hidden;
    zoom: 1;
}
#article .SongArea_box{
  padding: 10px;
}
#article .SongArea_box ol li{
  list-style: inherit;
  margin-left: 30px;
  font-size: 1rem;
  margin-bottom: 10px;
}
#article .SongArea_box ul li{
  font-size: 1rem;
  margin-bottom: 5px;
  margin-left: 10px;
  line-height: 1.4;
}
#article .SongArea_box ul.kome li::before{
  content: "※";
}
#article .SongArea_box ul.dot li{
  list-style: inherit;
  margin-left: 30px;
}
#article .SongArea_box .songImg{
  text-align: center;
  margin-bottom: 30px;
}
#article .SongArea_box .songImg img{
  border: 1px solid #d2d2d2;
}
#main #article .SongArea_box .songs_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 .song_btn_area{
  text-align: center;
}
#main #article .song_btn_area .btn_area_ok{
    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;
}
#main #article .song_btn_area .btn_area_no{
  background: #666666;
  color: #fff;
  padding: 20px 25px;
  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;
}
#main p#song_end{
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 24px;
}

/*PV募集*/
#main #article #pv-contents .Song_ToptxtArea{
  margin-bottom: 30px;
}
#main #article #pv-contents .Song_ToptxtArea img{
  width: 100%;
  margin: 0 auto;
}
#main #article #pv-contents .Song_ToptxtArea .limit{
  font-size: 20px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}
#main #article #pv-contents .Song_ToptxtArea .t_red{
  font-weight: bold;
}
#main #article #pv-contents .dl_Area{
  text-align: center;
  margin: 0 8px 45px;
  padding: 15px;
  background-color: rgb(255 226 237);
  border-radius: 10px;
}
#main #article #pv-contents .dl_Area span{
  font-size: 21px;
  font-weight: bold;
}
#main #article #pv-contents .lunchtime{
  font-size: 34px;
  font-weight: bold;
  color: rgb(240, 44, 119);
  margin: 0;
  padding: 0;
}
#main #article #pv-contents .lunchtime span{
  font-size: 24px;
}
#main #article #pv-contents h3 span{
  font-size: 24px;
}
#main #article #pv-contents .dl_Area img{
  width: 100%;
}
#main #article #pv-contents .dl_Area .dl_btn{
  margin: 0
;
}
#main #article #pv-contents .dl_Area .dl_btn li{
  display: inline-block;
  width: 180px;
  margin-right: 10px;
}
#main #article #pv-contents .dl_Area .dl_btn li:last-child{
  margin-right: 0;
}
#main #article #pv-contents .dl_Area p{
  margin: 3px;
}
#article #pv-contents .SongArea_box ul.terms li{
  list-style: none;
}
#main #article #pv-contents .SongArea_box  ul.terms span{
  color: rgb(230, 3, 3);
}
@media screen and (max-width: 600px){
  .br_sp{
    display: block;
  }
}
