@charset "UTF-8";
/* 変数の定義 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active, a:hover, a:focus {
  outline: 0;
}

*:focus {
  outline: 0;
}

a {
  color: #222;
}

a:link, a:hover, a:active, a:visited, a:focus {
  color: #0a56c8;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
}

mark {
  background: #ff0;
  color: #222;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1.6rem;
}

address {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 20px;
  font-size: 2.0rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

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

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

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* 変数の定義 */
/*--------------------------------------------------------------
# ドロップダウンメニュー
--------------------------------------------------------------*/
[class^="dorpdown-child"] {
  display: none;
}

/*--------------------------------------------------------------
# aタグボタン 
--------------------------------------------------------------*/
.button-link {
  display: block;
  height: 40px;
  border-radius: 8px;
  background-color: #fa0;
  position: relative;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  cursor: pointer;
}

.button-link:link, .button-link.hover, .button-link:active, .button-link:visited {
  color: #fff;
  text-decoration: none;
}

.button-link.hover {
  opacity: 0.7;
}

.button-link.follow {
  width: 100%;
  height: 30px;
  margin: 10px 0;
  border: 1px solid #fba500;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.2rem;
  color: #fba500;
  line-height: 30px;
  word-break: keep-all;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button-link.follow.hover {
  background-color: #fba500;
  color: #fff;
}

/*--------------------------------------------------------------
# タグ 
--------------------------------------------------------------*/
.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  margin-bottom: -3px;
}

.post-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 22px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  height: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #aaa;
  font-size: 1rem;
  color: #fff;
}

.post-tags .tag.hover {
  text-decoration: none;
}

.post-tags .tag.new {
  background-color: #fba500;
  color: #fff;
}

.post-tags .tag.type {
  background-color: #53b0ff;
  color: #fff;
}

.post-tags .tag.place {
  background-color: #fba500;
  color: #fff;
}

.post-tags .tag.new:hover {
  background-color: #ffc550;
}

.post-tags .tag.type:hover {
  background-color: #7fc4ff;
}

.post-tags .tag.place:hover {
  background-color: #ffc550;
}

/*--------------------------------------------------------------
# カテゴリ毎のfont-color, background-colorをここで定義
--------------------------------------------------------------*/
.cat-general .cat-fontcolor {
  color: #ffc520;
}

.cat-news .cat-fontcolor {
  color: #53b0ff;
}

.cat-feature .cat-fontcolor {
  color: #df82fe;
}

.cat-marketing .cat-fontcolor {
  color: #62e1dc;
}

.cat-failure .cat-fontcolor {
  color: #ff4b4b;
}

.cat-fund .cat-fontcolor {
  color: #ffe838;
}

.cat-work .cat-fontcolor {
  color: #50de70;
}

.cat-franchise .cat-fontcolor {
  color: #b398e0;
}

.cat-sidejob .cat-fontcolor {
  color: #fd7ae0;
}

.cat-startup .cat-fontcolor {
  color: #fdbb7a;
}

.cat-countryside .cat-fontcolor {
  color: #7ec600;
}

.cat-general .cat-bgcolor {
  background-color: #ffc520;
}

.cat-news .cat-bgcolor {
  background-color: #53b0ff;
}

.cat-feature .cat-bgcolor {
  background-color: #df82fe;
}

.cat-marketing .cat-bgcolor {
  background-color: #62e1dc;
}

.cat-failure .cat-bgcolor {
  background-color: #ff4b4b;
}

.cat-fund .cat-bgcolor {
  background-color: #ffe838;
}

.cat-work .cat-bgcolor {
  background-color: #50de70;
}

.cat-franchise .cat-bgcolor {
  background-color: #b398e0;
}

.cat-sidejob .cat-bgcolor {
  background-color: #fd7ae0;
}

.cat-startup .cat-bgcolor {
  background-color: #fdbb7a;
}

.cat-countryside .cat-bgcolor {
  background-color: #7ec600;
}

/*--------------------------------------------------------------
# SP/PC共通ページャー
--------------------------------------------------------------*/
.pager {
  width: 100%;
  margin: 20px 0;
}

.pager.sp-pager {
  height: 120px;
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pager ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  height: 30px;
  margin: 0 1px;
  text-align: center;
  background-color: #eee;
  color: #aaa;
}

.pager ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  background-color: #ccc;
  color: #fff;
}

.pager.pc-pager ul li {
  min-width: 50px;
  height: 50px;
  margin: 0 2px;
}

.pager.pc-pager ul li a {
  min-width: 50px;
  height: 50px;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear;
}

.pager ul li.current {
  background-color: #53b0ff;
  color: #fff;
}

.pager ul li:first-child {
  width: 60px;
  border-radius: 5px 0 0 5px;
}

.pager ul li:first-child a {
  width: 60px;
  border-radius: 5px 0 0 5px;
}

.pager ul li:last-child {
  width: 60px;
  border-radius: 0 5px 5px 0;
}

.pager ul li:last-child a {
  width: 60px;
  border-radius: 0 5px 5px 0;
}

.pager ul li a:link, .pager ul li a.hover, .pager ul li a:active, .pager ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.pager ul li a.hover {
  background-color: #eee;
  color: #999;
}

/*--------------------------------------------------------------
# SP/PCのポスト共通
--------------------------------------------------------------*/
.post-entry {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  top: 0;
}

.post-entry .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 5px;
  overflow: hidden;
}

.post-entry .header-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.post-entry .header-image img.eyecatch {
  display: block;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.post-entry h1 {
  padding: 0 2%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.post-entry .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2%;
}

.post-entry .post-meta .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-entry .post-meta time {
  font-size: 1.6rem;
  color: #aaa;
}

.post-entry .post-entry-body {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0 2%;
  font-size: 1.4rem;
  color: #333;
  overflow: hidden;
}

.post-entry .post-entry-body .more {
  color: #426ed8;
}

.post-entry-qa {
  font-size: 18px;
  text-shadow: 2px 2px 1px rgba(125, 125, 125, 0.3), -2px 2px 1px rgba(125, 125, 125, 0.1), 2px -2px 1px rgba(125, 125, 125, 0.1), -2px -2px 1px rgba(125, 125, 125, 0.1);
  margin: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #666;
  background: linear-gradient(135deg, #FFF, #EEE);
}

.post-entry-qa:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.post-entry-qa p {
  text-align: center;
  margin: 0;
}

.post-entry-qa p span {
  display: inline-block;
  margin: 0;
}

/*--------------------------------------------------------------
# SP/PC共通もっと見る
--------------------------------------------------------------*/
.post-list-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.post-list-more .button-link {
  background-color: #262a38;
  width: 70%;
}

.right-arrow:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

/*--------------------------------------------------------------
# 記事一覧
--------------------------------------------------------------*/
.post-current-category-news {
  width: 100%;
  margin-top: 20px;
}

.post-current-category-news h1, .post-current-category-news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0;
  background-color: #262a38;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.post-current-category-news span {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# 新着イベント
--------------------------------------------------------------*/
.event-news {
  width: 100%;
  margin-top: 20px;
}

.event-news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0;
  background-color: #262a38;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

/* 新着イベントリスト */
.post-event-list .post-entry {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-event-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  box-shadow: 0px 1px 2px 0px #ccc;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.post-event-list li .header-image {
  width: 20%;
  height: 100%;
}

.post-event-list li .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 70%;
  height: 100%;
  padding: 0 10px;
  font-size: 1.4rem;
}

.post-event-list li .post-entry-contents p {
  font-size: 1.4rem;
}

.post-event-list li .post-entry-contents time {
  font-size: 1.2rem;
  color: #aaa;
}

.post-event-list li .post-entry-contents .post-meta .vacancy {
  color: #ff003c;
  word-break: keep-all;
}

.post-event-list li.hover {
  background-color: #ffdb93;
}

.post-event-list li:first-child {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  left: 0;
}

.post-event-list li:first-child .post-event-datetime {
  position: absolute;
  top: 0;
  border: 1px solid #fba500;
  background-color: white;
  border-radius: 5px;
  z-index: 1;
  width: 35%;
  padding: 10px;
  text-align: center;
}

.post-event-list li:first-child .post-event-datetime > a {
  display: inline;
}

.post-event-list li:first-child .post-event-datetime > a span {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.post-event-list li:first-child .post-event-datetime > a .week {
  font-size: 1.6rem;
}

.post-event-list li:first-child .header-image {
  width: 100%;
}

.post-event-list li:first-child .post-entry-contents {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 80px;
  padding: 0 2%;
  font-size: 2.2rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media all and (max-width: 550px) {
  .post-event-list li:first-child .post-entry-contents {
    font-size: 1.8rem;
  }
}

.post-event-list li:first-child .post-meta {
  height: auto;
}

.post-event-list .post-event-datetime > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #262a38;
}

.post-event-list .post-event-datetime .week {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# 助っ人アイテム
--------------------------------------------------------------*/
.item-news {
  width: 100%;
  margin-top: 20px;
}

.item-news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0;
  background-color: #262a38;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

/* 新着イベントリスト */
.post-item-list .post-entry {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  box-shadow: 0px 1px 2px 0px #ccc;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.post-item-list li .header-image {
  width: 30%;
  height: 100%;
}

.post-item-list li .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 70%;
  height: 100%;
  padding: 0 10px;
  font-size: 1.4rem;
}

.post-item-list li .post-entry-contents p {
  font-size: 1.4rem;
}

.post-item-list li .post-entry-contents time {
  font-size: 1.2rem;
  color: #aaa;
}

.post-item-list li .post-entry-contents .post-meta .vacancy {
  color: #ff003c;
  word-break: keep-all;
}

.post-item-list li.hover {
  background-color: #ffdb93;
}

.post-item-list li:first-child {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  left: 0;
}

.post-item-list li:first-child .header-image {
  width: 100%;
}

.post-item-list li:first-child .post-entry-contents {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 80px;
  padding: 0 2%;
  font-size: 2.2rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media all and (max-width: 550px) {
  .post-item-list li:first-child .post-entry-contents {
    font-size: 1.8rem;
  }
}

.post-item-list li:first-child .post-meta {
  height: auto;
}

/*--------------------------------------------------------------
# スマートフォン記事リスト
--------------------------------------------------------------*/
.post-entry-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-entry-list li {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
  box-shadow: 0px 1px 2px 0px #ccc;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.post-entry-list li.hover {
  background-color: #ffe089;
}

.post-entry-list li.hover .post-entry-contents time {
  color: #96834d;
}

.post-entry-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.post-entry-list li figure {
  width: 30%;
  height: 100%;
}

.post-entry-list li img {
  max-width: 100%;
  max-height: 100%;
}

.post-entry-list li img .eyecatch {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.post-entry-list li .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  padding: 0 10px;
}

.post-entry-list li .post-entry-contents p {
  font-size: 1.4rem;
  height: 4rem;
  overflow: hidden;
}

.post-entry-list li .post-entry-contents time {
  font-size: 1.2rem;
  color: #aaa;
}

.post-entry-list .post-entry-qa {
  font-size: 14px;
}

/*--------------------------------------------------------------
# アーカイブ（一覧ページ）
--------------------------------------------------------------*/
.archives .post-current-category-news {
  margin-top: 0;
}

.archives .post-current-category-news h1 {
  background-color: #000;
}

.archives .post-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.archives .post-entry-list .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
}

.archives .post-entry-list .post-entry .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.archives .post-entry-list .post-entry .post-entry-title {
  height: 44px;
  min-height: 44px;
  overflow: hidden;
  margin-top: 5px;
  padding: 0;
}

.archives .post-entry-list .post-entry .post-meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.archives .post-entry-list.grid-view {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0 10px;
}

.archives .post-entry-list.grid-view .post-entry {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 40%;
  height: 212px;
  margin-left: 10px;
  -webkit-box-shadow: 1px 1px 2px 0px #ccc;
  box-shadow: 1px 1px 2px 0px #ccc;
}

.archives .post-entry-list.grid-view li figure {
  width: 120%;
  height: 120px;
}

.archives .post-entry-list.grid-view .post-entry .post-entry-contents {
  width: 100%;
  padding: 0 5px;
}

.archives .post-entry-list .tag {
  font-size: 1.2rem;
  height: 20px;
  line-height: 20px;
}

/*--------------------------------------------------------------
# 注目セミナー
--------------------------------------------------------------*/
#attention-pc-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 50px;
  margin: 0 auto;
}

#attention-pc-seminar .seminar-title {
  padding: 0 10px;
  color: #f00;
  word-break: keep-all;
}

#attention-pc-seminar a:link, #attention-pc-seminar a:visited {
  color: #fff;
}

/*---------------------------
Pagination
---------------------------*/
.pagination {
  clear: both;
  padding: 20px 1% 25px 1%;
  position: relative;
  font-size: 0.9em;
  line-height: 13px;
  text-align: center;
  width: 100%;
}

.pagination span {
  display: inline-block;
  margin: 7px 8px 8px 0;
  padding: 13px;
  text-decoration: none;
  width: auto;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pagination a {
  display: inline-block;
  margin: 7px 8px 8px 0;
  padding: 13px;
  text-decoration: none;
  width: auto;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pagination a:link, .pagination a:visited {
  color: #333 !important;
}

.pagination a.hover {
  color: #fff !important;
  background: #333;
}

.pagination .current, .pagination strong {
  padding: 13px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pagination strong {
  margin-right: 6.5px;
}

@media screen and (max-width: 767px) {
  .pagination {
    padding: 0 1%;
  }
}

.pagination-break-page {
  clear: both;
  padding: 20px 1% 25px 1%;
  position: relative;
  font-size: 0.9em;
  line-height: 13px;
  text-align: center;
  width: 100%;
}

.pagination-break-page span, .pagination-break-page a {
  border: 1px solid #333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
}

.pagination-break-page span {
  padding: 13px;
  margin: 7px 8px 8px 0;
  background: #333;
  color: #fff;
}

.pagination-break-page a {
  margin: 7px 8px 8px 0;
  padding: 13px;
  text-decoration: none;
  width: auto;
  color: #333;
}

.pagination-break-page a span {
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  color: #333;
}

.pagination-break-page span.now-position {
  background: #fff;
  color: #333;
}

.pagination-break-page a:link, .pagination-break-page a:visited {
  color: #333 !important;
}

.pagination-break-page a.hover {
  background: #333;
}

.pagination-break-page a.hover span {
  color: #fff !important;
}

.eyecatch {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

/*--------------------------------------------------------------
# 著者情報
--------------------------------------------------------------*/
.author-info h2 {
  width: 100%;
  padding-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}

.author-info .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-info .header-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 150px;
  height: auto;
  max-width: 270px;
}

.author-info .post-entry-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-left: 20px;
  min-width: 70%;
}

.author-info .author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-info .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  border-left: 5px solid #fa0;
  font-size: 2.2rem;
  word-break: keep-all;
}

.author-info .author-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.author-info .author-body {
  padding: 10px;
  font-size: 1.6rem;
  color: #333;
}

.badge {
  position: absolute;
  z-index: 1;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: red;
  font-weight: bold;
  background-color: #f00;
  border-radius: 50%;
  font-size: 1em;
  line-height: 1;
  min-width: 1em;
  padding: 5px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 3px #999;
  box-shadow: 0px 0px 3px #999;
}

/*--------------------------------------------------------------
# レイアウト汎用
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.default {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex.default > * {
  min-width: calc(33% - 20px);
  max-width: 500px;
  max-height: 500px;
  margin: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 769px) {
  .flex.default > * {
    min-width: calc(50% - 10px);
    margin: 5px;
  }
}

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

.flex .textOverflow {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.grid {
  display: grid;
}

/*--------------------------------------------------------------
# SNSボタン
--------------------------------------------------------------*/
.sns-btn h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 25px 0 0 0;
}

.sns-btn ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.sns-btn ul li {
  margin-top: 20px;
}

.sns-btn i {
  margin-right: 5px;
}

.sns-btn a {
  display: block;
  width: 100%;
  padding: .7em 0;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.sns-btn .btn-twitter {
  background: #55acee;
}

.sns-btn .btn-facebook {
  background: #3b5998;
}

.sns-btn .btn-google {
  background: #dd4b39;
}

.sns-btn .btn-hatena {
  background: #008FDE;
}

@media screen and (max-width: 380px) {
  .sns-btn ul li {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
# マーキー
--------------------------------------------------------------*/
.marquee {
  width: 100%;
}

.marquee .marquee-heading {
  width: 80px;
  color: #F00;
  float: left;
  font-size: 90%;
  line-height: 20px;
}

.marquee .marquee-body {
  width: calc(100% - 85px);
  overflow: hidden;
  float: left;
  margin-left: 5px;
}

.marquee .marquee-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  /*
		padding-left: 100%;
		white-space: nowrap;
		animation-name: marquee;
		animation-duration: 30s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		a {margin-right: 50px;}
*/
}

.marquee .marquee-text a {
  color: inherit;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100%, to {
    -webkit-transform: translate(-230%);
    transform: translate(-230%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  100%, to {
    -webkit-transform: translate(-230%);
    transform: translate(-230%);
  }
}

/*--------------------------------------------------------------
# 地方情報検索
--------------------------------------------------------------*/
.locals-serach {
  width: 100%;
  margin-top: 20px;
}

.locals-serach h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0;
  background-color: #262a38;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.locals-serach .search-format {
  width: 90%;
  margin-left: 20px;
}

.locals-serach .btn-search {
  min-width: 50px;
}

.category-disp {
  padding-top: 5px;
}

.category-disp .map_return {
  padding-left: 500px;
  margin: 2em 0;
  padding: 0;
  padding-top: 50px;
  padding-left: 100px;
}

.category-disp .map_return label {
  padding: 10px;
  font-weight: bold;
  border: solid 2px black;
  cursor: pointer;
  background: #FFEF85;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-width: 100px;
  text-align: center;
}

.category-disp .map_return label:hover {
  background: #FBE731;
}

.category-disp .map_return input {
  display: none;
}

.form-category-style input[type="radio"] {
  display: none;
}

.locals-search .radio, .locals-search .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.locals-search .radio:hover, .locals-search .checkbox:hover {
  background-color: #e2edd7;
}

.locals-search .radio:hover:after, .locals-search .checkbox:hover:after {
  border-color: #53b300;
}

.locals-search .radio:after, .locals-search .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.locals-search .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}

.locals-search input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.locals-search .local-select {
  border-radius: 3px;
  border: outset 2px #5ca513;
  width: 250px;
  height: 30px;
  text-shadow: 0px 0px -6px #00ffff;
  color: #478409;
  font-size: 100%;
  text-decoration: none;
}

.locals-search .background-local-select {
  padding-top: 5px;
}

.category-disp {
  padding-top: 5px;
}

.category-disp .map_return {
  padding-left: 500px;
  margin: 2em 0;
  padding: 0;
  padding-top: 50px;
  padding-left: 100px;
}

.category-disp .map_return label {
  padding: 10px;
  font-weight: bold;
  border: solid 2px black;
  cursor: pointer;
  background: #FFEF85;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-width: 100px;
  text-align: center;
}

.category-disp .map_return label:hover {
  background: #FBE731;
}

.category-disp .map_return input {
  display: none;
}

/*--------------------------------------------------------------
# 新着イベント
--------------------------------------------------------------*/
.sp-locals {
  width: 100%;
  margin-top: 20px;
}

.sp-locals h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: 0;
  background-color: #262a38;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# スマートフォン用ヘッダー共通
--------------------------------------------------------------*/
#header-sp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 40px;
  background-color: #262a38;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  z-index: 3000;
}

#header-sp-navi a:hover {
  text-decoration: none;
}

#header-sp-navi.top {
  height: 80px;
}

#header-sp-navi.top .header-logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

#header-sp-navi.hide-search {
  top: -40px;
}

#header-sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #262a38;
  color: #fff;
}

#header-sp-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

#header-sp-top .left .back {
  font-size: 1.6em;
  cursor: pointer;
}

#header-sp-top .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#header-sp-top .header-logo.hide-logo {
  width: 0;
  left: -85px;
}

#header-sp-top .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-sp-top .header-logo img {
  width: 85px;
  height: 40px;
}

#header-sp-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archives #header-sp-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header-sp-margin {
  margin-top: 40px;
}

/* top.php用 */
#header-sp-top .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 27px;
  margin-left: 5px;
  border-radius: 5px 0 0 5px;
  position: relative;
  background-color: #000;
}

#header-sp-top input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 27px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background-color: #000;
  font-size: 1.4rem;
  color: #fff;
}

#header-sp-top .icon-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 27px;
}

#header-sp-top .icon-favorite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 25px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 5px solid #262a38;
  background-color: #fff;
  cursor: pointer;
}

#header-sp-top .icon-favorite i {
  font-size: 1.2rem;
  color: #262a38;
  position: relative;
  top: 1px;
}

#header-sp-top .header-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* top.php以外 */
#header-sp-navi.feature .header-title, #header-sp-navi.article .header-title {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

#header-sp-top .header-title.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#header-sp-top .toggle-view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100%;
  padding: 5px 5px 5px 0;
}

#header-sp-top .toggle-view-mode > .button-link {
  height: 30px;
  line-height: 30px;
  background-color: #3b4159;
  cursor: pointer;
}

#header-sp-top .toggle-view-mode > .button-link:first-child {
  border-radius: 5px 0 0 5px;
}

#header-sp-top .toggle-view-mode > .button-link:nth-child(2) {
  border-radius: 0 5px 5px 0;
}

#header-sp-top .toggle-view-mode > .button-link.enabled {
  background-color: #717ca8;
}

.feature #header-sp-top .header-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*--------------------------------------------------------------
# スマートフォン用ヘッダースライドタブメニュー
--------------------------------------------------------------*/
#header-swipe-tabs {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #000;
}

#header-swipe-tabs .swipe-tab-content {
  position: relative;
  min-height: 365px;
}

#header-swipe-tabs .header-swipe-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  background: none;
  border: 0;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.2rem;
  cursor: pointer;
}

#header-swipe-tabs .header-swipe-tab :hover {
  color: #000;
}

#header-swipe-tabs .header-swipe-tab.slick-current {
  background-color: #000;
}

#header-swipe-tabs.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* スワイプしないやつ */
.header-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  background: none;
  border: 0;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
}

#header-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background-color: #262a38;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#header-marquee .marquee-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 100%;
}

#header-marquee .marquee-title img {
  width: 80px;
  height: 100%;
}

#header-marquee marquee a {
  font-size: 1.2rem;
  color: #fff;
}

#header-marquee.alpha {
  background-color: rgba(38, 42, 56, 0.9);
}

/*--------------------------------------------------------------
# PC用ヘッダー
--------------------------------------------------------------*/
#header-pc-navi {
  background-color: #262a38;
}

#header-pc-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #e7e7e7;
}

#header-pc-top .header-left-contents, #header-pc-top .header-right-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-pc-top .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  text-align: center;
}

#header-pc-top .header-logo a, #header-pc-top .header-logo img {
  width: 85px;
  height: 40px;
}

#header-pc-top .header-logo a:hover, #header-pc-top .header-logo img:hover {
  text-decoration: none;
}

#header-pc-top .sub-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: bold;
}

#header-pc-top .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 32px;
  margin-left: 10px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}

#header-pc-top .icon-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

#header-pc-top .icon-search a:hover {
  background-color: #53b0ff;
  color: #fff;
}

#header-pc-top .icon-search a:hover i {
  color: #fff;
}

#header-pc-top .icon-delete-search {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 32px;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  cursor: pointer;
}

#header-pc-top .icon-delete-search:hover i {
  color: #a00;
}

#header-pc-top .icon-delete-search.show-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-pc-top .header-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header-pc-top .header-right-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

#header-pc-top .header-right-content a:hover {
  background-color: #53b0ff;
  color: #fff;
}

#header-pc-top .header-right-content a:hover i {
  color: #fff;
}

#header-pc-top .header-right-content p {
  font-size: 0.8rem;
  margin: 0;
}

#header-pc-top .header-right-content i {
  height: 19px;
  font-size: 1.8rem;
  color: #999;
}

#header-pc-top .icon-charengers {
  width: 70px;
  height: 100%;
  word-break: keep-all;
}

#header-pc-top .icon-charengers img {
  height: 20px;
}

#header-pc-top .icon-chat, #header-pc-top .icon-favorite, #header-pc-top .icon-login, #header-pc-top .icon-logout {
  width: 60px;
  height: 100%;
}

#header-pc-search-input {
  width: 200px;
  height: 32px;
  border-radius: 0 5px 5px 0;
  border: none;
  font-size: 1.2rem;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

#header-pc-search-input .long-width {
  width: 300px;
  border-radius: 0;
}

/*--------------------------------------------------------------
# PC用ヘッダーメニュー
--------------------------------------------------------------*/
.header-pc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.header-pc-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-pc-menu a {
  text-decoration: none;
  color: #fff;
}

[class^='dropdown-contents-'] .header-pc-menu {
  background-color: #6b728f;
}

/*--------------------------------------------------------------
# パンくずリスト
--------------------------------------------------------------*/
#breadcrumb {
  background-color: #F5F5F5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb ol.breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3px 10px;
  font-size: 80%;
}

@media screen and (max-width: 768px) {
  ol.breadcrumb {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# SP/PC用メディアクエリ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #header-pc-navi {
    display: none;
  }
  #breadcrumb {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  #header-sp-navi {
    display: none;
  }
  #header-sp-margin {
    display: none;
  }
}

/*--------------------------------------------------------------
# PC用サイドバー
--------------------------------------------------------------*/
#main-pc-container .side-bar {
  width: 300px;
  height: auto;
  margin-left: 20px;
  /* PRコンテンツ */
  /* 新着記事 */
  /* 新着イベント */
  /* ランキング */
  /* 検索 */
}

#main-pc-container .side-bar h2 {
  padding: 10px 10px 5px;
  font-size: 1.8rem;
  color: #f7f7f7;
  background-color: #262A38;
}

#main-pc-container .side-bar .post-list-more .button-link {
  width: 100%;
  border-radius: 3px;
  background-color: #6c738f;
}

#main-pc-container .side-bar .event-news-header .post-entry {
  height: 100%;
}

#main-pc-container .side-bar .side-pr-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 160px;
  background-color: #f7f7f7;
}

#main-pc-container .side-bar .side-pr-contents .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#main-pc-container .side-bar .side-pr-contents .post-entry .header-image {
  height: 100%;
  min-height: 100%;
}

#main-pc-container .side-bar .side-pr-contents .post-entry-contents {
  width: 100%;
  height: 100px;
  min-height: 90px;
  padding-top: 5px;
  position: relative;
  top: -90px;
}

#main-pc-container .side-bar .side-pr-contents a.tag {
  border: 1px solid #fff;
}

#main-pc-container .side-bar .side-pr-contents a.tag:link, #main-pc-container .side-bar .side-pr-contents a.tag:visited {
  color: #fff;
}

#main-pc-container .side-bar .side-pr-contents .post-entry h1 {
  font-size: 1.8rem;
}

#main-pc-container .side-bar .side-pr-contents .post-entry h1 a:link, #main-pc-container .side-bar .side-pr-contents .post-entry h1 a:visited {
  color: #fff;
}

#main-pc-container .side-bar .side-new-posts .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  padding: 5px 10px 0 0;
  background-color: #f7f7f7;
  font-size: 1.4rem;
}

#main-pc-container .side-bar .side-new-posts .post-entry:not(:last-child) {
  margin-bottom: 5px;
}

#main-pc-container .side-bar .side-new-posts .post-entry .left {
  max-width: 40%;
  margin-right: 10px;
}

#main-pc-container .side-bar .side-new-posts .post-entry .left img {
  max-width: 120px;
  max-height: 90px;
  margin-top: -5px;
  margin-right: 10px;
}

#main-pc-container .side-bar .side-new-posts .post-entry .left time {
  max-width: 120px;
  text-align: center;
  word-break: keep-all;
  position: absolute;
  bottom: 0;
  color: #222;
  background-color: rgba(255, 255, 255, 0.7);
}

#main-pc-container .side-bar .side-new-posts .post-entry a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3883f3;
  line-height: 1.4;
}

#main-pc-container .side-bar .side-new-posts .post-entry .post-entry-qa {
  max-width: 120px;
  font-size: 12px;
}

#main-pc-container .side-bar .side-new-posts .post-entry .post-entry-qa:before {
  padding-top: 75%;
}

#main-pc-container .side-bar .side-event-news .event-news-header {
  height: 190px;
  background-color: #fff;
}

#main-pc-container .side-bar .side-event-news .event-news-header h1 {
  font-size: 1.6rem;
}

#main-pc-container .side-bar .side-event-news .post-entry .post-entry-body {
  height: 100%;
  font-size: inherit;
}

#main-pc-container .side-bar .side-event-news .post-event-datetime > a {
  font-size: 1.4rem;
}

#main-pc-container .side-bar .post-event-list li {
  margin-top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-pc-container .side-bar .side-event-news li:hover {
  background-color: #f7f7f7;
}

#main-pc-container .side-bar .side-event-news .post-meta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main-pc-container .side-bar .side-event-news .post-meta a.tag {
  height: 16px;
  margin-right: 5px;
  font-size: 1rem;
}

#main-pc-container .side-bar .side-event-news .post-event-list li .header-image {
  margin-top: 0;
}

#main-pc-container .side-bar .side-event-news .post-event-list li .post-entry-contents {
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}

#main-pc-container .side-bar .side-ranking-posts .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 5px 10px;
  background-color: #f7f7f7;
  font-size: 1.4rem;
}

#main-pc-container .side-bar .side-ranking-posts .post-entry:not(:last-child) {
  margin-bottom: 5px;
}

#main-pc-container .side-bar .side-ranking-posts .post-entry .post-entry-rank-mark span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 20px;
  background-color: #ffc550;
  font-size: 2.2rem;
  color: #fff;
}

#main-pc-container .side-bar .side-ranking-posts .post-entry time {
  width: 90px;
  padding-right: 10px;
  text-align: center;
  color: #555;
  word-break: keep-all;
}

#main-pc-container .side-bar .side-ranking-posts .post-entry a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main-pc-container .side-bar .search-box {
  padding: 25px;
  border: 1px solid #ea6827;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  background: #fff;
}

#main-pc-container .side-bar .search-box .search-title {
  position: absolute;
  top: -22px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #ea6827;
  text-align: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#main-pc-container .side-bar .search-box .search-title span {
  background: #fff;
  padding: 10px;
  display: inline-block;
}

#main-pc-container .side-bar .search-box .btn-search {
  height: 34px;
  width: 34px;
  border: none;
  background: #fd7e21;
  color: #fff;
  font-size: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#main-pc-container .side-bar .search-box .btn-search i.fa {
  position: relative;
  top: -1px;
}

#main-pc-container .side-bar .search-box .next-btn {
  width: 80%;
}

@media screen and (min-width: 768px) {
  #main-pc-container .side-bar .search-box .col-states {
    padding-right: 5px;
  }
  #main-pc-container .side-bar .search-box .col-cities {
    padding-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  #main-pc-container .side-bar .search-box .next-btn {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  #main-pc-container .side-bar .search-box .col {
    width: 100%;
    float: none;
  }
  #main-pc-container .side-bar .search-box .next-btn {
    width: 100%;
    margin-top: 15px;
  }
  #main-pc-container .side-bar .search-box .btn-search {
    width: 100%;
    margin-top: 15px;
  }
  #main-pc-container .side-bar .search-box .col-cities, #main-pc-container .side-bar .search-box .col-field {
    padding-top: 15px;
  }
}

@media screen and (max-width: 380px) {
  #main-pc-container .side-bar .search-box .search-title {
    font-size: 18px;
    top: -19px;
  }
}

/*--------------------------------------------------------------
# スマートフォン用フッター
--------------------------------------------------------------*/
footer {
  height: 50px;
}

/*--------------------------------------------------------------
# スマートフォン用フッターメニュー
--------------------------------------------------------------*/
#footer-sp-nav {
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  height: 44px;
  position: fixed;
  bottom: 0;
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
  z-index: 3000;
}

#footer-sp-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
  list-style-type: none;
}

#footer-sp-nav ul li {
  width: calc(100% / 3);
  height: 100%;
  margin: 0;
  padding: 0;
}

#footer-sp-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  color: #aaa;
  font-size: 1rem;
  line-height: 1.6;
  cursor: pointer;
}

#footer-sp-nav a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #777;
}

#footer-sp-nav a i {
  font-size: 2rem;
}

#footer-sp-nav .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 25px;
}

#footer-sp-nav .nav-icon .fa-microphone {
  color: #666;
}

#footer-sp-nav .nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15px;
}

#footer-sp-nav .nav-text__seminar {
  color: #666;
}

#footer-sp-nav.hide-text {
  bottom: -16px;
}

#footer-sp-nav .nav-icon .fa-newspaper-o {
  -webkit-transform: rotate(90deg) scale(1, -1);
  transform: rotate(90deg) scale(1, -1);
  font-size: 1.8rem;
  position: relative;
  top: -2px;
}

#footer-sp-nav .nav-icon .fa-search, #footer-sp-nav .nav-icon .fa-commenting-o {
  position: relative;
  top: -2px;
}

#footer-sp-nav .favorite {
  margin-left: 0;
}

#footer-sp-nav .share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer-sp-nav .fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

#footer-sp-nav .share-fb i, #footer-sp-nav .share-tw i, #footer-sp-nav .share-hatena i {
  font-size: 2rem;
  color: #aaa;
}

#footer-sp-nav a:hover {
  text-decoration: none;
}

/* メニューリスト */
#bars-menu-list {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.9);
}

#bars-menu-list.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

#bars-menu-list .containers-layout {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin: 0;
  padding-left: 7px;
  padding-bottom: 50px;
}

#bars-menu-list .containers-layout .container {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 5px;
}

#bars-menu-list .containers-layout .container .contents {
  background-color: #a1a1a1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#bars-menu-list .containers-layout .container .contents a {
  color: #FFF;
  font-size: 80%;
}

#bars-menu-list .containers-layout .container .contents a i {
  font-size: 30px;
}

#bars-menu-list .containers-layout .container .contents a img {
  max-width: 70px;
}

/* スマートフォン用フッターSNSアイコン */
#footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  height: 50px;
  position: fixed;
  bottom: -25px;
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
  z-index: 2000;
}

#footer-social.show-icons {
  bottom: 50px;
  opacity: 0.8;
}

#footer-social .share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

#footer-social .share-fb {
  background-color: #3a559f;
  margin: 0px 5px;
}

#footer-social .share-tw {
  background-color: #55acee;
  margin: 0px 5px;
}

#footer-social .share-hatena {
  background-color: #2b8fde;
  margin: 0px 5px;
}

#footer-social .fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

#footer-social .share-fb i, #footer-social .share-tw i, #footer-social .share-hatena i {
  font-size: 2rem;
  color: #fff;
}

#footer-social a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# PC用フッター
--------------------------------------------------------------*/
#footer-pc {
  background: #1a1a1a;
  padding: 40px 0 0 0;
  color: #fff;
}

#footer-pc a {
  color: #fff;
}

#footer-pc a:hover {
  color: #e97e13;
}

#footer-pc ul {
  list-style: none;
  padding: 0;
}

#footer-pc li {
  padding: 8px 0;
}

#footer-pc .grid-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

#footer-pc .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-pc .flex > * {
  margin: 20px;
}

#footer-pc .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer-pc .social ul li {
  padding: 5px;
}

/*--------------------------------------------------------------
# SP/PC用メディアクエリ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #footer-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #footer-sp-nav {
    display: none;
  }
  #footer-social {
    display: none;
  }
}

/*--------------------------------------------------------------
# コンテンツ共通
--------------------------------------------------------------*/
.red {
  color: #E60012;
}

.bold {
  font-weight: bold;
}

.strike {
  text-decoration: line-through;
}

.text-center .btn-inquiry {
  width: 100%;
  border: 2px solid;
  font-weight: bold;
  padding: 1rem;
}

/* body以下全体を覆うラッパーid */
#master-wrapper {
  overflow: hidden;
  position: relative;
}

/* コンテンツ部分全てを覆うラッパーid */
#contents-sp-wrapper {
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

#contents-pc-wrapper {
  width: 100%;
  margin: 0 auto;
  /*background-color: #262a38;*/
  position: relative;
}

#contents-common-wrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  /*background-color: #262a38;*/
  position: relative;
}

#contents-pc-wrapper.dark,
#contents-common-wrapper.dark {
  background-color: #262a38;
}

/*--------------------------------------------------------------
# PC　左サイドバー
--------------------------------------------------------------*/
#main-pc-container .nav-contents {
  width: 230px;
  margin-right: 20px;
}

#main-pc-container .nav-contents h2 {
  margin: 0 0 5px 0;
  font-size: 1.8rem;
  color: #f7f7f7;
}

#main-pc-container .nav-toc-container {
  width: 100%;
  max-width: 230px;
  margin: 20px 0 0 0;
  border: 1px solid #262A38;
  position: relative;
  top: 0;
  left: 0;
}

#main-pc-container .nav-toc-container.fixed {
  position: fixed;
}

#main-pc-container .nav-toc-container h2 {
  padding: 10px 10px 5px;
  background-color: #262A38;
}

#main-pc-container .nav-toc-container .nav-toc-list {
  margin: 0;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
  font-size: 1.2rem;
  color: #3883f3;
}

#main-pc-container .nav-toc-container .nav-toc-list li {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
}

#main-pc-container .nav-toc-container .nav-toc-list li a {
  color: #3883f3;
}

#main-pc-container .nav-toc-container .nav-toc-list li a:link, #main-pc-container .nav-toc-container .nav-toc-list li a:hover, #main-pc-container .nav-toc-container .nav-toc-list li a:active, #main-pc-container .nav-toc-container .nav-toc-list li a:visited {
  color: #3883f3;
}

/*--------------------------------------------------------------
# PC メインコンテンツ
--------------------------------------------------------------*/
#main-pc-container .top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 250px;
		min-height: 250px;*/
}

#main-pc-container .top-contents .post-entry-contents {
  height: 70px;
  min-height: 70px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  top: -70px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  /*
	border: 1px solid #aaa;
	background: #f7f7f7;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
}

textarea {
  width: 100%;
}

section {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# スマートフォンメインコンテンツ
--------------------------------------------------------------*/
#main-sp-container {
  margin-bottom: 40px;
  /* #header-sp-navi(40px)の高さ分だけ下にスペースを作る */
  position: relative;
  top: 40px;
  /* #header-sp-navi(40px)の高さ分だけ下に移動させる */
  z-index: 1000;
}

#main-sp-container a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# スマートフォンタブコンテンツ
--------------------------------------------------------------*/
#main-sp-container.top .slick-slide {
  margin: 0 5px;
}

#main-sp-container.top .slick-list {
  margin: 0 -5px;
}

/*--------------------------------------------------------------
# PC用コンテンツ
--------------------------------------------------------------*/
#main-pc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  z-index: 1000;
}

#main-pc-container .main-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
}

#main-pc-container img {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  max-width: 100%;
}

#main-pc-container a:hover img {
  opacity: 0.5;
}

#main-pc-container .main-contents > h1,
#main-pc-container .main-contents > h2 {
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 20px;
  background-color: #6c738f;
  font-weight: bold;
  color: #fff;
}

#main-pc-container .main-contents > h1 {
  font-size: 2.4rem;
}

#main-pc-container .main-contents > h2 {
  font-size: 2rem;
}

#main-pc-container .side-bar .seminar-application {
  border: 2px solid #262A38;
  margin-top: 20px;
}

#main-pc-container .side-bar .seminar-application h2 {
  text-align: center;
  font-size: 16px;
  padding: 1em 2em;
  margin-top: 0;
  margin-bottom: 20px;
}

#main-pc-container .side-bar .seminar-application dt {
  margin: 1.5em 1.5em 0 1.5em;
}

#main-pc-container .side-bar .seminar-application dd {
  margin: 0 1.5em;
}

#main-pc-container .side-bar .seminar-application .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.5em 0.5em 1.5em;
}

#main-pc-container .side-bar .seminar-application .price__heading {
  -webkit-box-flex: 0.15;
  -ms-flex: 0.15;
  flex: 0.15;
  color: #999;
  margin-bottom: 0;
}

#main-pc-container .side-bar .seminar-application .price__price {
  -webkit-box-flex: 0.85;
  -ms-flex: 0.85;
  flex: 0.85;
  font-weight: bold;
  margin-bottom: 0;
}

.seminar-register {
  margin: 0 1.5em 20px;
  text-align: center;
}

.seminar-register__btn {
  width: 100%;
  padding: 1em;
  font-size: 14px;
}

/*--------------------------------------------------------------
# PC用メディアクエリ
--------------------------------------------------------------*/
@media screen and (min-width: 1601px) {
  header-pc-menu ul {
    max-width: 1600px;
  }
  #attention-pc-seminar {
    min-width: 1600px;
  }
  #main-pc-container {
    max-width: 1600px;
  }
  #main-pc-container .side-bar {
    width: 390px;
  }
  #main-pc-container .side-bar .side-pr-contents {
    height: 195px;
  }
  #main-pc-container .side-bar .side-new-posts .post-entry {
    padding: 10px 10px;
    font-size: 1.6rem;
  }
  #main-pc-container .side-bar .side-new-posts .post-entry time {
    width: 100px;
  }
  #main-pc-container .side-bar .side-event-news .post-event-list li .post-entry-contents {
    font-size: 1.5rem;
  }
  #main-pc-container .side-bar .side-event-news .post-meta a.tag {
    height: 18px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  #main-pc-container .side-bar .side-ranking-posts .post-entry .post-entry-rank-mark span {
    margin-right: 10px;
  }
  #main-pc-container .side-bar .seminar-application {
    width: 390px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  .header-pc-menu ul {
    max-width: 1280px;
  }
  #main-pc-container .side-bar {
    width: 300px;
  }
}

@media screen and (max-width: 1280px) {
  #main-pc-container {
    padding-left: 2%;
    padding-right: 2%;
  }
  #main-pc-container .side-bar {
    margin-left: -5px;
  }
}

@media screen and (max-width: 1024px) {
  #main-pc-container .side-bar {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-pc-menu ul {
    font-size: 1.4rem;
  }
  #attention-pc-seminar {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
# SP/PC用メディアクエリ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #contents-pc-wrapper {
    display: none;
  }
  #main-pc-container {
    display: block;
  }
  #main-pc-container .side-bar {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #contents-sp-wrapper {
    display: none;
  }
  #main-sp-container {
    display: none;
  }
}

/* ------------------------------
	会員登録フォーム
------------------------------ */
.form-registration {
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #FDC675;
  background-color: #FDC675;
  text-align: center;
}

.form-registration p {
  margin: 0 !important;
  color: #666 !important;
}

.form-registration a {
  color: #3883f3;
}

.form-registration a:link {
  color: #3883f3;
}

.form-registration .registration-core .login-header {
  margin-top: 10px;
  margin-bottom: 5px;
}

.form-registration .registration-core .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-registration .registration-core .main-area .registration-area {
  width: 50%;
  padding: 10px;
  text-align: center;
}

.form-registration .registration-core .main-area .registration-area p {
  color: #FFF;
  font-weight: bold;
}

.form-registration .registration-core .main-area .mail-area .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-registration .registration-core .main-area .mail-area .form-area form input, .form-registration .registration-core .main-area .mail-area .form-area form button {
  width: 100%;
  margin: 5px 0;
}

.form-registration .registration-core .main-area .sns-area .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-registration .registration-core .main-area .sns-area .btn-area div {
  width: 100%;
}

.form-registration .registration-core .main-area .btn-area, .form-registration .registration-core .main-area .form-area {
  background-color: #FFF;
  padding: 10px;
  min-height: 200px;
}

@media only screen and (max-width: 1024px) {
  .form-registration {
    width: 100%;
    padding: 10px 5px;
    margin: 10px 0;
    font-size: small;
  }
  .form-registration .registration-core .main-area {
    display: block;
  }
  .form-registration .registration-core .main-area .registration-area {
    width: 100%;
  }
}
