@charset "UTF-8";
/* =================================
sec01 
================================= */
#header-area01 {
    line-height: 1.5;
}
.sec01 {
  margin-bottom: 80px;
  overflow: hidden;
}
.sec01 p {
  margin-bottom: 50px;
}
.sec01 {
  margin-bottom: 80px;
  overflow: hidden;
}
.sec01 h2 {
  margin-bottom: 40px;
  padding: 30px 20px;
  background: #efefef;
}
.sec01 dl {
  margin-bottom: 40px;
}
.sec01 dl dt {
  margin-bottom: 20px;
  padding-left: 0.8em;
  font-size: 20px;
  font-weight: bold;
  text-indent: -0.8em;
  line-height: 1.4;
}
.sec01 dl dd ul li {
  margin-bottom: 0.5em;
  ;
  padding: 0 1em;
  font-size: 16px;
  line-height: 1.6;
  background: url('../../common/img/ic_list_square.jpg') 0% 8px no-repeat;
  background-size: 5px;
}
.sec01 ol {
  margin-bottom: 40px;
}
.sec01 ol li {
  margin-bottom: 1em;
  padding-left: 2em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.sec01 ol li:last-child {
  margin-bottom: 0;
}
.sec01 ol li span {
  width: 15px;
  color: #b60081;
  display: inline-block;
}
.sec01 small {
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
  float: right;
}

@media screen and (max-width: 740px) {
.sec01 {
  width: auto;
  padding: 0 15px;
  margin-bottom: 60px;
}
.sec01 p {
  margin-bottom: 30px;
}
.sec01 h1 {
  margin: 20px 0;
}
.sec01 ol {
  margin-bottom: 30px;
}
.sec01 ol li {
  padding-left: 20px;
  text-indent: -10px;
}
.sec01 ol li span {
  width: 9px;
}
#topicArea {
    width: auto;
    padding: 7px 10px;
    display: block;
}
}
