@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;  
}
section div.inner{
  line-height: 1.5;
  margin: -57px auto 40px;
  color: #707070;
}
section dl{
  width: 100%;
  border-bottom: solid 1px #C6C6C6;
  padding: 22px 0;
}
  section dt{
  font-weight: bold;
  width: 26%;
}
section dd{
  width: 74%;
}
section dd a{
  color: red;
}


/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){

section{
  top:30px
}
section div.inner {
  margin: 0px auto 110px;
  padding: 0 10px;
}
section dl {
  letter-spacing: 0.06em;
}
section dt,
section dd{
  width: 50%;
}  
  
  
}