@charset "UTF-8";
/*          下層　　　　　*/
.page_box {
  padding: 50px 25px;
  margin: 0 auto;
}
.page_title .text {
  position: relative;
}
.page_title .text:before {
  background: var(--color_02);
  display: block;
  content: "";
  position: absolute;
    left: -168px;
    top: -130px;
    width: 274px;
  aspect-ratio: 1 / 1;
  height: auto;
  z-index: -1;
  border-radius: 100%;
}
.page_title {
  margin: 0 auto 0px auto;
  position: relative;
  max-width: 1200px;
}
.page_title .text {
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px;
}
.page_title .img {
  position: relative;
  height: 180px;
  z-index: -2;
}
.page_title .img {}
.page_title .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_title .img:before {
  content: "";
  display: block;
  background: linear-gradient(100.3492503189666deg, rgba(24, 155, 188, 0.43) 7.477864583333334%, rgba(23, 154, 187, 0.43) 7.477864583333334%, rgba(12, 78, 94, 0.43) 96.17578124999999%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.page_title .img, .page_title .img:before {
  border-radius: 15px;
}
.page_title .img:after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 16 / 14;
  height: auto;
  background: url("../images/common/mizutama_point_02.svg") no-repeat center center;
  background-size: contain;
  right: -15px;
  top: -20px;
}
.ht_02 {
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: 0px;
  font-family: "Zen Maru Gothic", serif;
}
.ht_01 {
  font-size: 13px;
  font-family: "Raleway";
  color: var(--color_01);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
     margin: 10px 0 0px 2px;
	 word-break: keep-all;
white-space: normal;
}
.ten_h2 {
  position: relative;
  color: var(--color_01);
  margin: 40px 0 25px;
  padding-left: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 20px;
      line-height: 1.3;
}
.ten_h2:before {
  content: "";
  display: block;
  background: #9BCFDD;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  left: 0px;
  top:8px;
}
.pp_ol {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 20px;
}
.pp_ol li {
  list-style-type: decimal;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.5;
}
.my_box p:not(:last-of-type) {
  margin-bottom: 15px;
}
.waku_blue {
  position: relative;
  background-color: #f0f6fa;
  border-radius: 15px;
  padding: 50px 30px;
}
/* ****　パンくず　*/
.breadcrumbs {
  margin: 0px auto 0px;
  width: calc(100% - 50px);
}
.breadcrumbs * {
  font-size: 10px;
  color: #333;
  margin: 0 1px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a span {}
/****サービス　一部　*/
.sub_tokucho_wrap {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  margin: 10px 0;
}
.sub_tokucho_wrap .midasi_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
  grid-row-gap: 10px;
}
.sub_tokucho_wrap .midasi {
width: 100%;
  padding: 5px 38px;
  border-radius: 50px;
  color: #fff;
  background: var(--color_01);
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}


.sub_tokucho_wrap .midasi_wrap p {
width: 100%;
}
/******事務所概要　*/
.page_tips_midasi {
  margin-bottom: 20px;
}
.company_midasi span, .company_midasi {
  font-size: 20px;
  font-weight: bold;
}
.company_tips {
  text-align: center;
  margin: 0 auto 40px;
}
.company_tips p {
  font-size:16px;
  line-height:1.6;
    text-align: left;

}
.common_table {
  border: none !important;
  border-top: 2px solid #189bbc !important;
  border-bottom: 2px solid #189bbc !important;
}
.common_table th, .common_table td {
  vertical-align: middle;
  border: none;
  padding: 20px;
  line-height: 1.5;
}
.common_table tr {
  border-bottom: 1px solid #d1d1d1;
}
.common_table th {
  font-weight: bold;
  letter-spacing: 1px;
  background: none !important;
  position: relative;
  width: 150px;
  padding-left: 30px;
  color: var(--color_01);
}
.common_table td {
  background-color: none;
}
.common_table th:before {
  content: "";
  display: block;
  background: #9BCFDD;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company_LR {
grid-row-gap: 30px;
}
.company_LR > div {
  width: 100%;
}
.gglmap {
  border-radius: 10px;
  height: 250px;
  overflow: hidden;
}
.gglmap iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.top_service_list_01 {
  grid-row-gap: 40px;
}
/***司法書士紹介*/
.page_title + .breadcrumbs,
.page-id-181 .page_title .img{
display: none;


}
.about_box_01 {
padding-top: 0!important;
}
.prg_img_wrap{


}

.prg_img_wrap {
position: relative;
z-index: -2;

  position: relative;
  margin-bottom: 30px;
}

.prf_img{
height: 200px;
}
.prf_img img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.name_wrap {
    position: absolute;
    bottom: -29px;
    right: 28px;
    padding: 15px 20px;
    border-radius: 5px;
    background: var(--color_02);
    max-width: 184px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.name_wrap.mizutama_point_02:after {
  right: -61px;
}
.name_wrap > div {
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.name_01 {
  font-size: 12px;
  letter-spacing: 2px;
}
.name_02 {
  font-size: 18px;
  letter-spacing: 2px;
}
.about_tips{
margin-top: 40px;
}
.about_tips .text {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.about_tips .text p {
  line-height: 1.8;
}
.prf_LR {
  position: relative;
}
.prf_LR.flex_reverse {
  margin-top: 50px;
}
.prf_LR .midasi {
  font-family: "Zen Maru Gothic", serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--color_01);
  line-height: 1.4;
  margin-bottom: 20px;
}
.prf_LR .text {
  position: relative;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.prf_LR_01:before {
  content: "";
  width: 148px;
  aspect-ratio: 16 / 12;
  height: auto;
  display: block;
  position: absolute;
  bottom: -18px;
  right: -15px;
  background: url(../images/about/man_img_01.png) no-repeat center bottom / contain;
}
.prf_LR_02:before {
  content: "";
  width: 144px;
  aspect-ratio: 16 / 13;
  height: auto;
  display: block;
  position: absolute;
  bottom: -18px;
  left: -15px;
  background: url(../images/about/man_img_02.png) no-repeat center bottom / contain;
}
/******報酬一覧*/
.price_box .p-service01-price__table:not(:last-of-type) {
  margin-bottom: 100px;
}
.price_box .p-service01-price__table::before {
  display: none;
}
.price_tips .caution {
  font-size: 16px;
  line-height: 1.8;
}
/*********よくある質問　*/
.page-id-43 .page_anker_nav{
width: 100%;
}

.page_anker_nav {
//width: calc(100% - 50px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_anker_nav li a {
  text-align: center;
  font-size: 12px;
  padding: 5px 15px;
  line-height: 1.2;
  color: var(--color_01);
  border: solid 1px var(--color_01);
  border-radius: 50px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Zen Maru Gothic", serif;
}
.page_anker_nav li a:hover {
  color: #fff;
  background: var(--color_01);
}
.qa_nav {
  justify-content: flex-start;
}
.qa_nav li {
  width:49%;
  padding: 0 5px;
}
.faq_box .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.qa_box {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f4f4f4;
}
.bg_usu_blue .qa_box {
  background: #fff;
}
.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_01.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
  transform: rotate(87deg);
  transform-origin: center;
}
.qa_wrap dt.active:after {
  transform: rotate(270deg);
}
.qa_box .q {
  padding: 4px 30px 0px 40px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.qa_box .a {
  padding: 3px 30px 0px 40px;
  margin-top: 16px;
  display: none;
}
.qa_box .a p {
  line-height: 1.6;
}
.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-family: "Raleway";
  text-transform: uppercase;
  font-weight: normal;
}
.qa_box .q:before {
  background: #9BCFDD;
  top: 0;
  margin: auto;
}
.qa_box .a:before {
  content: "A";
  background: #F5C7C7;
}
/*サイトマップ*/
.sitemap_list_wrap{
grid-row-gap: 40px;
}

.sitemap_list .ten_h2{
margin-top: 0;
}
.sitemap_list {
  width: 100%;
}
.sitemap_list .menu {
  margin-left: 20px;
}
.sitemap_list .menu a {
  display: block;
}
.sitemap_list .menu > li {
  margin-bottom: 14px;
  position: relative;
}
.sitemap_list .menu > li a {
  padding-left: 15px;
}
.sitemap_list .sub-menu li {
  margin-bottom: 5px;
}
.sitemap_list .sub-menu {
  border-left: solid 1px #b8b8b8;
  margin: 15px 0 20px 10px;
}
.sitemap_list .menu > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/common/icon_arrow_01.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
}

/********　ご利用の流れ*/
.flow_list li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 0px;
	    grid-row-gap: 20px;
}
.flow_list li + li{
margin-top: 60px;
}
.flow_list .img{
width: 350px;
}
.flow_list .text{
flex:1;

}
.flow_list li .p-service01-flow__item-title{
margin-bottom: 10px;
}
.flow_list li:nth-child(even) .p-service01-flow__item-title:before {
    background-color: #f5c7c7;
}
.flow_list li .text_wrap{
position: relative;
    padding: 30px 0 0 30px;
}
.flow_list li .text_wrap:before {
display: block;
    content: "";
    margin-left: 10px;
    width: 99%;
    height: 2px;
    border-bottom: dashed 2px #189bbc;
	top: 0;
	left: 0;
	position: absolute;
}


/* カウンターの初期化 */
.flow_list{
    counter-reset:number;
}
.flow_list li{
	position:relative;
}

/* カウンターの値を表示 */
.flow_list li .p-service01-flow__item-title:before {
  content: counter(number);
        bottom: -25px;
	  z-index: 1;
  
}


/*　　　　　　　　　　　お問合せ　*/
.thanks_box {
  text-align: center;
}
.thanks_box .inner {
  padding-bottom: 60px;
}
.tel_mini_wrap {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.tel_mini_wrap .tel {
  height: 170px;
}
.tel_mini_wrap .tel a {
  background: #F5C7C7;
  border-radius: 15px;
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tel_mini_wrap .tel .yc_01 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
}
.tel_mini_wrap .tel .yc_02 {
}
/* お問い合わせフォーム　各種 */
.cf7 {}
.cf7 input {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cf7 th {
  width: 250px;
  text-align: left;
}
.cf7 .req {
  color: red;
  font-weight: bold;
}
.cf7 .input_small input {
  width: 50px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.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;
}
.text-xs-center {
  text-align: center;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}
.text-xs-center:after {
  content: "";
  position: absolute;
  background: url(../images/common/arrow_w.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 7px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  display: block;
  padding: 5px 30px 5px 20px;
  position: relative;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  height: 56px;
  max-width: 280px;
  width: 100%;
  background: var(--color_01);
  color: #fff;
  box-shadow: 2px 8px 15px 1px rgb(0 0 0 / 20%);
  font-family: "Zen Maru Gothic", serif;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 3px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 70px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.wpcf7-spinner {
  display: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button, input, select, textarea {}
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;
  width: 100%;
  background: #f1f1f1;
  font-size: 16px;
}
input[type="file"] {
  width: 100%;
}
textarea {
  height: 150px;
  width: 100%;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 0 0 !important;
}
.doui {
  text-align: center;
  margin: 30px;
}
/*************解決事例　*/
.w1200 {
  max-width: 1200px !important;
}
.archive .top_case_list {
  grid-row-gap: 30px;
}
.archive .top_case_list:after {
  display: block;
  content: "";
  width: 31%;
}
.top_case_list .date{
margin-top: 10px;
}
/* archive */
.archive_case_spec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 30px 0 20px 0;
}
.iraisha_name {
  font-weight: bold;
  font-size: 14px;
  background: #e2e2e2;
  padding: 0px 15px 0px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 4px 10px;
}
.archive_case_spec .bukken_cat {
  margin: 0;
}
.case_wrap .bukken_list .title {
  font-size: 18px;
}
.case_wrap {
  padding: 0 0 50px 0 !important;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.case_wrap #primary {
  max-width: 100%;
  padding: 0;
  float: none !important;
  width: 100% !important;
  margin: 0 auto;
}
.product_nav_wrap {
  margin: 25px auto 30px;
  padding: 0 25px;
}
.product_nav_wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product_nav_wrap .inner .title {
  width:100%;
}
.product_nav_wrap .inner > .title + div {
  width:100%;
}
.product_nav_wrap .top_midasi {
  margin: 0 !important;
}
.product_nav_wrap .tm_02 br{
display: none;
}



.single-case .product_nav_wrap {}
.product_nav_wrap .menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  grid-row-gap: 5px;
}
.product_nav_wrap .menu li {
  position: relative;
  min-width: 160px;
}
.product_nav_wrap .menu .menu-item-has-children {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product_nav_wrap .menu .menu-item-has-children > a {
  max-width: 160px;
}
.product_nav_wrap .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex: 1;
}
.product_nav_wrap .sub-menu li {
  min-width: 160px;
}
.cat_name a[class*="label-case_01_"], .product_nav_wrap .sub-menu li a {
  background: #9BCFDD;
  color: #000;
}
.product_nav_wrap .menu a {
line-height: 1;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  font-size: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--color_01);
  position: relative;
  font-family: "Zen Maru Gothic", serif;
}
.product_nav_wrap .menu .current-menu-item a {
  /*
    color: var(--color_01);
    border: solid 1px var(--color_01);
	background: #fff;*/
}
#case_slider .bullen_item .img img, .post-type-archive-case .bukken_list .img img, .tax-cat_case .bukken_list .img img {
  object-fit: contain;
  padding: 15px;
}
/* single */
.case_img {
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 16 / 11;
  height: auto;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.case_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_title_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 15px;
  margin: 30px auto;
  background: var(--color_02);
}
.case_title, .case_spec_wrap {
  padding: 20px;
  width: 100%;
}
.case_title {
  line-height: 1.3;
  border-bottom: solid 1px #ddd;
}
.case_spec_wrap {}
.case_title .single_midasi {
  font-size: 18px;
  margin: 0;
}
.case_spec_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.case_name {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
      margin-bottom: 5px;
}
.case_spec_wrap .bukken_cat {
  margin: 0;
  margin: 10px 0 0 0;
  justify-content: center;
}
.case_spec_wrap .bukken_cat a {
  font-size: 12px;
  padding: 5px 20px 7px;
}
.case_more_wrap .more {
  text-align: center;
  margin-top: 30px;
}
.case_more_wrap .more a {
  margin: 0 auto;
}
.case_text_detail {
  line-height: 1.6;
  margin-bottom: 30px;
  border-bottom: dashed 1px var(--color_01);
  padding-bottom: 40px;
}
/*　　　　　　　　　　　　　　　　　　　　archive　*/
body:not(.home) .main-content-wrap {}
.article-group .top_column_list {
  justify-content: space-between;
}
/*　sidebar */
.widget {
  margin-bottom: 20px;
}
.widget-title {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1;
  color: var(--color_01);
  padding: 0 0 0px 45px;
  position: relative;
  margin: 0px 0 15px !important;
  font-family: "Zen Maru Gothic", serif;
}
.widget-title:before {
  content: "";
  display: block;
  background: url(../images/common/mizutama_01.svg) no-repeat center center;
  background-size: contain;
  width: 37px;
  aspect-ratio: 2 / 1;
  height: auto;
  top: 3pxpx;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0px;
}
.widget ul li {
  border-bottom: dashed 1px var(--color_01);
}
.widget ul li a {
  display: block;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.widget ul li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0;
  line-height: 1;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  color: var(--color_01);
  margin: auto;
}
.widget ul li a:hover {
  background: var(--color_02);
}
/* archive single */
.layout_LR {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 50px 0;
  padding-top: 25px;
  width: calc(100% - 50px);
  column-gap: 50px;
  row-gap: 0;
}
.layout_LR #primary {
  flex: 1;
}
.layout_LR #secondary {
  width: 100%;
}
.main_midasi {
  margin-bottom: 30px;
  position: relative;
  font-weight: 900;
  font-size: 18px;
  padding: 15px 30px 15px 20px;
  color: var(--color_01);
  line-height: 1.3;
  background: var(--color_02);
  border-radius: 5px;
  font-family: "Zen Maru Gothic", serif;
}
.main_midasi:before {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: auto;
    aspect-ratio: 16 / 14;
    height: auto;
    background: url(../images/common/mizutama_point_02.svg) no-repeat center center;
    background-size: contain;
    bottom: -18px;
    right: -13px;
}

.archive .top_column_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  max-width: 100%;
}
.archive .top_column_list > li {
  width: 48%;
  padding: 0;
  border: none;
  align-content: space-between;
}
.top_column_list .thumb {
  margin-bottom: 10px;
}
.top_column_list .thumb > a {
  display: block;
}
.top_column_list .thumb > a img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.archive .top_column_list .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.archive .top_column_list .title a {
  line-height: 1.5;
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.attachment {
  margin: 0 0 20px 0 !important;
  border-radius: 15px;
  overflow: hidden;
}
.blog_meta {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 15px;
  margin: 20px 0 15px 0;
}
.blog_meta .date {
  letter-spacing: 1px;
  font-family: "Raleway";
}
.single .entry-content h2 {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -1px;
  color: var(--color_01);
  position: relative;
  line-height: 1.2;
  margin: 20px 0;
  font-size: 18px;
  padding:0 0 0 50px;
  font-weight: bold;

}
.single .entry-content h2:before {
  content: "";
  display: block;
  background: url(../images/common/mizutama_01.svg) no-repeat center center;
  background-size: contain;
  width: 40px;
  aspect-ratio: 2 / 1;
  height: auto;
  top: 5px;
  position: absolute;
  left: 0px;
}
.single .entry-content h3 {
border-bottom:dashed 1px var(--color_01);
padding-bottom: 15px;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -1px;
  padding: 0 0px 15px 20px;
  margin: 40px 0 20px 0;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
  color: var(--color_01);
}
.single .entry-content h3:after {
  content: "";
  position: absolute;
  background: #9BCFDD;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 6px;
}
.single .entry-content p {
  line-height: 1.8;
}

.single .entry-content  .cat_name{
margin: 0;
}
.single .entry-content p:not(:last-of-type){
margin-bottom: 20px;

}
/*  目次プラグイン　*/
#ez-toc-container {
  background: #fff;
  border-radius: 10px !important;
  border: none;
  text-align: left;
  padding: 15px 20px;
  margin: 15px auto;
  border: solid 1px var(--color_01);
}
.ez-toc-title-container {
  border-bottom: dashed 1px var(--color_01);
  padding: 0 0 7px 6px;
  position: relative;
  margin-bottom: 13px;
}
.ez-toc-title-container:before {
  position: absolute;
  width: 21px;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  content: "";
  background: #000;
  left: 0px;
  top: -5px;
  bottom: 0;
  margin: auto;
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/common/icon_line_01.svg);
}
#ez-toc-container p.ez-toc-title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: var(--color_01);
}
#ez-toc-container nav {
  padding-top: 5px;
}
/*　pager */
.pager {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--color_02);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers.current {
  background: var(--color_01);
  color: #fff;
  opacity: 1;
}
.nav-single {
  border-radius: 100px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
  background: var(--color_02);
  border-radius: 5px;
  padding: 15px 15px;
  max-width: 100%;
}
.nav-single > div {
  flex: 1;
}
.nav-single > div a {
  font-size: 10px;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  text-decoration: none !important;
  font-weight: bold;
  display: block;
  width: 100%;
}
.nav-previous a {
  padding-left: 20px;
  text-align: left;
}
.nav-next a {
  padding-right: 20px;
  text-align: right;
}
.nav-single > div a:hover {
  color: var(--color_01);
}
.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 > div a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0px;
  bottom: 0;
  line-height: 1;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  color: var(--color_01);
  margin: auto;
}
.nav-single .nav-next a:before {
  right: 5px;
}
.nav-single .nav-previous a:before {
  transform: rotate(225deg);
  left: 0;
  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 ボタン　*/
.sns {
  text-align: center;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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;
}
s