@charset "UTF-8";



/* ------------------------------
 * writer
 * ------------------------------ */
#log_writer {}

#log_writer div.content {
  width: 800px;
  margin: 0 auto;
}

#log_writer div.content .fv {
  margin-bottom: 40px;
}



/* ------------------------------
 * apply
 * ------------------------------ */
#log_writer div.content .apply {
  text-align: center;
  margin-bottom: 40px;
}
#log_writer div.content .apply h2 {
  color: #E3774A;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}
#log_writer div.content .apply h2 span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #E3774A;
  transform: rotate(55deg);
  position: absolute;
  left: -22px;
  bottom: -2px;
}
#log_writer div.content .apply h2 span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #E3774A;
  transform: rotate(-55deg);
  position: absolute;
  right: -22px;
  bottom: -2px;
}
#log_writer div.content .apply p.to_apply {
  width: 343px;
  margin: 0 auto;
}
#log_writer div.content .apply p.to_apply span {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/writer/writer_btn_arr.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  padding-right: 24px;
}




/* ------------------------------
 * contents
 * ------------------------------ */
#log_writer div.content section.contents {
  margin-bottom: 60px;
}
#log_writer div.content section.contents h3 {
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #FEDF32;
  border-bottom: 1px solid #FEDF32;
  padding: 4px 24px;
  margin-bottom: 24px;
}
#log_writer div.content section.contents span.bg_half_yellow {
  background: linear-gradient(to top, #FEDF32 40%, white 40%);
}
#log_writer div.content section.contents div.body {
  padding:0 24px;
}
#log_writer div.content section.contents div.body p {
  font-size: 16px;
}
#log_writer div.content section.contents p:not(:last-of-type) {
  margin-bottom: 20px;
  font-size: 16px;
}

#log_writer div.content section.contents ul.check {}
#log_writer div.content section.contents ul.check li {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/writer/writer_ico_check.png');
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 18px;
  text-indent: 22px;
  margin-bottom: 16px;
  font-size: 16px;
}
#log_writer div.content section.contents ul.check li div {
  text-indent: 0;
}
#log_writer div.content section.contents ul.check li div p {
  margin-bottom: 0;
}




@media (max-width: 800px) {
  #log_writer div.content {
    width: 100%;
  }
  #log_writer div.content .fv {
    margin-bottom: 40px;
  }
  #log_writer div.content section.contents {
    margin-bottom: 30px;
  }
  #log_writer div.content section.contents h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    margin-bottom: 16px;
    text-align: center;
  }
  #log_writer div.content section.contents div.body {
    padding:0 15px;
  }
  #log_writer div.content section.contents ul.check li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #log_writer div.content section.contents ul.check li div {
    margin-bottom: 30px;
  }
}


