/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: #FFF7F0;
}
main section.s01 {
  padding: 180px 0 100px;
}
main section.s01 .wrapper {
  width: 1220px;
  margin: 0 auto;
}
main section.s01 .wrapper .ttlbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #464646;
  padding: 50px 0 20px;
}
main section.s01 .wrapper .ttlbox .cat {
  display: inline-block;
  padding-right: 15px;
}
main section.s01 .wrapper .ttlbox .cat span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  background-color: #FFDDA7;
  padding: 7px 15px;
  border-radius: 5px;
}
main section.s01 .wrapper .ttlbox .date {
  font-size: 15px;
  width: 130px;
}
main section.s01 .wrapper .ttlbox h2 {
  width: 100%;
  font-size: 30px;
  line-height: 1.6;
}
main section.s01 .wrapper .newsbox {
  margin-top: 10px;
}
main section.s01 .wrapper .newsbox p {
  font-size: 15px;
  line-height: 200%;
}
main section.s01 .wrapper .linkmenu {
  width: 900px;
  margin: 70px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .linkmenu .arrow {
  width: 48px;
}
main section.s01 .wrapper .linkmenu .arrow a {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .linkmenu .arrow a img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .linkmenu .all {
  text-align: center;
}
main section.s01 .wrapper .linkmenu .all a {
  display: inline-block;
  text-decoration: none;
  color: #464646;
  font-size: 20px;
}
main section.s02 {
  background-image: url(../../../images/bg02.png);
  background-size: cover;
  background-position: top 0 center;
  padding: 110px 0;
  border-radius: 40px 40px 0 0;
}

/* 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 {
    background-color: #FFF7F0;
  }
  main section.s01 {
    padding: 50px 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .ttlbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
    color: #464646;
    padding: 0;
  }
  main section.s01 .wrapper .ttlbox .cat {
    display: inline-block;
    padding-right: 15px;
  }
  main section.s01 .wrapper .ttlbox .cat span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    background-color: #FFDDA7;
    padding: 4px 10px;
    border-radius: 3px;
  }
  main section.s01 .wrapper .ttlbox .date {
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
  }
  main section.s01 .wrapper .ttlbox h2 {
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
  }
  main section.s01 .wrapper .newsbox {
    margin-top: 10px;
  }
  main section.s01 .wrapper .newsbox p {
    font-size: 14px;
    line-height: 200%;
  }
  main section.s01 .wrapper .linkmenu {
    width: 250px;
    margin: 40px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .linkmenu .arrow {
    width: 30px;
  }
  main section.s01 .wrapper .linkmenu .arrow a {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .linkmenu .arrow a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .linkmenu .all {
    text-align: center;
  }
  main section.s01 .wrapper .linkmenu .all a {
    display: inline-block;
    text-decoration: none;
    color: #464646;
    font-size: 16px;
  }
  main section.s02 {
    background-size: cover;
    background-position: top 0 center;
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
  }
}