@charset "UTF-8";

/* =========================================
  reset
============================================ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: hover 0.3s;
  transition: hover 0.3s;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
button,
select,
textarea {
  color: inherit;
  font-family: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* =========================================
  style
============================================ */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../common/fonts/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("../common/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../common/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../common/fonts/NotoSansCJKjp-Medium.eot");
  src: local("Noto Sans CJK JP Medium"), url("../common/fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../common/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../common/fonts/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("../common/fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../common/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: -apple-system, system-ui, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1025px;
  }
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

._sp {
  display: none !important;
}

.inner {
  display: block;
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}

.inner._min {
  max-width: 800px;
}

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

  ._sp {
    display: block !important;
  }

  .inner {
    padding: 0 16px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

.mr0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.fwB {
  font-weight: bold;
}

.fcY {
  color: #c0ac00;
}

.fcG {
  color: #018574;
}

.fcP {
  color: #e74856;
}

.fcB {
  color: #0063b1;
}

.fcPu {
  color: #744da9;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* Nav */
.nav_original {
  padding-top: 20px;
}

.nav_original .navbar_top {
  display: none;
}

.nav_original .navbar_lead {
  margin: 30px 0;
  font-size: 12px;
  font-weight: 400;
}

.nav_original .navbar_lead.ttl {
  margin: 30px 0 15px;
}

.navbar {
  padding: 0 16px;
  height: 60px;
  box-shadow: 0px 15px 10px -8px #00000029;
}

.navbar button:focus {
  outline: none;
}

.navbar .navbar-nav .nav-link:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-brand:hover {
    opacity: 0.7;
  }

  .navbar .navbar-nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 5px;
  }

  .navbar .dropdown-inner {
    margin: 0 auto;
    padding: 20px 16px;
    text-align: center;
    background: #333333;
    border-radius: 0 0 10px 10px;
  }

  .dropdown-inner li {
    margin-right: 60px;
  }

  .dropdown-inner li:nth-last-of-type(1) {
    margin-right: 0px;
  }

  .navbar .dropdown-inner .dropdown-item a {
    display: block;
    padding: 12px 0;
    color: #fff;
  }

  .dropdown-item:active {
    background-color: unset;
  }

  .navbar .dropdown-inner .dropdown-item a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .navbar .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 100%;
  }

  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .navbar .dropdown .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #000;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .nav_original .navbar_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .navbar-expand-md .navbar-nav .nav-link:after {
    right: 16px;
  }

  .nav_original .navbar_logo {
    width: 15%;
    padding-right: 15px;
  }

  .navbar {
    height: auto;
    padding: 0;
    border-radius: 8px;
  }

  .navbar-toggler:before {
    right: 16px;
  }

  .navbar-nav {
    background: #333;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 18px 16px;
  }

  .nav_original .navbar_lead {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .navbar-brand {
    display: none;
  }

  .navbar-nav .nav-link.dropdown-toggle:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .dropdown-item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item a {
    position: relative;
    display: block;
    padding: 1rem 16px;
    color: #fff;
  }

  .dropdown-item a:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler {
    font-size: 0.85rem;
  }

  .dropdown-menu {
    border-radius: 0;
    transition: none;
    background-color: #444;
  }

  .navbar-nav li {
    border-top: 1px solid #444444;
  }

  .navbar-nav li:nth-of-type(1) {
    border-top: 0;
  }

  .navbar-nav .nav-item .dropdown-menu {
    padding-left: 0;
  }

  .dropdown-item {
    padding-left: 1em;
  }

  .sec_posts .sec_tit {
    font-size: 19px;
    line-height: 1.4;
  }


}

/* Footer */
#footer {
  padding: 80px 0 25px;
  background-color: #222;
}

.page_top {
  position: fixed;
  bottom: 160px;
  right: 5%;
  z-index: 10;
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 25px 50px 0 rgba(34, 34, 34, 0.25);
  -webkit-transition: hover 0.3s;
  transition: hover 0.3s;
}

.page_top a:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_top a:hover {
  background-color: #222;
  border-color: #222;
}

.page_top a:hover:after {
  border-color: #fff;
}

.ft_nav .home a {
  color: #fff;
}

.ft_nav .home a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ft_nav .nav_block+.nav_block {
  margin-top: 40px;
}

.ft_nav .nav_head {
  margin-bottom: 20px;
  color: #7b7d85;
  font-weight: 700;
}

.ft_nav .nav_item {
  margin-bottom: 10px;
}

.ft_nav .nav_item a {
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.ft_nav .nav_item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ft_nav .nav_item a:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ft_nav .nav_item a._blank {
  padding-right: 20px;
  background: url(../common/img/icon_blank.png) no-repeat center right;
}

.ft_btm {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #32333a;
}

.ft_btm .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.ft_btm .ft_legal {
  width: 50%;
}

.ft_btm .ft_legal .nav_item {
  display: inline-block;
}

.ft_btm .ft_legal .nav_item a {
  padding-right: 20px;
  background: url(../common/img/icon_blank.png) no-repeat center right;
  color: #fff;
  font-size: 12px;
}

.ft_btm .ft_legal .nav_item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ft_btm .ft_legal .nav_item+.nav_item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #32333a;
  line-height: 1.0;
}

.ft_btm .copyright {
  width: 50%;
  color: #7b7d85;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }

  #footer .inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page_top a {
    width: 50px;
    height: 50px;
  }

  .ft_nav .nav_block+.nav_block {
    margin-top: 0;
  }

  .ft_nav .nav_box {
    margin-top: 30px;
  }

  .ft_nav .nav_item {
    margin-bottom: 10px;
  }

  .ft_nav .nav_item a {
    position: relative;
    padding-left: 20px;
    color: #fff;
  }

  .ft_nav .nav_item a:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 10px);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .ft_btm {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .ft_btm .ft_legal {
    width: 100%;
    text-align: center;
  }

  .ft_btm .ft_legal .nav_item {
    margin-bottom: 10px;
  }

  .ft_btm .ft_legal .nav_item+.nav_item {
    margin-left: 10px;
    padding-left: 10px;
  }

  .ft_btm .copyright {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

/* conents */
.contents {
  padding-top: 15px;
}

.contents:not(.colum1) .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.contents.colum1 {
  padding-bottom: 50px;
}

#main {
  width: calc(100% - 330px);
  padding-bottom: 100px;
}

#side {
  width: 290px;
  margin-left: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 30px;
  }

  .contents .inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #main {
    width: 100%;
  }

  #side {
    width: 100%;
    margin-left: 0;
  }
}

/* main */
.sec_tit {
  font-size: 30px;
  font-weight: 700;
}

.sec_tit02 {
  padding-left: 10px;
  border-left: 4px solid #f8e900;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec_tit02 {
    font-size: 14px;
  }
}

.btn {
  padding: 0;
}

.btn.border_b a {
  border: 1px solid #999;
  border-radius: 5px;
}

.btn.border_b a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000
}

.btn.arrow a {
  position: relative;
  padding-right: 20px;
}

.btn.arrow a:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn.type01 {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

.btn.type01 a {
  display: inline-block;
  width: 220px;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.btn.type02 {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

.btn.type02 a {
  display: block;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn.type01 {
    padding: 0;
  }

  .btn.type01 a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.post_colum .colum_box {}

.post_colum .colum_box .box_date {
  color: #bdbdbd;
  font-family: 'Ubuntu', sans-serif;
}

.post_colum .colum_box .box_date+.box_name {
  margin-top: 5px;
}

.post_colum .colum_box .box_name {
  font-weight: 700;
  line-height: 1.6;
}

.post_colum .colum_box .box_type {
  /* margin-top: 20px; */
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.post_colum .colum_box .box_type span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}

.post_colum .colum_box .box_type span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #f8e900;
}

.post_colum .colum_box:not(._large) a:hover {
  display: block;
}

.post_colum .colum_box:not(._large) .box_date {
  font-size: 13px;
}

.post_colum .colum_box:not(._large) .box_name {
  font-size: 16px;
  line-height: 1.2;
}

.post_colum .colum_box:not(._large) .box_desc {
  margin-top: 15px;
  font-size: 13px;
}

.post_colum .colum_box:not(._large) .badge_pickup {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 8px 0 5px;
  border: 1px solid #666;
  border-radius: 2px;
  color: #666;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.post_colum.colum_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post_colum .colum_box._large,
.post_colum.colum_3 .colum_box {}

.post_colum.colum_3 .colum_box {
  position: relative;
  width: 32%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  max-width: 220px;
}

.post_colum.colum_3 .colum_box:nth-child(3n) {
  margin-right: 0;
}

.post_colum.colum_3 .colum_box a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 100%;
}

@supports (object-fit: cover) {
  .post_colum.colum_3 .colum_box .box_thumb img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }
}

.post_colum.colum_3 .colum_box .box_cont {
  padding: 15px 10px 55px;
}

.post_colum.colum_3 .colum_box .box_type {
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.post_colum .colum_box._large {
  position: relative;
  margin-bottom: 40px;
}

.post_colum .colum_box._large:after,
.post_colum.colum_3 .colum_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  box-shadow: 2px 2px 2px -3px rgba(4, 0, 0, 0.15), 8px 8px 10px -14px rgba(4, 0, 0, 0.15), 12px 12px 14px -20px rgba(4, 0, 0, 0.15), 18px 18px 20px -20px rgba(4, 0, 0, 0.15);
  border-radius: 0 0 10px 0;
  transition: 0.3s;
}

.post_colum .colum_box._large:before,
.post_colum.colum_3 .colum_box:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  box-shadow: 4px 4px 8px -4px rgba(4, 0, 0, 0.15);
  border-radius: 0 0 10px 0;
  transition: 0.3s;
}

.post_colum .colum_box._large:hover:after,
.post_colum.colum_3 .colum_box:hover:after {
  box-shadow: 2px 2px 2px -3px rgba(4, 0, 0, 0.15), 6px 6px 8px -10px rgba(4, 0, 0, 0.15), 12px 12px 14px -20px rgba(4, 0, 0, 0.15);
}

.post_colum .colum_box._large:hover:before,
.post_colum.colum_3 .colum_box:hover:before {
  box-shadow: 2px 2px 4px -4px rgba(4, 0, 0, 0.15);
}

.post_colum .colum_box._large a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.post_colum .colum_box._large a:hover img,
.post_colum.colum_3 .colum_box a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post_colum .colum_box._large .box_thumb {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.post_colum.colum_3 .colum_box .box_thumb {
  overflow: hidden;
}

.post_colum .colum_box._large img,
.post_colum.colum_3 .colum_box img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post_colum .colum_box._large .box_cont {
  width: 50%;
  padding: 25px;
}

.post_colum .colum_box._large .box_name {
  font-size: 20px;
}

.post_colum .colum_box._large .box_type {
  margin-top: 10px;
}

.post_colum.colum_1 .colum_box+.colum_box {
  border-top: 1px solid #eaeaea;
}

.post_colum.colum_1 .colum_box a {
  display: block;
  padding: 30px 0;
}

.post_colum.colum_1 .colum_box a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.post_colum.colum_1 .colum_box .box_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.post_colum.colum_1 .colum_box .box_thumb {
  width: 27%;
}

.post_colum.colum_1 .colum_box .box_thumb img {
  border-radius: 5px;
}

@supports (object-fit: cover) {
  .post_colum.colum_1 .colum_box .box_thumb img {
    object-fit: cover;
    width: 100%;
    height: 130px;
  }
}

.post_colum.colum_1 .colum_box .box_cont {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
}

.post_colum.colum_1 .colum_box .box_name {
  font-size: 18px;
}

/* .post_colum.colum_1 .colum_box .box_date {
  margin-top: 10px;
} */

.post_colum.colum_1 .colum_box .box_type {
  /* position: absolute; */
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .post_colum .colum_box:not(._large) .box_desc {
    margin-top: 5px;
  }

  .post_colum .colum_box:not(._large) .box_name {
    margin-top: 5px;
  }

  .post_colum .colum_box:not(._large) .box_type {
    margin-top: 5px;
  }

  .post_colum.colum_3 .colum_box {
    margin-bottom: 25px;
  }

  .post_colum.colum_3 .colum_box {
    width: 100%;
    margin-right: 0;
    max-width: initial;
  }

  @supports (object-fit: cover) {
    .post_colum.colum_3 .colum_box .box_thumb img {
      height: 200px;
    }
  }

  .post_colum.colum_3 .colum_box .box_cont {
    padding: 15px 20px 15px;
  }

  .post_colum.colum_3 .colum_box .box_type {
    /* right: 20px; */
    right: 0;
    position: relative;
    bottom: 0;
  }

  .post_colum .colum_box._large {
    position: relative;
    padding-bottom: 50px;
  }

  .post_colum .colum_box._large a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post_colum .colum_box._large .box_thumb {
    width: 100%;
  }

  .post_colum .colum_box._large .box_cont {
    width: 100%;
    padding: 15px 20px 5px;
  }

  .post_colum .colum_box._large .box_name {
    margin-top: 5px;
    font-size: 20px;
  }

  .post_colum .colum_box._large .box_type {
    position: absolute;
    bottom: 25px;
    right: 20px;
  }

  .post_colum.colum_1 .colum_box a {
    padding: 15px 0;
  }

  .post_colum.colum_1 .colum_box .box_thumb {
    width: 32%;
  }

  @supports (object-fit: cover) {
    .post_colum.colum_1 .colum_box .box_thumb img {
      height: 80px;
    }
  }

  .post_colum.colum_1 .colum_box .box_cont {
    padding-bottom: 0;
  }

  .post_colum.colum_1 .colum_box .box_name {
    font-size: 15px;
    line-height: 1.4;
  }

  .post_colum.colum_1 .colum_box .box_date {
    margin-top: 5px;
  }

  .post_colum.colum_1 .colum_box .box_type {
    position: static;
  }
}

/* entry */
.entry_header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.entry_header .entry_about {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

.entry_header .entry_tag {
  margin-top: 15px;
}

.entry_header .entry_tag .tag_item {
  display: inline;
}

.entry_header .entry_tag .tag_item+.tag_item {
  margin-left: 5px;
}

.entry_header .entry_tag .tag_item a {
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.entry_header .entry_tag .tag_item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.entry_header .entry_date {
  margin-top: 10px;
  color: #bdbdbd;
  font-family: 'Ubuntu', sans-serif;
  text-align: right;
}

.entry_body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 10px solid #f8f9fa;
  line-height: 2;
}

.entry_body h2 {
  position: relative;
  margin: 60px 0 20px;
  padding-left: 12px;
  border-left: 4px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.entry_body h3 {
  margin: 50px 0 30px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  background-color: #eaeaea;
  border-radius: 5px;
  line-height: 1.6;
}

.entry_body h4 {
  margin: 40px 0 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.entry_body>p {
  margin: 30px 0;
}

.entry_body p {
  font-size: 16px;
  line-height: 1.8;
}

.entry_body a {
  color: #c0ac00;
  transition: 0.3s;
  word-wrap: break-word;
}

.entry_body a:hover {
  opacity: 0.7;
}

.entry_body>img {
  display: block;
  max-width: 100%;
  margin: 30px auto 0;
}

.entry_body img {
  height: auto;
}

.entry_body>div {
  margin: 30px 0;
}

.entry_body>div img {
  display: block;
  margin: 0 auto;
}

.entry_body div.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.entry_body div.col2>figure {
  width: 49%;
  margin: 0;
}

.entry_body div.col2>figure:nth-child(2n) {
  margin-left: 2%;
}

.entry_body div.float {
  overflow: hidden;
}

.entry_body div.float figure {
  margin: 0;
}

.entry_body div.float.left>img,
.entry_body div.float.left>figure {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.entry_body div.float.right>img,
.entry_body div.float.right>figure {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.entry_body div.float p {
  margin: 0;
}

.entry_body figure {
  display: table;
  text-align: center;
  table-layout: fixed;
}

.entry_body>figure {
  margin: 30px auto 30px;
}

.entry_body figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 8px;
  color: #666666;
  font-size: 12px;
  text-align: left;
}

.entry_body>ul,
.entry_body>ol {
  margin: 30px 0;
}

.entry_body>ul li,
.entry_body>ol li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.8;
}

.entry_body>ul li:before,
.entry_body>ol li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f8e900;
}

.entry_body>ul li+li,
.entry_body>ol li+li {
  margin-top: 15px;
}

.entry_body table {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #eaeaea;
}

.entry_body table th,
.entry_body table td {
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.entry_body table th:last-child,
.entry_body table td:last-child {
  border-right: none;
}

.entry_body table th {
  background-color: #f4f5f6;
  font-weight: bold;
}

.entry_body table td:first-of-type {
  color: #778899;
}

.entry_body table._large th,
.entry_body table._large td {
  padding: 20px 10px;
}

.entry_body .fsS {
  font-size: 14px;
}

.entry_body .block_voice .about {
  position: relative;
  width: 600px;
  margin: -40px auto 0;
  padding: 30px;
  background-color: #fff;
}

.entry_body .block_voice .about:after {
  content: '“';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 80px;
  /* font-weight: 700; */
  font-weight: 500;
  line-height: 1.0;
}

.entry_body .block_voice .main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.entry_body .block_voice .name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

.entry_body .block_voice .desc {
  margin-top: 5px;
  color: #c0ac00;
  font-size: 13px;
}

.entry_body .block_info {
  padding: 25px;
  border: 2px solid #eaeaea;
}

.entry_body .block_info .name {
  margin: 0;
}

.entry_body .block_info .link a {
  color: #c0ac00;
}

.entry_body .block_info .link a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.entry_body .block_info .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.entry_body .block_info .about p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.entry_body .block_info .about figure {
  width: 30%;
  margin-left: 10px;
}

.entry_body .block_profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}

.entry_body .block_profile .head {
  display: inline-block;
  height: 100px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 1;
  column-count: 1;
}

.entry_body .block_profile .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.entry_body .block_profile .body .box_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 48%;
  margin: 16px 0;
}

.entry_body .block_profile .body .box_profile figure {
  /* width: 30%; */
  width: 66px;
  height: 66px;
  margin-right: 10px;
}

.entry_body .block_profile .body .box_profile img {
  border-radius: 50%;
}

.entry_body .block_profile .body .box_profile .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.entry_body .block_profile .body .box_profile .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.entry_body .block_profile .body .box_profile .sub {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.entry_body .block_profile:before,
.entry_body .block_profile:after {
  content: '';
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  border: 2px solid #000;
}

.entry_body .block_profile:before {
  left: 0;
  border-right: none;
}

.entry_body .block_profile:after {
  right: 0;
  border-left: none;
}

.entry_body .h2_int {
  padding-top: 0;
  padding-left: 0;
  border: none;
}

.entry_body .h2_int:after {
  content: none;
}

.entry_body .h2_int span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 2px 3px;
  color: #fff;
  font-size: 14px;
  background-color: #000;
}

.entry_body .block_private {
  padding: 25px;
  border: 2px solid #000;
}

.entry_body .block_private .head {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.entry_body .block_private .head:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.entry_body .block_private .lead {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.entry_body .block_private .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}

.entry_body .block_private .body .img {
  width: 20%;
  margin-left: 10px;
}

.entry_body .block_private .body .img img {
  margin-bottom: 10px;
}

.entry_body .block_private .body p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.entry_body .block_flow .box_flow {
  position: relative;
  width: 80%;
  margin: -40px auto 30px;
  padding: 25px;
  background-color: #fff;
}

.entry_body .block_flow .box_flow .head {
  margin: 0;
}

.entry_body .block_flow .box_flow .body {
  margin-top: 20px;
}

.entry_body .block_flow .line_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.entry_body .block_flow .line_flow .time {
  position: relative;
  width: 60px;
  padding: 0 0 10px 0;
  color: #c0ac00;
  font-weight: bold;
  line-height: 1;
}

.entry_body .block_flow .line_flow .time:after {
  content: '';
  position: absolute;
  /* top: 18px; */
  right: -7px;
  width: 12px;
  height: 12px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  background-color: #fff;
}

.entry_body .block_flow .line_flow .about {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 20px 25px 20px;
  font-size: 14px;
  line-height: 1.8;
  border-left: 2px solid #bdbdbd;
}

.entry_body .block_flow .box_flow .body div p:nth-last-of-type(1)::first-line {
  line-height: 1;
}

.entry_body .block_flow .box_flow .body div:nth-last-of-type(1) p:nth-last-of-type(1) {
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .entry_body .block_flow .box_flow .body div p:nth-last-of-type(1)::first-line {
    line-height: 1;
  }

  .entry_body .block_flow .box_flow .body div:nth-last-of-type(1) p:nth-last-of-type(1) {
    border-left: 0;
  }
}

.entry_body .entry_pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.entry_body .entry_pager .pager_item {
  margin: 0 20px;
}

.entry_body .entry_pager .pager_item a {
  position: relative;
  display: inline-block;
  padding: 6px 35px;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.entry_body .entry_pager .pager_item a:hover {
  color: #fff;
}

.entry_body .entry_pager .pager_item a:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #999;
}

.entry_body .entry_pager .pager_item._prev a:after {
  left: 12px;
  border-left: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entry_body .entry_pager .pager_item._next a:after {
  right: 12px;
  border-right: 2px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.entry_body .entry_pager .pager_item a:hover:after,
.entry_body .entry_pager .pager_item._prev a:hover:after,
.entry_body .entry_pager .pager_item._next a:hover:after {
  border-color: #fff;
}

.entry_sns {
  margin-bottom: 50px;
  text-align: right;
}

.entry_sns .fb_iframe_widget,
.entry_sns .fb_iframe_widget>span {
  vertical-align: top !important;
}

@media screen and (max-width: 767px) {
  .entry_body div.col2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry_body div.col2>figure {
    width: 100%;
  }

  .entry_body div.col2>figure:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }

  .entry_body div.float.left>img,
  .entry_body div.float.left>figure {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }

  .entry_body div.float.right>img,
  .entry_body div.float.right>figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .entry_body table th,
  .entry_body table td {
    padding: 10px 5px;
  }

  .entry_body table._large th,
  .entry_body table._large td {
    padding: 20px 5px;
  }

  .entry_body .block_voice .about {
    width: 90%;
    padding: 20px;
  }

  .entry_body .block_voice .name {
    margin-top: 20px;
  }

  .entry_body .block_profile .body .box_profile {
    width: 100%;
  }

  .entry_body .block_profile .body .box_profile figure {
    /* width: 25%; */
    width: 55px;
    height: 55px;
  }

  .entry_body .block_profile:before,
  .entry_body .block_profile:after {
    width: 12px;
  }

  .entry_body .block_private {
    padding: 20px 16px;
  }

  .entry_body .block_private .lead {
    margin-top: 10px;
  }

  .entry_body .block_private .body {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .entry_body .block_private .body .img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .entry_body .block_private .body .img img {
    display: inline-block;
    max-width: 48%;
    margin: 0 1% 5px;
  }

  .entry_body .block_flow .box_flow {
    width: 90%;
    padding: 20px;
  }

  .entry_body .block_flow .line_flow .time:after {
    /* top: 18px; */
    right: -7px;
    width: 12px;
    height: 12px;
  }

  .entry_body .block_flow .line_flow .about {
    padding: 0 15px 20px 15px;
  }

  .entry_body .block_profile {
    padding: 0 6px;
  }
}

/* pager */
.pager {
  margin-top: 30px;
}

.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pager ul li {
  margin: 0 4px;
  border-radius: 2px;
  font-size: 16px;
}

.pager ul li a {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager ul li a:hover {
  color: #cdbd33;
}

.pager ul li.current {
  overflow: hidden;
}

.pager ul li.current span {
  display: inline-block;
  padding: 5px 11.5px;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}

.pager ul li.prev,
.pager ul li.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #000;
}

.pager ul li.prev {
  margin-right: 8px;
}

.pager ul li.next {
  margin-left: 8px;
}

.pager ul li.prev a,
.pager ul li.next a {
  position: relative;
  padding: 5px 14px;
}

.pager ul li.prev a:before,
.pager ul li.next a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
}

.pager ul li.prev a:hover,
.pager ul li.next a:hover {
  background-color: #000;
  color: #fff;
}

.pager ul li.prev a:before {
  left: 12px;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pager ul li.next a:before {
  right: 12px;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 10px solid #f8f9fa;
}

.breadcrumbs .bread_item {
  position: relative;
  float: left;
  padding-right: 20px;
  font-size: 12px;
}

.breadcrumbs .bread_item a:hover {
  text-decoration: underline;
}

.breadcrumbs .bread_item:after {
  content: '';
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumbs .bread_item:last-child:after {
  display: none;
}

.breadcrumbs .bread_item.active {
  color: #c0ac00;
}

@media screen and (max-width: 767px) {
  .post_colum .colum_box:not(._large) .box_name {
    font-size: 20px;
    line-height: 1.6;
  }

  .entry_body .block_voice .main {
    font-size: 16px;
    line-height: 1.7;
  }

  .breadcrumbs {
    padding: 10px 0;
  }

  .breadcrumbs .list_bread__item {
    font-size: 14px;
  }

  .breadcrumbs .list_bread__item:after {
    font-size: 12px;
  }
}

/* side */
#side .section+.section {
  margin-top: 60px;
}

#side .pos_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.list_post .post_item {
  border-bottom: 1px solid #eaeaea;
}

.list_post .post_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
}

.list_post .post_item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.list_post .post_item .item_thumb {
  width: 30%;
  margin-right: 5%;
  overflow: hidden;
}

.list_post .post_item .item_thumb img {
  border-radius: 5px;
}

.list_post .post_item .item_cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.list_post .post_item .item_name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.list_post .post_item .item_type {
  margin-top: 10px;
  color: #9d9fa6;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.area_tag {
  padding: 30px 14px 0;
  background-color: #f4f5f6;
}

.area_tag .area_head {
  font-size: 18px;
  font-weight: 700;
}

.area_tag .area_body {
  margin-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.area_tag .area_more {
  padding: 16px 10px 20px 18px;
  /* padding-left: 18px; */
  border-top: 1px solid #eaeaea;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.area_tag .area_more:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.icon_plus {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.icon_plus:before,
.icon_plus:after {
  content: '';
  position: absolute;
  background-color: #000;
}

.icon_plus:before {
  top: calc(50% - 2px);
  left: 0px;
  width: 10px;
  height: 2px;
}

.icon_plus:after {
  top: calc(50% - 6px);
  left: 4px;
  width: 2px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-show .icon_plus:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.list_tag .tag_item {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 3px;
}

.list_tag .tag_item+.tag_item {
  margin-left: 3px;
}

.list_tag .tag_item a {
  display: block;
  padding: 8px 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #c0ac00;
  font-size: 12px;
}

.list_tag .tag_item a:hover {
  border-color: #c0ac00;
}

@supports (object-fit: cover) {
  .box_bnr img {
    object-fit: cover;
    /* width: 100%; */
    /* height: 140px; */
    max-width: 100%;
  }
}

.box_bnr+.box_bnr {
  margin-top: 15px;
}

.box_bnr a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (max-width: 767px) {
  .list_post .post_item .item_thumb {
    width: 38%;
  }

  .area_tag .area_more {
    padding: 15px 10px;
  }

  .entry_header .sec_tit {
    font-size: 25px;
    line-height: 1.3;
  }

  .post_colum .colum_box .box_type span:before {
    left: 3px;
  }

}

.dat_and_type {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 0;
  padding-left: 16px;
}

.dat_and_type .box_date {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .dat_and_type {
    position: static;
    display: block;
    padding-left: 0;
  }
}

.entry_body table tr th:nth-child(n+3) {
  width: 28%;
}

/* スマホ */
@media screen and (max-width: 767px) {

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .list_post .post_item .item_thumb {
    position: relative;
    width: 38%;
    height: 85px;
    margin-right: 5%;
    overflow: hidden;
  }

  .list_post .post_item a img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }

}

/* PC */
@media screen and (min-width: 768px) {

  .display_pc {
    display: block;
  }

  .display_sp {
    display: none;
  }

  .list_post .post_item .item_thumb {
    position: relative;
    width: 30%;
    height: 55px;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 5px;
  }

  .recommended_post .post_item a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .list_post .post_item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: initial;
    max-width: none;
    height: 100%;
  }

  @supports (object-fit: cover) {
    .list_post .post_item a img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      -ms-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
    }
  }

  .list_post .post_item .title_area {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .list_post .post_item .title_area .item_name {
    width: calc(100% - 30%);
  }

  .list_post .post_item .item_type {
    width: calc(100% - 30%);
    text-align: right;
    margin-left: auto;
  }

  .center_image {
    width: 695px;
  }

}


.ly_cont{
  background-color: #f4f5f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ly_cont_inner{
  display: block;
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ly_cont_inner{
    padding: 0 15px;
  }
}

.el_heading{
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .el_heading{
    font-size: 20px;
  }
}

.el_txt{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .el_txt{
    font-size: 14px;
  }
}

.el_btn{
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1em;
  text-decoration: underline!important;
}

@media screen and (max-width: 767px) {
  .el_btn{
    font-size: 16px;
  }
}

.el_btn__arrowRight{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 25px 50px 0 rgba(34, 34, 34, 0.25);
  -webkit-transition: hover 0.3s;
  transition: hover 0.3s;
}

@media screen and (max-width: 767px) {
  .el_btn__arrowRight{
    width: 40px;
    height: 40px;
  }
}


.el_btn__arrowRight::after{
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-left: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.el_btn a{
  text-decoration: underline;
}

.el_btn__arrowRight:hover {
  background-color: #222;
}

.el_btn__arrowRight:hover::after{
  border-color: white;
}



/* sns icon */
#side .section+.sns {
  margin-top: 30px;
}

.sns__list {
  display: flex;
  column-gap: 1.5em;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sns__list {
    column-gap: 3em;
    justify-content: center;
  }
}

.sns__item {
  background-color: white;
  border-radius: 50%;
}

.sns__item a {
  display: block;
}

.sns__item_facebook{
  width: 38px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sns__item_facebook {
    width: 64px;
  }
}

.sns__item_x{
  width: 32px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sns__item_x {
    width: 56px;
  }
}

.sns__item img {
  max-width: 100%;
}

.hp_LS{
  letter-spacing: -0.08em;
}

@media screen and (max-width: 767px) {
  .hp_LS{
    letter-spacing: normal;
  }
}

.logo2{
  display: block;
  width: 22%;
  margin-right: auto;
  margin-left: auto;
}

.ft_logo{
  margin-top: 25px;

}

.logo2 img{
  max-width: 100%;
}