/* 720px+*/
/* 960px+*/
h1 {
  padding: 1em 0 1em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

.photo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.photo h1 {
  display: none;
  color: #FFFFFF;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.95);
  padding: 0 1em;
}

.ppage .photo h1 {
  display: block;
  font-weight: 700;
}

#article h1.no_image {
  display: block;
  margin-top: -1em;
  padding: 0 0 1em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  color: black;
}

#main_title .wbox {
  padding: 2em 1em;
  background-color: #FFFFFF;
}

#breadcrumb {
  color: #8F9193;
  font-weight: 500;
  text-align: left;
  margin: -1em 0 1em 1em;
}

#breadcrumb a {
  color: #8F9193;
  font-weight: 500;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #212529;
}

.left {
  margin: 0 1em;
}

.ppage #main_img .banner_wrap {
  min-height: 18em;
  padding-bottom: 0;
  position: relative;
}

#article {
  width: 100%;
  border-bottom: 2em solid #fff;
  background-color: #FFFFFF;
}

#article h1 {
  padding: 0 0 0.5em 0;
}

#article h1 span.adate {
  font-size: 0.75em;
  color: #999999;
  display: block;
}

#article h1 span.adate span {
  color: #bbbbbb;
  font-weight: normal;
}

#article .wrap {
  padding: 1em;
}

#article .perex {
  margin-bottom: 1.5em;
  text-align: justify;
}

#article .text_content {
  padding: 0;
  line-height: 1.5em;
  text-align: justify;
}

#article .text_content a {
  text-decoration: underline;
}

#article .text_content a:hover {
  color: #212529;
  text-decoration: underline;
}

#article .text_content img.pg_full {
  width: 100%;
  margin: 1.5em 0;
}

#article .text_content img.pg_half_l {
  width: 50%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#article .text_content img.pg_half_r {
  width: 50%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#article .text_content img.pg_third_l {
  width: 33%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#article .text_content img.pg_third_r {
  width: 33%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#article .text_content h2 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content h3 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content h4 {
  margin-bottom: 0.25em;
  font-weight: bold;
}

#article .text_content .attachments {
  margin: 1em 0 2em 0;
}

#article .text_content .attachments h5 {
  font-weight: bold;
}

#article .text_content .gallery {
  margin: 1em 0 2em 0;
}

#article .text_content p {
  margin-bottom: 1em;
}

#article .text_content li {
  margin-bottom: 0.5em;
  margin-left: 1.25em;
  list-style-position: outside;
  list-style-type: disc;
}

#article h2 {
  padding: 0 0 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
}

#article h2 a {
  color: #212529;
  text-decoration: none;
}

#article h2 a:hover {
  text-decoration: underline;
}

#article .text_wrap {
  color: black;
  padding-bottom: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#article .action_button {
  margin-bottom: 2em;
}

#article .bg {
  width: 100%;
  height: 15em;
  border-top-right-radius: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#article .clear {
  clear: both;
  background-color: #FFFFFF;
  height: 2em;
}

#article .clear.end {
  height: 0;
}

#article .tags {
  margin-bottom: 0.5em;
}

#article .tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  line-height: 2em;
  font-size: 0.875em;
}

#article .tags li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 2em;
  background-color: #0085E5;
  color: #FFFFFF;
  border-radius: 0.25em;
  text-decoration: none;
}

#articles {
  width: 100%;
  border-bottom: 2em solid #fff;
  background-color: #FFFFFF;
}

#articles .wrap {
  padding: 1em;
  background-color: #F6F6F6;
}

#articles h2 {
  padding: 0 0 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
}

#articles h2 a {
  color: #212529;
  text-decoration: none;
}

#articles h2 a:hover {
  text-decoration: underline;
}

#articles h2 span {
  font-size: 0.75em;
  display: block;
  color: #999999;
}

#articles .text_wrap {
  color: black;
  padding-bottom: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#articles .action_button {
  margin-bottom: 2em;
}

#articles .bg {
  width: 100%;
  height: 15em;
  border-top-right-radius: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#articles .clear {
  clear: both;
  background-color: #FFFFFF;
  height: 2em;
}

#articles .tags {
  margin-bottom: 0.5em;
}

#articles .tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  line-height: 2em;
  font-size: 0.75em;
}

#articles .tags li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 2em;
  background-color: #0085E5;
  color: #FFFFFF;
  border-radius: 0.25em;
  text-decoration: none;
}

.partner_logo {
  border: 1px solid #CED4DA;
  margin-bottom: 1em;
}

.partner_logo .inner {
  position: relative;
  padding-bottom: 60%;
}

.partner_logo .inner .iwrap {
  position: absolute;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner_logo .inner .iwrap img {
  max-width: 90%;
  max-height: 90%;
}

@media screen and (min-width: 45em) {
  .photo h1 {
    display: block;
  }
  .photo h1 span.adate {
    display: none;
  }
  #article h1 {
    display: none;
  }
  #article h1.ttl_dwn {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
  }
  #article h1.ttl_dwn span.adate {
    line-height: 1em;
    display: inline-block;
    float: right;
    padding: 0.5em 0 0 1em;
  }
  .ppage #main_img .banner_wrap {
    padding-bottom: 41.67%;
    position: relative;
  }
  .partner_logo {
    width: 50%;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 70em) {
  h1 {
    padding: 0.75em 0 0.25em 0;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 2.625em;
  }
  #main_title {
    text-align: center;
  }
  #article {
    background-color: #FFFFFF;
    padding: 1em 2em;
  }
  #article h2 {
    font-size: 1.25em;
  }
  #article .wrap {
    height: 13em;
    padding: 0 2em 1em 0;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
  }
  #article .wrap .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 2em;
  }
  #article .action_button {
    margin-bottom: 0;
  }
  #article .clear {
    clear: both;
    background-color: #FFFFFF;
    height: 2em;
  }
  #article .clear.end {
    height: 0;
  }
  #articles {
    background-color: #FFFFFF;
    padding: 1em 0;
  }
  #articles h2 {
    font-size: 1.25em;
  }
  #articles h2 span {
    line-height: 1em;
    display: inline-block;
    float: right;
    padding: 0.365em 0 0 1em;
  }
  #articles .wrap {
    height: 16em;
    padding: 2em;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
  }
  #articles .wrap .info {
    width: 50%;
    padding: 0 2em 0 0;
    overflow: hidden;
  }
  #articles .wrap .image {
    width: 50%;
    height: 12em;
    position: relative;
  }
  #articles .wrap .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 2em;
  }
  #articles .action_button {
    margin-bottom: 0;
  }
  #articles .clear {
    clear: both;
    background-color: #FFFFFF;
    height: 2em;
  }
}

/*# sourceMappingURL=article.css.map */
