@charset "UTF-8";
/* Theme Name: encount.press.pc
 * Description:
 * Theme URI:
 * Author:
 * Author URI:
 * Version:
 * License:
 * License URI:
 * Tags: */
/* ====================
 * IMPORT
 * ==================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

blockquote,
q {
  quotes: none; }

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

caption,
th {
  text-align: left; }

th {
  font-weight: normal; }

a:focus {
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

video {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

textarea {
  resize: vertical; }

@font-face {
  font-family: "Anton";
  src: url("./font/Anton-Regular.ttf"); }
/* ============================
 * GENERAL CONTENTS
 * ============================ */
*:not(br) {
  box-sizing: border-box;
  line-height: 1.4; }
  *:not(br)::before, *:not(br)::after {
    box-sizing: inherit;
    line-height: inherit; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left; }

.outer {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }

.inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1120px; }

p {
  line-height: 1.5; }

input[type="text"],
input[type="submit"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit; }

button {
  cursor: pointer;
  outline: none; }

/* ============================
 * MAIN CONTENTS
 * ============================ */
.pc {
  display: block; }

.sp {
  display: none; }

.all {
  overflow: hidden;
  min-width: 1280px; }

.header {
  background-color: #004da0;
  position: relative; }

.header__outer {
  position: relative; }

.header__top {
  display: -ms-flexbox;
  display: flex;
  border: 6px solid #004da0;
  background-color: #fff; }

.header__top__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00315c;
  width: calc(100% - 434px);
  padding: 0 33px;
  border-left: 6px solid #004da0; }

.header__serch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .header__serch .header__serch__input {
    border: 2px solid #5cc4fe;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    width: 370px; }
  .header__serch .header__serch__btn {
    background: #00a6fe url(./img/icon_find_white.svg) no-repeat 50% 50%/24px auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 64px;
    height: 36px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer; }

.header__sns-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px; }
  .header__sns-list li + li {
    margin-left: 18px; }

.header__nav {
  position: absolute;
  background-color: #000000;
  color: #5cc4fe;
  left: 10px;
  width: calc(100% - 20px); }
  .header__nav::before {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 100%;
    background-color: #000000;
    z-index: 1; }

.header__nav__list--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 18px; }
  .header__nav__list--main a {
    display: block;
    font-family: "Anton", sans-serif;
    letter-spacing: 0.05em;
    background-color: #000000;
	font-weight: bold;
    font-size: 24px;
    padding: 12px 10px;
    letter-spacing: 0.03em; }

.header__search-btn,
.header__nav-btn,
.header__nav__list--sub,
.header__nav__list--sns {
  display: none; }

.footer {
  background-color: #004da0;
  color: #fff; }

.footer__sns {
  display: none; }

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  overflow: hidden; }

.footer__list--main {
  display: none; }

.footer__list--sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px; }
  .footer__list--sub li {
    padding: 0 8px;
    line-height: 1; }
    .footer__list--sub li + li {
      border-left: 1px solid #fff; }
  .footer__list--sub a {
    display: block;
    line-height: 1; }

.footer__small {
  display: block; }

*[class^="ttl--"] {
  display: block; }

.ttl--type01 img {
  width: 100%; }

.ttl--type02 {
  font-size: 43px;
  margin: 36px 0; }

.ttl--type03 {
  font-size: 38px;
  margin: 36px 0;
  font-weight: bold; }

.main-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(60px + 20px); }

#top .main {
  padding-bottom: 64px; }

#page .main {
  padding-bottom: 60px; }

.main {
  width: calc(100% - 336px);
  padding-right: 44px; }

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: -4px;
  margin-right: -4px; }
  .breadcrumbs > span {
    padding: 0 4px; }
    .breadcrumbs > span:last-of-type {
      color: #0088d4; }

.post-list__thumb-wrap {
  position: relative;
  overflow: hidden;
  display: block; }
  .post-list__thumb-wrap img {
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: initial; }

.post-list__meta {
  display: -ms-flexbox;
  display: flex; }

.post-list__time {
  color: #666666;
  line-height: 1; }
  .post-list__time + .post-list__category {
    margin-left: 10px; }

.post-list__category {
  color: #0078d2;
  line-height: 1; }

.post-list--type01 {
  margin: -15px 0; }
  .post-list--type01 li {
    padding: 15px 0; }
  .post-list--type01 .hover-effect {
    display: block; }

.post-list--type01__item {
  display: -ms-flexbox;
  display: flex; }

.post-list--type01__thumb-wrap {
  width: 225px;
  height: 150px; }

.post-list--type01__txt {
  width: calc(100% - 225px);
  padding-left: 24px; }

.post-list--type01__ttl {
  font-size: 19px;
  word-break: break-all;
  font-weight: bold; }

.post-list--type01__body {
  margin-top: 5px;
  font-size: 13px;
  word-break: break-all; }

.post-list--type01__meta {
  font-size: 12px;
  margin-top: 4px; }
  .post-list--type01__meta > * {
    line-height: 1.2; }

.post-list--type01__sitename{
	margin-left: auto;
	color: #666666;
}

.btn--default {
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  height: 40px;
  background-color: #00aad8;
  color: #ffffff;
  font-size: 24px;
  line-height: 1; }
  .btn--default::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./img/icon_arrow02.svg) no-repeat 50% 50%/contain;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto; }

.pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin: 36px -7px; }
  .pagenation > * {
    margin: 0 7px;
    line-height: 1;
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff; }

.pagenation__count,
.pagenation__item {
  font-size: 30px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em; }

.pagenation__count,
.pagenation__last {
  border-radius: 20px; }

.pagenation__count {
  background-color: #95e2fe;
  width: 140px; }

.pagenation__item,
.pagenation__last {
  background-color: #bfbfbf; }

.pagenation__item {
  width: 58px;
  border-radius: 58px; }

.pagenation__item--current {
  background-color: #5cc4fe; }

.pagenation__last {
  font-size: 22px;
  width: 204px;
  font-weight: bold; }

.side {
  width: 336px;
  padding-bottom: 60px; }

.side__ttl {
  display: block; }

.post-list--type02 {
  margin: calc(-6px + 15px) 0 -6px;
  counter-reset: ranking; }
  .post-list--type02 li {
    padding: 6px 0; }
    .post-list--type02 li:nth-of-type(n + 4) .post-list--type02__item::before {
      background-color: #bfbfbf; }

.post-list--type02__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .post-list--type02__item::before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    content: counter(ranking);
    counter-increment: ranking;
    width: 38px;
    height: 38px;
    line-height: 1;
    border-radius: 40px;
    font-size: 28px;
    color: #fff;
    font-family: "Anton", sans-serif;
    letter-spacing: 0.05em;
    background-color: #5cc4fe; }

.post-list--type02__img-wrap {
  width: 75px;
  height: 50px; }

.post-list--type02__ttl {
  width: calc(100% - 75px - 38px - 10px);
  padding-left: 10px;
  font-size: 12px;
  height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  font-weight: bold; }

.side__tag {
  margin-top: 40px; }

.side__tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: calc(-5px + 15px) -5px -5px; }
  .side__tag-list li {
    padding: 5px; }
  .side__tag-list a {
    color: #0088d4;
    border: 2px solid #0088d4;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 14px;
    background-color: #eef5ff;
    display: block;
    line-height: 1.2; }

.hover-effect {
  transition: all 0.3s ease; }
  .hover-effect:hover {
    opacity: 0.8; }

@media screen and (max-width: 1300px) {
  .header__nav::before {
    width: calc(100% + 20px); } }
.header__nav__list--main a {
  transition: all 0.3s ease; }
  .header__nav__list--main a:hover {
    background-color: #5cc4fe;
    color: #000000; }

/* ============================
 * UNDER CONTENTS
 * =========================== */
/* ============================
 * index
 * ============================ */
.top-slider {
  display: none; }

.top-slider.slick-initialized {
  display: block; }

.slick-slider {
  position: relative; }
  .slick-slider a {
    display: block; }

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  padding: 0;
  background: url(./img/icon_arrow01.svg) no-repeat 50% 50%/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4; }

.slick-prev {
  left: 10px;
  transform: translateY(-15px); }

.slick-next {
  right: 10px;
  transform: translateY(-15px) scale(-1, 1); }

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots button {
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    overflow: hidden;
    background-color: #b2b2b2;
    margin: 0 8px;
    border-radius: 10px; }
  .slick-dots .slick-active button {
    background-color: #5cc4fe; }

.top__slider__ttl {
  text-align: center;
  display: block;
  width: 586px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px auto 0;
  font-weight: bold; }

.top__section-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -10px;
  width: calc(100% + 20px); }

.top__section {
  width: 50%;
  padding: 10px;
  margin-top: 30px; }

.post-list--type03 {
  margin: 10px 0; }
  .post-list--type03 li {
    padding: 10px 0; }
    .post-list--type03 li:first-of-type .post-list--type03__item {
      font-size: 22px;
      display: block; }
    .post-list--type03 li:first-of-type .post-list--type03__thumb-wrap {
      width: 100%;
      height: 234px; }
    .post-list--type03 li:first-of-type .post-list--type03__txt {
      padding: 10px 0 0;
      width: 100%; }
    .post-list--type03 li:first-of-type .post-list--type03__ttl {
      font-size: 18px; }

.post-list--type03__item {
  display: -ms-flexbox;
  display: flex; }

.post-list--type03__thumb-wrap {
  width: 120px;
  height: 80px; }

.post-list--type03__txt {
  width: calc(100% - 120px);
  padding-left: 10px; }

.post-list--type03__ttl {
  height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  font-size: 14px; }
  .post-list--type03__ttl * {
    font-weight: bold; }

.post-list--type03__meta {
  font-size: 14px;
  margin-top: 6px; }

.top__all-list-wrap {
  display: none; }

.post-list__sitename{
	margin-left: auto;
	line-height: 1;
	color: #666666;
}

/* ============================
 * single
 * ============================ */
.single__post__meta {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex; }
  .single__post__meta + .single__post__meta {
    margin-top: 10px; }

.single__post__meta--top {
  margin-top: 20px; }

.single__post__meta__left {
  color: #666666; }

.single__post__meta__left--ttl {
  min-width: 3em; }

.single__post__meta__right--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 3em + 10px);
  margin-left: -10px; }
  .single__post__meta__right--list li {
    padding: 0 10px; }

.single__post__meta__right--margin {
  margin-left: 10px; }

.single__post__meta__item {
  color: #0078d2; }

.single__ttl {
  margin: 16px 0;
  font-size: 24px;
  word-break: break-all;
  font-weight: bold; }

.single__content {
  padding: 10px 0;
  font-size: 23px; }
  .single__content + .single__pagenation {
    margin-top: 0; }

.single__excerpt {
  font-size: 16px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 30px; }

.paragraph + .paragraph {
  margin-top: 40px; }

.single__content__img-wrap {
  text-align: center;
  margin-bottom: 40px; }

.single__content__caption {
  text-align: left;
  background-color: #f3f3f3;
  padding: 20px;
  font-size: 14px;
  word-break: break-all; }

.single__content__ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

.single__content__txt p {
  font-size: 16px; }
.single__content__txt p + p,
.single__content__txt p + .photo-wrap,
.single__content__txt .photo-caption + p,
.single__content__txt .photo-caption + .photo-wrap {
  margin-top: 30px; }
.single__content__txt .photo-wrap + p,
.single__content__txt .photo-wrap + .photo-wrap {
  margin-top: 30px; }
.single__content__txt a {
  color: #0078d2;
  text-decoration: underline; }

.single__next {
  color: #fff;
  background-color: #00aad8;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;}

.single__next__right {
  width: 95%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 80px 0 28px;
  position: relative; }
.single__next__right::before {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(./img/icon_arrow02.svg) no-repeat 50% 50%/contain; }

.single__next__right__txt,
.single__next__right__ttl {
  font-size: 16px; }

.single__next__right__ttl {
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.single__pagenation {
  margin: 40px -7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 14px); }

.single__pagenation__item {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  width: 54px;
  height: 54px;
  background-color: #bfbfbf;
  color: #fff;
  border-radius: 54px;
  margin: 0 7px; }

.single__pagenation__item--current {
  background-color: #5cc4fe; }

.single__writer {
  margin-top: 30px;
  font-size: 16px;
  clear: left;
}

.photo-wrap > div {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
.photo-wrap iframe[src*=youtube] {
  width: 100%;
  height: 405px; }

.photo-caption {
  margin-top: 10px; }
  
 .button_request{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 5px 0px 5px 0px;
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.img_request{
  width: 40px;
  margin-right: 5px;
}

/* ============================
 * page
 * ============================ */
.sitemap__list {
  margin: 40px 0; }
  .sitemap__list li + li {
    margin-top: 4px; }
  .sitemap__list a {
    color: #00aad8;
    font-size: 24px; }
    .sitemap__list a::before {
      display: inline-block;
      content: ">";
      margin-right: 10px; }

.contact__input {
  margin: 30px 0 0px; }
  .contact__input dt {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: bold; }
  .contact__input dd {
    margin: 0 0 30px; }

.contact__input__required {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  color: #ee3424; }

input[type="text"],
textarea {
  border: 1px solid;
  padding: 5px 10px;
  display: block;
  width: 100%; }

.contact__input__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: 40px auto 0;
  background-color: #00aad8;
  color: #fff;
  font-size: 24px; }

.mw_wp_form .error {
  color: #ee3424; }

.about > *:first-child {
  margin-top: 0; }
.about h2 {
  margin: 60px 0 20px;
  font-size: 30px;
  font-weight: bold; }
.about h3 {
  margin: 30px 0 10px;
  font-size: 26px;
  font-weight: bold; }
.about p + p {
  margin-top: 30px; }

.company table {
  margin: -10px; }
  .company table th,
  .company table td {
    padding: 10px; }
  .company table th {
    color: #0078d2; }
.company h2 {
  margin: 60px 0 20px;
  font-size: 30px;
  font-weight: bold; }
.company h3 {
  margin: 30px 0 10px;
  font-size: 26px;
  font-weight: bold; }
.company p + p {
  margin-top: 30px; }

.press-release p + p {
  margin-top: 20px; }
.press-release a {
  color: #00aad8;
  text-decoration: underline; }

.press-release__address {
  margin-top: 40px;
  background-color: #f7f7f7;
  padding: 40px;
  text-align: center; }

#not-found .main p + p {
  margin-top: 30px; }
#not-found .main p a {
  color: #00aad8;
  text-decoration: underline; }
  #not-found .main p a::before {
    display: inline-block;
    content: ">";
    margin-right: 10px; }

.nav_under {
  margin: 0 auto 30px auto;
  width: 970px;
  text-align: center; }

.lead_under {
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center; }

 .kijinaka_ad{
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    padding-top: .75em;
    /*width: 336px;
    height: 280px;*/
    text-align: center;

}

.pager_ad {
  clear: both !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }

.pager_left, .pager_left {
  width: 336px;
  text-align: center; }

.side_top, .side_middle, .side_under1, .side_under2 {
  margin: 0 auto 40px auto;
  width: 336px;
  text-align: center; }

.side_middle, .side_under1, .side_under2 {
  margin-top: 40px; }

.side ul.script_box {
  margin: -20px auto 0 auto;
  padding-bottom: 40px;
  width: 300px; }
  .side ul.script_box li {
    margin-top: 20px;
    width: 100%;
    text-align: center; }

.side-box-top {
	height: 280px;
	line-height: 0;
}
.side-box-float-wrap {
	position: fixed;
	height: 600px;
}
#side-box-float {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 336px;
	height: 600px;
	text-align: center;
}

a.single__back{
	display: block;
	color: #fff;
	background-color: #00aad8;
	width: 45%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	margin: 20px 0;
}
a.single__back__article{
	float: left;
}
a.single__back__top{
	float: right;
}
a.single__back .single__next__right{
	width: 100%;
	padding: 5px 50px 5px 80px;
}
a.single__back .single__next__right::before{
	right: auto;
	left: 20px;
	transform: rotate(180deg);
}
a.single__back .single__next__top{
	width: 100%;
	padding: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.metaslider.ms-theme-simply-dark.has-dots-nav {
	margin-bottom: 3rem !important;
}
ul.single_share_btn {
  margin-bottom: 20px;
}
ul.single_share_btn li {
  display: inline-block;
}
ul.single_share_btn li a {
  padding: 4px 7px;
  color: #fff;
  line-height: 1.2;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}
ul.single_share_btn li a:hover {
  opacity: .7;
}
ul.single_share_btn li a .social-icon {
  display: inline-block;
  margin-right: 5px;
}



.share_twitter a { background: #55acee;}
.share_facebook a { background: #3b5998;}
/*.social-line a { background: #00C100;}*/
.share_hatebu a { background: #008fde;}

/**
icons
 */
@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon.eot?hpvpvl');
  src:  url('font/icomoon.eot?hpvpvl#iefix') format('embedded-opentype'),
  url('font/icomoon.ttf?hpvpvl') format('truetype'),
  url('font/icomoon.woff?hpvpvl') format('woff'),
  url('font/icomoon.svg?hpvpvl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"] > span,
[class*=" icon-"] > span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.icon-hatena:before {
  content: "\e907";
}
.icon-hatena2:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
.icon-angle-left:before {
  content: "\e905";
}
.icon-caret-left:before {
  content: "\e906";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-caret-right:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}

.flex-control-thumbs li img{
  pointer-events: auto !important;
}

/*記事末バナー*/
.bottom_of_artilce_banner{
	margin: 10px 0;
	margin-top: 1em;
}

/*グロナビ*/

.header__nav{
  z-index: 5000;
}
.header__nav__list--item{
  flex: 1;
  text-align: center;
}
.header__nav__list--item a{
  font-size: 20px;
}
.header__nav--inner {
  width: 100%;
  padding: 12px 0 0;
  position: absolute;
  left: 0;
  top: 52px;
  visibility: hidden;
  opacity: 0;
}
.header__nav__child--content {
  background: #272323;
  padding: 0 0 24px 24px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
}
.header__nav__child--item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: calc(100% / 6);
  padding: 12px 24px 0 0; 
}
.header__nav__child--anchor {
  font-size: 1.0rem !important;
  font-weight: bold !important;
  -webkit-transition: color .375s ease 0s !important;
  transition: color .375s ease 0s !important;
  background-color: transparent !important;
  color: #fff;
}
.header__nav__child--anchor:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 0.4em;
height: 0.4em;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
margin: -0.125em 0 0 0.25em; 
}
.header__nav__child--anchor:after {
-webkit-transition: border-color .375s ease 0s;
transition: border-color .375s ease 0s; 
}
.header__nav__child--anchor:hover:after {
border-bottom-color: #5cc4fe;
border-right-color: #5cc4fe; 
}
.header__nav__child--anchor:hover {
color: #5cc4fe !important; 
}
.header_menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4000;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s; 
}
