@charset "UTF-8";
/* =================================================

個人情報等の取扱について

================================================ */
.old_header .return{
  width:200px;
  height:32px;
  margin: 0 0 15px 20px;
}
h1{
  font-size: 130%;
  padding-bottom: 1em;
}
/* line 11, ../sass/list.scss */
.fc-content {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(../js/PIE.htc);
  position: relative;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 2em;
}
.fc-content p{
  margin-bottom: 1.5em;
}
.fc-content li{
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.fc-contentin li{
  margin-bottom: 1em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.fc-content .end{
  margin-bottom: 0;
  text-align: right;
}



/* =================================================
ipad
================================================ */
@media screen and (min-width:768px) and ( max-width:1024px) {
  .old_header .return{
    width:200px;
    height:32px;
    margin: 0 0 15px 20px;
  }
  .fc-content {
    border-radius: 0;
    padding: 20px;
  }
}



/* =================================================
sp
================================================ */
@media screen and (max-width: 767px) {
  .old_header .return{
    margin: 0 0 15px 7px;
    width: 50%;
    height: auto;
  }
  .fc-content {
    border-radius: 0;
    padding: 20px;
  }
}



@media screen and (max-width: 480px) {
  .fc-content .list_col {
    width: 100%;
  }
}
