/* Newsfeed Category */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  scrollbar-width: 8px;
  scrollbar-color: #292E59 #292E59;
  color: #222222;
}
body ::-moz-selection {
  color: #ffffff;
  background: #292E59;
}
body ::selection {
  color: #ffffff;
  background: #292E59;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #292E59;
}

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: 8px;
  scrollbar-color: #292E59 #292E59;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-track {
  background: #8b8b8b;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #292E59;
}

.small {
  font-size: 1.2rem;
}

main.main-subpages {
  width: 1366px;
  margin: 0px auto;
}

a {
  text-decoration: none;
  color: #292E59;
}

section {
  overflow: auto;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-120 {
  margin-bottom: 120px !important;
}

.margin-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.align-center {
  text-align: center;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto;
}

.heading {
  color: #292E59;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.heading span.eng {
  font-size: 2rem;
  font-weight: bold;
  color: #222222;
}
.heading span.sub {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
}

.fontsize-18 {
  font-size: 1.8rem !important;
}

.div_button {
  font-size: 1.45rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.div_button a {
  color: #ffffff;
  background: #292E59;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 80px;
  border: 1px solid #ffffff;
  transition: background 0.2s;
}
.div_button a:hover {
  color: #292E59;
  background: #ffffff;
  border-color: #292E59;
}

.div_topbanner {
  width: 100%;
  height: 400px;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}
.div_topbanner.nobanner {
  height: 2px;
  background: #f5f5f5;
}
.div_topbanner.magazine {
  margin-bottom: 30px;
}
.div_topbanner h1 {
  background-color: #ffffff;
  width: 1236px;
  height: 100px;
  position: absolute;
  bottom: -130px;
  left: 50%;
  font-size: 3rem;
  color: #292E59;
  font-weight: 400;
  padding-left: 100px;
  border-left: 30px solid #292E59;
  transform: translateX(-50%);
}
.div_topbanner h1 span {
  font-size: 2rem;
  color: #8b8b8b;
  font-weight: 200;
}

.div_paginate {
  text-align: center;
  margin-top: 60px;
}
.div_paginate .page-numbers {
  background-color: #ffffff;
  border: 1px solid #292E59;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin: 0px 10px;
  text-align: center;
  margin-top: 60px;
}
.div_paginate .page-numbers.current {
  color: #ffffff;
  background-color: #292E59;
}

.div_smallbluebar {
  display: block;
  background-color: #292E59;
  width: 100px;
  height: 10px;
  margin-bottom: 60px;
}

.div_thiscategory {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  width: 50px;
  margin-bottom: 30px;
}
.div_thiscategory:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5px;
}
.div_thiscategory.category_info {
  color: #937F28;
}
.div_thiscategory.category_info:after {
  background: #937F28;
}
.div_thiscategory.category_event {
  color: #0068B6;
}
.div_thiscategory.category_event:after {
  background: #0068B6;
}
.div_thiscategory.category_dia {
  color: #93385C;
}
.div_thiscategory.category_dia:after {
  background: #93385C;
}

article {
  padding: 0px 20px;
}
article h2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 20px 0px;
}
article .div_date {
  margin-bottom: 60px;
  font-size: 1.2rem;
}
article p {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
article img {
  max-width: 100%;
  height: auto;
}
article ol {
  margin: 20px 0px;
}
article li {
  margin-bottom: 20px;
}

.div_section_heading {
  text-align: center;
  margin-bottom: 60px;
}
.div_section_heading h2 {
  font-size: 1.7rem;
  font-weight: 500;
}
.div_section_heading h2::before {
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  background-color: #292E59;
  margin: 0px auto 50px auto;
}
.div_section_heading p {
  margin-top: 20px;
}

.div_messageset {
  text-align: center;
  margin-bottom: 60px;
}
.div_messageset h2 {
  font-size: 2.4rem;
  font-weight: 500;
}
.div_messageset h2::after {
  content: "";
  display: block;
  width: 200px;
  border-bottom: 1px solid #8b8b8b;
  margin: 40px auto;
}
.div_messageset p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.div_greybox {
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 400;
}
.div_greybox h3 {
  font-size: 2rem;
  /*font-family: 'Noto Serif JP', serif;*/
  line-height: 5rem;
}
.div_greybox h3::after {
  content: "";
  display: block;
  width: 140px;
  border-bottom: 1px solid #8b8b8b;
  margin: 10px 0px 30px 0px;
}
.div_greybox p {
  line-height: 3rem;
}

.div_1126 {
  width: 1126px;
  height: 100%;
  margin: 0px auto;
  overflow: auto;
}

.div_1336 {
  width: 1336px;
  height: 100%;
  margin: 0px auto;
  overflow: auto;
}

.div_half_left {
  width: 50%;
  height: 100%;
  float: left;
  overflow: auto;
}

.div_grey_title {
  width: 100%;
  line-height: 6rem;
  font-size: 1.8rem;
  font-weight: 400;
  background: #f5f5f5;
  text-align: center;
}

.div_tape {
  display: inline-block;
  background: #292E59;
  color: #ffffff;
  line-height: 3rem;
  font-size: 1.4rem;
  padding: 3px 20px;
}

.narrowbr {
  display: none;
}

.div_banner img {
  max-width: 100%;
  margin: 0px auto;
}

/* OVERWRITE MetaSlider */
.caption-wrap {
  position: static !important;
  background: #f5f5f5 !important;
  color: #222222 !important;
  opacity: 1 !important;
  line-height: 2em !important;
  font-size: 1.2rem !important;
}

.metaslider .caption {
  padding: 10px 20px !important;
}

.flex-control-paging li a {
  border-radius: 0px !important;
  background: #292E59;
}

/* OVERWRITE Back-To-Top */
#wpfront-scroll-top-container div.text-holder {
  border: 1px solid #ffffff;
  transition: background-color 0.5s;
}

#wpfront-scroll-top-container div.text-holder:hover {
  border: 1px solid #292E59 !important;
  background-color: #ffffff !important;
  color: #292E59 !important;
}

/* Google reCaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/* Page View Counter Plugin */
.pvc_stats {
  color: white;
  background-color: #292E59;
}

.sfsiplus_footerLnk {
  display: none;
}

.fadein {
  transform: translateY(20px);
  opacity: 0;
}/*# sourceMappingURL=common.css.map */