@charset "UTF-8";
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-weight: normal;
  word-wrap: break-word;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.eot?-wq6n7w");
  src: url("../fonts/icomoon.eot?#iefix-wq6n7w") format("embedded-opentype"), url("../fonts/icomoon.ttf?-wq6n7w") format("truetype"), url("../fonts/icomoon.woff?-wq6n7w") format("woff"), url("../fonts/icomoon.svg?-wq6n7w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  font-display: swap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-01:before {
  content: "\e900";
}

.icon-02:before {
  content: "\e601";
}

.icon-03:before {
  content: "\e602";
}

.icon-04:before {
  content: "\e603";
}

.icon-05:before {
  content: "\e604";
}

.icon-06:before {
  content: "\e605";
}

.icon-07:before {
  content: "\e606";
}

#wrap {
  color: #000000;
  font-weight: normal;
  position: relative;
  width: 100%;
  background: url(../img/bg01.png) repeat;
  border-top: 10px solid #000;
}

#tree01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 293px;
  height: 225px;
}

#tree02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 293px;
  height: 225px;
}

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 800;
}

.category_icon01 .icon-05 {
  color: #8C2300;
  margin-right: 3px;
}

a.ovr {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#feature_area_new_post a.ovr, .post_list01 ul li a.ovr, .post_list02 ul li a.ovr {
  display: block;
}

a.ovr:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.htxt01 {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  background: #0B0B0B;
  padding: 3px 0 6px 19px;
  margin-bottom: 13px;
}

.sp_menu_btn01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .mm-page {
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 10px;
  }
  .sp_menu_btn01 {
    position: absolute;
    display: block;
    left: 10px;
    top: 16px;
  }
  .htxt01 {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 784px) {
  #tree01, #tree02 {
    display: none;
  }
}
/*--------------------------------------
ヘッダー
---------------------------------------*/
.logo {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: bold;
  color: #000000;
  padding: 22px 0 20px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
}
.logo a {
  color: #000000;
}

.title_caption {
  text-align: center;
  color: #000;
  font-size: 13px;
  padding-bottom: 20px;
}

header #nav {
  margin: 0 0 30px;
  background: #fff;
}
header #nav ul {
  letter-spacing: -0.4em;
  text-align: center;
}
header #nav ul li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  z-index: 201;
}
header #nav ul li::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #DDDDDD;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header #nav ul li:last-child::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #DDDDDD;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
header #nav ul li a {
  padding: 20px 30px;
  color: #000;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1040px) {
  header #nav ul li a {
    padding: 20px 10px;
  }
}
header #nav ul li a:hover {
  background: #eee;
}

@media screen and (max-width: 784px) {
  header #nav {
    display: none;
  }
}
#sp_nav {
  margin: 10px 10px 0 0;
}
#sp_nav ul li {
  border-bottom: 1px solid #ddd;
}
#sp_nav ul li:first-child {
  border-top: 1px solid #ddd;
}

.header_sns_btn_list {
  text-align: center;
  height: 30px;
  padding-bottom: 30px;
}
.header_sns_btn_list ul {
  display: inline-block;
  list-style-type: none;
}
.header_sns_btn_list ul li {
  float: left;
  padding-right: 20px;
}
.header_sns_btn_list ul li:last-child {
  padding: 0;
}
.header_sns_btn_list ul li .header_sns_btn_list_inner {
  display: table;
  width: 100%;
}
.header_sns_btn_list ul li .header_sns_btn_list_inner a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: block;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header_sns_btn_list ul li.header_sns_btn_home .header_sns_btn_list_inner a {
  background: #000000;
}
.header_sns_btn_list ul li.header_sns_btn_fb .header_sns_btn_list_inner a {
  background: #3C5A98;
}
.header_sns_btn_list ul li.header_sns_btn_tw .header_sns_btn_list_inner a {
  background: #50ABF1;
}
.header_sns_btn_list ul li.header_sns_btn_g .header_sns_btn_list_inner a {
  background: #DC4E41;
}
.header_sns_btn_list ul li.header_sns_btn_r .header_sns_btn_list_inner a {
  background: #E98434;
}

header #sp_global_menu {
  display: none;
}

#mm-1 {
  padding-left: 10px;
  display: block;
}

.search_category_box ul li span {
  position: absolute;
  right: 10px;
  top: 7px;
  background: #444444;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 4px 6px;
  width: 20px;
  text-align: center;
}

@media screen and (max-width: 784px) {
  .logo {
    padding-left: 60px;
    font-size: 34px;
  }
}
/*--------------------------------------
パンくず
---------------------------------------*/
.bread_box li,
.aioseo-breadcrumbs > * {
  display: inline;
  letter-spacing: normal;
  line-height: 140%;
  font-size: 13px;
  color: #000000;
  padding-bottom: 16px;
  position: relative;
  vertical-align: top;
}
.bread_box li a,
.aioseo-breadcrumbs > * a {
  line-height: 140%;
  font-size: 13px;
  color: #000000;
}
.bread_box li a:hover,
.aioseo-breadcrumbs > * a:hover {
  text-decoration: underline;
}
.bread_box li .bread_icon_next::before,
.aioseo-breadcrumbs > * .bread_icon_next::before {
  content: "\f105";
  padding: 0 5px;
  display: inline-block;
  font-family: Fontawesome;
  font-display: swap;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.footer_bread_box {
  margin: 20px 0 0;
  background: #fff;
  border-top: 1px solid #E5E5E5;
  padding: 10px 0;
}
.footer_bread_box li {
  padding-bottom: 0;
}

.footer_box01 {
  background: #000;
}

.footer_box01_in {
  width: 1024px;
  margin: 0 auto;
  padding: 10px;
}

.footer_box01 p {
  display: inline-block;
  padding-right: 20px;
}
.footer_box01 p a {
  color: #fff;
  font-size: 14px;
}
.footer_box01 p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 784px) {
  .footer_box01_in {
    width: auto;
    margin: 0 auto;
    padding: 10px;
  }
}
/*--------------------------------------
sidebar
---------------------------------------*/
.search_keyword_box {
  padding-bottom: 23px;
}

.searchform input[type=search], #spsearchform input[type=search] {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 30px;
  width: 219px;
  padding-left: 6px;
}

.searchsubmit {
  border: medium none;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -999px;
  height: 30px;
  width: 30px;
  background: url(../img/top/search_btn01.png) no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.searchsubmit:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.search_icon {
  height: 30px;
  width: 30px;
  background: url(../img/top/search_btn01.png) no-repeat;
  cursor: pointer;
}

.screen-reader-text {
  display: none;
}

/* search_category_box */
.search_category_icon01 {
  color: #8C2300;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.search_category_htxt01 {
  font-size: 24px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  padding-bottom: 9px;
}

.search_category_box ul {
  border-top: 1px solid #DDDDDD;
}
.search_category_box ul li {
  border-bottom: 1px solid #DDDDDD;
}
.search_category_box ul li a {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  display: block;
  line-height: 1;
  padding: 14px 50px 14px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search_category_box ul li a:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.search_category_box ul li span {
  position: absolute;
  right: 10px;
  top: 7px;
  background: #444444;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 7px 6px;
  width: 36px;
  text-align: center;
}

/* popular_posts_box */
.popular_posts_box {
  padding-top: 23px;
}

.popular_posts_htxt01 {
  font-size: 24px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  padding-bottom: 9px;
}

.popular_posts_icon01 {
  color: #008C6A;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.popular_posts_box_inner {
  padding-top: 10px;
}
.popular_posts_box_inner ul {
  padding-bottom: 10px;
}
.popular_posts_box_inner ul li {
  padding-bottom: 5px;
}
.popular_posts_box_inner ul li h5 a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  word-wrap: normal;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
.popular_posts_box_inner ul li h5 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.popular_posts_box_img {
  padding: 15px 0 15px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.popular_posts_box_img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.popular_posts_box_img img {
  border: 1px solid #eeeeee;
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sp_global_menu .popular_posts_box .popular_posts_box_img {
    width: 50px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-overflow: clip;
  }
  #sp_global_menu .popular_posts_box .popular_posts_box_img a {
    display: block;
    height: 50px;
    padding: 15px 0;
  }
  #sp_global_menu .popular_posts_box .popular_posts_box_img img {
    margin: 0;
    display: block;
  }
  #sp_global_menu .popular_posts_box .popular_posts_box_txt {
    margin-left: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_global_menu .popular_posts_box .popular_posts_box_txt a {
    display: block;
    padding: 15px 10px;
  }
  .mm-listview > li:not(.mm-divider)::after {
    border: none !important;
  }
}
/* search_tag_box */
.search_tag_box {
  padding-top: 10px;
}
.search_tag_box ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.search_tag_box ul li a {
  background: #444444;
  color: #fff;
  font-size: 14px !important;
  line-height: 180%;
  font-weight: bold;
  padding: 3px 7px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search_tag_box ul li a:hover {
  background: #8F8F8F;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search_tag_icon01 {
  color: #00468C;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.search_tag_htxt01 {
  font-size: 24px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #feature_area_side {
    display: none;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 2;
}

.is-hide {
  bottom: 0;
  top: auto;
  position: absolute;
}

/*--------------------------------------
TOP
---------------------------------------*/
#feature_area {
  position: relative;
  z-index: 300;
}

#feature_area_new_post {
  width: 752px;
  float: left;
  border: 1px solid #DDDDDD;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
}

.feature_area_new_post_thum {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #DDDDDD;
  text-align: center;
  overflow: hidden;
}
.feature_area_new_post_thum img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.feature_area_new_post_thum img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#feature_area_new_post .feature_tag {
  display: none;
}

#feature_area_side {
  width: 250px;
  float: right;
  position: relative;
  z-index: 300;
}

#feature_area_new_post .feature_new_post_ttl {
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  background: #0B0B0B;
  padding: 4px 0 1px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
}

.feature_area_new_post_day {
  color: #000;
  font-size: 18px;
  line-height: 120%;
}
.feature_area_new_post_day:before {
  content: url(../img/icon_dog01.png);
  margin: 10px 10px 10px 0;
  position: relative;
  top: 6px;
}

#feature_area_new_post .feature_area_new_post_title {
  color: #000000;
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.feature_area_new_post_title a:hover {
  color: #9E9E9E;
}

.tag_pt01 {
  padding-top: 25px;
}

.feature_cat_tag {
  width: 560px;
}

#wrap .container .category_icon01 {
  padding-right: 22px;
  margin-bottom: 0;
}
#wrap .container .category_icon01 a {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-weight: normal;
}

.category_icon01 a:hover {
  text-decoration: underline;
}

.feature_read_more {
  width: 180px;
}
.feature_read_more p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  display: block;
  text-decoration: none;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  padding-top: 7px;
  background: #336600;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feature_read_more p a:hover {
  background: #85A366;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.feature_cat_tag p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}

.feature_tag {
  display: inline;
}
.feature_tag li {
  display: inline-block;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 180%;
  text-decoration: none;
  background: #444;
  padding: 4px 6px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feature_tag li a:hover {
  background: #7C7C7C;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* TOP記事一覧 */
.post_list01 ul li {
  width: 328px;
  background: #fff;
  border: 1px solid #DDDDDD;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  float: left;
  position: relative;
  margin-right: 17px;
  margin-bottom: 27px;
}
.post_list01 ul li:nth-child(3n) {
  margin-right: 0px;
}

.post_list01_thum {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  position: relative;
  width: 326px;
  height: 157px;
}
.post_list01_thum img {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -320px;
  width: 641px;
  height: 157px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post_list01_thum img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post_list01_day {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 5px;
}

.post_list01_title {
  color: #000000;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post_list01_title a:hover {
  color: #9E9E9E;
}

.post_list01 ul li .category_icon01 {
  padding-right: 0;
  font-size: 16px;
  color: #000;
  line-height: 160%;
}

.post_list_more_btn01 {
  margin: 0 auto;
  display: block;
  width: 80px;
  padding-bottom: 40px;
}
.post_list_more_btn01 a {
  background: #0B0B0B;
  height: 80px;
  width: 80px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.feature_read_more_sp p {
  display: none;
}

/* バナーリスト */
.blog_bnr_list_box01 ul {
  width: 100%;
}
.blog_bnr_list_box01 ul li {
  display: inline-block;
  padding-right: 10px;
}
.blog_bnr_list_box01 ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  #feature_area_new_post {
    width: 100%;
  }
  #feature_area_new_post .feature_area_new_post_title {
    font-size: 16px;
    padding: 20px 0 22px;
  }
  .feature_area_new_post_thum {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 192px;
    text-align: left;
  }
  .feature_area_new_post_thum img {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -382px;
    width: 754px;
    height: 192px;
  }
  .feature_cat_tag {
    padding-bottom: 20px;
    width: 100%;
    line-height: 220%;
  }
  .feature_read_more {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .post_list01 ul li, .post_list01_thum {
    width: 100%;
  }
  .feature_read_more_sp {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .feature_read_more_sp p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 140%;
    display: block;
    text-decoration: none;
    font-family: "Sorts Mill Goudy", serif;
    font-display: swap;
    padding-top: 7px;
    background: #336600;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tag_pt01 {
    padding-top: 10px;
  }
  /* バナーリスト */
  .blog_bnr_list_box01 {
    padding-top: 30px;
  }
  .blog_bnr_list_box01 ul {
    width: 100%;
  }
  .blog_bnr_list_box01 ul li {
    padding: 0 0 20px 0;
  }
  .blog_bnr_list_box01 ul li img {
    max-width: 100%;
  }
  .blog_bnr_list_box01 ul li:last-child {
    padding: 0;
  }
}
/*--------------------------------------
記事一覧
---------------------------------------*/
.post_list02 {
  width: 754px;
  float: left;
  padding-bottom: 50px;
}
.post_list02 ul li {
  margin-bottom: 30px;
}

.post_list02_thum {
  border: 1px solid #DDDDDD;
  border-right: none;
  width: 380px;
  float: left;
  min-height: 158px;
  height: auto !important;
  height: 158px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.post_list02_thum img {
  position: relative;
  width: 650px;
  height: 158px;
  margin-left: -325px;
  left: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.post_list02_thum img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post_list02_txt_box01 {
  width: 371px;
  height: 158px;
  float: right;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  position: relative;
}

.post_list02_txt_box01_inner {
  padding: 10px 20px 40px;
}

.post_list02_day {
  font-size: 16px;
  color: #000000;
  line-height: 140%;
  padding-bottom: 10px;
}

.post_list02_title {
  color: #000000;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post_list02_title a:hover {
  color: #9E9E9E;
}

.post_list02_txt_box01 .category_icon01 {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  padding-top: 25px;
}

.author_prof {
  background: #fff;
  border: 1px solid #DDDDDD;
  margin: 0 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.author_prof a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.author_prof a:hover {
  opacity: 0.8;
}
.author_prof div {
  padding: 20px;
}
.author_prof div:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background: #444444;
}
.author_prof img {
  display: block;
  margin: 0 auto;
}
.author_prof .nickname {
  margin: 15px 0 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.author_prof .author_title {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.author_prof .author_description {
  color: #000;
}
.author_prof .morelink {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
}

/* ページネーション */
.pagination {
  opacity: 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
}
.pagination ul li {
  float: left;
  padding-right: 10px;
}
.pagination ul li:last-child {
  padding-right: 0;
}
.pagination ul li a {
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  background: #0B0B0B;
  display: table-cell;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination ul li.current a {
  background: #BBBBBB;
  color: #0B0B0B;
}

@media screen and (max-width: 768px) {
  .post_list02 {
    width: 100%;
  }
  .post_list02_thum {
    border: 1px solid #DDDDDD;
    width: 100%;
    float: none;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
    text-align: left;
  }
  .post_list02_thum img {
    position: relative;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    height: 158px;
  }
  .post_list02_txt_box01 {
    width: 100%;
    min-height: 158px;
    height: auto !important;
    height: 158px;
    float: none;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-top: none;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
  }
  .post_list02_txt_box01_inner {
    padding: 10px 20px 10px;
  }
  .post_list02_txt_box01 .category_icon01 {
    position: relative;
    right: auto;
    bottom: auto;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    padding-top: 10px;
  }
}
/*--------------------------------------
記事
---------------------------------------*/
.single #wrap, .parent-pageid-2025 #wrap {
  background: #fff;
}

.single header, .parent-pageid-2025 header {
  background: url(../img/bg01.png) repeat;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.post_entry_box {
  width: 754px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.post_entry_box .feature_tag li {
  padding: 0;
  background: none;
}

.post_entry_etc_box {
  background: #444;
  text-align: center;
}

.post_entry_etc {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 2px 10px;
  font-weight: normal;
  display: inline-block;
}
.post_entry_etc a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 2px 10px;
  font-weight: normal;
  display: inline-block;
}

.icon_pen::before {
  display: inline-block;
  font-family: Fontawesome;
  font-display: swap;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding: 0 10px 0 10px;
  font-size: 18px;
  content: "\f040";
}

.post_entry_img {
  border: 1px solid #EEEEEE;
  text-align: center;
  background: #EEEEEE;
}
.post_entry_img img {
  max-width: 100%;
}

.post_entry_author_img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.post_entry_title {
  padding: 16px 0;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 140%;
}

.post_entry_tag {
  width: 100%;
  text-align: center;
  display: inline;
}
.post_entry_tag ul {
  display: inline;
}
.post_entry_tag li {
  display: inline-block;
  margin-bottom: 16px;
}
.post_entry_tag li a {
  color: #444444;
  font-size: 13px;
  line-height: 180%;
  text-decoration: none;
  background: #F4F4F4;
  padding: 4px 6px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #DDDDDD;
}
.post_entry_tag li a:hover {
  background: #7C7C7C;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.post_entry_tag p {
  display: inline-block;
  vertical-align: middle;
}

/* entry content */
.post_entry_content {
  padding-top: 20px;
}
.post_entry_content p {
  font-size: 16px;
  margin: 0 0 1.5em;
  line-height: 180%;
  font-weight: normal;
}
.post_entry_content ul, .post_entry_content ol {
  margin: 0 0 1.5em;
  padding: 0 0 10px 25px;
  font-size: 16px;
  line-height: 180%;
}
.post_entry_content ul li {
  padding-bottom: 5px;
  list-style-type: disc;
}
.post_entry_content ol li {
  padding-bottom: 5px;
  list-style-type: decimal;
}
.post_entry_content a {
  color: #2666A6;
  text-decoration: none;
  font-weight: bold;
}
.post_entry_content a:hover {
  color: #2666A6;
  text-decoration: underline;
}
.post_entry_content h1 {
  margin: 40px 0 20px;
  padding: 20px 20px;
  font-size: 20px;
  color: #fff;
  background: #444;
  font-weight: bold;
}
.post_entry_content h2 {
  margin: 40px 0 20px;
  padding: 17px;
  font-size: 20px;
  color: #fff;
  background: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.post_entry_content h3 {
  margin: 30px 0 20px;
  padding: 10px 10px;
  border-top: 3px double #aaa;
  border-bottom: 3px double #aaa;
  font-size: 18px;
  font-weight: bold;
}
.post_entry_content h4 {
  margin: 30px 0 20px;
  padding: 6px 10px;
  font-size: 16px;
  color: #000;
  line-height: 160%;
  border-left: 3px double #aaa;
}
.post_entry_content h5, .post_entry_content h6 {
  margin: 30px 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 160%;
}
.post_entry_content table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  border-spacing: 0px;
  border-collapse: collapse;
}
.post_entry_content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post_entry_content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.post_entry_content td {
  padding: 7px 14px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.post_entry_content td:last-child {
  border-right: 0;
}
.post_entry_content th {
  padding: 7px 14px;
  background-color: #888;
  border: 1px solid #ccc;
  color: #fff;
  vertical-align: middle;
}
.post_entry_content th:last-child {
  border-right: 0;
}
.post_entry_content .table_scroll::-webkit-scrollbar {
  height: 5px;
}
.post_entry_content .table_scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2.5px;
}
.post_entry_content .table_scroll::-webkit-scrollbar-track-piece:start, .post_entry_content .table_scroll::-webkit-scrollbar-track-piece:end {
  background: #ccc;
}
.post_entry_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_entry_content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.post_entry_content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.post_entry_content blockquote {
  background-color: #F5F5F5;
  background-image: url(../img/blockquote_bg01.png);
  background-repeat: no-repeat;
  padding: 1em;
  position: relative;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.post_entry_content blockquote *:last-child {
  margin-bottom: 0;
}
.post_entry_content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post_entry_content img {
  margin: 0 0 0 0;
  max-width: 100%;
  max-height: 600px;
  height: auto;
}
.post_entry_content div {
  max-width: 100% !important;
}
.post_entry_content .size-auto, .post_entry_content .size-full, .post_entry_content .size-large, .post_entry_content .size-medium, .post_entry_content .size-thumbnail {
  width: auto;
  max-width: 100%;
  max-height: 600px;
  height: auto;
}
.post_entry_content .no_maxheight {
  max-height: none !important;
}
.post_entry_content .img_shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.post_entry_content .emphasis_txt01 {
  background: linear-gradient(transparent 60%, #FFEBE6 60%);
  font-weight: normal;
}

@media screen and (max-width: 784px) {
  .post_entry_content h1, .post_entry_content h2 {
    padding: 20px 15px;
    font-size: 18px;
    color: #fff;
  }
  .post_entry_content h3 {
    font-size: 18px;
  }
  .post_entry_content h4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .post_entry_content .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .post_entry_content .youtube iframe {
    width: 100%;
    height: 100%;
  }
}
/* wp style */
@media screen and (max-width: 784px) {
  .post_entry_content .table_scroll {
    margin-bottom: 1.5em;
    padding-bottom: 5px;
    overflow: auto;
  }
  .post_entry_content .table_scroll table {
    width: 150%;
    margin-bottom: 0;
  }
}
/*
.post_entry_content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
*/
#index h2 {
  font-size: 20px;
  color: #333;
  line-height: 160%;
  border: none;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}

.post_entry_content #index h2:before {
  content: normal;
  position: relative;
  width: 0;
  height: 0;
  border-width: 0;
}
.post_entry_content #index h2:after {
  content: normal;
  position: relative;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0;
  border-style: none;
}

#index ol {
  padding-bottom: 50px;
  counter-reset: index_count;
}
#index ol li {
  padding-bottom: 4px;
}
#index ol li::before {
  margin-right: 10px;
  counter-increment: index_count;
  content: counter(index_count);
}

/* 目次プラグイン */
#toc_container {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toc_container p.toc_title {
  color: #333;
  font-size: 20px;
  text-align: left;
  line-height: 160%;
}

#wrap .container #toc_container .toc_list {
  margin: 5px 0 0;
}

.post_entry_content #toc_container .toc_list li a {
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 160%;
  padding: 6px 15px 6px 25px;
  display: block;
  position: relative;
}
.post_entry_content #toc_container .toc_list li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 1em;
  left: 0.8em;
  display: block;
}
.post_entry_content #toc_container .toc_list li li a::before {
  top: 0.8em;
}
.post_entry_content #toc_container .toc_list > li ul {
  margin: -7px 0 7px 10px;
}
.post_entry_content #toc_container .toc_list > li li a {
  margin-bottom: 0;
  padding: 3px 15px 3px 25px;
}
.post_entry_content #toc_container .toc_list > li > a {
  background: #eee;
}

/* end .post_entry_content */
/* SNSボタン */
.sns_btn_wrap {
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
  text-align: center;
}

.sns_btn_wrap02 {
  padding: 20px 0 20px;
  text-align: center;
  border-top: none;
}

.sns_btn_wrap ul, .sns_btn_wrap02 ul {
  margin-bottom: 0;
  padding: 0;
}

.sns_btn_wrap ul li, .sns_btn_wrap02 ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  vertical-align: top;
  padding: 0;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* SNS */
.sns_introduce_box {
  padding-bottom: 30px;
  width: 1024px;
  margin: 0 auto;
}

.sns_introduce_item_tw {
  width: 502px;
  border: 1px solid #dddddd;
}

.sns_introduce_item_tw_inner {
  overflow: hidden;
  overflow-y: scroll;
  height: 400px;
}

.sns_introduce_item_tw h4 a {
  background: #1DA1F2;
  padding: 14px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.twitter_btn {
  width: 68px;
}
.twitter_btn .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.twitter_btn .arrow_box:after, .twitter_btn .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.twitter_btn .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.twitter_btn .arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}

.sns_introduce_item_fb {
  width: 502px;
  border: 1px solid #dddddd;
}

.sns_introduce_item_fb_inner {
  height: 400px;
  overflow: hidden;
}

.sns_introduce_item_fb h4 a {
  background: #3B5998;
  padding: 14px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#wrap .vertical #btn span {
  margin-bottom: 5px;
}
#wrap .yarpp-related {
  margin: 0 !important;
}
#wrap .wp_rp_content_htxt01 {
  background: #0B0B0B;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 5px;
  font-weight: normal;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sns_btn_wrap02 ul li {
    padding-bottom: 10px;
  }
  .sns_introduce_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sns_introduce_item_tw, .sns_introduce_item_fb {
    width: 100%;
    margin-bottom: 20px;
  }
  .sns_introduce_item_tw_inner {
    overflow: hidden;
    overflow-y: scroll;
    height: 400px;
  }
}
/* 関連記事 */
.wp_rp_content ol li {
  width: 241px;
  float: left;
  margin: 0 20px 40px 0;
}
.wp_rp_content ol li:nth-child(4n) {
  margin-right: 0;
}

.wp_rp_img {
  height: 115px;
  border: 1px solid #EEEEEE;
  position: relative;
  overflow: hidden;
}
.wp_rp_img img {
  width: 448px;
  height: 115px;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -224px;
}

#wrap .wp_rp_data {
  margin: 0;
  padding-top: 5px;
}
#wrap .wp_rp_title a {
  color: #000000;
  font-size: 16px;
  line-height: 140%;
}

.yarpp-related-none {
  padding-bottom: 40px;
}

/* 記事紹介プラグイン(Link card)用 */
.lkc-internal-wrap, .lkc-thumbnail-img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lkc-internal-wrap {
  border: 2px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.lkc-thumbnail {
  padding-right: 10px;
}

.post_entry_content a:hover, .lkc-title:hover, .lkc-domain:hover {
  text-decoration: none;
}

.linkcard a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
.linkcard a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.lkc-title {
  padding-bottom: 10px;
  font-weight: bold;
}

.lkc-url {
  color: #999;
  padding: 5px 0;
}

.lkc-favicon {
  height: 0 !important;
  width: 0 !important;
  margin: 0;
  border: none;
  vertical-align: top;
  display: none !important;
}

.lkc-sns-fb {
  display: none;
}

.lkc-thumbnail img {
  border: 1px solid #EBEBEB;
}

@media screen and (max-width: 768px) {
  .post_entry_box {
    width: 100%;
  }
  .lkc-title {
    padding-bottom: 10px;
  }
  .post_entry_title {
    font-size: 18px;
    padding: 20px 0;
  }
  .post_entry_img {
    height: 158px;
    position: relative;
    overflow: hidden;
    text-align: inherit;
  }
  .post_entry_img img {
    width: auto;
    height: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .wp_rp_content ol {
    max-width: 618px;
    margin: auto;
  }
  .wp_rp_content ol li {
    width: 100%;
  }
  .wp_rp_img {
    width: 100%;
  }
  /* 記事紹介プラグイン(Link card)用 */
  .lkc-content {
    overflow: auto;
    height: auto;
  }
  .lkc-thumbnail {
    float: none;
    display: block;
    margin: 0 auto;
    width: 150px;
    padding-bottom: 10px;
  }
  .post_entry_content img {
    max-width: 100%;
    height: auto;
  }
  .lkc-excerpt {
    margin-top: 10px;
  }
  .lkc-info {
    display: none !important;
  }
}
/*  アコーディオン */
.post_accordion {
  width: 100%;
  margin-bottom: 1.5em;
}
.post_accordion dt {
  background: #444;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.post_accordion dt p {
  margin: 0;
}
.post_accordion dd {
  display: none;
  padding: 10px 15px;
}

/*  アイコン */
.post_accordion_icon {
  position: absolute;
  width: 20px;
  height: 50%;
  right: 10px;
}
.post_accordion_icon span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post_accordion_icon span:nth-last-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.post_accordion_icon span:nth-last-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.post_accordion.open .post_accordion_icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.post_accordion.open .post_accordion_icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  background: #fff;
  border-top: 1px solid #E5E5E5;
}

.sprite-pagetop {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 8200;
  background: url(../img/pagetop.png) no-repeat;
  height: 85px;
  width: 67px;
}
.sprite-pagetop span {
  display: block;
  padding-top: 100px;
}

.footer_logo {
  padding: 15px 0 10px;
  font-size: 30px;
  color: #000000;
  line-height: 120%;
  font-weight: bold;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  text-align: center;
}

.copyright {
  padding-bottom: 15px;
  font-size: 12px;
  color: #000000;
  line-height: 120%;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  text-align: center;
}

.footer_menu_box {
  width: 1024px;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 30px;
}

.footer_menu_categories_box ul {
  border-top: 1px solid #DDDDDD;
}
.footer_menu_categories_box ul li {
  border-bottom: 1px solid #DDDDDD;
}
.footer_menu_categories_box ul li a {
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  display: block;
  line-height: 1;
  padding: 14px 50px 14px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_menu_categories_box ul li a:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.footer_menu_categories_box ul li span {
  position: absolute;
  right: 10px;
  top: 7px;
  background: #444444;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 7px 6px;
  min-width: 3em;
  text-align: center;
}

/*  tag */
.footer_menu_tag_htxt01 {
  font-size: 24px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
  padding-bottom: 7px;
}

.footer_menu_tag_box ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.footer_menu_tag_box ul li a {
  background: #444444;
  color: #fff;
  font-size: 14px !important;
  line-height: 180%;
  font-weight: bold;
  padding: 3px 7px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_menu_tag_box ul li a:hover {
  background: #8F8F8F;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.footer_menu_categories_box {
  float: right;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_menu_tag_box {
  float: left;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .footer_menu_box {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer_menu_tag_box {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .footer_menu_categories_box {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .sprite-pagetop {
    background: url(../img/pagetop.png) center center no-repeat #fff;
    background-size: 47px 65px;
    height: 65px;
    width: 47px;
    padding: 10px;
    border-radius: 5px;
  }
}
/*--------------------------------------
404
---------------------------------------*/
#box_404 {
  width: 754px;
  float: left;
  padding-top: 80px;
}
#box_404 h1 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: bold;
  color: #000000;
  padding: 20px 0;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  #box_404 {
    width: 100%;
    padding-top: 0;
  }
}
/*--------------------------------------
sensei
---------------------------------------*/
/* 一覧ページ */
.sensei .post_list02_thum img {
  width: auto;
  margin: 0;
  position: static;
}

/* 詳細ページ */
.sensei_single_head {
  margin: 0 0 20px;
  padding: 12px 10px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #444;
}
.sensei_single_head img {
  height: 40px;
  width: auto;
}

.sensei .post_entry_tag p {
  margin-right: 10px;
  display: inline-block;
}

.sensei_question_ttl, .sensei_reply_ttl {
  width: 100%;
  display: table;
  font-size: 24px;
}

.sensei_question_ttl > *, .sensei_reply_ttl > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

.sensei_question_ttl img, .sensei_reply_ttl img {
  margin: 0 10px;
}

.sensei_question_ttl > span:last-child {
  width: 240px;
}
.sensei_question_ttl > span:last-child img {
  margin-top: -100px;
}

.sensei_reply_ttl > span:first-child {
  width: 240px;
}

.sensei_question_ttl > span span {
  margin-top: 10px;
  font-size: 75%;
  display: block;
}

.sensei .sensei_question {
  padding: 20px;
  margin: 10px 0 30px;
  background: #fff;
  border: 3px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sensei .sensei_question_content {
  margin: 10px 0 0;
}
.sensei .wpcf7 {
  padding: 20px;
  border: 3px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

/* 質問フォーム */
#sensei_request .htxt01 {
  margin: -20px -20px 20px;
  width: auto;
  box-sizing: border-box;
}
#sensei_request p {
  margin: 0 0 10px;
}
#sensei_request .sensei_request_topic {
  margin: 0 0 10px;
  padding: 15px;
  background: #eee;
}
#sensei_request .sensei_request_sns {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
}
#sensei_request .sensei_request_sns > * {
  margin-right: 10px;
}
#sensei_request .sensei_request_sns img {
  width: auto;
  height: auto;
}
#sensei_request .sensei_request_sns p {
  margin: 0;
}
#sensei_request input[type=text], #sensei_request input[type=email] {
  width: 100%;
  padding: 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#sensei_request textarea {
  width: 100%;
  padding: 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 160%;
}
#sensei_request .wpcf7-recaptcha {
  margin-bottom: 20px;
}
#sensei_request .wpcf7-recaptcha > div {
  margin: auto;
}
#sensei_request input[type=submit] {
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  text-align: center;
  padding: 15px 10px;
  background-color: #336600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  border: 2px solid #336600;
  -webkit-appearance: none;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#sensei_request input[type=submit]:hover {
  color: #336600;
  background: #fff;
}
#sensei_request .sensei_request_calumn {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#sensei_request .sensei_request_calumn > div {
  padding: 0 10px;
  width: 50%;
}
#sensei_request ul {
  margin-left: 1em;
}
#sensei_request ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

/* サイドバー */
.sensei_request_link a {
  padding: 20px 20px 18px;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  background: #616161;
  display: block;
}

.sensei_sidelist {
  margin: 10px 0 0;
}
.sensei_sidelist li {
  margin: 0 0 10px;
}
.sensei_sidelist a {
  color: #000;
}
.sensei_sidelist h3 {
  font-size: 14px;
}
.sensei_sidelist img {
  margin: 0 0 5px;
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .sensei_question_ttl, .sensei_reply_ttl {
    display: block;
    font-size: 18px;
  }
  .sensei_question_ttl > *, .sensei_reply_ttl > * {
    display: block;
  }
  .sensei_question_ttl img, .sensei_reply_ttl img {
    width: 150px;
    height: auto;
    margin: auto;
    display: block;
  }
  .sensei_question_ttl > span:last-child {
    width: auto;
    margin-top: 10px;
  }
  .sensei_question_ttl > span:last-child img {
    margin-top: 0;
  }
  .sensei_reply_ttl > span:first-child {
    width: auto;
    margin-bottom: 10px;
  }
  .sensei_question_ttl > span span {
    font-size: 75%;
  }
  .sensei .sensei_question {
    padding: 10px;
    margin-bottom: 20px;
  }
  #sensei_request .sensei_request_sns {
    display: block;
  }
  #sensei_request .sensei_request_sns > * {
    width: auto;
  }
  #sensei_request .sensei_request_sns a {
    margin-bottom: 10px;
    display: block;
  }
  #sensei_request .sensei_request_sns p {
    padding: 0;
  }
  #sensei_request .sensei_request_calumn {
    margin: 0;
    display: block;
  }
  #sensei_request .sensei_request_calumn > div {
    padding: 0;
    width: auto;
  }
}
/*--------------------------------------
pagination
---------------------------------------*/
.pagination_box {
  text-align: center;
}

.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  display: inline-block;
}
.pagination li {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  display: table;
}
.pagination a {
  font-weight: bold;
  padding-top: 1px;
  text-decoration: none;
  border-left-width: 0;
  color: #fff;
  font-size: 13px;
  background: #0B0B0B;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pagination a span {
  display: inline-block;
  vertical-align: middle;
}
.pagination li:not([class*=current]) a:hover {
  background-color: #BBB;
  color: #0B0B0B;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-display: swap;
  font-size: inherit;
  transform: translate(0, 0);
  display: inline-block;
}
.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}
.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}
.pagination li.current a {
  background-color: #BBB;
  color: #0B0B0B;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.previous, .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 785px) {
  #wrap {
    padding-top: 224px;
  }
  header {
    border-top: 10px solid #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: url(../img/bg01.png) repeat;
    text-align: center;
  }
  header #nav {
    margin-bottom: 0;
    text-align: left;
  }
  header .logo {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  header.moved .logo {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 35px;
  }
  header.moved .title_caption {
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 3em;
  }
  header.moved #nav ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .sidebar_bnr_box {
    text-align: center;
  }
  .sidebar_sns {
    margin: 0 auto;
  }
  .sidebar_bnr_box.is-fixed {
    padding-top: 125px !important;
  }
}
.clearfix {
  clear: both;
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.txt_red {
  color: #ff3333;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.sidebar_sns {
  display: table;
}
.sidebar_sns > * {
  display: table-cell;
  vertical-align: middle;
}
.sidebar_sns > *:first-child {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .koukoku_article_bottom {
    padding-bottom: 20px;
  }
  .footer_ga_box01 {
    text-align: center;
    padding-bottom: 30px;
  }
  #side_koukoku {
    margin-bottom: 20px;
  }
}
sup {
  vertical-align: super !important;
}

/*# sourceMappingURL=style.css.map */
