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

#breadcrumb ul {
  display: flex;
}

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

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

#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: 0 auto 1em;
  background: #faf8f0;
  box-sizing: border-box;
  padding: 24px 32px;
}

.list01 ul li {
  font-size: 17px;
  position: relative;
  padding-left: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
}

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

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

.list02 {
  margin: 0 auto 1em;
  background: #faf8f0;
  box-sizing: border-box;
  padding: 16px 24px;
}

.list02 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list03 {
  margin: 0 auto 1em;
  background: #faf8f0;
  box-sizing: border-box;
  padding: 24px 32px 14px;
}

.list03 ul {
  display: flex;
  flex-wrap: wrap;
}

.list03 ul li {
  font-size: 17px;
  position: relative;
  padding-left: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
  margin-right: 24px;
}

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

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

.list_num ul {
  counter-reset: num;
  position: relative;
}

.list_num ul li {
  position: relative;
  counter-increment: num;
  padding-left: 30px;
  margin-right: 16px;
}

.list_num ul li:before {
  content: counter(num);
  width: 24px;
  height: 24px;
  background: #f59f04;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}

/*初めての方へ
----------------------------------------------------*/
.second_mainttl {
  border-top: 6px solid #b6b000;
  background: #fffbe2;
  padding: 24px;
  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_img {
  float: right;
  padding-left: 32px;
}

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

/*施術料金
----------------------------------------------------*/
.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 #713e2d;
}

.access_info-ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.25;
}

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

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

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

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

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

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

.access_rootconts {
  width: calc(50% - 12px);
  margin-right: 24px;
  border: 1px solid #713e2d;
  box-sizing: border-box;
  padding: 23px;
  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;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.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: #b6b000;
  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: 40px;
}

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

.contact_telnum-text {
  margin-bottom: 0 !important;
}

.contact_telnum-text span {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding: 0 1em;
  color: #f59f04;
}

.contact_telnum-text span:before, .contact_telnum-text span:after {
  content: "";
  display: block;
  border-left: 2px solid #f59f04;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 100%;
}

.contact_telnum-text span:before {
  transform: rotate(-25deg);
  left: 0.15em;
}

.contact_telnum-text span:after {
  transform: rotate(25deg);
  right: 0.15em;
}

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em !important;
}

.contact_telnum span {
  font-size: 1.5em;
}

.contact_tel-open {
  display: flex;
  flex-direction: row;
}

.contact_tel-open dt:after {
  content: ":";
}

.contact_tel-open dd {
  margin-left: 4px;
}

.contact_tel-open dd span:before {
  content: "/";
  padding: 0 8px;
}

.contact_linebtn a {
  background: linear-gradient(to bottom, #62d23a 0%, #62d23a 49%, #4fc624 50%, #4fc624 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 12px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  max-width: 250px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.contact_linebtn a img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.reserve_orikaeshi{
  background: #fffbe2;
  box-sizing: border-box;
  padding: 24px 32px;
}

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

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

.reserve_orikaeshi_text01 dl dt:after{
  content: "：";
}

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

.contact_form-tbl {
  margin-top: 32px;
}

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

.contact_form-tbl {
  border: 1px solid #713e2d;
  box-sizing: border-box;
}

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

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

.contact_form-tbl tbody tr th p:last-of-type, .contact_form-tbl tbody tr td p:last-of-type {
  margin-bottom: 0 !important;
}

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

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

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

.contact_form-tbl tbody tr td select{
  margin: 8px 0;
}

.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_form-tbl tbody tr td .reserve_menu .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.contact_form-tbl tbody tr:last-of-type th, .contact_form-tbl tbody tr:last-of-type td {
  border-bottom: none;
}

.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: 360px;
  background: #f59f04;
  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;
}

/*施術の流れ
----------------------------------------------------*/
.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: #faf8f0;
}

.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_ttl01 {
  font-size: 20px;
  font-weight: bold;
}

.faq_ttl02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.faq_aconts {
  padding-top: 32px;
}

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

.faq_ttl-a {
  background: #713e2d;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 12px 12px 28px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.faq_ttl-a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  border-left: 4px solid #b6b000;
  height: calc(100% - 24px);
  top: 12px;
}

/*症状別紹介
----------------------------------------------------*/
.case_mainimage {
  text-align: center;
  line-height: 1;
}

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

.case_conts 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 {
  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 {
  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 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 {
  background: url("../images/common/icon_check01.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 12px;
}

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

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

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

.column_cat-archive li {
  border-bottom: 1px dashed #f59f04;
  padding-bottom: 4px;
  margin-bottom: 4px;
  position: relative;
  padding-left: 16px;
}

.column_cat-archive li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #f59f04;
  position: absolute;
  left: 0;
  top: 9px;
}

.column_cat-archive li a {
  color: inherit;
  text-decoration: none;
}

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

.column_single h3,
.column_single h4,
.column_single p {
  clear: both;
}

.column_single h3 {
  background: #713e2d;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 12px 12px 28px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 2em;
}

.ttlcolumn_single h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  border-left: 4px solid #b6b000;
  height: calc(100% - 24px);
  top: 12px;
}

.column_single h4 {
  font-size: 18px;
  font-weight: bold;
  border-left: 7px solid #713e2d;
  margin-bottom: 16px;
  padding-left: 12px;
  position: relative;
  margin-top: 1.5em;
}

.column_single h4:before {
  content: "";
  display: block;
  width: calc(100% + 7px);
  height: 0;
  border-bottom: 2px dotted #cfc9c1;
  position: absolute;
  bottom: -8px;
  left: -7px;
}

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

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

.column_single ul {
  background: #faf8f0;
  box-sizing: border-box;
  padding: 24px 32px;
  margin: 1em 0;
}

.column_single ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

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

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

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

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

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

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

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