<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
#contents .con_int {
  width: 960px;
  margin: 50px auto;
}
#contents .con_int h3 {
  margin: 0 0 20px;
}
#contents .con_int .box_int {
  margin-top: 20px;
  overflow: hidden;
}
#contents .con_int .box_int .txt_int {
  float: left;
  width: 470px;
}
#contents .con_int .box_int .tbl_course {
  float: right;
  width: 465px;
}
#contents .con_int .box_int .tbl_course th {
  width: 25%;
}

/* -----------------------------------------------------------
	.con_cor
----------------------------------------------------------- */
#contents .con_cor {
  width: 960px;
  margin: 50px auto 70px;
}
#contents .con_cor h3 {
  margin: 0 0 20px 0;
}
#contents .con_cor .img_pis {
  text-align: center;
}
#contents .con_cor .cor_area {
  width: 1000px;
  overflow: hidden;
  margin: 40px -27px 0 0;
}
#contents .con_cor .box_cor {
  width: 460px;
  float: left;
  margin: 0 40px 0 0;
  position: relative;
}
#contents .con_cor .box_cor .img_pho {
  position: absolute;
  bottom: 40px;
  left: 8px;
}
#contents .con_cor .box_cor .wrp_det {
  padding: 19px 0;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
#contents .con_cor .box_cor .wrp_det h4 {
  text-align: center;
  margin: 0 0 10px;
}
#contents .con_cor .box_cor .wrp_abo h4 {
  text-align: right;
  margin-right: 80px;
}
</pre></body></html>