/*===== base =====*/

/* section */
.section {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 44px;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

/* コンテンツ幅最大744px */
.width_small {
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
}

/* タイトル 大見出し */
.ttl_section {
  margin-bottom: 22px;
  padding: 0 0 5px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid #05aa22;
}

/* タイトル 中見出し */
.ttl_content {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
}

.ttl_content a {
  color: #232B39;
  text-decoration: none;
}

/* テキストの表示行数制限 */
.txt_limit,
.txt_limit_2,
.txt_limit_3,
.txt_limit_4,
.txt_limit_5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.txt_limit_2 {
  -webkit-line-clamp: 2;
}

.txt_limit_3 {
  -webkit-line-clamp: 3;
}

.txt_limit_4 {
  -webkit-line-clamp: 4;
}

.txt_limit_5 {
  -webkit-line-clamp: 5;
}

/* 矢印 > */
.arrow_right::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  vertical-align: middle;
  border-top: solid 2px #05aa22;
  border-right: solid 2px #05aa22;
  transform: rotate(45deg);
}

/* リンクテキスト + 矢印 > */
.txt_link {
  font-size: .875rem;
  font-weight: bold;
  color: #05aa22;
  text-decoration: underline;
  text-align: center;
}

.txt_link::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  vertical-align: middle;
  border-top: solid 2px #05aa22;
  border-right: solid 2px #05aa22;
  transform: rotate(45deg);
}

/* スクロールバー */
.scroll_bar_x {
  padding-bottom: 15px;
  overflow-x: scroll;
}

.scroll_bar_x::-webkit-scrollbar {
  height: 3px;
}

.scroll_bar_y {
  overflow-y: scroll;
}

.scroll_bar_y::-webkit-scrollbar {
  width: 3px;
}

.scroll_bar_x::-webkit-scrollbar-track,
.scroll_bar_y::-webkit-scrollbar-track {
  background-color: rgba(5, 170, 34, 0.15);
}

.scroll_bar_x::-webkit-scrollbar-thumb,
.scroll_bar_y::-webkit-scrollbar-thumb {
  background-color: rgba(5, 170, 34, 0.4);
}

/* カラム縦並び逆順 */
.column_reverse {
  display: flex;
  flex-direction: column-reverse;
}


/*===== header =====*/
/* 履歴 位置調整 */
.header-second .area-second ul li.box-history {
  margin-left: 0;
}

.header,
.header * {
  box-sizing: border-box;
}

.header-logo {
  margin-left: 10px;
}

/* キーワード検索 */
/* 共通 input */
.keywords {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  font-size: 1rem;
  background: #fff;
  border: none;
  border-radius: 5px 0px 0px 5px;
}

.keywords:focus {
  outline: 0;
}


/* SP：白背景/PC：緑背景 */
.header-second {
  height: auto;
  font-size: 1rem;
}

.header-second .area-second {
  width: 100%;
  max-width: 1000px;
}

.header-second .area-second .header-lists {
  display: flex;
  line-height: inherit;
  position: absolute;
  border-bottom: 1px solid #05aa22;
}

.header-second .area-second .header-lists li {
  width: 12.8%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}

.header-second .area-second .header-lists li:first-child {
  display: flex;
  align-items: center;
  width: calc(48.8% - 48px);
  margin-left: 0;
  margin-right: auto;
}

.header-second .area-second .header-lists li.box-keywords_seach {
  margin-right: auto;
  margin-left: 0;
}

.header-second .area-second .header-lists li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header-second .area-second .header-lists li .blk-logo {
  display: flex;
  flex-direction: inherit;
  gap: 10px;
  justify-content: flex-start;
  margin-left: 10px;
}

.header-second .area-second .header-lists li a i {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 24px;
  margin: 0 auto 3px;
}


/* ハンバーガーメニュー */
.area-menu {
  padding: 0;
}

/* トグルボタン */
#togglenav {
  display: none;
  position: relative;
}

#togglenav:checked+.togglenav-btn:before {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  content: "\e5cd";
  font-family: Material Icons;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  position: fixed;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 24px;
  z-index: 9999;
}

#togglenav:checked~.togglenav-bg {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.togglenav-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 48px;
  height: 48px;
  color: #666;
  line-height: 48px;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}

.togglenav-btn:before {
  content: "\e5d2";
  font-family: Material Icons;
  font-size: 28px;
}

/* トグルを押した際の背景 */
.togglenav-bg {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}

/* ドロワーメニュー */
.menu-drawer {
  overflow-y: scroll;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  padding-top: 48px;
  max-height: 86%;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}

.menu-drawer h2 {
  background: #f5f5f5;
  color: #232b39;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 6px 0 4px 24px;
  text-indent: -16px;
}

.menu-drawer h2.ttl-find::before {
  color: #232b39;
  content: "\e8b6";
  font-family: Material Icons;
  font-size: 18px;
  vertical-align: middle;
}

.menu-drawer li {
  align-items: center;
  border-bottom: solid 1px #efefef;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}

.menu-drawer li a {
  color: #232b39;
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  text-decoration: none;
  width: 100%;
}

.menu-drawer .drawer-menu .drawer-menu-item a:hover {
  background-color: #eee;
  color: #666;
}

.menu-drawer li a:after {
  color: #05aa22;
  content: "\e5cc";
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 0;
}

#togglenav:checked~.menu-drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn-docreq>a {
  border-radius: 4px;
  background-image: linear-gradient(45deg, #f19500 0%, #ff8501 100%);
  border: solid 1px #ff7700;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  left: 8px;
  line-height: 1.3;
  margin: 4px auto;
  padding: 6px 0 8px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}

.btn-docreq>a>strong {
  font-size: 16px;
}



/*===== module =====*/

/* 口コミ評価 */
.blk_rating {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* 星 */
.icon_stars {
  display: flex;
  margin-right: 8px;
  letter-spacing: -.15rem;
}

.icon_stars i {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 1.25rem;
  font-style: normal;
  color: #ff7700;
  line-height: 1.3;
}

/* 星の数 */
.blk_rating .point_rating {
  display: inline-flex;
  align-items: baseline;
  margin-right: 6px;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
}

.blk_rating .point_rating em {
  font-size: 1.125rem;
  font-weight: bold;
}

/* 00件 */
.blk_rating .point_rating a {
  color: #232b39;
  text-decoration: none;
}


/* card */
/* 共通 */
.card_row_list {
  display: flex;
  overflow-x: scroll;
}

.card_row_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 240px;
  min-width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  position: relative;
}

.card_row_item:not(:first-child) {
  margin-left: 10px;
}

.card_row_img {
  max-height: 120px;
  margin: 5px;
}

.card_row_img img {
  height: 100%;
  object-fit: cover;
}

.card_row_body {
  margin: 5px 10px 10px;
  line-height: 1.4;
}

/* 日付（口コミカードなど） */
.card_row_date {
  margin-bottom: 3px;
  font-size: 1rem;
}

.card_row_ttl {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #05aa22;
  text-decoration: underline;
}

.card_row_body .card_row_address {
  font-size: .875rem;
}

/* 口コミ評価 */
.blk_rating {
  margin-bottom: 2px;
}

/* 価格 */
.card_row_price .price_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card_row_price .price_wrap:not(:last-child) {
  margin-bottom: 3px;
}

.card_row_price .card_row_tag {
  padding: 1px 5px;
  font-size: .875rem;
  color: #05aa22;
  line-height: 1.3;
  border: 1px solid #05aa22;
  border-radius: 3px;
}

.card_row_price .card_row_price_txt {
  font-size: .875rem;
}

.card_row_price .card_row_price_txt em {
  font-size: 1.125rem;
  font-weight: bold;
  color: #C33D64;
}

/* 詳細を見る */
.card_row_link {
  margin-top: auto;
  padding: 6px;
  background: #ECF4E1;
  border-radius: 0px 0px 5px 5px;
}

/* 全体リンク */
.card_link_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* 特集等小さめのカード */
.card_row_list_small .card_row_item {
  width: 140px;
  min-width: 140px;
}

.card_row_list_small .card_row_ttl {
  font-size: .875rem;
}

/* ランキング */
/* 1位から3位まで カウンターセット */
.card_row_list_rank {
  counter-reset: rank;
}

.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap {
  display: grid;
  -ms-grid-columns: 36px auto;
  -ms-grid-rows: auto auto;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto;
  margin-bottom: 5px;
}

.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap::before {
  content: "";
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  background: #C9AA71;
  border-radius: 50%;
  counter-increment: rank;
  content: counter(rank);
}

.card_row_list_rank .card_row_item:nth-child(1) .card_row_ttl_wrap::before {
  background: #C9AA71;
}

.card_row_list_rank .card_row_item:nth-child(2) .card_row_ttl_wrap::before {
  background: #8D8D8F;
}

.card_row_list_rank .card_row_item:nth-child(3) .card_row_ttl_wrap::before {
  background: #BD8264;
}

.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap .card_row_ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin-bottom: 1px;
}

.card_row_list_rank .card_row_item:nth-child(-n + 3) .card_row_ttl_wrap .card_row_address {
  grid-column: 2/3;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin-bottom: 0;
}

/* 口コミカード */
.card_row_list_review .card_row_item {
  border: none;
  box-shadow: none;
}

.box_review_person {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box_review_person::before {
  box-sizing: border-box;
  content: "person";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  font-family: Material Icons;
  font-size: 24px;
  color: #05aa22;
  text-align: center;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  line-height: 29px;
  background: #fff;
  border: 2px solid #05aa22;
  border-radius: 50%;
}

.box_review_person.man::before {
  border-color: #4373d9;
  color: #4373d9;
}

.box_review_person.woman::before {
  border-color: #d94372;
  color: #d94372;
}

.content_review_person dd {
  line-height: 1.4;
}

.frame_border {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.frame_border::before {
  content: "";
  margin-left: -16px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -20px;
  left: 32px;
  z-index: 2;
}

.frame_border::after {
  content: "";
  margin-left: -17px;
  border: 11px solid transparent;
  border-bottom: 11px solid #ccc;
  position: absolute;
  top: -22px;
  left: 32px;
  z-index: 1;
}

.card_row_list_review .blk_rating {
  margin-bottom: 8px;
}

.card_row_list_review .txt_review {
  margin-bottom: 8px;
}

.card_row_list_review .txt {
  margin-bottom: 8px;
}

.card_row_list_review .txt_link {
  margin-top: auto;
  margin-bottom: 0;
  text-align: left;
}

.card_row_list_review .txt_link::after {
  display: none;
}


/* 現在地から近くの霊園を探す */
.blk_search_location {
  margin-bottom: 12px;
}

.blk_search_location .location_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #05aa22;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.blk_search_location .material-icons {
  margin-right: 10px;
  font-weight: normal;
}


/* 前回の条件で探す */
.blk_search_before {
  margin-bottom: 15px;
}

.blk_search_before a {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #05aa22;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.blk_search_before a .material-icons {
  margin-right: 14px;
  font-weight: normal;
}

.blk_search_before a .before_link_area {
  font-size: .875rem;
  font-weight: normal;
  color: #232B39;
}

.blk_search_before a .before_link_area span {
  margin: 5px;
}

.blk_search_before .arrow_right::after {
  margin-left: auto;
}


/* エリア検索 */
/* 地域から霊園・墓地を探す */
.ttl_section_serch {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
}

.ttl_section_serch .material-icons {
  margin-right: 6px;
  font-size: 1.875rem;
  color: #05aa22;
}

.ttl_section_beforeserch {
  max-width: 500px;
  margin: 0 0 0 auto;
}

.ttl_section_beforeserch a {
  text-align: right;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.blk_search_list {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* スライド */
.blk_slideMenu {
  width: 100%;
  min-height: 56vw;
  padding-top: 13%;
  background: url("https://s3.ap-northeast-1.amazonaws.com/stgcdn.e-ohaka.com/img/sp_map_search.png") no-repeat center center / contain rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.blk_slideMenu .innerBlk {
  width: 200%;
}

.blk_slideMenu .slideMenu {
  width: 50%;
  float: left;
  position: relative;
}

/* 戻るボタン */
.blk_slideMenu .slideMenu .slideBackBtn {
  position: absolute;
  top: -3.1rem;
  right: 0;
}

.backPrefSelect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.backPrefSelect::after {
  display: none;
}

.backPrefSelect::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 6px;
  vertical-align: middle;
  border-top: solid 2px #05aa22;
  border-right: solid 2px #05aa22;
  transform: rotate(225deg);
}

/* 各項目 */
.search_arealists {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}

.search_arealists li {
  box-sizing: border-box;
  width: calc((100% - 8px) / 2);
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.search_arealists li:nth-child(odd) {
  margin-right: 8px;
}

.search_arealists li .area_base,
.search_arealists li .area_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 13px 8px 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #05aa22;
  line-height: 1.5;
  text-decoration: none;
}


/* お問合せ履歴 */
.section_inquiry_history {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_inquiry_history .blk_inner {
  background: #fff;
  border: 2px solid #05aa22;
  border-radius: 10px;
  text-align: center;
}

.section_inquiry_history .ttl_section {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 13px;
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #05aa22;
  position: relative;
}

.section_inquiry_history .ttl_section span {
  padding-left: 5%;
}

.section_inquiry_history .ttl_icon img {
  width: 40px;
  margin-top: .5%;
  position: relative;
  z-index: 1;
}

.section_inquiry_history .ttl_section i {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -37%;
  left: 50%;
  transform: translateX(-220%);
}

/* 半円 */
.section_inquiry_history .ttl_section i::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 32px;
  border-radius: 50% / 100% 100% 0 0;
  background: #05aa22;
  position: absolute;
  top: -19%;
  left: -30%;
}

.section_inquiry_history .ttl_lead {
  margin-bottom: 7px;
}

.section_inquiry_history .ttl_lead::before,
.section_inquiry_history .ttl_lead::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #232B39;
  width: 1px;
  height: 1rem;
  margin: 0 0.7rem;
  margin-top: -.2em;
  vertical-align: middle;
}

.section_inquiry_history .ttl_lead::before {
  transform: rotate(-25deg);
}

.section_inquiry_history .ttl_lead::after {
  transform: rotate(25deg);
}

.section_inquiry_history .box_link {
  box-sizing: border-box;
  width: 100%;
  max-width: 656px;
  margin: 0 auto 13px;
  padding: 0 10px;
}

.section_inquiry_history .box_link a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 14px;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  background: #05aa22;
  border-radius: 100vh;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}

.section_inquiry_history .box_link a::after {
  width: 9px;
  height: 9px;
  vertical-align: baseline;
  border-color: #fff;
}


/*===== トップページ =====*/

/* FV */
.section_search_top {
  padding-bottom: 17px;
  padding-top: 22px;
  position: relative;
  background: #ECF4E1;
}

.section_search_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 50vw;
  background: url("https://s3.ap-northeast-1.amazonaws.com/stgcdn.e-ohaka.com/img/sp_top_main.png") no-repeat center top / cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.section_search_top .ttl_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  border: none;
  background-image: -webkit-linear-gradient(left, transparent, #05aa22 25%, #05aa22 75%, transparent);
  background-image: linear-gradient(to right, transparent, #05aa22 25%, #05aa22 75%, transparent);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.section_search_top .ttl_section span {
  font-size: 1rem;
}

/* SP キーワード検索 */
.blk_search_keyword .search__wrap--sp,
.blk_search_keyword .search__wrap--sp * {
  box-sizing: border-box;
}

.blk_search_keyword .search__wrap--sp {
  border: none;
  position: static;
}

.blk_search_keyword .search__wrap--sp .search__wrap--sp--inr {
  height: auto;
  opacity: 1;
}

.blk_search_keyword .search__wrap--sp .search__sp {
  padding: 0;
  background: transparent;
}

.blk_search_keyword .search__wrap--sp .search__sp .box-search {
  display: flex;
}

.blk_search_keyword .search__wrap--sp .search__sp .box-search input {
  box-sizing: border-box;
  width: calc(100% - 56px - 6px);
  height: auto;
  padding: 12px 8px;
  font-size: .875rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.blk_search_keyword .search__wrap--sp .search__sp .box-search .btn-search {
  width: 56px;
  height: auto;
  margin: 0 0 0 6px;
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  background: #05aa22;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}


/* いいお墓の3つの強み */
.blk_service .content_item {
  display: flex;
  align-items: center;
}

.blk_service .content_item:not(:last-child) {
  margin-bottom: 26px;
}

.blk_service .content_item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  background: #ECF4E1;
  border-radius: 5px;
}

.blk_service .content_item figure img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blk_service .content_item._publish figure img {
  width: 102px;
}

.blk_service .content_item._consultation figure img {
  width: 81px;
}

.blk_service .content_item._review figure img {
  width: 123px;
}

.blk_service_txtwrap {
  width: calc(100% - 150px - 10px);
}

.blk_service .blk_service_ttl {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.blk_service .blk_service_ttl span {
  color: #FF6012;
}


/* 〇〇で人気のお墓ランキング */
.blk_ranking_list:not(:last-child) {
  margin-bottom: 32px;
}

.blk_ranking_list .ttl_content a {
  display: flex;
  align-items: center;
}

.blk_ranking_list .ttl_content .txt_link {
  margin-left: auto;
  margin-right: 0;
}

.blk_ranking_list .ttl_content .ttl_content_icon {
  margin-right: 5px;
}

.blk_ranking_list .ttl_content._cemetery .ttl_content_icon {
  width: 34px;
}

.blk_ranking_list .ttl_content._tree .ttl_content_icon {
  width: 34px;
}

.blk_ranking_list .ttl_content._ossuary .ttl_content_icon {
  width: 34px;
}

.blk_ranking_list .ttl_content._permanent .ttl_content_icon {
  width: 34px;
}


/* はじめてのお墓ガイド */
.blk_guide .guide_item {
  padding-bottom: 12px;
}

.blk_guide .guide_item {
  margin-bottom: 20px;
}

.blk_guide .guide_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.blk_guide .ttl_content {
  display: flex;
  align-items: center;
  margin-bottom: .625rem;
}

.blk_guide .ttl_content .ttl_content_icon {
  margin-right: .5rem;
  color: #05aa22;
}

.blk_guide .ttl_content._build .ttl_content_icon {
  width: 1.5rem;
}

.blk_guide .guide_item p,
.blk_guide .guide_item figure {
  margin-bottom: 10px;
}

/* テキストリンク */
.blk_guide .box_guide_link {
  display: flex;
  flex-wrap: wrap;
}

.blk_guide .link_guide {
  width: 100%;
  margin-bottom: .75rem;
  /* 12px */
}

.blk_guide .link_guide a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: .9375rem;
  font-weight: bold;
  color: #05aa22;
  text-decoration: none;
  position: relative;
}

.blk_guide .link_guide a span {
  text-decoration: underline;
}

.blk_guide .link_guide a::after {
  content: "\e7cd";
  font-family: "material icons";
  font-size: 1.25rem;
  font-weight: normal;
  margin-left: 5px;
  transform: rotate(-90deg);
  display: block;
}

.section_guide .guide_all_link {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: -10px;
}

.section_guide .guide_all_link .txt_link {
  display: inline-block;
  padding: 10px;
  padding-right: 0;
}

.section_search_top .blk_inner {
  background: #fff;
  border: 2px solid #05aa22;
  border-radius: 10px;
  margin: 0 auto 30px;
  padding: 20px 5%;
}

.section_search_top .blk_inner p {
  margin: 10px 0;
}

/*====== PC ======*/
@media only screen and (min-width: 768px) {

  /*===== base =====*/
  body {
    font-size: 16px;
  }

  /* section */
  .section {
    margin: 0 auto 64px;
  }

  .inner {
    padding: 0;
  }

  /* タイトル 大見出し */
  .ttl_section {
    margin-bottom: 27px;
    padding-bottom: 8px;
    font-size: 1.375rem;
  }

  /* リンクテキスト + 矢印 > */
  .txt_link {
    font-size: 1rem;
  }

  /* スクロールバー */
  .scroll_bar_x::-webkit-scrollbar {
    height: 5px;
  }

  .scroll_bar_y::-webkit-scrollbar {
    width: 5px;
  }

  /* 共通使用可 */
  /* カラム縦並び逆順 */
  .column_reverse_md {
    display: flex;
    flex-direction: column-reverse;
  }


  /*===== header =====*/
  .header {
    padding-top: 10px;
  }

  /* 上部 白背景 */
  .header-top {
    align-items: center;
    justify-content: flex-start;
  }

  .header-logo {
    margin: 0 15px 0 0;
  }

  .header-lead p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .header-lead p em {
    font-size: 1.125rem;
    font-weight: bold;
  }

  .header-lead p span {
    font-size: 1rem;
  }

  /* tel表示 */
  .header-telephone {
    margin-left: auto;
  }

  .header-telephone dl {
    display: flex;
    align-items: flex-start;
    width: auto;
  }

  .header-telephone dl .tel_leadtxt {
    color: #232b39;
  }

  .header-telephone dl dt {
    width: auto;
    padding: 5px 10px 3px 10px;
  }

  .header-telephone dl dt:before {
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
  }

  .header-telephone dl dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* キーワード検索 */
  /* SP用非表示 */
  .search__wrap--sp {
    display: none;
  }

  /* PC用設定 */
  .box-keywords_seach {
    flex: auto;
    width: 100%;
    max-width: 490px;
    margin-left: 0;
    margin-right: auto;
  }

  .box-keywords_seach .box-search {
    display: flex;
    margin: 0;
    padding: 9px 0;
  }

  .box-search p {
    margin: 0;
  }

  .box-search p:first-child {
    width: 100%;
    max-width: 440px;
    margin-right: 2px;
  }

  .box-search p input::-webkit-input-placeholder,
  .box-search p input::-moz-placeholder,
  .box-search p input:-ms-input-placeholder {
    color: #999999;
  }

  /* 検索ボタン */
  .btn-search {
    width: auto;
    height: auto;
    padding: 2px 9px;
    background-color: #ECF4E1;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-search>i {
    padding: 0;
    font-size: 1.875rem;
    color: #05aa22;
  }

  /* SP：白背景/PC：緑背景 */
  .header-second .area-second {
    margin: 0 auto;
  }

  .header-second .area-second .header-lists {
    position: relative;
    max-width: 1000px;
    height: auto;
    background: transparent;
    border-bottom: none;
  }

  .header-second .area-second .header-lists::after {
    display: none;
  }

  .header-second .area-second .header-lists li {
    width: auto;
    margin: 0;
  }

  .header-second .area-second .header-lists li.visible-md {
    height: auto;
  }

  .header-second .area-second .header-lists li:first-child {
    display: none;
  }

  .header-second .area-second .header-lists li.box-check {
    width: auto;
    margin: 0;
  }

  .header-second .area-second .header-lists li a {
    flex-direction: row;
    padding: 0 10px;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .header-second .area-second .header-lists li a i {
    vertical-align: top;
    color: #fff;
    font-size: 1.75rem;
    margin: 0 6px 0 0;
    display: inline-block;
  }

  /* ハンバーガーメニュー */
  /* トグルボタン */
  .togglenav-btn {
    display: none;
  }


  /*===== module =====*/

  /* card */
  /* カード共通設定 */
  .card_row_list.visible-xs {
    display: none;
  }

  .card_row_item {
    transition: .2s;
  }

  .card_row_item:not(:first-child) {
    margin-left: 13px;
  }

  /* 特集等小さめのカード */
  .card_row_list_small .card_row_ttl {
    font-size: 1rem;
  }

  /* 口コミカード */
  .card_row_list_review .txt {
    font-size: .875rem;
  }


  /* エリア検索 */
  /* 背景地図 */
  .blk_search_map {
    padding: 25px 30px 25px 46px;
    background: url("https://s3.ap-northeast-1.amazonaws.com/stgcdn.e-ohaka.com/img/pc_map_search.png") no-repeat left 40% bottom 35% / 40% rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }

  .search-map__area {
    background: url("https://s3.ap-northeast-1.amazonaws.com/stgcdn.e-ohaka.com/img/pc_map_search.png") no-repeat left 40% bottom 35% / 40% rgba(255, 255, 255, 0.9);
  }

  /* 地域から霊園・墓地を探す */
  .ttl_section_serch {
    margin-bottom: 0;
    font-size: 1.375rem;
    position: static;
  }

  .ttl_section_serch .material-icons {
    margin-right: 15px;
    font-size: 1.875rem;
  }

  /* 都道府県リンク */
  .blk_search_list {
    position: relative;
  }

  .blk_search_list>div {
    background: transparent;
  }

  .blk_search_area {
    min-height: 400px;
    position: relative;
  }

  .search_area_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 136px;
    position: absolute;
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  }

  .search-map__area .search_area_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 137px;
    position: absolute;
    border: 1px solid #ccc;
    border-width: 1px 0 0 1px;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
  }

  .search_area_list li {
    box-sizing: border-box;
    width: 68px;
    height: 34px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
  }

  .search_area_list li a,
  .search_area_list li .area_list_item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 1rem;
    font-weight: bold;
    color: #05aa22;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
  }

  /* 都道府県 位置設定 */
  .search_area_list._hokkaido {
    top: 5%;
    right: calc(68px + 23px);
  }

  .search_area_list._tohoku {
    top: calc(5% + 50px);
    right: 23px;
  }

  .search_area_list._kanto {
    top: calc(5% + 33px * 4 + 18px * 2);
    right: 23px;
  }

  .search_area_list._hokuriku {
    top: 5%;
    right: calc(68px * 2 + 22px + 23px);
  }

  .search_area_list._tokai {
    top: calc(5% + 33px * 3 + 18px);
    right: calc(68px * 2 + 22px + 23px);
  }

  .search_area_list._shikoku {
    top: calc(5% + 33px * 5 + 18px * 2);
    right: calc(68px * 2 + 22px + 23px);
  }

  .search_area_list._kansai {
    top: 5%;
    left: calc(68px * 2 + 22px + 42px);
  }

  .search_area_list._chugoku {
    top: 5%;
    left: 42px;
  }

  .search_area_list._kyushu {
    top: calc(5% + 33px * 3 + 18px);
    left: 42px;
  }


  /* お問合せ履歴 */
  .section_inquiry_history {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section_inquiry_history .blk_inner {
    border-radius: 5px;
  }

  .section_inquiry_history .ttl_section {
    margin-bottom: 18px;
    font-size: 1.125rem;
  }

  .section_inquiry_history .ttl_section span {
    padding-left: 64px;
    padding-left: 4%;
  }

  .section_inquiry_history .ttl_section i {
    top: -24%;
    transform: translatex(-214%);
  }

  /* 半円 */
  .section_inquiry_history .ttl_section i::after {
    width: 64px;
    height: 32px;
    top: -27%;
    transform: translateX(-6%);
  }

  .section_inquiry_history .ttl_lead::before,
  .section_inquiry_history .ttl_lead::after {
    margin: 0 1rem;
  }

  .section_inquiry_history .box_link {
    margin-bottom: 18px;
    padding: 0;
  }

  .section_inquiry_history .box_link a {
    padding: 10px;
    font-size: 1.125rem;
  }


  /*===== トップページ =====*/

  /* FV */
  .section_search_top {
    margin-bottom: 34px;
    padding-top: 25px;
    background-color: transparent;
  }

  .section_search_top::before {
    height: 400px;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/stgcdn.e-ohaka.com/img/pc_top_main.png");
    opacity: .5;
  }

  .section_search_top .ttl_section {
    background: transparent;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.75rem;
  }

  .section_search_top .ttl_section span {
    font-size: 1.375rem;
    margin-top: .3rem;
  }

  .section_search_top .ttl_section span:first-child {
    margin-top: .4rem;
  }

  .section_search_top .ttl_section::before,
  .section_search_top .ttl_section::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    display: flex;
    align-self: center;
  }

  .section_search_top .ttl_section::before {
    margin-right: 10px;
    background-image: -webkit-linear-gradient(270deg, #05aa22 80.84%, rgba(5, 170, 34, 0) 100%);
    background-image: linear-gradient(270deg, #05aa22 80.84%, rgba(5, 170, 34, 0) 100%);
  }

  .section_search_top .ttl_section::after {
    margin-left: 10px;
    background-image: -webkit-linear-gradient(-270deg, #05aa22 80.84%, rgba(5, 170, 34, 0) 100%);
    background-image: linear-gradient(-270deg, #05aa22 80.84%, rgba(5, 170, 34, 0) 100%);
  }

  /* 特集から探す */
  .section_special .bnr_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section_special .bnr_item:not(:last-child) {
    margin-bottom: 20px;
  }

  /* いいお墓の3つの強み */
  .blk_service .content_list {
    display: flex;
  }

  .blk_service .content_item {
    display: block;
    width: calc((100% - 40px * 2) / 3);
  }

  .blk_service .content_item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }

  .blk_service .content_item figure {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .blk_service .content_item._publish figure img {
    width: 142px;
  }

  .blk_service .content_item._consultation figure img {
    width: 110px;
  }

  .blk_service .content_item._review figure img {
    width: 167px;
  }

  .blk_service_txtwrap {
    width: 100%;
    text-align: center;
  }

  .blk_service .blk_service_ttl {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .blk_service .blk_service_ttl span {
    font-size: 1.25rem;
  }

  /* 〇〇で人気のお墓ランキング */
  .blk_ranking_list:not(:last-child) {
    margin-bottom: 40px;
  }

  /* はじめてのお墓ガイド */
  .blk_guide {
    display: flex;
  }

  .blk_guide .guide_item {
    width: calc((100% 40px * 2) / 3);
  }

  .blk_guide .guide_item:not(:last-child) {
    margin-right: 40px;
    border: none;
  }

  .blk_guide .ttl_content {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }

  .blk_guide .ttl_content .ttl_content_icon {
    font-size: 28px;
  }

  .blk_guide .ttl_content._build .ttl_content_icon {
    width: 28px;
  }

  .blk_guide .guide_item figure,
  .blk_guide .guide_item p {
    margin-bottom: 1rem;
  }

  .blk_guide .link_guide a {
    font-size: 1rem;
  }
}


/*====== Tablet ======*/
@media only screen and (min-width: 768px) and (max-width: 1040px) {

  /*===== base =====*/

  /* section */
  .inner {
    padding: 0 20px;
  }


  /*===== header =====*/

  .header-container {
    width: 100%;
    padding: 0 20px;
  }

  /* tel表示 */
  .header-telephone dl dt {
    margin-right: 12px;
  }

  /* SP：白背景/PC：緑背景 */
  .header-second .area-second {
    width: 100%;
    padding: 0 20px;
  }

  .header-second ul {
    width: 100%;
  }

  .header-second .area-second .header-lists li a {
    font-size: .875rem;
  }


  /*===== module =====*/

  /* エリア検索 */
  .blk_search_map {
    padding: 20px 10px;
    background-position: left 31% center;
    background-size: 40%;
  }

  /* 都道府県 */
  .search_area_list._hokkaido {
    right: calc(68px + 20px);
  }

  .search_area_list._tohoku {
    right: 20px;
  }

  .search_area_list._kanto {
    right: 20px;
  }

  .search_area_list._hokuriku {
    top: 5%;
    right: calc(68px * 2 + 18px + 20px);
  }

  .search_area_list._tokai {
    right: calc(68px * 2 + 18px + 20px);
  }

  .search_area_list._shikoku {
    right: calc(68px * 2 + 18px + 20px);
  }

  .search_area_list._kansai {
    left: calc(68px * 2 + 18px + 10px);
  }

  .search_area_list._chugoku {
    left: 10px;
  }

  .search_area_list._kyushu {
    left: 10px;
  }
}


/*===== 360px未満 =====*/
@media only screen and (max-width: 359px) {

  /*===== トップページ =====*/

  /* いいお墓の3つの強み */
  .blk_service .content_item figure {
    width: 110px;
    height: 110px;
  }

  .blk_service .content_item figure img {
    width: 70%;
  }

  .blk_service .content_item._consultation figure img {
    width: 60%;
  }

  .blk_service .content_item._review figure img {
    width: 80%;
  }

  .blk_service_txtwrap {
    width: calc(100% - 110px - 10px);
  }

  /* はじめてのお墓ガイド */
  .blk_guide .link_guide {
    width: auto;
    margin-right: .5rem;
  }
}

/******************************* 
| 墓じまい導線 CTA
*******************************/

/* SP *******************************/

.hakajimai-cta{
  text-align: center;
}

.hakajimai-cta__link{
  display: inline-block;
  margin-bottom: 15px;
  color: #05aa22;
  font-size: 16px;
  font-weight: 600;
}

/* PC *******************************/

@media screen and (min-width: 768px) {
  .hakajimai-cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }

  .hakajimai-cta__link{
    border-radius: 99px;
    border: 1px solid #05aa22;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 8px 16px;
    text-decoration: none;
    max-width: 344px;
    width: 100%;
  }
}