@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: 'shousing';
  src:  url('../fonts/shousing.eot?9xsihk');
  src:  url('../fonts/shousing.eot?9xsihk#iefix') format('embedded-opentype'),
    url('../fonts/shousing.ttf?9xsihk') format('truetype'),
    url('../fonts/shousing.woff?9xsihk') format('woff'),
    url('../fonts/shousing.svg?9xsihk#shousing') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shousing' !important;
  speak: never;
  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-clip:before {
  content: "\e900";
}
.icon-more:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-device:before {
  content: "\e904";
}
.icon-line:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e911";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-printer:before {
  content: "\ea68";
}
.icon-right:before {
  content: "\edbd";
}
.icon-left:before {
  content: "\edc5";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-lock:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\edba";
}
.icon-arrow-right:before {
  content: "\edbe";
}
.icon-arrow-down:before {
  content: "\edc2";
}
.icon-arrow-left:before {
  content: "\edc6";
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #231916;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.inner {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (max-width: 321px) {
  .ip-5 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Main header
==================================================== */
.ttl-alert {
  color: #E4007F;
  margin-top: 24px;
  border: 1px solid #E60013;
  padding: 12px 32px 11px;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1200px) {
  .ttl-alert {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main-header {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  #main-header {
    padding: 30px 0 20px;
  }
}

#main-header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #main-header .flex-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main-header .flex-header .logo {
  width: 27.25%;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  #main-header .flex-header .logo {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  #main-header .flex-header .logo img {
    width: 222px;
  }
}

#main-header .flex-header .banner-advertis {
  width: 72.75%;
}

#main-header .flex-header .banner-advertis .pc > div {
	margin-left: auto;
}

@media screen and (max-width: 768px) {
  #main-header .flex-header .banner-advertis {
    width: 100%;
    padding: 0 10px;
  }
}

#main-header .flex-header .banner-advertis img {
  width: 100%;
}

/* ====================================================
Main footer
==================================================== */
#main-footer {
  padding: 43px 0 38px;
}

@media screen and (max-width: 768px) {
  #main-footer {
    padding: 0px 0 3px;
  }
}

#main-footer .list-fanpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px;
}

@media screen and (max-width: 768px) {
  #main-footer .list-fanpage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 10px;
  }
}

#main-footer .list-fanpage .item-fanpage {
  width: 410px;
  padding: 0 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main-footer .list-fanpage .item-fanpage {
    padding: 0;
    width: 100%;
    margin-bottom: 27px;
  }
}

/*#main-footer .list-fanpage .item-fanpage img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}*/

/*Tel*/
@media screen and (min-width: 769px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

.phone-domain {
  font-weight: 600;
  line-height: 1.42;
  color: #231916;
  padding-left: 14px;
  margin-bottom: 19px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1130px) {
  .phone-domain {
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .phone-domain {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .phone-domain {
    letter-spacing: -0.1px;
    line-height: 1.6;
    margin-bottom: 0px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.phone-domain a {
  color: #231916;
}

.copyRight {
  font-weight: 600;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1130px) {
  .copyRight {
    padding-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 990px) {
  .copyRight {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .copyRight {
    text-align: right;
    letter-spacing: -0.25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.copyRight span:nth-child(1) {
  width: 95px;
}

@media screen and (max-width: 1130px) {
  .copyRight span:nth-child(1) {
    width: 80px;
  }
}

@media screen and (max-width: 990px) {
  .copyRight span:nth-child(1) {
    width: auto;
  }
}

.copyRight span:nth-child(2) {
  width: calc(100% - 95px);
  letter-spacing: -1px;
}

@media screen and (max-width: 1130px) {
  .copyRight span:nth-child(2) {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 990px) {
  .copyRight span:nth-child(2) {
    width: auto;
    letter-spacing: 0px;
  }
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.ttl-style01 {
  border-top: 5px solid #004327;
  padding-top: 12px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .ttl-style01 {
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn-style01 {
  margin-bottom: 12px;
}

.btn-style01 a {
  background: url("../img/index/bg-btn.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  line-height: 1.2;
  padding: 25px 10px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 1130px) {
  .btn-style01 a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-style01 a {
    padding: 10px 10px 11px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-style01 a img {
    width: 17px;
    -webkit-transform: translate(5px, -1px);
        -ms-transform: translate(5px, -1px);
            transform: translate(5px, -1px);
  }
}

.ttl-style02 {
  position: relative;
  font-weight: 600;
  color: #231916;
  line-height: 1.6;
  padding: 5px 0 5px 16px;
  margin-bottom: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1130px) {
  .ttl-style02 {
    padding: 9px 0 5px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .ttl-style02 {
    margin-bottom: 15px;
    padding: 4px 0 2px 20px;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}

.ttl-style02:before {
  content: '';
  background: #004327;
  width: 5px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .ttl-style02:before {
    height: 32px;
    left: 2px;
  }
}

.read-more {
  text-align: right;
  margin-bottom: 45px;
  clear: both;
  overflow: hidden;
}
.seminar .read-more {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .read-more {
    margin-bottom: 23px;
  }
}

.read-more a {
  font-weight: 600;
  color: #004327;
  font-size: 14px;
  font-size: 1.4rem;
}
.read-more a i {
	vertical-align: middle;
}
.read-more a:hover i {
	text-decoration: none!important;
}

.read-more a.prev {
	float: left;
	display: inline-block;
}
.read-more a.next {
	float: right;
	display: inline-block;	
}

@media screen and (max-width: 768px) {
  .read-more a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.read-more a img {
  width: auto !important;
}

.date {
  font-weight: 300;
  color: #231916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  .date {
    letter-spacing: 1px;
    font-size: 9px !important;
  }
}

.date .name-cate {
  /*color: #fff;
  background: #004327;
  padding: 3px 7px;*/
  letter-spacing: 0;
  display: inline-block;
  /*margin-left: 11px;*/
}
.date .name-cate::before {
    content: '｜';
    display: inline-block;
}
.date .author::before {
    content: '｜';
    display: inline-block;
}

.date a {
  line-height: 1;
  margin-bottom: -6px;
}

.date a img {
  width: auto !important;
  margin-right: -4px;
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
/*.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}
*/
.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
#content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #content-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#content-main #container {
	width: calc( 100% - 300px );
	padding-right: 40px;
}

body.page-template-page_no_side #content-main #container {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 1130px) {
  #content-main #container {
    padding-right: 25px;
  }
}

@media screen and (max-width: 990px) {
  #content-main #container {
    width: 67%;
  }
}

@media screen and (max-width: 768px) {
  #content-main #container {
    width: 100%;
    padding-right: 0;
  }
}
#content-main #container .navGlobal {
  margin-bottom: 23px;
}
#content-main #container .navGlobal .navGlobal__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content-main #container .navGlobal .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2.5px 7px;
}
#content-main #container .navGlobal.gnav__new .navGlobalIn {
	width: calc( 100% - 92px );
	margin: 0;
}
#content-main #container .navGlobal.gnav__new .subMenu {
	margin-top: 12px;
}


#content-main #container .navGlobal .navKeywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;	
}

#content-main #container .navGlobal .subMenu .navKeywords,
#content-main #container .navGlobal .subMenu .form-search {
  width: 100%;
}
@media screen and (max-width: 990px) {
  #content-main #container .navGlobal .subMenu .navKeywords,
  #content-main #container .navGlobal .subMenu .form-search {
    width: 100%;
    margin-bottom: 7px;
    padding: 0;
  }
}
.subMenu .navKeywords {
  padding-right: 5px;
}
.subMenu .form-search {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #content-main #container .navGlobal .navGlobalIn {
    margin: 0 -2.5px 21px;
  }
}
.subMenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .subMenu {
    display: block;
  }
}
#content-main #container .navGlobal .navGlobalIn li {
  /*width: 12.5%;*/
  padding: 0 2.5px;
  margin-bottom: 5px;
  position: relative;
}
#content-main #container .navGlobal.gnav__new .navGlobalIn li {
	margin-bottom: 0;
}
#content-main #container .navGlobal .navKeywords dt {
	width: auto;
	margin: 0;
	padding: 0 2.5px;
}
#content-main #container .navGlobal .navKeywords dd {
	width: 25%;
	margin: 0;
	padding: 0 2.5px;
}
@media screen and (max-width: 1160px) {
  #content-main #container .navGlobal.gnav__new .navGlobalIn {
		width: calc( 100% - 50px );
  }
  #content-main #container .navGlobal .navGlobalIn li a {
    font-size: 1.3vw;
  }
  #content-main #container .navGlobal .navKeywords {
	  flex-wrap: nowrap;
  }
  #content-main #container .navGlobal .navKeywords dt,
  #content-main #container .navGlobal .navKeywords dd {
	  padding: 0;
  }
  #content-main #container .navGlobal .navKeywords dd + dd {
	  margin-left: 1px;
  }
}

@media screen and (max-width: 768px) {
  #content-main #container .navGlobal .navGlobalIn li,
  #content-main #container .navGlobal .navGlobalIn dt,
  #content-main #container .navGlobal .navGlobalIn dd {
    margin-bottom: 7px;
  }
}

#content-main #container .navGlobal .navGlobalIn li a,
#content-main #container .navGlobal .navKeywords dt span,
#content-main #container .navGlobal .navKeywords dd a {
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 1.6;
  padding: 5px 4px 3px;
}
#content-main #container .navGlobal .navGlobalIn li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
#content-main #container .navGlobal .navKeywords dt span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
#content-main #container .navGlobal .navKeywords dd a {
  font-size: 12px;
  font-size: 1.2rem;
}

#content-main #container .navGlobal .navGlobalIn li a {
  color: #231916;
}
#content-main #container .navGlobal .navKeywords dd a {
  background: #F5F5F5;
  color: #231916;
}

/*#content-main #container .navGlobal .navGlobalIn li.active a,*/
#content-main #container .navGlobal .navKeywords dt span {
  color: #004327;
}
@media screen and (min-width: 769px) {
  #content-main #container .navGlobal .navGlobalIn li:hover ul {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
  }
}
#content-main #container .navGlobal .navGlobalIn li ul {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: auto;
  z-index: 2;
  left: 0;
  top: 35px;
  min-width: 100%;
}

#content-main #container .navGlobal .navGlobalIn li ul li {
  width: 100%;
  margin-bottom: 0;
}

#content-main #container .navGlobal .navGlobalIn li ul li:last-child a {
  border-bottom: 0;
}

#content-main #container .navGlobal .navGlobalIn li ul li a {
  display: block;
  color: #fff;
  background: #004327;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

#content-main #container .navGlobal .navGlobalIn li ul li a:hover {
  opacity: 1;
  background: #008c43;
}

@media screen and (max-width: 768px) {
  #content-main #container .navGlobal .navGlobalIn.navGlobalIn02 {
    margin-bottom: -3px;
  }
  #content-main #container .navGlobal .navGlobalIn.navGlobalIn02 dt,
  #content-main #container .navGlobal .navGlobalIn.navGlobalIn02 dd {
	  width: auto!important;
  }
  #content-main #container .navGlobal .navKeywords dt span {
	  text-align: left;
  }
}

#content-main #container .navGlobal .navGlobalIn.navGlobalIn02 li,
#content-main #container .navGlobal .navGlobalIn.navGlobalIn02 dd {
  width: 33.33%;
}

#content-main #container .navGlobal .navGlobalIn.navGlobalIn02 li:nth-child(1),
#content-main #container .navGlobal .navGlobalIn.navGlobalIn02 dt {
  width: 100%;
}

#content-main #container .navGlobal.sp {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  #content-main #container .navGlobal.sp .navGlobalIn li {
      width: 50%;
  }
}
#content-main #container .navGlobal.sp .navGlobalIn li.active a {
  color: #fff;
  background: #004327;
}
#content-main #container .navGlobal.sp .navGlobalIn li a {
  background: #F5F5F5;
    color: #231916;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1.6;
    padding: 5px 4px 3px;
    font-size: 16px;
    font-size: 1.6rem;
}
#content-main #content-right {
  width: 300px;
}

@media screen and (max-width: 990px) {
  #content-main #content-right {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  #content-main #content-right {
    width: 100%;
/*
	margin-top: 30px;
*/
  }
}

.post-new-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
  .post-new-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .post-new-main {
    margin-bottom: 15px;
  }
}

.post-new-main .pick-up {
  display: inline-block;
  color: #004327;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .post-new-main .pick-up {
    padding: 2px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .post-new-main .pick-up img {
    width: 12px;
  }
}

.post-new-main .img-post {
	width: 44%;
}
.post-new-main .img-post a {
	display: block;
	width: 100%;
	height: 198px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 990px) {
  .post-new-main .img-post {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .post-new-main .img-post {
    padding: 0;
    margin-bottom: 9px;
  }
  .post-new-main .img-post a {
	  width: calc( 100vw - 20px );
	  height: calc( calc( 100vw - 20px ) / 16 * 9 )
  }
}

.post-new-main .content-post {
  width: 56%;
  padding-left: 30px;
}

@media screen and (max-width: 1130px) {
  .post-new-main .content-post {
    padding-left: 20px;
  }
}

@media screen and (max-width: 990px) {
  .post-new-main .content-post {
    width: 100%;
    padding-left: 0;
  }
}

.post-new-main .content-post .ct-post {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post .ct-post {
    padding: 0;
  }
}

.post-new-main .content-post .ttl-post {
  color: #231916;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post .ttl-post {
    margin-bottom: 5px;
  }
}

.post-new-main .content-post .ttl-post a {
  font-weight: 600;
  color: #231916;
  line-height: 1.19;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post .ttl-post a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.post-new-main .content-post p {
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post p {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
  }
}

.post-new-main .content-post .date-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post .date-cate {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .post-new-main .content-post .date-cate .date .name-cate {
    display: none;
  }
}

.post-new-main .content-post .date-cate a {
  color: #004327;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}

.post-new-main .content-post .date-cate a img {
  width: auto !important;
}

.post-new-main .pickup-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.post-new-main .pickup-bottom .pickup-meta {
	width: 44%;
	display: flex;
	justify-content: space-between;
}
.post-new-main .pickup-bottom .pickup-meta span,
.post-new-main .pickup-bottom .pickup-link a {
	font-size: 16px;
	font-size: 1.6rem;
}
.post-new-main .pickup-bottom .pickup-link a {
	font-weight: bold;
	color: #004327;
}

.list-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 1130px) {
  .list-posts {
    margin: 0 -6px;
  }
}

@media screen and (max-width: 768px) {
  .list-posts {
    margin: 0 -6px 8px;
    border-top: 1px solid #231916;
  }
  .post-new-main .pickup-bottom {
	  display: none;
  }
  .post-new-main .pickup-top {
	  width: 100%;
  }
  .post-new-main .pickup-top .pickup-meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
  }
  .post-new-main .pickup-top .pickup-meta span {
  	font-size: 1.4rem;
    padding: 2px 6px;
    margin-bottom: 10px;
  }
}

.list-posts .item-post {
  width: 25%;
  padding: 0px 10px;
}

@media screen and (max-width: 1130px) {
  .list-posts .item-post {
    padding: 0px 6px;
  }
}

@media screen and (max-width: 990px) {
  .list-posts .item-post {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .list-posts .item-post {
/*     width: 100%; */
  }
}

@media screen and (max-width: 768px) {
  .list-posts .item-post:last-child a {
    border-bottom: 1px solid #231916;
  }
}

.list-posts .item-post a {
  border-top: 1px solid #231916;
  display: block;
  padding: 18px 0 16px;
}
.list-posts .item-post a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .list-posts .item-post a {
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
*/
    padding: 7px 0 6px;
  }
  .list-posts .item-post:nth-of-type(1) a,
  .list-posts .item-post:nth-of-type(2) a {
    border-top: none;
  }
}
.list-posts .item-post.pr span {
  	border-top: 1px solid #231916;
  	display: block;
	padding: 18px 0 16px;
}
.list-posts .item-post .img-post {
  margin: 0 0 12px;
  width: 100%;
  height: 104px;
  background-size: cover;
  background-position: center center;
}

.list-posts .item-post .img-post img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .list-posts .item-post .img-post {
    margin-bottom: 10px;
/*
    width: 96px;
    height: 54px;
    margin-bottom: 0;
*/
  }
}

@media screen and (max-width: 768px) {
  .list-posts .item-post .text-post {
/*
    width: calc(100% - 100px);
    padding-left: 15px;
*/
  }
}

.list-posts .item-post .ttl {
  color: #231916;
  line-height: 1.39;
  margin-bottom: 11px;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .list-posts .item-post .ttl {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;  
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.list-posts .item-post .date {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  letter-spacing: -0.6px;
  font-size: 10px !important;
}

@media screen and (max-width: 1130px) {
  .list-posts .item-post .date {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .list-posts .item-post .date {
    font-size: 9px !important;
  }
}

.list-posts .item-post .date .name-cate {
  /*margin-left: 3px;
  padding: 0px 5px;*/
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 1130px) {
  .list-posts .item-post .date .name-cate {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .list-posts .item-post .date .name-cate {
/*     display: none; */
  }
}
.list-posts .item-post .author .member:before {
  content: '\e905';
  color: #FFA700;
  font-family: 'shousing';
  margin-right: 3px;
}
.list-posts .item-post .author .member + .post-author:before {
  content:'｜';
}

.banner-index {
  margin-bottom: 40px;
  padding: 0 24px;
}

@media screen and (max-width: 990px) {
  .banner-index {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-ranking .read-more {
    margin-bottom: 18px;
  }
}

.sec-ranking .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px 21px;
}

.sec-ranking .tab-menu li {
  padding: 0 3px;
}

/*.sec-ranking .tab-menu li span,
.sec-ranking .tabs2 li span {
  padding: 8px 20px 6px;
  display: block;
  background: #F5F5F5;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}*/

/*@media screen and (max-width: 768px) {
  .sec-ranking .tab-menu li span,
  .sec-ranking .tabs2 li span {
    padding: 5px 25px 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}*/

.sec-ranking .tab-menu li.active span,
.sec-ranking .tabs2 li.active span {
  color: #fff;
  background: #004327;
}

.sec-ranking .tab-content {
  display: none;
}

.sec-ranking .tab-content.active {
  display: block;
}

.list-ranking {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .list-ranking {
    margin-bottom: 10px;
  }
}

.list-ranking .item-ranking {
  border-bottom: 1px solid #d2d2d2;
  padding: 6px;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking {
    padding: 6px 0 6.5px;
  }
}

.list-ranking .item-ranking:last-child {
  border-bottom: 0;
}

.list-ranking .item-ranking a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ranking .item-ranking .img {
  width: 65px;
  height: 37px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .img {
    width: 80px;
    height: 45px;
    
  }
}

.list-ranking .item-ranking .img .numner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #004327;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 14px;
  left: -4px;
  top: -2px;
  font-size: 9px;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .img .numner {
    width: 22px;
    height: 22px;
    line-height: 22px;
    left: -3px;
    top: -4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-ranking .item-ranking .text {
  padding-left: 12px;
  width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .text {
    padding-left: 16px;
    width: calc(100% - 90px);
  }
}

.list-ranking .item-ranking .text .ttl-ranking {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 3px;
  color: #231916;
  letter-spacing: 0.75px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .text .ttl-ranking {
    margin-bottom: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-ranking .item-ranking .text .date {
  letter-spacing: 1px;
  font-size: 10px !important;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .text .date {
    font-size: 9px !important;
  }
}

.list-ranking .item-ranking .text .date .name-cate,
.list-ranking .item-ranking .text .date .author {
  margin-left: 3px;
  font-size: 10px !important;
}

@media screen and (max-width: 768px) {
  .list-ranking .item-ranking .text .date .name-cate,
  .list-ranking .item-ranking .text .date .author {
    display: none;
    font-size: 9px !important;
  }
}

.sec-articles {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .sec-articles {
    margin-bottom: 21px;
  }
}

@media screen and (min-width: 991px) {
  .sec-articles .ttl-style01 {
    margin-bottom: 22px;
  }
}

.sec-articles .read-more {
  margin-bottom: 0;
}

.slider-posts {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .slider-posts {
    margin-bottom: 20px !important;
  }
}

.slider-posts .read-more {
  margin-bottom: 0;
}

.slider-posts .slick-dots {
  bottom: -37px;
}

@media screen and (max-width: 768px) {
  .slider-posts .slick-dots {
    bottom: -27px;
  }
}

.slider-posts .slick-dots .slick-active button:before {
  background: #231916;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-posts .slick-dots li {
    margin: 0;
    width: 18px;
  }
}

.slider-posts .slick-dots button:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid #231916;
  border-radius: 50%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-posts .slick-dots button:before {
    width: 8px;
    height: 8px;
  }
}

.slider-posts .item .post-new-main {
  border-bottom: 1px solid #231916;
  padding-bottom: 23px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .slider-posts .item .post-new-main {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.slider-posts .item .post-new-main .content-post {
  padding-top: 17px;
  padding-left: 32px;
}

@media screen and (max-width: 1130px) {
  .slider-posts .item .post-new-main .content-post {
    padding-left: 20px;
  }
}

@media screen and (max-width: 990px) {
  .slider-posts .item .post-new-main .content-post {
    padding-left: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 991px) {
  .slider-posts .item .post-new-main .content-post .ttl-post {
    margin-bottom: 22px;
  }
}

.slider-posts .item .post-new-main .content-post .ttl-post a {
  display: block;
}

@media screen and (min-width: 991px) {
  .slider-posts .item .post-new-main .content-post .ttl-post a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 991px) {
  .slider-posts .item .post-new-main .content-post p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .slider-posts .item .post-new-main .content-post .date-cate {
    display: none;
  }
}

.slider-posts .item .post-new-main .content-post .date {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  align-items: start;
}
.slider-posts .item .post-new-main .content-post .date span {
	line-height: 1.4rem;
} 
.slider-posts .item .post-new-main .content-post .date span .author_link {
  margin-left: 10px;
  text-decoration: underline;
  font-weight: normal;
}
.sec-national {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .sec-national {
    margin-bottom: 21px;
  }
}

.sec-national .read-more {
  margin-bottom: 0;
}

.list-national {
  margin-top: 23px;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .list-national {
    margin-bottom: 7px;
    margin-top: 16px;
  }
}

.list-national li {
  border-bottom: 1px solid #d2d2d2;
}

.list-national li:first-child {
  border-top: 1px solid #d2d2d2;
}

.list-national li a {
  display: block;
  padding: 5px 0 3px;
}

@media screen and (max-width: 768px) {
  .list-national li a {
    padding: 8px 0 9px;
  }
}

.list-national li .date {
  letter-spacing: 0.5px;
  font-size: 10px !important;
}

@media screen and (max-width: 768px) {
  .list-national li .date {
    font-size: 9px !important;
  }
}

.list-national li .date .name-cate {
  margin-left: 3px;
  padding: 1px 5px;
  font-size: 10px !important;
}

@media screen and (max-width: 768px) {
  .list-national li .date .name-cate {
    font-size: 9px !important;
  }
}

.list-national li p {
  font-weight: 300;
  color: #231916;
  margin-bottom: 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .list-national li p {
    margin-bottom: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-chikalab {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-chikalab {
    margin-bottom: 18px;
  }
}

.sec-chikalab .read-more {
  margin-bottom: 0;
}

.list-chikalab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .list-chikalab {
    margin-bottom: 6px;
  }
}

.list-chikalab .item-chikalab {
  width: calc(100%/2 - 12px);
  margin-right: 24px;
  padding: 10px 7px;
  border-bottom: 1px solid #231916;
}
.list-chikalab .item-chikalab .item-chikalab__meta {
  display: flex;
}
.list-chikalab .item-chikalab .item-chikalab__meta span + span {
  margin-left: 10px;
}

@media screen and (max-width: 990px) {
  .list-chikalab .item-chikalab {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab {
    width: 100%;
    margin-right: 0;
    padding: 12px 0 11px;
  }
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab:nth-child(1) {
    border-top: 1px solid #231916;
  }
}

.list-chikalab .item-chikalab:nth-child(2n) {
  margin-right: 0;
}

.list-chikalab .item-chikalab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-chikalab .item-chikalab .img-cb {
  width: 64px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab .img-cb {
    width: 80px;
    height: 45px;
  }
}

.list-chikalab .item-chikalab .img-cb img {
  width: 100%;
}

.list-chikalab .item-chikalab .text-cb {
  padding-left: 14px;
  width: calc(100% - 65px);
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab .text-cb {
    padding-left: 11px;
    width: calc(100% - 90px);
  }
}

.list-chikalab .item-chikalab .text-cb .ttl-cb {
  color: #231916;
  font-weight: 300;
  padding-top: 3px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab .text-cb .ttl-cb {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-chikalab .item-chikalab .text-cb .date {
  font-size: 10px !important;
}

@media screen and (max-width: 768px) {
  .list-chikalab .item-chikalab .text-cb .date {
    font-size: 9px !important;
  }
}

.banner-index02 {
  text-align: center;
}

.form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .form-search {
    margin-bottom: 12px;
    padding: 20px;
  }
}
.form-search .form-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form-search .form-main {
/*   	width: calc(100% - 163px); 
    width: calc(100% - 37px);*/
  }
}

.form-search .form-main:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url("../img/index/icon-search.png") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 8px;
  left: 12px;
}

@media screen and (max-width: 768px) {
  .form-search .form-main:before {
    left: 10px;
    width: 12px;
    height: 13px;
  }
}

.form-search .form-main input {
  width: 100%;
  height: 33px;
  padding: 5px 5px 5px 37px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #231916;
  border: 1px solid #231916;
  font-size: 15px;
  font-size: 1.5rem;
}

.form-search .form-main input::-webkit-input-placeholder {
  color: #231916;
}

.form-search .form-main input:-ms-input-placeholder {
  color: #231916;
}

.form-search .form-main input::-ms-input-placeholder {
  color: #231916;
}

.form-search .form-main input::placeholder {
  color: #231916;
}

@media screen and (max-width: 768px) {
  .form-search .form-main input {
    height: 33px;
    padding: 5px 5px 5px 28px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.form-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 123px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-search ul li {
  margin-left: 8px;
  width: 50%;
}
.form-search ul li a {
	width: 33px;
	height: 33px;
	display: block;
}
.form-search ul li a:hover {
	text-decoration: none;
}
.form-search ul li a i {
	font-size: 2.4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
}
.form-search ul li.fb a {
	background: #1778f2;
}
.form-search ul li.tw a {
	background: #1da1f2;
}
.form-search ul li.yt a {
	background: #ff0000;
}
.form-search ul li.line a {
	background: #00b900;
}
.form-search ul li a {
  display: block;
}

.menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}

@media screen and (max-width: 768px) {
  .menu-right {
    margin: 0 -2px 14px;
    display: none;
  }
}

.menu-right li {
  width: 50%;
  margin-bottom: 3px;
  padding: 0 2px;
}
.menu-right li.full {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-right li {
    margin-bottom: 2px;
  }
}

.menu-right li a {
  display: block;
  color: #004327;
  text-align: center;
  background: rgba(0,67,39,.2);
  padding: 8px 3px;
  letter-spacing: -0.25px;
  font-size: 16px;
  font-size: 1.6rem;
}
.menu-right li.full a {
  color: #ce6909;
  background: #f0d0b2;	
}
.menu-right li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1130px) {
  .menu-right li a {
    letter-spacing: -1px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .menu-right li a {
    font-weight: 600;
    padding: 5px 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.issue__bnr {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.issue__bnr a img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.issue__bnr {
		margin-bottom: 24px;
	}
}

.list-img {
  margin-bottom: 24px;
}

.list-img li {
  margin-bottom: 12px;
}

.list-img li a {
  display: block;
}

.list-img li a img {
  width: 100%;
}
.movAdsSide {
  margin-bottom: 24px;
  position: relative;
}
.movAdsSide a.lightcase {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.sidebar-seminar {
  border: 1px solid #231916;
  padding: 0 10px 6px;
  margin-bottom: 24px;
}

.sidebar-ranking {
  border: 1px solid #231916;
  padding: 0 10px 6px;
  margin-bottom: 24px;
}
.sidebar-ranking .tabs2 {
    margin: 10px 0;
    width: 100%;
}
.sidebar-ranking .tabs2 li {
	width: calc( 100% / 3 );
}
.sidebar-ranking .list-ranking {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.sidebar-ranking .list-ranking .item-ranking:nth-child(6) {
		border-bottom: none;
	}
	.sidebar-ranking .list-ranking .item-ranking:nth-child(n+7) {
		display: none;
	}
}
.sidebar-seminar .read-more {
  margin-bottom: 0;
}

.sidebar-seminar .box-seminar {
  background: #EFEFEF;
  padding: 10px 10px 5px;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .movAdsSide,
  .sidebar-seminar .box-seminar {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 660px) {
	.movAdsSide iframe {
	    width: calc( 100vw - 20px );
	    height: calc( calc( 100vw - 20px ) * 0.5625 );
	}
}
.sidebar-seminar .box-seminar img {
  width: 100%;
}

.sidebar-seminar .box-seminar .ttl-seminar {
  color: #231916;
  font-weight: 600;
  padding-top: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sidebar-seminar .box-seminar .ttl-seminar {
    padding-top: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-seminar {
  padding-left: 16px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1130px) {
  .list-seminar {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-seminar {
    padding-left: 20px;
  }
}

.list-seminar li {
  margin-bottom: 14px;
}

.list-seminar li a {
  display: block;
  position: relative;
  color: #231916;
  letter-spacing: 0.25px;
  font-weight: 600;
  line-height: 1.58;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  .list-seminar li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .list-seminar li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*.list-seminar li a:before {
  content: '';
  background: #231916;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -15px;
  top: 3px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .list-seminar li a:before {
    top: 6px;
  }
}*/

.list-seminar li a span {
  font-weight: 300;
  display: block;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1130px) {
  .list-seminar li a span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .list-seminar li a span {
    line-height: 1;
    letter-spacing: 1.5px;
  }
}

.banner-img {
  margin-bottom: 24px;
}
.banner-img div {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner-img {
    padding: 0 21px;
  }
}

.banner-img img {
  width: 100%;
}

.list-events li {
  margin-bottom: 10px;
}

.list-events li a {
  padding: 11px 5px 10px 11px;
  color: #231916;
  display: block;
}

@media screen and (max-width: 768px) {
  .list-events li a {
    padding: 12px 5px 20px 11px;
  }
}

@media screen and (max-width: 768px) {
  .list-events li:last-child {
    padding-bottom: 14px;
  }
}

.list-events li.active a {
  background: #EFEFEF;
}

.list-events li span {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #231916;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  .list-events li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .list-events li span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-events li p {
  font-weight: 300;
  line-height: 1.14;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .list-events li p {
    line-height: 1.2;
  }
}

.list-events li p small {
  margin-top: 13px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  .list-events li p small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .list-events li p small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sidebar-category {
  background: #EFEFEF;
  padding: 28px 16px;
}

@media screen and (max-width: 768px) {
  .sidebar-category {
    padding: 19px 20px 25px;
  }
}

.sidebar-category .list-category {
  padding: 0 15px 19px;
  border-bottom: 1px dashed #231916;
  margin-bottom: 29px;
  text-align: left;
}

@media screen and (max-width: 990px) {
  .sidebar-category .list-category {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-category .list-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 18px;
    padding-bottom: 13px;
  }
}

.sidebar-category .list-category li {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .sidebar-category .list-category li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 8px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-category .list-category li:nth-child(2n) {
    padding: 0 2px;
  }
}

.sidebar-category .list-category li a {
  color: #231916;
  font-weight: 600;
  display: block;
  padding-left: 17px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .sidebar-category .list-category li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sidebar-category .list-category li a:before {
  content: '';
  background: #231916;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}

.btn-style01 a,
.btn-style01 a:link,
.btn-style01 a:visited {
	color: #FFF;
}

.banner-index > div,
.banner-index02 > div,
#header_bnr .sp > div {
	margin-right: auto;
	margin-left: auto;
}

.sec-ranking .tabs2 li {
	padding: 0 3px;
}

.post-inner {
  width: 650px;
  margin: 0 auto;
}
.post-inner a {
	text-decoration: underline;
}
@media screen and (max-width: 1140px) {
	.post-inner {	
		width: 100%;
	}
}

.lineBox header .line-header-inner {
	display: flex;
	justify-content: center;
}
.seminar {
	border: 1px solid #231916;
    padding: 0 10px 6px;
    margin-bottom: 24px;
}
.seminar__lists {
    margin-bottom: 28px;
}
.seminar__list {
	margin-bottom: 14px;
}
.seminar__list a {
	display: flex;
	flex-direction: column;
}
.seminar__list a span {
	margin-top: 1em;
}
.seminar__link {
	background: #EFEFEF;
	padding: 11px 5px 10px 11px;	
	display: block;
    position: relative;
    color: #231916;
    letter-spacing: 0.25px;
    line-height: 1.58;
    font-size: 14px;
    font-size: 1.4rem;
}
.seminar__date {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.seminar__ttl {
	line-height: 1.14;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
	.seminar__date {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.seminar__list {
		margin-bottom: 10px;
	}
	.seminar__link {
		padding: 12px 10pxx 20px;
	}
	.seminar__date {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.seminar__ttl {
		line-height: 1.2;
	}
}
.movAdsArea {
	text-align: center;
	margin-bottom: 40px;
	position: relative
}
#movieAds {
	text-align: center;
}
.movAdsArea a.lightcase {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0 ;
	left: 0;
}

@media screen and (max-width: 660px) {
	.movAdsArea {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	.movAdsArea iframe {
		width: calc( 100vw - 20px );
		height: calc( calc( 100vw - 20px ) * 0.5625 );
	}
	.movAdsArea a {
		display: block;
		position: absolute;
		width: calc( 100vw - 20px );
		height: calc( calc( 100vw - 20px ) * 0.5625 );
		z-index: 9999;
		top: 0;
		left: 0;
	}
}

.mov-ads {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.mov-ads .mov-item + .mov-item {
	margin-left: 30px;
}
.mov-ads-sp {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	justify-content: center;
}
.mov-ads-sp .mov-item iframe {
	width: calc( 100vw - 20px );
    height: calc( calc( 100vw - 20px ) * 0.5625 );
}
.mov-ads-sp .mov-item + .mov-item {
	margin-top: 30px;
}
.pc-flex-bnr {
	display: flex;
}
.pc-flex-bnr > div {
	width: 50%;
	text-align: center;
}
.pc-flex-bnr div div {
	width: auto;
	margin: 0 auto;
}

/* ポップアップ動画 */
.home-modal--active {
  overflow: hidden;
}

#home-modalMovie {
  width: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
#home-modalMovie #home-movie-wrap {
  margin-bottom: 118px;
  position: relative;
}
#home-modalMovie #home-movie-wrap a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
}
#home-modalMovie #home-modalClose {
  background: #fff;
  position: absolute;
  left: 275px;
  bottom: 38px;
}
#home-modalMovie #home-modalClose a.cmn-btn01 {
    display: table;
    width: 250px;
    height: 50px;
    color: #fff;
    background: #004714;
    text-decoration: none;
}
#home-modalMovie #home-modalClose a.cmn-btn01 > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
}
/* -- home-modalOverlay -- */
#home-modalOverlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}


/* TOP banner area */
.top-banners {
	margin-top: 45px;
	margin-bottom: 25px;
}
.top-banners ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.top-banners ul li {
	width: 25%;
	padding: 5px;
}
.top-banners ul li a,
.top-banners ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.issue {
    border: 1px solid #231916;
    padding: 0 10px 10px;
    margin-bottom: 24px;
}
.issue .ttl-style02 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 10px;
}
.issue a {
	display: flex;
	flex-direction: column;
}
.issue a > * + * {
	margin-top: 10px;
}
.issue a span {
	text-align: center;
	padding: 5px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.issue a:hover {
	text-decoration: none!important;
}

.sidebar-books {
    border: 1px solid #231916;
    padding: 0 0 10px;
    margin-bottom: 24px;
}
.sidebar-books .ttl-style02 {
	margin: 0 10px 26px;
}
.sidebar-books .books__wrap .slide-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,.7);
	z-index: 2;
}
.sidebar-books .books__wrap .slide-arrow i {
	color: #004327;
	font-size: 1.6rem;
}
.sidebar-books .books__wrap .slide-arrow.prev-arrow {
	left: 10px;
}
.sidebar-books .books__wrap .slide-arrow.next-arrow {
	right: 10px;
}
.sidebar-books .books__bnr {
	padding: 0 10px;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.top-banners ul li {
		width: 50%;
	}
}

/* Movie Wrapper */
.movie {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 315px;
	position: relative;
	height: 0;
}
.movie iframe {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.movie {
		width: 100%;
		padding-bottom: calc( 100% * 0.5625 );
	}
}

/* TOP Pickup area new */
.pickup__new {
	margin-bottom: 50px;
}
.pickup__new .ttl-post {
    font-weight: 600;
    color: #231916;
    line-height: 1.44;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.pickup__new .pickup__new-inner {
	display: flex;
	justify-content: space-between;
}
.pickup__new .pickup__new-inner .img-post {
	width: 500px;
}
.pickup__new .pickup__new-inner .content-post {
	width: calc( 100% - 520px );
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pickup__new .pickup__new-inner .content-post a:hover {
  text-decoration: none;
}
.pickup__new .pickup__new-inner .content-post .ct-time {
    font-size: 14px;
    font-size: 1.4rem;
}
.pickup__new .pickup__new-inner .content-post .ct-author {
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.pickup__new .pickup__new-inner .content-post .ct-author .member {
  display: flex;
  align-items: center;
}
.pickup__new .pickup__new-inner .content-post .ct-author .member + .author:before {
  content:'｜';
}
.pickup__new .pickup__new-inner .content-post .ct-author .member:before {
  content:'\e905';
  color: #FFA700;
  font-family: 'shousing';
  margin-right: 3px;
}
.pickup__new .pickup__new-inner .content-post .ct-time .author {
    margin-left: 10px;
}
.pickup__new .pickup__new-inner .content-post .icon span {
	display: inline-block;
	color: #fff;
	border-radius: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 15px;
    text-align: center;	
    margin-bottom: 10px;
}
.pickup__new .pickup__new-inner .content-post .icon span.sokuho {
	background-color: #e0252f;
}
.pickup__new .pickup__new-inner .content-post .icon span.kaisetsu {
	background-color: #cc6600;
}
.pickup__new .pickup__new-inner .content-post .icon span.original {
	background-color: #004714;
}

.pickup__new .pickup__new-inner .content-post .ct-post p {
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.66;
    margin-bottom: 20px;
}
.pickup__new .pickup__new-inner .content-post .ct-link {
	display: flex;
	justify-content: flex-end;
}
.pickup__new .pickup__new-inner .content-post .ct-link a {
    font-size: 14px;
	font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.pickup__new .pickup__new-inner .content-post .ct-link a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #004327;
    border-right: 2px solid #004327;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pickup__new .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 1160px) {
	.pickup__new .pickup__new-inner .img-post {
		width: 49%;
	}
	.pickup__new .pickup__new-inner .content-post {
		width: 49%;
	}
}
@media screen and (max-width: 768px) {
	.pickup__new {
		margin-bottom: 45px;
	}
	.pickup__new .pickup__new-inner {
		display: flex;
		flex-direction: column;
	}	
	.pickup__new .pickup__new-inner .img-post {
		width: 100%;
	}
	.pickup__new .content-head {
/* 		margin-bottom: 10px; */
    margin-top: 10px;
		display: flex;
/* 		justify-content: space-between; */
	}
	.pickup__new .content-head span {
    	font-size: 12px;
		font-size: 1.2rem;		
	    line-height: 1.6;
	}
	.pickup__new .content-head span.icon {
		color: #fff;
		border-radius: 10px;
	    font-weight: bold;
	    padding: 0 15px;
	    text-align: center;	
	}
	.pickup__new .content-head span + span {
  	margin-left: 20px;
	}
	.pickup__new .content-head span.icon.sokuho {
		background-color: #e0252f;
	}
	.pickup__new .content-head span.icon.kaisetsu {
		background-color: #cc6600;
	}
	.pickup__new .content-head span.icon.original {
		background-color: #004714;
	}
    .pickup__new .content-head .member:before {
      content:'\e905';
      color: #FFA700;
      font-family: 'shousing';
      margin-right: 3px;
    }
    .pickup__new .content-head .member + .author {
      margin-left: 0;
    }
    .pickup__new .content-head .member + .author:before {
      content: '｜';
    }
	.pickup__new .pickup__new-inner .content-bottom {
		margin-top: 10px;
		display: flex;
		flex-direction: column;		
	}
	.pickup__new .pickup__new-inner .content-bottom h2 {
    	font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.44;
		font-weight: bold;			
	}
	.pickup__new .pickup__new-inner .content-bottom span {
    	font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;		
	}
}

.header-nav {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	bottom: 0;
	overflow: auto;
	z-index: 1000;
	background: white;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	padding: 35px 28px;
}
.header-nav .logo {
	float: none;
}
.header-nav ul li ul {
	display: none;
}
.header-nav.is-active {
	right: 0;
}
.header-nav .close-btn {
	margin-top: 60px;
	margin-bottom: 40px;
	position: relative;
	width: 30px;
	height:30px;
	cursor: pointer;
}
.header-nav .close-btn:before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    height: 1px;    
    width: 100%;
	background-color: #004714;
}
.header-nav .close-btn:after {
	content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 1px;
    transform: translateY(-6px) rotate(45deg);
    height: 1px;    
    width: 100%;
	background-color: #004714;
}
.header-nav ul li {
	text-align: left;
}
.header-nav ul li a {
	font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #004714;
    line-height: 2;
}
.header-nav ul li.parent > a {
	position: relative;
	padding-left: 2rem;
}
.header-nav ul li.mt {
	margin-top: 2rem;
}
.header-nav ul li.parent > a:before {
	content: '';
    left: 4px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 7px solid #004714;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header-nav ul li.parent > a.open:before {
	transform: rotate(90deg);
	left: 2px;
}
.header-nav ul li ul li a {
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004714;
    line-height: 2;
	padding-left: 1.6rem;
}
body.menu-show {
    height: 100vh;
    overflow: hidden;
}
body.menu-show:before {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
}

.header-control {
    position: relative;
    width: 45px;
    height: 40px;
    padding: 5px 5px;
    position: relative;
    background: rgba(0,67,39,.2);
    cursor: pointer;
}
.header-control:hover {
	opacity: .7	;
}
.header-control:before {
    content: '';
    width: 33px;
    height: 3px;
    background: #004714;
    top: 8px;
    position: absolute;
    left: 6px;
}
.header-control span {
	width: 33px;
    height: 3px;
    background: #004714;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%);
    left: 6px;
}
.header-control:after {
    content: '';
    width: 33px;
    height: 3px;
    background: #004714;
    bottom: 8px;
    position: absolute;
    left: 6px;
}
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 50px;
}
.pagetop a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    background: rgba(0,67,39,.2);
    border-radius: 25px;
}
.pagetop a:hover {
	text-decoration: none!important;
}
.pagetop a i {
	transform: rotate(-90deg);
	color: #fff;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.header-nav {
		padding: 25px 18px;
        left: -300px;
	}
    .header-nav.is-active {
        left: 0;
    }
	.header-nav .logo {
		display: none;
	}
	.header-control {
		position: relative;
		width: 37px;
		height: 33px;
		padding: 0 10px 0 5px;
	}
	.header-control:before {
		width: 25px;
	}
	.header-control span {
		width: 25px;
	}
	.header-control:after {
		width: 25px;
	}
	.header-nav .close-btn {
		margin-top: 0;
	}
	.header-nav ul li a {
		font-size: 17px;
	    font-size: 1.7rem;
	}
	.header-nav ul li.parent > a {
		padding-left: 1.5rem;
	}
	.header-nav ul li.mt {
		margin-top: 2rem;
	}
	.header-nav ul li.parent > a:before {
		content: '';
	    left: 4px;
	    box-sizing: border-box;
	    width: 6px;
	    height: 6px;
	    border: 5px solid transparent;
	    border-left: 7px solid #004714;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.header-nav ul li.parent > a.open:before {
		transform: rotate(90deg);
		left: 2px;
	}
	.pagetop {
		width: 40px;
		height: 40px;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	.apply-btn {
		padding: 0 10px;
	}
	.btn-style01.apply-btn a {
		background-image: none;
		padding: 10px 10px 8px;
		background-color: #004714;
		border-radius: 6px;
		box-shadow: 0 4px 0 #002007;
	}
	
}

/* 2022.11 */
.author_box {
  background: #F5F5F5;
  padding: 25px;
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
}
.author_box .author_box__head {
  display: flex;
  align-items: center;
}
.author_box .author_box__head .author_box__img {
  width: 64px;
  height: 64px;
}
.author_box .author_box__head .author_box__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.author_box .author_box__head .author_box__info h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;  
}
.author_box .author_box__head .author_box__img + .author_box__info {
  margin-left: 20px;
}
.author_box .author_box__body {
  margin-top: 20px;
}

/*==================================================
TOP特集スライダー
===================================*/
.sec-special {
  margin-bottom: 66px;
}
.slider-special {
    width:90%;
    margin:0 auto;    
}
.slider-special .item {
  position: relative;
  z-index: 6;
}
.slider-special .item a {
  float: none;
  width: 450px;
  transform-origin: left;
  transform: scale(.8);
  transition: all .3s;
  display: block;
  background: #333;
  color: #fff;
}
.slider-special .item a .txt-box {
  padding: 13px 19px 20px;
  display: flex;
  flex-direction: column;
}
.slider-special .item a .txt-box span {
  width: 100%;
}
.slider-special .item a .txt-box .subttl {
  text-align: left;
}
.slider-special .item.slick-current {
  z-index: 8; 
}
.slider-special .item.slick-current a .txt-box .subttl {
  text-align: center;
}
.slider-special .item a .txt-box .slidettl {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: bold;  
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slider-special .item.slick-current a {
    transform: none;
    margin-left: -102px;
}
.slider-special img {
    height:auto;
}
.slider-special .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slider-special .slick-prev, 
.slider-special .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #000;/*矢印の色*/
    border-right: 2px solid #000;/*矢印の色*/
    height: 20px;
    width: 20px;
}
.slider-special .slick-prev {/*戻る矢印の位置と形状*/
    left: -3%;
    transform: rotate(-135deg);
}
.slider-special .slick-next {/*次へ矢印の位置と形状*/
    right: -3%;
    transform: rotate(45deg);
}
.slider-special .slick-dots {
  bottom: -36px;
}
.slider-special .slick-dots .slick-active button:before {
  background: #231916;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-special .slick-dots li {
    margin: 0;
    width: 18px;
  }
}
.slider-special .slick-dots button:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid #231916;
  border-radius: 50%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-special .slick-dots button:before {
    width: 8px;
    height: 8px;
  }
}

/*==================================================
記事ページヘッダー（SNSアイコン、著者、etc...）
===================================*/
.p-single-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 16px auto;
}
.p-single-info__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-single-info__author-link {
    display: flex;
    align-items: center;
}
.p-single-info__author-img {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 10px;
}
.p-single-info__author-name {
  line-height: 20px;
  font-size: 1.3rem;
}
.p-single-info__date {
	color: #7f7f7f;
	line-height: 20px;
	font-size: 1.3rem;
}
.p-single-info__author + .p-single-info__date {
  margin-left: 10px;
}
.p-single-info__author + .p-single-info__date:before {
  content:'｜';
  margin-right: 10px;
}
.p-single-print {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-single-print a.p-single-print__btn {
  color: #757575;
  border: 1px solid #757575;
  border-radius: 3px;
  line-height: 2;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition : .3s;
}
.p-single-print a.p-single-print__btn:hover {
  background: #757575;
  color: #fff;
  opacity: 1;
}
.p-single-print a.p-single-print__btn i {
  margin-right: 5px;
}

.l-addtoany {
	margin: 16px auto;
}
@media screen and (max-width: 768px) {
	.p-single-info {
    align-items: flex-start;
	}
  .p-single-info__l {
    flex-direction: column;
    align-items: flex-start;
  }
	.p-single-info__author-img {
		margin-right: 5px;
	}
	.p-single-info__date {
		text-align: right;
		margin-top: 5px;
		border-bottom: 1px solid #d2d2d2;
	}
  .p-single-info__author + .p-single-info__date:before {
    display: none;
  }
}

/*==================================================
Flex Parts
===================================*/
.flex_contents {
  margin-bottom: 50px;
}
.flex_contents > * + * {
  margin-top: 30px;
}
.post_h2 h2 {
  padding-left: 20px;
}
.entry-content .flex_contents h2,
.entry-content .flex_contents h3 {
  margin-top: 40px;
}
.entry-content .flex_contents h4,
.entry-content .flex_contents h5,
.entry-content .flex_contents h6 {
  margin-top: 30px;
}
.entry-content h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #eee;
  list-style: 2;
  padding-left: 10px;
}

.entry-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

table.normal_table {
  table-layout: fixed;
  width: 100%;
}
table.normal_table th,
table.normal_table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
}
table.normal_table th {
  width: 33.4%;
  background: #eee;
  font-weight: bold;
}
table.normal_table td {
  width: 66.6%;
}

table.multicol_table {
  table-layout: fixed;
  width: 100%;
}
table.multicol_table th,
table.multicol_table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
}
table.multicol_table th {
  background: #eee;
  font-weight: bold;
  text-align: center;
}

/*==================================================
印刷ボタン
===================================*/
.l-print-btn {
	margin-bottom: 30px;
}
.p-print-btn {
	text-align: center;
}
.p-print-btn__btn {
	padding: 10px 10px 8px;
	background-color: #004714;
	border-radius: 6px;
	box-shadow: 0 4px 0 #002007;
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.p-print-btn__btn:link {
	color: #fff;
}
.p-print-btn__btn:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.p-print-btn {
		display: none;
	}
}

/*==================================================
gnav__new
===================================*/
.navGlobal__new {
  background: #004327;
  margin-bottom: 20px;
}
.navGlobal__new .navGlobal__inner {
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.navGlobal__new .navGlobal__inner .navGlobal__new-left {
  display: flex;
  justify-content: flex-start;
}
.navGlobal__new .navGlobal__inner .navGlobalIn li + li {
  margin-left: 40px;
}
.navGlobal__new .navGlobal__inner .navGlobalIn li a {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.navGlobal__new .navGlobal__inner .navGlobal__new-right {
  display: flex;
  justify-content: flex-end;
}
.header_btns {
  display: flex;
}
.header_btns a {
  display: flex;
  align-items: center;
  background: #fff;
  height: 24px;
  border-radius: 12px;
  padding: 0 10px;
  line-height: 1;
  width: 70px;
  justify-content: center;
  text-decoration:none;
}
.header_btns a i {
  font-size: 1.8rem;
  margin-left: 2px;
}
.header_btns a + a {
  margin-left: 10px;
}
.navGlobal__new .header-control {
    position: relative;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    background: none;
}
.navGlobal__new .header-control:before {
    content: '';
    width: 24px;
    height: 1px;
    background: #fff;
    top: 3px;
    position: absolute;
    left: 0px;
}
.navGlobal__new .header-control span {
    width: 24px;
    height: 1px;
    background: #fff;
    top: 50%;
    position: absolute;
    display: block;
    transform: translateY(-50%);
    left: 0px;
}
.navGlobal__new .header-control:after {
    content: '';
    width: 24px;
    height: 1px;
    background: #fff;
    bottom: 3px;
    position: absolute;
    left: 0px;
}

.header_btns__sp {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.header_btns__sp a {
  display: flex;
  align-items: center;
  background: #fff;
  height: 24px;
  border-radius: 12px;
  padding: 0 10px;
  line-height: 1;
  width: 74px;
  justify-content: center;
  text-decoration:none;
  border: 1px solid #004327;
}
.header_btns__sp a i {
  font-size: 1.8rem;
  margin-left: 2px;
}
.header_btns__sp a + a {
  margin-left: 10px;
}

@media screen and (max-width: 1160px) {
  .navGlobal__new .navGlobal__inner {
    padding: 10px;
  }
}
@media screen and (max-width: 1079px) {
  .navGlobal__new .navGlobal__inner {
    justify-content: flex-end;
  }
  .navGlobal__new .navGlobal__inner .navGlobal__new-left  {
    display: none;
  }
}

/* Ajax Load More */
/*
.p-list-posts .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
*/

.p-list-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 1130px) {
  .p-list-posts {
    margin: 0 -6px;
  }
}

@media screen and (max-width: 768px) {
  .p-list-posts {
    margin: 0 -6px 8px;
  }
}

.p-list-posts__item {
  width: 25%;
  padding: 0px 10px;
}

@media screen and (max-width: 1130px) {
  .p-list-posts__item {
    padding: 0px 6px;
  }
}

@media screen and (max-width: 990px) {
  .p-list-posts__item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-list-posts__item {
    width: 100%;
  }
}

.p-list-posts__link {
  border-top: 1px solid #231916;
  display: block;
  padding: 18px 0 16px;
}

@media screen and (max-width: 768px) {
  .p-list-posts__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 6px;
  }
}

.p-list-posts__img {
  margin: 0 0 12px;
  width: 100%;
  height: 104px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .p-list-posts__img {
    width: 96px;
    height: 54px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-list-posts__text {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

.p-list-posts__ttl {
  color: #231916;
  line-height: 1.39;
  margin-bottom: 11px;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-list-posts__ttl {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-list-posts__desc {
  font-weight: 300;
  color: #231916;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  letter-spacing: 1.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  letter-spacing: -0.6px;
  font-size: 10px !important;
}

@media screen and (max-width: 1130px) {
  .p-list-posts__desc {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-list-posts__desc {
    font-size: 9px !important;
  }
}

.p-list-posts__cat {
  /*margin-left: 3px;
  padding: 0px 5px;*/
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
}

.p-list-posts__cat::before {
    content: '｜';
    display: inline-block;
}

@media screen and (max-width: 1130px) {
  .p-list-posts__cat {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-list-posts__cat {
    display: none;
  }
}

.list-posts--series .item-post {
	width: 33.333%;
	padding: 0px 10px;
  margin-bottom: 20px;
}

.list-posts--series .item-post a {
  border-top: none;
  background: #f0f3f5;
  padding-top: 0;
}
.list-posts--series .item-post .img-post {
  height: 0;
  padding-bottom: 56.25%;
}
.list-posts--series .item-post .text-post {
  padding: 0 10px;
}
.list-posts--series .item-post .text-post h3 {
  min-height: 34px;
}

@media screen and (max-width: 1130px) {
  .list-posts--series .item-post {
    padding: 0px 6px;
  }
}

@media screen and (max-width: 990px) {
  .list-posts--series .item-post {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .list-posts--series .item-post {
    width: 50%;
    margin-bottom: 10px;
  }
  
  .list-posts--series .item-post a  {
    flex-direction: column;
    padding-bottom: 0;
  }
  .list-posts--series .item-post .img-post {
    width: 100%;
  }
  .list-posts--series .item-post .text-post {
    width: 100%;
    padding: 10px;
  }
}

body.category-series #content-main #container {
	width: 100%;
	padding-right: 0;
}

/* 23.10.19 */
@media screen and (max-width: 768px) {
  .p-header {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .p-header__head {
    background: #004714;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 7px 25px;
  }
  .p-header__logo {
    width: 20%;
  }
  .p-header__btns {
    margin-left: 9px;
  }
  .p-btns {
    display: flex;
    justify-content: center;
  }
  .p-btns a {
    display: flex;
    align-items: center;
    background: #fff;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    line-height: 1;
    width: 70px;
    justify-content: center;
    text-decoration: none;
  }
  .p-btns a + a {
      margin-left: 9px;
  }
  .p-btns a i {
      font-size: 1.8rem;
      margin-left: 2px;
  }
  .p-header__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f0f0f1;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 15px;
  }
  .p-header__foot li + li {
    margin-left: 10px;
  }
  .p-header__foot li a {
    color: #004714;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .l-banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-banner {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
}

/* エントランスアド */
.l-entranceads-l {
  position: absolute;
  top: 0;
  left: -63px;
  width: 120px;
  opacity: 0;
}
.l-entranceads-r {
  position: absolute;
  top: 0;
  right: -63px;
  width: 120px;
  opacity: 0;
}
body.entrance_ads .navGlobal__new {
  position: sticky;
  top: 0;
  z-index: 1;
}
body.entrance_ads #wrapper .inner {
  position: relative;
}

@media screen and (min-width: 1290px) {
  .l-entranceads-l,
  .l-entranceads-r {
    opacity: 1;
  }
  body.entrance_ads #wrapper #content-main {
    transform: scale(0.9);
    transform-origin: center top;
  }
  
  body.entrance_ads.scrolled .l-entranceads-l {
    position: fixed;
    top: 64px;
/*
    left: calc( calc( calc( 100vw - 1026px ) / 2 )  - 130px );
*/
  }
  
  body.entrance_ads.scrolled .l-entranceads-r {
    position: fixed;
    top: 64px;
/*
    right: calc( calc( calc( 100vw - 1026px ) / 2 )  - 130px );
*/
  }
}

/* 24.3 */
.p-pc-header__bnr {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  background: #f5f5f5;
}
.p-pc-header__body {
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
.p-pc-header__nav1 {
  width: 42%;
  display: flex;
}
.p-pc-header__nav1 li {
  position: relative;
}
.p-pc-header__nav1 li:nth-of-type(n+2) {
  margin-left: 13px;
}
.p-pc-header__nav1 li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  display: inline-block;
  background: #004327;
  width: 1px;
  height: 100%;
}
.p-pc-header__nav1 li a {
  color: #004327;
  font-size: 1.1rem;
}
.p-pc-header__logo {
  width: 12%;
}
.p-pc-header__nav2 {
  width: 42%;
  display: flex;
  justify-content: flex-end;
}
.c-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004327 !important;
  border: 1px solid #004327;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 1;
  min-width: 75px;
  text-decoration: none;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .c-btn-link {
    padding: 0 8px;
    min-width: auto;
  }
}
.c-btn-link:hover {
  text-decoration: none;
}
.c-btn-link i {
  font-size: 1.8rem;
  margin-left: 2px;
}
.p-pc-header__nav2 a + a {
  margin-left: 10px;
}
.c-drawer-nav {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.c-drawer-nav:hover {
  opacity: 0.7;
}
.c-drawer-nav span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004327;
}
.c-drawer-nav span:nth-of-type(1) {
  top: 8px;
}
.c-drawer-nav span:nth-of-type(2) {
  bottom: 8px;
}
.p-pc-header__search {
  font-size: 2rem;
  margin-left: 10px;
}
.p-pc-header__search a {
  text-decoration: none;
  color:#004327 !important;
}
.p-pc-header__drawer {
  margin-left: 10px;
}
.p-cat-nav {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.p-cat-nav__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.p-cat-nav__list {
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-right: calc(50% - 50vw)
}
.p-cat-nav__list li {
  padding: 15px 10px;
  border-left: 1px solid #e5e5e5;
}
.p-cat-nav__list li:last-of-type {
  border-right: 1px solid #e5e5e5;
}
.p-cat-nav__list li.active {
  background: #004327;
}
.p-cat-nav__list li a {
  color: #004327;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}
.p-cat-nav__list li.active a {
  color: #fff;
}
.p-sp-header__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.p-sp-header__nav1 a + a,
.p-sp-header__nav2 a + a {
  margin-top: 5px;
}
.p-sp-header__logo {
  width: 27%;
}
.p-sp-header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.p-sp-header__search {
  font-size: 2rem;
}
.p-sp-header__search a {
  text-decoration: none;
}
.p-sp-header__drawer {
  margin-left: 10px;
}
.l-btn01 {
  margin-bottom: 10px;
}
.c-btn01 {
  display: block;
  text-align: center;
  padding: 8px 3px;
}
.p-btn01 {
  color: #ce6909 !important;
  background: #f0d0b2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-cat-nav {
    margin-bottom: 10px;
  }
}
.pickup__slider .slick-dots button:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid #231916;
  border-radius: 50%;
  opacity: 1;
}
.pickup__slider .slick-dots .slick-active button:before {
  background: #231916;
  opacity: 1;
}

/* Footer style  */
footer {
  background: #f5f5f5;
}
footer .inner {
  padding: 24px 10px;
}
footer .inner ul + ul {
  margin-top: 24px;
}
footer .inner .footer__nav,
footer .inner .footer__list {
  display: flex;
  flex-wrap: wrap;
}
footer .inner .footer__nav li,
footer .inner .footer__list li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .inner .footer__nav li:after,
footer .inner .footer__list li:after {
  content:'｜';
  padding: 0 10px;
}
footer .inner .footer__nav li:last-child:after,
footer .inner .footer__list li:last-child:after {
  display: none;
}
footer .footer__copyright {
    line-height: 3;
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer{display: none;}
}

/* lp */
body.lp .p-pc-header {
  font-size: 10px;
}
body.lp .p-pc-header__nav1 li a {
  font-size: 11px;
}
body.lp .header-nav ul li a {
  font-size: 19.6947px;
}
body.lp .c-btn-link i {
  font-size: 18px;
}
body.lp .p-pc-header__search {
  font-size: 20px;
}
body.lp .p-btn01 {
  font-size: 15px;
}
body.lp footer {
  font-size: 10px;
}
body.lp footer .inner .footer__nav li,
body.lp footer .inner .footer__list li {
  font-size: 12px;
}
body.lp footer .footer__copyright {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body.lp .p-sp-header {
    font-size: 10px;
  }
  body.lp .sidebar-category .list-category li a {
    font-size: 12px;
  }
  body.lp .header-nav ul li a {
    font-size: 17px;
  }
  body.lp .phone-domain {
    font-size: 11px;
  }
  body.lp .sidebar-category {
    font-size: 10px;
  }
}

.footer_fix_bnr {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 670px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.article_bnr {
  float: left;
  margin: 0 20px 16px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .article_bnr {
    float: none;
    width: 250px;
    margin: 0 auto 20px;
  }
}

.close_bnr {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0,0,0,.25);
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.close_bnr::before,
.close_bnr::after {
  content: "";
  width: 10px; 
  height: 1px;
  display: inline-block;
  background: #fff;
  position: absolute;  
  top: 50%;
  left: 50%;
}

.close_bnr::before {
  transform: translate(-50%,-50%) rotate(45deg);
  
}
.close_bnr::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.addtoany_content {
  clear: inherit;
}