@charset "utf-8";

h3 {
  position: relative;
  padding-left: 10px;
  margin-left: 100px;
}

h3:after {
  content: "";
  width:100%;
  height:4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ff66b3, #ffffff);
}

h4 {
  text-decoration: underline;
}

#font {
  font-size: 16px;
  font-weight: bold;
  color: #0033cc;
}


#apology {
  width: 980px;
  height: 340px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  float: left;
}

#apology_info {
  width: 600px;
  position: relative;
  padding-top: 10px;
  padding-left: 100px;
  float: left;
}

#apology_image {
  width: 172px;
  height: 260px;
  margin-top: 50px;
  margin-right: 100px;
  float: right;
}

#trial {
  width: 980px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  float: left;
}

#trial_section1 {
  width: 980px;
  height: 850px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

.trial_section2 {
  width: 980px;
  height: 240px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

#trial_section3 {
  width: 980px;
  height: 240px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 40px;
}

.trial_image {
  width: 240px;
  height:160px;
  margin-top: 15px;
  margin-left: 100px;
  margin-right: 20px;
  float: left;
}

.trial_info {
  width: 570px;
  margin-left: 30px;
  float: left;
}

#preparation {
  width: 370px;
  height:180px;
  border: 2px solid #ff0044;
  padding: 7px;
  border-radius: 10px;
}

