@charset "UTF-8";
#contents {
  overflow: hidden;
  padding-bottom: 40px;
}
#contents p {
  font-size: 14px;
  /*font-size: $size + rem;*/
  line-height: 171%;
  margin-bottom: 35px;
}
#contents .contents_t {
  padding-bottom: 50px;
}
#contents .contents_t h2 {
  margin-bottom: 30px;
}
#contents .contents_t .servicearea {
  width: 825px;
  overflow: hidden;
}
#contents .contents_t .servicearea dl {
  border-radius: 4px;
}
#contents .contents_t .servicearea dl dt {
  font-size: 22px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#contents .contents_t .servicearea dl dd {
  margin-bottom: 5px;
  font-size: 15px;
  /*font-size: $size + rem;*/
}
#contents .contents_t .servicearea dl dd a {
  font-weight: bold;
}
#contents .contents_t .servicearea dl.facility {
  width: 484px;
  float: left;
  background-color: #ffa6b3;
  padding: 18px 23px;
}
#contents .contents_t .servicearea dl.facility dd {
  float: left;
  margin-right: 5px;
}
#contents .contents_t .servicearea dl.facility dd a {
  display: block;
  text-align: center;
  width: 237px;
  height: 37px;
  line-height: 37px;
  background: url(/wp-content/themes/iris/service/images/facility_bg_off.jpg) no-repeat;
  color: #888888;
}
#contents .contents_t .servicearea dl.facility dd a:hover {
  color: #fff;
  background: url(/wp-content/themes/iris/service/images/facility_bg_on.jpg) no-repeat;
  text-decoration: none;
}
#contents .contents_t .servicearea dl.homeworker {
  width: 239px;
  float: right;
  background-color: #98d482;
  padding: 18px 23px;
}
#contents .contents_t .servicearea dl.homeworker dd a {
  width: 237px;
  height: 37px;
  line-height: 37px;
  display: block;
  text-align: center;
  background: url(/wp-content/themes/iris/service/images/homeworker_bg_off.jpg) no-repeat;
  color: #888888;
}
#contents .contents_t .servicearea dl.homeworker dd a:hover {
  color: #fff;
  background: url(/wp-content/themes/iris/service/images/homeworker_bg_on.jpg) no-repeat;
  text-decoration: none;
}
#contents .contents_b {
  margin-bottom: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
#contents .contents_b .contents_b-t {
  width: 825px;
  overflow: hidden;
  padding-top: 35px;
}
#contents .contents_b .contents_b-t .title01 {
  background-color: #ffa6b3;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  /*font-size: $size + rem;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 1px 15px;
}
#contents .contents_b .contents_b-t .title02 {
  background-color: #98d482;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  /*font-size: $size + rem;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 1px 15px;
}
#contents .contents_b .contents_b-t .categoryarea {
  background-color: #505050;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  /*font-size: $size + rem;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 1px 35px;
}
#contents .contents_b .contents_b-t h3 {
  font-size: 20px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 15px;
}
#contents .contents_b .contents_b-b {
  border-bottom: 1px solid #dddddd;
}
#contents .contents_b .contents_b-b img {
  max-width: 825px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 25px;
}
#contents .contents_b .contents_b-b img.wp-caption {
  border: none;
  text-align: center;
  background-color: none;
  margin: 10px 0;
  padding-left: 10px;
}
#contents .contents_b .contents_b-b img.wp-caption p.wp-caption-text {
  font-size: 11px;
  /*font-size: $size + rem;*/
  padding-top: 5px;
}
#contents .contents_b .contents_b-b img.size-medium {
  width: 350px;
  height: auto;
}
#contents .contents_b .contents_b-b img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contents .contents_b .contents_b-b img.alignright {
  float: right;
}
#contents .contents_b .contents_b-b img.alignleft {
  float: left;
}
#contents .contents_b .contents_b-b div.wp-caption {
  border: none;
  text-align: center;
  background-color: none;
  margin-right: 10px;
  margin-bottom: 25px;
}
#contents .contents_b .contents_b-b div.wp-caption p.wp-caption-text {
  font-size: 11px;
  /*font-size: $size + rem;*/
  padding-top: 5px;
}
#contents .contents_b .contents_b-b div.wp-caption img {
  margin-bottom: 0;
}
#contents .contents_b .contents_b-b div.wp-caption img.size-medium {
  width: 350px;
  height: auto;
}
#contents .contents_b .contents_b-b div.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contents .contents_b .contents_b-b div.wp-caption.alignright {
  float: right;
}
#contents .contents_b .contents_b-b div.wp-caption.alignleft {
  float: left;
}
#contents .contents_b .contents_b-b div.wp-caption dl dd.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
#contents .contents_b .contents_b-b blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#contents .contents_b .contents_b-b h1 {
  font-size: 32px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 20px;
}
#contents .contents_b .contents_b-b h2 {
  font-size: 24px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 15px;
}
#contents .contents_b .contents_b-b h3 {
  font-size: 20px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 15px;
}
#contents .contents_b .contents_b-b h4 {
  font-size: 16px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .contents_b .contents_b-b h5 {
  font-size: 13px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin-bottom: 5px;
}
#contents .contents_b .contents_b-b h6 {
  font-size: 11px;
  /*font-size: $size + rem;*/
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .contents_b .contents_b-b p {
  margin-bottom: 25px;
}
#contents .contents_b .contents_b-b p em {
  font-style: italic;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#contents .contents_b .contents_b-b p.wp-caption-text {
  margin-bottom: 0;
  margin-right: 10px;
}
#contents .contents_b .contents_b-b ul {
  padding-left: 20px;
  margin-bottom: 25px;
  list-style-type: disc;
}
#contents .contents_b .contents_b-b ol {
  padding-left: 25px;
  margin-bottom: 25px;
  list-style-type: decimal;
}
#contents .totop {
  text-align: right;
  width: 825px;
  margin: 0 auto 35px;
}
#contents .totop a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
