@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }

  #logo-sub {
    display: none;
  }

  .sp-header {
    display: none;
  }

  #scrollTop {
    display: none;
  }
}

.clr {
  clear: both;
  min-height: 1em;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

input,
select,
textarea {
  color: #333333;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-left: 5px;
  color: #ff5353;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
  *zoom: 1;
}

.none_text {
  display: none;
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

body,
html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}

ol,
ul {
  list-style: none;
}

form {
  margin: 0px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-disp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .sp-disp1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .pc-disp1200 {
    display: none !important;
  }
}

#lay-container {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0;
  position: relative;
  padding-bottom: calc(26% + 150px);
}

@media screen and (max-width: 811px) {
  #lay-container {
    padding-bottom: calc(26% + 100px);
  }
}

#scrollTop {
  position: fixed;
  right: 0;
  z-index: 999;
  margin-bottom: 0;
}

#scrollTop img {
  width: 60px;
}

.skip-header a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#pc-header {
  width: 100%;
  border-top: 20px solid #e50012;
}

#header {
  width: 100%;
}

#headerInner {
  width: 100%;
}

#headerInner table {
  width: 100%;
  margin-top: -20px;
}

.headerInner-l {
  width: 20%;

}
.headerInner-c {
  width: 40%;

}
.headerInner-c img {
  width: 100%;
}
.headerInner-c a:hover img {
  opacity: 0.98;
  filter: alpha(opacity=98);
}

.headerInner-r {
  width: 20%;
  vertical-align: top;
  text-align: right;
}

.headerInner-r .group_area_name {
  text-align: left;
  padding-left: 20px;
}

.group_area_name p {
  font-weight: bold;
  padding-bottom: 10px;
}

.group_area_name a {
  padding-bottom: 5px;
}

.logout {
  padding: 50px 25px 0 0;
}
.logout span {
  padding-right: 25px;
  font-size: 130%;
  font-weight: bold;
}

.logout a.lg_button {
  display: inline-block;
  padding: 10px 15px;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  text-decoration: none;
}
.logout a.lg_button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

@media screen and (max-width: 1200px) {
  .headerInner-l {
    width: 20px;

  }
  .headerInner-c {
    width: 70%;
  }
  .headerInner-c img {
    width: 100%;
  }
  .headerInner-c a:hover img {
    opacity: 0.98;
    filter: alpha(opacity=98);
  }

  .headerInner-r {
    width: auto;
  }

  .logout {
    padding: 35px 20px 0 0;
  }

  .logout span {
    display: none;
  }

  .logout a.lg_button {
    display: inline-block;
    padding: 0;
    background-color: #fff;
  }

  .logout a img  {
    width: 100%;
    max-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .logout {
    padding: 25px 5px 0 15px;
  }
}


/*メニュー関係終わり
---------------------------------------------------------------*/

/* トップ
================================================== */

#content {
  width: 100%;
}

.notice_section {
  width: 100%;
  margin-top: 50px;
  padding: 0 30px;
}

.notice_section h4 {
  padding-left: 20px;
  padding-top: 20px;
}

.news-outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}

.news-outer h1 {
  font-size: 180%;
  padding: 0 0 30px 20px;
  border-bottom: 1px dotted #e50012;
  color: #0085c3;
}

.news-outer h1 a {
  color: #0085c3;
}

.news-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  border: 2px solid #e50012;
  border-radius: 15px;
}

.news-inner h2 {
  font-size: 180%;
  padding: 0 0 30px 20px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #e50012;
  color: #0085c3;
}

.news-inner h2 a {
  color: #0085c3;
}

.news-inner h3 {
  font-size: 180%;
  padding: 0 0 10px 40px;
  margin-bottom: 30px;
  color: #0085c3;
}

.news-inner h3 a {
  color: #0085c3;
}

.news-ul {
  width: 100%;
  padding: 0 20px;
}

.news-ul li {
  width: 100%;
  margin-bottom: 10px;
}

.news-ul li .date {
  display: table-cell;
  width: 110px;
}

.news-ul li .title {
  display: table-cell;
  width: auto;
}

.page-enq-error-message {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px 20px;
  border: 2px solid #e50012;
  border-radius: 15px;
}

.page-enq-error-message h2 {
  font-size: 150%;
  padding: 0 0 30px 20px;
  color: #e50012;
}

.page-enq-error-message p {
  font-size: 100%;
  padding: 0 0 10px 50px;
  color: #0085c3;
}

.page-enq-ok-message {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px 20px;
  border: 2px solid #0085c3;
  border-radius: 15px;
}

.page-enq-ok-message h2 {
  font-size: 150%;
  color: #0085c3;
}

@media screen and (max-width: 767px) {
  .news-ul li .date {
    display: block;
  }

  .news-ul li .title {
    display: block;
    width: 100%;
  }
}

.order-button {
  text-align: center;
  margin: 30px 0;
}

.order-button a.red_button:link, a.red_button:active, a.red_button:visited {
  display: inline-block;
  background-image: url(../images/blank.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 25px;
  padding: 30px 60px 30px 30px;
  font-weight: bold;
  font-size: 140%;
  color: #fff;
  background-color: #e50012;
  border-radius: 15px;
  text-decoration: none;
}

.order-button a.red_button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.return-button {
  text-align: center;
  margin: 30px 0;
}

.return-button a.black_button:link, a.black_button:active, a.black_button:visited {
  display: inline-block;
  background-size: 25px;
  padding: 20px 20px 20px 20px;
  font-weight: bold;
  font-size: 140%;
  color: #fff;
  background-color:  #000;
  border-radius: 15px;
  text-decoration: none;
  margin: 0;
  min-width: 280px;
}

.return-button a.black_button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.enquete-button {
  text-align: center;
  margin: 0;
}

/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 400;
}

@media print {
  .lay-page-top {
    display: none;
  }
}

.lay-page-top a {
  display: none;
  width: 50px;
  border-radius: 50px;
  text-decoration: none;
}

.lay-page-top a:hover {
  opacity: .8;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-page-top a {
    width: 40px;
    border-radius: 40px;
  }
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer img {
  width: 100%;
}

/* コンテンツページ関係始まり
==================================================
*/

.cat-img-wrap {
  position: relative;
  background-color: #e0e7ed;
  padding: 80px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cat-img-wrap {
    padding: 60px 20px;
  }
}

.cat-img-con {
  width: 100%;
  text-align: center;
  font-size: 200%;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding-bottom: 8px;
  color: #fff;
}

@media screen and (max-width: 970px) {
  .cat-img-con {
    font-size: 200%;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 800px) {
  .cat-img-con {
    padding: 0 20px;
  }
}

.cat-img-con span {
  font-family: "Zen Old Mincho", serif;
}

#home #breadCrumb {
  display: none;
}

#breadCrumb {
  width: 100%;
  font-size: 80%;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

#breadCrumb a {
}

#breadCrumb .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px;
  font-size: 100%;
}

#breadCrumb p {
  margin-left: 0px;
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
  display: none;
  text-align: right;
  padding-top: 8px;
  margin-bottom: -32px;
}

.contentBodyWrapper {
  padding: 0px;
}

.contentListWrapper {
  padding: 0px;
}

#content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

#content-inner:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 73%;
  float: left;
}

#main2 {
  width: 100%;
  padding: 40px 40px;
  border: 2px solid #e50012;
  border-radius: 15px;
  margin-top: 40px;
}

.file-button {
  text-align: center;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px dotted #e50012;
}

.file-button a:link {
  display: inline-block;
  width: 297px;
  text-align: left;
  background-image: url(../images/file.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 25px;
  padding: 10px 0 10px 30px;
  font-weight: bold;
  font-size: 140%;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  text-decoration: none;
}

.file-button a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

@media screen and (max-width: 811px) {
  .file-button a:link {
    width: 271px;
  }
}

@media screen and (max-width: 400px) {
  .file-button a:link {
    width: 100%;
  }
}

/* 扉ページ
*********************************************/
.body-page #main2 {
  display: grid;
  grid-template-columns: 75% 20%;
  justify-content: space-between;
  align-items: flex-start;
}

.body-page .contentListWrapper {
  position: sticky;
  top: 130px;
}

.body-page .contentListWrapper h3 {
  padding: 15px 15px;
  background: #0b691e;
  color: #fff;
  line-height: 140%;
}

.body-page .contentListWrapper .pageList {
  border: 1px solid #0b691e;
}

.body-page .contentListWrapper .pagelist-item {
  border: none;
  border-bottom: 1px dotted #0b691e;
  width: 100%;
  margin-bottom: 0;
}

.body-page .contentListWrapper .pagelist-item .title {
  background: none;
  padding: 10px;
  font-weight: normal;
  font-size: 0.875em;
}

.body-page .contentListWrapper .pagelist-item a {
  padding: 0;
}

.body-page .contentListWrapper .pagelist-item:last-child {
  border: none;
}

@media screen and (max-width: 1000px) {
  .body-page .contentListWrapper {
    position: unset;
  }

  .body-page #main2 {
    grid-template-columns: 100%;
  }

  .body-page .contentListWrapper {
    margin-top: 70px;
  }
}

@media screen and (max-width: 811px) {
  .body-page .contentListWrapper {
    margin-top: 40px;
  }
}

.pagination,
.contentBodyWrapper .pagination {
  text-align: center;
  margin-top: 45px;
}

.pagination a:link,
.pagination a:visited,
.contentBodyWrapper .pagination a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.pagination span.current,
.pagination a:link,
.contentBodyWrapper .pagination a {
  border: 1px solid #000;
  padding: 5px 12px;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  margin: 5px;
}

.pagination a:hover,
.contentBodyWrapper .pagination a:hover {
  background-color: #fff;
  color: #000;
}

.pagination span.current {
  color: #000;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb {
  display: none;
}

/* ログインページ
*********************************************/
@media screen and (min-width: 768px) {
  .login #main2 {
    max-width: 800px;
    margin: 80px auto 0;
  }

  .login #main2 #form_body {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0;
  }

  .login #main2 #form_body .autoConfirm-notice {
    display: block;
  }

  .login #main2 #form_body .p-login-form .enquete_selector_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .login #main2 #form_body .p-login-form .enquete_selector_wrapper .form-group {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 20px auto 0;
    padding: 0 0 0;
  }

  .login #main2 #form_body .p-login-form .enquete_selector_wrapper .form-group label {
    display: block;
    font-size: 16px;
    line-height: 1.0em;
    letter-spacing: 0.06em;
    width: calc(6em + (0.06em * 6));
  }

  .login #main2 #form_body .p-login-form .enquete_selector_wrapper .form-group .form-control {
    width: calc(100% - 6em + (0.06em * 6));
  }

  .login #main2 #form_body .p-login-form .button_wrapper .com-btn {
    margin-bottom: 0;
  }
}

/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
  margin-bottom: 10px;
}

.contentBodyWrapper .search-ul li .thumb,
.contentBodyWrapper .search-ul li .description,
.contentBodyWrapper .search-ul li .date {
  display: none;
}

/*サイトマップ初め
================================================== */
.sitemap {
  margin-left: 0px;
}

.sitemap a {
}

ul.sitemap-list.sm-depth1-list {
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.sitemap li.sm-depth1-item {
  font-size: 115%;
  margin: 0 1%;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 2px;
  width: 31.3%;
  background-image: none;
}

.sitemap li.sm-depth1-item a {
  text-decoration: none;
  display: block;
}

.sitemap li.sm-depth1-item::before {
  border-right: none;
  border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
  padding: 7px 3%;
  display: block;
  margin: 4% 0;
  transition: 0.3s;
  border-left: 10px solid #02669b;
  font-family: "Zen Old Mincho", serif;
}

ul.sitemap-list.sm-depth2-list {
  font-weight: normal;
  font-size: 80%;
  letter-spacing: 1px;
  padding: 0 0 0 3%;
  margin: 40px 1%;
}

ul.sitemap-list.sm-depth2-list li {
  background-position: 0px 6px;
  background-size: 12px;
  /* font-weight: normal; */
  margin: 18px 8px;
}

ul.sitemap-list.sm-depth3-list {
  font-size: 80%;
  letter-spacing: 0;
  padding: 0 15px;
}

ul.sitemap-list.sm-depth3-list li {
  margin: 10px 0px;
  padding: 5px;
  font-weight: normal;
  background-image: none;
}

.sitemap li.sm-depth3-item::before {
  border-right: none;
  border-bottom: none;
}

ul.sitemap-list.sm-depth4-list {
  font-weight: normal;
  padding: 0 1%;
  margin: 2%;
}

ul.sitemap-list.sm-depth4-list li {
  margin: 0;
}

.sitemap li.sm-depth4-item::before {
  border-right: none;
  border-bottom: none;
}

.depth1 li {
  padding-top: 0px;
}

.depth2 li {
  padding-top: 0px;
}

.sitemap-list {
  border-left: 1px dotted #d8c7e6;
}

@media screen and (max-width: 767px) {
  .sitemap li.sm-depth1-item {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .sitemap li.sm-depth1-item {
    width: 98%;
  }
}

/*サイトマップ終わり
================================================== */

/*　検索一覧ページ
================================================== */

.search-result h2 {
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  background-color: #f4f8fa;
  padding: 12px 10px 12px 30px;
  line-height: 100%;
  margin: 50px 0 25px 0;
  background-image: url(../images/bg-h2.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 2.5px;
}

.search-result ul li {
  display: block;
  line-height: 120%;
  margin: 12px 0;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0px top;
  background-size: 12px;
  padding: 0px 0px 0px 30px;
  text-align: left;
  font-size: 1.15em;
}

@media screen and (max-width: 767px) {
  .search-result ul li {
    background-size: 9px;
    padding: 0px 0px 0px 22px;
  }
}

.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
  display: none;
}

.search-result p {
  margin-bottom: 20px;
}

/*　検索一覧ページ終わり
================================================== */

/*　検索ページ
================================================== */
.input_items_wrap {
  margin: 10px 0;
}

.input_items_wrap .input_item {
  width: 70%;
  height: 32px;
  max-width: 500px;
  padding: 0 5px;
  background-color: #e4e4e4;
}

.input_items_wrap .submit_btn {
  height: 32px;
  padding-left: 3px;
}

/*　検索ページ終わり
================================================== */

/*コンテンツページ関係終わり
================================================== */

/* レスポンシブ対応
==================================================
==================================================
==================================================
================================================== */


@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }

  #scrollTop {
    display: none;
  }
}

/* books
---------------------------------------------------------------*/
.books__inner {
  display: grid;
  grid-template-columns: 10% auto 10%;
  gap: 20px;
}

.books__info {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 811px) {
  .books__inner {
    display: grid;
    grid-template-columns: auto 50px;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .books__image {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
  }

  .books__image img {
    max-width: 30%;
  }
}

/* tbl-form
---------------------------------------------------------------*/
.tbl-form .required {
  background-color: #c9171e;
  color: #fff;
  padding: 3px 5px;
  font-size: 85%;
  margin-left: 10px;
  border-radius: 3px;
}

.tbl-form th {
  width: 200px;
}

.tbl-form input:not([type="radio"]),
.tbl-form textarea {
  width: 100%;
}

.tbl-form textarea {
  height: 200px;
}

.tbl-form input.input100 {
  width: 100%;
}

.tbl-form input.input50 {
  width: 50%;
  min-width: 400px;
}

.tbl-form input.input25 {
  width: 25%;
  min-width: 200px;
}

.tbl-form textarea.input-textarea {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 811px) {
  .tbl-form th,
  .tbl-form td {
    display: block;
    width: 100%;
  }

  .tbl-form .input50,
  .tbl-form .input25 {
    width: 100%;
    min-width: 100%;
  }
}

.required_notice {
  border: 2px solid #c9171e;
  border-radius: 4px;
  padding: 10px;
  background: #fdf5f6;
}

.required_notice .error_msg {
  display: block;
  line-height: 1.7;
  color: #c9171e;
}

/* inner
---------------------------------------------------------------*/

@media screen and (max-width: 500px) {
  .cat-img-con {
    top: 40%;
    font-size: 180%;
    letter-spacing: 0;
  }
}

.mt30 {
  margin-top: 0;
}

#lay-preview-mode-notice {
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: black;
  position: fixed;
  border: 1px dotted black;
  z-index: 50000;
}

/* blog-list
---------------------------------------------------------------*/
.blog-list .pageList .pagelist-item {
  width: 100%;
  background: #fff;
  border: 10px solid #ecfae7;
}

.blog-list .pageList .page-list-item-body {
  border-top: 1px solid #0b691e;
  padding-top: 10px;
  margin-top: 10px;
}

.blog-list .pageList .pagelist-item {
  margin: 0;
}

.blog-list .pageList .pagelist-item + .pagelist-item {
  margin-top: 30px;
}

.blog-nav h3 {
  color: #0b691e;
  font-size: 110%;
}

.blog-nav ul {
  margin-top: 10px;
}

.blog-nav ul li {
  padding-left: 20px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 15px;
  top: 0;
}

.blog-nav ul li + li {
  margin-top: 5px;
}

.blog-nav ul li {
  font-size: 90%;
}

.blog-archives {
  margin-top: 30px;
}

.blog-nav .update {
  display: block;
  font-size: 80%;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .blog-nav {
    margin-top: 30px;
  }
}

/* .lay-sns
================================================== */

.lay-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.lay-sns .btn-sns {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.lay-sns .btn-sns:last-child {
  margin-right: 0;
}

.lay-sns .btn-sns img {
  height: 1.25rem;
  padding-right: 10px;
}

.lay-sns .btn-facebook {
  background: #1677f1;
}

.lay-sns .btn-twitter {
  background: #1ba0f0;
}

.lay-sns .btn-line {
  background: #00b800;
}

.lay-sns .btn-pinterst {
  background: #e60122;
}

@media screen and (max-width: 811px) {
  .lay-sns {
    /* flex-wrap: wrap; */
  }

  .lay-sns .btn-sns {
    width: 23%;
    margin: 1%;
    flex-direction: column;
    font-size: 0.8rem;
    padding: 10px 0 5px;
  }

  .lay-sns .btn-sns img {
    padding: 0;
    padding-bottom: 3px;
    height: 1.5rem;
  }

  .lay-sns .btn-sns span {
    display: none;
  }

  .lay-sns .btn-sns:last-child {
    margin: 1%;
  }
}

/* ブログ
================================================== */

.top-category_blog .contentTitle h1 {
  font-size: 160%;
}

.top-category_blog .contentTitle h1 {
  display: block;
  font-size: 180%;
  margin-bottom: 25px;
  border-left: none;
}

.contentBody .current-category_blog01,
.contentBody .current-category_blog02,
.contentBody .current-category_blog03,
.contentBody .current-category_blog04,
.contentBody .current-category_blog05,
.contentBody .current-category_blog06,
.contentBody .current-category_blog07,
.contentBody .current-category_blog {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-category_blog .contentBody {
  padding: 0;
}

.top-category_blog .contentBody p {
  margin: 1em 0 1em 0;
}

.top-category_blog .contentBody p img {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.top-category_blog .contentBody p img.attached_icon {
  width: auto;
}

.top-category_blog #content-inner {
  margin-top: 40px;
}

.top-category_blog .pagelist-item.current-category_blog01-item,
.top-category_blog .pagelist-item.current-category_blog02-item,
.top-category_blog .pagelist-item.current-category_blog03-item,
.top-category_blog .pagelist-item.current-category_blog04-item,
.top-category_blog .pagelist-item.current-category_blog05-item,
.top-category_blog .pagelist-item.current-category_blog06-item,
.top-category_blog .pagelist-item.current-category_blog07-item,
.top-category_blog .pagelist-item.current-category_blog-item {
  width: 100%;
  margin: 0 0 60px 0;
  border: 1px solid #849679;
  padding: 4%;
  margin-bottom: 60px;
  line-height: 160%;
  background-image: none;
  list-style: none;
  text-indent: 0;
  box-shadow: unset;
  background-color: #fff;
}

.top-category_blog .pagelist-item.current-category_blog01-item:hover,
.top-category_blog .pagelist-item.current-category_blog02-item:hover,
.top-category_blog .pagelist-item.current-category_blog03-item:hover,
.top-category_blog .pagelist-item.current-category_blog04-item:hover,
.top-category_blog .pagelist-item.current-category_blog05-item:hover,
.top-category_blog .pagelist-item.current-category_blog06-item:hover,
.top-category_blog .pagelist-item.current-category_blog07-item:hover,
.top-category_blog .pagelist-item.current-category_blog-item:hover {
  background-color: #fff;
}

.top-category_blog .pageList .pagelist-item span.date {
  /* width: 100%; */
  /* max-width: 185px; */
  display: inline-block;
  font-size: 100%;
  color: #0b691e;
  padding: 15px 15px 15px 0;
  text-align: right;
  margin-top: 5px;
  background-image: url(../images/pen.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px;
  text-decoration: none;
}

.pagelist-item.current-category_blog01-item p,
.pagelist-item.current-category_blog02-item p,
.pagelist-item.current-category_blog03-item p,
.pagelist-item.current-category_blog04-item p,
.pagelist-item.current-category_blog05-item p,
.pagelist-item.current-category_blog06-item p,
.pagelist-item.current-category_blog07-item p,
.pagelist-item.current-category_blog-item p {
  text-align: left;
  font-size: 110%;
}

.pagelist-item.current-category_blog01-item::before,
.pagelist-item.current-category_blog02-item::before,
.pagelist-item.current-category_blog03-item::before,
.pagelist-item.current-category_blog04-item::before,
.pagelist-item.current-category_blog05-item::before,
.pagelist-item.current-category_blog06-item::before,
.pagelist-item.current-category_blog07-item::before,
.pagelist-item.current-category_blog-item::before {
  margin-bottom: 0px;
  margin-right: 0px;
  background: #fff;
  display: block;
}

.pagelist-item.current-category_blog01-item:first-child,
.pagelist-item.current-category_blog02-item:first-child,
.pagelist-item.current-category_blog03-item:first-child,
.pagelist-item.current-category_blog04-item:first-child,
.pagelist-item.current-category_blog05-item:first-child,
.pagelist-item.current-category_blog06-item:first-child,
.pagelist-item.current-category_blog07-item:first-child,
.pagelist-item.current-category_blog-item:first-child {
  margin-top: 0;
}

.pagelist-item.current-category_blog-item li {
}

.pageList .current-category_blog01-item .title,
.pageList .current-category_blog02-item .title,
.pageList .current-category_blog03-item .title,
.pageList .current-category_blog04-item .title,
.pageList .current-category_blog05-item .title,
.pageList .current-category_blog06-item .title,
.pageList .current-category_blog07-item .title,
.pageList .current-category_blog-item .title {
  padding: 0px 0px 0px 0px;
  background-image: none;
}

.pageList .current-category_blog01-item .title a,
.pageList .current-category_blog02-item .title a,
.pageList .current-category_blog03-item .title a,
.pageList .current-category_blog04-item .title a,
.pageList .current-category_blog05-item .title a,
.pageList .current-category_blog06-item .title a,
.pageList .current-category_blog07-item .title a,
.pageList .current-category_blog-item .title a {
  display: block;
  padding: 18px 20px;
  color: #fff;
  font-size: 160%;
  background-color: #0b691e;
  margin-bottom: 25px;
  text-decoration: none;
}

.pageList .current-category_blog01-item .title a:hover,
.pageList .current-category_blog02-item .title a:hover,
.pageList .current-category_blog03-item .title a:hover,
.pageList .current-category_blog04-item .title a:hover,
.pageList .current-category_blog05-item .title a:hover,
.pageList .current-category_blog06-item .title a:hover,
.pageList .current-category_blog07-item .title a:hover,
.pageList .current-category_blog-item .title a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  text-decoration: none;
}

.pageList .current-category_blog01-item .pagelist-item-category a,
.pageList .current-category_blog02-item .pagelist-item-category a,
.pageList .current-category_blog03-item .pagelist-item-category a,
.pageList .current-category_blog04-item .pagelist-item-category a,
.pageList .current-category_blog05-item .pagelist-item-category a,
.pageList .current-category_blog06-item .pagelist-item-category a,
.pageList .current-category_blog07-item .pagelist-item-category a,
.pageList .current-category_blog-item .pagelist-item-category a {
  display: inline-block;
  font-size: 95%;
  color: #0b691e;
  padding: 0.2em 0;
  width: 115px;
  text-align: center;
  border: solid 1px #0b691e;
}

.top-category_blog .contentBody h2 {
  margin: 30px 0 40px 0;
  font-size: 170%;
}

.current-category_blog01-item .title,
.current-category_blog02-item .title,
.current-category_blog03-item .title,
.current-category_blog04-item .title,
.current-category_blog05-item .title,
.current-category_blog06-item .title,
.current-category_blog07-item .title,
.current-category_blog-item .title {
  display: block;
}

.current-category_blog01-item .date,
.current-category_blog02-item .date,
.current-category_blog03-item .date,
.current-category_blog04-item .date,
.current-category_blog05-item .date,
.current-category_blog06-item .date,
.current-category_blog07-item .date,
.current-category_blog-item .date {
  display: block;
  text-align: right;
  color: #736357;
}

#blog-nav {
  float: right;
  width: 24.28%;
}

#blog-nav h3 {
  background-color: #849679;
  padding: 15px 15px;
  margin-bottom: 0px;
  color: #fff;
}

.recently ul {
  width: 100%;
  margin-bottom: 15px;
  font-size: 90%;
}

.recently ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.recently ul li:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.recently ul li a {
  display: block;
  padding: 0px 0px 2px 20px;
  background-image: url(../images/arrow_b.png);
  background-repeat: no-repeat;
  background-position: left 3px top 7px;
  background-size: 8px;
  font-weight: bold;
}

.recently ul li:hover {
}

.update {
  display: block;
  text-align: right;
  font-size: 85%;
  color: #0b691e;
}

.categories ul {
  width: 100%;
  margin-bottom: 15px;
  font-size: 90%;
}

.categories ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

.categories ul li a {
  display: inline-block;
  padding: 0px 0px 2px 20px;
  text-decoration: none;
  background-image: url(../images/arrow_gpng);
  background-repeat: no-repeat;
  background-position: left 1px top 4px;
  background-size: 10px;
}

.categories ul li a:hover {
}

.entry-list {
  width: 100%;
}

.entry-list ul {
  width: 100%;
  margin-bottom: 15px;
  font-size: 90%;
}

.entry-list li {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.entry-list li:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}

.entry-list li a {
  display: block;
  padding: 10px 0px 10px 20px;
  background-image: url(../images/arrow_g.png);
  background-repeat: no-repeat;
  background-position: left 4px top 17px;
  background-size: 8px;
  font-size: 90%;
}

.entry-list li a:hover {
}

.top-category_blog .contentHeader .date {
  display: inline-block;
  padding: 10px;
  color: #0b691e;
  text-align: right;
}

.top-category_blog .contentHeader .contentHeader-item-category a {
  display: inline-block;
  text-decoration: none;
  font-size: 95%;
  color: #0b691e;
  padding: 0.2em 0;
  width: 115px;
  text-align: center;
  border: solid 1px #0b691e;
}

.top-category_blog .contentTitle {
  padding: 0;
  margin-top: 0;
}

.top-category_blog .pageList .pagelist-item p {
  text-align: left;
  padding: 0 10px 5px 0;
  font-size: 90%;
}

@media screen and (max-width: 1000px) {
  #blog-nav {
    float: none;
    width: 100%;
    font-size: 100%;
    margin-top: 120px;
  }

  #main {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .top-category_blog #content-inner {
    margin-top: 40px;
  }

  .current-category_blog-item .title a {
    padding: 15px 15px;
    line-height: 140%;
    font-size: 180%;
    text-decoration: none;
  }
}

@media (max-width: 1080px) {
  #main2 {
    font-size: 100%;
  }

  .contentTitle h1 {
    padding: 1% 1% 1% 1%;
    line-height: 160%;
  }

  .cat-sel table th img,
  .top-blog h2 img {
    height: 35px;
  }

  .cat-sel ul li a {
    font-size: 80%;
  }

  .top-blog-more a,
  .top-blog-more a:visited,
  .top-blog-more a:link {
    font-size: 75%;
  }
}

@media screen and (max-width: 900px) {
  .top-category_faculty .pageList .pagelist-item {
    width: 100%;
    margin: 3% 0;
  }

  .top-category_faculty .pageList .pagelist-item .description {
    text-align: center;
  }
}

@media screen and (max-width: 860px) {
  body,
  html {
    -webkit-text-size-adjust: 100%;
  }

  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="tel"] {
    font-size: 16px;
    /*  transform: scale(0.8);*/
  }

  .scrollTable {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  #scrollTop img {
    width: 40px;
  }

  #globalNav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pageList .pagelist-item .title {
    background-position: 5px 4px;
  }
}

@media screen and (max-width: 400px) {
  .cat-img img {
    height: 90px;
  }

  .cat-img-con {
    top: 35%;
  }
}

/* Base Style
================================================== */
.galleies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.galleies .gallery {
  padding-top: 100%;
  display: block;
  position: relative;
  background: #ccc;
}

.galleies .gallery img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}

/* 署
================================================== */

.page-contact {
  width: 100%;
  margin-top: 45px;
  padding: 40px;
  border: 1px solid #286fb2;
  background-color: #f5f0ee;
  max-width: 880px;
  margin-inline: auto;
}

.page-contact address {
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.page-contact h2 {
  text-align: center;
  font-size: 150%;
}

.page-contact-body {
  display: grid;
  grid-template-columns: 65% 35%;
  place-items: center;
  margin-top: 30px;
}

.page-contact address .department {
  font-size: 140%;
}

.page-contact address {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
}

.page-contact address .phone a {
  font-size: 160%;
  text-decoration: none;
  color: #0b691e;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  line-height: 1;
}

.page-contact-form {
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-contact {
    padding: 30px 20px;
  }

  .page-contact-body {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .page-contact-form {
    max-width: 400px;
    margin-top: 20px;
  }

  .page-contact address {
    display: grid;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 420px) {
  .page-contact address .department {
    display: block;
    font-size: 150%;
  }

  .page-contact address .phone a {
    font-size: 150%;
  }
}
