@charset "UTF-8";
/*
Theme Name: Home Room
Theme URI:
Description: Home Room
Author: 
Author URI: 
Version: 0.2.8
*/

/*==============================================================================
asset
============================================================================= */
.p-spacer-1 {
  height: 3vw;
}

@media screen and (min-width: 1024px) {
  .p-spacer-1 {
    height: 1vw;
  }
}

.p-spacer-2 {
  height: 4vw;
}

@media screen and (min-width: 1024px) {
  .p-spacer-2 {
    height: 1.5vw;
  }
}

.p-spacer-3 {
  height: 6vw;
}

@media screen and (min-width: 1024px) {
  .p-spacer-3 {
    height: 3vw;
  }
}

.p-spacer-4 {
  height: 8vw;
}

@media screen and (min-width: 1024px) {
  .p-spacer-4 {
    height: 4vw;
  }
}

/* web font
-------------------------------------------------- */
.en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* all display
-------------------------------------------------- */

.wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  zoom: 1;
}

.wrap:before {
  display: inline-table;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 330px;
}

#side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.left-content #main {
  width: 100%;
  float: left;
}

.left-content .main-inner {
  margin-right: 330px;
  margin-left: 0;
}

.left-content #side {
  width: 290px;
  float: left;
  margin-left: -290px;
}

.right-content #main {
  width: 100%;
  float: left;
}

.right-content .main-inner {
  margin-left: 330px;
  margin-right: 0;
}

.right-content #side {
  width: 290px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}

.one-column #content .wrap #main {
  width: 100%;
  float: none;
}

.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}

.one-column #content .wrap #side {
  display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {

  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }

  .main-inner {
    margin-right: 320px;
    box-sizing: border-box;
  }

  /* laptop end */
}

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

  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }

  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}

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

  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* phone end */
}

/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #2B2D2D;
}

a {
  text-decoration: none;
  color: #FF4A00;
}

a:hover {
  color: #2B2D2D;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #FF4A00;
  color: #ffffff;
}

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 26px 0 24px;
  border-bottom: 1px solid #f0f4f7;
}

#header.active {
  z-index: 1;
    position: fixed;
    top: 0;
}

#header #logo {
  float: left;
  width: 200px;
  line-height: 1;
}

#header #logo a {
  color: #2B2D2D;
}

#header #header-sns {
  float: right;
}

#header #header-sns ul {
  padding: 0;
}

#header #header-sns li {
  display: inline-block;
  padding: 0 12px;
  font-size: 21px;
}

#header #header-sns li a {
  
}

#header-sns li.facebook_icon a {
  color: #4267B2;
}

#header-sns li.instagram_icon a {
  background: linear-gradient(135deg, rgba(247, 207, 0, 1), rgba(246, 37, 2, 1) 45%, rgba(182, 47, 82, 1) 75%, rgba(113, 58, 166, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#header-sns li.tiktok_icon a {
  background: linear-gradient(135deg, #69C9D0 20%, #EE1D52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#header-sns li.twitter_icon a {
  color: #000000;
}

#header #header-sns li a:hover {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  color: #2B2D2D;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb {
  margin: 0 0 24px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
}

.breadcrumb li {
  float: left;
  margin-left: 10px;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
#gnav {
  margin-top: -1px;
  background: #ffffff;
  border-top: 1px #f0f4f7 solid;
  border-bottom: 1px #f0f4f7 solid;
  font-size: 14px;
}

#gnav .search-box {
  display: none;
}

#gnav .sub-menu {
  z-index: 10;
  font-size: 14px;
  margin: 0;
}

#gnav ul {
  margin: 0;
  padding: 0;
}

#gnav li {
  float: left;
  position: relative;
  padding: 0 24px 0 0;
}

#gnav li.current-menu-item a {
  border-top: 1px #FF4A00 solid;
}

#gnav li a {
  display: block;
  border-top: 1px #f0f4f7 solid;
  margin-top: -1px;
  padding: 20px 0px;
  color: #2B2D2D;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s;
}

#gnav li a:hover {
  color: #2B2D2D;
  border-top: 1px #FF4A00 solid;
}

#gnav li a:hover .sub-menu {
  display: block;
}

#gnav li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  background: #ffffff;
  border: none;
  border-bottom: none;
  margin: 0;
}

#gnav li .sub-menu li {
  float: none;
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}

#gnav li .sub-menu li:list-child {
  border-bottom: none;
}

#gnav li .sub-menu li a {
  color: #ffffff;
  background: #2b2b2b;
  font-size: 12px;
  padding: 14px 18px;
  margin-top: 0;
  border: none;
  overflow: hidden;
}

#gnav li .sub-menu li a:hover {
  background: #373B3B;
  color: #ffffff;
}

#gnav li .sub-menu li a:after {
  content: "\f105";
  float: right;
  font-family: 'FontAwesome';
}

#gnav li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

#gnav .sns-box {
  display: none;
}

#gnav .drawerDeco {
  display: none;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 15px 0 52px;
  /* キャプション */
}

#content .wp-caption {
  max-width: 100%;
  border: 1px solid #f0f4f7;
  text-align: center;
  padding: 5px;
}

#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

body.home #content {
  padding-top: 52px;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  background: #ffffff;
}

.cat-content-area {
  margin-top: 16px;
}

.post-header {}

.post-title a {
  color: #2B2D2D;
}

.post-title a:hover {
  color: #FF4A00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 0;
  margin-bottom: 0;
  background: #ffffff;
}

.cat-content .post-title,
article.page .post-title {
  margin-bottom: 0;
}

.post-meta {
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}

.post-meta li {
  background: #ffffff;
  float: left;
  font-size: 12px;
  margin: 0;
}

.post-thumbnail {}

.post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}

.post-content {
  overflow: hidden;
}

.post-content hr {
  border-bottom: 1px solid #f0f4f7;
  margin: 20px 0;
  clear: both;
}

.post-content ul {}

.post-content ol {
  list-style: decimal;
}

.post-content dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}

.post-content dl dd {
  margin: 0 0 20px;
  border-left: 4px solid #f0f4f7;
  padding: 0 0 0 10px;
}

.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}

.post-content h1 {
  clear: both;
}

.post-content h2 {
  clear: both;
  border-left: 5px solid #2B2D2D;
  padding: 0 13px;
}

.post-content h3 {
  clear: both;
  border-left: 5px solid #f0f4f7;
  padding: 0 13px;
}

.post-content table {
  border: 1px #f0f4f7 solid;
  max-width: 100%;
}

.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #f0f4f7 solid 1px;
}

.post-content table th {
  color: #ffffff;
}

.post-content table thead th {
  background: #2B2D2D;
}

.post-content table tbody th {
  background: #2B2D2D;
}

.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #ffffff;
}

.post-content table.table-line th {
  background: transparent;
  color: #2B2D2D;
  font-weight: bold;
}

.post-content table.table-line thead th {
  background: #2B2D2D;
  color: #ffffff;
}

.post-content table.table-line tr {
  background: #f0f4f7;
}

.post-content table.table-line tr:nth-child(2n+1) {
  background: #f0f4f7;
}

.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin: 0 0 32px;
}

.post-cta {
  margin: 0;
  background: #f5f5f5;
  color: #2B2D2D;
  border-top: 3px solid #2B2D2D;
}

.post-cta .post-cta-inner {
  padding: 30px 45px;
}

.post-cta .cta-post-title {
  padding: 40px 45px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f0f4f7;
}

.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 30px;
}

.post-cta .post-cta-cont {
  overflow: hidden;
}

.post-cta .post-cta-btn {
  margin: 40px 0 10px;
}

.post-cta .post-cta-btn a {
  background: #048923;
  color: #ffffff;
  border-radius: 3px;
  border-bottom: 5px solid #006718;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}

.post-cta .post-cta-btn a:hover {
  background: #39a33e;
  border-bottom: 5px solid #2d8230;
}

.post-cta p {
  margin-bottom: 1em;
}

.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  background: #FF4A00;
}

.post-cta .btn:hover {
  text-decoration: none;
  background: #f24e4f;
}

.post-share {}

.post-share .post-share-fb {
  margin-bottom: 0;
  padding-top: 40px;
  text-align: center;
}

.post-share .post-share-fb>span {
  margin: 0 auto;
}

.post-share .post-share-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}

.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}

.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  font-family: 'Didact Gothic';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  border: 1px #f0f4f7 solid;
  border-radius: 3px;
  padding: 20px 0;
}

.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f0f4f7;
}

.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}

.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}

.post-share .post-share-list1 li {
  width: 97.92%;
}

.post-share .post-share-list2 li {
  width: 47.92%;
}

.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}

.post-share .post-share-list4 li {
  width: 22.92%;
}

.post-share .post-share-list4 {
  text-align: center;
}

.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}

.post-share .post-share-list4 .big {
  font-size: 1.2em;
}

.post-share .post-share-facebook a:hover {
  color: #305097;
}

.post-share .post-share-twitter a:hover {
  color: #00aced;
}

.post-share .post-share-instagram a:hover {
  color: #2bb24c;
}

.post-sns {
  border-top: 1px #f0f4f7 solid;
  padding: 0;
}

.post-sns ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.post-sns ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #f0f4f7;
  color: #757575;
  font-size: 16px;
  text-align: center;
}

.post-sns ul li:last-child {
  border-right: none;
  padding: 0;
}

.post-sns ul li:hover {
  background-color: #f0f4f7;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.post-sns ul li.post-sns-twitter:hover {
  color: #00ACED;
}

.post-sns ul li.post-sns-instagram:hover {
  color: #5ACF5F;
}

.post-sns ul li span {}

.post-sns ul li a {
  width: 100%;
  display: block;
  color: #757575;
  text-decoration: none;
  padding: 24px 0;
}

.post-sns ul li a:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.post-sns ul li.post-sns-twitter a:hover {
  background-color: #000000;
  color: #ffffff;
}

.post-sns ul li.post-sns-instagram a:hover {
  background: linear-gradient(135deg, rgba(247, 207, 0, 1), rgba(246, 37, 2, 1) 45%, rgba(182, 47, 82, 1) 75%, rgba(113, 58, 166, 1));
  color: #ffffff;
}

.post-footer {}

.post-footer ul li {
  display: inline-block;
  vertical-align: top;
}

.post-footer ul li a:hover {
  text-decoration: underline;
}

.post-footer .bzb-sns-btn {
  padding: 0 0 36px;
  font-size: 0;
}

.post-footer .bzb-sns-btn li {
  display: inline-block;
  font-size: 16px;
  width: auto;
  vertical-align: top;
}

.post-footer .bzb-sns-btn:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}

.post-footer-list {
  margin: 0 0 40px;
}

.post-footer-list li {
  color: #ffffff;
}

.post-footer-list li i {
  color: #2B2D2D;
}

.post-footer-list li a {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  background: #f0f4f7;
  padding: 6px 10px;
  border-radius: 50vw;
  text-decoration: none;
}

.post-author {
  margin-bottom: 0px;
  padding: 24px 24px;
  border: 4px #f0f4f7 solid;
  color: #2B2D2D;
  border-radius: 4px;
}

.post-author h3 {
  font-size: 16px;
  font-weight: 600;
  border-left: 4px solid #f0f4f7;
  padding: 0 10px;
}

.post-author-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.post-author .post-author-img {
  position: relative;
  padding-right: 24px;
  border-right: 1px solid #f0f4f7;
}

.post-author .post-author-img .inner {
  padding: 0;
}

.post-author .post-author-img .inner img {
  width: 100px;
  border: 1px solid #f0f4f7;
  border-radius: 50vw;
}

.post-author a {
  color: #FF4A00;
}

.post-author .post-author-meta {
  position: relative;
  max-width: calc(100% - 149px);
}

.post-author .post-author-meta h2 {
  font-weight: bold;
}

#author-sns {
}

#author-sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#author-sns li {
  display: inline-block;
  padding: 0 8px;
  font-size: 18px;
}

#author-sns li a {
}

#author-sns li.author_link a {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  background: #f0f4f7;
  padding: 8px 12px;
  border-radius: 50vw;
  text-decoration: none;
}

#author-sns li.facebook_icon a {
  color: #4267B2;
}

#author-sns li.instagram_icon a {
  background: linear-gradient(135deg, rgba(247, 207, 0, 1), rgba(246, 37, 2, 1) 45%, rgba(182, 47, 82, 1) 75%, rgba(113, 58, 166, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#author-sns li.tiktok_icon a {
  background: linear-gradient(135deg, #69C9D0 20%, #EE1D52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#author-sns li.twitter_icon a {
  color: #000000;
}

#author-sns li a:hover {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  color: #2B2D2D;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}

/* bzb sns */
.post-header-meta {
  overflow: visible;
}

.post-header-meta:after {
  content: "";
  clear: both;
  display: block;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: auto;
  margin: 4px;
}

.bzb-sns-btn li.bzb-facebook {
  width: 112px;
}

/*
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-line a, .bzb-sns-btn li.bzb-line img {
  vertical-align: top;
}
*/
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}

.bzb-sns-btn li.bzb-line a img {
  vertical-align: top;
}


.bzb-facebook .fb-like>span {
  vertical-align: top !important;
}

.bzb-twitter {
  width: 92px;
}

.post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

/* comment
---------------------------------------- */
#comments {
  padding: 40px 64px;
}

.comment-list>.comment {
  margin-bottom: 40px;
  border-bottom: 1px #f0f4f7 solid;
}

.comment-list>.comment>.comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f0f4f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}

.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}

.reply a:hover {
  text-decoration: none;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 300px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #ffffff;
}

.post-loop-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.post-loop-wrap::after {
  content: "";
  display: block;
  width: 30%;
}


.post-loop-wrap article {
  position: relative;
  width: calc((100% - 4%) / 3);
  margin-bottom: 1.6rem;
  padding: 10px;
  border: 1px #f0f4f7 solid;
  border-radius: 8px;
}

.post-loop-wrap article img {
  border-radius: 4px;
}

.post-loop-wrap article .post-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  clear: both;
  font-weight: bold;
  border: none;
}

.post-loop-wrap article .post-meta {
  display: flex;
  overflow: hidden;
  margin: 6px 0;
  align-items: center;
}

.post-loop-wrap article .post-meta li {}

.post-loop-wrap article .post-meta li.category {
  font-size: 10px;
  margin: 0;
  margin-left: 8px;
  padding: 0 4px 2px;
  line-height: 1;
}

.post-loop-wrap article .post-meta li.category a {
  font-size: 11px;
  padding: 2px 4px;
  color: #2B2D2D;
  background: #f0f4f7;
  border-radius: 50vw;
}

.post-loop-wrap article p {
  margin-top: 0;
}

.post-loop-wrap .post-thumbnail {}

.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-loop-wrap .post-content {
  width: auto;
  padding: 0;
}

.post-loop-wrap .post-footer {
  border-top: 1px #f0f4f7 solid;
  padding-top: 10px;
}

.post-loop-wrap .post-footer .bzb-sns-btn {
  padding: 0;
  margin-right: 50px;
  float: left;
}

.post-loop-wrap .post-footer .loop-comment-icon {
  float: right;
}

.post-loop-wrap .post-footer .loop-comment-icon .fa {
  font-size: 18px;
  margin-right: 5px;
}

.post-loop-wrap .post-footer .loop-comment-icon .share {
  display: none;
}

.post-loop-wrap .post-footer .loop-comment-icon .count {
  font-size: 14px;
}

.more-link {
  border: 1px #FF4A00 solid;
  padding: 12px 24px;
  line-height: 26px;
  margin-bottom: 64px;
  box-sizing: border-box;
  clear: both;
  color: #FF4A00;
  font-size: 14px;
}

.more-link:hover {
  background: #FF4A00;
  color: #ffffff;
  text-decoration: none;
}

/* content-none */
.content-none {
  padding-top: 40px;
}

/* ----------------------------------------
* pagination
---------------------------------------- */
.pagination {
  display: flex;
  width: 100%;
  margin: 0 0 120px 0;
  padding: 0;
  justify-content: center;
}

.post-content .pagination {
  margin: 0;
}

.pagination a,
.pagination>span {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 2px 2px 2px 0;
  padding: 12px 20px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
}

.pagination a {
  color: #2B2D2D;
}

.pagination>span {
  background: #2B2D2D;
}

.pagination a:hover {
  color: #ffffff;
  background: #2B2D2D;
}

.pagination .current {
  width: 48px;
  height: 48px;
  padding: 12px 20px;
  background: #2B2D2D;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 32px;
  padding-bottom: 32px;
  line-height: 1.6;
  font-size: 14px;
}

.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
}

.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #f0f4f7;
}

.side-widget a {
  color: #2B2D2D;
  text-decoration: none;
}

.side-widget a:hover {
  color: #FF4A00;
}

.side-widget ul.post li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.side-widget ul.post li .entry-thumbnail {
  position: relative;
  max-width: 40%;
  margin-right: 8px;
}

.side-widget ul.post li ol {
  position: relative;
  max-width: calc(60% - 8px);
  margin: 0;
  clear: both;
  border: none;
}

.side-widget ul.post li ol li  {
  padding: 0;
  border: none;
  font-size: 14px;
}

.side-widget ul.post li ol li.date {
  line-height: 1;
}

.side-widget ul.post li ol li.category {
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1;
  background: #f0f4f7;
  border-radius: 50vw;
}

.side-widget ul.post li ol li.category a {
  
  color: #ffffff;
}

.side-widget ul.post li ol li .post-title {
  margin: 4px 0 0 0;
  font-size: 16px;
  clear: both;
  font-weight: bold;
  border: none;
}

.side-widget.widget_recent_comments a {
  background: none;
}

.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

#views-2 ul li span {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #2B2D2D;
  text-decoration: none;
  display: block;
}

.widget_categories a {
  display: inline-block;
}

.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: #FF4A00;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}

.recentcomments a {
  color: #2B2D2D;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}

.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}

.widget_calendar a {
  color: #666;
}

.widget_calendar li {
  margin-bottom: 1em;
}

.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tbody a {
  display: block;
}

.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #f9f9f9;
  padding: 20px;
}

#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}

#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}

#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #ffffff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #2B2D2D;
}

#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}

#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}

#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}

#side .share-list-wrap .post-share-list1 li.post-share-instagram a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-instagram a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-instagram a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-instagram a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}

#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}

#side-author .side-author-img {
  float: left;
  width: 100px;
}

#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  color: #1E252C;
}

#footer a {
  color: #1E252C;
}

#footer a:hover {
  color: #FF4A00;
}

#footer .wrap {
  padding: 30px 0;
}

#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}

.footer-01 {
  background: #ffffff;
  border-top: 1px #f0f4f7 solid;
  font-size: 13px;
}

.footer-01 ul {
  overflow: hidden;
  text-align: center;
}

.footer-01 ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-02 {
  background: #ffffff;
  border-top: 1px #f0f4f7 solid;
}

.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}

.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #f0f4f7;
  margin: 0 auto;
  background: #ffffff;
  padding: 45px 0;
}

.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}

.single-lp .lp-thumbnail img {
  vertical-align: top;
}

.single-lp .post-content {
  padding: 0;
  overflow: hidden;
}

.single-lp #lp-header {
  background: #ffffff;
  padding: 0 56px;
}

.single-lp #lp-header h1 {
  font-size: 32px;
  color: #FF4A00;
  padding-bottom: 35px;
  border-bottom: 1px solid #f0f4f7;
}

.single-lp #content {
  padding: 40px 56px;
  overflow: hidden;
}

.single-lp #main {
  width: 100%;
}

.single-lp .main-inner {
  overflow: hidden;
  margin-right: 350px;
}

/* one-column */
.one-column.single-lp #main {
  float: none;
}

.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}

.one-column.single-lp #side {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.single-lp #side {
  width: 320px;
  margin-left: -320px;
}

.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}

.single-lp.right-content .main-inner {
  margin-left: 350px;
  margin-right: 0;
}

.single-lp .post-footer {
  padding: 20px 0;
}

.single-lp .lp-form {
  background: #494c4e;
  color: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.single-lp .lp-form h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}

.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #5ace5f;
  color: #ffffff;
  border-bottom: 5px solid #38bd3e;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 3px;
}

.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #6ed472;
}

.single-lp .lp-form dl {
  margin-bottom: 13px;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-menu-tog {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }

  .single-lp .main-inner {
    margin-right: 350px;
  }
}

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

  /* tablet */
  .sp-hide {
    display: none !important;
  }

  .sp-show {
    display: block !important;
  }

  #main .post-sns {}

  #main .post-share-title {}

  .single-lp #lp-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .single-lp #lp-header .lp-title {
    padding: 0;
    margin: 0;
    font-size: 21px;
  }

  .single-lp #content {
    padding: 20px;
  }

  .single-lp .lp-wrap {
    padding: 24px 0;
    width: auto;
    margin: 0 24px;
  }

  .single-lp .lp-wrap input[type=text] {
    width: 100%;
  }

  .single-lp .lp-wrap input[type=submit] {
    margin-top: 30px;
  }

  .single-lp .post-content {
    padding: 0 !important;
  }

  .single-lp #side {
    margin-left: 0;
    width: 100%;
  }

  .single-lp #side dl,
  .single-lp #side dt,
  .single-lp #side dd {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }

  .single-lp #side dt {
    margin-bottom: 8px;
  }

  .alignleft,
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  /* header */
  #header {
        padding: 20px 0 20px !important;
        background: #ffffff;
        transition: background-color 0.3s;
        z-index: 1;
  }

  #header.active {
  }

  #header .wrap {
    padding: 0;
  }

  #header #logo {
    width: 160px;
  }

  #header #logo img {
    vertical-align: top;
  }

  #header #header-sns {
    display: none;
  }

  #header #header-primary-nav {
    display: none;
  }

  #header-menu-tog,
  #header-menu-toggle {
    display: block;
    float: right;
    font-size: 24px;
  }


  #header-menu-toggle {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }

  #header-menu-toggle span {
    position: absolute;
    background: #182b4b;
    height: 1px;
    right: 7%;
    -webkit-transition: all 0s ease 0s, all .35s ease 0s;
    -moz-transition: all 0s ease 0s, all .35s ease 0s;
    transition: all 0s ease 0s, all .35s ease 0s;
  }

  #header-menu-toggle span:nth-child(1) {
    top: 0;
    width: 100%;
  }

  #header-menu-toggle span:nth-child(2) {
    top: 50%;
    width: 75%;
  }

  #header-menu-toggle span:nth-child(3) {
    top: 100%;
    width: 50%;
  }

  .open #header-menu-toggle span:nth-child(1) {
    top: 5px;
    opacity: 1;
    -webkit-transform: translateY(6px) rotate(225deg);
    -moz-transform: translateY(6px) rotate(225deg);
    -ms-transform: translateY(6px) rotate(225deg);
    transform: translateY(6px) rotate(225deg);
}

.open #header-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.open #header-menu-toggle span:nth-child(3) {
  top: 16px;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(-6px) rotate(-225deg);
  -moz-transform: translateY(-6px) rotate(-225deg);
  -ms-transform: translateY(-6px) rotate(-225deg);
  transform: translateY(-6px) rotate(-225deg);
}

  #gnav {
    display: block;
    position: fixed;
    background: #fff;
    top: 65px;
    right: 0;
    width: 0%;
    height: 100vh;
    padding: 32px;
    box-sizing: border-box;
    overflow: scroll;
    z-index: 1;
    -webkit-transition: all 0s ease 0s, all .45s ease 0s;
    transition: all 0s ease 0s, all .45s ease 0s;
    opacity: 0;
    transition: .7s;
  }

  #gnav.active {
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 1;
  }

  #gnav .wrap {
    margin: 0;
  }

  #gnav .search-box {
    display: block;
  }

  #gnav ul li {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 1px;
    padding: 0;
  }

  #gnav ul li.current-menu-item a {
    border-top: none;
    background: #f0f4f7;
  }

  #gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: #ffffff;
    text-decoration: none;
    -webkit-transition: background .45s ease-in-out;
    transition: background .45s ease-in-out;
    border-bottom: 1px #f0f4f7 solid;
  }

  #gnav.active ul li a {
    -webkit-transition: all 0s ease 0s, all .45s ease 0s;
    transition: all 0s ease 0s, all .45s ease 0s;
  }

  #gnav ul li a:hover {
    color: #2B2D2D;
    border-top: none;
  }

  #gnav ul li a:hover .sub-menu {
    display: block;
  }

  #gnav ul li .sub-menu {
    display: block;
    position: relative;
    width: auto;
    margin-left: 20px;
    background: #ffffff;
    border: none;
    border-bottom: none;
  }

  #gnav ul li .sub-menu li {
    float: none;
    margin-right: 0;
  }

  #gnav ul li .sub-menu li:list-child {
    border-bottom: none;
  }

  #gnav ul li .sub-menu li a {
    color: #FF4A00;
    background: #ffffff;
    padding: 10px 15px;
    border-bottom: 1px #f0f4f7 solid;
  }

  #gnav ul li .sub-menu li a:hover {
    background: #fafafa;
    color: #FF4A00;
    box-shadow: 0;
  }

  #gnav ul li .sub-menu .sub-menu {
    left: auto;
    top: auto;
  }

  #gnav .sns-box {
    display: block;
    color: #FF4A00;
    text-align: center;
    margin-top: 20px;
  }

  #gnav #header-sns ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #gnav #header-sns ul a {
    margin: 0 4px;
    padding: 12px 16px;
    border-bottom: none;
  }

  #gnav .drawerDeco {
    position: absolute;
    display: block;
    right: 0;
    top: 12vw;
    width: 30px;
  }

  #gnav .drawerDeco__text {
    width: 18px;
    font-size: 10px;
    writing-mode: vertical-rl;
  }

  #gnav .drawerDeco:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100px;
    background: #FF4A00;
  }

  /* loop */
  .cat-content {
    padding: 20px;
  }

  .post-loop-wrap article {
    width: calc((100% - 4%) / 2);
  }

  .post-loop-wrap .post-thumbnail {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .post-loop-wrap .post-title {
    margin-bottom: 0;
  }

  .post-loop-wrap .post-content {
    padding: 0;
  }

  .post-loop-wrap .post-footer {
    display: none;
  }

  /* comment */
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: auto;
  }

  /* padding */
  .post-header {}

  .post-content,
  .cta-post-title,
  .post-cta,
  .post-cta-inner,
  .post-share,
  .post-author,
  article.page .post-header {
    /*padding: 20px !important;*/
  }

  .post-thumbnail,
  .post-cta-img {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }

  .post-footer {}

  .more-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* tablet end */
}

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

  /* phone */
  .post-content h2 {
    font-size: 24px;
    margin-top: 24px;
  }

  .post-content h3 {
    font-size: 20px;
    margin-top: 24px;
  }

  .post-content h4 {
    font-size: 18px;
  }

  .post-content table {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 0;
  }

  #main .post-share .post-sns {}

  #main .post-share .post-sns ul li {
    width: auto;
    float: none;
    border-right: none;
    border-bottom: 1px solid #f0f4f7;
  }

  #main .post-share .post-sns ul li a {
    padding: 16px 0;
    font-size: 16px;
  }

  #main .post-share .post-sns ul li a span {
    font-size: 16px;
  }

  #main .post-share .post-sns ul li a:before {
    font-size: 18px;
  }

  #main #comments {
    padding: 20px;
  }

  #main .post-author {
  }

  #main .post-author h3 {
    text-align: center;
    border: none;
  }

  #main .post-author-inner {
    flex-direction: column;
  }

  #main .post-author .post-author-img {
    float: none;
    margin: 0 auto;
    padding: 0;
    border: none;
  }

  #main .post-author .post-author-meta {
    max-width: 100%;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
    margin: 10px auto 0;
  }

  .post-loop-wrap article .post-meta li.category a {
    font-size: 10px;
  }

  .post-loop-wrap article .post-title {
    font-size: 14px !important;
  }

  .post-loop-wrap .term-list li .post-title {
    font-size: 14px;
}

  .post-cta .post-cta-img {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }

  .post-cta .post-cta-btn {
    margin: 24px 0 10px;
  }

  .post-cta .post-cta-btn a {
    width: 100%;
    box-sizing: border-box;
  }

  .post-footer {}

  #main .post-cta .cta-post-title {
    font-size: 24px !important;
    padding: 0 0 20px !important;
  }

  .side-widget ul.post li .entry-thumbnail {
    max-width: 30%;
    margin-right: 8px;
}

.side-widget ul.post li ol {
  max-width: calc(70% - 8px);
}

.side-widget ul.post li ol li .post-title {
  font-size: 14px;
}

  /* phone end */
}

/* ----------------------------------------
* table scroll
---------------------------------------- */
table {
  width: 100%;
}

table td,
table th {
  word-break: break-all;
  text-align: left;
}

.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}

.table-grad {
  position: relative;
  white-space: nowrap;
}

.table-grad:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  table {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  table img {
    max-width: initial;
  }
}


.post-sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
}

.post-sns ul li a:before {
  content: none;
}

.post-sns ul li a i {
  margin-right: 6px;
}

.post-sns ul li.post-sns-twitter a:hover {
  background: #000;
}

.post-sns ul li.post-sns-twitter a:hover svg path {
  fill: #fff !important;
}

#header #header-sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*//////////////////////////////////////////////////////////////////
/////////// ここから追加
/////////////////////////////////////////////////////////////////*/

.category-section__heading {
  width: 100%;
  margin: 0 0 24px;
  text-align: center;
  line-height: 1.2;
}

@media print,
screen and (min-width: 768px) {
  .category-section__heading {
    margin-bottom: 36px;
  }
}

.category-section__heading_en {
  font-size: 24px;
  text-transform: capitalize;
}

.category-section__heading_ja {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
  .category-section__heading_ja {
    font-size: 14px;
  }
}

.cat-content .category-section__heading_en {
  font-size: 32px;
}

@media print,
screen and (min-width: 768px) {
  .cat-content .category-section__heading_en {
    font-size: 32px;
  }
}


.cat-content .category-section__heading_ja {
  font-size: 16px;
}

@media print,
screen and (min-width: 768px) {
  .cat-content .category-section__heading_ja {
    font-size: 18px;
  }
}


/*//////////////////////////////////////////////////////////////////
/////////// btn
/////////////////////////////////////////////////////////////////*/

.btn-outer {
  width: 100%;
}

.btn {
  position: relative;
  display: flex;
  font-size: 18px;
  max-width: 280px;
  line-height: 1;
  font-weight: 600;
  color: #2B2D2D;
  padding: 14px 20px;
  margin: 0px auto 4px;
  border-radius: 50vw;
  background: #ffffff;
  border: 3px solid #2B2D2D;
  justify-content: center;
  box-shadow: 0px 4px #2B2D2D;
  transition: .35s;
}

.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2B2D2D;
  border-right: 2px solid #2B2D2D;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(4%);
  transition: .35s;
}

.btn:hover {
  margin: 4px auto 0px;
  box-shadow: 0px 0px #2B2D2D;
}

.btn:hover:before {
  right: 8px;
}

.btn.orange {
  color: #FF4A00;
  background: #ffffff;
  border: 3px solid #FF4A00;
  box-shadow: 0px 4px #FF4A00;
}

.btn.orange:before {
  border-top: 2px solid #FF4A00;
  border-right: 2px solid #FF4A00;
}

.btn.orange:hover {
  box-shadow: 0px 0px #FF4A00;
}


/*//////////////////////////////////////////////////////////////////
/////////// slick slide
/////////////////////////////////////////////////////////////////*/

.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

@media screen and (max-width: 991px) {
  .slick-slide {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}

.slider img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}

.slide-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .slide-dots {
    bottom: 20px;
  }
}

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

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
}

.slide-dots li.slick-active button::before {
  background: #fff1eb;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

/*//////////////////////////////////////////////////////////////////
/////////// カテゴリリスト
/////////////////////////////////////////////////////////////////*/


.post-loop-wrap .term-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.post-loop-wrap .term-list li {
  position: relative;
  width: calc((100% - 4%) / 3);
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 991px) {
  .post-loop-wrap .term-list li {
    width: calc((100% - 4%) / 2);
  }
}

.post-loop-wrap .term-list li img {
  border-radius: 8px;
}

.post-loop-wrap .term-list li .post-title {
  margin: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #2b2b2b;
  clear: both;
  font-weight: bold;
}

/* ----------------------------------------
* archives category
---------------------------------------- */

.o-archives-category-nav {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .o-archives-category-nav {
  }
}
.category-nav__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f4f7;
}
@media screen and (min-width: 768px) {
  .category-nav__container {
    padding-bottom: 40px;
  }
}

.category-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -10px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .category-nav__list {
    margin: 0;
  }
}
.category-nav__item {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .category-nav__item {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0;
  }
}
.category-nav__link {
  position: relative;
  font-size: 14px;
  line-height: 1.8181818182;
  text-decoration: none;
  background: #f0f4f7;
  padding: 6px 10px;
  border-radius: 50vw;
}
.category-nav__link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 3px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transition: all .2s;
  background: #ceff00;
}
/* ----------------------------------------
* archives tag (common topics/column/faq)
---------------------------------------- */

.o-archives-tag-nav {
  margin-bottom: 0;
  order: 10;
}
@media screen and (min-width: 768px) {
  .o-archives-tag-nav {
    margin-top: 0;
    margin-bottom: 0;
    order: 0;
  }
}
.tag-nav {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .tag-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.tag-nav__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f4f7;
}
@media screen and (min-width: 768px) {
  .tag-nav__container {
    padding-bottom: 40px;
  }
}
.tag-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tag-nav__item {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .tag-nav__item {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0;
  }
}
.tag-nav__link {
  position: relative;
  font-size: 14px;
  line-height: 1.8181818182;
  text-decoration: none;
  background: #f0f4f7;
  padding: 6px 10px;
  border-radius: 50vw;
}


/*//////////////////////////////////////////////////////////////////
/////////// single
/////////////////////////////////////////////////////////////////*/
.single {}

.post-thumbnail {}

#ez-toc-container {
  width: 100% !important;
  background: rgba(236, 236, 236, .3) !important;
  border: none !important;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 16px 0 32px !important;
  padding: 16px !important;
}

@media screen and (min-width: 1024px) {
  #ez-toc-container {
    margin: 24px 0 48px !important;
  }
}

span.ez-toc-cssicon {
  display: none;
}

#ez-toc-container .ez-toc-toggle label,
#ez-toc-container label.cssicon,
#ez-toc-widget-container label.cssicon {
  display: none;
  font-size: 16px !important;
  padding: 0;
  border: 1px solid #f0f4f7 !important;
  border-radius: 4px !important;
  cursor: pointer;
  top: 0;
  left: 4px !important;
  width: 36px !important;
  width: 36px !important;
}

#ez-toc-container p.ez-toc-title {
  display: block !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 6px;
  border-bottom: 1px solid #f0f4f7 !important;
  margin-bottom: 14px !important;
  padding-bottom: 14px !important;
}

div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  font-size: 100% !important;
  margin: 0 6px 0 0 !important;
}

#ez-toc-container ul li {
  margin: 2px 0 !important;
}

#ez-toc-container a {
  font-weight: 600 !important;
  display: block;
  padding: 6px 0;
  font-size: 14px;
}

#ez-toc-container ul li ul li {
  border: none !important;
}

#ez-toc-container ul li ul li a {
  color: #2B2D2D !important;
  font-weight: normal !important;
  border: none !important;
}

.single-post .post-content ul,
.single-post .post-content ol {
  padding: 0.5em 0.5em 0.5em 2em;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 24px;
}

.single-post .post-content ul li,
.single-post .post-content ol li {
  position: relative;
  line-height: 1.4;
  padding: 0.2em 0 0.2em 0.2em;
}

.single-post .post-content ul li::before,
.single-post .post-content ol li::before {
  position: absolute;
  transform: translateX(-125%);
  content: "";
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  background: #2B2D2D;
  border-radius: 50vw;
}

/* ----------------------------------------
* single nav next prev (common )
---------------------------------------- */

.single .page_nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin: 32px auto;
}

@media screen and (min-width: 768px) {
  .single .page_nav {
    flex-direction: row;
    margin: 50px auto;
  }
}

.single .page_nav div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single .page_nav div {
    width: calc((100% - 4%) / 2);
  }
}

.single .page_nav .prev {
  border-bottom: 1px solid #f0f4f7;
}

@media screen and (min-width: 768px) {
  .single .page_nav .prev {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #f0f4f7;
  }
}

.single .page_nav a {
  display: block;
  padding: 16px 0;
  padding-right: 50px;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.single .page_nav .prev a {
  padding-left: 50px;
  padding-right: 0;
}

.single .page_nav .next a {
  text-align: right;
}

.single .page_nav a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.single .page_nav a:hover:before {
  transform: translate(12px);
}

.single .page_nav .prev a::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 12px;
  right: auto;
}

.single .page_nav .prev a:hover:before {
  transform: translate(-12px);
}

/* ----------------------------------------
* form
---------------------------------------- */

form .col-02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  form .col-02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

form .col-03 {
  display: flex;
  justify-content: space-between;
}

form .col-02 .select-box {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  form .col-02 .select-box {
    margin-bottom: 0;
  }
}

.mw_wp_form_preview form .col-02,
.mw_wp_form_preview form .col-03 {
  justify-content: flex-start;
}

.mw_wp_form_preview form .col-02 .select-box,
.mw_wp_form_preview form .col-03 .select-box {
  width: auto !important;
  margin-right: 10px;
}

form .col-02 .select,
form .col-02 input.form-control {
  width: 100%;
}

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

  form .col-02 .select,
  form .col-02 input.form-control {
    width: 98%;
  }
}

form .col-03 span.mwform-radio-field {
  width: calc((100% - 4%)/3);
}

form .col-03 .mwform-radio-field-text {
  font-size: 1.2rem;
}



#zip {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #zip {
    width: 22%;
  }
}

form .col-03 .mwform-zip-field {
  width: 40%;
}

@media screen and (min-width: 768px) {
  form .col-03 .mwform-zip-field {
    width: 32%;
  }
}

form .col-03 .mwform-zip-field-02 {
  width: 57%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  form .col-03 .mwform-zip-field-02 {
    width: 66%;
  }
}

.input-group.family span.mwform-radio-field.horizontal-item {
  width: 35% !important;
}

@media screen and (min-width: 768px) {
  .input-group.family span.mwform-radio-field.horizontal-item {
    width: calc((100% - 9%)/2) !important;
  }
}

form .col-03 .mwform-zip-field input[type="text"] {
  width: 33%;
}

@media screen and (min-width: 768px) {
  form .col-03 .mwform-zip-field input[type="text"] {
    width: 77%;
  }
}

form input[type=submit] {
  min-width: 300px;
  margin: 0 auto 4px;
}

/* 確認画面の調整 */

.input-group.addr {
  display: none;
}

.mw_wp_form_confirm .btn-outer {
  display: flex;
  padding: 2.4rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.mw_wp_form_confirm form input[type=submit] {
  margin: 0 1.6rem;
}

.mw_wp_form_confirm .input-group,
.mw_wp_form_confirm .select-group,
.mw_wp_form_confirm .check-group,
.mw_wp_form_confirm .radio-group {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(52, 65, 78, .2);
}

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

  .mw_wp_form_confirm .input-group,
  .mw_wp_form_confirm .select-group,
  .mw_wp_form_confirm .check-group,
  .mw_wp_form_confirm .radio-group {
    padding-bottom: 2rem;
  }
}

.mw_wp_form_confirm .form-submit {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.mw_wp_form_confirm form .form-submit input[type="submit"] {
  width: 40%;
  max-width: 300px;
}

form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

span.free,
span.required {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 10px;
  padding: 4px 6px;
  margin-left: 6px;
  line-height: 1;
  vertical-align: middle;
  color: #ffffff;
  background: #FF4A00;
  border-radius: .2rem;
  font-weight: normal;
}

span.free {
  background: #383838;
}

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

  span.free,
  span.required {
    font-size: 12px;
  }
}

label.form-control-label {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: .8rem;
}

@media screen and (min-width: 768px) {
  label.form-control-label {
    line-height: 1;
    margin-bottom: 1.2rem;
  }
}

label.form-control-label .selection {
  color: #DA3F3D;
}

.text-group label.form-control-label {
  text-align: left;
}

/* iOS用zoom off*/
select {
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: scale(calc(16 / 16));
  transform: scale(calc(16 / 16));
}

/* Chrome 青い枠を消す */
*:focus {
  outline: none;
}

/* input Reset */
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
form textarea {
  -webkit-appearance: none;
}


/* Form Setting */
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
form input[type="file"],
#searchform input[type=text],
label.fileup_label,
textarea,
form textarea,
.select,
.mwform-radio-field-text,
.mwform-checkbox-field-text,
.radio-item,
.agree-box {
  cursor: pointer;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: none;
  background: #f9fafb;
  outline: none;
  box-sizing: border-box;
  -webkit-transform: scale(calc(16 / 16));
  transform: scale(calc(16 / 16));
  border-radius: 4px;
}

#searchform button {
  line-height: 1;
  padding: 12px 5px;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-size: 14px;
}

.mw_wp_form input[type="file"] {
  display: none;
}

input#file_upload {
  display: none;
  text-indent: -99999px;
}

label.fileup_label {
  display: block;
  text-align: center;
  width: 100%;
}

textarea {
  width: 100%;
}


/* Select */

.select-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.select-box::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2B2D2D;
  border-right: 2px solid #2B2D2D;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (min-width: 768px) {
  .select-box::after {
    top: calc(50% - 6px);
    right: 16px;
  }
}

.select {
  content: "";
  cursor: pointer;
  z-index: 1;
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  .select {}
}

option {
  background: #ffffff;
}


/* Radio & Checkbox */

.form-check-label.form-check-inline {}

.radio-box {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .radio-box {}
}


/* Radio Checkbox */

input[type=radio],
input[type=checkbox] {
  display: none;
}

.mwform-radio-field-text,
.radio-item,
.mwform-checkbox-field-text,
.checkbox-item {
  width: 100%;
  box-sizing: border-box;
  transition: background-color .4s;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1.1rem .6rem 1.1rem 3rem;
  border-radius: .4rem;
  background: #ffffff;
  vertical-align: middle;
  cursor: pointer;
}

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

  .mwform-radio-field-text,
  .radio-item,
  .mwform-checkbox-field-text,
  .checkbox-item {
    padding: 14px 14px 14px 52px;
  }
}

.mwform-radio-field-text:hover,
.radio-item:hover,
.mwform-checkbox-field-text:hover,
.checkbox-item:hover {
  background: rgba(66, 103, 178, .08);
}

input[type=radio]:checked+.mwform-radio-field-text,
input[type=radio]:checked+.radio-item,
input[type=checkbox]:checked+.mwform-checkbox-field-text,
input[type=checkbox]:checked+.checkbox-item {
  background: rgba(255, 74, 0, .1) !important;
  border: 1px solid rgba(255, 74, 0, .1) !important;
}

.mwform-radio-field-text:after,
.radio-item:hover:after,
.mwform-checkbox-field-text:after,
.checkbox-item:hover:after {
  border-color: #53b300;
}

.mwform-radio-field-text:after,
.radio-item:after,
.mwform-checkbox-field-text:after,
.checkbox-item:after {
  position: absolute;
  display: block;
  top: calc(50% - 11px);
  left: 12px;
  right: 0;
  bottom: 0;
  height: 22px;
  width: 22px;
  background: rgba(203, 209, 216, .4);
  border-radius: 50%;
  content: '';
  transition: border-color .4s;
}

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

  .mwform-radio-field-text:after,
  .radio-item:after,
  .mwform-checkbox-field-text:after,
  .checkbox-item:after {
    top: calc(50% - 14px);
    left: 12px;
    right: 0;
    bottom: 0;
    height: 28px;
    width: 28px;
  }
}

.mwform-radio-field-text:before,
.radio-item:before,
.mwform-checkbox-field-text:before,
.checkbox-item:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 12px;
  width: 4px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: opacity .4s;
  opacity: 0;
  z-index: 999;
}

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

  .mwform-radio-field-text:before,
  .radio-item:before,
  .mwform-checkbox-field-text:before,
  .checkbox-item:before {
    top: calc(50% - 8px);
    left: 23px;
    width: 4px;
    height: 10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}

input[type=radio]:checked+.mwform-radio-field-text::after,
input[type=radio]:checked+.radio-item::after,
input[type=checkbox]:checked+.mwform-checkbox-field-text::after,
input[type=checkbox]:checked+.checkbox-item::after {
  -webkit-animation: click-wave-ani 0.65s;
  animation: click-wave-ani 0.65s;
  background: #FF4A00;
  content: '';
  z-index: 1;
}

@-webkit-keyframes click-wave-ani {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: absolute;
  }

  100% {
    height: 90px;
    width: 90px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
  }
}

@keyframes click-wave-ani {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: absolute;
  }

  100% {
    height: 90px;
    width: 90px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
  }
}

input[type=radio]:checked+.mwform-radio-field-text:before,
input[type=radio]:checked+.radio-item:before,
input[type=checkbox]:checked+.mwform-checkbox-field-text:before,
input[type=checkbox]:checked+.checkbox-item:before {
  opacity: 1;
}


/* check row */

.radio-box.row-02,
.check-box.row-02,
.radio-box.row-03,
.check-box.row-03,
.radio-box.row-04,
.check-box.row-04,
.radio-box.row-05,
.check-box.row-05,
.radio-box.row-06,
.check-box.row-06,
.radio-box.row-07,
.check-box.row-07 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.radio-box.row-02 .mwform-radio-field.horizontal-item,
.check-box.row-02 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 4%)/2);
}

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

  .radio-box.row-02 .mwform-radio-field.horizontal-item,
  .check-box.row-02 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 1.5%)/2);
  }
}

.radio-box.row-04 .mwform-radio-field.horizontal-item,
.check-box.row-04 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 4%)/2);
}

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

  .radio-box.row-04 .mwform-radio-field.horizontal-item,
  .check-box.row-04 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 4%)/4);
  }
}

.radio-box.row-04::after,
.check-box.row-04::after {
  content: "";
  display: block;
  width: 24%;
}

.radio-box.row-06 .mwform-radio-field.horizontal-item,
.check-box.row-06 .mwform-checkbox-field.horizontal-item {
  width: calc((100% - 8%)/3);
}

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

  .radio-box.row-06 .mwform-radio-field.horizontal-item,
  .check-box.row-06 .mwform-checkbox-field.horizontal-item {
    width: calc((100% - 7%)/6);
  }
}

.radio-box.row-06::after,
.check-box.row-06::after {
  content: "";
  display: block;
  width: 24%;
}


/* form success */

.form-control-success,
.formrun-has-success {
  font-weight: 600;
  border: 1px solid #4267b2 !important;
  background: rgba(66, 103, 178, 0.1) !important;
}


/* form error danger */

.form-control-error,
.form-control-dange,
.formrun-has-error,
.formrun-has-danger,
.formrun-has-success.form-control-error {
  border: 1px solid rgba(255, 74, 0, 0.8) !important;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 74, 0, 0.2) !important;
  box-shadow: 0px 0px 12px 0px rgba(255, 74, 0, 0.2) !important;
  background: rgba(255, 74, 0, 0.1) !important;
}

/* auto complete */

#ui-id-1 {
  width: 300px !important;
  padding: 16px;
  border-radius: 4px;
  background: #ffffff !important;
  box-shadow: 0px 0px 12px 0px #f0f4f7 !important;
}

li.ui-menu-item {
  width: auto;
  font-size: 16px;
  padding: 6px 0;
  margin: 6px 0;
  cursor: pointer;
}

.agree {
  width: 100%;
  display: flex;
  font-size: 12px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.agree h2,
.agree h3,
.agree h4,
.agree p {
  font-size: 14px;
}

.agree-box {
  overflow-y: auto;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 2;
  border: 1px solid rgba(52, 65, 78, .2);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  background-color: #ffffff;
  overflow-y: scroll;
  cursor: auto;
}

@media screen and (min-width: 768px) {
  .agree-box {
    height: 120px;
    padding: 14px;
  }

}

.agree-box::-webkit-scrollbar {
  width: 8px;
}

.agree-box::-webkit-scrollbar-track {}

.agree-box::-webkit-scrollbar-thumb {
  height: 32px;
  border-radius: 4px;
  background-color: #1E252C;
}

.agree .radio-group {
  display: flex;
  justify-content: center;
}


/* 個人情報欄非表示 */

#user-personal-form {
  /*display: none;*/
}


/* Agree */

.agree {
  display: flex;
  justify-content: center;
}

.agree.check .mwform-radio-field-text,
.agree.check .radio-item {
  background: rgba(243, 243, 245, 1);
}

.agree.check .mwform-radio-field-text:after,
.agree.check .radio-item:after {
  background: #ffffff;
}

#mw_wp_form_mw-wp-form-704 .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.mwform-radio-field.horizontal-item,
.mwform-checkbox-field.horizontal-item {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}


/*
.mw_wp_form .horizontal-item:nth-child(2) {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
*/

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #mw_wp_form_mw-wp-form-704 .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 10px;
  }
}

.mw_wp_form .error {
  display: block !important;
  width: 100%;
  font-size: 93%;
  color: #DA3F3D !important;
  margin-top: 8px;
}

.mw_wp_form_confirm .select-box::after,
.mw_wp_form_preview .select-box::after {
  display: none;
}



/* ----------------------------------------
* seminar-single
---------------------------------------- */

.post-content ul.note,
.post-content ol.note {
  padding: 0.5em 1em;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 24px;
}

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

  .post-content ul.note,
  .post-content ol.note {
    padding: 1em;
  }
}

.post-content ul.note li,
.post-content ol.note li.tr {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0;
  line-height: 1.4;
}

.post-content ul.note li .th,
.post-content ol.note li .th {
  display: flex;
  flex-direction: row;
  width: 30%;
  padding: .2em 0;
  align-items: center;
  text-align: justify;
  text-align-last: justify;
}

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

  .post-content ul.note li .th,
  .post-content ol.note li .th {
    width: 12%;
    padding: 3px 0;
  }
}

.post-content ul.note li .td,
.post-content ol.note li .td {
  display: flex;
  flex-direction: row;
  padding: 3px 0;
  align-items: center;
}

.post-content ul.note .off .switch {
  display: block;
}

.post-content ul.note .on .switch {
  display: none;
}

.post-content ul.note .off .calendar {
  display: none;
}

.post-content ul.note .on .calendar {
  display: block;
}

.single-seminar .post-content .seminar-detail {
  padding: 0.5em 1em;
  border: 2px solid #2B2D2D;
  border-radius: 4px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .single-seminar .post-content .seminar-detail {
    padding: 1em;
  }
}

.single-seminar .post-content .list ul,
.single-seminar .post-content .list ol {
  padding: 0.5em 0.5em 0.5em 2em;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 24px;
}

.single-seminar .post-content .list ul li,
.single-seminar .post-content .list ol li {
  position: relative;
  line-height: 1.4;
  padding: 0.2em 0 0.2em 0.2em;
}

.single-seminar .post-content .list ul li::before,
.single-seminar .post-content .list ol li::before {
  position: absolute;
  transform: translateX(-125%);
  content: "";
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  background: #2B2D2D;
  border-radius: 50vw;
}


.single-seminar .profile-card {
  padding: 1em 1em 1em 1em;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 24px;
}

.single-seminar .profile-card .overview {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1em;
  justify-content: left;
  line-height: 1.2;
  text-align: left;
}

.single-seminar .profile-card .overview img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50vw;
  border: 1px solid #E2E2E2;
}

@media screen and (min-width: 768px) {
  .single-seminar .profile-card .overview img {
    width: 100px;
    height: 100px;
  }
}

.single-seminar .profile-card .overview li {
  font-size: 14px;
  list-style: none;
}

.single-seminar .profile-card .overview li small {
  font-size: 11px;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .single-seminar .profile-card .overview li small {
    font-size: 12px;
  }
}

.single-seminar .profile-card .overview li.company {
  font-size: 11px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .single-seminar .profile-card .overview li.company {
    font-size: 12px;
  }
}

.single-seminar .profile-card .overview li.name {
  font-size: 14px;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 768px) {
  .single-seminar .profile-card .overview li.name {
    font-size: 16px;
  }
}

.single-seminar .profile-card .overview li.disc {
  position: relative;
  margin-left: 0.6em;
  padding: 0 0 0 0.2em;
}

.single-seminar .profile-card .overview li.disc::before {
  position: absolute;
  transform: translateX(-125%);
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  background: #2B2D2D;
  border-radius: 50vw;
}

.single-seminar .profile-card .desc {
  font-size: 14px;
  padding-top: 1em;
  border-top: 1px solid #E2E2E2;
}

.single-seminar .profile-card .desc li {
  margin: 0;
}

#related .post-loop-wrap {
  border-top: 1px #f0f4f7 solid;
}