@charset "UTF-8";
/* Theme Name: encount.press.sp
 * 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: 14px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: left; }

.outer {
  margin: 0 auto;
  width: 100%; }

.inner {
  margin: 0 auto;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px; }

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
 * ============================ */
.all {
  overflow: hidden; }

.header {
  background-color: #004da0;
  z-index: 9999;
  width: 100%; }

.header__outer {
  position: relative; }

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

.header__logo {
  width: calc(100% - 110px); }
  .header__logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }

.header__logo img {
  max-width: 95%; }

.header__top__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00315c;
  width: 110px;
  border-left: 5px solid #004da0; }

.header__search-btn::after,
.header__nav-btn::after,
.header__serch,
.header__nav {
  transition: all 0.3s ease; }

.header__search-btn,
.header__nav-btn {
  display: block;
  width: 50px;
  height: 40px;
  position: relative; }
  .header__search-btn::after,
  .header__nav-btn::after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: 0;
    visibility: hidden; }
  .header__search-btn.show::after,
  .header__nav-btn.show::after {
    visibility: visible;
    opacity: 1; }

.header__search-btn {
  position: relative;
  margin-right: 5px;
  background: url(./img/icon_find_blue.svg) no-repeat 50% 50%/24px auto; }
  .header__search-btn::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 100%;
    width: 5px;
    height: 100%;
    background-color: #004da0; }
  .header__search-btn::after {
    background-color: #00315c; }

.header__nav-btn {
  background-color: #000000;
  position: relative; }
  .header__nav-btn::after {
    background-color: #000000; }
  .header__nav-btn span {
    position: absolute;
    left: 10px;
    width: 28px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
    .header__nav-btn span:nth-of-type(1) {
      top: 11px; }
    .header__nav-btn span:nth-of-type(2) {
      top: 20px; }
    .header__nav-btn span:nth-of-type(3) {
      top: 29px; }

.header__nav-btn.show span{
	width: 30px;
	text-align: center;
	top: 19px;
	left: 10px;
}
.header__nav-btn.show span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__nav-btn.show span:nth-of-type(2) {
    opacity: 0;
}
.header__nav-btn.show span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__serch,
.header__nav {
  opacity: 0;
  visibility: hidden; }
  .header__serch.show,
  .header__nav.show {
    z-index: 9999;
    opacity: 1;
    visibility: visible; }

.header__serch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 18px;
  width: 100%;
  background-color: #00315c; }
  .header__serch .header__serch__input {
    width: calc(100% - 45px - 10px);
    border: 2px solid #5cc4fe;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 10px; }
  .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; }

.header__nav__list--sns li.nav-btn-close{
	color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 1em;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 8px;
	margin-left: 16px;
	margin-top: 5px;
}
.header__nav__list--sns li.nav-btn-close span{
	padding-left: 0.5em;
    position: relative;
    display: block;
    line-height: 33px;
}
.header__nav__list--sns li.nav-btn-close span::before{
	content: '\02715';
    display: inline-block;
    color: #000;
    position: relative;
    left: -0.25em;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.4em;
    background-color: #fff;
    border-radius: 50%;
}

.header__nav {
  position: absolute;
  background-color: #000000;
  color: #5cc4fe;
  width: 100%;
  left: 0; }
  .header__nav.show {
    opacity: 1;
    visibility: visible; }

.header__nav__list--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 0;
  z-index: 2;
  position: relative; }
  .header__nav__list--main li {
    width: 50%; }
  .header__nav__list--main a {
    font-family: "Anton", sans-serif;
    letter-spacing: 0.05em;
    padding: 0px 15px;
    font-size: 20px;
	font-weight: bold;
    display: inline-block; }

.header__nav__list--sub,
.header__nav__list--sns {
  display: -ms-flexbox;
  display: flex; }

.header__nav__list--sub {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .header__nav__list--sub li {
    width: 50%;
    padding: 5px 0; }
  .header__nav__list--sub a {
    padding: 5px 0px 5px 15px; }

.header__nav__list--sns {
  margin-left: 8px;
  padding: 10px 0 16px; }
  .header__nav__list--sns li {
    padding: 4px; }
  .header__nav__list--sns a {
    display: block; }
.header__nav__list--sns li.btn_header_x {
  display: inline-block;
  width: 44px;
  height: 44px; }
.header__nav__list--sns li.btn_header_x a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0;
  background: #333; }
.header__nav__list--sns li.btn_header_x a img {
  height: 100% !important;
  width: 100% !important;
  padding: 8px !important; }

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

.footer__sns {
  display: block;
  background-color: #ffc49c;
  padding: 18px 0; }

.footer__sns__txt {
  color: #fff;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  font-size: 43px;
  display: block;
  text-align: center; }

.footer__sns__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 10px;
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 20px; }
  .footer__sns__list li {
    padding: 4px; }
  .footer__sns__list a {
    display: block; }
.footer__sns__list li.btn_footer_x {
  display: inline-block;
  width: 70px;
  height: 70px; }
.footer__sns__list li.btn_footer_x a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0;
  background: #000; }
.footer__sns__list li.btn_footer_x a img {
  height: 100% !important;
  width: 100% !important;
  padding: 14px !important; }

.footer__inner {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

.footer__list--main {
  /*
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  */
  padding: calc(-6px + 20px) 15px calc(-6px + 30px); }
  .footer__list--main li {
    /*width: 50%;*/
    padding: 6px 0; }
  .footer__list--main a {
    font-family: "Anton", sans-serif;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-weight: bold;
    line-height: 1; }

.footer__list--sub,
.footer__small {
  font-size: 12px; }

.footer__list--sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 12px;
  margin: -10px 0; }
  .footer__list--sub li {
    margin: 10px 0;
    line-height: 1;
    width: 50%; }
  .footer__list--sub a {
    display: block;
    line-height: 1; }

.footer__small {
  display: block;
  text-align: center;
  padding: 20px 0; }

.main-wrap {
  margin-top: 0px; }

.main-wrap--lower {
  padding-top: 0px; }

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

#page .main,
#not-found .main {
  padding-bottom: 40px; }

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

.ttl--type01 {
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-right: -14px; }
  .ttl--type01 img {
    width: 100%; }

.ttl--type02 {
  font-size: 20px;
  margin: 0px 0px 20px;
  font-weight: bold; }

.breadcrumbs {
  font-size: 12px;
  margin-top: 20px;
  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; }
  .post-list__time + .post-list__category {
    margin-left: 10px; }

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

.post-list--type01 {
  margin: calc(-6px + 12px) 0; }
  .post-list--type01 li {
    padding: 6px 0px; }

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

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

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

.post-list--type01__ttl {
  overflow: hidden;
  word-break: break-all; }
  .post-list--type01__ttl * {
    display: block;
    font-weight: bold;
    line-height: 1.3; }

.post-list--type01__meta {
  font-size: 12px;
  margin-top: 4px; }

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

.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: 35px;
  background-color: #00aad8;
  color: #ffffff;
  font-size: 18px;
  line-height: 1; }
  .btn--default::before {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(./img/icon_arrow02.svg) no-repeat 50% 50%/contain;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(90deg); }

.pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 6px);
  margin: 20px -2.5px; }
  .pagenation > * {
    margin: 0 2.5px;
    line-height: 1;
    height: 26px;
    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: 18px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em; }

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

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

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

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

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

.pagenation__last {
  font-size: 12px;
  width: 110px;
  font-weight: bold; }

.side {
  padding-bottom: 30px; }

.side__ttl {
  display: block; }

.side__tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin: calc(-4px + 20px) -4px 0;
  width: calc(100% + 8px); }
  .side__tag-list li {
    padding: 4px; }
  .side__tag-list a {
    line-height: 1.2;
    display: block;
    color: #0088d4;
    text-decoration: underline; }

@media screen and (max-width: 330px) {
  .pagenation > * {
    height: 24px; }

  .pagenation__count,
  .pagenation__item {
    font-size: 12px; }

  .pagenation__count {
    width: 40px; }

  .pagenation__item {
    width: 24px; }

  .pagenation__last {
    width: 88px;
    font-size: 10px; } }
/* ============================
 * UNDER CONTENTS
 * =========================== */
/* ============================
 * index
 * ============================ */
.top-slider {
  display: none; }

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

.slick-slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  margin-bottom: 34px; }

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px auto 0;
  width: 290px;
  font-weight: bold; }

/* ============================
 * single
 * ============================ */
.single__post__meta {
  font-size: 12px;
  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 + 5px);
  margin-left: -5px; }
  .single__post__meta__right--list li {
    padding: 0 5px; }

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

.single__post__meta__item {
  color: #0078d2; }

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

.single__content {
  padding: 15px 0; }
  .single__content + .single__pagenation {
    margin-top: calc(22px - 15px); }

.single__excerpt {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 15px; }

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

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

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

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

.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;
  border-radius: 10px;
  min-height: 60px; }

.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 40px 0 10px;
  position: relative; }
  .single__next__right::before {
    position: absolute;
    content: "";
    display: block;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(./img/icon_arrow02.svg) no-repeat 50% 50%/contain; }

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

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

.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: 23px;
  width: 30px;
  height: 30px;
  background-color: #bfbfbf;
  color: #fff;
  border-radius: 30px;
  margin: 0 3.5px; }

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

.single__writer {
  margin-top: 15px; }

.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: calc(100vw - 28px);
  height: calc(56.25vw - 28px); }

.photo-caption {
  padding: 15px; }

.button_request{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 5px 0px 5px 0px;
  display: block;
}

.img_request{
  width: 30px;
  margin-right: 3px;
}


.related_article_list {
  margin: 15px auto 0 auto;}
.related_article_list p {
  font-weight: bold;
  line-height: 35px;
  padding: 0 10px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
  background-color: #00aad8;
  color: #ffffff;
  font-size: 18px;}

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

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

.contact__input__required {
  font-size: 14px;
  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: 100%;
  height: 40px;
  margin: 30px auto 0;
  background-color: #00aad8;
  color: #fff;
  font-size: 18px; }

.mw_wp_form .error {
  color: #ee3424; }

.about > *:first-child {
  margin-top: 0; }
.about h2 {
  margin: 40px 0 15px;
  font-size: 18px;
  font-weight: bold; }
.about h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold; }
.about p + p {
  margin-top: 20px; }

.company table {
  margin: -10px; }
  .company table th,
  .company table td {
    padding: 10px; }
  .company table th {
    color: #0078d2;
    width: 80px; }
  .company table td {
    width: calc(100% - 80px); }
.company h2 {
  margin: 40px 0 15px;
  font-size: 18px;
  font-weight: bold; }
.company h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold; }
.company p + p {
  margin-top: 20px; }

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

.press-release__address {
  margin-top: 20px;
  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; }

.header_under, .lead_under, .content_middle, .post_under, .footer {
  margin: 0 auto 20px auto;
  width: 100%;
  text-align: center; }
.lead_under, .content_middle, .post_under {
  margin: 20px auto; }

.footer_ad {
  margin: 0 auto 30px auto; }

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

a.single__back{
	display: block;
	color: #fff;
	background-color: #00aad8;
	width: 49%;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin: 20px 0;
}
a.single__back__article {
	float: left;
}
a.single__back__top {
	float: right;
}
a.single__back .single__next__right{
	width: 100%;
	padding:  10px 40px 10px 40px;
}
a.single__back .single__next__right::before{
	right: auto;
	left: 10px;
	transform: rotate(180deg);	
}
a.single__back .single__next__right {
	padding: 5px 10px 5px 30px;
}
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 .flexslider {
	margin-bottom: 40px;
}


ul.single_share_btn {
  margin-bottom: 20px;
  text-align: center;
}
ul.single_share_btn li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
ul.single_share_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0;
}
ul.single_share_btn li a:hover {
  opacity: .7;
}
ul.single_share_btn li a img {
  width: 100%;
  height: 100%;
}
ul.single_share_btn li a .social-icon {
  display: inline-block;
  margin-right: 5px;
}



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

.share_twitter a img {
  height: 100% !important;
  width: 70% !important;
  padding: 4px !important;
}

/**
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{
	text-align: center;
	margin-top: 1em;
}
/*ADVERTISEMENT*/
.ad--header {
  font-size: 10px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
  clear: both;}
/*フッターオーバーレイ用余白*/
.footer {
  margin-bottom: 120px;
}

/*ハンバーガーメニュー*/
.header__nav__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__list--mainv2 {
  border-bottom: 1px solid #262626;
}
.header__nav__toggle {
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
      flex: 0 0 48px;
  height: 48px;
  border-right: 1px solid #262626; 
}
.header__nav__toggle:before{
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header__nav__toggle:after{
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.header__nav__toggle.is-open:after{
  display: none;
}
.header__nav--inner {
  /*display: none;*/
  border-top: 1px solid #262626;
  padding: 0 24px;
  display: none;
}
.header__nav__toggle.is-open .header__nav--inner{
  display: block !important;
}

.header__nav__list--anchor {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 40px 0 16px;
  /* font-size: 1.4rem; */
  font-weight: 700;
  color: #fff;
}
.header__nav__list--item {
  border-bottom: 1px solid #262626;
}
.header__nav__list--anchor{
  font-size: 1.4rem;
  color: #fff;
}
.header__nav__child--inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav__child--anchor{
  font-size: 1.1rem;
  color: #fff;
}
.header__nav__child--content{
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.header__nav__child--item{
  margin: 0px 12px 12px 0px;
  /*background-color: #5cc4fe;*/
  border: 1px solid #5cc4fe;
  padding: 8px 10px;
  border-radius: 10px;
}
div.flexslider ul.slides li {
  float: none !important;
  opacity: 1 !important;
  margin-bottom: 20px !important;
  content-visibility: auto !important;
  contain-intrinsic-size: 200px !important;
}
div.flexslider ul.slides li:not(:last-child)::after {
  content: '縦にスクロールして次の写真を見る' !important;
  display: block !important;
  font-size: 13px !important;
  color: #999 !important;
  padding: 0.3em !important;
  text-align: center !important;
  background-color: #eee !important;
}
div.flexslider ol.flex-control-nav, div.flexslider ul.flex-direction-nav {
  display: none !important;
}