/*--------------------------
Common Styles
---------------------------*/
.morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 80px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
}

.morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

.morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .morebutton {
    padding: 15px 60px;
    font-size: 1.4rem;
  }
}

/*--------------------------
Main Visual / it is necessary JScript
---------------------------*/
#main_visual {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    height: 170px;
  }
}

#main_visual .backarea {
  width: 100vw;
  height: 320px;
  position: absolute;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea {
    height: 150px;
  }
}

#main_visual .backarea::before {
  content: "";
  display: block;
  width: 100vw;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(102, 0, 15, 0.5);
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea::before {
    height: 150px;
  }
}

#main_visual .backarea .crop {
  width: 1070px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip: rect(0, 1070px, 1070px, 0);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .crop {
    width: 90vw;
    height: 150px;
    clip: rect(0, 90vw, 90vw, 0);
  }
}

#main_visual .backarea .titlearea {
  width: 100vw;
  height: 320px;
  background-size: cover;
  background-position: center calc(30% - 50px);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: -20vw;
  z-index: 2000;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea {
    height: 150px;
    background-position: center calc(30% - 30px);
    top: 30px;
  }
}

#main_visual .backarea .titlearea h1 {
  font-size: 5.0rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 {
    font-size: 2.5rem;
  }
}

#main_visual .backarea .titlearea h1 span {
  display: block;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #main_visual .backarea .titlearea h1 span {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 0;
  }
}

/*--------------------------
index / Common
---------------------------*/
.page_index #main_visual .backarea, .page_index #main_visual .titlearea, .page_articles #main_visual .backarea, .page_articles #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-13.jpg");
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .backarea, .page_index #main_visual .titlearea, .page_articles #main_visual .backarea, .page_articles #main_visual .titlearea {
    background-size: 150%;
  }
}

.page_index #main_visual .backarea, .page_articles #main_visual .backarea {
  background-position: center 55%;
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .backarea, .page_articles #main_visual .backarea {
    background-size: 150%;
    background-position: center calc(70% + 30px);
  }
}

.page_index #main_visual .backarea::before, .page_articles #main_visual .backarea::before {
  background-color: rgba(22, 34, 59, 0.5);
}

.page_index #main_visual .titlearea, .page_articles #main_visual .titlearea {
  background-position: center calc(55% - 50px);
}

@media only screen and (max-width: 768px) {
  .page_index #main_visual .titlearea, .page_articles #main_visual .titlearea {
    background-size: 150%;
    background-position: center 70%;
  }
}

/*--------------------------
index / Section01
---------------------------*/
.page_index #section01 {
  position: relative;
  padding-bottom: 100px;
}

.page_index #section01 .label {
  width: 1070px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .label {
    width: 100%;
    padding: 30px 0 80px;
  }
}

.page_index #section01 .label h2 {
  font-size: 3.0rem;
  color: #a8011b;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .label h2 {
    font-size: 2.0rem;
  }
}

.page_index #section01 .label #archiveselector {
  display: block;
  position: absolute;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: #a8011b;
  cursor: pointer;
  top: 46px;
  right: 0;
  border: 1px solid #a8011b;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .label #archiveselector {
    position: absolute;
    top: 70px;
    right: 50%;
    font-size: 1.2rem;
    margin: 0 auto;
    width: 40%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.page_index #section01 .label #archiveselector li span, .page_index #section01 .label #archiveselector li a {
  display: block;
  padding: 10px 60px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .label #archiveselector li span, .page_index #section01 .label #archiveselector li a {
    padding: 10px 30px;
  }
}

.page_index #section01 .label #archiveselector li a {
  background-color: #ffffff;
  color: #a8011b;
}

.page_index #section01 .label #archiveselector li a:hover {
  background-color: #a8011b;
  color: #ffffff;
}

.page_index #section01 .label #archiveselector li span::after {
  content: "\e80b";
  font-family: 'fontello';
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .label #archiveselector li span::after {
    right: 10px;
  }
}

.page_index #section01 .label #archiveselector li + li {
  border-top: 1px solid #f2f2f2;
}

.page_index #section01 .label #archiveselector li:not(:first-child) {
  display: none;
}

.page_index #section01 .label #archiveselector:hover .default {
  background-color: #a8011b;
  color: #ffffff;
}

.page_index #section01 .label #archiveselector:hover .default span::after {
  content: "\e80a";
}

.page_index #section01 .inner {
  width: 1070px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner {
    width: 90%;
    padding: 0;
  }
}

.page_index #section01 .inner .filterselector {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .filterselector {
    width: 100%;
    padding: 5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page_index #section01 .inner .filterselector li {
  display: inline-block;
  font-size: 1.4rem;
  width: 160px;
  border: 1px solid #a8011b;
}

.page_index #section01 .inner .filterselector li a {
  width: 100%;
  display: block;
  padding: 8px 0;
  color: #a8011b;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .filterselector li {
    display: block;
    width: 48%;
    margin-top: 12px;
    font-size: 1.2rem;
  }
}

.page_index #section01 .inner .filterselector li + li {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .filterselector li + li {
    margin-left: 0;
  }
}

.page_index #section01 .inner .filterselector li.active a, .page_index #section01 .inner .filterselector li:hover a {
  background-color: #a8011b;
  color: #ffffff;
}

.page_index #section01 .inner .esh {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .esh {
    font-size: 1.0rem;
    line-height: 1.2;
    padding-right: 20px;
    margin-top: 0;
  }
}

.page_index #section01 .inner .articlelist {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist {
    margin-top: 20px;
  }
}

.page_index #section01 .inner .articlelist li {
  width: calc((100% / 3) - 20px);
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li {
    width: 100%;
    height: auto;
    margin: 5% 0 0 0;
    padding-bottom: 0;
  }
}

.page_index #section01 .inner .articlelist li .photo {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .photo {
    width: 30vw;
    height: 30vw;
    position: relative;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 10px;
  }
}

.page_index #section01 .inner .articlelist li .category {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #a8011b;
  display: inline-block;
  padding: 4px 10px;
  position: absolute;
  top: 187px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .category {
    font-size: 1.1rem;
    top: 0;
  }
}

.page_index #section01 .inner .articlelist li .date {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.3rem;
  color: #8f9090;
  margin: 25px 0 0;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .date {
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 0 5px;
  }
}

.page_index #section01 .inner .articlelist li .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 12px;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 10px 0 0;
    padding: 0;
    height: 2.5em;
    overflow: hidden;
  }
}

.page_index #section01 .inner .articlelist li .description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .description {
    display: none;
  }
}

.page_index #section01 .inner .articlelist li .more {
  font-size: 1.4rem;
  color: #a8011b;
  display: inline-block;
  padding-right: 25px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.page_index #section01 .inner .articlelist li .more::after {
  content: "\f006";
  font-family: 'fontello';
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li .more {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 10px;
  }
}

.page_index #section01 .inner .articlelist li:nth-of-type(1) {
  margin-left: 0;
}

.page_index #section01 .inner .articlelist li:nth-of-type(3n+1) {
  margin-left: 0;
}

.page_index #section01 .inner .articlelist li:nth-of-type(n+4) {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .articlelist li:nth-of-type(n+4) {
    margin-top: 5%;
  }
}

.page_index #section01::before {
  content: "";
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  height: 60vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page_index #section01 .pagination {
  display: flex;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}

.page_index #section01 .pagination li:first-child {
  color: #4c4c4c;
}

.page_index #section01 .pagination li:not(:first-child) {
  border: 1px solid #a8011b;
  margin-left: 10px;
  background-color: #ffffff;
}

.page_index #section01 .pagination li:not(:first-child) a {
  display: block;
  padding: 10px 12px;
  color: #a8011b;
}

.page_index #section01 .pagination li:not(:first-child).active {
  background-color: #a8011b;
}

.page_index #section01 .pagination li:not(:first-child).active span {
  color: #ffffff;
  display: block;
  padding: 10px 12px;
}

.page_index #section01 .pagination li:not(:first-child).next {
  background-color: #a8011b;
  position: relative;
}

.page_index #section01 .pagination li:not(:first-child).next a {
  color: #ffffff;
  padding: 10px 40px 10px 25px;
}

.page_index #section01 .pagination li:not(:first-child).next a::after {
  content: "\f006";
  font-family: 'fontello';
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  right: 15px;
}

/*--------------------------
Article / Section01
---------------------------*/
.page_articles #section01 {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.page_articles #section01 .label {
  width: 1070px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .label {
    width: 100%;
    padding: 30px 0 30px;
  }
}

.page_articles #section01 .label h2 {
  font-size: 3.0rem;
  color: #a8011b;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .label h2 {
    font-size: 2.0rem;
  }
}

.page_articles #section01 .inner {
  width: 1070px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner {
    width: 90%;
    padding: 0 5%;
  }
}

.page_articles #section01 .inner .header {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .header {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.page_articles #section01 .inner .header .meta .category {
  display: inline-block;
  margin-right: 20px;
}

.page_articles #section01 .inner .header .meta .category span {
  display: inline-block;
  background-color: #a8011b;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 6px 20px;
  border-radius: 1px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .header .meta .category span {
    font-size: 1.1rem;
    padding: 5px 10px;
  }
}

.page_articles #section01 .inner .header .meta .date {
  display: inline-block;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  color: #8f9090;
}

.page_articles #section01 .inner .header h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 20px 0 15px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .header h1 {
    font-size: 1.8rem;
  }
}

.page_articles #section01 .inner .header .company {
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .header .company {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .page_articles #section01 .inner .header .company br {
    display: none;
  }
}

.page_articles #section01 .inner .header .company.multi {
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .header .company.multi {
    line-height: 1.7;
  }
}

.page_articles #section01 .inner .context::after {
  display: block;
  content: "";
  clear: both;
}

.page_articles #section01 .inner .context .singlecolumn {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .singlecolumn {
    margin-bottom: 40px;
  }
}

.page_articles #section01 .inner .context .singlecolumn p + img {
  margin-top: 20px;
}

.page_articles #section01 .inner .context .twocolumn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .twocolumn {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.page_articles #section01 .inner .context .twocolumn div {
  width: 470px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .twocolumn div {
    width: 100%;
  }
  .page_articles #section01 .inner .context .twocolumn div + div {
    margin-top: 20px;
  }
}

.page_articles #section01 .inner .context .twocolumnnowidth {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .twocolumnnowidth {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .twocolumnnowidth div + div {
    margin-top: 20px;
  }
}

.page_articles #section01 .inner .context .imagebox p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .imagebox p {
    font-size: 1.3rem;
  }
}

.page_articles #section01 .inner .context .imagebox p span {
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .imagebox p span {
    font-size: 1.1rem;
  }
}

.page_articles #section01 .inner .context .imagebox img + img {
  margin-top: 20px;
}

.page_articles #section01 .inner .context h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context h3 {
    font-size: 1.8rem;
  }
}

.page_articles #section01 .inner .context h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.page_articles #section01 .inner .context h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context h5 {
    font-size: 1.5rem;
  }
}

.page_articles #section01 .inner .context p {
  line-height: 1.8;
}

.page_articles #section01 .inner .context p + p {
  margin-top: 18px;
}

.page_articles #section01 .inner .context .notes {
  margin-top: 30px;
}

.page_articles #section01 .inner .context .notes p {
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .notes p {
    font-size: 1.2rem;
  }
}

.page_articles #section01 .inner .context .notes p + p {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .notes p + p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.page_articles #section01 .inner .context img.alignright {
  float: right;
  margin: 20px 0 20px 30px;
}

.page_articles #section01 .inner .context img.aligncenter {
  display: block;
  margin: 20px auto;
}

.page_articles #section01 .inner .context img.alignleft {
  float: left;
  margin: 20px 30px 20px 0;
}

.page_articles #section01 .inner .context strong {
  font-weight: bold;
}

.page_articles #section01 .inner .context p.first-indent {
  text-indent: 1.0em;
}

.page_articles #section01 .inner .context a {
  color: #a8011b;
  text-decoration: underline;
}

.page_articles #section01 .inner .context a:hover {
  color: #d40020;
  text-decoration: none;
}

.page_articles #section01 .inner .context table {
  border-collapse: collapse;
  width: 960px !important;
  margin: 10px auto 30px;
  font-size: 1.5rem;
}

.page_articles #section01 .inner .context table th, .page_articles #section01 .inner .context table td {
  border: 1px solid #4c4c4c;
  padding: 10px;
  line-height: 1.4;
}

.page_articles #section01 .inner .context table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.page_articles #section01 .inner .context table.evencolor tr:nth-of-type(even) {
  background-color: #e6e6e6;
}

.page_articles #section01 .inner .context table.secondcenter tr td:nth-of-type(2) {
  text-align: center;
}

.page_articles #section01 .inner .context table.thirdcenter tr td:nth-of-type(3) {
  text-align: center;
}

.page_articles #section01 .inner .context table.forthcenter tr td:nth-of-type(4) {
  text-align: center;
}

.page_articles #section01 .inner .context table.valignmiddle td {
  vertical-align: middle;
}

.page_articles #section01 .inner .context table.allcenter td {
  text-align: center;
}

.page_articles #section01 .inner .context table.allcenter td:nth-of-type(1) {
  text-align: left;
}

.page_articles #section01 .inner .context .tablewrap {
  width: 100%;
  margin: 10px auto 30px;
  overflow-x: scroll;
}

.page_articles #section01 .inner .context .tablewrap table {
  margin: 0;
}

.page_articles #section01 .inner .context ul {
  margin-left: 20px;
  line-height: 1.7;
}

.page_articles #section01 .inner .context ul li {
  list-style-type: disc;
}

.page_articles #section01 .inner .context ol {
  margin-left: 20px;
  line-height: 1.7;
}

.page_articles #section01 .inner .context ol li {
  list-style-type: decimal;
}

.page_articles #section01 .inner .context .tablemode {
  display: table;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .tablemode {
    display: block;
  }
}

.page_articles #section01 .inner .context .tablemode div {
  display: table-cell;
  border: 1px solid #4c4c4c;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .tablemode div {
    display: block;
  }
}

.page_articles #section01 .inner .context .tablemode div + div {
  border-left: none;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .tablemode div + div {
    border: 1px solid #4c4c4c;
  }
}

.page_articles #section01 .inner .context .greencolumn {
  background-color: #fcfce5;
  padding: 40px;
  border: 1px solid #45b035;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn {
    padding: 20px 5%;
  }
}

.page_articles #section01 .inner .context .greencolumn h4 {
  padding: 0 0 15px;
  border-bottom: 1px solid #45b035;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn h4 {
    text-align: center;
  }
}

.page_articles #section01 .inner .context .greencolumn h4 span {
  background-color: #45b035;
  border-radius: 15px;
  padding: 3px 15px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn h4 span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.page_articles #section01 .inner .context .greencolumn div.innerbox {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn div.innerbox {
    display: block;
  }
}

.page_articles #section01 .inner .context .greencolumn div.imagebox {
  width: 180px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn div.imagebox {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

.page_articles #section01 .inner .context .greencolumn div.textbox {
  width: calc(100% - 220px);
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .inner .context .greencolumn div.textbox {
    width: 100%;
    margin-top: 20px;
  }
}

.page_articles #section01 .inner::before {
  content: "";
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page_articles #section01 .buttonarea {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .buttonarea {
    margin-top: 60px;
  }
}

.page_articles #section01 .buttonarea .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page_articles #section01 .buttonarea .morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

.page_articles #section01 .buttonarea .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

.page_articles #section01 .buttonarea .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 .buttonarea .morebutton {
    font-size: 1.5rem;
  }
}
