<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap_flex_box{
  display: flex;
  flex-direction: row;
}

.box_l{
  margin: 0 10px;
  /* width: 500px; */
  width: 600px;
}

.box_r{
  margin: 0 10px;
  padding: 10px;
  /* width: 300px; */
  /* width: 400px; */
  width: 500px;
}

.resultArea{
  /* width: 840px; */
  max-width: 1000px;
  height: 630px;
  /* overflow-x: hidden;
  overflow-y: scroll; */
  overflow: hidden;
}

.ad_area{
  text-align: left;
  margin-top: 26px;
}

.ad_area p{
  margin-bottom: 13px;
  border-bottom: 1px dotted #ACACAC;
  padding-bottom: 15px;
}

.ad_area p.ad_header span{
  color: #DA7062;
}

.ad_area dl.serviceList {
  text-align: left;
  margin: 0 0 20px;
}

.ad_area dl.serviceList dt {
  position: relative;
  /* width: 300px; */
  margin-bottom: 5px;
  padding-top: 15px;
  padding-left: 130px;
  font-weight: bold;
  border-top: 1px dotted #ACACAC;
}

.ad_area dl.serviceList dt.firstChild,
.ad_area dl.serviceList dt:first-child {
  border-top: 0;
  padding-top: 0;
}

.ad_area dl.serviceList dt img {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 2px;
}

.ad_area dl.serviceList dt.firstChild img,
.ad_area dl.serviceList dt:first-child img {
  top: 0;
}

.ad_area dl.serviceList dd {
  margin-bottom: 15px;
  padding-left: 130px;
  height: 50px;
}

.ad_area dl.serviceList &gt; dd {
  min-height: 50px;
  height: auto;
}

.ad_none{
  width: 628px;
}

.mail_complete{
  width: 500px;
  margin: 0px auto;
}

div.input__field{
  text-align: center;
}

div.input__field input[type="text"],
div.input__field input[type="email"],
div.input__field textarea{
  font-size: 90%;
  line-height: 100%;
  width: 80%;
  height: 40px;
  border: 2px solid #a8a8a8;
  display: block;
  margin: 15px auto;
}

div.input__field textarea{
  height: 70px;
}

@media screen and (max-width: 768px) {
  .wrap_flex_box{
    flex-direction: column;
    align-items: center;
  }

  .ad_area p{
    margin-bottom: 5px;
  }

  .box_l{
    width: 100%;
  }

  .box_r{
    width: 100%;
  }

  .resultArea{
    width: 100%;
    overflow-y: scroll;
  }

  .resultDetail {
    margin: 5px;
  }

  .ad_area dl.serviceList dt,
  .ad_area dl.serviceList dd{
    padding: 5px;
    width: 100%;
  }

  .ad_area dl.serviceList dt{
    text-align: center;
  }

  .ad_area dl.serviceList dt img{
    position: relative;
    top: 5px;
    padding: 2px;
  }

  .ad_none,
  .mail_complete{
    width: 100%;
  }

  div.input__field input[type="text"],
  div.input__field input[type="email"],
  div.input__field textarea{
    width:95%
  }
}
</pre></body></html>