@charset "UTF-8";
/*          下層　　　　　*/

.grecaptcha-badge { visibility: hidden; }

body:not(.home) #layout {
  padding-top: 0px;
}
.page_box {
  padding: 50px 25px;
}
.page-id-15 #jump_02 {
  padding-top: 50px;
}
.page_box .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.page_title {
  height: 150px;
  background: url(images/header_img/header_img_other.jpg) no-repeat center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.page_title > span {
  position: relative;
  z-index: 1;
}
.page_title .icon {
  margin-bottom: 5px;
}
.page_title .icon img {
  max-width: 90px;
}
.page_title .title {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
}
.page_h2 {
  position: relative;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 25px;
}
.page_h2:before {
  background: url(../images/common/tenten_midasi.svg) no-repeat center center / contain;
  width: 48px;
  height: 10px;
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.page_h2.left {
  text-align: left;
}
.page_h2.left:before {
  margin-left: 0;
}
.page_h3 {}
.common_table {
  border-collapse: separate;
  border-spacing: 8px;
  border: none !important;
}
.common_table th, .common_table td {
  padding: 20px 25px;
  border-radius: 5px;
  border: none !important;
  vertical-align: middle;
  line-height: 1.3;
}
.common_table th {
  background: var(--color_02);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  width: 250px;
}
.common_table td {
  background: var(--color_03);
}
.bg_usu_green .common_table td {
  background: rgb(255 255 255 / 83%);
}
.page-id-17 .page_title { /*会社概要*/
  background: url("../images/header_img/header_img_company.jpg") no-repeat center center;
  background-size: cover;
}
.page-id-54 .page_title, .page-id-31 .page_title { /*お問い合わせ、送信完了*/
  background: url("../images/header_img/header_img_contact.jpg") no-repeat center center;
  background-size: cover;
}
.page-id-19 .page_title { /*サービス料金表*/
  background: url("../images/header_img/header_img_fee.jpg") no-repeat center bottom;
  background-size: cover;
}
.page-id-293 .page_title { /*承継・居抜き開業*/
  background: url("../images/header_img/header_img_open.jpg") no-repeat center center;
  background-size: cover;
}
.page-id-15 .page_title { /*医院閉院*/
  background: url("../images/header_img/header_img_close.jpg") no-repeat center center;
  background-size: cover;
}
.page-id-10 .page_title { /*医院売却*/
  background: url("../images/header_img/header_img_sell.jpg") no-repeat center center;
  background-size: cover;
}
.tax-cat_area .page_title,
.tax-cat_property .page_title,
.post-type-archive-property .page_title { /*物件情報*/
  background: url("../images/header_img/header_img_property.jpg") no-repeat center center;
  background-size: cover;
}
.page_tips {
  max-width: 800px;
  margin: 0 auto;
}
/*********医院閉院開業　*/
.close_box#jump_01 {
  margin-top: 90px;
}
.close_box.top_tuyomi {
  margin-top: 60px;
}
.midasi_img {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  height: 150px;
}
.midasi_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.midasi_img .midasi {
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 1px;
  position: absolute;
  width: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-shadow: 3px 3px 4px white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1.2;
}
/* merit*/
.merit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 40px;
}
.merit_list li {
  width: 100%;
  text-align: center;
}
.merit_list li .midasi {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin: 25px 0 15px 0;
}
.merit_list li p {
  text-align: left;
}
.merit_list li .img {
  position: relative;
}
.merit_list li .img img {
  border-radius: 15px;
}
.merit_list li .img:before {
  width: 100px;
  aspect-ratio: 16 / 14;
  height: auto;
  position: absolute;
  bottom: -39px;
  left: -16px;
  content: "";
  display: block;
  background: url(../images/close/icon_merit_01.svg) no-repeat center center;
  background-size: contain;
}
.merit_list li:nth-of-type(2) .img:before {
  background: url(../images/close/icon_merit_02.svg) no-repeat center center;
  background-size: contain;
}
.merit_list li:nth-of-type(3) .img:before {
  background: url(../images/close/icon_merit_03.svg) no-repeat center center;
  background-size: contain;
}
/* 流れ　*/
.flow_list_wrap {
  background: rgb(255 255 255 / 56%);
  border-radius: 15px;
  padding: 25px 25px;
}
.flow_list {
  position: relative;
}
.flow_list li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  position: relative;
}
.flow_list li:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow_list li .fl_text_01 {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  min-height: 70px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  display: flex;
  color: #fff;
  width: 100%;
  text-align: center;
}
.flow_list li .fl_text_02 {
  width: 100%;
  margin-top: 15px;
}
.flow_list li:nth-of-type(odd) .fl_text_01 {
  background: var(--color_02);
}
.flow_list li:nth-of-type(even) .fl_text_01 {
  background: var(--color_pink);
}
.flow_list li:before {
  width: 83px;
  aspect-ratio: 16 / 14;
  height: auto;
  position: absolute;
  top: -24px;
  left: -46px;
  content: "";
  display: block;
}
.flow_list li:nth-of-type(1):before {
  background: url(../images/close/icon_flow_01.svg) no-repeat center center;
  background-size: contain;
}
.flow_list li:nth-of-type(2):before {
  background: url(../images/close/icon_flow_02.svg) no-repeat center center;
  background-size: contain;
}
.flow_list li:nth-of-type(3):before {
  background: url(../images/close/icon_flow_03.svg) no-repeat center center;
  background-size: contain;
}
.flow_list li:nth-of-type(4):before {
  background: url(../images/close/icon_flow_04.svg) no-repeat center center;
  background-size: contain;
}
.flow_list li:nth-of-type(5):before {
  background: url(../images/close/icon_flow_05.svg) no-repeat center center;
  background-size: contain;
}
.flow_list li:nth-of-type(6):before {
  background: url(../images/close/icon_flow_06.svg) no-repeat center center;
  background-size: contain;
}
.qa_parts.close_box {}
/*********医院売却　*/
/* onayami*/
.onayami_box {
  position: relative;
  margin-top: 70px;
}
.kaiketu_box.sell_box {
  padding-top: 37px !important;
}
.onayami_box:before {
  position: absolute;
  background: url(../images/sell/onayami_bg.png) no-repeat center center / auto 100%;
  aspect-ratio: 16 / 10;
  z-index: -1;
  height: 1280px;
  content: "";
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.onayami_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 100px;
}
.onayami_list li {
  text-align: center;
  padding: 10px 15px;
  width: 30.5%;
  background: rgb(255 255 255 / 56%);
  border-radius: 10px;
  height: 192px;
  position: relative;
  font-size: 21px;
  box-shadow: 1px 2px 7px 0px rgb(0 0 0 / 6%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.onayami_list li span {
  color: var(--color_02);
  font-size: 26px;
}
.onayami_list li, .onayami_list li * {
  font-weight: bold;
  line-height: 1.6;
}
.onayami_list li:before {
  position: absolute;
  content: "";
  background: url(../images/sell/onayami_tenten.svg) no-repeat center center;
  background-size: contain;
  height: 57px;
  width: 62px;
  top: 104%;
  left: 0;
  right: 0;
  margin: auto;
}
.onayami_list li:nth-of-type(1), .onayami_list li:nth-of-type(4) {
  top: 20px;
}
.onayami_list li:nth-of-type(2), .onayami_list li:nth-of-type(5) {
  top: 50px;
}
.onayami_list li:nth-of-type(2):before {
  left: -62px;
}
.onayami_list li:nth-of-type(3):before {
  left: -113px;
}
.onayami_list li:nth-of-type(5):before {
  left: -113px;
}
.onayami_list li:nth-of-type(3):before, .onayami_list li:nth-of-type(5):before, .onayami_list li:nth-of-type(6):before {
  transform: scaleX(-1);
}
.onayami_arrow {
  text-align: center;
}
.onayami_arrow img {
  max-width: 74px;
}
/*　解決*/
.kaiketu_main_cc, .kaiketu_main_cc span {
  line-height: 1.4;
  font-weight: bold;
}
.kaiketu_main_cc {
  font-size: 28px;
  margin: 0px 0 25px 0;
  letter-spacing: 1px;
  text-align: center;
}
.kaiketu_main_cc span {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0px;
  font-size: 44px;
  letter-spacing: 0;
  margin-top: 12px;
}
.kaiketu_main_cc span:before {
  position: absolute;
  background: url(../images/sell/kaiketu_tenten.svg) no-repeat center center / contain;
  width: 144px;
  height: 10px;
  content: "";
  left: 0px;
  right: 0;
  top: -5px;
  margin: auto;
}
.kaiketu_sub_cc {
  color: var(--color_01);
  margin: 30px 0 25px 0;
}
.kaiketu_sub_cc, .kaiketu_sub_cc * {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}
.kaiketu_sub_cc span {
  padding: 0 3px;
}
.kaiketu_list_wrap {
  margin-top: 40px;
  border: solid 5px var(--color_02);
  border-radius: 15px;
  padding: 40px 25px 20px 25px;
  position: relative;
}
.kaiketu_list_wrap .midasi {
  position: absolute;
  left: 0;
  right: 0;
  top: -33px;
  padding: 15px;
  margin: auto;
  max-width: 250px;
  width: 100%;
  background: var(--color_02);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.kaiketu_list * {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
}
.kaiketu_list li {
  margin: 10px 0;
  position: relative;
  padding-left: 23px;
}
.kaiketu_list span {
  color: var(--color_02);
  padding: 0 2px;
}
.kaiketu_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: var(--color_02);
  border-radius: 50%;
}
/*********サービス料金表　*/
.fee_first_box {
  padding-bottom: 50px;
}
.page_link_nav_wrap {
  background: var(--color_01);
  padding: 15px;
  margin-bottom: 0px;
}
.page_link_nav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_link_nav_list li {
  width: 49%;
}
.page_link_nav_list a {
  height: 40px;
  border-radius: 100px;
  width: 100%;
  padding: 5px 15px 5px 25px;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1.2;
  background: #fff;
  color: var(--color_01);
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.page_link_nav_list a:after {
  position: absolute;
  background: url(../images/common/icon_arrow_01_g.svg) no-repeat center center / contain;
  width: 15px;
  height: 16px;
  content: "";
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
/***　pc 料金table　*/
.fee_table {
  margin: 20px 0 20px;
}
.fee_table th, .fee_table td {
  text-align: center;
}
.fee_table_03 th{
text-align: left;
width: 33%;
}
.fee_table tr:not(:first-of-type) th {
  text-align: left;
}
.fee_table td {
  font-size: 20px;
}
.fee_table td span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  margin-top: 7px;
}

/***　sp 料金table　*/
.sp_fee_table{
margin-bottom: 30px;
background: var(--color_03);
}
.sp_fee_table th,
.sp_fee_table td{
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
}
.sp_fee_table {
table-layout: fixed;

    border-spacing: 4px;
}
.sp_fee_table th{
    letter-spacing: 0px;
	text-align: left;
	width: 120px;


}
.sp_fee_table tr:nth-of-type(1) th{
text-align: center;
}
.sp_fee_table tr:nth-of-type(1) th:nth-of-type(1){
}
.sp_fee_table tr:nth-of-type(1) th:nth-of-type(2){
 width: 55%;
}
.sp_fee_table_03 th{
text-align: left!important;
}
.sp_fee_table_03 th,
.sp_fee_table_02 tr:nth-of-type(1) th:nth-of-type(1){
 width: 100px!important;
}
.sp_fee_table_02 tr:nth-of-type(1) th:nth-of-type(2){
    width: 75%;
}

.sp_fee_table td{
font-size: 18px;
}
.sp_fee_table td .mini{
    display: block;
    line-height: 1.2;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

/***　クッション画像*/
.kazari_img {
  height: 250px;
}
.kazari_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/***　よくある質問*/
.qa_parts .inner {
  position: relative;
}
.qa_parts_icon {
  width: 120px;
  aspect-ratio: 16 / 10;
  height: auto;
  position: absolute;
  top: -86px;
  left: 0px;
  content: "";
}
.qa_parts.open_box .qa_parts_icon {
  left: auto;
  right: 0px
}
.qa_wrap_first {
  margin-bottom: 40px;
}
.qa_sub_midasi {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: var(--color_02);
  margin-bottom: 15px;
}
.qa_box {
  padding: 15px 0;
  border-bottom: dashed 1px var(--color_03);
}
.qa_wrap dt, .qa_wrap dd {
  position: relative;
}
.qa_wrap dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon_arrow_03.svg) no-repeat center center / contain;
  background-size: contain;
  width: 12px;
  height: 17px;
  transform: rotate(90deg);
  transform-origin: center;
}
.qa_wrap dt.active:after {
  transform: rotate(270deg);
}
.qa_box .q {
  padding: 4px 30px 0px 40px;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
}
.qa_box .a {
  padding: 3px 0px 0px 40px;
  margin-top: 16px;
  display: none;
}
.qa_box .a p {
  line-height: 1.4;
}
.qa_box .q:before, .qa_box .a:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  aspect-ratio: 1 / 1;
  font-size: 16px;
  border-radius: 100%;
  box-sizing: border-box !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1px;
}
.qa_box .q:before {
  background: var(--color_02);
  top: 0;
  bottom: 0;
  margin: auto;
}
.qa_box .a:before {
  content: "A";
  background: var(--color_pink);
  padding-bottom: 3px;
}
/*******会社情報　　*/
.company_greeting_box {
  padding: 0 25px;
  position: relative;
  margin-top: 50px;
}
.company_greeting_box .img {
  height: 660px;
}
.company_greeting_box .img img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.company_greeting_box .text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  color: #fff;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-right: 9vw;
  height: 100%;
}
.company_greeting_box .midasi {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 33px;
}
.company_greeting_box .text p {
  line-height: 2;
}
.company_greeting_box .text:before {
  background: url(../images/company/greeting_bird.png) no-repeat top center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: -14vw;
  top: -40px;
  width: 700px;
  aspect-ratio: 16 / 12;
  height: auto;
}
.logo_company {
  margin-bottom: 20px;
}
.logo_company img {
  max-width: 220px;
}
.gglmap {
  height: 300px;
  margin-top: 25px;
}
.gglmap iframe {
  width: 100%;
  height: 100%;
}
body:not(.home) .contact_parts_wrap {
  margin-top: 0px;
}
.text_indent {
  padding-left: 15px;
  text-indent: -12px;
}
.jigyou_list li {
  line-height: 1.3;
}
.jigyou_list li:not(:last-of-type) {
  margin-bottom: 10px;
}
/*　　　　　　　　　　　物件情報　*/

.bukkenn_box{
max-width: 1400px;
margin: 0 auto;
}
.bukken_select{
position: relative;
}
.bukken_select select {
    -webkit-appearance: none;
    appearance: none;
	border-radius: 100px;
	height: 40px;
	font-size: 15px;
	    color: var(--color_01);
		font-weight: bold;
		padding: 0 0 0 20px;
		cursor: pointer;
}
.bukken_select:after {
pointer-events: none;
    position: absolute;
    background: url(../images/common/icon_arrow_01_g.svg) no-repeat center center / contain;
    width: 15px;
    height: 16px;
    content: "";
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}


/*　　　　　　　　　　　お問合せ　*/
.contact_tips {
  max-width: 985px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: calc(100% - 11px);
}
.thanks_text {
  text-align: center;
  font-size: 20px;
  padding: 0 0 25px 0;
}
/* お問い合わせフォーム　各種 */
.cf7 {
  border: none !important;
}
select, textarea, .cf7 input {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cf7 tr {}
.cf7 th, .cf7 td {}
.cf7 th {
  width: 300px;
  position: relative;
}
.cf7 .req {
  position: absolute;
  height: 24px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  background: var(--color_pink);
  font-weight: bold;
  padding: 0px 5px 2px 7px;
  text-align: center;
  border-radius: 2px;
}
.cf7 .input_medium .wpcf7-list-item {
  display: block;
}
.cf7 .input_medium .wpcf7-free-text {
  width: 150px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_small_calendar input {
  width: 200px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.cf7 .select_small select {
  width: 70px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.doui {
  text-align: center;
  margin: 30px 0;
}
.text-xs-center_wrap, .text-xs-center {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.text-xs-center_wrap .dummy_btn:after, .text-xs-center:after {
  pointer-events: none;
  position: absolute;
  background: url(../images/common/icon_arrow_01_w.svg) no-repeat center center / contain;
  width: 15px;
  height: 16px;
  content: "";
  right: 20px;
  top: 23px;
}
/*ダミーボタン含む　*/
.dummy_btn, .wpcf7-submit {
  height: 60px;
  padding: 10px 15px;
  background: var(--color_pink);
  margin: 0px;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
  width: 100%;
  display: block;
  border-radius: 100px !important;
  font-weight: bold;
}
.dummy_btn {
  background: var(--color_pink);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button, input, select, textarea {}
select, input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  border: none;
  padding: 5px 10px;
  height: 40px;
}
select, input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea {
  width: 100%;
  font-size: 18px;
}
input[type="file"] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 150px;
}
button, input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.cf7 td .caution{
line-height: 1.4;
font-size: 14px;
margin: 10px 0 0 0;
}
/*　　　　　　　　　　　　　　　　　　　　archive　*/
body:not(.home) .main-content-wrap {}
.article-group .top_blog_list {
  justify-content: space-between;
}
.article-group .top_blog_list li {
  width: 49%;
  margin-bottom: 20px;
}
.main-content-title {}
/*　sidebar */
.widget {
  margin-bottom: 40px;
}
.widget-title {
  font-family: Dosis, 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 33px;
  border-bottom: solid 2px #7c9700;
  letter-spacing: 4px;
  font-weight: normal;
  line-height: 1;
  color: #7c9700;
  padding: 0 0 15px;
}
.widget ul li {
  border-bottom: dashed 1px #7c9700;
}
.widget ul li a {
  display: block;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  position: relative;
}
.widget ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  top: 50%;
  right: 6px;
  position: absolute;
  margin-top: -11px;
  color: #7c9700;
}
.widget ul li a:hover {
  background: #f2f7de;
}
/*  single */
.single .page_h2 {
  line-height: 1.5;
}
.single .page_h2 span {
  position: relative;
  z-index: 1;
}
div.attachment {
  text-align: center;
  margin: 0 0 40px 0;
}
.single .blog_meta {
  text-align: center;
  margin-bottom: 30px;
}
.single .entry-content h2 {
  color: #7c9700;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.4;
  background: #e7eca9;
  padding: 15px;
}
.single .entry-content h3 {
  color: #7c9700;
  font-weight: bold;
  padding: 0 10px 10px 0px;
  margin: 20px 0 20px 0;
  font-size: 16px;
  border-bottom: dashed 1px #7c9700;
  line-height: 1.4;
}
/*  目次プラグイン　*/
#ez-toc-container {
  border-radius: 0 !important;
  padding: 10px 20px;
}
#ez-toc-container p.ez-toc-title {
  text-align: center;
  border-bottom: dashed 1px #aaa;
  width: 100%;
  padding: 0 0 5px 5px !important;
}
#ez-toc-container nav {
  padding-top: 5px;
}
/*　pager */
.pager {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
  column-gap: 7px;
}
.page-numbers {
  width: 48px;
  height: 48px;
  font-size: 23px;
  text-align: center;
  background: var(--color_03);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--color_02);
  color: #fff;
  opacity: 1;
}
.nav-single {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
  background: rgb(255 255 255 / 25%);
  border-radius: 5px;
  padding: 15px 20px;
}
.nav-single > div {
  flex: 1;
}
.nav-single > div a {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: underline !important;
  width: fit-content;
}
.nav-previous a {
  padding-left: 20px;
}
.nav-next a {
  padding-right: 20px;
}
.nav-single > div a:hover {}
.nav-single > div a:before {
  content: "<";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.nav-single .nav-next {
  text-align: right;
}
.nav-single .nav-previous {
  text-align: left;
}
.nav-single .nav-next a:before {
  content: ">";
}
.nav-single .nav-previous a:before {
  content: "<";
  left: 5px;
  right: auto;
}
.nav-single .nav_center a:before {
  display: none;
}
.nav-single .nav_center {
  text-align: center;
  pointer-events: none;
  display: none;
}
.no-pager-links {
  display: none !important;
}
.pagenav .prev a, .pagenav .next a {
  width: 50%;
  display: block;
  color: #ddd;
}
.pagenav a {
  float: left;
}
.pagenav .next a {
  text-align: right;
}
/*      sns ボタン　*/
#primary .sns {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#primary .sns a {
  font-size: 14px;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 2px;
  padding: 15px 0 11px 0;
  width: 25%;
  top: 2px;
  transition: all 0.2s ease-out 0s;
}
#primary .sns a:active, #primary .sns a:hover {
  box-shadow: none;
  top: 6px;
  color: #fff !important;
}



/*     spのみ フッター追尾　*/
.footer_tuibi{
position: fixed;
left: 0;
bottom:0;
width: 100%;
z-index: 10;
padding: 10px;
background: var(--color_03);
}
.footer_tuibi_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_tuibi_list > li{
//width: 49%;
width: 100%;
}
.footer_tuibi_list > li a{
border-radius: 50px;
background: #fff;
font-weight: bold;

height: 50px;

//font-size: 16px;
font-size: 22px;
line-height: 1.2;
padding: 5px;
text-align: center;
color: var(--color_01);
position: relative;


    flex-direction: column; 
    justify-content: center; 
    align-items: center;
display: flex;

}
.footer_tuibi_list .ft_mail a{
background: var(--color_pink);
color: #fff;
}


.footer_tuibi_list > li a:after {
    position: absolute;
    background: url(../images/common/icon_arrow_01_g.svg) no-repeat center center / contain;
    width: 15px;
    height: 16px;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_tuibi_list .ft_mail a:after {
    background: url(../images/common/icon_arrow_01_w.svg) no-repeat center center / contain;
}



