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

.page_index #main_visual .backarea, .page_articles #main_visual .backarea {
  background-image: url("../jpg/keyvisual-24.jpg");
}

@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(0, 21, 78, 0.3);
}

.page_index #main_visual .titlearea, .page_articles #main_visual .titlearea {
  background-image: url("../jpg/keyvisual-24.jpg");
}

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

@media only screen and (max-width: 768px) {
  .page_index #section01 {
    padding-bottom: 80px;
  }
}

.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 .newslist {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist {
    margin-top: 10px;
    padding: 0 5%;
  }
}

.page_index #section01 .inner .newslist li {
  display: flex;
  padding: 25px 10px;
  border-top: 1px solid #cccccc;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist li {
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 2%;
  }
}

.page_index #section01 .inner .newslist li p {
  line-height: 1.6;
}

.page_index #section01 .inner .newslist li .category {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist li .category {
    width: auto;
  }
}

.page_index #section01 .inner .newslist li .category span {
  display: inline-block;
  width: 100%;
  background-color: #a8011b;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.0;
  padding: 6px 0;
  border-radius: 1px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist li .category span {
    font-size: 1.1rem;
    padding: 5px 10px;
  }
}

.page_index #section01 .inner .newslist li .date {
  width: 10%;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #8f9090;
  margin: 0 30px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist li .date {
    width: auto;
    font-size: 1.2rem;
    margin: 0 15px;
  }
}

.page_index #section01 .inner .newslist li .title {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .inner .newslist li .title {
    width: 100%;
    margin-top: 10px;
  }
}

.page_index #section01 .inner .newslist li .title a {
  color: #333333;
  display: inline-block;
  text-decoration: underline;
}

.page_index #section01 .inner .newslist li:last-child {
  border-bottom: 1px solid #cccccc;
}

.page_index #section01::before {
  content: "";
  background-color: #f2f2f2;
  display: block;
  width: 100%;
  height: 330px;
  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;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .pagination {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page_index #section01 .pagination li:first-child {
  color: #4c4c4c;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .pagination li:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
}

.page_index #section01 .pagination li:not(:first-child) {
  border: 1px solid #a8011b;
  margin-left: 10px;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .pagination li:not(:first-child) {
    display: none;
  }
}

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

@media only screen and (max-width: 768px) {
  .page_index #section01 .pagination li:not(:first-child).next {
    display: block;
    margin-left: auto;
  }
}

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

.page_index #section01 .pagination li:not(:first-child).prev {
  background-color: #a8011b;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_index #section01 .pagination li:not(:first-child).prev {
    display: block;
    margin-right: auto;
  }
}

.page_index #section01 .pagination li:not(:first-child).prev a {
  color: #ffffff;
  padding: 10px 25px 10px 40px;
}

.page_index #section01 .pagination li:not(:first-child).prev a::after {
  content: "\f007";
  font-family: 'fontello';
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  left: 15px;
}

/*--------------------------
index / Section01
---------------------------*/
.page_articles #section01 {
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .page_articles #section01 {
    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;
  }
}

.page_articles #section01 .inner .context::after {
  display: block;
  content: "";
  clear: both;
}

.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 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: 880px !important;
  margin: 10px auto 30px;
}

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

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