@charset "UTF-8";
/* * * * * * * * * * * * * * * *
 * ELEMENT
 * * * * * * * * * * * * * * */
* {
  box-sizing: border-box; }

html {
  font-size: 10px;
  min-width: 1100px; }
  @media (max-width: 759px) {
    html {
      min-width: 100%; } }

body {
  line-height: 2.26667;
  font-size: 1.4rem;
  font-family: Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.box_tab_item_topics img {
  max-height: 157px; }

a {
  color: inherit;
  text-decoration: none;
  display: inline-block; }
  a:hover {
    color: #339900;
    text-decoration: underline; }

input, textarea, select {
  font: inherit;
  vertical-align: top; }

/* * * * * * * * * * * * * * * *
 * GENERAL CLASS
 * * * * * * * * * * * * * * */
.hover {
  -webkit-transition: opacity 0 ease;
  transition: opacity 0 ease; }
  .hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  border-style: none; }

.inner {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 760px) {
    .inner {
      width: 1080px;
      padding: 0 10px; } }
  @media (max-width: 759px) {
    .inner {
      max-width: 100%; } }

/* * * * * * * * * * * * * * * *
 * LAYOUT
 * * * * * * * * * * * * * * */
/* section */
.cmp_section ~ .cmp_section {
  margin-top: 40px; }
.cmp_section > :first-child {
  margin-top: 0; }

.cmp_box_col4 .item .image_inner {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden; }
  .cmp_box_col4 .item .image_inner img {
    object-fit: cover;
    font-family: "object-fit:cover;";
    object-position: top;
    width: 100%;
    height: 100%; }

@media (min-width: 760px) {
  .cmp_box_col4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .cmp_box_col4 .item {
      width: 22.60274%;
      margin-right: 3.0137%;
      margin-bottom: 3.0137%; }
      .cmp_box_col4 .item:nth-child(4n) {
        margin-right: 0; }
      .cmp_box_col4 .item .image_inner {
        width: 164px;
        height: 164px; } }
/*　関連記事　 */
.cmp_section {
  /* 2024 .timeline-event-content */
  /* 2024 .timeline-event-copy */
  /* 2024 .timeline-event-icon */ }
  .cmp_section .timeline {
    margin: 0 auto 20px;
    position: relative;
    /* 2024 .timeline:before */ }
    .cmp_section .timeline:before {
      background-color: #CCCCCC;
      content: "";
      margin-left: -1px;
      position: absolute;
      top: 5px;
      left: 0.5em;
      width: 2px;
      height: 100%; }
  .cmp_section .corresponding a {
    pointer-events: none; }
  .cmp_section .timeline-event.corresponding .timeline-event-icon {
    background-color: #399D00;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .cmp_section .timeline-event.corresponding .timeline-event-copy h3 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.375; }
  .cmp_section .timeline-event {
    display: flex;
    position: relative; }
    .cmp_section .timeline-event:hover .timeline-event-icon {
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      background-color: #399D00; }
    .cmp_section .timeline-event:hover .timeline-event-thumbnail {
      /* -moz-box-shadow: inset 40em 0 0 0 #a83279 */
      *-webkit-box-shadow: inset 40em 0 0 0 #a83279;
      *box-shadow: inset 40em 0 0 0 #a83279; }
    .cmp_section .timeline-event .timeline-event-copy h3 {
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.375; }
  .cmp_section .timeline-event-content {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 0 0;
    margin: 0 0 0 2em;
    text-decoration: none;
    width: 100%;
    position: relative;
    top: -0.75em;
    /* 2024 .timeline-event-thumbnail */ }
    .cmp_section .timeline-event-content:hover .timeline-event-thumbnail {
      opacity: 0.7; }
    .cmp_section .timeline-event-content:hover .timeline-event-date {
      text-decoration: none; }
    .cmp_section .timeline-event-content:hover h3 {
      text-decoration: underline; }
    .cmp_section .timeline-event-content .timeline-event-date {
      color: #777;
      font-size: 12px; }
    .cmp_section .timeline-event-content .timeline-event-thumbnail {
      margin-left: 1em; }
      .cmp_section .timeline-event-content .timeline-event-thumbnail img {
        height: 75px;
        max-width: initial;
        object-position: top;
        object-fit: cover;
        width: 75px; }
  .cmp_section .timeline-event-copy .timeline-event-date {
    padding-bottom: 0.25em !important; }
  .cmp_section .timeline-event-copy .timeline-event-date.lock::after {
    content: "";
    color: #999;
    font-size: 12px;
    padding: 0 0 0 6px;
    font-family: "icomoon";
    font-weight: 500;
    line-height: 1.5; }
  .cmp_section .timeline-event-copy h3 {
    font-size: 1em;
    overflow-wrap: break-word; }
    .cmp_section .timeline-event-copy h3.lock a::after, .cmp_section .timeline-event-copy h3.is-img a::after {
      padding: 0 0 0 6px;
      font-family: "icomoon";
      font-weight: 500; }
    .cmp_section .timeline-event-copy h3.lock a::after {
      content: "";
      font-size: 1.5rem;
      line-height: 1.5;
      color: #999; }
    .cmp_section .timeline-event-copy h3.is-img a:after {
      content: "";
      font-size: 1rem;
      bottom: 2px;
      color: #7f7f7f; }
  .cmp_section .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em; }
  .cmp_section .timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    background-color: #CCCCCC;
    outline: 5px solid white;
    display: block;
    margin: 0.6em 0.5em 0.5em -0.4em;
    position: absolute;
    top: 0;
    left: 0.5em;
    width: 0.75em;
    height: 0.75em;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border-radius: 0.75em; }

@media (max-width: 759px) {
  .cmp_section .timeline-event-content .timeline-event-thumbnail img {
    height: 80px;
    width: 80px; } }
/* * * * * * * * * * * * * * * *
 * ARTICLE LIST
 * * * * * * * * * * * * * * */
.cmp_article_list_box a {
  display: block; }
  .cmp_article_list_box a:hover .image {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
  .cmp_article_list_box a:hover .category, .cmp_article_list_box a:hover .date {
    text-decoration: none; }
.cmp_article_list_box .text {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc; }
.cmp_article_list_box .category, .cmp_article_list_box .date {
  line-height: 1.5;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle; }
.cmp_article_list_box .category {
  float: left;
  padding: 0 0.5em;
  min-width: 5em;
  background-color: #ccc;
  text-align: center;
  color: #333; }
.cmp_article_list_box .date {
  float: right;
  color: #777; }
.cmp_article_list_box .title {
  clear: both;
  padding-top: 8px;
  line-height: 1.375;
  font-weight: bold; }
  .cmp_article_list_box .title.lock:after, .cmp_article_list_box .title.is-img:after {
    padding: 0 0 0 6px;
    font-family: "icomoon"; }
  .cmp_article_list_box .title.lock:after {
    bottom: 0;
    content: "";
    font-size: 14px;
    color: #7f7f7f; }
  .cmp_article_list_box .title.is-img:after {
    bottom: 2px;
    content: "";
    font-size: 1.25rem;
    color: #7f7f7f; }

@media (max-width: 759px) {
  .cmp_article_list_box a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0; }
  .cmp_article_list_box .text {
    margin: 0 0 0 15px;
    padding: 0;
    border-top: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .cmp_article_list_box .category, .cmp_article_list_box .date {
    line-height: 1.5;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle; }
  .cmp_article_list_box .category {
    float: left;
    padding: 0 0.5em;
    min-width: 5em;
    background-color: #ccc;
    text-align: center;
    color: #333; }
  .cmp_article_list_box .date {
    float: left;
    color: #777;
    margin: 0 0 0 10px; }
  .cmp_article_list_box .title {
    clear: both;
    padding-top: 8px;
    line-height: 1.375;
    font-weight: bold;
    font-size: 16px; }

  .item:last-of-type .cmp_article_list_box a {
    border-bottom: none; } }
/* ============================================================= */
/*　記事　 */
.cmp_article_list_row .item + .item {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ccc; }
.cmp_article_list_row .item a {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .cmp_article_list_row .item a:hover .image {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
  .cmp_article_list_row .item a:hover .info {
    text-decoration: none; }
    .cmp_article_list_row .item a:hover .info .date {
      text-decoration: none; }
.cmp_article_list_row .item .image, .cmp_article_list_row .item .text {
  display: table-cell;
  vertical-align: middle; }
.cmp_article_list_row .item .image {
  width: 50px; }
.cmp_article_list_row .item .image_inner {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden; }
  .cmp_article_list_row .item .image_inner.border {
    border: 1px solid #ccc; }
  .cmp_article_list_row .item .image_inner img {
    object-fit: cover;
    font-family: "object-fit:cover;";
    object-position: top;
    width: 100%;
    height: 100%; }
.cmp_article_list_row .item .text {
  padding-left: 10px;
  line-height: 1.375;
  font-size: 1.6rem; }
  .cmp_article_list_row .item .text .info {
    margin-bottom: 5px; }
    .cmp_article_list_row .item .text .info .category {
      display: inline-block;

      background-color: #ccc;
      text-align: center;
      font-size: 1.2rem;
      color: #333;
	  padding: 2px 8px; }
      .cmp_article_list_row .item .text .info .category + .date {
        margin-left: 22px; }
    .cmp_article_list_row .item .text .info .date {
      display: inline-block; }
      .cmp_article_list_row .item .text .info .date.lock {
        position: relative; }
        .cmp_article_list_row .item .text .info .date.lock:after {
          padding: 0 0 0 5px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          content: "";
          font-family: "icomoon";
          font-size: 1.5rem;
          color: #999; }
.cmp_article_list_row.large .item + .item {
  margin-top: 15px;
  padding-top: 15px; }
.cmp_article_list_row.large .item .image {
  width: 120px;
  vertical-align: top; }
.cmp_article_list_row.large .item .image_inner {
  width: 120px;
  height: 120px; }
.cmp_article_list_row.large .item .text {
  padding-top: 5px;
  padding-left: 25px;
  vertical-align: top;
  line-height: 1.375; }
  .cmp_article_list_row.large .item .text .info {
    margin-bottom: 8px;
    line-height: 1.42857;
    font-size: 1.4rem;
    color: #777; }
    .cmp_article_list_row.large .item .text .info .category {
      line-height: 1.66667; }
  .cmp_article_list_row.large .item .text .title {
    font-size: 1.8rem;
    font-weight: bold; }
    .cmp_article_list_row.large .item .text .title.is-img:after {
      padding: 0 0 0 10px;
      content: "";
      font-family: "icomoon";
      font-size: 1.25rem;
      bottom: 2px;
      color: #7f7f7f; }
.cmp_article_list_row.has_bottom_line .item:last-child {
  padding-bottom: 15px; }

@media (max-width: 759px) {
  .cmp_article_list_row.large .item + .item {
    margin-top: 15px;
    padding-top: 15px; }
  .cmp_article_list_row.large .item .image {
    width: 80px; }
  .cmp_article_list_row.large .item .image_inner {
    width: 80px;
    height: 80px; }
  .cmp_article_list_row.large .item .text {
    padding-left: 10px; }
    .cmp_article_list_row.large .item .text .info {
      margin-bottom: 8px;
      font-size: 1.4rem;
      color: #777; }
    .cmp_article_list_row.large .item .text .title {
      font-size: 1.6rem; } }
.cmp_info_box + .cmp_info_box {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ccc; }
.cmp_info_box .title {
  line-height: 1.4;
  font-size: 1.6rem; }
.cmp_info_box .description {
  font-size: 1.4rem; }
.cmp_info_box .row {
  display: table;
  table-layout: fixed;
  margin: 15px 20px 0;
  width: auto; }
  .cmp_info_box .row .image, .cmp_info_box .row .text {
    display: table-cell;
    vertical-align: middle; }
  .cmp_info_box .row .image {
    width: 103px; }
    .cmp_info_box .row .image img {
      max-width: 103px; }
  .cmp_info_box .row .text {
    padding-left: 10px;
    line-height: 1.83333;
    font-size: 1.2rem; }

/* header */
.cmp_article_header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #777; }
  .cmp_article_header > :first-child {
    margin-top: 0; }
  .cmp_article_header .category {
    display: inline-block;
    margin-right: 20px;
    padding: 0 1em;
    min-width: 94px;
    background-color: #ccc;
    vertical-align: middle;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    font-size: 1.6rem; }
  .cmp_article_header .date {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.6rem;
    color: #777; }
    .cmp_article_header .date.lock {
      position: relative; }
      .cmp_article_header .date.lock:after {
        padding: 0 0 0 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        content: "";
        font-family: "icomoon";
        font-size: 1.5rem;
        color: #999; }
  .cmp_article_header .paid-articles {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.75;
    font-size: 1.6rem;
    color: #399D00; }
  .cmp_article_header .title {
    margin-top: 15px;
    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: bold; }

/* title */
.cmp_title_primary {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #777;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.7rem; }
  .cmp_title_primary::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 6px;
    width: 3px;
    background-color: #339900; }
  .cmp_title_primary.large {
    font-size: 2.4rem; }

#column_sub .cmp_title_primary {
  margin-bottom: 15px; }

/* title lv3 */
.cmp_title_primary_lv3 {
  position: relative;
  margin-bottom: 9px;
  padding: 0 0 6px 23px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold; }
  .cmp_title_primary_lv3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 6px;
    width: 3px;
    background-color: #339900; }

/* banner list */
.cmp_banner_list ul li {
  text-align: center; }
  @media (min-width: 760px) {
    .cmp_banner_list ul li.banner_PC {
      display: block; }
    .cmp_banner_list ul li.banner_SP {
      display: none; } }
  @media (max-width: 759px) {
    .cmp_banner_list ul li.banner_PC {
      display: none; }
    .cmp_banner_list ul li.banner_SP {
      display: block;
      width: 320px;
      height: 50px;
      margin: 0 auto; } }
  .cmp_banner_list ul li + li {
    margin-top: 10px; }
  .cmp_banner_list ul li.banner_small {
    margin-left: 10.56338%;
    margin-right: 10.56338%; }
.cmp_banner_list ul a {
  -webkit-transition: opacity 0 ease;
  transition: opacity 0 ease;
  display: inline-block; }
  .cmp_banner_list ul a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

.cmp_banner_list.top {
  padding-top: 20px; }
  .cmp_banner_list.top li + li {
    margin-top: 0; }
  @media (max-width: 759px) {
    .cmp_banner_list.top {
      padding: 15px 10px 0; } }

/* * * * * * * * * * * * * * * *
 * BUTTON
 * * * * * * * * * * * * * * */
.cmp_button_basic {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #777;
  color: #777; }

.cmp_button_archive {
  margin-top: 15px;
  text-align: right; }
  .cmp_button_archive a {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid;
    text-align: center;
    line-height: 1.64286;
    font-size: 1.4rem;
    color: #777;
    -webkit-transition: opacity 0 ease;
    transition: opacity 0 ease; }
    .cmp_button_archive a::after {
      content: "";
      display: inline-block;
      margin-left: 10px;
      width: 7px;
      height: 7px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .cmp_button_archive a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

/* 関連ワード */
.cmp_article_words {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .cmp_article_words p {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .cmp_article_words ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
  .cmp_article_words li {
    margin-right: 12px; }
    .cmp_article_words li a:link, .cmp_article_words li a:visited, .cmp_article_words li a:focus {
      color: #399D00; }
    .cmp_article_words li a:hover {
      color: #E20A16; }

/* share buttons */
.cmp_article_share ul {
  margin-bottom: 20px; }
  .cmp_article_share ul::after {
    content: "";
    display: block;
    clear: both; }
.cmp_article_share li {
  float: left;
  width: 110px;
  text-align: center; }
  .cmp_article_share li + li {
    margin-left: 20px; }
  .cmp_article_share li.facebook {
    background-color: #3b589e; }
  .cmp_article_share li.twitter {
    background-color: #000; }
  .cmp_article_share li.hatena {
    background-color: #008fde; }
  .cmp_article_share li.line {
    background-color: #00c300;
    display: none; }
  .cmp_article_share li .count {
    display: block; }
  .cmp_article_share li a {
    width: 100%;
    color: inherit;
    display: block; }

@media (max-width: 759px) {
  .cmp_article_share li {
    width: 24%;
    text-align: center; }
    .cmp_article_share li img {
      width: 25px; }
    .cmp_article_share li + li {
      margin-left: 1%; }
    .cmp_article_share li.line {
      display: block; }
    .cmp_article_share li a {
      padding: 5px 0; } }
/* back */
.cmp_button_back {
  text-align: center; }
  .cmp_button_back > a > button, .cmp_button_back > button {
    display: inline-block;
    margin-top: 26px;
    padding: 6px 12px;
    border: 1px solid;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    color: #777;
    -webkit-transition: opacity 0 ease;
    transition: opacity 0 ease;
    vertical-align: middle; }
  .cmp_button_back > a > button:hover, .cmp_button_back > button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10);
    text-decoration: none; }
  .cmp_button_back > a > button::before, .cmp_button_back > button::before {
    content: "";
    display: inline-block;
    margin: 0 6px 1px 3px;
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

/* next */
.cmp_button_next {
  text-align: center; }
  .cmp_button_next > a, .cmp_button_next > button {
    display: inline-block;
    margin-top: 26px;
    padding: 6px 12px;
    border: 1px solid;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    background-color: #777;
    color: #fff;
    -webkit-transition: opacity 0 ease;
    transition: opacity 0 ease;
    vertical-align: middle; }
  .cmp_button_next > a:hover, .cmp_button_next > button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10);
    text-decoration: none; }
  .cmp_button_next > a::after {
    content: "";
    display: inline-block;
    margin: 0 6px 1px 3px;
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .cmp_button_next > button {
    min-width: 200px; }
    .cmp_button_next > button::after {
      content: "";
      display: inline-block;
      margin: 0 6px 1px 3px;
      width: 7px;
      height: 7px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* * * * * * * * * * * * * * * *
 * BREADCRUMB
 * * * * * * * * * * * * * * */
.cmp_breadcrumb {
  margin-bottom: 15px;
  font-size: 1.4rem; }
  @media (max-width: 759px) {
    .cmp_breadcrumb {
      display: none; } }
  .cmp_breadcrumb a {
    color: #339900; }
  .cmp_breadcrumb li {
    display: inline;
    margin-right: 0.5em;
    font-size: 12px; }
    .cmp_breadcrumb li + li::before {
      content: ">";
      display: inline-block;
      margin-right: 0.5em; }
    .cmp_breadcrumb li:last-child {
      margin-right: 0; }

/* * * * * * * * * * * * * * * *
 * PAGER
 * * * * * * * * * * * * * * */
.cmp_pager {
  margin: 40px auto 40px; }
  .cmp_pager ul {
    text-align: center;
    font-size: 0; }
    .cmp_pager ul li {
      display: inline-block;
      margin: 0 5px;
      border: 1px solid #ccc;
      background-color: #fff;
      min-width: 1.75em;
      line-height: 1.78571;
      text-align: center;
      font-size: 1.4rem;
      color: #333; }
      .cmp_pager ul li.is_current {
        background-color: #ccc;
        color: #333; }
        .cmp_pager ul li.is_current a {
          pointer-events: none; }
      .cmp_pager ul li.nolink {
        border-color: #fff;
        background-color: #fff;
        min-width: 0; }
      .cmp_pager ul li.prev, .cmp_pager ul li.next {
        border-color: #777;
        background-color: #777;
        min-width: 0;
        width: 1.45em;
        color: #fff; }
      .cmp_pager ul li.prev a::before, .cmp_pager ul li.next a::before {
        content: "";
        display: inline-block; }
      .cmp_pager ul li.prev {
        margin-right: 17px; }
        .cmp_pager ul li.prev a::before {
          width: 9px;
          height: 9px;
          border-right: 1px solid;
          border-bottom: 1px solid;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          margin-right: -4.5px; }
      .cmp_pager ul li.next {
        margin-left: 17px; }
        .cmp_pager ul li.next a::before {
          width: 9px;
          height: 9px;
          border-right: 1px solid;
          border-bottom: 1px solid;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-left: -4.5px; }
      .cmp_pager ul li > a, .cmp_pager ul li > span {
        color: inherit; }
      .cmp_pager ul li:hover:not(.is_current) {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      .cmp_pager ul li a:hover {
        text-decoration: none; }

/* icon cross */
.cmp_icon_cross {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 2px;
  vertical-align: middle;
  background-color: transparent; }
  .cmp_icon_cross::before, .cmp_icon_cross::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #777; }
  .cmp_icon_cross::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cmp_icon_cross::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.table_basic {
  width: 100%;
  border: solid 1px #ccc; }
  .table_basic th {
    width: 98px;
    padding: 9px 4px 9px 15px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #f3f3f3;
    text-align: left; }
  .table_basic td {
    padding: 9px 18px;
    border-bottom: solid 1px #ccc;
    line-height: 1.42; }
    .table_basic td a {
      color: #339900;
      text-decoration: underline; }
      .table_basic td a.link_gray {
        text-decoration: none; }
        .table_basic td a.link_gray:hover {
          color: #777;
          text-decoration: underline; }

.link_pdf_ico {
  position: relative;
  color: #339900; }
  .link_pdf_ico::after {
    display: inline-block;
    content: "";
    width: 27px;
    height: 17px;
    margin: 0 3px;
    background-image: url(/img/common/ico_pdf_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle; }
  .link_pdf_ico.link_gray {
    text-decoration: none; }
    .link_pdf_ico.link_gray:hover {
      color: #777;
      text-decoration: underline; }
      .link_pdf_ico.link_gray:hover::after {
        background-image: url(/img/common/ico_pdf_02.png); }

.cmp_section .cmn_btn_modal {
  margin-top: 13px;
  text-align: right; }
.cmp_section .area {
  background: #fff;
  display: none;
  opacity: 0; }
.cmp_section .area.is-active {
  animation-name: displayAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  display: block; }
.cmp_section .corresponding-nav-list {
  display: flex;
  flex-wrap: wrap; }
.cmp_section .corresponding-nav-item.active a {
  background: #399D00;
  color: #fff; }
.cmp_section .corresponding-nav-item {
  margin: 0 10px 10px 0; }
  .cmp_section .corresponding-nav-item:hover a {
    background: #399D00;
    color: #fff; }
  .cmp_section .corresponding-nav-item a {
    background: #e8e8e8;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
    transition: 0.2s;
    white-space: nowrap; }
.cmp_section .cmn_button_zoom {
  position: relative;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none; }
  .cmp_section .cmn_button_zoom::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(/img/common/icn_zoom_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: -4px; }
  .cmp_section .cmn_button_zoom:hover {
    color: #339900;
    text-decoration: underline; }
    .cmp_section .cmn_button_zoom:hover::before {
      background-image: url(/img/common/icn_zoom_02.png);
      background-repeat: no-repeat;
      background-position: center center; }

@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.cmn_lnavi {
  margin-top: 76px; }

.cmn_lnavi_list > li {
  border-bottom: solid 1px #ccc; }
  .cmn_lnavi_list > li:first-child {
    border-top: solid 1px #ccc; }
  .cmn_lnavi_list > li > a {
    display: block;
    position: relative;
    padding: 10px 0; }
  .cmn_lnavi_list > li span {
    display: block;
    position: relative;
    padding: 10px 0; }
    .cmn_lnavi_list > li span.is_current {
      color: #339900; }
      .cmn_lnavi_list > li span.is_current::after {
        border-color: #339900; }
    .cmn_lnavi_list > li span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      right: 18px;
      width: 8px;
      height: 8px;
      margin-top: -5px;
      border-top: solid 2px #777;
      border-right: solid 2px #777;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .cmn_lnavi_list > li > a.is_current {
    color: #339900; }
    .cmn_lnavi_list > li > a.is_current::after {
      border-color: #339900; }
  .cmn_lnavi_list > li > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #777;
    border-right: solid 2px #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cmn_lnavi_list > li > a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10);
    text-decoration: none;
    color: #333; }
    .cmn_lnavi_list > li > a:hover::after {
      border-color: #777; }

/* * * * * * * * * * * * * * * * * * * * *
 * トップメインバナー用　スライド表示後削除
 * * * * * * * * * * * * * * * * * * * * */
#top_contents a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10);
  text-decoration: none; }

/* * * * * * * * * * * * * * *
 * 会員限定記事　ボタン
 * * * * * * * * * * * * * * */
.members-only_section {
  background-color: #F3F3F3;
  padding: 10px 10px 0 10px; }
  .members-only_section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .members-only_section ul li {
      margin: 0 0 2% 0;
      width: 49%;
      text-align: center; }
      .members-only_section ul li a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

@media (min-width: 640px) {
  .members-only_section {
    padding: 20px 20px 0px 20px;
    margin-top: 20px; }
    .members-only_section ul {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      .members-only_section ul li {
        margin: 0 0 3.5% 1%;
        width: 24%; }
        .members-only_section ul li:nth-of-type(4n-3) {
          margin: 0 0 3.5% 0; } }
@media (max-width: 639px) and (min-width: 320px) {
  .members-only_section {
    margin-top: 20px; }
    .members-only_section ul {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      .members-only_section ul li {
        margin: 0 0 2% 2%;
        width: 32%; }
        .members-only_section ul li:nth-of-type(3n-2) {
          margin: 0 0 2% 0; } }
/* * * * * * * * * * * * * * *
 * 人気コンテンツ
 * * * * * * * * * * * * * * */
.popular-content_section {
  background-color: #F3F3F3;
  padding: 10px 20px 10px 20px;
  margin: 20px 0; }
  .popular-content_section h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold; }
  .popular-content_section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .popular-content_section ul li {
      margin: 0 0 20px 0; }
      .popular-content_section ul li p {
        text-align: center;
        margin-top: 0px;
        font-size: 12px; }
      .popular-content_section ul li a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

/* * * * * * * * * * * * * * *
 * 関連ワード
 * * * * * * * * * * * * * * */
.article_words_block {
  width: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .article_words_block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
  .article_words_block li {
    margin-right: 12px;
    margin-bottom: 5px; }
    .article_words_block li a {
      padding: 2px 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-color: #F3F3F3; }
      .article_words_block li a:link, .article_words_block li a:visited, .article_words_block li a:focus {
        color: #333; }
      .article_words_block li a:hover {
        color: #E20A16; }

/* ============================================================= */
/* * * * * * * * * * * * * * *
 * HEADER
 * * * * * * * * * * * * * * */
@media (min-width: 760px) {
  #header {
    position: relative;
    z-index: 5; }
    #header .drawer-toggle {
      display: none; }
    #header a:hover {
      color: inherit; }
    #header .header_top {
      padding: 14px 10px; }
      #header .header_top .inner::after {
        content: "";
        display: block;
        clear: both; }
      #header .header_top .logo {
        float: left;
        margin-top: 0; }
        #header .header_top .logo a {
          -webkit-transition: opacity 0 ease;
          transition: opacity 0 ease; }
          #header .header_top .logo a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      #header .header_top .utility {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        #header .header_top .utility .box {
          margin-right: 15px; }
          #header .header_top .utility .box + .box {
            margin-right: 0; }
        #header .header_top .utility .btn__box {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-justify-content: space-around;
          justify-content: space-around;
          -ms-flex-pack: space-around;
          -webkit-align-items: stretch;
          -moz-align-items: stretch;
          -ms-align-items: stretch;
          align-items: stretch; }
      #header .header_top .subscribe {
        margin-bottom: 10px;
        width: 277px;
        color: #fff; }
        #header .header_top .subscribe::after {
          content: "";
          display: block;
          clear: both; }
        #header .header_top .subscribe li {
          float: left;
          width: 133px;
          line-height: 32px;
          text-align: center;
          font-size: 16px; }
          #header .header_top .subscribe li + li {
            width: 133px;
            margin: 0 5px; }
        #header .header_top .subscribe a {
          display: block;
          -webkit-transition: opacity 0 ease;
          transition: opacity 0 ease;
          font-size: 80%; }
          #header .header_top .subscribe a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
        #header .header_top .subscribe .paper a {
          background-color: #ff5a00; }
        #header .header_top .subscribe .digital a {
          background-color: #00892e;
          padding: 0 10px 0 0;
          position: relative; }
          #header .header_top .subscribe .digital a:after {
            content: "";
            font-family: "icomoon";
            font-size: 1rem;
            padding: 0 0 0 5px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
      #header .header_top .search {
        font-size: 14px; }
        #header .header_top .search::after {
          content: "";
          display: block;
          clear: both; }
        #header .header_top .search [type='text'], #header .header_top .search [type='search'] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          float: left;
          padding: 2px 10px;
          border: 1px solid #777;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          height: 32px;
          width: calc(100% - 50px); }
        #header .header_top .search [type='submit'] {
          float: left;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: 0;
          background-image: url(/img/common/icn_search_01.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #777;
          width: 50px;
          height: 32px;
          border-radius: 0;
          overflow: hidden;
          text-indent: 200%;
          white-space: nowrap;
          cursor: pointer;
          -webkit-transition: opacity 0 ease;
          transition: opacity 0 ease; }
          #header .header_top .search [type='submit']:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      #header .header_top .social {
        margin-bottom: 10px;
        text-align: right;
        font-size: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        #header .header_top .social li {
          display: inline-block;
          font-size: 14px; }
          #header .header_top .social li + li {
            margin-left: 5px; }
          #header .header_top .social li a {
            -webkit-transition: opacity 0 ease;
            transition: opacity 0 ease; }
            #header .header_top .social li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "alpha(opacity=70)";
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
          #header .header_top .social li.mypage {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            #header .header_top .social li.mypage a {
              position: relative;
              padding: 0 0 0 15px; }
              #header .header_top .social li.mypage a:before {
                content: url(/img/common/ico_mypage_01.jpg);
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0%, -50%);
                -moz-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                -o-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
                left: 0; }
      #header .header_top .mypage {
        margin-bottom: 5px;
        font-size: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        #header .header_top .mypage li {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          font-size: 14px;
          line-height: 32px; }
          #header .header_top .mypage li a {
            position: relative;
            padding: 0 0 0 15px;
            -webkit-transition: opacity 0 ease;
            transition: opacity 0 ease; }
            #header .header_top .mypage li a:before {
              content: url(/img/common/ico_mypage_01.jpg);
              position: absolute;
              top: 50%;
              -webkit-transform: translate(0%, -50%);
              -moz-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
              -o-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
              left: 0; }
            #header .header_top .mypage li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "alpha(opacity=70)";
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10);
              text-decoration: none; }
      #header .header_top .font_size {
        padding-top: 4px;
        font-size: 0; }
        #header .header_top .font_size dt {
          display: inline-block;
          margin-right: 10px;
          padding-right: 8px;
          border-right: 1px solid #ccc;
          vertical-align: middle;
          line-height: 1;
          font-size: 14px; }
          #header .header_top .font_size dt::before {
            content: "";
            display: inline-block;
            margin-right: 4px;
            vertical-align: middle;
            width: 0;
            height: 0;
            border-width: 4px 4px;
            border-style: solid;
            border-color: transparent;
            border-left-color: inherit; }
        #header .header_top .font_size dd {
          display: inline-block;
          vertical-align: middle; }
        #header .header_top .font_size ul {
          font-size: 0; }
          #header .header_top .font_size ul li {
            display: inline-block;
            line-height: 24px; }
            #header .header_top .font_size ul li + li {
              margin-left: 6px; }
        #header .header_top .font_size button {
          border: 1px solid #ccc;
          background-color: #ccc;
          vertical-align: top;
          font-size: 14px;
          cursor: pointer;
          border-radius: 0;
          -webkit-transition: opacity 0 ease;
          transition: opacity 0 ease; }
          #header .header_top .font_size button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
          #header .header_top .font_size button.is_current {
            background-color: #fff; }

  .header_bottom {
    background-color: #339900;
    color: #fff;
    position: relative;
    z-index: 5; }
    .header_bottom .subscribe, .header_bottom .search, .header_bottom .section_sns_follow, .header_bottom .button_close {
      display: none; }

  #sp_mypage {
    display: none; } }
@media (max-width: 759px) {
  #header {
    border-bottom: solid 1px #ccc;
    position: fixed;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    #header .header_inner::after {
      content: "";
      display: block;
      clear: both; }
    #header .logo a img {
      width: 120px; }
    #header .header_top .utility {
      display: none; }

  #share_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; }
    #share_header .sns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-left: 50px; }
      #share_header .sns li {
        max-width: 70px; }
        #share_header .sns li + li {
          margin-left: 4px; }

  #header, #share_header {
    z-index: 100;
    padding: 10px 15px;
    background-color: #fff;
    text-align: center; }
    #header .drawer-hamburger, #share_header .drawer-hamburger {
      position: absolute;
      right: auto;
      left: 15px;
      top: 12px;
      padding: 0;
      width: 32px; }
      #header .drawer-hamburger .text, #share_header .drawer-hamburger .text {
        display: block;
        margin: 5px -3px 0;
        text-align: center;
        white-space: nowrap; }
        #header .drawer-hamburger .text::before, #share_header .drawer-hamburger .text::before {
          font-size: 1rem;
          content: "メニュー"; }
    #header .drawer-hamburger-icon, #share_header .drawer-hamburger-icon {
      margin-top: 8px;
      width: 32px;
      background-color: #777; }
      #header .drawer-hamburger-icon::before, #header .drawer-hamburger-icon::after, #share_header .drawer-hamburger-icon::before, #share_header .drawer-hamburger-icon::after {
        background-color: #777; }
      #header .drawer-hamburger-icon::before, #share_header .drawer-hamburger-icon::before {
        top: -6px; }
      #header .drawer-hamburger-icon::after, #share_header .drawer-hamburger-icon::after {
        top: 6px; }

  .drawer-open #header .drawer-hamburger .text, .drawer-open #share_header .drawer-hamburger .text {
    margin-top: 10px; }
    .drawer-open #header .drawer-hamburger .text::before, .drawer-open #share_header .drawer-hamburger .text::before {
      content: "閉じる"; }
  .drawer-open #header .drawer-hamburger-icon, .drawer-open #share_header .drawer-hamburger-icon {
    background-color: transparent;
    width: 30px; }
    .drawer-open #header .drawer-hamburger-icon::before, .drawer-open #header .drawer-hamburger-icon::after, .drawer-open #share_header .drawer-hamburger-icon::before, .drawer-open #share_header .drawer-hamburger-icon::after {
      top: 0; }

  #drawer_menu {
    padding-top: 54px;
    position: fixed;
    z-index: 5; }
    #drawer_menu .subscribe {
      padding: 10px 15px;
      background-color: #f3f3f3;
      width: auto;
      color: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      #drawer_menu .subscribe li {
        width: 48.55072%;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        font-size: 16px; }
      #drawer_menu .subscribe a {
        display: block;
        -webkit-transition: opacity 0 ease;
        transition: opacity 0 ease; }
        #drawer_menu .subscribe a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      #drawer_menu .subscribe .paper a {
        background-color: #ff5a00; }
      #drawer_menu .subscribe .digital a {
        background-color: #00892e; }
    #drawer_menu .search {
      padding: 10px 15px;
      background-color: #fff;
      font-size: 14px; }
      #drawer_menu .search::after {
        content: "";
        display: block;
        clear: both; }
      #drawer_menu .search [type='text'], #drawer_menu .search [type='search'] {
        appearance: none;
        float: left;
        padding: 2px 10px;
        border: 1px solid #777;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 32px;
        width: calc(100% - 50px); }
      #drawer_menu .search [type='submit'] {
        float: left;
        appearance: none;
        border: 0;
        background-image: url(/img/common/icn_search_01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #777;
        background-size: 23.5px auto;
        width: 50px;
        height: 32px;
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap; }
    #drawer_menu .section_sns_follow {
      padding: 15px 10px;
      border-top: 1px solid #ccc;
      background-color: #fff;
      text-align: center; }
      #drawer_menu .section_sns_follow .title {
        margin-bottom: 10px; }
      #drawer_menu .section_sns_follow .buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
        #drawer_menu .section_sns_follow .buttons li {
          width: 48.4507%; }
        #drawer_menu .section_sns_follow .buttons img {
          width: 100%; }
    #drawer_menu .button_close {
      padding: 4px 15px 15px;
      background-color: #fff; }
      #drawer_menu .button_close .cmp_icon_cross {
        margin-right: 20px; }

  #sp_mypage {
    display: block;
    position: absolute;
    left: auto;
    right: 15px;
    top: 16px;
    padding: 0; }
    #sp_mypage a {
      position: relative;
      padding: 0 0 0 15px;
      -webkit-transition: opacity 0 ease;
      transition: opacity 0 ease; }
      #sp_mypage a:before {
        content: url(/img/common/ico_mypage_01.jpg);
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        left: 0; } }
@media print {
  #header .drawer-hamburger,
  #share_header .drawer-hamburger,
  #sp_mypage,
  #gnavi,
  #drawer_menu,
  .drawer-toggle.drawer-hamburger,
  #header_text_block {
    display: none; }

  #header {
    position: static; } }
/* ============================================================= */
#header_text_block {
  background-color: #F3F3F3;
  padding: 10px 0; }
  #header_text_block span {
    text-align: center;
    margin: 0 10px 0 0;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px; }
  #header_text_block .icon_01 {
    background-color: #006699; }
  #header_text_block .icon_02 {
    background-color: #FF5A00; }
  #header_text_block .icon_03 {
    background-color: #FF0000; }

@media (max-width: 759px) {
  #header_text_block {
    padding: 10px; } }
/* * * * * * * * * * * * * * *
 * gl-navi
 * * * * * * * * * * * * * * */
#gnavi {
  background-color: #339900;
  line-height: 2.33333;
  font-size: 1.6rem;
  position: relative; }
  #gnavi a {
    display: block;
    padding: 15px 10px;
    line-height: 1;
    color: #fff; }
    #gnavi a:hover {
      text-decoration: none;
      color: #E20A16; }

@media (min-width: 760px) {
  #gnavi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

  #scroll-button {
    display: none; } }
@media (max-width: 759px) {
  #gnavi {
    margin: 50px 0 0 0; }
    #gnavi ul {
      width: 100%;
      white-space: nowrap;
      overflow: scroll;
      overflow-x: auto;
      overflow-y: hidden; }
      #gnavi ul::-webkit-scrollbar {
        height: 5px; }
      #gnavi ul::-webkit-scrollbar-thumb {
        background-color: #666666; }
      #gnavi ul > li {
        display: inline-block; }
        #gnavi ul > li:last-of-type a {
          padding: 15px 40px 15px 10px; }
        #gnavi ul > li a {
          font-size: 1.4rem;
          line-height: 1;
          padding: 15px 8px; }

  #scroll-button {
    display: block;
    background-color: #339900;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0;
    padding: 0 10px;
    font-family: "icomoon";
    font-weight: bold;
    color: #fff;
    z-index: 2; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 759px) {
  #scroll-button {
    top: 44%; } }
/* * * * * * * * * * * * * * *
 * FOOTER
 * * * * * * * * * * * * * * */
#footer {
  color: #fff; }
  #footer a:hover {
    color: inherit; }
  #footer .footer_top {
    background-color: #339900; }
    #footer .footer_top .link {
      position: relative; }
      #footer .footer_top .link:after {
        margin-left: 10px;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        content: "";
        font-family: "icomoon";
        font-size: 1rem;
        color: #fff; }
    #footer .footer_top .sns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      padding: 20px 0; }
      #footer .footer_top .sns li {
        margin: 0 20px 0 0;
        font-size: 2rem; }
  #footer .footer_bottom {
    background-color: #004800; }
    #footer .footer_bottom .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 0; }
    #footer .footer_bottom .copyright {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 1.5; }
  #footer #pagetop {
    position: absolute;
    left: calc(50% + 530px + 35px);
    right: 0;
    z-index: 100;
    width: 50px;
    height: 50px; }
    #footer #pagetop a {
      display: block;
      background-image: url(../img/common/icn_arrow_01_t.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #339900;
      height: 100%;
      width: 100%;
      overflow: hidden;
      text-indent: 200%;
      white-space: nowrap;
      -webkit-transition: opacity 0 ease;
      transition: opacity 0 ease; }
      #footer #pagetop a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }

@media (max-width: 1270px) {
  #footer #pagetop {
    right: 10px;
    left: auto; } }
@media (max-width: 759px) {
  #footer #pagetop {
    right: 10px;
    left: auto;
    bottom: 60px !important; } }
@media (min-width: 730px) {
  #bottom_contents + #footer {
    margin-top: 0; }

  #footer {
    position: relative;
    margin-top: 80px; }
    #footer .footer_top {
      padding: 20px 0;
      line-height: 1; }
      #footer .footer_top ul li {
        line-height: 1.6; }
    #footer .footer__navi {
      margin: 0;
      padding: 0;
      max-width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
    #footer .footer__navi__block {
      margin: 0;
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 30%;
      width: 33%;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding: 20px 25px; }
      #footer .footer__navi__block:first-of-type {
        border-left: none; }
      #footer .footer__navi__block a:link {
        text-decoration: none; }
      #footer .footer__navi__block a:link, #footer .footer__navi__block a:active, #footer .footer__navi__block a:visited {
        color: #FFF; }
      #footer .footer__navi__block a:hover {
        color: #E20A16; }
      #footer .footer__navi__block .title {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0 0 10px 0; }
    #footer .footer_bottom {
      padding: 10px;
      line-height: 1;
      text-align: center;
      font-size: 0; }
      #footer .footer_bottom .logo {
        margin-right: 30px; }
        #footer .footer_bottom .logo a {
          -webkit-transition: opacity 0 ease;
          transition: opacity 0 ease; }
          #footer .footer_bottom .logo a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha(opacity=70)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      #footer .footer_bottom .copyright {
        text-align: left;
        font-size: 1.2rem; }
        #footer .footer_bottom .copyright p + p {
          margin-top: 10px;
          opacity: 0.6;
          filter: alpha(opacity=60);
          -ms-filter: "alpha(opacity=60)";
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); } }
@media (max-width: 729px) {
  #bottom_contents + #footer {
    margin-top: 0; }

  #footer .footer_top ul li {
    font-size: 1.4rem;
    font-weight: normal; }
    #footer .footer_top ul li a:hover {
      text-decoration: none;
      color: #fff;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
  #footer .footer__navi {
    padding: 0 10px 15px; }
  #footer .footer__navi__block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0; }
    #footer .footer__navi__block:last-of-type {
      border-bottom: none; }
    #footer .footer__navi__block .title {
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 10px 0; }
    #footer .footer__navi__block ul.sns {
      padding: 10px 0; }
      #footer .footer__navi__block ul.sns li {
        margin: 0 10px 0 0; }
  #footer .footer_bottom {
    padding: 15px 10px;
    font-size: 1rem; }
    #footer .footer_bottom .logo {
      width: 97px;
      margin: 0 18px 0 10px; }
      #footer .footer_bottom .logo a {
        display: block;
        padding-right: 15px; } }
#contents {
  margin: 25px 10px 0 10px;
  text-align: left;
  position: relative; }

#column_wrap #column_sub {
  padding: 30px 0;
  width: 100%; }

#bottom_contents {
  margin-top: 40px; }

@media (min-width: 1060px) {
  #contents {
    margin: 25px 0 0 0; }
    #contents #column_main {
      width: 730px; } }
@media (min-width: 760px) {
  #column_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    #column_wrap #column_main {
      width: calc(100% - 320px);
      margin: 0 20px 0 0;
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    #column_wrap #column_sub {
      padding: 0;
      -webkit-box-flex: 0 0 300px;
      -moz-box-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px; } }
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9khjfc");
  src: url("../fonts/icomoon.eot?9khjfc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9khjfc") format("truetype"), url("../fonts/icomoon.woff?9khjfc") format("woff"), url("../fonts/icomoon.svg?9khjfc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-PepiconsPopAngleUp:before {
  content: ""; }

.icon-PepiconsPopAngleLeft:before {
  content: ""; }

.icon-PepiconsPopAngleDown:before {
  content: ""; }

.icon-PepiconsPopAngleRight-1:before {
  content: ""; }

.icon-link2:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-lock:before {
  content: "";
  color: #999; }

.icon-user:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

/* ============================================================= */
.trend-word {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .trend-word li {
    border: solid 1px #339900;
    margin: 0 5px 10px 0; }
    .trend-word li a {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      font-size: 14px;
      display: inline-block;
      width: 100%;
      padding: 2px 5px;
      text-decoration: none;
      text-align: center;
      cursor: pointer; }
      .trend-word li a:link, .trend-word li a:visited, .trend-word li a:focus {
        color: #369C00; }
      .trend-word li a:hover {
        color: #E20A16; }

.popular-articles_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .popular-articles_block .tabLabel {
    height: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    text-align: center;
    background-color: #F8F8F8;
    border-top: solid 1px #777;
    border-left: solid 1px #777;
    border-bottom: solid 1px #777; }
    .popular-articles_block .tabLabel:nth-last-of-type(1) {
      border-top: solid 1px #777;
      border-left: solid 1px #777;
      border-bottom: solid 1px #777;
      border-right: solid 1px #777; }
  .popular-articles_block input {
    display: none; }
  .popular-articles_block .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .popular-articles_block input:checked + .tabLabel {
    position: relative;
    background-color: #fff;
    border-bottom: solid 1px #fff; }
    .popular-articles_block input:checked + .tabLabel:before {
      display: block;
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 3px;
      background: #339900; }
    .popular-articles_block input:checked + .tabLabel + .content {
      padding: 15px 0;
      height: auto;
      overflow: auto;
      transition: 0.5s opacity;
      opacity: 1; }
  .popular-articles_block .popular-articles_list .item + .item {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ccc; }
  .popular-articles_block .popular-articles_list .item a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none; }
    .popular-articles_block .popular-articles_list .item a:hover .image {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
    .popular-articles_block .popular-articles_list .item a:hover .info {
      text-decoration: none; }
      .popular-articles_block .popular-articles_list .item a:hover .info .date {
        text-decoration: none; }
  .popular-articles_block .popular-articles_list .item .image, .popular-articles_block .popular-articles_list .item .text {
    display: table-cell;
    vertical-align: middle; }
  .popular-articles_block .popular-articles_list .item .image {
    width: 80px; }
  .popular-articles_block .popular-articles_list .item .image_inner {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden; }
    .popular-articles_block .popular-articles_list .item .image_inner.border {
      border: 1px solid #ccc; }
    .popular-articles_block .popular-articles_list .item .image_inner img {
      object-fit: cover;
      font-family: "object-fit:cover;";
      object-position: top;
      width: 100%;
      height: 100%; }
  .popular-articles_block .popular-articles_list .item .text {
    padding-left: 10px;
    line-height: 1.375;
    font-size: 1.6rem; }
    .popular-articles_block .popular-articles_list .item .text .title {
      font-size: 14px;
      color: #333;
      font-weight: bold;
      line-height: 1.37; }
    .popular-articles_block .popular-articles_list .item .text .info {
      margin-bottom: 5px; }
      .popular-articles_block .popular-articles_list .item .text .info .category {
        display: inline-block;
        background-color: #ccc;
        text-align: center;
        font-size: 1.2rem;
        color: #333;
        padding: 0 0.75em;
        min-width: 60px;
        vertical-align: middle;
        line-height: 1.75;
        letter-spacing: 0.25em;
        text-indent: 0.25em; }
        .popular-articles_block .popular-articles_list .item .text .info .category + .date {
          margin-left: 10px;
          font-size: 12px;
          color: #777; }
      .popular-articles_block .popular-articles_list .item .text .info .date {
        display: inline-block; }
        .popular-articles_block .popular-articles_list .item .text .info .date.lock {
          position: relative; }
          .popular-articles_block .popular-articles_list .item .text .info .date.lock:after {
            content: "";
            font-family: "icomoon";
            font-size: 14px;
            color: #7f7f7f;
            padding: 0 0 0 5px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .popular-articles_block .popular-articles_list.large .item + .item {
    margin-top: 15px;
    padding-top: 15px; }
  .popular-articles_block .popular-articles_list.large .item .image {
    width: 120px;
    vertical-align: top; }
  .popular-articles_block .popular-articles_list.large .item .image_inner {
    width: 120px;
    height: 120px; }
  .popular-articles_block .popular-articles_list.large .item .text {
    padding-top: 5px;
    padding-left: 25px;
    vertical-align: top;
    line-height: 1.375; }
    .popular-articles_block .popular-articles_list.large .item .text .info {
      margin-bottom: 8px;
      line-height: 1.42857;
      font-size: 1.4rem;
      color: #777; }
      .popular-articles_block .popular-articles_list.large .item .text .info .category {
        line-height: 1.66667; }
    .popular-articles_block .popular-articles_list.large .item .text .title {
      font-size: 1.8rem;
      font-weight: bold; }
  .popular-articles_block .popular-articles_list.has_bottom_line .item:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }

/*　おすすめコンテンツ　一覧　 */
ul.featuresList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  ul.featuresList li {
    margin: 0px 0px 20px;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    @media (max-width: 759px) {
      ul.featuresList li {
        padding: 0 5px;
        width: 33%; } }
    ul.featuresList li img {
      width: 100%;
      height: 130px;
      object-fit: cover;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
      text-decoration: none;
      display: block;
      margin: 0;
      padding: 0; }
      @media (max-width: 759px) {
        ul.featuresList li img {
          height: auto; } }
      ul.featuresList li img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*10); }
      ul.featuresList li img figure {
        line-height: 0;
        height: 130px;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0; }
        @media (max-width: 759px) {
          ul.featuresList li img figure {
            height: auto; } }
      ul.featuresList li img p {
        text-align: center;
        font-size: 13px;
        line-height: 1.2; }

@media (min-width: 760px) {
  .yahoo_ad_pc {
    display: block; }

  .yahoo_ad_sp {
    display: none; } }
@media (max-width: 759px) {
  .yahoo_ad_pc {
    display: none; }

  .yahoo_ad_sp {
    display: block; } }
.article_body .system-free.article-gradation {
  position: relative;
  overflow: hidden; }
  .article_body .system-free.article-gradation:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 72px); }

/* ============================================================= */
/* 404エラーページ */
.box_error_guide {
  width: 100%; }
  .box_error_guide h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center; }
  .box_error_guide .button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    .box_error_guide .button p {
      margin: 0 auto;
      border: solid 1px #777; }
      .box_error_guide .button p > a {
        display: block;
        position: relative;
        padding: 10px 25px 10px 10px;
        background: #fff;
        color: #777;
        font-size: 14px;
        font-weight: bold; }
        .box_error_guide .button p > a:hover {
          opacity: 0.7;
          text-decoration: none; }
        .box_error_guide .button p > a::after {
          position: absolute;
          top: 42%;
          right: 10px;
          content: "";
          display: inline-block;
          width: 7px;
          height: 7px;
          border-right: 1px solid;
          border-bottom: 1px solid;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/* ============================================================= */
/* * * * * * * * * * * * * * *
 * module
 * * * * * * * * * * * * * * */
/*　段落　 */
.pa-gr {
  text-indent: -1em;
  padding-left: 1em; }

/* !スマホでのみ改行 -------------------------------------------------------- */
@media (min-width: 350px) {
  br.spMini {
    display: none; } }
@media (min-width: 1100px) {
  br.sp {
    display: none; } }
/* !PCでのみ改行 ------------------------------------------------------------ */
@media (max-width: 1099px) {
  br.pc {
    display: none; } }
/* !Base Fonts -------------------------------------------------------------- */
.fwN {
  font-weight: normal; }

.fwB {
  font-weight: bold; }

.fzSS {
  font-size: 72%; }

.fzS {
  font-size: 86%; }

.fzM {
  font-size: 100%; }

.fzL {
  font-size: 115%; }

.fzLL {
  font-size: 129%; }

.fzLLL {
  font-size: 143%; }

sup {
  font-size: 78%;
  vertical-align: top; }

sub {
  font-size: 78%;
  vertical-align: baseline; }

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.vaT {
  vertical-align: top !important; }

.vaM {
  vertical-align: middle !important; }

.vaB {
  vertical-align: bottom !important; }

.blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

* html .blockC {
  margin-right: 0;
  margin-left: 0; }

.blockR {
  margin-left: auto;
  text-align: left; }

* html .blockR {
  margin-left: 0; }

/* !line-height -------------------------------------------------------------- */
.liHe1 {
  line-height: 1; }

.liHe1_8 {
  line-height: 1.8; }

.liHe2 {
  line-height: 2; }

/* !Floats ------------------------------------------------------------------ */
.flL {
  display: inline;
  float: left; }

.flR {
  display: inline;
  float: right; }

.flImgL {
  display: inline;
  float: left;
  margin-right: 20px; }

.flImgR {
  display: inline;
  float: right;
  margin-left: 20px; }

.ftBox {
  overflow: hidden;
  *zoom: 1; }

/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both; }

.block {
  display: block; }

.hide {
  display: none; }

.bgN {
  background: none !important; }

.tdU {
  text-decoration: underline; }

.tdN {
  text-decoration: none; }

.atode {
  border: 2px solid #96c;
  padding: 10px;
  text-align: center;
  background-color: #f9f;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size: 30px;
  color: #fff; }

/* !SNSicon ------------------------------------------------------------------ */
.icon-facebook:before {
  content: "";
  font-family: "icomoon"; }

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0px; }

.mr0 {
  margin-right: 0px; }

.mb0 {
  margin-bottom: 0px; }

.ml0 {
  margin-left: 0px; }

.mt5 {
  margin-top: 5px; }

.mr5 {
  margin-right: 5px; }

.mb5 {
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mt15 {
  margin-top: 15px; }

.mr15 {
  margin-right: 15px; }

.mb15 {
  margin-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mt25 {
  margin-top: 25px; }

.mr25 {
  margin-right: 25px; }

.mb25 {
  margin-bottom: 25px; }

.ml25 {
  margin-left: 25px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.mt35 {
  margin-top: 35px; }

.mr35 {
  margin-right: 35px; }

.mb35 {
  margin-bottom: 35px; }

.ml35 {
  margin-left: 35px; }

.mt40 {
  margin-top: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.ml40 {
  margin-left: 40px; }

.mt45 {
  margin-top: 45px; }

.mr45 {
  margin-right: 45px; }

.mb45 {
  margin-bottom: 45px; }

.ml45 {
  margin-left: 45px; }

.mt50 {
  margin-top: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.mt55 {
  margin-top: 55px; }

.mr55 {
  margin-right: 55px; }

.mb55 {
  margin-bottom: 55px; }

.ml55 {
  margin-left: 55px; }

.mt60 {
  margin-top: 60px; }

.mr60 {
  margin-right: 60px; }

.mb60 {
  margin-bottom: 60px; }

.ml60 {
  margin-left: 60px; }

.mt65 {
  margin-top: 65px; }

.mr65 {
  margin-right: 65px; }

.mb65 {
  margin-bottom: 65px; }

.ml65 {
  margin-left: 65px; }

.mt70 {
  margin-top: 70px; }

.mr70 {
  margin-right: 70px; }

.mb70 {
  margin-bottom: 70px; }

.ml70 {
  margin-left: 70px; }

.mt75 {
  margin-top: 75px; }

.mr75 {
  margin-right: 75px; }

.mb75 {
  margin-bottom: 75px; }

.ml75 {
  margin-left: 75px; }

.mt80 {
  margin-top: 80px; }

.mr80 {
  margin-right: 80px; }

.mb80 {
  margin-bottom: 80px; }

.ml80 {
  margin-left: 80px; }

.mt85 {
  margin-top: 85px; }

.mr85 {
  margin-right: 85px; }

.mb85 {
  margin-bottom: 85px; }

.ml85 {
  margin-left: 85px; }

.mt90 {
  margin-top: 90px; }

.mr90 {
  margin-right: 90px; }

.mb90 {
  margin-bottom: 90px; }

.ml90 {
  margin-left: 90px; }

.mt95 {
  margin-top: 95px; }

.mr95 {
  margin-right: 95px; }

.mb95 {
  margin-bottom: 95px; }

.ml95 {
  margin-left: 95px; }

.mt100 {
  margin-top: 100px; }

.mr100 {
  margin-right: 100px; }

.mb100 {
  margin-bottom: 100px; }

.ml100 {
  margin-left: 100px; }

@media (max-width: 479px) {
  .mt0 {
    margin-top: 0px; }

  .mr0 {
    margin-right: 0px; }

  .mb0 {
    margin-bottom: 0px; }

  .ml0 {
    margin-left: 0px; }

  .mt5 {
    margin-top: 3px; }

  .mr5 {
    margin-right: 3px; }

  .mb5 {
    margin-bottom: 3px; }

  .ml5 {
    margin-left: 3px; }

  .mt10 {
    margin-top: 5px; }

  .mr10 {
    margin-right: 5px; }

  .mb10 {
    margin-bottom: 5px; }

  .ml10 {
    margin-left: 5px; }

  .mt15 {
    margin-top: 8px; }

  .mr15 {
    margin-right: 8px; }

  .mb15 {
    margin-bottom: 8px; }

  .ml15 {
    margin-left: 8px; }

  .mt20 {
    margin-top: 10px; }

  .mr20 {
    margin-right: 10px; }

  .mb20 {
    margin-bottom: 10px; }

  .ml20 {
    margin-left: 10px; }

  .mt25 {
    margin-top: 13px; }

  .mr25 {
    margin-right: 13px; }

  .mb25 {
    margin-bottom: 13px; }

  .ml25 {
    margin-left: 13px; }

  .mt30 {
    margin-top: 15px; }

  .mr30 {
    margin-right: 15px; }

  .mb30 {
    margin-bottom: 15px; }

  .ml30 {
    margin-left: 15px; }

  .mt35 {
    margin-top: 18px; }

  .mr35 {
    margin-right: 18px; }

  .mb35 {
    margin-bottom: 18px; }

  .ml35 {
    margin-left: 18px; }

  .mt40 {
    margin-top: 20px; }

  .mr40 {
    margin-right: 20px; }

  .mb40 {
    margin-bottom: 20px; }

  .ml40 {
    margin-left: 20px; }

  .mt45 {
    margin-top: 23px; }

  .mr45 {
    margin-right: 23px; }

  .mb45 {
    margin-bottom: 23px; }

  .ml45 {
    margin-left: 23px; }

  .mt50 {
    margin-top: 25px; }

  .mr50 {
    margin-right: 25px; }

  .mb50 {
    margin-bottom: 25px; }

  .ml50 {
    margin-left: 25px; }

  .mt55 {
    margin-top: 28px; }

  .mr55 {
    margin-right: 28px; }

  .mb55 {
    margin-bottom: 28px; }

  .ml55 {
    margin-left: 28px; }

  .mt60 {
    margin-top: 30px; }

  .mr60 {
    margin-right: 30px; }

  .mb60 {
    margin-bottom: 30px; }

  .ml60 {
    margin-left: 30px; }

  .mt65 {
    margin-top: 33px; }

  .mr65 {
    margin-right: 33px; }

  .mb65 {
    margin-bottom: 33px; }

  .ml65 {
    margin-left: 33px; }

  .mt70 {
    margin-top: 35px; }

  .mr70 {
    margin-right: 35px; }

  .mb70 {
    margin-bottom: 35px; }

  .ml70 {
    margin-left: 35px; }

  .mt75 {
    margin-top: 38px; }

  .mr75 {
    margin-right: 38px; }

  .mb75 {
    margin-bottom: 38px; }

  .ml75 {
    margin-left: 38px; }

  .mt80 {
    margin-top: 40px; }

  .mr80 {
    margin-right: 40px; }

  .mb80 {
    margin-bottom: 40px; }

  .ml80 {
    margin-left: 40px; }

  .mt85 {
    margin-top: 43px; }

  .mr85 {
    margin-right: 43px; }

  .mb85 {
    margin-bottom: 43px; }

  .ml85 {
    margin-left: 43px; }

  .mt90 {
    margin-top: 45px; }

  .mr90 {
    margin-right: 45px; }

  .mb90 {
    margin-bottom: 45px; }

  .ml90 {
    margin-left: 45px; }

  .mt95 {
    margin-top: 48px; }

  .mr95 {
    margin-right: 48px; }

  .mb95 {
    margin-bottom: 48px; }

  .ml95 {
    margin-left: 48px; }

  .mt100 {
    margin-top: 50px; }

  .mr100 {
    margin-right: 50px; }

  .mb100 {
    margin-bottom: 50px; }

  .ml100 {
    margin-left: 50px; }

  .mt105 {
    margin-top: 53px; }

  .mr105 {
    margin-right: 53px; }

  .mb105 {
    margin-bottom: 53px; }

  .ml105 {
    margin-left: 53px; }

  .mt110 {
    margin-top: 55px; }

  .mr110 {
    margin-right: 55px; }

  .mb110 {
    margin-bottom: 55px; }

  .ml110 {
    margin-left: 55px; }

  .mt115 {
    margin-top: 58px; }

  .mr115 {
    margin-right: 58px; }

  .mb115 {
    margin-bottom: 58px; }

  .ml115 {
    margin-left: 58px; }

  .mt120 {
    margin-top: 60px; }

  .mr120 {
    margin-right: 60px; }

  .mb120 {
    margin-bottom: 60px; }

  .ml120 {
    margin-left: 60px; }

  .mt125 {
    margin-top: 63px; }

  .mr125 {
    margin-right: 63px; }

  .mb125 {
    margin-bottom: 63px; }

  .ml125 {
    margin-left: 63px; }

  .mt130 {
    margin-top: 65px; }

  .mr130 {
    margin-right: 65px; }

  .mb130 {
    margin-bottom: 65px; }

  .ml130 {
    margin-left: 65px; }

  .mt135 {
    margin-top: 68px; }

  .mr135 {
    margin-right: 68px; }

  .mb135 {
    margin-bottom: 68px; }

  .ml135 {
    margin-left: 68px; }

  .mt140 {
    margin-top: 70px; }

  .mr140 {
    margin-right: 70px; }

  .mb140 {
    margin-bottom: 70px; }

  .ml140 {
    margin-left: 70px; }

  .mt145 {
    margin-top: 73px; }

  .mr145 {
    margin-right: 73px; }

  .mb145 {
    margin-bottom: 73px; }

  .ml145 {
    margin-left: 73px; }

  .mt150 {
    margin-top: 75px; }

  .mr150 {
    margin-right: 75px; }

  .mb150 {
    margin-bottom: 75px; }

  .ml150 {
    margin-left: 75px; } }
/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0px; }

.pr0 {
  padding-right: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pl0 {
  padding-left: 0px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pl5 {
  padding-left: 5px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pl15 {
  padding-left: 15px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.pt25 {
  padding-top: 25px; }

.pr25 {
  padding-right: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pl25 {
  padding-left: 25px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pl30 {
  padding-left: 30px; }

.pt35 {
  padding-top: 35px; }

.pr35 {
  padding-right: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pl35 {
  padding-left: 35px; }

.pt40 {
  padding-top: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pl40 {
  padding-left: 40px; }

.pt45 {
  padding-top: 45px; }

.pr45 {
  padding-right: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pl45 {
  padding-left: 45px; }

.pt50 {
  padding-top: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pl50 {
  padding-left: 50px; }

.pt55 {
  padding-top: 55px; }

.pr55 {
  padding-right: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pl55 {
  padding-left: 55px; }

.pt60 {
  padding-top: 60px; }

.pr60 {
  padding-right: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pl60 {
  padding-left: 60px; }

.pt65 {
  padding-top: 65px; }

.pr65 {
  padding-right: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pl65 {
  padding-left: 65px; }

.pt70 {
  padding-top: 70px; }

.pr70 {
  padding-right: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pl70 {
  padding-left: 70px; }

.pt75 {
  padding-top: 75px; }

.pr75 {
  padding-right: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pl75 {
  padding-left: 75px; }

.pt80 {
  padding-top: 80px; }

.pr80 {
  padding-right: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pl80 {
  padding-left: 80px; }

.pt85 {
  padding-top: 85px; }

.pr85 {
  padding-right: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pl85 {
  padding-left: 85px; }

.pt90 {
  padding-top: 90px; }

.pr90 {
  padding-right: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pl90 {
  padding-left: 90px; }

.pt95 {
  padding-top: 95px; }

.pr95 {
  padding-right: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pl95 {
  padding-left: 95px; }

.pt100 {
  padding-top: 100px; }

.pr100 {
  padding-right: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pl100 {
  padding-left: 100px; }

@media (max-width: 479px) {
  .pt0 {
    padding-top: 0px; }

  .pr0 {
    padding-right: 0px; }

  .pb0 {
    padding-bottom: 0px; }

  .pl0 {
    padding-left: 0px; }

  .pt5 {
    padding-top: 2.5px; }

  .pr5 {
    padding-right: 2.5px; }

  .pb5 {
    padding-bottom: 2.5px; }

  .pl5 {
    padding-left: 2.5px; }

  .pt10 {
    padding-top: 5px; }

  .pr10 {
    padding-right: 5px; }

  .pb10 {
    padding-bottom: 5px; }

  .pl10 {
    padding-left: 5px; }

  .pt15 {
    padding-top: 7.5px; }

  .pr15 {
    padding-right: 7.5px; }

  .pb15 {
    padding-bottom: 7.5px; }

  .pl15 {
    padding-left: 7.5px; }

  .pt20 {
    padding-top: 10px; }

  .pr20 {
    padding-right: 10px; }

  .pb20 {
    padding-bottom: 10px; }

  .pl20 {
    padding-left: 10px; }

  .pt25 {
    padding-top: 12.5px; }

  .pr25 {
    padding-right: 12.5px; }

  .pb25 {
    padding-bottom: 12.5px; }

  .pl25 {
    padding-left: 12.5px; }

  .pt30 {
    padding-top: 15px; }

  .pr30 {
    padding-right: 15px; }

  .pb30 {
    padding-bottom: 15px; }

  .pl30 {
    padding-left: 15px; }

  .pt35 {
    padding-top: 17.5px; }

  .pr35 {
    padding-right: 17.5px; }

  .pb35 {
    padding-bottom: 17.5px; }

  .pl35 {
    padding-left: 17.5px; }

  .pt40 {
    padding-top: 20px; }

  .pr40 {
    padding-right: 20px; }

  .pb40 {
    padding-bottom: 20px; }

  .pl40 {
    padding-left: 20px; }

  .pt45 {
    padding-top: 22.5px; }

  .pr45 {
    padding-right: 22.5px; }

  .pb45 {
    padding-bottom: 22.5px; }

  .pl45 {
    padding-left: 22.5px; }

  .pt50 {
    padding-top: 25px; }

  .pr50 {
    padding-right: 25px; }

  .pb50 {
    padding-bottom: 25px; }

  .pl50 {
    padding-left: 25px; }

  .pt55 {
    padding-top: 27.5px; }

  .pr55 {
    padding-right: 27.5px; }

  .pb55 {
    padding-bottom: 27.5px; }

  .pl55 {
    padding-left: 27.5px; }

  .pt60 {
    padding-top: 30px; }

  .pr60 {
    padding-right: 30px; }

  .pb60 {
    padding-bottom: 30px; }

  .pl60 {
    padding-left: 30px; }

  .pt65 {
    padding-top: 32.5px; }

  .pr65 {
    padding-right: 32.5px; }

  .pb65 {
    padding-bottom: 32.5px; }

  .pl65 {
    padding-left: 32.5px; }

  .pt70 {
    padding-top: 35px; }

  .pr70 {
    padding-right: 35px; }

  .pb70 {
    padding-bottom: 35px; }

  .pl70 {
    padding-left: 35px; }

  .pt75 {
    padding-top: 37.5px; }

  .pr75 {
    padding-right: 37.5px; }

  .pb75 {
    padding-bottom: 37.5px; }

  .pl75 {
    padding-left: 37.5px; }

  .pt80 {
    padding-top: 40px; }

  .pr80 {
    padding-right: 40px; }

  .pb80 {
    padding-bottom: 40px; }

  .pl80 {
    padding-left: 40px; }

  .pt85 {
    padding-top: 42.5px; }

  .pr85 {
    padding-right: 42.5px; }

  .pb85 {
    padding-bottom: 42.5px; }

  .pl85 {
    padding-left: 42.5px; }

  .pt90 {
    padding-top: 45px; }

  .pr90 {
    padding-right: 45px; }

  .pb90 {
    padding-bottom: 45px; }

  .pl90 {
    padding-left: 45px; }

  .pt95 {
    padding-top: 47.5px; }

  .pr95 {
    padding-right: 47.5px; }

  .pb95 {
    padding-bottom: 47.5px; }

  .pl95 {
    padding-left: 47.5px; }

  .pt100 {
    padding-top: 50px; }

  .pr100 {
    padding-right: 50px; }

  .pb100 {
    padding-bottom: 50px; }

  .pl100 {
    padding-left: 50px; } }
