@charset "UTF-8";
/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 16px;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

#breadcrumb ul li {
  font-size: 12px;
  color: #433519;
}

#breadcrumb ul li a {
  font-size: 12px;
  color: #433519;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}

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

.tbl01 {
  border: 1px solid #e8e5d3;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.tbl01 tbody tr {
  border-bottom: 1px solid #e8e5d3;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: none;
}

.tbl01 tbody tr th {
  background: #fff9f2;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  padding: 15px;
}

.tbl01_price {
  font-weight: bold;
}

.text_memo01 {
  margin-left: 1em;
}

.text_memo01:before {
  content: "※";
  margin-left: -1em;
}

.list01 {
  margin: 16px auto;
}

.list01 ul {
  background: url("../images/common/bg03.gif") repeat left top;
  box-sizing: border-box;
  border: 4px solid #7fb700;
  padding: 24px 32px;
}

.list01 ul li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
}

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

.list02 {
  margin: 16px auto;
}

.list02 ul {
  display: flex;
  flex-wrap: wrap;
  background: #fcfcf0;
  box-sizing: border-box;
  border: 4px solid #7fb700;
  padding: 24px 32px 12px;
}

.list02 ul li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
  margin-right: 24px;
}

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

.list03 {
  background: #f3f9b4;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 1em;
}

.list03 ul {
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid #7fb700;
}

.list03 ul li {
  background: url(../images/common/icon_true.png) no-repeat 4px 2px;
  font-size: 17px;
  padding-left: 44px;
  border-bottom: 2px dotted #edecea;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

ol{
  position: relative;
  padding: 0;
  margin: 0 0 1em;
}

ol.list01 li{
  position: relative;
  padding-left: 16px;
  margin-bottom: 2px;
}

ol.list01 li:last-of-type{
  margin-bottom: 0;
}

ol.list01 li:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #89bf0c;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100px;
}

ol.checklist01 li{
  position: relative;
  padding-left: 38px;
  margin-bottom: 4px;
  padding-top: 10px;
  line-height: 1.5;
}

ol.checklist01 li:before{
  content: "";
  display: block;
  background: url("../images/second/icon_check01.png") no-repeat left top;
  width: 30px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 8px;
}

.btn01{
  display: block;
  text-align: center;
  margin: 1em 0 2em !important;
}

.btn01 a{
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  background: #f2cf0a;
  padding: 12px 40px 12px 24px;
  text-align: center;

  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

.btn01 a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
}

.img_c{
  text-align: center;
}

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

/*初めての方へ
----------------------------------------------------*/
.second_mainttl {
  border: 3px solid #f2cf0a;
  border-radius: 6px;
  background: #f9f4dc;
  padding: 36px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}

.about_message01 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.about_message01-img {
  width: 220px;
}

.about_message01-text {
  width: calc(100% - 252px);
  margin-left: 32px;
}

.about_message01-text p {
  margin-bottom: 1em;
}

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

.about_list01 {
  margin-top: 24px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
}

.about_list01:first-of-type {
  margin-top: 0;
}

.about_list01.true {
  background: #f3f9b4;
}

.about_list01.false {
  background: #d6d2c9;
}

.about_list01-ttl {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  margin-bottom: 32px;
}

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

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

.about_list01-ttl.true {
  background: #7fb700;
}

.about_list01-ttl.true:after {
  border-top: 15px solid #7fb700;
}

.about_list01-ttl.false {
  background: #696255;
}

.about_list01-ttl.false:after {
  border-top: 15px solid #696255;
}

.about_list01-list {
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid;
}

.about_list01-list.true {
  border-color: #7fb700;
}

.about_list01-list.true ul li {
  background-image: url(../images/common/icon_true.png);
}

.about_list01-list.true ul li span {
  font-weight: bold;
  color: #6a9900;
}

.about_list01-list.false {
  border-color: #696255;
}

.about_list01-list.false ul li {
  background-image: url(../images/common/icon_false.png);
  background-position-y: 5px;
}

.about_list01-list ul {
  display: flex;
  flex-direction: column;
}

.about_list01-list ul li {
  background: no-repeat 4px 2px;
  font-size: 17px;
  padding-left: 44px;
  border-bottom: 2px dotted #edecea;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.about_text01 {
  margin-top: 24px;
}

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

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

.about_text02 {
  display: flex;
  flex-direction: row-reverse;
}

.about_text02-img {
  width: 240px;
}

.about_text02-text {
  width: calc(100% - 240px);
  margin-right: 32px;
}

.about_text02-text p {
  margin-bottom: 1em;
}

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

/*院長紹介
----------------------------------------------------*/
.staff_conts {
  padding: 24px;
  box-sizing: border-box;
  background: url("../images/second/bg_staff.png") no-repeat left bottom;
}

.staff_img {
  float: right;
  padding-left: 32px;
  background: #fff;
}

.staff_conts-ttl01 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #ebe9d5;
  margin-bottom: 8px;
  margin-top: 24px;
}

.staff_conts-ttl01.mt0 {
  margin-top: 0;
}

.staff_ttlsub {
  margin-bottom: 16px;
}

.staff_conts01 {
  margin-top: 24px;
}

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

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

.staff_conts01.mt0 {
  margin-top: 0;
}

.staff_license{
  margin-bottom: 1em;
}

.staff_license dl{
  display: flex;
  flex-wrap: wrap;
}

.staff_license dl dt{
  white-space: nowrap;
  margin-right: 12px;
}

/*施術料金
----------------------------------------------------*/
.price_conts {
  margin-bottom: 32px;
}

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

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

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

.price_tbl {
  display: block;
  margin-bottom: 1em;
}

.price_tbl tbody {
  display: block;
}

.price_tbl tbody tr {
  display: flex;
}

.price_tbl tbody tr th,
.price_tbl tbody tr td {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #d6d4bc;
}

.price_tbl tbody tr:first-of-type th,
.price_tbl tbody tr:first-of-type td {
  border-bottom: none;
}

.price_tbl tbody tr th {
  width: 30%;
  background: #fcfcf0;
  font-weight: bold;
  border-right: none;
}

.price_tbl tbody tr td {
  width: 70%;
}

.price_list01 {
  margin-bottom: 1em;
}

.price_list01 ul {
  display: flex;
  flex-wrap: wrap;
  background: #fcfcf0;
  box-sizing: border-box;
  padding: 16px 24px 4px;
}

.price_list01 ul li {
  font-size: 16px;
  margin-right: 32px;
  background: url("../images/common/icon_check01.png") no-repeat left 4px/24px auto;
  padding-left: 28px;
  margin-bottom: 12px;
}

.price_reserveconts {
  margin-bottom: 24px;
}

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

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

.price_reserve-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #89bf0c;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.price_reserve-ttl span {
  background: #89bf0c;
  box-sizing: border-box;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 12px;
}

.price_reservememo {
  font-weight: bold;
  color: #89bf0c;
  text-decoration: underline;
}

.price_preparation-conts {
  margin-bottom: 24px;
}

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

.price_creditcard {
  margin-bottom: 1em;
}

.price_creditcard ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.price_creditcard ul li {
  margin-right: 12px;
}

.price_creditcard ul li:last-of-type {
  margin-right: 0;
}

.price_creditcard ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*アクセス
----------------------------------------------------*/
.access_conts {
  margin-bottom: 32px;
}

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

.access_info {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #80b802;
  border-radius: 10px;
}

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

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

.access_info-text {
  margin-bottom: 24px;
}

.access_info-text dl {
  display: flex;
  flex-wrap: wrap;
}

.access_info-text dl dt {
  width: 6em;
}

.access_info-text dl dd {
  width: calc(100% - 6em);
}

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

.access_info-img{
  margin-top: 12px;
}

.access_rootconts-wrap {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
}

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

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

.access_root-ttl {
  padding-left: 72px;
  position: relative;
  line-height: 1.5;
  min-height: 60px;
  margin-bottom: 16px;
}

.access_root-ttl:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #89bf0c;
  border-radius: 100px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  counter-increment: num;
}

.access_rootimg {
  line-height: 0;
}

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

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

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

/*お問い合わせ
----------------------------------------------------*/
.contact_conts {
  margin-bottom: 32px;
}

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

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

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

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  color: #89BF0E;
  line-height: 1.5;
}

.contact_telnum span {
  margin-left: 4px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}

.contact_telopen {
  margin-bottom: 1em;
  display: flex;
}

.contact_form-tbl,
.contact_form-tbl tbody {
  display: block;
}

.contact_form-tbl {
  border: 1px solid #e8e5d3;
}

.contact_form-tbl tbody tr {
  display: flex;
  border-bottom: 1px solid #e8e5d3;
}

.contact_form-tbl tbody tr th {
  width: 20em;
  text-align: left;
  background: #fff9f2;
  border-right: 1px solid #e8e5d3;
  padding: 16px 10px 16px 20px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td {
  width: calc(100% - 10em);
  box-sizing: border-box;
  padding: 16px 10px;
}

.contact_form-tbl tbody tr td input {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
}

.contact_form-tbl tbody tr td input[type="radio"],
.contact_form-tbl tbody tr td input[type="checkbox"] {
  width: 1em;
}

.contact_form-tbl tbody tr td textarea {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  min-height: 8em;
}

.contact_form-tbl tbody tr td.radiotd label {
  display: block;
}

.contact_menu-text01 {
  margin: 1em auto;
}

.required {
  background: #eb4828;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin-left: 12px;
}

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

/*施術方針
----------------------------------------------------*/
.houshin_conts {
  margin-bottom: 32px;
}

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

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

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

.houshin_flow {
  display: block;
  box-sizing: border-box;
  padding: 32px;
  background: #f3f9b4;
  margin-bottom: 1em;
}

.houshin_flowconts {
  width: 100%;
  border: 2px solid #7fb700;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  margin-bottom: 32px;
  position: relative;
}

.houshin_flowconts::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 16px solid #7fb700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: 0 auto;
}

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

.houshin_flowconts:last-of-type::after {
  content: none;
}

.houshin_flowconts p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/*当院の想い
----------------------------------------------------*/
.ideal_conts {
  margin-bottom: 32px;
}

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

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

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

/*施術の流れ
----------------------------------------------------*/
.flow_conts-all {
  counter-reset: num;
}

.flow_conts {
  margin-bottom: 32px;
}

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

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

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

.flow_ttl {
  font-size: 16px;
  font-weight: bold;
  background: #f3f9b4;
  box-sizing: border-box;
  padding: 12px 12px 12px 160px;
  margin-bottom: 24px;
  position: relative;
}

.flow_ttl:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "STEP" counter(num);
  counter-increment: num;
  width: 140px;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #7fb700;
  box-sizing: border-box;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.flow_conts-wrap {
  display: flex;
  flex-direction: row;
}

.flow_conts-img {
  width: 253px;
}

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

.flow_conts-text {
  width: calc(100% - 285px);
  margin-left: 32px;
}

/*よくある質問
----------------------------------------------------*/
.faq_conts {
  margin-bottom: 32px;
}

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

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

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

.faq_qconts {
  padding: 40px;
  box-sizing: border-box;
  background: #fcfcf0;
}

.faq_ttl01 {
  font-size: 16px;
  font-weight: bold;
}

.faq_qlist {
  margin-top: 24px;
}

.faq_qlist ul {
  counter-reset: num;
}

.faq_qlist ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}

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

.faq_qlist ul li:before {
  content: "Q" counter(num) ".";
  counter-increment: num;
  font-weight: bold;
  margin-right: 4px;
}

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

.faq_ttl02 {
  background: url("../images/second/icon_faq.png") no-repeat left 6px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d6d4bc;
  margin-bottom: 12px;
}

.faq_aconts {
  padding-top: 32px;
}

.faq_aconts:first-of-type {
  padding-top: 16px;
}

.faq_ttl-a {
  font-size: 17px;
  font-weight: bold;
  border-left: 9px solid #f2cf0a;
  border-bottom: 1px dotted #d9d9d9;
  padding: 4px 8px 4px 16px;
  margin-bottom: 12px;
}

/*症状別紹介
----------------------------------------------------*/
.case_conts h3,
.conts_single h3{
  margin-top: 24px;
  background: #89bf0c;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 12px 12px 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.case_conts h3:before,
.conts_single h3:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #f7f192;
  position: absolute;
  left: 16px;
  top: 21px;
}

.case_conts h3.voice_ttl01 {
  margin: 0 0 32px;
  padding: 0;
  background: none;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
}

.case_conts h3.voice_ttl01:before {
  content: none;
}

.case_conts h4,
.conts_single h4 {
  background: url("../images/common/icon_ttl02.png") no-repeat left top;
  padding-left: 40px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px dotted #d9d9d9;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.case_conts h4.voice_ttl02 {
  background: inherit;
  min-height: inherit;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #7ca719;
  padding: 0;
  margin-bottom: 16px;
  position: relative;
  margin-top: 0;
}

.case_conts h4.voice_ttl02:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #7ca719;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.case_conts h4.price_reserve-ttl {
  background: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #89bf0c;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.case_conts h4.price_reserve-ttl span {
  background: #89bf0c;
  box-sizing: border-box;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 12px;
}

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

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

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

.case_conts ul,
.conts_single ul {
  background: url("../images/common/bg03.gif") repeat left top;
  box-sizing: border-box;
  border: 4px solid #7fb700;
  padding: 24px 32px;
  margin-bottom: 1em;
}

.case_conts ul li,
.conts_single ul li {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
}

.case_conts ul li:last-of-type,
.conts_single ul li:last-of-type {
  margin-bottom: 0;
}

.case_caution{
  border: 2px solid #fc5d3d;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 4px;
  margin-top: 16px;
}

.case_caution strong{
  color: #fc5d3d;
  text-decoration: underline;
}

.case_caution-ttl{
  background: #fc5d3d;
  box-sizing: border-box;
  padding: 12px 8px 8px;
  margin-bottom: 16px !important;

  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  border-radius: 4px;
}

.case_subconts{
  margin-bottom: 24px;
}

.case_img-c{
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  line-height: 0;
  border-radius: 6px;
}

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

/*M式テクニックについて
----------------------------------------------------*/
.mtech_text p{
  margin-bottom: 1em;
}

/*wordpress関連
----------------------------------------------------*/
.conts_single p{
  margin-bottom: 1em;
}

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

.alignright,
.alignright4,
.alignleft{
  width: auto;
  max-width: 240px !important;
  height: auto;
}


.alignright,
.alignright4{
  float: right;
  margin-left: 32px;
}

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

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

/* カテゴリー */
.catconts{
  margin-bottom: 16px;
  border-bottom: 1px dashed #f2cf0a;
  padding-bottom: 8px;
}

.catconts a{
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: inherit;
}

.catconts a:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f2932c;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100px;
}

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

.conts_cat-columntext p{
  margin-bottom: 24px;
}