@charset "UTF-8";
/*フォント
----------------------------------------------------*/
/*下層ページ
----------------------------------------------------*/
#second #nav {
  border-bottom: 1px solid #006139;
}

#second #main {
  padding: 64px 0 100px;
}

#breadcrumb {
  display: block;
  width: 100%;
  margin: 0 auto 24px;
  box-sizing: border-box;
}

#breadcrumb ul {
  display: flex;
}

#breadcrumb ul li {
  font-size: 13px;
  line-height: 1.5;
}

#breadcrumb ul li a {
  font-size: 13px;
  color: inherit;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
  position: relative;
  top: -1px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

.second_mainttl {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #006139;
  box-sizing: border-box;
  padding: 0 0 4px 12px;
  margin-bottom: 40px;
  border-left: 8px solid #006139;
  position: relative;
}

.second_mainttl:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 0;
  position: absolute;
  border-bottom: 1px dotted #006139;
  left: -8px;
  bottom: -8px;
}

.text_conts01 {
  margin: 1em 0;
}

/*about
----------------------------------------------------*/
.about_list01-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8e387;
  box-sizing: border-box;
  width: 100%;
  max-width: fit-content;
  margin: 40px auto;
  position: relative;
  padding: 16px 56px;
  border-radius: 100px;
}

.about_list01-ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #f8e387;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.about_list01-ttl .about_list01-ttl-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1.5;
}

.about_list01 {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 40px 40px 0;
  margin: 1em 0;
}

.about_list01-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.about_list01-img {
  display: flex;
  align-items: flex-end;
  margin-left: 12px;
  width: 36vw;
  max-width: 302px;
}

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

.about_list01-text {
  margin-bottom: 40px;
}

.about_list01-text ul li {
  font-weight: 600;
  position: relative;
  margin-bottom: 4px;
  padding-left: 16px;
}

.about_list01-text ul li:last-of-type {
  margin-bottom: 0;
}

.about_list01-text ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #544124;
}

.flow_conts {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 24px;
  clear: both;
}

.flow_conts:last-of-type {
  margin-bottom: 0;
}

.flow_conts-img {
  float: left;
  margin-right: 16px;
}

.flow_ttl {
  display: flex;
  flex-direction: row;
  font-size: 24px;
  font-weight: bold;
  color: #006139;
  line-height: 1.5;
  position: relative;
  padding-left: 0;
  min-height: 40px;
  margin-bottom: 12px;
}

.flow_ttl span {
  position: relative;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #006139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-right: 8px;
}

/*price
----------------------------------------------------*/
.price_campaignbtn-text01 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 16px !important;
}

.price_campaignbtn-text01 span {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}

.price_campaignbtn-text01 span:before, .price_campaignbtn-text01 span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #4c3f31;
  position: absolute;
  bottom: -2px;
}

.price_campaignbtn-text01 span:before {
  transform: rotate(-35deg);
  left: 0;
}

.price_campaignbtn-text01 span:after {
  transform: rotate(35deg);
  right: 0;
}

.price_campaignbtn-bnr a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.price_hokentekiou {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 24px;
}

.price_hokentekiou p {
  background: url(../images/common/icon_check01.png) no-repeat left 5px;
  padding-left: 33px;
}

.price_hokentekiou p:last-of-type {
  margin-bottom: 0;
}

.price_couse {
  border: 2px solid #006139;
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 32px 24px;
  margin-bottom: 32px;
}

.price_couse:last-of-type {
  margin-bottom: 0;
}

.price_couse-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.price_couse-img {
  width: 100%;
  max-width: 255px;
  margin-left: 24px;
}

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

.price_couse-text {
  width: 100%;
}

.price_couse-strongpoint {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4px !important;
  position: relative;
}

.price_couse-strongpoint:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #d71d1f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
}

.price_couse-strongpoint span {
  display: inline-block;
  background: #d71d1f;
  box-sizing: border-box;
  padding: 2px 16px 4px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.price_couse-ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #006139;
  margin-bottom: 8px;
}

.price_couse-text01 {
  display: flex;
  justify-content: center;
  border-top: 1px solid #544124;
  border-bottom: 1px solid #544124;
  box-sizing: border-box;
  padding: 8px;
  margin: 8px 0 12px;
  width: 100%;
}

.price_couse-text01 p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
}

.price_couse-text01 p:last-of-type {
  margin-bottom: 0 !important;
}

.price_couse-price {
  margin-bottom: 16px;
}

.price_couse-price dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.price_couse-price dl:last-of-type {
  margin-bottom: 0;
}

.price_couse-price dl dt, .price_couse-price dl dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}

.price_couse-price dl dt {
  position: relative;
}

.price_couse-price dl dt:after {
  content: ":";
}

.price_couse-price dl dd span {
  font-size: 1.65em;
  position: relative;
  top: 3px;
  line-height: 1;
}

.price_couse-price-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px !important;
}

.price_couse-price-text01 {
  margin-top: 10px;
}

.price_couse-price-text01 p {
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0 !important;
}

.price_couse-campaign {
  margin-bottom: 16px;
}

.price_couse-campaign p {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: #d71d1f;
  text-align: center;
  margin-bottom: 0 !important;
}

.price_couse-campaign p span {
  border-bottom: 2px solid #d71d1f;
  position: relative;
}

.price_couse-campaign p span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #d71d1f;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.price_couse-campaign p strong {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 0;
  position: relative;
  top: 4px;
}

.price_couse-btn {
  margin-top: 24px;
}

.price_couse-btn p {
  margin-bottom: 0 !important;
}

.price_couse-btn p a {
  display: block;
  width: 100%;
  max-width: 280px;
  background: #006139;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
}

.price_couse-btn p a img {
  width: auto;
  max-width: 22px;
  height: auto;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.price_tbl-fisrt {
  border: 1px solid #e8d58b;
  background: #fcfce1;
  box-sizing: border-box;
  padding: 24px;
}

.price_tbl-fisrt-text01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

.price_tbl-fisrt-text01 span {
  font-weight: normal;
  margin-left: 4px;
}

.price_tbl {
  margin-bottom: 24px;
}

.price_tbl:last-of-type {
  margin-bottom: 0;
}

.price_tbl-price {
  font-weight: bold;
  margin-bottom: 0 !important;
}

.price_tbl-memo p {
  font-size: 14px;
  margin-bottom: 0 !important;
}

/*profile
----------------------------------------------------*/
.profie_message-img {
  float: right;
  margin-left: 32px;
  line-height: 1;
}

.profile_name {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: right;
}

.profile_name span {
  font-size: 1.25em;
  margin-left: 12px;
}

.profile_history {
  background: #f2fced;
  box-sizing: border-box;
  padding: 32px;
}

.profile_history p {
  margin-bottom: 0 !important;
}

.staff_fav-list {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 16px;
}

/*access
----------------------------------------------------*/
.access_info {
  border: 1px solid #006139;
  box-sizing: border-box;
  padding: 32px;
}

.access_info-logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 24px;
}

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

.access_info-text01 dl {
  display: flex;
  flex-direction: row;
}

.access_info-text01 dl dt {
  font-weight: bold;
}

.access_info-text01 dl dd {
  margin-left: 8px;
}

.access_info-text02 {
  margin: 12px auto;
}

.access_info-map {
  margin-top: 16px;
}

.access_info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.access_root {
  display: flex;
  flex-wrap: wrap;
}

.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
  border: 2px solid #dadada;
  box-sizing: border-box;
  padding: 20px;
}

.access_rootconts:nth-of-type(2n) {
  margin-right: 0;
}

.access_root-ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 68px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 60px;
  margin-bottom: 12px;
}

.access_root-ttl span {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #15c25e;
  border-radius: 100px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

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

/*reserve
----------------------------------------------------*/
.contact_text-tel {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px !important;
}

.contact_text-tel a {
  color: #15c25e;
  text-decoration: none;
}

.contact_text-tel a span {
  display: inline-block;
  font-size: 1.5em;
  padding-left: 4px;
  box-sizing: border-box;
}

.contact_textconts {
  margin-bottom: 24px;
}

.contact_textconts:last-of-type {
  margin-bottom: 0;
}

.contact_telinfo-dl {
  display: flex;
  flex-direction: row;
}

.contact_telinfo-dl dt {
  font-weight: bold;
}

.contact_telinfo-dl dt:before {
  content: "【";
}

.contact_telinfo-dl dt:after {
  content: "】";
}

.contact_telinfo-dl dd {
  margin-left: 8px;
}

.btn_line a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35e43d;
  box-sizing: border-box;
  padding: 16px 16px;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1.5;
}

.btn_line a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 32px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.contact_form-caution {
  background: #f2fced;
  box-sizing: border-box;
  padding: 24px;
  margin-top: 24px;
}

.contact_form-caution dl {
  display: flex;
  flex-direction: row;
}

.contact_form-caution p:last-of-type {
  margin-bottom: 0;
}

.dl_list {
  margin-bottom: 1em;
}

.required {
  display: inline-block;
  background: #eb4828;
  color: #fff;
  padding: 2px 6px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 8px;
}

.tbl_form {
  display: block;
}

.tbl_form tbody {
  display: block;
}

.tbl_form tbody tr {
  display: flex;
  border: 1px solid #c1beb9;
  border-bottom: none;
}

.tbl_form tbody tr:last-of-type {
  border-bottom: 1px solid #c1beb9;
}

.tbl_form tbody tr th, .tbl_form tbody tr td {
  box-sizing: border-box;
  padding: 16px;
}

.tbl_form tbody tr th {
  width: 35%;
  background: #f2fced;
  border-right: 1px solid #c1beb9;
  box-sizing: border-box;
}

.tbl_form tbody tr td {
  width: 65%;
  background: #fff;
}

.tbl_form tbody tr td input,
.tbl_form tbody tr td textarea,
.tbl_form tbody tr td select {
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
}

.tbl_form tbody tr td input option,
.tbl_form tbody tr td textarea option,
.tbl_form tbody tr td select option {
  width: 100%;
  font-size: 17px;
}

.tbl_form tbody tr td input[type="checkbox"] {
  width: 1em;
  position: relative;
  left: 0;
  top: 1px;
}

.tbl_form tbody tr td textarea {
  font-size: 17px;
  min-height: 240px;
}

.tbl_form tbody tr td p:last-of-type {
  margin-bottom: 0 !important;
}

.form_submit input {
  width: 100%;
  max-width: 320px;
  background: #15c25e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 32px auto 0;
  border: none;
  display: block;
}

.form_submit input:disabled {
  background: #999;
}

/*よくある質問 共通
----------------------------------------------------*/
.faq_list {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 24px;
}

.faq_list p {
  font-size: 18px;
  font-weight: bold;
}

.faq_list ul li {
  position: relative;
  font-weight: bold;
  margin-bottom: 6px;
  border-bottom: 1px solid #dfdbc3;
  padding-bottom: 6px;
}

.faq_list ul li:last-of-type {
  margin-bottom: 0;
}

.faq_list ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}

.faq_list ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.faq_conts {
  padding-top: 40px;
}

.faq_a {
  margin-top: 16px;
  position: relative;
  padding-left: 56px;
}

.faq_a:before {
  content: "A.";
  position: absolute;
  left: 15px;
  top: -12px;
  font-size: 24px;
  font-weight: bold;
  color: #006139;
}

/*症状別紹介 共通
----------------------------------------------------*/
.case_mainimage {
  line-height: 0;
}

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

.case_why p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.case_why p .br {
  display: block;
}

.case_nayami-ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 24px;
}

.case_nayami-ttl .case_nayami-ttl-wrap {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 12px;
}

.case_nayami-ttl .case_nayami-ttl-wrap:before, .case_nayami-ttl .case_nayami-ttl-wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #4c3f31;
}

.case_nayami-ttl .case_nayami-ttl-wrap:before {
  left: -12px;
  transform: rotate(-35deg);
}

.case_nayami-ttl .case_nayami-ttl-wrap:after {
  right: -12px;
  transform: rotate(35deg);
}

.case_nayami-text {
  margin-top: 16px;
}

.case_nayami-text p {
  font-size: 17px;
}

.case_nayami-omakase-arrow {
  min-height: 72px;
  position: relative;
  margin: 2em 0 1.25em;
}

.case_nayami-omakase-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 160px solid transparent;
  border-top: 72px solid #006139;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.case_nayami-omakase-text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}

.profile_img,
.case_profile-img {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

.profile_img img,
.case_profile-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_info,
.case_profile-info {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 12px 8px;
  margin-top: 16px;
}

.profile_info-text01,
.profile_info-text02,
.case_profile-info-text01,
.case_profile-info-text02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.profile_info-text01,
.case_profile-info-text01 {
  padding-bottom: 6px;
  border-bottom: 1px solid;
  margin-bottom: 6px !important;
}

.profile_info-text02,
.case_profile-info-text02 {
  margin-bottom: 0 !important;
}

.profile_info-text02 span,
.case_profile-info-text02 span {
  margin-left: 12px;
  font-size: 1.25em;
}

.case_message p,
.sango_message p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.case_message p:last-of-type,
.sango_message p:last-of-type {
  margin-bottom: 0;
}

.case_message-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 8px;
}

.case_message-ttl:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #423928;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
}

.case_point-ttl,
.sango_point-ttl {
  line-height: 0;
}

.case_point-ttl img,
.sango_point-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.case_point-list,
.sango_point-list {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 32px;
  margin-top: 24px;
}

.case_point-list-ttl,
.sango_point-list-ttl {
  border-top: 1px solid #006139;
  border-bottom: 1px solid #006139;
  box-sizing: border-box;
  padding: 4px 12px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #006139;
  margin-bottom: 16px;
}

.case_point-list-checklist li,
.sango_point-list-checklist li {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  padding-top: 6px;
  margin-bottom: 4px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
}

.case_point-list-checklist li:last-of-type,
.sango_point-list-checklist li:last-of-type {
  margin-bottom: 0;
}

.case_point-list-checklist li:before,
.sango_point-list-checklist li:before {
  content: "";
  display: block;
  width: 31px;
  height: 29px;
  background: url("../images/common/icon_check02.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 8px;
}

.case_point-list-textarea,
.sango_point-list-textarea {
  margin-top: 32px;
}

.case_point-list-textarea.mt0,
.sango_point-list-textarea.mt0 {
  margin-top: 0;
}

.case_point-list-textarea p:last-of-type,
.sango_point-list-textarea p:last-of-type {
  margin-bottom: 0;
}

.case_profile-textarea p:last-of-type {
  margin-bottom: 0 !important;
}

/*症状別紹介 鍼灸ページ
----------------------------------------------------*/
.shinkyu_mens {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 44px 32px 32px;
  margin-top: -40px;
}

.shinkyu_mens-ttl {
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 0;
  background: #006139;
  box-sizing: border-box;
  padding: 24px 40px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.shinkyu_mens-ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-top: 24px solid #006139;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -52px;
}

.shinkyu_mens-ttl .shinkyu_mens-ttl-sub {
  margin-left: 8px;
}

.shinkyu_mens-conts {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

/*wp関連ページ
----------------------------------------------------*/
.category_archive-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.category_archive-list ul li {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 32px;
}

.category_archive-list ul li:nth-of-type(2n) {
  margin-right: 0;
}

.category_archive-list ul li a {
  text-decoration: none;
  color: inherit;
}

.category_archive-list ul li a .category_archive-list-img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_archive-list ul li a .category_archive-list-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  background: #fff;
}

.category_archive-list ul li a .category_archive-list-text {
  margin-top: 8px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.category_archive-list dl {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted #a3b4dc;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.category_archive-list dl dt {
  font-weight: bold;
}

.category_archive-list dl dd {
  margin-left: 1em;
}

.category_archive-list dl dd a {
  text-decoration: none;
}

.conts_cat ul li {
  margin-bottom: 12px;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
  position: relative;
  padding-left: 14px;
}

.conts_cat ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #006139;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
}

.conts_cat ul li a {
  text-decoration: none;
  color: inherit;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 16px;
}

.column_single h3 {
  background: #006139;
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}

.column_single h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #006139;
  color: #006139;
  margin-bottom: 12px;
  position: relative;
}

.column_single h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #006139;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.column_single p {
  margin-bottom: 1em;
}

.column_single img {
  width: fit-content;
  max-width: 100%;
  height: auto;
}

.column_single .wp-caption {
  width: auto !important;
  max-width: 100% !important;
}

.column_single .alignleft,
.column_single .alignright,
.column_single .aligncenter {
  display: block;
}

.column_single .alignleft,
.column_single .alignright {
  margin-bottom: 24px;
}

.column_single .alignleft {
  float: left;
  margin-right: 24px;
}

.column_single .alignright {
  float: right;
  margin-left: 24px;
}

.column_single .aligncenter {
  margin: 0 auto;
  text-align: center;
}

.column_single iframe {
  width: 100%;
  max-width: 720px;
  height: 40vw;
  max-height: 400px;
  box-sizing: border-box;
  border: 10px solid #fff;
  line-height: 0;
}

.column_single ol {
  counter-reset: olnum;
  padding: 0;
  margin-bottom: 1em;
}

.column_single ol li {
  position: relative;
  padding-left: 1.5em;
}

.column_single ol li:before {
  content: counter(olnum) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  counter-increment: olnum;
}

.column_single ul {
  padding: 0 1em;
  margin-bottom: 1em;
}

.column_single ul li {
  list-style-type: disc;
}
