@charset"UTF-8";

#contents #other_contents h2 {
  margin: 10px 0;
}

#contents #other_contents span {
  color: #d32727;
  font-weight: bold;
}

/*------------------------------------------------
  申し込みの流れ
------------------------------------------------*/
#contents #other_contents #flow_list li {
  padding: 5px 30px 10px 0;
}

#contents #other_contents #flow_list li h3 {
  margin-bottom: 5px;
}

#contents #other_contents #flow_list li #policy_link {
  text-align: right;
}

#contents #other_contents #flow_list li ul {
  width: 550px;
  margin: 10px 0;
  background-color: #ffc;
}

#contents #other_contents #flow_list li ul li {
  padding: 0;
}


/*------------------------------------------------
  申し込み 備考
------------------------------------------------*/
#contents #other_contents .flow_remarks_block {
  border: 1px solid #000;
}

#contents #other_contents .flow_remarks_block dt {
  padding: 3px;
  background-color: #0060b6;
  color: #fff;
  text-align: center;
}

#contents #other_contents .flow_remarks_block dd {
  padding: 5px 10px;
  line-height: 2;
}

#contents #other_contents .flow_remarks_block dd span {
  color: #0060b6;
}

#contents #other_contents .flow_remarks_block dd.separator {
  border-bottom: 1px solid #000;
}

/*------------------------------------------------
  申し込みの流れ 1
------------------------------------------------*/
#contents #other_contents #flow_list li #flow01_remaks {
  padding-top: 5px;
}

#contents #other_contents #flow_list li #flow01_remaks p {
  float: left;
  width: 300px;
  height: 120px;
  text-align: center;
}

#contents #other_contents #flow_list li #flow01_remaks dl {
  margin-left: 310px;
}

/*------------------------------------------------
  申し込みの流れ 2
------------------------------------------------*/
#contents #other_contents #flow_list li #flow02_remaks {
  width: 400px;
  margin-top: 15px;
}

/*------------------------------------------------
  一読願い
------------------------------------------------*/
#contents #other_contents #before_remarks dd {
  line-height: 1;
}

#contents #other_contents #before_remarks dd h3 {
  font-size: 100%;
}

#contents #other_contents #before_remarks dd span {
  color: #d32727;
}

#contents #other_contents #before_remarks dd ul {
  margin-left: 1.5em;
}

#contents #other_contents #before_remarks dd ul li {
  list-style-type: disc;
}

