@charset "UTF-8";
/*
Theme Name:beyond_tcd094_child
Template:beyond_tcd094
Version:1.4.1
*/
.grecaptcha-badge {
  visibility: hidden;
}

/*---------------------------- 共通 ----------------------------*/
body {
  font-family: "Noto Sans JP" !important;
  color: #333 !important;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  body.tax-business_category::before, body.post-type-archive-features::before {
    content: "";
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  body.tax-business_category.is-select-options-active::before, body.post-type-archive-features.is-select-options-active::before {
    opacity: 1;
    visibility: visible;
  }
  body.tax-business_category #container, body.post-type-archive-features #container {
    position: relative;
  }
  body.tax-business_category .p-footer-bar, body.post-type-archive-features .p-footer-bar {
    z-index: 1000 !important;
  }
}

h2,
h3,
h4,
p,
.catch,
.title,
.title span {
  font-family: "Noto Sans JP" !important;
}

small {
  font-size: smaller !important;
}

/**
* 全体設定
************************************************/
/**
* グローバルメニュー
************/
#header #global_menu {
  width: -moz-max-content;
  width: max-content;
  left: auto;
  transform: none;
  right: 70px;
}

.content-box {
  margin-bottom: 5em;
}

/**
* ユーティリティ
************/
@media screen and (max-width: 750px) {
  .u-md-sp-dn {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-md-pc-dn {
    display: none !important;
  }
}

/**
* コンポーネント
************/
.c-business-tags {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-business-tags > a, .c-business-tags > li {
  border: 1px solid #15bfbf;
  color: #15bfbf;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.428;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .c-business-tags > a, .c-business-tags > li {
    padding: 3px 8px;
  }
}
@media screen and (max-width: 750px) {
  .c-business-tags > a, .c-business-tags > li {
    padding: 3px 8px;
  }
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.post_content p {
  line-height: 2.2 !important;
  margin: 0 0 1.5em 0 !important;
}

.post_content td,
.post_content th {
  line-height: 1.8 !important;
}

/*　下線　*/
h2.ttl01 {
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  padding-bottom: 0.2em !important;
  border-bottom: 2px solid #15bfbf;
  margin: 1em 0 1.5em !important;
}

/*　左側に線　*/
h2.ttl02 {
  font-size: 28px !important;
  font-weight: 500 !important;
  text-align: left !important;
  letter-spacing: 1.3px;
  border-left: 4px solid #15bfbf !important;
  padding: 0 0 0 0.5em !important;
  margin: 1em 0 1.5em !important;
}

/*　斜めの下線　*/
h2.ttl03 {
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  padding: 0 2em 20px !important;
  background-image: repeating-linear-gradient(-45deg, #e5c046 0px, #e5c046 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 7px;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin: 1em 0 1.5em !important;
}

/*　左右に線　*/
h3.ttl04 {
  font-size: 170% !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0 1.5em !important;
}

h3.ttl04::before,
h3.ttl04::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #15bfbf;
}

h3.ttl04::before {
  margin-right: 30px;
}

h3.ttl04::after {
  margin-left: 30px;
}

/*　吹き出し　*/
h3.ttl05 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 170% !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  margin: 1em 0 1.5em !important;
}

h3.ttl05::before,
h3.ttl05::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #e5c046;
}

h3.ttl05::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

h3.ttl05::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

/*　真ん中に下線　*/
h3.ttl06 {
  position: relative;
  padding-bottom: 0.5em !important;
  margin: 1em 0 1.5em !important;
  font-size: 170% !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #e5c046 35%, #e5c046 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  background-size: 30% 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

h3.ttl06::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 10px;
  color: #e5c046;
  font-size: 130% !important;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

/*　左側に線　*/
h3.ttl07 {
  font-size: 130% !important;
  font-weight: 500 !important;
  text-align: left !important;
  letter-spacing: 1.3px;
  border-left: 4px solid #15bfbf !important;
  padding: 0 0 0 0.5em !important;
  margin: 1.5em 0 1em !important;
}

/*　蛍光ペン下線　*/
.maker-r {
  background: linear-gradient(transparent 60%, #ffcccc 0%);
}

.maker-p {
  background: linear-gradient(transparent 60%, #ffd6ff 0%);
}

.maker-o {
  background: linear-gradient(transparent 60%, #ffddbc 0%);
}

.maker-b {
  background: linear-gradient(transparent 60%, #ccffff 0%);
}

.maker-y {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
}

/*　TCD　*/
.design_button {
  color: #fff !important;
}

.design_button:hover {
  color: #15bfbf !important;
}

.common_catch,
.design_headline,
.rich_font,
.p-vertical {
  font-weight: 500 !important;
  letter-spacing: 1.3px;
}

#page_header .headline {
  font-family: "Noto Sans JP" !important;
  font-weight: 500 !important;
}

#index_header_content .catch {
  letter-spacing: 1.3px;
}

.design_button:hover {
  background: #fff !important;
}

/* パンくず */
#bread_crumb {
  background: #15bfbf !important;
}

#bread_crumb li.home a:before,
#bread_crumb li:after,
#bread_crumb li a {
  color: #fff !important;
}

#bread_crumb,
#bread_crumb li.last {
  color: #ffff00 !important;
}

/* widget */
.widget_content {
  margin: 0 0 2.5em -2em !important;
  padding: 0 0 0 1.5em !important;
  border-bottom: none !important;
}

.widget_headline {
  color: #15bfbf !important;
  font-size: 16px !important;
  margin: 0 0 0.5em 0 !important;
  letter-spacing: 1.2px !important;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  color: #15bfbf !important;
}

.styled_post_list1 li {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0 !important;
}

.widget_content img {
  margin: -15px 0 0 0;
}

.styled_post_list1 .title {
  padding: 0 0 0 0.8em !important;
}

/*---------------------------------- チャート ----------------------------------*/
/*　横棒グラフ　*/
.tcd_chart {
  margin: 0 !important;
}

.tcd_chart .chart_headline {
  font-size: 21px !important;
  letter-spacing: 1.3px;
}

.tcd_chart .chart.horizontalBar .chart_area {
  min-height: 480px !important;
  max-width: 820px !important;
}

.reference {
  text-align: right;
  font-size: 12px !important;
}

/*---------------------------------- よくある質問 ----------------------------------*/
.faq_list .desc {
  background: #fff !important;
  margin: 0 !important;
}

.faq_list .desc span {
  margin: 0 !important;
}

/*---------------------------------- トップページ ----------------------------------*/
.top-content {
  width: 100%;
  margin: 0 auto;
}

.top-content-box01 {
  padding: 5em 0;
  margin: 5em auto;
  background-color: #eaf1f5;
}

.top-content-box02 {
  width: 1200px;
  margin: 0 auto 10em;
}

.top-content-box03 {
  width: 820px;
  margin: 0 auto;
}

.txt-box {
  width: 820px;
  margin: 0 auto 3em;
}

.top-content h2 {
  font-size: 42px !important;
  font-weight: 500 !important;
  color: #333;
  margin: 0 0 0.5em 0 !important;
}

.top-content p.jmso-img {
  text-align: center;
}

.top-content p.jmso-img img {
  width: 30%;
}

/*　特長　*/
.merit-box {
  margin: 3em auto;
}

.merit {
  display: flex;
  margin: 1em auto;
}

.merit-content {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0.5em 1.5em 0;
  margin: 0 0.5em 0;
}

.merit-content h3 {
  font-size: 18px !important;
  text-align: center;
  margin: 0 auto 1em !important;
}

.merit-content h3 span {
  font-size: 42px !important;
  color: #15bfbf !important;
}

.merit-content p {
  line-height: 2 !important;
}

.merit-content p.icon {
  text-align: center;
  line-height: 1.8 !important;
  margin: 0 0 1em 0 !important;
  border-bottom: 1px solid #ccc;
}

.merit-content p.icon img {
  width: 25%;
}

/*　チャート　*/
.top-2col {
  display: flex;
  margin: 3em auto 0;
}

.top-2col-box {
  width: 100%;
  flex: 1;
  margin: 0 2em;
}

.top-2col-box h4 {
  text-align: center;
  margin-top: 0 !important;
}

p.triangle {
  text-align: center;
  margin: 1em auto 0 !important;
}

.triangle img {
  width: 20%;
}

.chart-box-txt {
  padding: 3em 2em 1em;
  background: #f5f5f5;
  border-radius: 5px;
}

.chart-box-txt p img {
  width: 45%;
}

/*　できること　*/
.top-service {
  display: flex;
  margin: 0 auto 5em !important;
}

.service-box {
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 1em 1.5em;
  margin: 0 0.5em 0;
}

.service-box h3 {
  font-size: 18px !important;
  text-align: center;
  margin: 1.5em auto 1em !important;
}

p.service-img {
  text-align: center;
  margin: 0 !important;
  line-height: 0 !important;
}

.service-box p.service-img img {
  width: 65%;
}

.service-box p {
  line-height: 2 !important;
}

.flow {
  width: 100%;
  border-collapse: collapse;
  margin: 3em auto 5em !important;
}

.flow tr {
  border-bottom: solid 2px #fff !important;
}

.flow tr:last-child {
  border-bottom: none;
}

.flow th {
  position: relative;
  width: 20%;
  background-color: #15bfbf !important;
  color: #fff;
  text-align: center;
  padding: 10px 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 1.3px;
  border: 1px solid #15bfbf !important;
  vertical-align: middle;
}

.flow th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #15bfbf;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.flow td {
  text-align: left !important;
  width: 80%;
  text-align: center;
  background: #f5f5f5 !important;
  padding: 1em 1em 1em 2em;
  border: none !important;
}

p.flow-ttl {
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 1.3px !important;
}

.flow p {
  margin: 0 !important;
}

/*---------------------------------- Service ----------------------------------*/
#service_page_header .title h1 {
  font-size: 160% !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
}

#service_page_header .title {
  background: rgba(147, 171, 191, 0.9) !important;
}

/*---------------------------　組織概要　---------------------------*/
.jmso-message {
  display: flex;
}

.jmso-message-img {
  width: 100%;
  flex: 1;
}

.jmso-message-txt {
  width: 100%;
  flex: 2;
  padding: 0 1em 0 2em;
}

.jmso-message-name p {
  font-size: 135% !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

.jmso-message-name p span.label01,
.jmso-message-name p span.label02 {
  font-size: 14px !important;
}

.jmso-message-name p span.label02 {
  padding-right: 0.5em;
}

table.jmso-info th,
table.jmso-info td {
  border: 1px solid #ccc;
}

table.jmso-info th {
  width: 25%;
  background: #f9f9f9;
}

p.jmso-member-date {
  text-align: right;
}

table.jmso-member {
  margin: 0 auto !important;
}

table.jmso-member th,
table.jmso-member td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

table.jmso-member th {
  width: 25%;
  background: #f9f9f9;
}

.jmso-map iframe {
  width: 100%;
  height: 450px;
}

/*--------------------------------- 勉強会・セミナー ---------------------------------*/
.study-meeting {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 3em;
  padding: 2em;
}

.meeting-img {
  width: 100%;
  flex: 1;
}

.meeting-img p {
  line-height: 1 !important;
  margin: 0 !important;
}

.meeting-txt {
  width: 100%;
  flex: 2;
  padding-left: 2em;
}

.meeting-txt h2 {
  margin-top: 0 !important;
}

.jmso-study {
  margin-bottom: 3em;
}

.outline tr {
  border-top: 1px dotted #ccc !important;
}

.outline tr:last-child {
  border-bottom: 1px dotted #ccc !important;
}

.outline th,
.outline td {
  font-size: 16px;
  font-weight: 500 !important;
  background: #fff !important;
  border: none !important;
}

.outline th {
  width: 20%;
  text-align: left !important;
  padding: 1.5em 0 1.5em 1em !important;
  vertical-align: top;
}

.outline td {
  width: 80%;
  padding: 1.5em 1em 1.5em 0 !important;
}

.map {
  width: 100%;
  height: 380px;
}

.price {
  font-size: 12px !important;
}

.schedule th,
.schedule td {
  font-size: 16px;
  font-weight: 500 !important;
  background: #fff !important;
}

.schedule th {
  width: 70%;
  text-align: left !important;
  padding: 0.5em auto !important;
  vertical-align: top;
  border-right: none !important;
}

.schedule td {
  width: 30%;
  text-align: center;
  padding: 0.5em auto !important;
  border-left: none !important;
}

.entry {
  color: #fff !important;
  background: #15bfbf;
  padding: 0.5em 1.5em 0.6em;
  border-radius: 5px;
}

.instructor {
  display: flex;
  align-items: flex-start;
}

.instructor-txt {
  width: 100%;
  flex: 2;
}

.instructor-txt h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 auto 1em !important;
}

.instructor-txt h3 span {
  font-size: 24px !important;
  padding-left: 1em;
}

.instructor-txt p {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.instructor-img {
  width: 100%;
  flex: 1;
}

.instructor-img img {
  width: 80%;
}

.instructor-img p {
  padding: 0 !important;
  line-height: 1 !important;
}

.media {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.media p {
  width: 100%;
  font-size: 14px !important;
}

p.ttl01 {
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px;
  padding-bottom: 0.2em !important;
  border-bottom: 2px solid #15bfbf;
  margin: 1em 0 1.5em !important;
  text-align: center;
  line-height: 1.4 !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #15bfbf;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
  border: 1px solid #ddd;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #15bfbf;
  color: #fff;
}

/*---------------------------------- 会社情報 ----------------------------------*/
#blog_list .item_list_top .item.no_date .content {
  min-height: 50px !important;
}

#blog_list .category {
  background: #ffb000 !important;
}

#blog_list .title {
  font-size: 18px !important;
  letter-spacing: 1.1px !important;
}

#blog_list .desc {
  display: none !important;
}

.member-content {
  margin-bottom: 5em;
}

.member-content-box {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 3em;
  background: #f6f6f6;
  border-radius: 15px;
  box-sizing: border-box;
}

.member-content-box dt {
  width: 20%;
}

.member-content-box dd {
  width: 80%;
  line-height: 1.8 !important;
}

.member-content-box dd a.web {
  color: #15bfbf !important;
}

.member-company-info th {
  background: #f6f6f6 !important;
  vertical-align: middle;
}

.member-company-info td {
  line-height: 1.8 !important;
}

/*---------------------------------- よくある質問 ----------------------------------*/
ul.faq-index {
  display: flex;
  list-style: none !important;
  margin: 0 0 5em 0 !important;
  padding: 0 !important;
}

ul.faq-index li {
  width: 100%;
  max-width: 180px;
  text-align: center;
  color: #fff;
  background: #15bfbf;
  padding: 0.5em 1em;
  margin: 0 1em 0 0;
  border-radius: 5px;
}

ul.faq-index li a {
  color: #fff !important;
}

ul.faq-index li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  margin: 0 0 0 2em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.faq-content {
  margin-top: 5em;
}

/*---------------------------------- お知らせ ----------------------------------*/
#single_post_title .update {
  display: none !important;
}

/*---------------------------------- Contact ----------------------------------*/
.wpcf7 {
  background: #fff !important;
  border: none !important;
}

.wpcf7 .wpcf7-list-item {
  display: inline-block !important;
  margin: 0 2em 0 0 !important;
}

input.wpcf7-text,
.wpcf7 textarea {
  border-radius: 5px;
}

input.wpcf7-text {
  padding-left: 1em !important;
}

.wpcf7 textarea {
  resize: vertical;
  width: 100% !important;
  min-height: 250px;
  max-height: 500px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 16px !important;
}

/*　入会申し込み　*/
.join-form {
  margin-bottom: 8em;
}

.jmso-form tr {
  border-bottom: 1px dotted #ccc !important;
}

.jmso-form tr:last-child {
  border-bottom: none !important;
}

.jmso-form th,
.jmso-form td {
  font-size: 110%;
  font-weight: 500 !important;
  background: #fff !important;
  border: none !important;
}

.jmso-form th {
  width: 30%;
  text-align: left !important;
  padding: 1.5em 0 1.5em 1em !important;
  vertical-align: top;
}

.jmso-form td {
  width: 70%;
  padding: 1.5em 1em 1.5em 0 !important;
}

.must {
  padding: 0.5em 0.8em;
  font-size: 75%;
  border-radius: 8px;
  position: relative;
  color: #fff;
  background: #e44141;
  margin-left: 0;
  margin-right: 1em;
}

.may {
  padding: 0.5em 0.8em;
  font-size: 75%;
  border-radius: 8px;
  position: relative;
  color: #fff;
  background: #93abbf;
  margin-left: 0;
  margin-right: 1em;
}

.jmso-form th span.form-note,
.jmso-form td span.form-note {
  font-size: 14px !important;
}

.address-box tr {
  border: none !important;
}

.address-box th,
.address-box td {
  font-size: 100%;
  font-weight: 500 !important;
  padding: 0.5em 0 0.5em !important;
}

.address-box th {
  width: 25%;
}

.address-box td {
  width: 75%;
}

/*　入会申し込み　*/
.contact-form {
  margin-bottom: 8em;
}

/*　セミナー申し込み　*/
.seminar-form {
  margin-bottom: 3em;
}

/*　個人情報の取扱い　*/
.contact-privacy {
  border: 1px solid #ddd !important;
  width: 80%;
  height: 200px;
  overflow: scroll;
  margin: 0 auto;
  padding: 2em;
}

.privacy-ttl {
  font-weight: 500 !important;
  font-size: 150% !important;
  border-bottom: 1px solid #ddd !important;
  text-align: center;
  padding-bottom: 0.5em !important;
  margin: 0 auto 1.5em !important;
}

.contact-privacy h3.style02 {
  font-size: 130% !important;
  margin-bottom: 1em !important;
}

.contact-privacy p,
.contact-privacy li {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.privacy-check {
  text-align: center;
  margin: 3em auto;
}

.wpcf7 .wpcf7-submit,
#formbtn {
  max-width: 100%;
  min-width: 300px;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
  border: 1px solid #15bfbf;
  background: #15bfbf;
  padding: 0 1.5em;
  font-size: 130% !important;
  font-weight: 500;
  text-align: center;
}

#formbtn:hover {
  background: #fff;
  color: #15bfbf;
  border: 1px solid #15bfbf !important;
}

/*---------------------------------- 入会手続き ----------------------------------*/
.plan-col {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.plan {
  width: 100%;
  flex: 1;
  text-align: center;
  border: 1px solid #064e86;
  padding: 0 0 2em;
  margin: 0 2em;
}

.class {
  color: #fff;
  background: #064e86;
  padding: 1em 0;
  font-size: 130%;
  letter-spacing: 1.3px;
  margin-bottom: 1em;
}

.plan-price01 {
  font-weight: 600;
  color: #064e86;
  font-size: 110%;
}

.plan-price02 {
  font-weight: 600;
  color: #064e86;
  font-size: 300%;
  margin: 0.2em auto 0.5em;
}

.plan-price02 span {
  font-size: 35%;
  padding-left: 0.2em;
}

.plan-txt {
  padding: 0 4em;
}

.plan-txt p {
  border-top: 1px solid #064e86;
  padding-top: 1em;
  line-height: 1.8 !important;
}

/*---------------------------------- thanks ----------------------------------*/
.thanks {
  text-align: center;
  margin-bottom: 5em;
}

.thanks p img {
  width: 0%;
}

/*---------------------------------- 404 ----------------------------------*/
#page_404_header .catch,
#page_404_header .desc {
  color: #364969;
}

/*---------------------------------- footer ----------------------------------*/
.footer-txt-box {
  text-align: center;
}

.footer-txt-box h3 {
  font-size: 110% !important;
}

/*---------------------------------- tab ----------------------------------*/
@media screen and (max-width: 1280px) {
  /*------------------------- トップページ -------------------------*/
  .top-content {
    width: auto;
  }
  .top-content-box01 {
    width: auto;
    padding: 5em 1em;
    margin: 0 auto 5em;
  }
  .top-content-box02 {
    width: auto;
    padding: 0 1em;
    margin: 0 auto 6em;
  }
  .top-content-box03 {
    width: auto;
  }
  .txt-box {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  h2.ttl01,
  p.ttl01,
  h2.ttl02,
  h2.ttl03 {
    font-size: 140% !important;
    padding-bottom: 0.5em !important;
    margin: 0.5em auto !important;
  }
  h3.ttl04,
  h3.ttl05,
  h3.ttl06,
  h3.ttl07 {
    font-size: 110% !important;
  }
  /*------------------------- トップページ -------------------------*/
  .top-content {
    width: auto;
  }
  .top-content-box01 {
    width: auto;
    padding: 3em 0;
    margin: 0 auto 3em;
  }
  .top-content-box02 {
    width: auto;
    padding: 0 1.5em;
    margin: 0 auto 5em;
  }
  .top-content-box03 {
    width: auto;
  }
  .txt-box {
    width: auto;
  }
  .top-content h2 {
    font-size: 36px !important;
  }
  /*　特長　*/
  .merit-box {
    margin: 2em auto;
  }
  .merit-content {
    padding: 0.5em 1em 0;
  }
  .merit-content h3 {
    font-size: 16px !important;
  }
  .merit-content h3 span {
    font-size: 32px !important;
  }
  /*　できること　*/
  .service-box {
    padding: 1em;
  }
  .service-box h3 {
    font-size: 16px !important;
  }
  .flow th {
    font-size: 18px !important;
  }
  p.flow-ttl {
    font-size: 16px !important;
  }
  /*------------------------- Contact -------------------------*/
  .wpcf7 form {
    margin: 0 !important;
  }
  .wpcf7 textarea {
    height: auto !important;
    min-height: 210px;
    max-height: 400px;
  }
  .join-form {
    margin-bottom: 5em;
  }
  .jmso-form th,
  .jmso-form td {
    padding: 1em 0 !important;
  }
  .address-box th,
  .address-box td {
    font-size: 90%;
  }
  .address-box th {
    width: 30%;
  }
  .address-box td {
    width: 70%;
  }
  .contact-privacy {
    width: auto !important;
  }
  .privacy-ttl {
    font-size: 130% !important;
  }
}
/*---------------------------------- sp ----------------------------------*/
@media screen and (max-width: 540px) {
  h2.ttl01,
  p.ttl01,
  h2.ttl02,
  h2.ttl03 {
    font-size: 18px !important;
    margin: 0.5em auto !important;
  }
  h3.ttl04,
  h3.ttl05,
  h3.ttl06,
  h3.ttl07 {
    font-size: 110% !important;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .post_content p {
    line-height: 1.8 !important;
  }
  /*--------------------- チャート ----------------------*/
  /*　横棒グラフ　*/
  .tcd_chart .chart.horizontalBar .chart_area {
    min-height: 310px !important;
    max-width: 820px !important;
  }
  .reference {
    text-align: left !important;
  }
  /*--------------------- トップページ ----------------------*/
  .top-content {
    width: 100%;
  }
  .top-content-box01 {
    padding: 2em 0;
    margin: 0 auto 3em !important;
  }
  .top-content-box02 {
    width: auto;
    margin: 0 auto 3em;
    padding: 1em;
  }
  .top-content-box03 {
    width: auto;
    margin: 0 auto;
  }
  .txt-box {
    width: auto;
    margin: 0 auto 3em;
  }
  .top-content h2 {
    font-size: 24px !important;
    margin: 0 0 0.5em 0 !important;
  }
  .top-content p.jmso-img img {
    width: 60%;
  }
  /*　特長　*/
  .merit-box {
    margin: 3em auto;
  }
  .merit {
    display: block;
    margin: 1em auto;
  }
  .merit-content {
    width: auto;
    padding: 0.5em 1.5em 0.5em;
    margin: 0 0 1em 0;
  }
  .merit-content h3 {
    font-size: 16px !important;
  }
  .merit-content h3 span {
    font-size: 32px !important;
  }
  /*　チャート　*/
  .top-2col {
    display: block;
    margin: 2em auto 0;
  }
  .top-2col-box {
    margin: 0 auto 2em !important;
  }
  .triangle img {
    width: 35%;
  }
  .chart-box-txt {
    padding: 2em 1em 0.5em;
  }
  .chart-box-txt p img {
    width: 60%;
  }
  /*　できること　*/
  .top-service {
    display: block;
    margin: 0 auto !important;
  }
  .service-box {
    width: auto;
    margin: 0 0.5em 1em;
  }
  .service-box h3 {
    font-size: 16px !important;
    margin: 1.5em auto 1em !important;
  }
  .flow {
    margin: 2em auto 3em !important;
  }
  .flow th {
    width: 25%;
    font-size: 15px !important;
  }
  .flow td {
    width: 75%;
    padding: 1em;
  }
  p.flow-ttl {
    font-size: 15px !important;
    margin-bottom: 0.5em !important;
  }
  /*---------------------------　組織　---------------------------*/
  .jmso-message {
    display: block;
  }
  .jmso-message-img img {
    width: 50%;
  }
  .jmso-message-txt {
    padding: 1em 0 0;
  }
  .jmso-message-name p {
    font-size: 120% !important;
    line-height: 1.4 !important;
  }
  .jmso-message-name p span.label01,
  .jmso-message-name p span.label02 {
    font-size: 12px;
  }
  table.jmso-info {
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  table.jmso-info th {
    display: block;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  table.jmso-info td {
    display: block;
    width: 100%;
    border: none !important;
  }
  table.jmso-member {
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  table.jmso-member th {
    display: block;
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }
  table.jmso-member td.name,
  table.jmso-member td.company {
    display: block;
    width: 100%;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  table.jmso-member td.name {
    padding-bottom: 0 !important;
  }
  table.jmso-member td.company {
    padding-top: 0 !important;
  }
  .jmso-map iframe {
    height: 320px;
  }
  /*------------------------------ 勉強会・セミナー ------------------------------*/
  .study-meeting {
    display: block;
    margin-bottom: 2em;
    padding: 1em;
  }
  .meeting-img {
    text-align: center;
  }
  .meeting-img img {
    width: 60%;
  }
  .meeting-txt {
    padding-left: 0;
  }
  .meeting-txt h2 {
    margin-top: 0.5em !important;
  }
  .schedule th,
  .schedule td {
    font-size: 14px;
  }
  .schedule th {
    width: 60%;
    padding: 0.5em 1em !important;
  }
  .schedule td {
    width: 40%;
    vertical-align: middle;
    padding: 0.5em 0 !important;
  }
  .schedule td a {
    padding: 0.5em 1.5em !important;
  }
  .entry {
    padding: 0.5em 1.5em 0.6em;
  }
  .outline th,
  .outline td {
    font-size: 14px;
  }
  .outline th {
    padding: 1em 0 1em 1em !important;
  }
  .outline td {
    padding: 1em 1em 1em 0 !important;
  }
  .map {
    height: 280px;
  }
  .instructor {
    display: block;
  }
  .instructor-txt h3 span {
    font-size: 20px !important;
    padding-left: 0.5em;
  }
  .instructor-img {
    text-align: center;
  }
  .instructor-img img {
    width: 60%;
  }
  .media {
    display: block;
  }
  .media p {
    font-size: 12px !important;
  }
  /*---------------------------------- 入会手続き ----------------------------------*/
  .plan-col {
    display: block;
  }
  .plan {
    width: 100%;
    margin: 0 0 2em;
  }
  .class {
    color: #fff;
    background: #064e86;
    padding: 1em 0;
    font-size: 130%;
    letter-spacing: 1.3px;
    margin-bottom: 1em;
  }
  .plan-price01 {
    font-weight: 600;
    color: #064e86;
    font-size: 110%;
  }
  .plan-price02 {
    font-weight: 600;
    color: #064e86;
    font-size: 300%;
    margin: 0.2em auto 0.5em;
  }
  .plan-price02 span {
    font-size: 35%;
    padding-left: 0.2em;
  }
  .plan-txt {
    padding: 0 4em;
  }
  .plan-txt p {
    border-top: 1px solid #064e86;
    padding-top: 1em;
    line-height: 1.8 !important;
  }
  /*------------------------- Contact -------------------------*/
  .wpcf7 form {
    margin: 0 !important;
  }
  .wpcf7 .wpcf7-list-item-label {
    line-height: 1.5 !important;
  }
  .wpcf7 textarea {
    height: auto !important;
    min-height: 160px;
    max-height: 360px;
  }
  .join-form {
    margin-bottom: 3em;
  }
  .jmso-form th,
  .jmso-form td {
    display: block;
    font-size: 100% !important;
  }
  .jmso-form th {
    width: 100%;
    padding: 1.5em 0 1em !important;
  }
  .jmso-form td {
    width: 100%;
    padding: 0 0 1.5em !important;
  }
  .must,
  .may {
    padding: 0.3em 1em;
  }
  .address-box th,
  .address-box td {
    display: block;
    width: 100%;
    padding: 0.5em 0 0 !important;
  }
  /*　個人情報の取扱い　*/
  .contact-privacy {
    width: auto;
    height: 160px;
    padding: 2em 1em;
  }
  .privacy-ttl {
    font-size: 130% !important;
    margin: 0 auto 1em !important;
  }
  .contact-privacy p,
  .contact-privacy li {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .privacy-check {
    margin: 1.5em auto;
  }
  #formbtn {
    max-width: 100%;
    min-width: 280px !important;
    height: 60px;
    line-height: 60px;
    font-size: 110% !important;
  }
}
@media screen and (max-width: 280px) {
  #formbtn {
    min-width: auto !important;
    font-size: 100% !important;
  }
}
#copyright {
  min-height: 60px;
  height: auto !important;
}

#copyright .privacy-link {
  /*	display: none;*/
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 14px;
  height: auto;
}

#copyright .privacy-link a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #copyright {
    padding: 20px 0 0;
  }
  #copyright .privacy-link {
    position: static;
    line-height: 1;
  }
}
/**
* トップページの会員企業特集(最大6件)
************************************************/
#body .top-features-block {
  background-color: #eaf1f5;
}
#body .top-features-block__wrapper {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 5em;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__wrapper {
    max-width: 1232px;
    padding: 82px 1em 80px;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__wrapper {
    padding: 42px 1em;
  }
}
#body .top-features-block__title-box *,
#body .top-features-block__title-box *::after,
#body .top-features-block__title-box *::before, #body .top-features-block__list *,
#body .top-features-block__list *::after,
#body .top-features-block__list *::before {
  box-sizing: border-box;
}
#body .top-features-block ul, #body .top-features-block li {
  list-style: none;
}
#body .top-features-block__title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__title-box {
    max-width: 820px;
  }
}
#body .top-features-block__title {
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__title {
    line-height: 1.45;
    font-size: 42px;
    margin: 0 0 30px !important;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__title {
    line-height: 1.45;
    font-size: 24px;
    margin: 0 0 14px !important;
  }
}
#body .top-features-block__lead {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__lead {
    line-height: 2 !important;
    font-size: 16px;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__lead {
    line-height: 1.8 !important;
    font-size: 14px;
    margin-bottom: 30px !important;
  }
}
#body .top-features-block__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin: 0 0 60px !important;
}
@media screen and (max-width: 950px) {
  #body .top-features-block__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin: 0 0 42px !important;
  }
}
#body .top-features-block__list .blog_item .blog_thumbnail {
  padding: 8px;
}
#body .top-features-block__list .blog_item .blog_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) {
  #body .top-features-block__list .blog_item .blog_thumbnail img {
    aspect-ratio: 362/241;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list .blog_item .blog_thumbnail img {
    aspect-ratio: 330/220;
  }
}
#body .top-features-block__list .blog_item .blog_content {
  word-break: break-all;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__list .blog_item .blog_content {
    padding: 8px 8px 0;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list .blog_item .blog_content {
    padding: 8px 21px 0;
  }
}
#body .top-features-block__list .blog_item .blog_title {
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: 0;
  margin-bottom: 4px !important;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__list .blog_item .blog_title {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list .blog_item .blog_title {
    line-height: 1.8;
  }
}
#body .top-features-block__list .blog_item .blog_description {
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__list .blog_item .blog_description {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list .blog_item .blog_description {
    font-size: 14px;
    line-height: 1.8;
  }
}
#body .top-features-block__list .blog_item .blog_business_kind {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 8px;
}
@media screen and (min-width: 751px) {
  #body .top-features-block__list .blog_item .blog_business_kind {
    line-height: 2 !important;
  }
}
@media screen and (max-width: 750px) {
  #body .top-features-block__list .blog_item .blog_business_kind {
    line-height: 1.8 !important;
  }
}
#body .top-features-block__list .blog_item .c-business-tags {
  margin: 0 !important;
}
#body .top-features-block__list .blog_item .c-business-tags p {
  margin: 0 !important;
  line-height: 1.428 !important;
}
/**
* 会員企業特集アーカイブ
************************************************/
.archive-features {
  word-break: break-all;
}
.archive-features #archive_blog *,
.archive-features #archive_blog *::after,
.archive-features #archive_blog *::before {
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .archive-features #archive_blog {
    padding-bottom: 167px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #archive_blog {
    margin: 0 14px;
  }
}
.archive-features__lead {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .archive-features__lead {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__lead {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.archive-features__filter {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .archive-features__filter {
    gap: 16px;
    margin-bottom: 60px;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter {
    gap: 8px;
    margin-bottom: 40px;
    flex-direction: column;
    max-width: 305px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
  }
}
.archive-features__filter-title {
  color: #15bfbf;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}
.archive-features__filter-select {
  position: relative;
}
@media screen and (max-width: 750px) {
  .archive-features__filter-select {
    width: 100%;
  }
}
.archive-features__filter-select-text {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-select-text {
    width: 212px;
    height: 44px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-select-text {
    width: 100%;
    height: 50px;
  }
}
.archive-features__filter-select-text::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  color: #cccccc;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.archive-features__filter-reset {
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  color: #15bfbf;
  cursor: pointer;
  text-decoration: underline;
  display: none;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-reset {
    top: calc(100% + 4px);
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-reset {
    bottom: calc(100% + 8px);
  }
}
.archive-features__filter-options {
  display: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-options {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 228px;
    z-index: 5;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-options {
    position: fixed;
    z-index: 5000;
    top: 89px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 347px;
  }
  .archive-features__filter-options::before, .archive-features__filter-options::after {
    content: "";
    display: block;
    position: absolute;
    top: -29px;
    right: 14px;
    width: 2px;
    height: 24px;
    background-color: #fff;
  }
  .archive-features__filter-options::before {
    transform: rotate(45deg);
  }
  .archive-features__filter-options::after {
    transform: rotate(-45deg);
  }
}
.archive-features__filter-confirm-btn {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-confirm-btn {
    padding: 12px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-confirm-btn {
    padding: 12px 21px;
  }
}
.archive-features__filter-confirm-btn .-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #15bfbf;
  border-radius: 5px;
  color: #15bfbf;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-confirm-btn .-inner {
    height: 44px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-confirm-btn .-inner {
    height: 48px;
  }
}
.archive-features__filter-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .archive-features__filter-list {
    max-height: calc(100svh - 89px - 54px - 74px);
    overflow-y: auto;
  }
}
.archive-features__filter-item {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.428;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-item {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-item {
    padding: 15px 15px 15px 76px;
  }
}
.archive-features__filter-item .-check {
  position: relative;
}
.archive-features__filter-item .-check::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-features__filter-item .-check::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #15bfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.archive-features__filter-item:hover {
  color: #15bfbf;
}
.archive-features__filter-item.is-active {
  background-color: #15bfbf;
  color: #fff;
}
.archive-features__filter-item.is-active .-check::after {
  opacity: 1;
}
.archive-features__filter-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  border-radius: 6px;
  border-color: #15bfbf;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .archive-features__filter-send-btn {
    width: 212px;
    height: 44px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features__filter-send-btn {
    width: 100%;
    height: 50px;
    margin-top: 16px;
  }
}
.archive-features__filter-send-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  z-index: -1;
  transition-property: background-color, left, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #15bfbf;
  left: -35px;
  transform: skewX(45deg);
  width: calc(100% + 70px);
}
.archive-features__filter-send-btn:hover {
  color: #15bfbf;
}
.archive-features__filter-send-btn:hover::before {
  left: calc(100% + 50px);
}
.archive-features #blog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .archive-features #blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}
.archive-features #blog_list .blog_item .blog_thumbnail {
  padding: 8px;
}
.archive-features #blog_list .blog_item .blog_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) {
  .archive-features #blog_list .blog_item .blog_thumbnail img {
    aspect-ratio: 311/202;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list .blog_item .blog_thumbnail img {
    aspect-ratio: 330/220;
  }
}
.archive-features #blog_list .blog_item .blog_content {
  word-break: break-all;
}
@media screen and (min-width: 751px) {
  .archive-features #blog_list .blog_item .blog_content {
    padding: 8px 8px 0;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list .blog_item .blog_content {
    padding: 8px 21px 0;
  }
}
.archive-features #blog_list .blog_item .blog_title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
@media screen and (min-width: 751px) {
  .archive-features #blog_list .blog_item .blog_title {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list .blog_item .blog_title {
    line-height: 1.8;
  }
}
.archive-features #blog_list .blog_item .blog_description {
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}
@media screen and (min-width: 751px) {
  .archive-features #blog_list .blog_item .blog_description {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list .blog_item .blog_description {
    font-size: 14px;
    line-height: 1.8;
  }
}
.archive-features #blog_list .blog_item .blog_business_kind {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 8px;
}
@media screen and (min-width: 751px) {
  .archive-features #blog_list .blog_item .blog_business_kind {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .archive-features #blog_list .blog_item .blog_business_kind {
    line-height: 1.8;
  }
}
@media screen and (min-width: 751px) {
  .archive-features .page_navi {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .archive-features .page_navi {
    margin-top: 40px;
  }
}

/**
* 会員企業特集投稿ページ
************************************************/
#main_contents.single-features {
  /**
  * サイドバー
  ************************/
  /**
  * メイン
  ************************/
}
#main_contents.single-features *,
#main_contents.single-features *::after,
#main_contents.single-features *::before {
  box-sizing: border-box;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features {
    margin: 0 14px;
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }
}
#main_contents.single-features #side_col {
  /**
  * サイドバー：関連記事
  ************************/
  /**
  * サイドバー：事業カテゴリ一覧
  ************************/
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col {
    width: 256px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1050px) {
  #main_contents.single-features #side_col {
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col {
    margin-top: 50px;
  }
}
#main_contents.single-features #side_col .widget_content {
  padding: 0 !important;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .widget_content {
    margin: 0 0 70px !important;
  }
  #main_contents.single-features #side_col .widget_content:last-of-type {
    margin: 0 0 0 !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1050px) {
  #main_contents.single-features #side_col .widget_content {
    margin: 0 0 70px !important;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .widget_content {
    padding: 0 !important;
    margin: 0 auto 50px !important;
    width: 100%;
    max-width: 375px;
  }
  #main_contents.single-features #side_col .widget_content:last-of-type {
    margin: 0 auto 0 !important;
  }
}
#main_contents.single-features #side_col .side-heading {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.444;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #15bfbf;
  margin: 0 0 24px !important;
}
#main_contents.single-features #side_col .side-related__list {
  display: flex;
  flex-direction: column;
}
#main_contents.single-features #side_col .side-related__item:not(:last-of-type) {
  padding: 0 0 16px;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 16px !important;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-related__texts {
    padding: 0 21px;
  }
}
#main_contents.single-features #side_col .side-related__article-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .side-related__article-title {
    line-height: 2;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-related__article-title {
    line-height: 1.8;
    margin-bottom: 8px;
  }
}
#main_contents.single-features #side_col .side-related__company_business_kind {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .side-related__company_business_kind {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-related__company_business_kind {
    line-height: 1.8;
  }
}
#main_contents.single-features #side_col .side-related__image {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-related__image {
    padding: 8px;
  }
}
#main_contents.single-features #side_col .side-related__image img {
  display: block;
  margin: 0 !important;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .side-related__image img {
    aspect-ratio: 256/166;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-related__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
    aspect-ratio: 330/220;
  }
}
#main_contents.single-features #side_col .side-category-list__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .side-category-list__list {
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-category-list__list {
    gap: 24px;
  }
}
#main_contents.single-features #side_col .side-category-list__item {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
#main_contents.single-features #side_col .side-category-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15bfbf;
  border: 1px solid #15bfbf;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4375;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #side_col .side-category-list__link {
    padding: 7px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #side_col .side-category-list__link {
    padding: 12.5px;
  }
}
#main_contents.single-features #main_col .c-business-tags {
  margin-top: 16px;
}
#main_contents.single-features #main_col .single-features__lead {
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__lead {
    font-size: 24px;
    line-height: 2;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__lead {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
#main_contents.single-features #main_col .single-features__image {
  margin-bottom: 24px;
}
#main_contents.single-features #main_col .single-features__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#main_contents.single-features #main_col .single-features__image figcaption {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 8px;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__image figcaption {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__image figcaption {
    line-height: 1.8;
  }
}
#main_contents.single-features #main_col .single-features__info {
  background-color: #f5f5f5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__info {
    line-height: 2;
    font-size: 16px;
    padding: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__info {
    line-height: 1.8;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
#main_contents.single-features #main_col .single-features__info > div {
  display: flex;
}
#main_contents.single-features #main_col .single-features__info > div dt {
  width: 88px;
  flex-shrink: 0;
}
#main_contents.single-features #main_col .single-features__info-urls {
  display: flex;
  flex-direction: column;
}
#main_contents.single-features #main_col .single-features__info-urls-box {
  margin-bottom: 16px;
}
#main_contents.single-features #main_col .single-features__info-urls a {
  color: #15bfbf;
  font-size: 14px;
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__info-urls a {
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__info-urls a {
    line-height: 1.8;
  }
}
#main_contents.single-features #main_col .single-features__info-editor {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__info-editor {
    line-height: 2;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__info-editor {
    line-height: 1.8;
    margin-top: 50px;
  }
}
#main_contents.single-features #main_col .single-features__contact {
  font-weight: 400;
  letter-spacing: 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact {
    line-height: 2;
    font-size: 16px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 50px;
  }
}
#main_contents.single-features #main_col .single-features__contact-wrapper p:empty,
#main_contents.single-features #main_col .single-features__contact-wrapper br:not([class]) {
  display: none;
}
#main_contents.single-features #main_col .single-features__contact h2 {
  color: #fff;
  background-color: #15bfbf;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact h2 {
    font-size: 24px;
    padding: 8px 24px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact h2 {
    font-size: 20px;
    padding: 8px 20px;
  }
}
#main_contents.single-features #main_col .single-features__contact .-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact .-wrapper {
    padding: 32px 24px 44px;
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact .-wrapper {
    padding: 30px 20px 26px;
    gap: 6px;
  }
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact .-text,
  #main_contents.single-features #main_col .single-features__contact .-link,
  #main_contents.single-features #main_col .single-features__contact .-tel {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact .-text,
  #main_contents.single-features #main_col .single-features__contact .-link,
  #main_contents.single-features #main_col .single-features__contact .-tel {
    margin-bottom: 24px;
  }
}
#main_contents.single-features #main_col .single-features__contact h3 {
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px solid #15bfbf;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
#main_contents.single-features #main_col .single-features__contact .-link {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  padding: 0 8px;
  display: flex;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact .-link {
    width: 300px !important;
    height: 44px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact .-link {
    width: 100% !important;
    height: 50px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main_contents.single-features #main_col .single-features__contact .-tel {
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #15bfbf;
  color: #15bfbf;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features #main_col .single-features__contact .-tel {
    width: 300px;
    height: 44px;
    gap: 5.5px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__contact .-tel {
    pointer-events: auto !important;
    gap: 4px;
    width: 100%;
    height: 50px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main_contents.single-features #main_col .single-features__contact .-tel::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-image: url(./assets/img/single-features/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
#main_contents.single-features #main_col .single-features__back {
  margin: 50px 0 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__back {
    margin: 40px auto 0;
    max-width: 375px;
  }
}
#main_contents.single-features #main_col .single-features__back .item {
  height: 120px;
  width: 50%;
  position: relative;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  right: -1px;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__back .item {
    height: 50px;
    width: 100%;
  }
}
#main_contents.single-features #main_col .single-features__back .title {
  position: relative;
  padding: 0 40px 0 70px;
  font-weight: 500;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  transition: color 0.2s ease;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__back .title {
    display: none;
  }
}
#main_contents.single-features #main_col .single-features__back .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#main_contents.single-features #main_col .single-features__back .title:after {
  content: "\e90f";
  z-index: 10;
  position: absolute;
  margin-top: 2px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "design_plus";
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
}
#main_contents.single-features #main_col .single-features__back a:hover .title {
  color: rgba(0, 0, 0, 0.5);
}
#main_contents.single-features #main_col .single-features__back a:hover .title:after {
  opacity: 0.5;
}
#main_contents.single-features #main_col .single-features__back .nav {
  display: none;
}
@media screen and (max-width: 750px) {
  #main_contents.single-features #main_col .single-features__back .nav {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
    transition: color 0.2s ease;
  }
  #main_contents.single-features #main_col .single-features__back .nav:after {
    content: "\e90f";
    z-index: 10;
    position: absolute;
    margin-top: 2px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "design_plus";
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease;
  }
}

/*------------------------------------------------------------
  カスタム投稿タイプ「features」のBlock Editorとフロント共通のcss
-------------------------------------------------------------*/
#main_contents.single-features,
.editor-styles-wrapper {
  font-family: "Noto Sans JP" !important;
}
#main_contents.single-features h1,
#main_contents.single-features .post_content__heading,
.editor-styles-wrapper h1,
.editor-styles-wrapper .post_content__heading {
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features h1,
  #main_contents.single-features .post_content__heading,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .post_content__heading {
    font-size: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features h1,
  #main_contents.single-features .post_content__heading,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .post_content__heading {
    font-size: 22px;
    line-height: 1.8;
  }
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content *,
#main_contents.single-features .post_content *,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content *,
.editor-styles-wrapper .post_content * {
  letter-spacing: 0;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content img,
#main_contents.single-features .post_content img,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content img,
.editor-styles-wrapper .post_content img {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content,
  #main_contents.single-features .post_content,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content,
  .editor-styles-wrapper .post_content {
    line-height: 2 !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content,
  #main_contents.single-features .post_content,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content,
  .editor-styles-wrapper .post_content {
    line-height: 1.8 !important;
    font-size: 14px;
  }
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content h2,
#main_contents.single-features .post_content h2,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content h2,
.editor-styles-wrapper .post_content h2 {
  background-color: #eaf1f5;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content h2,
  #main_contents.single-features .post_content h2,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content h2,
  .editor-styles-wrapper .post_content h2 {
    padding: 4px 14px 4px 16px;
    margin-top: 60px !important;
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content h2,
  #main_contents.single-features .post_content h2,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content h2,
  .editor-styles-wrapper .post_content h2 {
    padding: 4px 16px 4px 16px;
    margin-top: 50px !important;
    font-size: 20px;
    line-height: 1.8;
  }
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content h3,
#main_contents.single-features .post_content h3,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content h3,
.editor-styles-wrapper .post_content h3 {
  font-weight: 700;
  text-align: left;
  border-top: 2px solid #15bfbf;
  border-bottom: 2px solid #15bfbf;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content h3,
  #main_contents.single-features .post_content h3,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content h3,
  .editor-styles-wrapper .post_content h3 {
    padding: 4px 14px 4px 16px;
    margin-top: 40px !important;
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content h3,
  #main_contents.single-features .post_content h3,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content h3,
  .editor-styles-wrapper .post_content h3 {
    padding: 4px 16px 4px 16px;
    margin-top: 30px !important;
    font-size: 18px;
    line-height: 1.8;
  }
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content figure figcaption,
#main_contents.single-features .post_content figure figcaption,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content figure figcaption,
.editor-styles-wrapper .post_content figure figcaption {
  margin-top: 8px !important;
  font-size: 14px;
  text-align: center;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content a,
#main_contents.single-features .post_content a,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content a,
.editor-styles-wrapper .post_content a {
  color: #15bfbf;
  text-decoration: underline;
  font-weight: 500;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ul,
#main_contents.single-features .post_content ul,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul,
.editor-styles-wrapper .post_content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ul li,
#main_contents.single-features .post_content ul li,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul li,
.editor-styles-wrapper .post_content ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 0 !important;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ul li::before,
#main_contents.single-features .post_content ul li::before,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul li::before,
.editor-styles-wrapper .post_content ul li::before {
  content: "";
  flex-shrink: 0;
  background-color: #15bfbf;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content ul li::before,
  #main_contents.single-features .post_content ul li::before,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul li::before,
  .editor-styles-wrapper .post_content ul li::before {
    margin: 0.9em 2px 0 !important;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features .wp-block-post-content.wp-block-post-content ul li::before,
  #main_contents.single-features .post_content ul li::before,
  .editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul li::before,
  .editor-styles-wrapper .post_content ul li::before {
    margin: 0.7em 2px 0 !important;
  }
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ol,
#main_contents.single-features .post_content ol,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ol,
.editor-styles-wrapper .post_content ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: num;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ol li,
#main_contents.single-features .post_content ol li,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ol li,
.editor-styles-wrapper .post_content ol li {
  list-style: none;
  display: flex;
  gap: 8px;
  margin-top: 0 !important;
  counter-increment: num;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ol li::before,
#main_contents.single-features .post_content ol li::before,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ol li::before,
.editor-styles-wrapper .post_content ol li::before {
  content: counter(num) ".";
  flex-shrink: 0;
  font: inherit;
  color: #15bfbf;
  margin: 0 !important;
}
#main_contents.single-features .post_content > *:first-child,
.editor-styles-wrapper .post_content > *:first-child {
  margin-top: 0 !important;
}
#main_contents.single-features .post_content *,
.editor-styles-wrapper .post_content * {
  margin-bottom: 0 !important;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  #main_contents.single-features .post_content *,
  .editor-styles-wrapper .post_content * {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 750px) {
  #main_contents.single-features .post_content *,
  .editor-styles-wrapper .post_content * {
    margin-top: 14px !important;
  }
}
#main_contents.single-features .post_content ul,
.editor-styles-wrapper .post_content ul {
  margin-left: 0 !important;
}
#main_contents.single-features .post_content ol,
.editor-styles-wrapper .post_content ol {
  margin-left: 0 !important;
}
#main_contents.single-features .wp-block-post-content.wp-block-post-content ul li,
#main_contents.single-features .wp-block-post-content.wp-block-post-content ol li,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ul li,
.editor-styles-wrapper .wp-block-post-content.wp-block-post-content ol li {
  width: 100%;
}/*# sourceMappingURL=style.css.map */