@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Fonts
	- Layout

# Common Parts
	- PageNavi
	- Sidebar
	- Breadcrumb

# Pages
	- frontpage
	- about
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
#  共通スタイル
--------------------------------------------------------------*/
* {
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.065em;
}

a {
  word-break: break-all;
  font-weight: 500;
  color: #E0721B;
  transition: all 0.2s ease-out !important;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

p,
dd {
  margin-bottom: 1rem;
  line-height: 2;
}

section {
  margin-bottom: 5.5rem;
}
section:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
section {
  margin-bottom: 5rem;
}
}

.news-entry-wrap section {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

body {
  font-family: YakuHanJPs, "Poppins", "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  overflow: hidden;
  position: relative; /* pagetop用の指定 */
}
@media (max-width: 480px) {
  body {
    font-size: 0.9375rem;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

.wid920 {
  width: 100%;
  max-width: 1000px !important;
  padding: 0 40px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 480px) {
  .wid920 {
    padding: 0 20px;
  }
}

h1 {
  line-height: 1.25;
  font-weight: bold;
}

h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: bold;
}

ul li,
ol li,
dt {
  line-height: 2;
}

/*
#  sidemenu
--------------------------------------------------------------*/
header#masthead {
  position: relative;
  z-index: 0;
  background: transparent;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.l-primary, #primary {
  padding-top: 0;
}

@media (max-width: 820px) {
  header#masthead {
    z-index: 10;
    z-index: 10;
    background-color: #FFF;
    width: 100%;
/*     position: sticky; */
	position: fixed;
    top: 0;
  }
 .l-primary, #primary {
  padding-top: 70px;
  }
}

.archive-postcat {
  position: static;
  text-align: left;
}

@media (min-width: 821px) {
  .js-scroll table {
    overflow: auto;
  }
  .js-scroll:active, .js-scroll:hover {
    cursor: default;
  }
}
/*
# js class
--------------------------------------------------------------*/
.js-display__none {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
}

.js-display__block {
  transition: all 0.2s ease-out;
}

/*
# layout
--------------------------------------------------------------*/
.l-lmenu {
  overflow: auto;
  background-color: #fff;
  width: 220px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 1.25rem 0;
  box-sizing: border-box;
  box-shadow: 4px 0px 0px 0px rgba(232, 218, 188, 0.4);
  z-index: 999;
}
.l-lmenu a {
  color: #333;
  letter-spacing: 0;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (max-width: 820px) {
  .l-lmenu {
    display: none;
  }
}

.l-2col {
  margin: auto;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .l-2col {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
}
.l-2col__contents {
  max-width: 680px;
  width: 68%;
}
@media (max-width: 767px) {
  .l-2col__contents {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-2col__sidebar {
  width: 30%;
  max-width: 280px;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .l-2col__sidebar {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .l-2col__sidebar {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}

#page {
  padding: 0 0 0 220px;
}
@media (max-width: 820px) {
  #page {
    padding: 0;
  }
}

/*
# header(hum menu)
--------------------------------------------------------------*/
.-humMenu__open {
  overflow: hidden;
  position: fixed !important;
}
.-humMenu__open .-l-main {
  position: relative;
  z-index: -1;
}

@media (min-width: 821px) {
  .site-header.--spmenu {
    display: none;
  }
}
.site-header.--spmenu .l-site-header {
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-shadow: 0px 3px 0px 0px rgba(232, 218, 188, 0.4);
}
.site-header.--spmenu .l-flex__logo {
  display: block;
  max-width: 240px;
  width: calc(100% - 10px);
  margin-left: 10%;
}
.site-header.--spmenu .l-flex__hummenu .content-width {
  width: 90%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.site-header.--spmenu .l-flex__hummenu .l-flex {
  padding: 1rem 0 0.5rem;
}
.site-header.--spmenu .l-flex__hummenu__inner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  padding-bottom: 6rem;
  box-sizing: border-box;
}
.site-header.--spmenu .l-flex__hummenu__inner.-open {
  opacity: 1;
  visibility: visible;
  border-top: 3px solid rgba(232, 218, 188, 0.4);
}
.site-header.--spmenu .hummenu__open.-open {
  z-index: 99;
}
.site-header.--spmenu .hummenu__open.-open::after, .site-header.--spmenu .hummenu__open.-open::before {
  background-color: #333;
}
.site-header.--spmenu .hummenu__open {
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block;
  background-color: #E0721B;
}
.site-header.--spmenu .hummenu__open:hover {
  cursor: pointer;
}
.site-header.--spmenu .hummenu__open::before, .site-header.--spmenu .hummenu__open::after {
  position: absolute;
  left: calc(50% - 15px);
  top: 50%;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: transform 0.2s ease-out;
}
.site-header.--spmenu .hummenu__open::after {
  margin-top: 15px;
}
.site-header.--spmenu .hummenu__open__addline::before {
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: transform 0.2s ease-out;
}
.site-header.--spmenu .hummenu__open.-open::after {
  top: 35px;
  transform: rotate(-45deg);
  margin-top: 0;
  background-color: #fff;
}
.site-header.--spmenu .hummenu__open.-open::before {
  top: 35px;
  transform: rotate(45deg);
  background-color: #fff;
}
.site-header.--spmenu .hummenu__open.-open .hummenu__open__addline::before {
  content: none;
}
.site-header.--spmenu .hummenu-nav {
  margin-bottom: 2.5rem;
}
.site-header.--spmenu .hummenu-nav .menu-item {
  width: 100%;
}
.site-header.--spmenu .hummenu-nav .menu-item a {
  color: #333;
  display: block;
  padding: 1.25rem 1rem;
  padding-right: 2.5rem;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  border-bottom: 1.5px solid #E2E0DF;
}
.site-header.--spmenu .hummenu-nav .menu-item a:active, .site-header.--spmenu .hummenu-nav .menu-item a:focus, .site-header.--spmenu .hummenu-nav .menu-item a:visited {
  opacity: 1;
}
.site-header.--spmenu .hummenu-nav .menu-item > a {
  position: relative;
}
.site-header.--spmenu .hummenu-nav .menu-item > a::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  width: 5px;
  height: 5px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  display: inline-block;
}
.site-header.--spmenu .hummenu-nav .menu-item-has-children a::before {
  content: none;
}
.site-header.--spmenu .hummenu-nav .menu-item-has-children:hover .sub-menu {
  display: block;
  height: auto;
}
.site-header.--spmenu .hummenu-nav .menu-item:has(a[target=_blank]) > a[target=_blank] {
  position: relative;
  display: block;
}
.site-header.--spmenu .hummenu-nav .menu-item:has(a[target=_blank]) > a[target=_blank]::before {
  display: none;
}
.site-header.--spmenu .hummenu-nav .menu-item:has(a[target=_blank]) > a[target=_blank]::after {
  position: absolute;
  top: 1.8rem;
  right: 0.75rem;
  content: url(../img/icon-tab.svg);
  zoom: 80%;
}
.site-header.--spmenu .hummenu-nav .sub-menu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  padding: 0;
}
.site-header.--spmenu .hummenu-nav .sub-menu a {
  border-bottom: 1.5px dashed #E2E0DF;
  font-weight: 500;
  margin: 0 0.5rem;
}
.site-header.--spmenu .hummenu-nav .sub-menu a::before {
  content: "" !important;
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  width: 5px;
  height: 5px;
  border-top: 1px solid #E0721B;
  border-right: 1px solid #E0721B;
  transform: rotate(45deg);
  display: inline-block;
}
.site-header.--spmenu .hummenu-nav .sub-menu .sub-menu {
  display: block !important;
}
.site-header.--spmenu .hummenu-nav .sub-menu .sub-menu a {
  padding-left: 2rem;
}
.site-header.--spmenu .hummenu-nav .sub-menu .sub-menu a::before {
  content: "" !important;
  position: absolute;
  top: calc(50% - 3px);
  left: 1rem;
  width: 5px;
  height: 5px;
  border-top: 1px solid #F1B052;
  border-right: 1px solid #F1B052;
  transform: rotate(45deg);
  display: inline-block;
}
.site-header.--spmenu .hummenu-nav .js-sp-menu-toggle {
  position: absolute;
  height: 60px;
  width: 60px;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-header.--spmenu .hummenu-nav .js-sp-menu-toggle::after, .site-header.--spmenu .hummenu-nav .js-sp-menu-toggle::before {
  position: absolute;
  right: 0.75rem;
  content: "";
  font-size: 1rem;
  width: 14px;
  height: 1.5px;
  background-color: #E0721B;
  top: 1.75rem;
}
.site-header.--spmenu .hummenu-nav .js-sp-menu-toggle::after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.site-header.--spmenu .hummenu-nav .js-sp-menu-toggle.-open::after {
  transition: all 0.2s ease-out;
  opacity: 0;
}
.site-header.--spmenu .site-header__search, .site-header.--spmenu .site-header__lang {
  max-width: 100%;
  width: 80%;
}
.site-header.--spmenu .site-header__search input[type=text] {
  width: calc(100% - 72px);
}
.site-header.--spmenu .site-header__lang select {
  width: 100%;
}
.site-header.--spmenu .site-header__sns {
  margin-top: 1rem;
  max-width: 180px;
}

.site-header img{
	border-radius: 0;
}
.site-header__sublogo{
	border-top: 2px solid #F6F5F4;
	margin-top: 2rem;
}
.flex-wrap.spnav {	
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 230px;
	margin: 0 auto;
}
.site-header.--spmenu .site-header__logo.-univercity a {
  padding: 0;
  padding-top: 1rem;
  display: block;
  max-width: 100px;
  margin: auto;
}
.site-header.--spmenu .site-header__logo.-bhe{
  max-width: 55px;	
}

/*
# header(left)
--------------------------------------------------------------*/
.site-header__inner .flex-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.site-header__inner img{
	border-radius: 0;
}
.site-header__logo {
  padding: 1rem 1.25rem 2rem;
}
.site-header__logo a:hover {
  opacity: 0.8;
}
.site-header__logo.-univercity {
  width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0
}
.site-header__logo.-bhe{
  width: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;

}
.site-header__sns, .site-header__search, .site-header__lang {
  width: 100%;
  margin: 1.25rem auto;
}
.site-header__inner .site-header__sns, 
.site-header__inner .site-header__lang,
.site-header__inner .site-header__search{
  max-width: 180px;
	
}
.site-header__sns {
  margin-top: 2.25rem;
}
.site-header__search input[type=text] {
  width: 60%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #EFE6DD;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  padding: 0.75rem;
  color: #999;
}
.site-header__search button {
  position: relative;
  background-color: #E0721B;
  border: 1px solid #E0721B;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.site-header__search button .fa-search:before {
  content: "";
}
.site-header__search button::before {
  position: absolute;
  line-height: 0;
  top: 4px;
  left: 0;
  content: url("../img/icon-search.svg");
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header__lang {
  position: relative;
}
.site-header__lang select {
  width: 180px;
  background-color: #F6F6F6;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0.75rem;
  padding-right: 2rem;
  color: #E0721B;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.site-header__lang select::-ms-expand {
  display: none;
}
.site-header__lang select:hover {
  cursor: pointer;
}
.site-header__lang::after {
  position: absolute;
  top: 14px;
  right: 16px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E0721B;
  border-right: 2px solid #E0721B;
  transform: rotate(135deg);
  transition: all 0.15s ease-out;
}

.sns-list {
  justify-content: space-between;
}
.sns-list__item a {
  display: block;
  margin: 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  padding-top: 1.5rem;
  color: #333;
}
.sns-list__item a::before {
  position: absolute;
  line-height: 0;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sns-list__item a.icon-mail::before {
  content: url("../img/icon-mail.svg");
}
.sns-list__item a.icon-twitter::before {
  content: url("../img/icon-x.svg");
}
.sns-list__item a.icon-access::before {
  content: url("../img/icon-access.svg");
}
.sns-list__item:nth-of-type(2) {
  position: relative;
}
.sns-list__item:nth-of-type(2)::after, .sns-list__item:nth-of-type(2)::before {
  position: absolute;
  line-height: 0;
  content: "";
  width: 1.5px;
  height: 12px;
  background-color: #E2E0DF;
  top: 5px;
}
.sns-list__item:nth-of-type(2)::after {
  right: -8px;
}
.sns-list__item:nth-of-type(2)::before {
  left: -8px;
}

.main-nav__item {
  position: relative;
  border-top: 1px solid #E2E0DF;
  text-align: left;
}
.main-nav__item a {
  display: block;
}
.main-nav__item a:hover {
  opacity: 1;
}
.main-nav__item .menu-list {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 158px;
  height: 100%;
  padding: 1rem;
  background-color: #fff;
  transition: 0.2s all linear;
}
.main-nav__item .menu-list:hover {
  background-color: #FEFCEF;
}
.main-nav__item:last-child {
  border-bottom: 1px solid #E2E0DF;
}

.submenu-list {
  overflow: auto;
  position: fixed;
  background-color: #fff;
  border-left: 4px solid rgba(232, 218, 188, 0.4);
  border-right: 1px solid rgba(232, 218, 188, 0.4);
  width: 300px;
  height: 100%;
  left: 220px;
  top: 0;
  padding: 4.5rem 2.5rem;
  box-sizing: border-box;
  z-index: 10;
}
.submenu-list__open:hover {
  cursor: pointer;
}
.submenu-list__open:hover::before {
  background-color: #FEFCEF;
}
.submenu-list__open::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 100%;
  border-left: 1px solid #E2E0DF;
  background-color: #fff;
}
.submenu-list__open::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #999;
  border-right: 1.5px solid #999;
  transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
.submenu-list__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #F7F2E9;
  display: inline-block;
}
.submenu-list__close:hover {
  cursor: pointer;
}
.submenu-list__close::before, .submenu-list__close::after {
  position: absolute;
  top: 20px;
  right: 8px;
  content: "";
  width: 1.5rem;
  height: 1.5px;
  background-color: #999;
  transform: rotate(45deg);
  display: inline-block;
}
.submenu-list__close::after {
  transform: rotate(-45deg);
}
.submenu-list__item a {
  display: block;
}
.submenu-list__parent a {
  transition: 0.2s all linear;
}
.submenu-list__parent a:hover {
  opacity: 1;
}
.submenu-list__parent > a {
  font-size: 1.125rem;
  color: #E0721B;
  margin-bottom: 2rem;
  margin-top: 0;
  position: relative;
}
.submenu-list__parent > a::before, .submenu-list__parent > a::after {
  position: absolute;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}
.submenu-list__parent > a::before {
  background-color: #FFF;
  border: 1.5px solid #E0721B;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.2s all linear;
}
.submenu-list__parent > a::after {
  -webkit-mask-image: url("../img/icon-int-top.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-image: url("../img/icon-int-top.svg");
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background-color: #E0721B;
  transition: 0.2s all linear;
}
.submenu-list__parent > a:hover::before {
  background-color: #E0721B;
}
.submenu-list__parent > a:hover::after {
  background-color: #fff;
}
.submenu-list__child > a {
  border-top: 1.5px solid #E2E0DF;
  padding: 1rem 2rem 1rem 0.5rem;
  position: relative;
}
.submenu-list__child > a::after {
  position: absolute;
  top: 42%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E0721B;
  border-right: 2px solid #E0721B;
  transform: rotate(45deg);
}
.submenu-list__child > a.icon-ext::after {
  display: none;
}
.submenu-list__child > a.icon-ext::before {
  position: absolute;
  line-height: 0;
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: url("../img/icon-ext.svg");
  zoom: 85%;
}
.submenu-list__child > a:hover {
  background-color: #FEFCEF;
}
.submenu-list__grandchild > a {
  border-top: 1.5px dashed #E2E0DF;
  font-weight: 500;
  padding: 1rem 0.5rem 1rem 2rem;
  position: relative;
}
.submenu-list__grandchild > a::before {
  position: absolute;
  top: 42%;
  left: 4px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #F1B052;
  border-right: 2px solid #F1B052;
  transform: rotate(45deg);
}
.submenu-list__grandchild > a:hover {
  background-color: #FEFCEF;
}

/*
# header(page)
--------------------------------------------------------------*/
.header {
  position: relative;
  z-index: -1;
}
.header .header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .header .header__title {
    font-size: 1.75rem;
  }
}

.header__bg {
  background: url(../img/header-bg.png) no-repeat center/cover;
  height: 200px;
}

/*
# footer
--------------------------------------------------------------*/
footer {
  padding-top: 2rem;
}
footer a {
  color: #333;
  margin-top: 0.5rem !important;
  font-size: 14px;
}
footer .u-flex {
  gap: 40px;
}
footer .u-flex .address,
footer .u-flex .associated {
  width: 50%;
}
footer .address h2 {
  margin-bottom: 1rem;
}
footer .associated h2 {
  margin-bottom: 1rem;
  color: #999;
}
footer .m-hr_dashed {
  margin: 1rem 0 2rem;
}
footer .helb {
  background-color: #EFE6DD;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  footer .u-flex {
    flex-direction: column;
    gap: 20px;
  }
  footer .u-flex .address,
  footer .u-flex .associated {
    width: 100%;
  }
}

/*
# common 
--------------------------------------------------------------*/
.bread {
  background-color: #FEFCEF;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-top: -1px;
}
.bread .content-width {
  background-color: #FEFCEF;
  width: 100%;
  max-width: 1000px;
  padding: 1rem 40px;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  .bread .content-width {
    padding: 1rem 20px;
  }
}
.bread a {
  color: #333;
}
.bread a:hover {
  color: #F1B052;
  cursor: pointer;
}
.bread .current-item {
  padding-right: 2rem;
}

.wid100vw {
  width: calc(var(--vw) * 100 - 220px);
  margin: 0 calc(50% - 50vw + 110px);
}
@media (max-width: 820px) {
  .wid100vw {
    width: calc(var(--vw) * 100);
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 821px) {
  body .is-layout-constrained .wid100vw{
    width: calc(var(--vw) * 100 - 220px) !important;
    margin: 0 calc(50% - 50vw + 110px) !important;
  }
}
.wid100vw img {
  border-radius: 0;
}

.pagination li:not(.next, .previous) a {
  background-color: #FFEAB4;
  border-radius: 2px;
  min-width: 24px;
  min-height: 24px;
  font-weight: bold;
  display: block;
  margin: 0 0.25rem;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  color: #333;
}
.pagination .next {
  margin-left: 3rem;
}
.pagination .previous {
  margin-right: 3rem;
}
.pagination .current a {
  background-color: #E0721B !important;
  color: #fff !important;
}
.pagination .last, .pagination .first {
  display: none;
}

/*
# sidebar
--------------------------------------------------------------*/
/*
# news archive
--------------------------------------------------------------*/
.news-archive__article {
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
}
.news-archive__date {
  margin: 0;
  margin-bottom: 1rem;
  display: block;
}
.news-archive__posttitle {
  font-size: 1.25rem;
  font-weight: bold;
}
.news-archive .postcat {
  margin-bottom: 1rem;
}
.news-archive .postcat__term {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  background-color: orange;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}
.news-archive .posttag {
  margin-top: 1rem;
}
.news-archive .posttag__term {
  font-size: 0.8rem;
}

/*------------------------------
ページ変異 エフェクト
----------------------------------*/
/*** フェードインアニメーションを作って ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*** bodyやメインコンテンツの要素に反映させる ***/
body {
  animation: fadeIn 1s forwards;
}/*# sourceMappingURL=style.css.map */

/*------------------------------
リキャプチャ位置調整
----------------------------------*/
.grecaptcha-badge{
	bottom: 80px !important;	
	z-index: 99;
}