@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on: 2017/1/27
    Theme Name: corekara_service_2026
    Author: caitaku inc.
    Version: 1.0.1
    Description:
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:
    Tags:
    Author URI:
*/

/* CSS Document */

/* ************************************************
*  default
* ************************************************ */

/* body {
  background: #fff;
  color: #333;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;
  overflow-x: hidden;
} */


li {
  list-style: none;
}


a:hover {
  text-decoration: none;
  /* color: #0085B2; */
}

img {
  max-width: 100%;
}


.blog_text ol {
  margin-bottom: 15px;
  list-style: decimal;
}

.blog_text ul {
  margin-bottom: 15px;
  list-style: disc;
}

/* 汎用クラス追加 2018/11/28 */
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}

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

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


/* ----------------------------------------------------
        maiin slider
---------------------------------------------------- */

.bx-wrapper .bx-viewport {
  border: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
}

.bx-wrapper {
  border: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
}

.bx-wrapper .bx-viewport {
  display: table;
  height: 100%;
}

.bx-wrapper .bx-viewport li {
  max-height: 300px;
  overflow-y: hidden;
}

.bx-wrapper .bx-viewport li img {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.bx-wrapper .bxslider_imgexp_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.bx-wrapper .bxslider_imgexp_inner {
  display: table;
  width: 60%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.bx-wrapper .bxslider_imgexp {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #eee;
  word-break: break-all;
}

.bx-wrapper .slider_noimg {
  background-color: #000;
}

/* ----------------------------------------------------
         carousel
---------------------------------------------------- */

.item_ranking_wapper {
  margin-top: 50px;
  background-color: #eee;
  width: 100%;
}

.item_ranking {
  background-color: #eee;
  padding: 20px 0;
}

.item_recommend_wapper {
  background-color: #fff;
  width: 100%;
}

.item_recommend {
  background-color: #fff;
  padding: 20px 0;
}

.item_ranking .item_ranking_title,
.item_recommend .item_recommend_title {

  font-weight: bold;
  font-size: 1.6em;
}

.item_ranking .slick-slide,
.item_recommend .slick-slide {
  text-align: center;
  padding: 5px;
}

.item_ranking .slick-slide img,
.item_recommend .slick-slide img {
  width: 100%;
}

.item_ranking .item_ranking_img,
.item_recommend .item_recommend_img {
  display: table;
  width: 100%;
  height: 150px;
  background-color: #000;
}

.item_ranking .item_ranking_imgexp,
.item_recommend .item_recommend_imgexp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #eee;
}

.item_ranking_exp,
.item_recommend_exp {
  font-size: 1em;
  margin: 3% 0;
}

.item_ranking_price,
.item_recommend_price {
  font-size: 1em;
}

/* ----------------------------------------------------
        aside
---------------------------------------------------- */

.aside_sns {
  margin-bottom: 30px;
}

aside .aside_sns ul {
  text-align: center;
}

aside .aside_sns li {
  display: inline-block;
  margin-left: 20px;
  font-size: 40px;
}

aside .aside_sns li:hover {
  background-color: #000;
}

aside .aside_sns li:first-child {
  margin-left: 0;
}

aside .aside_sns i {
  padding: 3px 9px;
}

aside .aside_sns a {
  color: #000;
}

aside .aside_sns a:hover {
  color: #fff;
}

aside #searchform .searchform,
aside .archive_list {
  width: 100%;
  position: relative;
}

aside .aside_listmenu #searchform li,
aside .archive_list_sp li {
  padding: 10px 10px 0 10px;
}

aside #searchform input,
aside .archive_list_sp input {
  width: 100%;
  padding: 15px 45px 15px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

aside #searchform select,
aside .archive_list_sp select {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  cursor: pointer;
}

aside #searchform select::-ms-expand,
aside .archive_list_sp select::-ms-expand {
  display: none;
}

aside #searchform label,
aside .archive_list_sp label {
  position: relative;
}

aside #searchform label:after,
aside .archive_list_sp label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(/web/20180612192409im_/https://corekara.co.jp/wp-content/themes/corekara_corporate/img/arrow.png) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}

aside #searchsubmit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
  background: transparent;
  border: 0;
}

.page-item-23 ul.children {
  display: none;
}

/* ************************************************
*  single
* ************************************************ */

/***** relational_link *****/

.single_relational_link {
  margin-bottom: 30px;
}

.single_relational_link h3 {
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 10px;
}

.single_relational_posts li {
  padding: 10px;
}

.single_relational_posts .single_relational_post_thumnail {
  float: left;
  width: 30%;
}

.single_relational_posts .single_relational_post_thumnail img {
  width: 100%;
  height: auto;
}

.single_relational_posts .single_relational_post_thumnail .single_relational_post_noimg {
  display: table;
  width: 100%;
  height: 111.844px;
  background-color: #000;
}

.single_relational_posts .single_relational_post_thumnail .single_relational_post_noimg .noimage {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #eee;
}

.single_relational_posts .single_relational_post_subinfo {
  float: right;
  width: 65%;
}

.single_relational_posts .single_relational_post_subinfo .single_relational_post_title {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.single_relational_posts .single_relational_post_subinfo .single_relational_post_date,
.single_relational_posts .single_relational_post_subinfo .single_relational_post_author {
  float: left;
  font-size: 1em;
}

.blog_text img {
  height: auto;
  border-radius: 7px;
  margin: 0em 0em 0.6em 0em;
}


/***** comments *****/

#comment_box {
  margin-bottom: 30px;
}

#comment_box h3 {
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 10px;
}

#comment_area {
  background: #f2f2f2;
  margin-top: 1em;
  line-height: 1.4em;
}

#comment_area h3#comments {
  font-size: 130%;
  margin: 0 0 0.7em;
}

#comment_area ol {
  list-style: none;
}

#comment_area ol li {
  overflow: hidden;
}

#comment_area ol li.depth-1 {
  border-bottom: 1px #ccc solid;
  margin-bottom: 30px;
  padding: 12px 12px 30px;
}

#comment_area ol li ul.children {
  margin-left: 10%;
}

img.avatar {
  margin-right: 8px;
  float: left;
}

span.says {
  display: none;
}

cite.fn {
  font-size: 90%;
}

div.comment-meta {
  font-size: 80%;
}

div.comment-meta:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.comment-body p {
  font-size: 90%;
  color: #000;
  margin: 10px;
}

div.reply {
  margin-bottom: 0.2em
}

div.reply:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.reply a {
  text-align: right;
}

#respond {
  background: rgba(255, 255, 255, 0.4);
  padding: 1em;
  margin: 20px 0;
}

#respond h3#reply-title {
  font-size: 130%;
  color: #000;
}

#respond h3#reply-title small a {
  font-size: 70%;
  text-decoration: underline;
}

#respond p {
  margin-bottom: 0.5em;
}

#respond p.commentNotesBefore,
#respond p.commentNotesAfter {
  font-size: 80%;
}

#respond p.form-submit {
  margin: 30px 0;
  text-align: center;
}

input#author,
input#email,
textarea#comment {
  width: 98%;
  border: 1px #d7d7d7 solid;
  margin-top: 0;
  font-size: 14px;
  padding: 7px 1%;
  color: #000;
}

textarea#comment {
  line-height: 1.6em;
}

input#submit {
  cursor: pointer;
  font-size: 110%;
  padding: 5px 1em;
  margin: 0;
  color: #fff;
  background: #555;
  border: none;
}

.comment-np-btn {
  margin: 20px 0 0;
}

.comment-pre,
.comment-next {
  cursor: pointer;
  font-size: 110%;
  margin: 0;
  border: none;
}

.comment-next {
  float: right;
}

/***** sns buttan *****/

.sns_top {
  margin: 30px auto;
}

.sns_top ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.sns_top li {
  display: inline-block;
  margin: 0 4px;
}

.sns_top li em {
  font-size: 10px;
  text-decoration: none;
  font-style: normal;
}

.sns_top .facebook div,
.sns_top .twitter div,
.sns_top .googleplus div,
.sns_top .hatena div,
.sns_top .line div,
.sns_top .pocket div,
.sns_top .feedly div {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 0px 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
  /* padding: 10px 0; */
}

.sns_top .hatena div,
.sns_top .line div,
.sns_top .pocket div,
.sns_top .feedly div {
  /* padding-bottom: 2px; */
}

.sns_top .facebook div {
  background-color: #3B5998;
}

.sns_top .twitter div {
  background-color: #1B95E0;
}

.sns_top .googleplus div {
  background-color: #DB4437;
}

.sns_top .hatena div {
  background-color: #0083D1;
}

.sns_top .line div {
  background-color: #00C300;
}

.sns_top .pocket div {
  background-color: #F03E51;
}

.sns_top .feedly div {
  background-color: #6CC655;
}

.sns_bottom,
.top_sns_bottom {
  margin: 60px 0;
}

.sns_bottom ul,
.top_sns_bottom ul {
  text-align: center;
  letter-spacing: -.4em;
  padding: 0px 10px;
}

.sns_bottom li {
  font-size: 0px;
  display: inline-block;
  letter-spacing: normal;
}

.top_sns_bottom {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.top_sns_bottom li {
  width: 32%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.top_sns_bottom li:nth-child(n+2) {
  margin-left: 2%;
}

.bInfo {}

.bInfo * {
  color: white !important;
}

.bInfo__inner {
  padding: 15px 15px 15px 15px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
  max-width: 340px;
  overflow: auto;
  text-align: left;
  background: #000;
  /*font-size:12px;*/
  margin: 0 auto;
}

.bInfo .home__s1--headlinetopic:nth-child(-n+4) {
  display: none;
}

.bInfo .home__s1--headlinetopic div {
  display: inline-block;
  vertical-align: top;
}

.bInfo .home__s1--headlinetopic div:first-child {
  display: block;
  margin-bottom: 3px;
}

.bInfo .home__s1--headlinetopic div:nth-child(2) {
  margin-bottom: 5px;
}

.bInfo .home__s1--headlinetopic a:hover {
  text-decoration: underline;
}

.bInfo .home__s1--headlinetopic div:first-child {
  padding-right: 0%;
  border: none;
  margin-right: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.bInfo .home__s1--headlinetopic div:last-child {
  width: 100%;
}

.top_sns_bottom li iframe {
  width: 740px !important;
  max-width: 100% !important;
}

.top_sns_bottom__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.fb_iframe_widget:not(.fb-like),
.fb_iframe_widget:not(.fb-like) span,
.fb_iframe_widget:not(.fb-like) iframe[style] {
  width: 100% !important;
  max-width: 340px !important;
}

.sns_bottom li:nth-child(2) {
  margin-left: 20px;
}

@media only screen and (max-width: 769px) {
  .top_sns_bottom li {
    width: 100%;
    text-align: center;
  }

  .top_sns_bottom li:nth-child(n+2) {
    margin-left: 0%;
    margin-top: 35px;
  }
}

.sns_bottom .facebook {}

.sns_bottom .twitter {}

.sns_bottom .facebook .sns_icon_btn div,
.sns_bottom .twitter .sns_icon_btn div {
  float: left;
}

.sns_bottom .facebook .sns_icon_btn div:nth-child(1),
.sns_bottom .facebook .sns_icon_btn div:nth-child(2),
.sns_bottom .twitter .sns_icon_btn div:nth-child(1),
.sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.sns_bottom .facebook .sns_icon_btn div:nth-child(1) {
  background-color: #355089;
}

.sns_bottom .facebook .sns_icon_btn div:nth-child(2) {
  background-color: #3B5998;
  min-width: 130px;
}

.sns_bottom .twitter .sns_icon_btn div:nth-child(1) {
  background-color: #1886CA;
}

.sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
  background-color: #1B95E0;
  min-width: 130px;
}

/* ************************************************
*  pagenation
* ************************************************ */

.pagination,
.page-link {
  position: relative;
  text-align: center;
}

.pagination span,
.pagination a,
.page-link span,
.page-link a {
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #000;
  text-decoration: none !important;
}

.pagination .current,
.page-link span {
  padding: 8px 13px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.page-link span {
  color: #fff;
}

.page-link a span {
  color: #000;
  background-color: #fff;
}

.pagination a.no_border {
  border: 1px solid #fff;
}

.pagination a,
.page-link a span,
.page-link span {
  border: 1px solid #999999;
  padding: 8px 13px;
}

.pagination a:hover,
.page-link a:hover span {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* ************************************************
*  home
* ************************************************ */

.home__s2 .slick-slide img,
.home__s3 .slick-slide img {
  height: auto;
}

/* ----------------------------------------------------
        home
---------------------------------------------------- */

.home__s1--bg {
  background-color: #000;
}

.home__s1 {
  padding: 30px 10px;
  font-size: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home__s1,
.home__s1 a {
  color: #fff;
}

.home__s1 a {
  display: block;
  padding: 2px 5px;
}

.home__s1 .home__s1--tag a:hover {
  color: #000;
  background-color: #fff;
}

.home__s1>div {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
}

.home__s1--titile {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 1;
}

.home__s1--headlinetopic:not(:last-child) {
  margin-bottom: 10px;
}

.home__s1--headlinetopic div {
  display: inline-block;
  vertical-align: top;
}

.home__s1--headlinetopic div:first-child {
  padding-right: 2%;
  border-right: 1px solid #fff;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
}

.home__s1--headlinetopic a:hover {
  text-decoration: underline;
}

.home__s1--headlinetopic div:last-child {
  width: 75%;
}

.home__s1--search {
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__s1--searchbox {
  width: 100%;

}

.home__s1--searchbox #searchform .searchform {
  width: 100%;
  position: relative;
}

#searchform {
  width: 100%;
}

.home__s1--searchbox #searchform input {
  width: 80%;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 0px 0;
}

.home__s1--searchbox #searchform label {
  position: relative;
}

.home__s1--searchbox #searchform label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(/web/20180612192409im_/https://corekara.co.jp/wp-content/themes/corekara_corporate/img/arrow.png) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}

.home__s1--searchbox #searchsubmit {
  width: 42px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  vertical-align: top;
}

.home__s1--tagbox {
  margin-top: 10px;
}

.home__s1--tag {
  margin-top: 10px;
}

.home__s1--tag li {
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 0 0 9px 5px;
}

.home__s2--bg {
  background-color: #fff;
  margin: 50px 0 30px;
}

.home__s3--bg {
  background-color: #fff;
  margin: 30px 0 50px;
}

.home__s2,
.home__s2 a,
.home__s3,
.home__s3 a,
.home__s4,
.home__s4 a {
  color: #000;
}

.home__s2 .slick-slide,
.home__s3 .slick-slide {
  margin: 0 5px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  min-height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {

  .home__s2 .slick-slide,
  .home__s3 .slick-slide {
    min-height: auto;
  }
}

.home__s2_topic>div,
.home__s3_topic>div {
  display: inline-block;
  vertical-align: top;
}

.home__s2_topic_box,
.home__s3_topic_box {
  width: 75%;
}

.home__s2_topic_img,
.home__s3_topic_img {
  width: 24%;
}

.home__s2_topic_img,
.home__s3_topic_box {
  float: left;
}

.home__s2_topic_box,
.home__s3_topic_img {
  float: right;
}

.home__s2_topic_img img,
.home__s3_topic_img img {
  width: 100%;
  height: auto;
}

.home__s4--bg {
  background-color: #F2F2F2;
  padding: 50px 0;
}

@media screen and (max-width:767px) {
  .home__s4--bg {
    padding-bottom: 20px;
  }
}

.home__s4--box {}

.home__s4--box>div {
  float: left;
}

.home__s4--box div img {
  width: 100%;
}

.home__s4--box div img:hover {
  filter: alpha(opacity=100);
  /*IE用*/
  -moz-opacity: 1;
  /*Firefox用*/
  opacity: 1;
  /*Chrome・Safari・Opera用*/
}

.home__s4--box1 div {}

.home__s4--box2>div {
  margin: 2% 0 0 2%;
  width: 49%;
}

.home__s4--box2 div:first-child {
  margin-left: 0;
}

.home__s4--box3>div {
  margin: 2% 0 0 2%;
  width: 32%;
}

.home__s4--box3 div:first-child {
  margin-left: 0;
}

.home__s4--expbox {
  text-align: center;
}

.home__s4--title {
  font-size: 24px;
  margin: 10px 0;
}

@media screen and (max-width:767px) {
  .home__s4--exp {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.home__s5--bg {
  background-color: #fff;
  margin: 50px 0 30px;
}

.home__st5--bg {
  background-color: #fff;
  margin: 0 0 30px 0;
}

@media screen and (max-width:767px) {
  .home__st5--bg {
    margin-top: 20px;
  }
}

.home__s5--box {
  font-size: 16px;
}

.home__s5--box>div {
  margin: 2% 0 0 2%;
  width: 49%;
  position: relative;
  float: left;
}

.home__s5--box div:first-child {
  margin-left: 0;
}

.home__s5--box img {}

.home__s5--exp {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.home__s5--title {
  font-size: 28px;
  padding: 20px;
  font-weight: 700;
  text-align: center;
}

.home__s6--bg {
  margin: 50px 0 30px;
}

.home__s6_topic_img {
  width: 21%;
  float: left;
}

.home__s6_topic_box {
  width: 78%;
  float: right;
}

.home__s6_topic_box>div {
  float: left;
  width: 32%;
  margin: 0 0 2% 2%;
  padding: 1%;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
}

@media screen and (max-width:767px) {
  .home__s6_topic_box>div {
    min-height: auto !important;
    padding: 10px;
  }
}

.home__s6_topic_box>div:nth-child(3n-2) {
  margin: 0 0 2% 0;
}

.home__s6_topic_box img {
  height: auto;
}

.home__s7 {}

.home__s7--tokyo,
.home__s7--osaka {}

.home__s7--tokyoadress,
.home__s7--tokyomap,
.home__s7--osakamap {
  float: left;
  width: 50%;
  font-size: 0;
}

.home__s7--osakaadress {
  float: right;
  width: 50%;
  font-size: 0;
}

.home__s7--tokyoadress,
.home__s7--osakaadress {
  position: relative;
  color: #fff;
  text-align: center;
}

.home__s7--tokyoadress>div,
.home__s7--osakaadress>div {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home__s7--tokyotitle,
.home__s7--osakatitle {
  font-size: 28px !important;
  margin-bottom: 10px;
}

.home__s7--tokyomap,
.home__s7--osakamap {}

.map-tokyobox,
.map-osakabox {
  position: relative;
  /* padding-bottom: 186px; */
  /* padding-top: 30px; */
  padding-top: 250px !important;
  padding-bottom: 0 !important;
  height: 0;
  overflow: hidden;
}

#map-tokyo,
#map-osaka {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home__topic_title {
  font-weight: bold;
}

/* ************************************************
* top__freearea
* ************************************************ */

.top__freearea {
  margin-top: 30px;
  text-align: center;
  letter-spacing: -.4em;
}

.simple_page .top__freearea {
  margin-top: 0;
}

.top__freearea li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  max-width: 269px;
}

@media only screen and (min-width: 769px) {
  .top__freearea li {
    width: 32%;
  }

  .top__freearea li:nth-child(n+2) {
    margin-left: 2%;
  }

  .top__freearea li:nth-child(3n+1) {
    margin-left: 0;
  }

  .top__freearea li:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top__freearea li {
    width: 49%;
  }

  .top__freearea li:nth-child(n+2) {
    margin-left: 2%;
  }

  .top__freearea li:nth-child(2n+1) {
    margin-left: 0;
  }

  .top__freearea li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.top__freearea li a,
.top__freearea li a:hover {
  color: #eee;
  text-decoration: none;
}

.top__freearea .top__freearea--bannerexp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__freearea .top__freearea--bannerexp>div {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.top__freearea .top__freearea--bannerexp>div>div {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .top__freearea .top__freearea--bannerexp {
    font-size: 13px;
  }

  .top__freearea .top__freearea--bannerexp>div>div p:first-child {}
}

@media only screen and (min-width: 769px) {
  /* ************************************************
    *  layout
    * ************************************************ */

  aside {
    float: left;
    width: 300px;
  }

  /* ----------------------------------------------------
             move
    ---------------------------------------------------- */
  .moviebox {
    width: 100%;
    height: 500px;
    overflow-y: hidden;
    position: relative;
    z-index: 10;
  }

  .moviebox video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .movieexp {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%;
  }

  .movieexp_box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .movieexp_title01,
  h1.movieexp_title02 {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
  }

  h1.movieexp_title02 {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 5px;
    font-size: 120%;
  }

  .sp_mainbox {
    display: none;
  }

  /* ----------------------------------------------------
            header
    ---------------------------------------------------- */
  @-webkit-keyframes random-bg {
    from {
      -webkit-filter: hue-rotate(0);
      filter: hue-rotate(0);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg);
    }
  }

  @keyframes random-bg {
    from {
      -webkit-filter: hue-rotate(0);
      filter: hue-rotate(0);
    }

    to {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg);
    }
  }

  /* pulsating effect on button */
  @-webkit-keyframes grow {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }

    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }

    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes grow {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }

    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }

    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  /* ----------------------------------------------------
            maiin slider
    ---------------------------------------------------- */
  .bx-viewport:before,
  .bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 1000;
  }

  .bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .bx-viewport:before {
    right: 100%;
    left: -100%;
  }

  .bx-viewport:after {
    left: 100%;
    right: -100%;
  }

  .bx-wrapper .bx-viewport {
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0 !important;
  }

  .bx-wrapper {
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
  }

  .bx-wrapper .bx-viewport {
    display: table;
    height: 100%;
  }

  /* ----------------------------------------------------
            bread_crumb
    ---------------------------------------------------- */
  h1.bread_crumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-radius: 0;
  }

  .bread_crumb_bg2 {
    display: none;
  }

  #bread_crumb {
    padding: 5px 0;
    font-size: 1em;
  }

  .bread_crumb_bg1 li,
  .bread_crumb_bg2 li {
    float: left;
  }

  /* ----------------------------------------------------
            main image box
    ---------------------------------------------------- */
  .main_imgbg_box {
    width: 100%;
    min-height: 360px;
    z-index: 0;
    position: relative;
    margin-bottom: 35px;
  }

  .main_imgbg_overlay {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .main_imgbg_noimgoverlay {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
  }

  .main_img_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .main_img_innerbox {
    display: table;
    height: 100%;
  }

  .main_img_innerbox.main_img_innernoimgbox {
    min-height: 300px;
  }

  .main_img_innerbox>div {
    display: table-cell;
    vertical-align: middle;
  }

  .main_img_innerbox>div {
    display: table-cell;
    vertical-align: middle;
  }

  .main_img_innerbox>div .main_img {
    float: left;
    width: 35%;
  }

  .main_img_innerbox img {
    width: 100%;
    height: auto;
  }

  .main_img_innerbox>div .main_info {
    float: right;
    width: 60%;
    color: #fff;
    line-height: 1.6;
  }

  .main_img_innerbox>div .main_info_noimg {
    margin: 0 auto;
    width: 60%;
    color: #fff;
  }

  .main_img_innerbox>div .main_info a,
  .main_img_innerbox>div .main_info_noimg a {
    color: #fff;
  }

  .main_img_innerbox>div .main_info .post_title,
  .main_img_innerbox>div .main_info_noimg .post_title {
    font-size: 2.4em;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-bottom: 0;
    color: #fff;
  }

  /* ----------------------------------------------------
            article
    ---------------------------------------------------- */
  .postlist .postlist_title {
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px 5px;
  }

  .postlist .postlist_box ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .postlist .postlist_box li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 45px;
    word-break: break-all;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .postlist .postlist_box li .postlist_img {
    display: table;
    width: 100%;
    height: auto;
  }

  .postlist .postlist_box li .postlist_img img {
    width: 100%;
    height: auto;
    border-radius: 7px;
  }

  .postlist .postlist_box li .postlist_noimg {
    display: table;
    width: 100%;
    height: 111.844px;
    background-color: #000;
  }

  .postlist .postlist_box li .postlist_noimgexp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #eee;
  }

  .postlist .postlist_box li .postlist_blogtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 3% 0;
    letter-spacing: 1px;
  }

  .postlist .postlist_box li .postlist_date {
    font-size: 1em;
    opacity: 0.7;
  }

  .postlist .postlist_box li .postlist_auther {
    font-size: 1em;
    opacity: 0.7;
  }

  .blog_lead_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #262627;
    margin-bottom: 40px;
    font-weight: 400;
  }

  .single-post .blog_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
	margin-bottom: 20px;
  }

  /* ----------------------------------------------------
            aside
    ---------------------------------------------------- */
  .aside_listmenu {
    margin-bottom: 30px !important;
  }

  .aside_listmenu li {
    padding: 10px;
  }

  .aside_listmenu li.aside_title {
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    border-bottom: none;
    background: #f2f2f2;
    padding: 16px 18px;
    position: relative;
    line-height: 1;
    margin-bottom: 1.0em;
  }

  .aside_listmenu li.aside_title:before {
    content: "";
    height: 14px;
    width: 4px;
    top: 50%;
    left: 0;
    background: #d44e5e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }

  .aside_search ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .aside_search {
    margin-bottom: 40px !important;
    z-index: 1001;
  }

  .aside_search form {
    z-index: 1001;
  }

  .aside_listmenu li:first-child {}

  .aside_banner {}

  .aside_banner .aside_banner_img {
    display: table;
    width: 100%;
    height: 120px;
    background-color: #000;
    margin-bottom: 20px
  }

  .aside_listmenu ul.aside_listmenu_list>li a:hover {
    color: #d44e5e;
  }

  .aside_listmenu ul.aside_listmenu_list>li:not(.aside_title) {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .aside_listmenu ul.aside_listmenu_list>li:not(.aside_title) a {
    position: relative;
    padding: 10px 10px 10px 15px;
    display: block;
  }

  .aside_listmenu ul.aside_listmenu_list>li:not(.aside_title) a:before {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.25s;
  }

  .aside_listmenu ul.aside_listmenu_list>li:not(.aside_title) a:hover:before {
    left: 4px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .aside_banner .aside_banner_imgexp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #eee;
  }

  .aside_listmenu #searchform li,
  .archive_list_sp li {
    padding: 0px;
  }

  .aside_listmenu .u-accordion__name {
    padding: 10px 0;
    display: table;
    font-weight: normal;
    line-height: 1;
    clear: both;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .aside_listmenu .u-accordion__name span {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    cursor: pointer;
  }

  .aside_listmenu .aside_news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 !important;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
  }

  .aside_listmenu .aside_news_box>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    /* border: #CCCCCC 1px solid; */
    color: transparent;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .aside_listmenu .aside_news_box>a:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .aside_listmenu .aside_news_box figure {}

  .aside_listmenu .aside_news_box figure img {
    max-width: 120px;
    height: auto;
    display: block;
  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox .aside_news_title {
    padding: 18px 10px;
    display: block;
    margin-bottom: 0em;
    line-height: 1.4;
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox>span {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 12px;
    color: #707070;
    display: block;
  }

  /* ----------------------------------------------------
             carousel
    ---------------------------------------------------- */
  .item_ranking,
  .item_recommend {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }

  /* ----------------------------------------------------
             single
    ---------------------------------------------------- */
  #single_post_list {
    margin-bottom: 60px;
  }

  .pagination-pc {
    display: block;
  }

  .pagination-sp {
    display: none;
  }

  /* ----------------------------------------------------
        footer
    ---------------------------------------------------- */
  .footer_h1 {
    margin-top: 100px;
    text-align: right;
    font-size: 10px;
  }

  .footer_h1 h1 {
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-radius: 0;
    font-size: 100%;
  }

  .footer {
    text-align: center;
    color: #fff;
  }

  .footer a {
    color: #fff;
  }

  .footer__info--logo {
    margin-bottom: 5px;
  }

  .footer__info--logo img {
    width: 400px;
  }

  .footer__info--copy {
    margin-bottom: 10px;
  }

  .footer__info--businesshours {
    font-size: 10px;
  }

  .footer__info--mail {
    font-size: 10px;
    margin-bottom: 25px;
  }

  .fNav {
    letter-spacing: -.4em;
    margin: 0px 0px 14px;
  }

  .fNav__unit {
    letter-spacing: normal;
    display: inline-block;
    margin-left: 32px;
  }

  .fNav__unit:first-child {
    margin-left: 0px;
  }

  a.fNav__link {
    font-size: 14px;
  }

  .copy {
    text-align: center;
  }

  .copy div {
    display: inline-block;
  }
}

/*gNavレスポンシブ用*/

@media only screen and (max-width: 1125px) {
  .gNav__unit--logo {
    padding-top: 28px;
  }

  .gNav__unit {
    font-size: 13px;
  }

  .gNav__unit--inquiry span {
    font-size: 12px;
    line-height: 1.2;
  }

  .gNav__unit--inquiry a {
    padding: 8px 15px;
  }
}

/*gNavレスポンシブ用*/

@media only screen and (max-width: 850px) {
  .gNav__unit {
    font-size: 12px;
  }

  .gNav__unit:nth-child(n+2) {
    margin-left: 1%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* ************************************************
    *  layout
    * ************************************************ */

  /* ----------------------------------------------------
             article
    ---------------------------------------------------- */
  .postlist .postlist_box li {
    width: 30%;
    float: left;
    margin-bottom: 5%;
    word-break: break-all;
  }

  /* ----------------------------------------------------
             slider
    ---------------------------------------------------- */
  .bx-wrapper img {
    height: auto;
  }

  /* ----------------------------------------------------
             carousel
    ---------------------------------------------------- */
  .item_ranking,
  .item_recommend {
    width: 100%;
    min-width: 100%;
  }

  .footer_h1 {
    margin-top: 100px;
    text-align: right;
    font-size: 10px;
  }

  .footer_h1 h1 {
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-radius: 0;
    font-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  /* ************************************************
    *  layout
    * ************************************************ */

  .container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .container_main {
    margin-top: 20px;
  }

  /* ----------------------------------------------------
            home
    ---------------------------------------------------- */
  .home__s1--headlinetopic div:first-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    width: 100%;
  }

  .home__s1--headlinetopic div:last-child {
    width: 100%;
  }

  .home__s1--bg {}

  .home__s1>div {
    display: block;
    width: 100%;
  }

  .home__s1--search {
    margin-top: 20px;
  }

  .home__s1--searchbox #searchform input {
    width: 80%;
  }

  .home__s2_topic>div,
  .home__s3_topic>div {
    display: block;
  }

  .home__s2--bg {
    margin: 20px 0 20px;
  }

  .home__s2_topic_img,
  .home__s3_topic_img {
    width: 50%;
    margin: 0 auto 20px;
  }

  .home__s2_topic_box,
  .home__s3_topic_box {
    width: 100%;
  }

  .home__s2_topic_img,
  .home__s3_topic_box,
  .home__s2_topic_box,
  .home__s3_topic_img,
  .home__s4--box>div,
  .home__s5--box>div,
  .home__s6_topic_img,
  .home__s6_topic_box {
    float: none;
  }

  .home__s4--box2>div {
    margin: 0;
    width: 100%;
  }

  .home__s4--box3>div,
  .home__s5--box>div {
    margin: 0 0 20px;
    width: 100%;
  }

  .home__s5--exp {
    font-size: 16px;
  }

  .home__s6_topic_img {
    width: 50%;
    margin: 0 auto;
  }

  .home__s6_topic_img img,
  .home__s5--box img {
    width: 100%;
  }

  .home__s6_topic_box {
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .home__s6_topic_box>div {
    width: 49%;
  }

  .home__s6_topic_box>div:nth-child(3n-2) {
    margin: 0 0 2% 2%;
  }

  .home__s6_topic_box>div:nth-child(2n-1) {
    margin: 0 0 2% 0;
  }

  .home__s7--tokyotitle,
  .home__s7--osakatitle {
    font-size: 18px !important;
    margin-bottom: 5px;
  }

  .home__s7--tokyoadress,
  .home__s7--tokyomap,
  .home__s7--osakaadress,
  .home__s7--osakamap {
    float: none;
    width: 100%;
  }

  .home__s7--tokyoadress img,
  .home__s7--osakaadress img {
    width: 100%;
  }

  /* ----------------------------------------------------
            header
    ---------------------------------------------------- */

  .movieexp {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .movieexp_box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .movieexp_title01 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  h1.movieexp_title02 {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 5px;
    font-size: 90%;
  }

  /* ----------------------------------------------------
             slider
    ---------------------------------------------------- */
  .slider_box {
    margin-top: 40px;
  }

  .bx-wrapper .bx-viewport li {
    height: 150px;
    overflow-y: hidden;
  }

  .bx-wrapper .slider_noimg {
    background-color: #000;
    height: 100%;
  }

  /* ----------------------------------------------------
        main image box
---------------------------------------------------- */
  .main_imgbg_box {
    margin-top: 40px;
  }

  .main_imgbg_box .main_imgbg_overlay,
  .main_imgbg_box .main_imgbg_noimgoverlay,
  .main_imgbg_box .sub_info_cate {
    display: none;
  }

  .main_imgbg_box {
    background-image: none !important;
  }

  .main_img_innerbox img {
    width: 100%;
    height: auto;
  }

  .main_imgbg_box .post_title {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
  }

  .main_imgbg_box .sub_info_spborder {
    padding: 10px;
    margin: 5px 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    font-size: 1em;
  }

  .main_imgbg_box .sub_info_spborder {}

  .main_imgbg_box .sub_info_spborder .sub_info_date {
    float: right;
  }

  .main_imgbg_box .sub_info_spborder .sub_info_author {
    float: left;
  }

  /* ----------------------------------------------------
            bread_crumb
    ---------------------------------------------------- */
  h1.bread_crumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-radius: 0;
  }

  .bread_crumb_bg2 {
    display: block;
    text-align: center;
    border-top: 1px #d7d7d7 solid;
    padding: 10px 0;
    border-bottom: 1px #d7d7d7 solid;
    font-size: 1em;
  }

  #bread_crumb {
    padding: 5px 0;
    font-size: 1em;
  }

  .bread_crumb_bg1 li,
  .bread_crumb_bg2 li {
    display: inline-block;
  }

  /* ************************************************
    *  single
    * ************************************************ */
  /***** relational_link *****/
  .single_relational_link {
    margin-bottom: 5%;
  }

  .single_relational_posts .single_relational_post_subinfo .single_relational_post_title {
    font-size: 1em;
    margin-bottom: 1%;
  }

  .single_relational_posts .single_relational_post_subinfo .single_relational_post_date,
  .single_relational_posts .single_relational_post_subinfo .single_relational_post_author {
    font-size: 1em;
  }

  .blog_text {
    /* padding: 0 3%; */
    word-break: break-all;
  }

  /***** sns buttan *****/
  .sns_top {
    padding: 0 3%;
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .sns_top li {
    margin: 0 9px;
  }

  .sns_top .facebook div,
  .sns_top .twitter div,
  .sns_top .googleplus div,
  .sns_top .hatena div,
  .sns_top .line div,
  .sns_top .pocket div,
  .sns_top .feedly div {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }

  .sns_bottom .facebook .sns_icon_btn div:nth-child(1),
  .sns_bottom .facebook .sns_icon_btn div:nth-child(2),
  .sns_bottom .twitter .sns_icon_btn div:nth-child(1),
  .sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
    padding: 10px;
  }

  .sns_bottom li:nth-child(2) {
    margin-left: 0%;
  }

  .sns_bottom .facebook .sns_icon_btn div:nth-child(2),
  .sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
    min-width: 120px;
  }

  aside .aside_listmenu li.u-accordion {
    padding: 10px 0;
  }

  aside .aside_listmenu li.u-accordion a {
    font-size: 14px;
    font-weight: normal;
    display: table;
    clear: both;
    width: 100%;
    margin: 0;
    color: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 20px;
  }

  aside .aside_listmenu li.u-accordion li a {}

  aside .aside_listmenu li.u-accordion a span {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
  }

  aside .aside_listmenu li.u-accordion ul.children {
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  /* ----------------------------------------------------
            article
    ---------------------------------------------------- */
  .postlist .postlist_title {
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px 5px;
  }

  .postlist .postlist_box ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;

  }

  .postlist .postlist_box li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0%;
    word-break: break-all;
    padding: 8px;
  }

  .postlist .postlist_box li:nth-child(2n-1) {}

  .postlist .postlist_box li:nth-child(2n) {}

  .postlist .postlist_box li .postlist_unit {
    width: 100%;
  }

  .postlist .postlist_box li .postlist_img {
    display: table;
    width: 100%;
    height: auto;
  }

  .postlist .postlist_box li .postlist_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .postlist .postlist_box li .postlist_noimg {
    display: table;
    width: 100%;
    height: 100px;
    background-color: #000;
  }

  .postlist .postlist_box li .postlist_noimgexp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #eee;
  }

  .postlist .postlist_box li .postlist_blogtitle {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 3% 0;
  }

  .postlist .postlist_box li .postlist_date {
    font-size: 12px;
    opacity: 0.6;
  }

  .postlist .postlist_box li .postlist_auther {
    font-size: 12px;
    opacity: 0.6;
  }

  .main_banner {}

  .main_banner li {
    width: 47%;
    float: left;
    margin-bottom: 5%;
  }

  .main_banner li:nth-child(2n-1) {
    padding: 0% 1% 2% 2%;
  }

  .main_banner li:nth-child(2n) {
    padding: 0% 2% 2% 1%;
  }

  .main_banner .aside_banner_img {
    display: table;
    width: 100%;
    height: 120px;
    background-color: #000;
    margin-bottom: 20px
  }

  .main_banner .aside_banner_imgexp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #eee;
  }

  .blog_text p {
    margin-bottom: 1em;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.8em;
  }

  .single-post .blog_text p {
    font-weight: 300;
  }

  /* ----------------------------------------------------
            aside
    ---------------------------------------------------- */
  .header_sideClosebtn {

    display: block;
    width: 28px;
    height: 28px;
    padding: 10px 10px 2px 10px;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
  }

  .header_sideClosebtn span:nth-child(1) {

    background-color: #d7d7d7;
    display: block;
    margin-top: 10px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .header_sideClosebtn span:nth-child(2) {

    background-color: #d7d7d7;
    display: block;
    margin-top: -1px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .aside_listmenu.drower_first {

    margin-top: 40px;
  }

  .aside_listmenu>ul>li,
  .archive_list_sp li {

    font-size: 14px;
    padding: 10px;
    border-bottom: 1px #d7d7d7 solid;

  }

  .aside_listmenu>ul.aside_listmenu_list>li:not(.aside_title) {

    padding: 0;
  }

  .aside_listmenu>ul.aside_listmenu_list>li:not(.aside_title) a {

    display: block;
    position: relative;
    padding: 10px 10px 10px 15px;
  }

  .aside_listmenu>ul.aside_listmenu_list>li:not(.aside_title) a:before {

    content: "";
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .aside_listmenu li li {

    padding: 10px 0;
    border-bottom: 1px #d7d7d7 solid;
  }

  .aside_listmenu li li:first-child {

    border-top: 1px #d7d7d7 solid;
  }

  .aside_listmenu li li:last-child {

    padding: 10px 0 0;
    border-bottom: none;
  }

  .aside_listmenu li.aside_title {

    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    border-bottom: none;
    background: #f2f2f2;
    padding: 13px 18px;
    position: relative;
    line-height: 1;
    margin-bottom: 0.5em;
  }

  .aside_listmenu li.aside_title:before {

    content: "";
    height: 14px;
    width: 4px;
    top: 50%;
    left: 0;
    background: #d44e5e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }

  .aside_listmenu #searchform {

    margin-bottom: 20px;
  }

  .aside_listmenu #searchform li {

    padding: 10px 10px 0 10px;
    border-bottom: none;
    text-indent: 0;
  }

  #searchsubmit {

    margin-bottom: 10px;
  }

  .aside_listmenu #archive_list_sp {

    border-bottom: 1px #d7d7d7 solid;
  }

  .aside_listmenu #archive_list_sp li {

    text-indent: 0;
  }

  .aside_sns {

    margin: 30px 0;
  }

  .aside_listmenu .aside_news_box {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #CCCCCC 1px solid;
    position: relative;
    padding: 0 !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .aside_listmenu .aside_news_box>a {

    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  .aside_listmenu .aside_news_box figure {}

  .aside_listmenu .aside_news_box figure img {

    max-width: 120px;
    height: auto;
    display: block;
  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox {

    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox .aside_news_title {

    padding: 18px 10px;
    display: block;
    margin-bottom: 0em;
    line-height: 1.4;
    text-indent: 0;
    font-size: 12px;
    padding: 0;
    font-weight: bold;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

  }

  .aside_listmenu .aside_news_box>.aside_news_box_textbox>span {

    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 12px;
    color: #707070;
    display: block;
    text-indent: 0;
  }

  /* ----------------------------------------------------
             carousel
    ----------------------------------------------------

    /* ----------------------------------------------------
            footer
    ---------------------------------------------------- */
  .footer_h1 {
    margin-top: 50px;
    text-align: right;
    font-size: 10px;
  }

  .footer_h1 h1 {
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0;
    border-radius: 0;
    font-size: 100%;
  }

  footer {
    background-color: #fff;
  }

  .footer__info {
    display: none;
  }

  .fNav__unit {
    letter-spacing: normal;
    display: block;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
  }

  .fNav__unit:first-child {
    border-top: 1px solid #d7d7d7;
  }

  .fNav__unit:first-child {
    margin-left: 0;
  }

  a.fNav__link {
    display: block;
    padding: 10px 0;
    font-size: 1em;
  }

  .copy {
    font-size: 0.6em;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
    padding-bottom: 90px;
  }

  .footer__sp--inquery {
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
  }

  .footer__sp--inquery a {
    font-size: 17px;
    display: block;
    line-height: 70px;
    color: #fff;
  }

  .footer__sp--envelope i {
    font-size: 37px;
    vertical-align: middle;
  }

  .footer__sp--phone i {
    font-size: 40px;
    vertical-align: middle;
  }

  .footer__sp--envelope,
  .footer__sp--phone {
    width: 50%;
    text-align: center;
    float: left;
  }

  .footer__sp--envelope {
    background-color: #0085b1;
  }

  .footer__sp--phone {
    background-color: #d44e5e;
  }

  /* ----------------------------------------------------
             carousel
    ---------------------------------------------------- */
  .item_ranking,
  .item_recommend {
    width: 100%;
    min-width: 100%;
  }

  .item_ranking_wapper {
    margin-top: 0;
  }

  /* ----------------------------------------------------
             single
    ---------------------------------------------------- */
  .relation_post_list {
    margin-bottom: 5%;
  }

  /* ----------------------------------------------------
             single
    ---------------------------------------------------- */
  .pagination-pc {
    display: none;
  }

  .pagination-sp {
    display: block;
    margin-top: 30px;
  }
}

/* ----------------------------------------------------
        TIPS
---------------------------------------------------- */

/* margin */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 0.5%;
}

.mar_t_5 {
  margin-top: 0.5%;
}

.mar_r_5 {
  margin-right: 0.5%;
}

.mar_b_5 {
  margin-bottom: 0.5%;
}

.mar_l_5 {
  margin-left: 0.5%;
}

.mar_t_8 {
  margin-top: 0.8%;
}

.mar_10 {
  margin: 1%;
}

.mar_t_10 {
  margin-top: 1%;
}

.mar_r_10 {
  margin-right: 1%;
}

.mar_b_10 {
  margin-bottom: 1%;
}

.mar_l_10 {
  margin-left: 1%;
}

.mar_20 {
  margin: 2%;
}

.mar_t_20 {
  margin-top: 2%;
}

.mar_r_20 {
  margin-right: 2%;
}

.mar_b_20 {
  margin-bottom: 2%;
}

.mar_l_20 {
  margin-left: 2%;
}

.mar_30 {
  margin: 3%;
}

.mar_t_30 {
  margin-top: 3%;
}

.mar_r_30 {
  margin-right: 3%;
}

.mar_b_30 {
  margin-bottom: 3%;
}

.mar_l_30 {
  margin-left: 3%;
}

.mar_40 {
  margin: 4%;
}

.mar_t_40 {
  margin-top: 4%;
}

.mar_r_40 {
  margin-right: 4%;
}

.mar_b_40 {
  margin-bottom: 4%;
}

.mar_l_40 {
  margin-left: 4%;
}

.mar_50 {
  margin: 5%;
}

.mar_t_50 {
  margin-top: 5%;
}

.mar_r_50 {
  margin-right: 5%;
}

.mar_b_50 {
  margin-bottom: 5%;
}

.mar_l_50 {
  margin-left: 5%;
}

/* padding */

.pad_v_10 {
  padding: 1% 0;
}

.pad_v_20 {
  padding: 2% 0;
}

.pad_v_30 {
  padding: 3% 0;
}

.pad_h_10 {
  padding: 0 10%;
}

.pad_h_20 {
  padding: 0 20%;
}

.pad_h_30 {
  padding: 0 30%;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 0.5%;
}

.pad_t_5 {
  padding-top: 0.5%;
}

.pad_r_5 {
  padding-right: 0.5%;
}

.pad_b_5 {
  padding-bottom: 0.5%;
}

.pad_l_5 {
  padding-left: 0.5%;
}

.pad_10 {
  padding: 1%;
}

.pad_t_10 {
  padding-top: 1%;
}

.pad_r_10 {
  padding-right: 1%;
}

.pad_b_10 {
  padding-bottom: 1%;
}

.pad_l_10 {
  padding-left: 1%;
}

.pad_20 {
  padding: 2%;
}

.pad_t_20 {
  padding-top: 2%;
}

.pad_r_20 {
  padding-right: 2%;
}

.pad_b_20 {
  padding-bottom: 2%;
}

.pad_l_20 {
  padding-left: 2%;
}

.pad_30 {
  padding: 3%
}

.pad_t_30 {
  padding-top: 3%;
}

.pad_r_30 {
  padding-right: 3%;
}

.pad_b_30 {
  padding-bottom: 3%;
}

.pad_l_30 {
  padding-left: 3%;
}

/* margin px */

.mar_5p {
  margin: 5px;
}

.mar_t_5p {
  margin-top: 5px;
}

.mar_r_5p {
  margin-right: 5px;
}

.mar_b_5p {
  margin-bottom: 5px;
}

.mar_l_5p {
  margin-left: 5px;
}

.mar_t_8p {
  margin-top: 8px;
}

.mar_10p {
  margin: 10px;
}

.mar_t_10p {
  margin-top: 10px;
}

.mar_r_10p {
  margin-right: 10px;
}

.mar_b_10p {
  margin-bottom: 10px;
}

.mar_l_10p {
  margin-left: 10px;
}

.mar_t_20p {
  margin-top: 20px;
}

.mar_r_20p {
  margin-right: 20px;
}

.mar_b_20p {
  margin-bottom: 20px;
}

.mar_l_20p {
  margin-left: 20px;
}

.mar_t_30p {
  margin-top: 3%;
}

.mar_r_30p {
  margin-right: 30px;
}

.mar_b_30p {
  margin-bottom: 30px;
}

.mar_l_30p {
  margin-left: 30px;
}

.mar_t_40p {
  margin-top: 40px;
}

.mar_r_40p {
  margin-right: 40px;
}

.mar_b_40p {
  margin-bottom: 40px;
}

.mar_l_40p {
  margin-left: 40px;
}

.mar_t_50p {
  margin-top: 50px;
}

.mar_r_50p {
  margin-right: 50px;
}

.mar_b_50p {
  margin-bottom: 50px;
}

.mar_l_50p {
  margin-left: 50px;
}

/* padding px  */

.pad_v_10p {
  padding: 10px 0;
}

.pad_v_20p {
  padding: 20px 0;
}

.pad_v_30p {
  padding: 30px 0;
}

.pad_h_10p {
  padding: 0 10px;
}

.pad_h_20p {
  padding: 0 20px;
}

.pad_h_30p {
  padding: 0 30px;
}

.pad_0p {
  padding: 0;
}

.pad_t_0p {
  padding-top: 0;
}

.pad_r_0p {
  padding-right: 0;
}

.pad_b_0p {
  padding-bottom: 0;
}

.pad_l_0p {
  padding-left: 0;
}

.pad_5p {
  padding: 5px;
}

.pad_t_5p {
  padding-top: 5px;
}

.pad_r_5p {
  padding-right: 5px;
}

.pad_b_5p {
  padding-bottom: 5px;
}

.pad_l_5p {
  padding-left: 5px;
}

.pad_10p {
  padding: 10px;
}

.pad_t_10p {
  padding-top: 10px;
}

.pad_r_10p {
  padding-right: 10px;
}

.pad_b_10p {
  padding-bottom: 10px;
}

.pad_l_10p {
  padding-left: 10px;
}

.pad_20p {
  padding: 20px;
}

.pad_t_20p {
  padding-top: 20px;
}

.pad_r_20p {
  padding-right: 20px;
}

.pad_b_20p {
  padding-bottom: 20px;
}

.pad_l_20p {
  padding-left: 20px;
}

.pad_30p {
  padding: 30px
}

.pad_t_30p {
  padding-top: 30px;
}

.pad_r_30p {
  padding-right: 30px;
}

.pad_b_30p {
  padding-bottom: 30px;
}

.pad_l_30p {
  padding-left: 30px;
}

/* border */

.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */

.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

.va-top {
  vertical-align: top;
}

/* text align */

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* inline */

.inline {
  display: inline-block;
}

/* float */

.fll {
  float: left;
}

.flr {
  float: right;
}

/* clear */

.clear {
  clear: both;
}

@media only screen and (min-width: 679px) {
  .dis_pc {
    display: block;
  }

  .dis_sp {
    display: none;
  }
}

@media only screen and (max-width: 678px) {
  .dis_pc {
    display: none;
  }

  .dis_sp {
    display: block;
  }
}

/* ----------------------------------------------------
        clearfix
---------------------------------------------------- */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* ----------------------------------------------------
        オンマウス
---------------------------------------------------- */

a:hover img {
  filter: alpha(opacity=75);
  /*IE用*/
  -moz-opacity: 0.75;
  /*Firefox用*/
  opacity: 0.75;
  /*Chrome・Safari・Opera用*/
}

/* ----------------------------------------------------
        font icon 追加
---------------------------------------------------- */


.fa-line:before {
  font-size: 28px;
}

/* ************************************************
*  error404
* ************************************************ */

#error404 {
  text-align: center;
  width: 500px;
  margin: 0 auto 100px;
  padding-top: 100px;
}

#error404 .error_title {
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

#error404 .error_exp {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0;
  font-size: 16px;
}

@media only screen and (max-width: 500px) {
  #error404 {
    width: 100%;
  }

  #error404 .error_title {
    font-size: 14px;
  }

  #error404 .error_exp {
    font-size: 14px;
  }
}

/* ************************************************
*  archive_list
* ************************************************ */

#archive_list {
  padding-bottom: 60px;
  margin: 30px 0 30px;
  border-bottom: 1px solid #d7d7d7;
}

#archive_list .archive_list_title {
  padding: 30px 0;
  margin-bottom: 60px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

#archive_list .archive_list_title h3.post_title {
  font-size: 18px;
  width: 460px;
  padding: 0 30px;
}

#archive_list li {
  float: left;
}

#archive_list li.archive_year {}

#archive_list li.archive_month {
  display: block;
  padding: 0 14px;
  margin: 5px 0;
  border-left: 1px solid #333;
  color: #d7d7d7;
  font-weight: bold;
}

#archive_list li.archive_month a {
  display: block;
}

#archive_list li:nth-child(2) {
  border-left: none;
}

#archive_list li:last-child {
  border-right: 1px solid #333;
}

#archive_list li.noarchive_year {
  display: block;
  padding: 5px 24px;
  background-color: #333;
  color: #fff;
}

#archive_list li.archive_year a {
  display: block;
  padding: 5px 24px;
  background-color: #333;
  color: #fff;
}

#archive_list li.archive_year:hover a,
#archive_list li.archive_month:hover a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #archive_list {
    display: none;
  }
}

/* ************************************************
*  archive_list_sp
* ************************************************ */

article #archive_list_sp {
  display: none;
}

article #archive_list_sp .archive_list_title {
  padding: 30px 0;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

article #archive_list_sp .archive_list_title h3.post_title {
  font-size: 16px;
  width: 100%;
  margin: 0;
}

article #date_select {
  display: block;
  width: 90%;
  height: 34px;
  margin: 0px 5% 15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 768px) {
  article #archive_list_sp {
    display: block;
  }
}

@media only screen and (min-width: 1920px) {
  .moviebox {
    height: 500px;
  }
}

a.contactBtn {
  text-align: center;
  font-size: 14px;
  background: #d44e5e;
  margin: 24px 20px 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 50%;
  line-height: 1.2;
  margin: 40px auto 0px;
  display: block;
  color: #fff;
  display: block;
  min-height: 45px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
}

a.contactBtn--topMiddle {
  margin: 40px auto 20px;
}

a.contactBtn:hover {
  text-decoration: none;
  background: rgba(204, 0, 1, 0.8);
}

.dispSp {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  .dispSp {
    display: block !important;
  }
}

/** PC only
===================================*/
.blog_text {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.8em;
}

@media screen and (min-width: 940px) {
  .blog_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 15px; */
  }
}

/* @media */

@media only screen and (max-width: 768px) {
  aside {
    right: -100vw;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  aside.open {
    right: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.aside_listmenu .fb-page {
  margin-bottom: 20px;
}


.aside_listmenu .aside_sns_link a {
  padding: 10px;
  border: 2px #CCCCCC solid;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.aside_listmenu .aside_sns_link span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}

.aside_listmenu .aside_sns_link .fa-twitter {
  color: #55ACEE;
  font-size: 30px;
}

.aside_listmenu .fb-page {
  text-align: center !important;
}

@media only screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {

  .sp-text-center {
    text-align: center;
  }

  .aside_listmenu .fb-page {
    text-align: center;
  }

  .aside_listmenu .aside_sns_link {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .aside_listmenu {
    margin-bottom: 20px;
  }
}

.post_detail h1.post_title {
  font-size: 30px;
  background: transparent;
  text-align: left;
  padding: 0;
  text-indent: 0;
  border-bottom: 4px solid #d44e5e;
  padding-bottom: 30px;
  margin-top: 0.2em;
  line-height: 50px;
  margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {
  .post_detail h1.post_title {
    font-size: 20px;
    line-height: 30px;
    /* margin-top: 20px; */
  }

  .post_detail {
    /* margin-top: 60px; */
  }
}

.post_detail .post_sub_info {
  margin-bottom: 40px;
}

.post_detail .post_sub_info p {
  color: #666;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: normal;
}

.simple_page {
  margin-top: 60px;
  /* overflow: hidden; */
}


.aside_listmenu>ul.aside_listmenu_list>li.u-accordion {}

.aside_listmenu>ul.aside_listmenu_list>li.u-accordion>a {}

.aside_listmenu>ul.aside_listmenu_list>li.u-accordion>a:before {
  content: "";
  top: 50%;
  left: 10px;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 6px;
  height: 2px;
  background: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.aside_listmenu>ul.aside_listmenu_list>li.u-accordion>a:after {
  content: "";
  top: 50%;
  left: 10px;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 6px;
  height: 2px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border: none;
}

.aside_listmenu>ul.aside_listmenu_list>li.u-accordion>ul>li {
  padding: 0;
}

.aside_listmenu>ul.aside_listmenu_list>li.u-accordion>ul>li a:before {
  left: 15px !important;
}

.main_img_simple {
  text-align: center;
}

.sns_top {
  text-align: center;
}

.fb-like {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .fb-like {
    width: 100%;
    margin-top: 20px !important;
    display: block !important;
  }
}


.mokuji {
  padding: 20px 20px 20px;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
  display: inline-block;
}

.written {
  padding: 20px 20px !important;
  border: 1px solid #d7d7d7;
  margin: 70px 0 50px 0;
}

.written .text {
  margin: 0 0px 0 20px !important;
}

.written .text .yurika {
  color: #0085B2;
  font-weight: bold;
  padding: 0 15px;
}

.written .image_center,
.written .text_center {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  /display: inline;
  /zoom: 1;
}

.written .image_center img {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .written {
    padding: 10px 10px !important;
    margin: 35px 0 30px 0;
  }

  .written .text {
    margin: 0 0 0 8px !important;
  }

  .written .text .yurika {
    padding: 0 5px;
  }
}

.tweetBox {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2.0em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tweetBox .tweetBox__imageInner {
  display: block;
  max-width: 80px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tweetBox .tweetBox__imageInner img {
  max-width: 100%;
  height: auto;
}

.tweetBox .tweetBox__textInner {
  width: calc(100% - 150px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #f2f2f5;
  border-radius: 15px;
}

.tweetBox .tweetBox__textInner:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -15px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f2f2f2;
}

.tweetBox.reverse .tweetBox__imageInner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.tweetBox.reverse .tweetBox__textInner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tweetBox.reverse .tweetBox__textInner:before {
  border-left: 15px solid #f2f2f2;
  left: auto;
  right: -15px;
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .tweetBox .tweetBox__imageInner {
    display: block;
    max-width: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tweetBox .tweetBox__textInner {
    width: calc(100% - 90px);
    font-size: 14px;
    padding: 10px;
  }

  .tweetBox .tweetBox__textInner:before {
    top: 15px;
    left: -5px;
    border: 10px solid transparent;
    border-right: 10px solid #f2f2f5;
  }

  .tweetBox.reverse .tweetBox__textInner:before {
    border-right: none;
    left: auto;
    right: -10px;
    border-left: 10px solid #f2f2f5;
  }
}

.tweetBox--type2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0em;
  /* align-items: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tweetBox--type2 .tweetBox__imageInner {
  display: block;
  max-width: 80px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tweetBox--type2 .tweetBox__imageInner img {
  max-width: 100%;
  height: auto;
}

.tweetBox--type2 .tweetBox__textInner {
  width: calc(100% - 110px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
}

.tweetBox--type2.reverse .tweetBox__imageInner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.tweetBox--type2.reverse .tweetBox__textInner {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .tweetBox--type2 .tweetBox__imageInner {
    display: block;
    max-width: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tweetBox--type2 .tweetBox__textInner {
    width: calc(100% - 70px);
    font-size: 14px;
    padding: 10px;
  }
}

.text-center {
  text-align: center;
}

.contact_btn {
  position: relative;
  font-size: 22px;
  text-align: center;
  border-radius: 4px;
  line-height: 1.4;
  font-weight: bold;
  padding: 1em 3em;
  /* background: #d44e5e; */
  color: #fff;
  width: 320px;
  margin: 40px auto;
  border-radius: 6px;
  display: block;
  -webkit-box-shadow: 0px 4px 0px 0px #65030a;
  box-shadow: 0px 4px 0px 0px #65030a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d44e5e), to(#f86274));
  background-image: linear-gradient(#d44e5e 0%, #f86274 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_btn>i {
  display: inline-block;
  margin: auto 10px;
}

.contact_btn:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #f87683;
  pointer-events: none;
}

.contact_btn:hover {
  color: #fff;
  letter-spacing: 0.050em;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px #65030a;
  box-shadow: 0px 0px 0px 0px #65030a;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contact_btn:hover:after {
  right: 1em;
}

@media only screen and (max-width: 767px) {
  .contact_btn {
    font-size: 18px;
    padding: 1em;
    width: 90%;
    width: calc(100% - 36px);
    margin: 20px auto;
  }
}

.button_cus.block {
  display: block;
}

.button_cus {
  position: relative;
  font-size: 22px;
  text-align: center;
  border-radius: 4px;
  line-height: 1.4;
  font-weight: bold;
  padding: 1em 3em;
  background: #d44e5e;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0px 4px 0px 0px #65030a;
  box-shadow: 0px 4px 0px 0px #65030a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button_cus:after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.button_cus:hover {
  color: #fff;
  letter-spacing: 0.050em;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px #65030a;
  box-shadow: 0px 0px 0px 0px #65030a;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.button_cus:hover:after {
  right: 1em;
}

.button_cus.fukuoka {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  background: #ffff01;
  -webkit-box-shadow: 0px 4px 0px 0px #c3c301;
  box-shadow: 0px 4px 0px 0px #c3c301;
  padding: 0.75em 1em;
  color: #1b1b1b;
}

.button_cus.fukuoka:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #c3c301;
  box-shadow: 0px 0px 0px 0px #c3c301;
  color: #1b1b1b;
}

.button_cus.fukuoka:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
}

.button_cus.halloween {}

@media only screen and (max-width: 768px) {
  .mainVisual {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .button_cus {
    font-size: 16px;
    padding: 1em;
    width: 90%;
    width: calc(100% - 36px);
    margin: 20px auto;
  }
}


.mainVisual {
  position: relative;
  height: 450px;
  margin-bottom: 0px;
  overflow: hidden;
}

.mainVisual .mainVisual__button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 90%;
  width: calc(100% - 30px);
  padding: 0 15px;
  max-width: 400px;
  margin: auto;
  font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
}

.mainVisual img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  right: -300%;
  max-width: none;
  margin: auto;
  display: block;
}

.mainVisual.halloween {
  height: 760px;
}

.mainVisual.halloween .mainVisual__button {
  bottom: 80px;
  max-width: 1200px;
}

.mainVisual .sp-only3 {
  display: none !important;
}

.mainVisual .pc-only3 {
  display: block !important;
}

@media screen and (max-width: 1200px) {
  .mainVisual:not(.halloween) {
    height: 0;
    padding-top: 40%;
  }

  .mainVisual:not(.halloween) img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mainVisual {
    height: auto;
    padding-top: 0;
  }

  .mainVisual .mainVisual__button {
    bottom: 15px;
    width: 90%;
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  .mainVisual .sp-only3 {
    display: block !important;
  }

  .mainVisual .pc-only3 {
    display: none !important;
  }

  .mainVisual img {
    position: relative;
    max-width: 100%;
    height: auto !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.topsecMap {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button_cus.ib {
  max-width: 280px;
  display: inline-block;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .button_cus.ib {
    max-width: auto;
    display: block;
  }
}



/* クイズパーツ */
.quizBox>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quizBox>img {
  margin-bottom: 30px;
}

.quizBox .questionWrap,
.quizBox .answerWrap {
  text-align: left;
}

.quizBox.quizBox__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.quizBox.quizBox__col2>span,
.quizBox.quizBox__col2>figcaption {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.quizBox.quizBox__col2>span>img {
  max-width: 100%;
}

.questionWrap .questionBox {
  cursor: pointer;
  list-style: none;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px #ccc solid;
  font-size: 18px;
  border-radius: 4px;
}

.questionWrap .questionBox.questionBox__correct {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.questionWrap .questionBox.clicked {
  background: #d44e5e;
  color: #FFF;
}

.questionWrap .questionBox.clicked.questionBox__correct {
  background: #68af15;
}

.questionWrap.question__done .questionBox {
  cursor: text;
}

.questionWrap.question__done .questionBox.questionBox__correct {
  color: #FFF;
  background: #68af15;
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.questionWrap.question__done .questionBox.questionBox__correct:before {
  font-family: Font Awesome\ 5 Free;
}

.answerWrap {
  display: none;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  margin: 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f0f0f0;
}

.answerWrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f0f0f0;
}

.answerWrap>strong {
  display: block;
  font-size: 30px;
  margin-bottom: 0.5em;
  color: #d44e5e;
}

.answerWrap>span {
  font-size: 18px;
}

.answerWrap.corrected>strong {
  color: #68af15;
}

@media only screen and (max-width: 767px) {

  .quizBox.quizBox__col2>span,
  .quizBox.quizBox__col2>figcaption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

  .answerWrap>strong {
    font-size: 22px;
  }

  .answerWrap>span {
    font-size: 14px;
  }
}

.marker_green1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #66FFCC));
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.marker_yellow1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_blue1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(105, 218, 236, 1)));
  background: linear-gradient(transparent 60%, rgba(105, 218, 236, 1) 60%);
}

.marker_blue2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #66ccff));
  background: linear-gradient(transparent 60%, #66ccff 60%);
}

.home__topic_img a {
  display: block;
  position: relative;
  padding-top: 66.5%;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.home__topic_img a img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

_:-ms-lang(x),
.home__topic_img a img {
  height: auto !important;
}

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

.sp_home__s2_topic_box>div .home__topic_img {}

.sp_home__s2_topic_box>div .home__topic_text {}

.home__topic_date {
  font-size: 12px;
  margin-top: 5px;
  color: #999 !important;
}

.home__topic_date a {
  color: #999 !important;
}

.buttonHalloween {
  text-decoration: none;
  display: inline-block;
  padding: 37px 5em;
  background-color: #ffff00;
  min-width: 220px;
  text-align: center;
  color: #7d2089;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 22px;
  -webkit-box-shadow: 4px 4px 29px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 29px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .buttonHalloween {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  }
}

.buttonHalloween:hover {
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: #1b1b1b;
  color: #ff7d11;
}

.buttonHalloween.text-large {
  padding: 1em 4.0em;
}

@media (max-width: 767px) {
  .buttonHalloween {
    font-size: 14px;
    padding: 20px 2em;
  }
}


@media (max-width: 767px) {
  .button.sp-block {
    display: block !important;
    min-width: auto !important;
  }
}

.buttonHalloween {
  position: relative;
}

.buttonHalloween:after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #7d2089;
  border-right: 3px solid #7d2089;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.buttonHalloween:hover:after {
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-top: 2px solid #ff7d11;
  border-right: 2px solid #ff7d11;
}


@media screen and (min-width: 1231px) {
  .sp-only4 {
    display: none !important;
  }
}

@media screen and (max-width: 1230px) {
  .pc-only4 {
    display: none !important;
  }

  .mainVisual.halloween {
    height: auto;
    position: relative;
    margin-top: 0;
  }

  .mainVisual.halloween img {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }

  .mainVisual__button {
    text-align: center;
    bottom: 10% !important;
  }
}

.profileBox {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profileBox__img {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.profileBox__txt {
  max-width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

@media screen and (max-width: 768px) {
  .profileBox {
    display: block;
  }

  .profileBox__img {
    max-width: 100%;
    text-align: center;
  }

  .profileBox__txt {
    max-width: 100%;
  }
}

.aside_mailMg {}

.aside_mailMg {}

.aside_mailMg p {
  margin-bottom: 15px;
  font-size: 14px;
}

.aside_mailMg_button {
  position: relative;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  line-height: 1.4;
  font-weight: bold;
  padding: 1em 0;
  /* background: #d44e5e; */
  color: #fff !important;
  width: 100%;
  margin: 0px auto 40px auto;
  border-radius: 6px;
  display: block;
  -webkit-box-shadow: 0px 4px 0px 0px #65030a;
  box-shadow: 0px 4px 0px 0px #65030a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d44e5e), to(#f86274));
  background-image: linear-gradient(#d44e5e 0%, #f86274 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.aside_mailMg_button:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #f87683;
  pointer-events: none;
}

.aside_mailMg .aside_mailMg_button:hover {
  color: #fff;
  letter-spacing: 0.050em;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px #65030a;
  box-shadow: 0px 0px 0px 0px #65030a;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.aside_mailMg_button.text-large {
  padding: 1em 4.0em;
}

@media (max-width: 767px) {
  .aside_mailMg .aside_mailMg_button {
    padding: 0.5em 0;
    font-size: 1.2rem;
  }

  .aside_mailMg .aside_mailMg_button.text-large {
    padding: 1em 2.0em;
    font-size: 1.2rem;
  }

  .aside_mailMg__wrap {
    padding: 10px 15px 0;
  }
}

.aside_mailMg .arrow {
  position: relative;
}

.aside_mailMg .arrow:after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.aside_mailMg .arrow:hover:after {
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

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

  .home__topic_content {
    font-size: 12px;
  }
}

/* CTA */

.ctaContactBox {
  background: #F2F2F2;
  padding: 20px;
  text-align: center;
}

.ctaContactBox p {
  font-weight: bold;
  margin-bottom: 5px;
}

.ctaContactBox .aside_mailMg_button {
  margin-bottom: 5px !important;
  max-width: 420px;

}



/*  */

.spTitleAnime {
  margin: 0;
  text-align: center;
}

.spTitleAnime img {
  width: 100%;
}

.home__s5--box img {
  display: block;
}

.home__s5--box a {
  display: block;
}

.bnrUnder__btn {
  background: #d44e5e;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.bnrUnder__btn span {
  position: relative;
}

.bnrUnder__btn span:after {
  content: "";
  top: 50%;
  right: -1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.bnrUnder__btnWrap:hover .bnrUnder__btn {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .btn_container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn_container .aside_mailMg_button {
  max-width: 320px;
  margin-bottom: 0;
}


.home__s4--imgbox>div>a {
  display: block;
  position: relative;
}

.home__s4--imgbox>div>a img {
  display: block;
}

.home__s4--imgbox>div>a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}



@media screen and (min-width:769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .pc-only {
    display: none !important;
  }
}


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

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

/*blogテキスト*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 100;
}

.underline1 {
  background: linear-gradient(transparent 80%, #F0A2AB 70%) !important;
  font-weight: normal;
}

.strong {
  font-weight: 900;
}

.strong_mokuji {
  font-weight: 900;
  margin: 0em 1em 0em 0em;
}

blog_title_h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #1C1D1D;
}


/*.blog_text h2 {
  background: initial !important;
  padding: 5px 0 !important;
  border-radius: 0px !important;
  color: #000;
  line-height: 1.8;
  text-align: left;
  margin: 50px 0px 30px 0px;
  border-bottom: 1.5px solid #000;
  font-size: 26px !important;
}*/

.blog_text h2 {
  font-weight: 700;
  font-size: 32px !important;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #1B1B1B;
  background: initial !important;
  padding: 5px 0 !important;
  border-radius: 0px !important;
  text-align: left;
  margin: 50px 0px 30px 0px;
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 15px !important;
  position: relative;
}

.blog_text h2:after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/*.blog_text h3 {
  font-weight: 700;
 font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.04em;
  color: #424242;
  padding-bottom: 10px;

}*/

.blog_text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1B1B1B;
  font-weight: 700;
  padding: 14px 20px;
  background-color: #F2F2F2;
  margin: 15px 0 10px;

}

.blog_text h4 {
  padding: .01em 0 .25em .75em;
  position: relative;
  /* border-left: 6px solid #DF3D53;*/
}

.blog_text h4::before {
  content: "";
  display: inline-block;
  background-color: #DF3D53;
  position: absolute;
  /*横幅*/
  width: 4px;
  /*縦幅*/
  height: 25px;
  /*位置*/
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .blog_text h2 {
    font-size: 20px !important;
    margin: 25px 0 30px;
  }

  .blog_text h3 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .blog_text h4 {
    font-size: 16px;
    margin: 15px 0;
  }
}

/*プロフィール画像 調整*/
section.blog_profile {
  margin: 50px auto;
  padding: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
}

div.profile_img {
  display: flex;
  align-items: center;
}

div.profile_img {
  width: 45%;
}

div.profile_detail {
  width: 55%;
}

div.profile_img img {
  width: 120px;
  height: 120px;
  margin: 0 25px 0 0;
  border-radius: 50%;
}

div.blog_text {
  /*padding-top: 15px;*/
}

.profile_detail p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 0;
}

p.text_name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

p.text_name-en {
  color: #999;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

  div.profile_img,
  div.profile_detail {
    width: 100%;
  }

  div.profile_img {
    justify-content: flex-start;
  }
}


.recruiteBtnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.recruiteBtnWrap>p {
  width: auto;
}

.recruiteBtnWrap>p:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .recruiteBtnWrap {
    flex-direction: column;
  }

  .recruiteBtnWrap .button__viewMore {
    margin: auto;
  }

  .recruiteBtnWrap>p:first-child {
    margin-right: 0;
  }

}

@media screen and (max-width: 1024px) {
  header#header #menu-icon {

    background: initial !important;

  }
}

.fvImg img {
  height: auto;
}

@media (min-width: 768px) {
  dl.categoryList {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }

  dl.categoryList a:hover {
    color: #d44e5e;
  }

  dl.categoryList dt,
  dl.categoryList dd {
    margin-right: 14px;
    font-size: 12px;
  }

  dl.categoryList dt {
    background: #d44e5e;
    color: #fff;
    padding: 3px 10px;
  }

}

@media (max-width: 767px) {
  dl.categoryList {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  dl.categoryList a:hover {}

  dl.categoryList dt,
  dl.categoryList dd {}

  dl.categoryList dt {
    display: block;
    max-width: 100%;
    flex: 0 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }

  dl.categoryList dd {
    display: inline-block;
    margin: 0 5px 5px 0;

  }

  dl.categoryList dd a {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
    padding: 3px 8px;
    color: #666;
    font-size: 11px;
    background: #fff;
  }
}

.articleList--text {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.postlist .articleList--text {
  width: 100%;
}

a.articleList__articleText {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}

a.articleList__articleText:hover {
  opacity: 0.75;
  transition: 0.15s;
}

.articleList__articleText time.articleList__time {
  max-width: 100px;
  flex: 0 0 100px;
  display: block;
}

.articleList__articleText .articleList__title {
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  a.articleList__articleText {
    display: block;
  }

  .articleList__articleText time.articleList__time {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .articleList__articleText .articleList__title {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 14px;
  }

}

@media only screen and (max-width: 769px) {
  section.blog_profile {
    grid-gap: 20px;
  }
}

#blog_postscript {
  background: #F4F4F4;
  border: none;
  margin: 0.9em 0em 3.8em 0em;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.0em;
  letter-spacing: 1px;
  font-weight: 500;
}

.btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnArea__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  background-color: #d24655;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  position: relative;
  transition: 0.5s;
}

.btnArea__btn--blue {
  background-color: #1B3474;
}

.btnArea__text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnArea__text::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -1px;
}

.btnArea__btn:hover {
  opacity: 0.9;
}

.btnArea--2 {
  padding-bottom: 15px;
}

.btnArea--2 .btnArea__btn {
  width: 350px;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .btnArea--2 {
    flex-direction: column;
  }

  .btnArea--2 .btnArea__btn {
    max-width: 100%;
  }

  .btnArea--2 .btnArea__btn:nth-child(2n) {
    margin-top: 25px;
  }
}

.btnAreaTitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.btnAreaTitle__text {
  position: relative;
}

.btnAreaTitle__text:after {
  position: absolute;
  bottom: -7px;
  left: 2%;
  width: 96%;
  height: 3px;
  background: #000;
  content: '';
}

/* -----------------------------
 * hubspotフォーム
----------------------------- */
.hbspt-form {
  padding: 0 15px;
}

.hbspt-form * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.hs-form-required {
  display: inline-block;
  font-size: 0;
  vertical-align: text-top;
}

.hs-form-required:before {
  content: "必須";
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  background: #d24a54;
  color: #fff;
  padding: 4px 8px 5px;
  margin-left: 8px;
  border-radius: 5px;
}
.hbspt-form fieldset + fieldset{
  margin-top: .5em;
}
.hbspt-form fieldset>div {
  margin-top: 8px;
}

.hbspt-form fieldset>div.legal-consent-container {
  margin-top: 5px;
}

.hbspt-form fieldset>div label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .hbspt-form fieldset>div label {
    font-size: 14px;
    line-height: 18px;
  }
}

.hbspt-form fieldset input:not([type="checkbox"]),
.hbspt-form fieldset select,
.hbspt-form fieldset textarea {
  border: solid 1px #e2e2e2;
  border-radius: 6px;
  background: #f4f4f4;
  padding: .75em;
  width: 100% !important;
  max-width: 100%;
}

.hs-richtext {
  line-height: 1.2;
}

.hs-richtext a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}

.hs-form-booleancheckbox {
  list-style: none !important;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form fieldset ul.inputs-list:not(.hs-error-msgs) {
  padding: 0;
  margin-top: 5px;
}

.hbspt-form fieldset ul.inputs-list .hs-form-booleancheckbox label>span {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 30px);
  margin-left: 0;
  letter-spacing: 1px;
}

.hbspt-form fieldset ul.inputs-list .hs-form-booleancheckbox label>input {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  float: none;
}

label.hs-error-msg {
  font-size: 12px;
}

.fl_right .hbspt-form fieldset>div label {
  text-align: left;
}

.p_dl .row .fl_right .hbspt-form .hs-richtext {
  text-align: left;
}

.p_dl .row .fl_right .hbspt-form a {
  width: auto;
  height: auto;
  font-size: inherit;
  font-weight: inherit;
  background: no-repeat;
  color: inherit;
  text-decoration: underline;
}

.hs_submit {
  max-width: 80%;
  margin: auto;
}

.hs_submit input[type="submit"] {
  font-size: 14px;
  font-weight: bold;
  background-color: #d24a54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out;
  padding: 15px;
}

@media screen and (max-width: 400px) {
  .hbspt-form fieldset>div {
    margin-top: 5px;
  }

  .hbspt-form fieldset>div label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .hbspt-form fieldset input,
  .hbspt-form fieldset select,
  .hbspt-form fieldset textarea {
    padding: 2px;
  }

  .hbspt-form fieldset>div.legal-consent-container {
    margin: 15px 0;
  }

  .hs_submit input[type="submit"] {
    font-size: 15px;
    padding: 8px;
  }
}

.wrapper-form .hbspt-form fieldset>div {
  margin-top: 5px;
}

.wrapper-form .hbspt-form fieldset>div label,
.wrapper-form .hbspt-form fieldset>div .hs-richtext {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.wrapper-form .hbspt-form fieldset input,
.wrapper-form .hbspt-form fieldset select,
.wrapper-form .hbspt-form fieldset textarea {
  padding: 2px;
}

.wrapper-form .hbspt-form fieldset>div.legal-consent-container {
  margin: 15px 0;
}

.wrapper-form .hs_submit input[type="submit"] {
  font-size: 15px;
  padding: 8px;
}

.wrapper-form .hbspt-form .hs-richtext {
	max-height: 100px;
	overflow-y: auto;
}

.main-contact .hbspt-form {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: calc(100% - 60px);
  margin: 0 auto 50px;
}
.legal-consent-container .hs-richtext {
    font-size: 12px;
    line-height: 175%;
    border: 1px solid #dfdfdf;
    padding: 1.5em;
    margin: 1em 0;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 10em;
}
.legal-consent-container .hs-richtext br:first-child{
  display: none;
}

 .hs-form-required:before{
  display: none;
}
.hs-form-required{
  font-size: 16px;
    color: red;
}
.hs-error-msgs {
    color: #dd2222;
    font-size: 12px !important;
}
label.hs-error-msg{
    font-size: 12px !important;

}
.hs-error-msgs li::marker{
  content: "※";
    font-size: 12px !important;
}
/*  追加 */
/* .hbspt-form {
    padding: 1.5em 2em 2.5em 2em;
    border: 1px solid #afafaf;
    border-radius: 10px;
} */
/* 
@media screen and (min-width: 700px) {
  .hbspt-form fieldset input:not([type="checkbox"]), .hbspt-form fieldset select, .hbspt-form fieldset textarea{
    font-size: 16px;
  }
  .hbspt-form fieldset + fieldset{
    margin-top: 1em;
  }
  .hbspt-form fieldset>div label{
    display: block;
    font-size: 15px;
  }
  .hbspt-form fieldset>.hs-form-field {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap;
  }
  .hbspt-form .input {
    flex-basis: calc(100% - 250px);
  }
  .hbspt-form fieldset.form-columns-1>.hs-form-field label {
      width: 220px;

  }
    .hbspt-form fieldset.form-columns-2>div label {
      width: 3em;

  }
  fieldset.form-columns-2 {
    margin: -.05em 0 1em !important;
  }
} */