@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;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #339900;
  text-decoration: underline;
}

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

/* * * * * * * * * * * * * * * *
 *  GENERAL CLASS
 ** * * * * * * * * * * * * * */
.inner {
  margin-left: auto;
  margin-right: auto;
}

.hover {
  -webkit-transition: opacity 0 ease;
  transition: opacity 0 ease;
}

.hover:hover {
  opacity: 0.7;
}

img {
  border-style: none;
}

@media (max-width: 759px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
	width: auto;
  }
}

@media (min-width: 760px) {
  .inner {
    width: 1080px;
    padding: 0 10px;
  }
}

@media (max-width: 759px) {
  .inner {
    max-width: 100%;
  }
}

/* * * * * * * * * * * * * * * *
 *  COMPONENT
 * * * * * * * * * * * * * * * */
/* * * * * * * *
 *  LAYOUT
 * * * * * * * */
/* section */
.cmp_section ~ .cmp_section {
  margin-top: 20px;
}

.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-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 .timeline {
  margin: 0 auto 40px;
  position: relative;
}

.cmp_section .timeline:before {
  background-color: #CCCCCC;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 5px;
  left: 7em;
  width: 2px;
  height: 100%;
}

.cmp_section .timeline-event {
  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-copy {
  padding: 1em 0 0 0;
  margin: 0 0 0 9em;
  position: relative;
  top: -0.75em;
}

.cmp_section .timeline-event-copy h3 {
  font-size: 1em;
  overflow-wrap: break-word;
}

.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: 7em;
  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;
}

.cmp_section .timeline-event-thumbnail {
  width: 6em;
  float: left;
  margin-top: 3px;
}

/* * * * * * * *
 *  ARTICLE LIST
 * * * * * * * */
.cmp_article_list_box a {
  display: block;
}

.cmp_article_list_box a:hover .image {
  opacity: 0.7;
}

.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;
}

@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;
  }
}

/*　記事　*/
.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;
}

.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-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;
  width: 100px;
  background-color: #ccc;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}

.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 {
  content: url(../img/common/ico_lock_01.png);
  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%);
}

.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.has_bottom_line .item:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

@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 {
  content: url(../img/common/ico_lock_01.png);
  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%);
}

.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: 20px;
  padding-left: 20px;
  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;
}

.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;
}

.cmp_banner_list ul a:hover {
  opacity: 0.7;
}

/* * * * * * * *
 *  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;
}

/* 関連ワード */
.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: #598dca;
}

.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;
  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;
  text-decoration: none;
}

.cmp_button_next > a::after, .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);
}

.cmp_button_next > button {
  min-width: 200px;
}

/* * * * * * * *
 *  BREADCRUMB
 ** * * * * * */
.cmp_breadcrumb {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.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;
}

.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 .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;
}

.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,
.cmn_lnavi_list > li span {
  display: block;
  position: relative;
  padding: 10px 0;
}

.cmn_lnavi_list > li > a.is_current,
.cmn_lnavi_list > li span.is_current {
  color: #339900;
}

.cmn_lnavi_list > li > a.is_current::after,
.cmn_lnavi_list > li span.is_current::after {
  border-color: #339900;
}

.cmn_lnavi_list > li > a::after,
.cmn_lnavi_list > li span::after {
  display: block;
  content: "";
  position: absolute;
  top: 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=70;
  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=90;
  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=80;
}

@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-bottom: 20px;
}

.popular-content_section h2 {
  color: #333333;
  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=80;
}

/* * * * * * * * * * * * * * * *
  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;
  }
  #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;
  }
  #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: url(../img/common/ico_blank_03.png);
    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;
    width: 350px;
  }
  #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;
    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;
  }
  #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;
  }
  #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;
    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;
  }
  #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;
  }
  #gnavi {
    line-height: 2.33333;
    font-size: 1.6rem;
  }
  #gnavi a:hover {
    text-decoration: none;
    color: inherit;
  }
  #gnavi a.pc_link {
    display: inline-block;
  }
  #gnavi a.sp_link {
    display: none;
  }
  #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;
  }
  #gnavi > ul > li:hover > a {
    background-color: #3bb000;
  }
  #gnavi > ul > li > a {
    display: block;
    padding: 0 10px;
    width: 100%;
  }
  #gnavi .parent {
    position: relative;
  }
  #gnavi .parent:hover .child {
    display: block;
  }
  #gnavi .parent > a {
    padding-right: 40px;
    position: relative;
  }
  #gnavi .parent > a::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
  }
  #gnavi .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #339900;
    border-top: none;
    width: 180px;
    min-width: 100%;
    line-height: 1.3;
    color: #333;
    z-index: 999;
  }
  #gnavi .child li {
    background-color: #fff;
  }
  #gnavi .child li + li {
    border-top: 1px solid #ccc;
  }
  #gnavi .child li a {
    display: block;
    padding: 6px 20px;
  }
  #gnavi .child li a:hover {
    text-decoration: none;
    background-color: #c5eab2;
  }
}

@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;
  }
  .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: '閉じる';
  }
  #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;
  }
  #header .drawer-hamburger-icon, #header .drawer-hamburger-icon::before, #header .drawer-hamburger-icon::after, #share_header .drawer-hamburger-icon, #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-icon, .drawer-open #share_header .drawer-hamburger-icon {
    background-color: transparent;
    width: 30px;
  }
  .drawer-open #header .drawer-hamburger-icon::before, .drawer-open #share_header .drawer-hamburger-icon::before {
    top: 0;
  }
  .drawer-open #header .drawer-hamburger-icon::after, .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;
  }
  #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;
    border-radius: 0;
    height: 32px;
    width: calc(100% - 50px);
  }
  #drawer_menu .search [type='submit'] {
    float: left;
    appearance: none;
    border: 0;
    background-image: url(/assets/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;
  }
  #gnavi {
    background-color: #339900;
    font-size: 1.6rem;
    color: #fff;
  }
  #gnavi a {
    padding: 8px 15px;
    color: inherit;
  }
  #gnavi a:hover {
    text-decoration: none;
  }
  #gnavi a.pc_link {
    display: none;
  }
  #gnavi a.sp_link {
    display: inline-block;
  }
  #gnavi li {
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }
  #gnavi li:last-child {
    border-bottom: 0;
  }
  #gnavi li:hover > a {
    background-color: #3bb000;
  }
  #gnavi li > a {
    display: block;
    width: 100%;
  }
  #gnavi .parent {
    position: relative;
  }
  #gnavi .parent.is_opened {
    border-bottom: 0;
  }
  #gnavi .parent.is_opened > a {
    background-color: #3bb000;
  }
  #gnavi .parent.is_opened > a::after {
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: inherit;
    margin-top: -9px;
  }
  #gnavi .parent > a {
    padding-right: 40px;
    position: relative;
  }
  #gnavi .parent > a::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
  }
  #gnavi .child {
    display: none;
    background-color: #fff;
    width: 100%;
    color: #333;
    overflow: hidden;
  }
  #gnavi .child li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #gnavi .child li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  #gnavi .child li:last-child, #gnavi .child li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
  #gnavi .child li a {
    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;
    height: 100%;
  }
  #gnavi .child li a:hover {
    text-decoration: none;
    background-color: #c5eab2;
  }
}

/* * * * * * * * * * * * * * * *
  FOOTER
 * * * * * * * * * * * * * * * */
/*　奈良の情報をいち早く手に入れたい皆様へ　*/
.box_info_contact {
  background: #f3f3f3;
  padding: 28px 10px 33px;
}

.box_info_contact_title {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

.box_info_contact_list {
  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;
}

.box_info_contact_list > li {
  width: 100%;
  padding: 14px 10px 12px;
  background: #fff;
  text-align: center;
  margin: 0 0 15px 0;
}

.box_info_contact_list > li .img {
  display: none;
}

.box_info_contact_list > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.box_info_contact_list > li:last-child {
  margin-right: 0;
}

.box_info_contact_list > li:first-child .list_inner .btn_list {
  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;
}

.box_info_contact_list > li:first-child .list_inner .btn_list > li {
  width: 49%;
  border: solid 1px #ff5a00;
  margin: 0 0 15px 0;
}

.box_info_contact_list > li:first-child .list_inner .btn_list > li > a {
  display: block;
  padding: 8px 0;
}

.box_info_contact_list > li:first-child .list_inner .btn_list > li:first-child > a {
  background: #ff5a00;
  color: #fff;
}

.box_info_contact_list > li:first-child .list_inner .btn_list > li:last-child {
  color: #ff5a00;
}

.box_info_contact_list > li:first-child .list_inner .btn_list > li:last-child > a:hover {
  color: #ff5a00;
}

.box_info_contact_list > li:nth-child(2) .list_inner .btn_list > li {
  width: 200px;
  font-size: 14px;
  margin: 0 0 15px 0;
}

.box_info_contact_list > li:nth-child(2) .list_inner .btn_list > li > a {
  display: block;
  padding: 8px 0;
  background: #00892e;
  color: #fff;
}

.box_info_contact_list > li:last-child .list_inner .btn_list {
  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;
}

.box_info_contact_list > li:last-child .list_inner .btn_list > li {
  width: 49%;
}

.box_info_contact_list .list_inner .title {
  margin-bottom: 8px;
  font-size: 16px;
}

.box_info_contact_list .list_inner .img {
  margin-bottom: 20px;
}

.box_info_contact_list .list_inner .btn_list {
  font-size: 0;
}

.box_info_contact_list .list_inner .btn_list > li {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 760px) {
  .box_info_contact {
    padding: 28px 10px 33px;
  }
  .box_info_contact_title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .box_info_contact_list {
    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;
  }
  .box_info_contact_list > li {
    width: 32%;
    padding: 14px 10px 24px;
    background: #fff;
    text-align: center;
  }
  .box_info_contact_list > li .img {
    display: block;
  }
  .box_info_contact_list > li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .box_info_contact_list > li:last-child {
    margin-right: 0;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list {
    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;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list > li {
    width: 49%;
    border: solid 1px #ff5a00;
    margin: 0;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list > li > a {
    display: block;
    padding: 8px 0;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list > li:first-child > a {
    background: #ff5a00;
    color: #fff;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list > li:last-child {
    color: #ff5a00;
  }
  .box_info_contact_list > li:first-child .list_inner .btn_list > li:last-child > a:hover {
    color: #ff5a00;
  }
  .box_info_contact_list > li:nth-child(2) .list_inner .btn_list > li {
    width: 200px;
    font-size: 14px;
    margin: 0;
  }
  .box_info_contact_list > li:nth-child(2) .list_inner .btn_list > li > a {
    display: block;
    padding: 8px 0;
    background: #00892e;
    color: #fff;
  }
  .box_info_contact_list > li:last-child .list_inner .btn_list {
    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;
  }
  .box_info_contact_list > li:last-child .list_inner .btn_list > li {
    width: 49%;
  }
  .box_info_contact_list .list_inner .title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .box_info_contact_list .list_inner .img {
    margin-bottom: 20px;
  }
  .box_info_contact_list .list_inner .btn_list {
    font-size: 0;
  }
  .box_info_contact_list .list_inner .btn_list > li {
    display: inline-block;
    font-size: 14px;
  }
}

#footer {
  color: #fff;
}

#footer a:hover {
  color: inherit;
}

#footer .footer_top {
  background-color: #339900;
}

#footer .footer_bottom {
  background-color: #004800;
}

#footer .footer_bottom .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  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: url(../img/common/icn_arrow_01_t.png) center center no-repeat #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;
}

@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) {
  #footer {
    position: relative;
    margin-top: 80px;
  }
  #bottom_contents + #footer {
    margin-top: 0;
  }
  #footer .footer_top {
    padding: 40px 0;
    line-height: 1;
    text-align: center;
  }
  #footer .footer_top ul {
    font-size: 0;
  }
  #footer .footer_top ul li {
    display: inline-block;
    padding: 0 0.5em;
    font-size: 1.6rem;
  }
  #footer .footer_top ul li + li {
    border-left: 1px solid #fff;
  }
  #footer .company_list {
    margin: 0 0 15px 0;
    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 .company_list li {
    position: relative;
  }
  #footer .company_list ul li:first-of-type:before {
    content: "(";
    left: 0;
    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%);
  }
  #footer .company_list ul li:last-of-type:after {
    content: ")";
    right: 0;
    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%);
  }
  #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;
  }
  #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=60;
  }
}

@media (max-width: 729px) {
  #bottom_contents + #footer {
    margin-top: 0;
  }
  #footer .footer_top ul li {
    font-size: 1.6rem;
  }
  #footer .footer_top ul li + li {
    border-top: 1px solid #fff;
  }
  #footer .footer_top ul li a {
    display: block;
    padding: 7px 10px;
    background-image: url(../img_sp/common/icn_arrow_01_r.png);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 9px auto;
  }
  #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=80;
  }
  #footer .company_list ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #footer .company_list ul li a {
    padding: 7px 10px 7px 25px !important;
    position: relative;
  }
  #footer .company_list ul li a:after {
    content: "－";
    left: 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%);
  }
  #footer .footer_bottom {
    padding: 15px 10px 65px;
    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;
  }
}
