/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
  color: #3D485F;
}
main section.s01 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .dl01 dt {
  width: 150px;
  font-size: 20px;
  color: #3D485F;
}
main section.s01 .wrapper .dl01 dd {
  width: calc(100% - 150px);
}
main section.s01 .wrapper .dl01 dd span {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #3D485F;
}
main section.s01 .wrapper h3 {
  color: #3D485F;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 65px;
  position: relative;
}
main section.s01 .wrapper h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #3D485F;
  position: absolute;
  top: 16px;
  left: 0;
}
main section.s01 .wrapper .newsbox {
  margin-top: 40px;
}
main section.s01 .wrapper .newsbox p {
  font-size: 20px;
}
main section.s01 .wrapper .newsbox a {
  text-decoration: none;
  color: #3D485F;
}
main section.s01 .wrapper .btn_return {
  font-size: 20px;
  line-height: 1;
  display: block;
  text-decoration: none;
  color: #3D485F;
  width: 280px;
  padding: 20px 0;
  border-radius: 50px;
  margin: 80px auto 0;
  border: 1px solid #3D485F;
  text-align: center;
}

/* WordPress Native Styles */
/* editor */
#news-post p {
  display: block;
  margin: 1em 0;
}

#news-post strong {
  font-weight: bold;
}

#news-post em {
  font-style: italic;
}

#news-post h1 {
  font-size: 2em;
  font-weight: bold;
}

#news-post h2 {
  font-size: 1.5em;
  font-weight: bold;
}

#news-post h3 {
  font-size: 1.25em;
  font-weight: bold;
}

#news-post h4 {
  font-size: 1em;
  font-weight: bold;
}

#news-post h5 {
  font-size: 0.8em;
  font-weight: bold;
}

#news-post h6 {
  font-size: 0.6em;
  font-weight: bold;
}

#news-post img {
  height: auto;
  max-width: 100%;
}

#news-post h3 {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

#news-post ul {
  margin: 1em 0;
}

#news-post pre {
  display: block;
  padding: 0.6em;
  margin: 0 0 0.8em;
  font-size: 0.8em;
  line-height: 1.4;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
}

#news-post pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

#news-post del {
  text-decoration: line-through;
}

#news-post blockquote {
  display: inline-block;
  padding: 1em;
  position: relative;
}

#news-post blockquote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}

#news-post blockquote::after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}

#news-post ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
}

#news-post ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
}

#news-post .wp-caption {
  max-width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

#news-post .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

#news-post .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

#news-post .aligncenter {
  display: block;
  margin: 0 auto;
}

#news-post .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

#news-post .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

#news-post img[class*=wp-image-],
#news-post img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  #news-post img.alignleft,
  #news-post .wp-caption.alignleft {
    float: none;
  }
  #news-post img.alignright,
  #news-post .wp-caption.alignright {
    float: none;
  }
}
#news-post .clearfix {
  overflow: hidden;
  zoom: 1;
}

#news-post .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    color: #3D485F;
  }
  main section.s01 .wrapper .dl01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 80px;
    font-size: 10px;
    color: #3D485F;
  }
  main section.s01 .wrapper .dl01 dd {
    width: calc(100% - 80px);
  }
  main section.s01 .wrapper .dl01 dd span {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    background-color: #3D485F;
  }
  main section.s01 .wrapper h3 {
    color: #3D485F;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 50px;
    position: relative;
  }
  main section.s01 .wrapper h3::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #3D485F;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s01 .wrapper .newsbox {
    margin-top: 20px;
  }
  main section.s01 .wrapper .newsbox p {
    font-size: 12px;
  }
  main section.s01 .wrapper .newsbox a {
    text-decoration: none;
    color: #3D485F;
  }
  main section.s01 .wrapper .btn_return {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #3D485F;
    width: 180px;
    padding: 15px 0;
    border-radius: 50px;
    margin: 40px auto 0;
    border: 1px solid #3D485F;
    text-align: center;
  }
}