@charset "UTF-8";
/* Box sizing rules */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* style */
li {
  list-style: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
html.hide {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  letter-spacing: 0.08em;
}

p {
  line-height: 180%;
  letter-spacing: 0.08em;
}

dd,
dt {
  line-height: 180%;
  letter-spacing: 0.08em;
}

th,
td {
  line-height: 180%;
  letter-spacing: 0.08em;
}

a {
  letter-spacing: 0.08em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

option {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  border: none;
}

table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-all;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .error {
  color: #ff0000 !important;
  font-weight: 600;
  font-size: 14px !important;
  margin-top: 8px;
}

.wp-block-table {
  width: 100% !important;
}

/* =============================================
ボタン
============================================= */
.btn_main {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #225045;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.btn_main_nonshadow {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #225045;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
}

.btn_border {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #000;
}

.btn_gray {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/* =============================================
タグ
============================================= */
.news_tag {
  display: inline-block;
  background: #51c0ac;
  padding: 7px 10px;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  width: 125px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_tag {
    font-size: 12px;
    width: auto;
    padding: 3px 10px;
  }
}

/* =============================================
タイトル
============================================= */
.page_main_ttl_block {
  width: 100%;
  padding: 50px 0 60px;
}
.page_main_ttl_block .search_input {
  margin-top: 40px;
}

.page_main_ttl {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #000;
}
.page_main_ttl a {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .page_main_ttl {
    font-size: 24px;
  }
}
.page_main_ttl span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page_main_ttl span {
    font-size: 12px;
  }
}

.service_logo {
  display: block;
  width: 100%;
  max-width: 180px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .service_logo {
    max-width: 150px;
  }
}
.service_logo img {
  width: 100%;
}

.sec_cc {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .sec_cc {
    font-size: 20px;
    line-height: 30px;
  }
}

.sec_ttl_m {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .sec_ttl_m {
    font-size: 20px;
  }
}

.main_ttl_grn {
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #51c0ac;
}
@media screen and (max-width: 768px) {
  .main_ttl_grn {
    font-size: 48px;
  }
}

.main_ttl_white {
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_ttl_white {
    font-size: 48px;
  }
}

/* =============================================
フォーム パーツ
============================================= */
.form_parts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .form_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.form_parts dt {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 600;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .form_parts dt {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.form_parts dt span {
  border: 1px solid #56c6ac;
  color: #56c6ac;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-block;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_parts dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_parts .form_control {
  width: 100%;
  background: #e7edee;
  padding: 16px 15px;
  border-radius: 6px;
  font-size: 16px;
  border: none;
}

.privacy_check_box p {
  font-size: 12px;
  margin-bottom: 20px;
}
.privacy_check_box p a {
  text-decoration: underline;
}
.privacy_check_box .mwform-checkbox-field-text {
  font-size: 16px;
}
.privacy_check_box .privacy_check {
  cursor: pointer;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  width: auto;
}
.privacy_check_box input[type=checkbox] {
  display: none;
}
.privacy_check_box input[type=checkbox] + .mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #e7edee;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.privacy_check_box input[type=checkbox] + .mwform-checkbox-field-text::after {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 3px solid #56c6ac;
  border-bottom: 3px solid #56c6ac;
  top: 50%;
  left: 8px;
  margin-top: -5px;
  text-align: center;
  opacity: 0;
}
.privacy_check_box input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  border: 2px solid #56c6ac;
}
.privacy_check_box input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.form_select {
  width: 100%;
  position: relative;
}
.form_select::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.form_select .form_control {
  padding-right: 30px;
  color: #000;
}

.rb_parts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rb_parts_wrap span {
  display: block;
}

.mwform-radio-field {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .mwform-radio-field {
    width: 100%;
  }
}
.mwform-radio-field label {
  cursor: pointer;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  width: auto;
}
.mwform-radio-field input[type=radio] {
  display: none;
}
.mwform-radio-field input[type=radio] + .mwform-radio-field-text:before {
  background: #fff;
  border: 2px solid #e7edee;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.mwform-radio-field input[type=radio] + .mwform-radio-field-text::after {
  background: #56c6ac;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 6px;
  border-radius: 50%;
  margin-top: -4px;
  text-align: center;
  opacity: 0;
}
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text:before {
  border: 2px solid #56c6ac;
}
.mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.cb_parts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cb_parts_wrap span {
  display: block;
}

.mwform-checkbox-field {
  margin-bottom: 20px;
  width: 50%;
}
@media screen and (max-width: 450px) {
  .mwform-checkbox-field {
    width: 100%;
  }
}
.mwform-checkbox-field label {
  cursor: pointer;
  display: inline-block;
  padding-left: 36px;
  position: relative;
  width: auto;
}
.mwform-checkbox-field input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #e7edee;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.mwform-checkbox-field input[type=checkbox] + .mwform-checkbox-field-text::after {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 3px solid #56c6ac;
  border-bottom: 3px solid #56c6ac;
  top: 50%;
  left: 8px;
  margin-top: -5px;
  text-align: center;
  opacity: 0;
}
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  border: 2px solid #56c6ac;
}
.mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

/* =============================================
共通レイアウト
============================================= */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.bg_green_gr {
  background: radial-gradient(65.21% 163.14% at 50% 27.86%, #60d2aa 0%, #51c0ac 100%);
}

.bg_green {
  background: #56c6ac;
}

.bg_light_green {
  background: #f4fafb;
}

.bg_gry {
  background: #e7edee;
}

.container_l {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

.container_m {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
}

.container_s {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.nl {
  display: inline-block;
}

/* =============================================
ヘッダー
============================================= */
html.no-scroll {
  overflow: hidden;
}

#header {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header.change_color {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
}
header .header_inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    padding: 0 20px;
  }
}
header .header_inner .header_inner_flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_inner .header_inner_flex .header_logo {
  width: 437px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  header .header_inner .header_inner_flex .header_logo {
    width: 275px;
  }
}
header .header_inner .header_inner_flex .header_logo svg {
  width: 100%;
}
header .header_inner .header_inner_flex .header_logo.change_color svg .blue {
  fill: #58affb;
}
header .header_inner .header_inner_flex .header_logo.change_color svg .black {
  fill: #000;
}

/* =============================================
ナビゲーション
============================================= */
.cat_nav {
  background: #f4fafb;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .cat_nav {
    height: 40px;
  }
}
.cat_nav:-webkit-scrollbar {
  display: none;
}
.cat_nav .container_l {
  overflow-x: auto;
}
.cat_nav ul {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cat_nav ul {
    height: 40px;
  }
}
.cat_nav ul li {
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cat_nav ul li {
    margin-right: 30px;
  }
}
.cat_nav ul li a {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cat_nav ul li a {
    font-size: 14px;
  }
}

/* =============================================
パンくず
============================================= */
.breadcrumbs {
  font-size: 12px;
  margin-top: 15px;
}
.breadcrumbs a {
  color: #666;
}

/* =============================================
フッター
============================================= */
footer {
  padding: 50px;
  text-align: center;
}
footer a img {
  margin: 0 auto 10px;
}
footer p {
  font-size: 10px;
  font-weight: 600;
}

/* =============================================
検索フォーム
============================================= */
.search_input {
  position: relative;
}
.search_input input[type=text] {
  width: 100%;
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 0 20px;
}
.search_input input[type=text]:focus {
  outline: 1px solid #60d2aa;
}
@media screen and (max-width: 768px) {
  .search_input input[type=text] {
    height: 40px;
  }
}
.search_input .search_btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .search_input .search_btn {
    top: 5px;
    right: 10px;
  }
}

/* =============================================
カテゴリーから探す
============================================= */
.top_cat_wrap {
  margin: 100px 0 0;
}
.top_cat_wrap .sec_ttl_m {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.top_cat_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_cat_wrap ul li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_cat_wrap ul li {
    width: 100%;
  }
}
.top_cat_wrap ul li a {
  position: relative;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4fafb;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}
.top_cat_wrap ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -5px;
  border-top: solid 2px #60d2aa;
  border-right: solid 2px #60d2aa;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.cat_wrap {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .cat_wrap {
    margin: 50px 0 0px;
  }
}
.cat_wrap .sec_ttl_m {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.cat_wrap .sec_ttl_m span {
  font-size: 20px;
  font-weight: normal;
}
.cat_wrap .sec_ttl_m p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
}
.cat_wrap h3 {
  position: relative;
  border-top: 0.5px solid #D9D9D9;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 5px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cat_wrap h3 {
    font-size: 16px;
  }
}
.cat_wrap h3::before, .cat_wrap h3:after {
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #60d2aa;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cat_wrap h3::before {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.cat_wrap h3:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat_wrap h3.active::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cat_wrap h3.active:after {
  background-color: transparent;
}
.cat_wrap ul {
  border-top: 0.5px solid #D9D9D9;
}
.cat_wrap ul.article {
  display: none;
}
.cat_wrap ul li {
  border-bottom: 0.5px solid #D9D9D9;
}
.cat_wrap ul li:last-child {
  border: none;
}
.cat_wrap ul li a {
  position: relative;
  display: block;
  padding: 16px 15px;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cat_wrap ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 2px #60d2aa;
  border-right: solid 2px #60d2aa;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cat_wrap ul li a:hover {
  color: #60d2aa;
}
.cat_wrap ul li a:hover:after {
  right: 15px;
}
.cat_wrap .cat_list:last-child h3 {
  border-bottom: 0.5px solid #D9D9D9;
}
.cat_wrap .cat_list:last-child ul {
  border: none;
}
.cat_wrap.pickup ul li:last-child {
  border-bottom: 0.5px solid #D9D9D9;
}

/* =============================================
検索結果
============================================= */
.search_list_wrap {
  border-top: 0.5px solid #D9D9D9;
  padding: 10px 0;
}
.search_list_wrap:last-child {
  border-bottom: 0.5px solid #D9D9D9;
}
.search_list_wrap a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 5px;
  color: #000;
}
.search_list_wrap .highlight {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: linear-gradient(transparent 40%, #ffff66 40%);
}

/* =============================================
記事詳細
============================================= */
.single_main_ttl_block {
  margin: 50px 0 30px;
}
.single_main_ttl_block .tax_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.single_main_ttl_block .tax_icon span {
  background: #60d2aa;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 6px 10px 4px;
  margin-right: 15px;
  line-height: 1;
}

#single_contents .content_wrap {
  background: #f4fafb;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #single_contents .content_wrap {
    padding: 10px;
  }
}
#single_contents .content_wrap h2 {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0;
  margin: 40px auto 20px;
  padding-left: 20px;
  border-left: 4px solid #60d2aa;
}
@media screen and (max-width: 768px) {
  #single_contents .content_wrap h2 {
    font-size: 16px;
  }
}
#single_contents .content_wrap h3 {
  font-size: 17px;
  text-align: left;
  letter-spacing: 0;
  margin: 30px auto 15px;
}
@media screen and (max-width: 768px) {
  #single_contents .content_wrap h3 {
    font-size: 15px;
  }
}
#single_contents .content_wrap h4 {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  #single_contents .content_wrap h4 {
    font-size: 14px;
  }
}
#single_contents .content_wrap p {
  margin: 20px auto;
}
#single_contents .content_wrap .wp-block-image {
  margin: 20px auto 40px;
}
#single_contents .content_wrap .wp-block-image img {
  width: 100%;
  height: auto;
}
#single_contents .content_wrap .wp-block-buttons {
  margin: 60px auto;
}
#single_contents .content_wrap .wp-block-table table {
  border-top: 1px solid #f4f4f4;
}
#single_contents .content_wrap .wp-block-table table tr {
  border-bottom: 1px solid #f4f4f4;
}
#single_contents .content_wrap .wp-block-table table tr td {
  padding: 10px;
}

/* =============================================
記事詳細　検索
============================================= */
.foot_search {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .foot_search {
    margin-top: 50px;
  }
}
.foot_search h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .foot_search h2 {
    font-size: 14px;
  }
}/*# sourceMappingURL=user_style.css.map */