/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  margin: 0;
  padding: 0; /*background:url(img/common/background.jpg) left top;*/
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}

/* mobile banner */
#mobile_banner_top {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
#mobile_banner_top img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  width: auto;
}
#mobile_banner_bottom {
  text-align: center;
  padding: 0 0 30px 0;
}
#mobile_banner_bottom img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  width: auto;
}

/* layout */
#content_wrap {
  margin-top: 48px;
}
.side_col {
  padding: 0 10px;
}
#main_col_wrap {
}
#main_col {
}
#content {
  margin: 0 0 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #aaa;
}

/* headline */
.headline_base1 {
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0 20px 0;
  font-size: 16px;
}
.headline_base2 {
  font-size: 16px;
  background: #333;
  color: #eee;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px #aaa;
}

.headline1 {
  font-size: 16px;
  border-left: 7px solid #e41858;
  border-bottom: 1px dotted #444;
  line-height: 32px;
  padding-left: 12px;
  margin: 60px 0 10px;
}
.headline2 {
  font-size: 15px;
  border-left: 5px solid #f2195d;
  line-height: 28px;
  padding-left: 10px;
  margin: 40px 0 20px;
}

/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
.post_list {
  margin: 0 auto 10px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 30px 0;
}
.post_list .title {
  line-height: 150%;
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
}
.post_list .title a {
  text-decoration: none;
  display: block;
}
.post_list .meta {
  font-size: 11px;
  background: #333;
  color: #eee;
  padding: 10px 15px;
  margin: 0 0 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px #aaa;
}
.post_list .meta a {
  color: #eee;
}
.post_list .meta .date {
  float: left;
  margin: 0 25px 0 0;
  line-height: 150%;
}
.post_list .meta ul {
  float: left;
  margin: 0 25px 0 0;
}
.post_list .meta li {
  float: left;
  line-height: 150%;
  margin: 0 5px 5px 0;
}
.post_list .meta ul.post_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding: 0 0 0 16px;
}
.post_list .meta ul.post_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding: 0 0 0 16px;
}
.post_list .meta .post_comment {
  float: left;
  margin: 0;
  line-height: 150%;
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding: 0 0 0 18px;
}

.post_list .image {
  float: left;
  display: block;
  position: relative;
  width: 28%;
}
.post_list .image img {
  width: 100%;
  height: auto;
}

.post_list .desc_area {
  float: right;
  width: 69%;
}
.post_list .desc_area .desc {
  line-height: 200%;
  font-size: 14px;
}
.post_list .read_more {
  background: url(img/common/arrow2.png) no-repeat right 2px;
  padding: 2px 22px 2px 0;
  float: right;
}

/* page navi */
.page_navi {
  margin: 0;
  padding: 0;
}
.page_navi h4 {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #888;
}

.page_navi li {
  float: left;
}
.page_navi a,
.page_navi a:hover,
.page_navi span {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 13px 15px;
  line-height: 100%;
  margin: 0 4px 4px 0;
  background: #bbb;
  display: block;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page_navi a:hover {
  color: #fff;
  text-decoration: none;
}
.page_navi span.dots {
  background: none;
  color: #333;
}

.page_navi span.current {
  color: #fff;
  background: #666;
}
.page_navi a.prev,
.page_navi a:hover.prev,
.page_navi a:visited.prev {
}
.page_navi a.next,
.page_navi a:hover.next,
.page_navi a:visited.next {
}

.page_navi p.back a,
.page_navi p.back a:hover {
  display: inline-block;
  padding: 8px 20px;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

#single_post {
}
.post {
  margin: 0 0 30px 0;
}

/* title */
#single_post .title {
  line-height: 150%;
  margin: 0;
  padding: 15px 0;
  font-size: 24px;
}
.page_title {
  font-size: 24px;
  line-height: 150%;
  padding: 25px 0 15px;
  margin: 0;
}

/* social bookmark */
#bookmark {
  text-align: right;
  margin: 0 30px;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
}
#bookmark li {
  display: inline;
  margin: 0;
}
#bookmark li.social2 {
  margin-right: -30px;
}

/* post meta */
#single_post .meta {
  font-size: 11px;
  background: #333;
  color: #eee;
  padding: 10px 15px;
  margin: 0 0 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px #aaa;
}
#single_post .meta a {
  color: #eee;
}
#single_post .meta .date {
  float: left;
  margin: 0 25px 0 0;
  line-height: 150%;
}
#single_post .meta ul {
  float: left;
  margin: 0 25px 0 0;
}
#single_post .meta li {
  float: left;
  line-height: 150%;
  margin: 0 5px 5px 0;
}
#single_post .meta ul.post_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding: 0 0 0 16px;
}
#single_post .meta ul.post_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding: 0 0 0 16px;
}
#single_post .meta .post_comment {
  float: left;
  margin: 0;
  line-height: 150%;
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding: 0 0 0 18px;
}

/* banner */
#single_banner1,
#single_banner2 {
  display: none;
}

/* post thumbnail */
.post_image img {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto 25px;
}

/* next page */
#post_pagination {
  margin: 20px 0 30px 0;
  clear: both;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a,
#post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  color: #fff;
}

/* related post */
#related_post {
  margin: 0 auto 50px;
}
#related_post ul {
  margin: 0;
}
#related_post ul li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  line-height: 100%;
}
#related_post ul li .meta {
}
#related_post ul li .date {
  line-height: 100%;
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
}
#related_post ul li .title {
  line-height: 200%;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#related_post ul li .title a {
  color: #333;
  display: block;
}
#related_post ul li .image img {
  display: block;
  border: 1px solid #ccc;
  padding: 2px;
  float: left;
  margin: 0 10px 0 0;
}
#related_post ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/* next prev post link */
#previous_next_post {
  margin: 0 0 35px 0;
  padding: 0;
}
#previous_next_post p {
  font-size: 11px;
  margin: 0 0 5px 0;
  line-height: 160%;
}
#previous_next_post a {
  color: #333;
  display: block;
  padding: 10px;
  background: #f2f2f2;
  text-decoration: none;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#previous_next_post a:hover {
  color: #fff;
}
#previous_post a {
  background: #f2f2f2 url(img/common/arrow_left.png) no-repeat 14px 14px;
  padding-left: 35px;
}
#next_post a {
  text-align: right;
  background: #f2f2f2 url(img/common/arrow_right.png) no-repeat right 14px top
    14px;
  padding-right: 35px;
}

/* comment */
#comment_wrap {
  padding: 0;
}

/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
  margin: 0 0 25px 0;
  font-size: 11px;
  clear: both;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #aaa;
  padding: 0 10px 10px;
}
.side_headline {
  font-size: 12px;
  background: #333;
  color: #eee;
  padding: 0 15px 0 0;
  margin: 0 -10px 20px -10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  line-height: 38px;
  height: 38px;
}
.side_headline span {
  padding: 2px 2px 3px 17px;
}
.side_widget ul {
  margin: 0;
}
.side_widget li ul {
  margin: 15px 0 0 0;
}
.side_widget li {
  line-height: 170%;
  margin: 0 0 15px 0;
  font-size: 11px;
  background: url(img/common/arrow1.png) no-repeat left 0px;
  padding: 0 0 0 20px;
}
.side_widget li.last {
  margin: 0;
}
.side_widget a {
  color: #333;
}

/* adsense */
.ad_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* orginal widget post list */
.widget_post_list {
  margin: 0;
}
.side_col .widget_post_list li {
  background: none;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}
.widget_post_list li.last {
  border: none;
  margin: 0;
}
.widget_post_list .info {
}
.widget_post_list .info .date {
  margin: 2px 0 5px 0;
  line-height: 100%;
  color: #004b64;
  font-weight: bold;
}
.widget_post_list .info .title {
  font-size: 12px;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
  font-weight: bold;
}
.widget_post_list .image {
  float: left;
  display: block;
  margin: 0 15px 0 0;
}
.widget_post_list .image img {
  width: 64px;
  height: 64px;
  border: 1px solid #ccc;
  padding: 1px;
}
#footer .widget_post_list li {
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
  background: none;
  border-bottom: 1px dotted #aaa;
}
#footer .widget_post_list li.last {
  border: none;
  margin: 0;
  padding: 0;
}
#footer .widget_post_list .info .date {
  color: #888;
}

/* calendar */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}
#wp-calendar th,
#wp-calendar td {
  color: #333;
  padding: 0;
  line-height: 350%;
  text-align: center;
}
#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
}
#wp-calendar caption {
  padding: 7px 0;
}
#wp-calendar thead th,
#wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}
#wp-calendar #prev,
#wp-calendar #next {
  line-height: 200%;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #333;
}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
#wp-calendar td#today {
  color: #fff;
  background: #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer #wp-calendar td a {
  background: #dedede;
}
#side_col #wp-calendar th,
#side_col #wp-calendar td {
  line-height: 340%;
}
.three_column1 #side_col #wp-calendar th,
.three_column1 #side_col #wp-calendar td,
.three_column2 #side_col #wp-calendar th,
.three_column2 #side_col #wp-calendar td {
  line-height: 250%;
}

/* search */
.widget_search label {
  display: none;
}
.widget_search #search-box,
.widget_search #s {
  float: left;
  width: 66%;
  height: 33px;
  margin: 0 -2px 10px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 2%;
  box-shadow: 2px 2px 3px 0px #ddd inset;
  position: relative;
}
.widget_search #search-btn input,
.widget_search #searchsubmit {
  border: none;
  float: right;
  color: #fff;
  height: 35px;
  width: 30%;
  background: #333;
}
.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover {
  cursor: pointer;
}

/* archive category dropdown */
.widget_archive select,
.widget_categories select {
  border: 1px solid #ddd;
  padding: 6px 10px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header {
  position: relative;
  background: #333;
  z-index: 9;
  margin: 0 0 20px 0;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 12px 0;
}

/* logo */
#logo_area h1 {
  margin: 0 0 0 10px;
  line-height: 120%;
  float: left;
  font-size: 18px;
  font-weight: normal;
  width: 40%;
  overflow: hidden;
  padding: 0;
}
#logo_area a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#logo_area a:hover {
}
#logo_image img {
  display: none;
}
#logo_image a:before {
  content: attr(title);
}
#description {
  display: none;
}
*:first-child + html #logo_image img {
  display: block;
  height: 25px;
  width: auto;
}
*:first-child + html #logo_image {
  margin-top: 4px;
}

/* description */
#description {
  display: none;
}

/* banner */
#header_banner {
  display: none;
}

/* global menu */
#header a.menu_button {
  position: absolute;
  right: 10px;
  top: 7px;
  margin: 0;
  display: block;
  font-size: 11px;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
}
#header a.menu_button:hover {
  border: 1px solid #333;
  background: #666;
  color: #fff;
}
#header a.active {
  border: 1px solid #333;
  color: #fff;
  background: #666;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#global_menu {
  display: none;
  clear: both;
  width: 100%;
  margin: 0;
  top: 13px;
  position: relative;
}
#global_menu ul {
  margin: 0;
}
#global_menu a {
  display: block;
  border: 1px solid #bbb;
  margin: 0 0 -1px 0;
  padding: 4px 10px 0 22px;
  line-height: 40px;
  text-decoration: none;
  background: #eee url(img/common/arrow4.png) no-repeat 13px 19px;
  color: #333;
  font-size: 12px;
}
#global_menu a:hover {
  color: #fff;
}
#global_menu ul ul a {
  background: #eee url(img/common/arrow4.png) no-repeat 24px 19px;
  padding: 4px 0 0 34px;
}
#global_menu ul ul ul a {
  background: #eee url(img/common/arrow4.png) no-repeat 36px 19px;
  padding: 4px 0 0 46px;
}
#global_menu ul ul ul ul a {
  background: #eee url(img/common/arrow4.png) no-repeat 56px 19px;
  padding: 4px 0 0 57px;
}
#global_menu strong {
  font-weight: normal;
}
#global_menu span {
  display: none;
}

/* breadcrumb navi */
/*#bread_crumb { display:none; }*/

/* breadcrumb navi */
#bread_crumb {
  margin-right: 2%;
  margin-left: 2%;
}
#bread_crumb ul {
  margin: 0 0 0 15px;
  padding: 0;
}
#bread_crumb li {
  line-height: 22px;
  float: left;
  display: inline;
  margin: 0 12px 0 0;
  padding: 0 15px 0 0;
  background: url(img/common/arrow1.gif) no-repeat right 8px;
  font-size: 10px;
  color: #888;
}
#bread_crumb li a {
  color: #666;
}
#bread_crumb li a:hover {
}
#bread_crumb li.last {
  background: none;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer_wrap {
  border-top: 1px dotted #aaa;
  padding: 10px 10px 30px;
  margin: 15px 0 0 0;
}

/* widget area */
.footer_headline {
  font-size: 15px;
  border-bottom: 1px dotted #333;
  line-height: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.footer_widget {
  margin: 30px 0 0 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 15px 0 0 0;
}
.footer_widget li {
  line-height: 170%;
  margin: 0 0 15px 0;
  font-size: 11px;
  background: url(img/common/arrow2.gif) no-repeat left 7px;
  padding: 0 0 0 7px;
}
.footer_widget a {
  color: #333;
}

/* copyright */
#copyright {
  clear: both;
  padding: 0 0 7px;
  font-size: 10px;
  background: #333;
  margin: 0;
  color: #fff;
}
#copyright p {
  margin: 15px 0 0 10px;
  float: left;
  width: 70%;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}

/* return top */
#return_top {
  z-index: 9;
  float: right;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 35px;
  height: 35px;
  margin: 10px 10px 0 0;
  padding: 0;
  background: #666 url(img/footer/return_top2.gif) no-repeat center center;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#return_top:hover {
}

/* ----------------------------------------------------------------------
20190417追加
---------------------------------------------------------------------- */
header.inner {
  background: #381f06;
  z-index: 9999;
}
header nav li a {
  color: #ffffff;
}
header nav li.login a {
  color: #644632;
  background: #ffffff;
}
header nav li:before {
}
header nav li.register a {
  padding: 14px 0 14px 37px;
}
.inner nav ul {
  /*background: #f5f5f0;*/
  background: #644632;
  margin-top: -3px;
}
header nav li.dropdown > ul {
  background: #381f06;
}
header nav li.register {
  background: none;
}

#menuBtn {
  background: #ffffff;
  border-top: 10px solid #381f06;
  border-bottom: 10px solid #381f06;
}
#menuBtn:before,
#menuBtn:after {
  background: #ffffff;
}
#menuBtn.active {
  background: #381f06;
}
#content {
  border: none;
  box-shadow: none;
}
.post_list a {
  text-decoration: none;
}
/* -------------------
パンくず
-------------------- */
#bread_crumb li {
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
}

/* -------------------
ブログ＆アーカイブページ
-------------------- */
/*サブメニュー*/
#header {
  position: relative;
  background: none;
  z-index: 0;
  margin: 0px 20px;
  box-shadow: none;
  padding: 0;
}
#header_title {
  margin: 0;
  padding-bottom: 32px;
  text-align: left;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #123c88;
  background: none;
  -webkit-text-fill-color: initial;
}

/*コンテンツ*/
.post_list {
  margin: 16px auto 0;
  padding: 14px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(17, 48, 107, 0.08);
  box-shadow: 0 6px 16px rgba(12, 47, 115, 0.06);
}
.post_list .title {
  font-family: serif;
  line-height: 170%;
  padding: 16px 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.post_list .title a {
  transition: ease 0.3s;
}
.post_list .title a:hover {
  opacity: 0.6;
}
.post_list .image {
  float: none;
  width: 100%;
}
.post_list .desc_area {
  float: none;
  width: 100%;
}

.blog_main .post_list {
  margin-top: 0;
  margin-bottom: 14px;
}

.blog-category-filter {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  width: calc(100% - 32px);
  margin: 22px auto 34px;
  color: #12346d;
  font-size: 14px;
  font-weight: 700;
}
.blog-category-filter__label {
  flex: 0 0 auto;
  padding: 2px 0;
  line-height: 1.6;
}
.blog-category-filter .inner-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-category-filter .inner-links a {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  background: linear-gradient(135deg, #ffe867, #ffd400);
  color: #12346d;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.blog_main .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_main .post_category li {
  margin: 5px 2.5px;
  box-sizing: border-box;
}
.blog_main .post_category li a {
  font-size: 11px;
  text-decoration: none;
  padding: 4px;
  background: linear-gradient(135deg, #ffe867, #ffd400) !important;
  border-radius: 2px;
  color: #12346d !important;
  transition: ease 0.3s;
}
.blog_main .post_category li a:hover {
  background-color: #e9e2db !important;
  color: #000000 !important;
}
.blog_main .date {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
  color: #979797;
}
.pagenave {
  margin-bottom: 40px;
}

/* -------------------
アーカイブページ
-------------------- */
.headline_base1 {
  margin: 20px auto 28px;
  border-bottom: none;
  padding: 0;
  text-align: center;
  font-size: 30px;
  font-family: serif;
}

/* ----------------------------------------------------------------------
 Align blog index/single infrastructure to 2026 public pages (/cr baseline)
---------------------------------------------------------------------- */
body.blog #content_wrap,
body.archive #content_wrap,
body.single-post #content_wrap {
  width: calc(100% - 32px);
  margin: 0 auto;
}

body.blog #content,
body.archive #content {
  border: 0;
  box-shadow: none;
}

body.archive .blog-mobile-archive {
  display: none !important;
}

/* -------------------
投稿ページ
-------------------- */
#single_post .title {
  font-family: serif;
  line-height: 170%;
  padding: 5px 0 10px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 10px;
  color: #333333;
}

.contribution #single_post .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

#previous_next_post_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px #381f06 solid;
  border-bottom: 1px #381f06 solid;
  margin-bottom: 15px;
}
#previous_post_date,
#next_post_date {
  width: 5%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
#previous_post_date a,
#next_post_date a {
  color: #381f06;
  text-decoration: none;
  transition: ease 0.3s;
}
#previous_post_date a:hover,
#next_post_date a:hover {
  color: #c4bcb5;
}
.contribution .date {
  color: #381f06;
  text-align: center;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}
.contribution #single_post .post_category li {
  margin: 5px;
  box-sizing: border-box;
}
.contribution #single_post .post_category li a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px;
  background: linear-gradient(135deg, #ffe867, #ffd400) !important;
  border-radius: 2px;
  color: #12346d !important;
  transition: ease 0.3s;
}
.contribution #single_post .post_category li a:hover {
  background: linear-gradient(135deg, #ffe867, #ffd400) !important;
  color: #12346d !important;
}
.eye-img {
  margin-bottom: 20px;
}
.eye-img img {
  height: 100%;
}
.post {
  font-size: 14px;
}
.post p {
  color: #333;
  line-height: 200%;
}

#previous_next_post {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
}

#previous_next_post::before,
#previous_next_post::after {
  content: none !important;
  display: none !important;
}
#previous_post,
#next_post {
  width: auto !important;
  margin: 0;
}

#previous_post:empty,
#next_post:empty {
  display: none;
}

#previous_post:empty + #next_post,
#previous_post + #next_post:empty {
  grid-column: 1 / -1;
}
#previous_post a,
#next_post a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(135deg, #ffe867, #ffd400);
  color: #12346d;
  font-weight: 700;
  margin-top: 0;
  opacity: 0.86;
  transition: opacity 0.18s ease;
  text-align: center;
  border-radius: 999px;
  font-size: 13px;
}
#previous_next_post #previous_post a:hover,
#previous_next_post #next_post a:hover,
#previous_next_post #previous_post a:active,
#previous_next_post #next_post a:active {
  color: #12346d;
  background: linear-gradient(135deg, #ffe867, #ffd400);
  opacity: 1;
}

/* -------------------
折り畳みアーカイブウィジェット
-------------------- */
#global_menu {
  top: 0;
}
.menu_title {
  font-size: 16px;
  font-family: serif;
}
.menu_archive_title {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -2px;
}
#header_wrap.blog-header {
  padding-top: 20px;
  background: #f1f1f1;
}
#header a.menu_button {
  position: relative;
  color: #333333;
  right: 0;
  top: 0;
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 0;
  text-decoration: none;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: serif;
  height: 0;
  background: #fff;
  border-left: 5px solid #381f06;
  padding: 21px 16px;
  font-weight: bold;
}
#header a.menu_button:hover {
  border: none;
  border-left: 5px solid #381f06;
  box-shadow: none;
  color: #333;
  background: #fff;
}
#menu-category-menu {
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-top: 1px solid #381f06;
  position: relative;
}
#menu-category-menu li {
  background-image: none;
  position: relative;
  border-bottom: 1px dotted #381f06;
  padding: 0;
  margin: 0;
  background: #ffffff;
  line-height: 170%;
}
#menu-category-menu li:last-of-type {
  border-bottom: none;
}
#global_menu a {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 21px 12px 21px 20px;
  transition: ease 0.3s;
  line-height: 0;
  background: none;
  border: none;
}
#header a.menu_button::after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 14px solid #381f06;
  border-bottom: 14px;
  top: 14px;
  right: 5%;
}
#header a.active:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 14px;
  border-bottom: 14px solid #381f06;
  top: 14px;
  right: 5%;
}
#global_menu a:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 10px solid #381f06;
  border-right: 10px;
  top: 16px;
  left: 6px;
}
#global_menu a:hover,
#global_menu a:active {
  background: #f1f1f1 !important;
  color: #333333;
}

.side_col-box {
  background: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*
.widget_archive select, 
.widget_categories select {
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    margin: 0px 0 10px 0;
    background: #fff;
}*/

.side_col .side_widget {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom: 0;
  padding: 10px;
}
.side_col .sp_side_headline span {
  border-bottom: none;
}
.side_col .sp_side_headline {
  font-family: serif;
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 42px;
  height: 42px;
  background: #fff;
  border-radius: 0;
  border-left: 5px solid #381f06;
}
.sp_side_headline {
  position: relative;
}
.sp_side_headline:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 14px solid #381f06;
  border-bottom: 14px;
  top: 14px;
  right: 5%;
}
.sp_side_headline.active:after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 14px;
  border-bottom: 14px solid #381f06;
  top: 14px;
  right: 5%;
}
.side_widget ul {
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-top: 1px solid #381f06;
  position: relative;
}
.side_widget li {
  background-image: none;
  position: relative;
  border-bottom: 1px dotted #381f06;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
.side_widget li:last-of-type {
  border-bottom: none;
}
.side_widget li a {
  text-decoration: none;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 12px 12px 12px 20px;
  transition: ease 0.3s;
}
.side_widget li a:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 10px solid #381f06;
  border-right: 10px;
  top: 16px;
  left: 6px;
}
.side_widget li a:hover,
.side_widget li a:active {
  background: #f1f1f1;
}

/* -------------------
フッター SP用
-------------------- */

#top-img {
  width: 100%;
  background: url("/blog/nwrwpadm/wp-content/uploads/2020/07/kyoto_tc_logo.png")
      100px,
    /* 最前面の背景レイヤーの背景画像 */
      url("/blog/nwrwpadm/wp-content/uploads/2019/04/sp_th_main_blog-1.jpg")
      100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 100%;
  background-position: center center, center center;
  padding-top: 21.2%;
  margin-top: 60px;
}

footer {
  background: #fff;
  color: #3c1e00;
}
#footer-nav a {
  color: #3c1e00;
}
footer a.line {
  background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png)
    no-repeat;
  background-position: 0 0;
  background-size: cover;
}
footer a.twitter {
  background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png)
    no-repeat;
  background-position: -52px 0;
  background-size: cover;
}
footer a.instagram {
  background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png)
    no-repeat;
  background-position: -105px 0;
  background-size: cover;
}
footer a.facebook {
  background: url(/blog/nwrwpadm/wp-content/uploads/2019/04/ft_sns_set_blog.png)
    no-repeat;
  background-position: -157px 0;
  background-size: cover;
}
footer ul.sns li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
footer ul.sns {
  width: 188px;
}

/* wp-pagenavi */

.wp-pagenavi a,
.wp-pagenavi span,
.pagenave .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(30, 99, 218, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(12, 47, 115, 0.08);
  color: #11306b;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.wp-pagenavi,
.pagenave .navigation.pagination,
.pagenave .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wp-pagenavi span.current,
.pagenave .page-numbers.current {
  border-color: #0d3d99;
  background: linear-gradient(135deg, #1e63da, #0d3d99);
  color: #fff;
  box-shadow: 0 12px 24px rgba(13, 61, 153, 0.24);
}

.wp-pagenavi span.extend,
.pagenave .page-numbers.dots {
  min-width: auto;
  padding: 0 8px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #4d648f;
}

html.pending-app-check body header,
html.pending-app-check body footer {
  display: none !important;
}
body.app-view header,
body.app-view footer {
  display: none !important;
}
body.app-view:before {
  display: none !important;
}
body.app-view:before {
  display: none !important;
}

.toggle_menu.is-close {
  display: none;
}

/* add on 250815 */

.sp_side_headline {
  position: relative;
  cursor: pointer;
}

.sp_side_headline.open:after {
  transform: rotate(180deg);
}

h3.sp_side_headline span {
  font-weight: 700;
}
