@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


@media screen and (min-width: 481px){

.update .section_inner .text{
  width:100%;
}

.update .date{
  font-size:14px;
  padding-left:1em;
}


.update .head_console{
  color:#f2f184;
}

.cont_update .tit{
  border-bottom:1px solid #f2f184;
  display:inline-block;
  margin-top:0px;
  margin-bottom:20px;
  color:#f2f184;
}

.update p .flow{
  display:block;
  font-size:13px;
  margin-top:16px;
  border-top:1px dotted #aeb5ad;
  padding-top:16px;
}

.update p a{
  color:#7dcff1;
  font-size:13px;
  border-bottom: 1px dotted #7dcff1;
}

.update .cont_update{
  display:block;
  background-color:rgba(157, 157, 157, 0.2);
  padding:25px;
  font-size:13px;
  margin-top:18px;
  margin-bottom:90px;
}

.update h5{
  font-weight:800;
  font-size:16px;
  padding-bottom:10px;
}

.update .cont_update ul{
  padding-left:1em;
  line-height:1.8;
}

.update .cont_update li{
  margin-left:-1em;
  display:inline;
  font-size:14px;
}

}

/*----------------------------------------
	for SP
----------------------------------------*/

@media screen and (max-width: 480px) {

  .update .section_inner .text{
    width:100%;
  }

  .update .date{
    font-size:14px;
    /*padding-left:1em;*/
  }


  .update .head_console{
    color:#f2f184;
  }

  .cont_update .tit{
    border-bottom:1px solid #f2f184;
    display:inline-block;
    margin-top:0px;
    margin-bottom:20px;
    color:#f2f184;
  }

  .update p .flow{
    display:block;
    font-size:13px;
    margin-top:10px;
    border-top:1px dotted #aeb5ad;
    padding-top:12px;
  }

  .update p a{
    color:#7dcff1;
    font-size:13px;
    border-bottom: 1px dotted #7dcff1;
  }

  .update .cont_update{
    display:block;
    background-color:rgba(157, 157, 157, 0.2);
    padding:5%;
    font-size:13px;
    margin-top:18px;
    margin-bottom:50px;
  }

  .update h5{
    font-size:14px;
    padding-bottom:10px;
  }

  .update .cont_update ul{
    padding-left:1em;
    line-height:1.8;
  }

  .update .cont_update li{
    margin-left:-1em;
    display:inline;
    font-size:14px;
  }

}
