@charset "utf-8";
/*==========================================================================

   base

==========================================================================*/
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
/*
.container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
*/
.container {
  max-width: none !important;
  width: 1170px;
}

img {width:100%;}
.archive-news__item-image img {width:300px;}
/*==========================================================================

   base frame

==========================================================================*/
#header {
	position: relative;
	z-index: 100;
}
#wrapper {
	display: flex;
	gap: 40px;
}
#wrapper #main {
	width: 830px;
	margin: 0 auto;
}
#wrapper #main.col2-main {
    margin: 0;
}
#wrapper #main.full-page {
	width: 100%;
}
#footer {
	padding: 70px 0 39px;
	color: #616161;
	xbackground: #5f6a6e;
  xbackground: #9ec0f4 url(../../common/img/footer_bg.png) no-repeat top center / cover ; 
}
#sidebar {
	width: 270px;
	margin: 65px 0;
}


/*==========================================================================

   layout type

==========================================================================*/
.page-wrapper {
    padding: 65px 0;
}

/*==========================================================================

   header

==========================================================================*/
.header-wrap {
  position: absolute;
  width: 100%;
  padding-top: 70px;
  z-index: 100;
}
.header-label-container {
  position: absolute;
  width: 100%;
  top: 10px;
  color: #000;
}
.header-label {
  font-size: 0.95rem;
  font-family: "Railway", sans-serif;
}
.header {
  position: absolute;
  width: 100%;
  margin-top: -52px;
}
.header-row {
  display: table;
  xmargin-top: 11px;
}
.header-logo {
  display: block;
  width: 170px;
  xwidth: 50px;
  padding: 10px 10px 10px 0;
}
.header-logo img {
  width: 100%;
}

.gnav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

ul.gnav__list {
  margin: 10px 0 0;
}

.gnav__list > .menu-item {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gnav__list > .menu-item > a {
  font-family: 'Lato', メイリオ, sans-serif !important;
  display: block;
  padding: 11px 8px;
  color: #444;
  transition: 0.3s;
  font-size: 0.75em;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -.05rem;
}
.gnav__list > .menu-item:hover > a {
  color: #12b8d7;
}
.menu-item-has-children > a:after {
  font: normal normal 300 14px/1 "Font Awesome 5 Pro";
  display: inline-block;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #222;
  margin-left: 3px;
}
.gnav__list > .menu-item.fa:before {
  display: block;
  color: #fff;
  font-size: 25px;
}

.sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 230px;
  width: auto;

  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gnav__list > .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.sub-menu .menu-item {
  display: block;
  text-align: left;
}
.sub-menu .menu-item a {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #555;
  background: rgba(218, 218, 218, 0.9);
  transition: 0.3s;
}
.sub-menu .menu-item a:hover {
  background: rgba(255, 255, 255, 0.9);
  color:#12b8d7;
}

.gnav-toggle { display: none;}


/*==========================================================================

   header - scroll

==========================================================================*/
#header.scroll {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 100;
  background: #dbdbdb;
  transition: margin-top 0.3s;
}

/*==========================================================================

   section

==========================================================================*/
.section-footer {
  margin-top: 30px;
}

/*==========================================================================

   sidebar

==========================================================================*/
.sidebar-content__title {
  margin-bottom: 15px;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  background: #444349;
}
.sidebar-content {
  margin: 0 0 50px;
}

/* Recent News */
#npcatch {
  font-size: 13px;
}
#npcatch img {
  display: table-cell;
  padding: 5px 10px;
}
#npcatch .title {
  display: table-cell;
  width: initial !important;
  float: none !important;
  vertical-align: top;
}
#npcatch .date {
  display: block;
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}
#npcatch a {
  display: table;
  width: 100%;
}

/*==========================================================================

   footer

==========================================================================*/
.footer-info-header {
  font-size: 30px;
}
.footer-info-term__row {
}
.footer-likebox__item {
  width: 280px;
  margin-left: 80px;
}
.fnav .menu-item + .menu-item {
  margin-bottom: 5px;
}
.fnav .menu-item a {
  color: #616161;
}
.fnav .menu-item a:before {
  font: normal normal 300 14px/1 "Font Awesome 5 Pro";
  content: "\f0a9";
  margin-right: 5px;
  color: #616161;
}

.footer-info-icons a {
  color: #616161;
}

.footer-likebox {
  width: 360px;
}
.footer-info-term__header {
  display: inline-block;
  width: 100px;
}
.footer-info-term__body {
  display: inline-block;
}
.footer-info-icons {
  margin-top: 16px;
}

.footer_logo {
  width: 1000px;
  margin: 10px auto;
}
.footer_logo img {
  width: 100%;
}

.copyright {
  display: block;
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*==========================================================================

   fontawesome

==========================================================================*/
/* 45度傾けるクラス */
.fa-rotate-45 {
	transform: rotate(45deg);
}

/* 135度傾けるクラス */
.fa-rotate-135 {
	transform: rotate(135deg);
}

/* 225度傾けるクラス */
.fa-rotate-225 {
	transform: rotate(225deg);
}

/* 315度傾けるクラス */
.fa-rotate-315 {
	transform: rotate(315deg);
}