@charset "UTF-8";
/*
Theme Name: isan_souzoku_navi
Description: origi nal theme for site
Version: 1.0（2020  up）
順番を変えないでください
*/
/* --------------------------------------- mixin --------------------------------------- */
/* --------------------------------------- reset --------------------------------------- */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  color: #333;
  line-height: 1;
  font-family: Roboto, "BIZ UDPGothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #0263b5;
  vertical-align: baseline;
  background: transparent;
}

img {
  line-height: 0;
  vertical-align: middle;
}

/*本文*/
/*リンク*/
/*見出しのテキスト*/
/*背景 オレンジ*/
/*背景　紺*/
/*背景　白*/
/*背景　クリーム*/
/*新規作成色の変数用*/
/* --------------------------------------- layout PC --------------------------------------- */
#main_content {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main_content {
    min-width: 980px;
  }
  #main_content .mc_inner {
    width: 980px;
    margin: 20px auto;
    position: relative;
  }
  #main_content .mc_top {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  #main_content .mc_bottom {
    width: 100%;
    min-width: 980px;
    background-color: #f5f5f5;
  }
  #main_content .two_column {
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #main_content .two_column {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #main_content .two_column .content_column {
    width: 68%;
  }
}
#main_content .two_column {
  display: flex;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #main_content .two_column {
    overflow-x: visible;
  }
}
#main_content .two_column .content_column {
  width: 100%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  #main_content .two_column .content_column {
    width: 68%;
  }
}
#main_content .two_column .side_column {
  margin: 0 15px;
  display: none;
}
@media screen and (min-width: 768px) {
  #main_content .two_column .side_column {
    display: block;
    width: 28%;
    margin: 0;
  }
}

#main_content .two_column .side_column .navi-side-sticky {
  position: sticky;
  top: 20px;
}
#main_content .two_column .side_column .btn__banner {
  margin: 0 0 20px 0px;
}
#main_content .two_column .side_column .btn__banner li {
  margin: 20px 0 0 0;
}
#main_content .two_column .side_column .btn__banner a {
  border: #ddd solid 1px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
}
#main_content .two_column .side_column .btn__banner a:visited {
  color: #333;
}
#main_content .two_column .side_column .btn__banner a:hover {
  color: #333;
  text-decoration: none;
  border: #f08d18 solid 1px;
}
#main_content .two_column .side_column .btn__banner a:hover .btn__page {
  color: #f08d18;
}
#main_content .two_column .side_column .btn__banner a span.btn__page {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
  text-align: right;
}
#main_content .two_column .side_column .btn__banner a span.btn__txt {
  width: 77%;
  line-height: 1.8;
}
#main_content .two_column .side_column .btn__banner a img {
  display: block;
  margin: 0 15px 0 0;
}
#main_content .two_column .side_column .btn__page {
  display: block;
  color: #0263b5;
  display: block;
  margin: 10px 0 0 0;
}

.main_content {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .main_content {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #index .main_content {
    margin-top: 110px;
  }
}

/*パンくず*/
.mc_top {
  padding-top: 0;
  margin: 0 0 20px 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .mc_top {
    margin: 0;
  }
}
.mc_top .mc_top_inner {
  max-width: 980px;
  margin: 0 auto;
}
.mc_top h2 {
  margin-bottom: 10px;
}
.mc_top .search_block {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.mc_top .left_column {
  width: 286px;
  height: 396px;
  background-color: #fff;
  float: left;
}
.mc_top .left_column h3 {
  margin: 20px 0 20px 20px;
}
.mc_top .left_column ul {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.mc_top .left_column ul li {
  height: 80px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.mc_top .left_column ul li a:hover img {
  margin-top: -80px;
}
.mc_top .right_column {
  width: 684px;
  height: 396px;
  float: right;
}
.mc_top .right_column .map_block {
  height: 356px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.mc_top .right_column .map_block .map {
  width: 336px;
  float: left;
}
.mc_top .right_column .pref_list {
  width: 348px;
  float: left;
}
.mc_top .free_word {
  margin-left: 20px;
}

#topic_path {
  background: url(../images/common/topic_path_bg.gif) left top repeat;
  position: relative;
  overflow: hidden;
}
#topic_path ul {
  margin: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#topic_path ul::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#topic_path li {
  padding: 0;
  font-size: 12px;
  line-height: 1;
  position: relative;
  margin: 0 20px 0 10px;
}
#topic_path li::after {
  content: "chevron_right";
  color: #bbbbbb;
  display: block;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 26px;
  right: -26px;
  line-height: 1;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#topic_path li:first-child {
  padding: 0 0 0 34px;
  margin: 0 10px 0 0;
}
#topic_path li:first-child::before {
  content: "home";
  color: #0067bd;
  display: block;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 26px;
  left: 0;
  line-height: 1;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#topic_path li:last-child::after {
  content: "";
}

/* ページ下の「いい葬儀」について */
.mc_bottom {
  padding: 26px 0 30px;
}
.mc_bottom .mc_bottom_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mc_bottom p {
  font-size: 14px;
  line-height: 22px;
}
.mc_bottom .mc_bottom-logo {
  background: url(../images/logo.svg) no-repeat left bottom/100% auto;
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  top: 3px;
  white-space: nowrap;
  width: 91px;
}

/* --------------------------------------- layout SP --------------------------------------- */
#wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

#main_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

/* --------------------------------------- layout navi --------------------------------------- */
#bottom_index-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #bottom_index-sp {
    display: none;
  }
}
#bottom_index-sp .search_links {
  display: flex;
  flex-wrap: wrap;
  background: #f5f1ea;
  padding: 5px 0;
}
#bottom_index-sp .search_links li {
  margin: 0;
  width: 50%;
}
#bottom_index-sp .search_links li a {
  display: block;
  margin: 5px 10px;
}
#bottom_index-sp .search_links li a img {
  width: 100%;
  display: block;
}

.navi_list_wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.navi_list_wrapper .navi_list_wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 12px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_wrapper-inner {
    padding: 0;
  }
}
.navi_list_wrapper .navi_list_wrapper-inner > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  box-sizing: border-box;
}
.navi_list_wrapper .navi_list_wrapper-inner .search-not-found {
  font-size: 1.1em;
  color: #999;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_wrapper-inner .search-not-found {
    font-size: 1.2em;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper {
    margin-top: 24px;
    flex-direction: row;
  }
}
.navi_list_wrapper .list_breadcrumb {
  align-items: center;
  color: #232b39;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.8125rem;
  height: 48px;
  line-height: 48px;
  justify-content: flex-start;
  margin: 0 auto 12px;
  max-width: 1000px;
  overflow-x: scroll;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .list_breadcrumb {
    margin: 0 auto 20px;
    overflow: auto;
    padding-left: 0;
  }
}
.navi_list_wrapper .item_breadcrumb {
  margin-right: 15px;
  position: relative;
  white-space: nowrap;
}
.navi_list_wrapper .item_breadcrumb::before {
  content: "";
  width: 8px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #232b39;
  transform: rotate(28deg);
  position: absolute;
  top: 22px;
  right: -10px;
}
.navi_list_wrapper .item_breadcrumb::after {
  content: "";
  width: 11px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #232b39;
  transform: rotate(62deg);
  position: absolute;
  top: 18px;
  right: -10px;
}
.navi_list_wrapper .item_breadcrumb:last-child {
  font-weight: bold;
}
.navi_list_wrapper .item_breadcrumb:last-child::before, .navi_list_wrapper .item_breadcrumb:last-child::after {
  display: none;
}
.navi_list_wrapper .item_breadcrumb > a {
  color: #232b39;
  text-decoration: none;
}
.navi_list_wrapper .item_breadcrumb .txt_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .item_breadcrumb .txt_pc {
    display: inline;
  }
}
.navi_list_wrapper .bar_header {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #2e3858;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .navi_list_wrapper .bar_header {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px;
  }
}
.navi_list_wrapper .search_result_title {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .search_result_title {
    font-size: 30px;
  }
}
.navi_list_wrapper .navi_list_main {
  width: 100%;
  max-width: 700px;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main {
    padding-right: 24px;
  }
}
.navi_list_wrapper .navi_list_main .posts {
  margin-top: 15px;
}
.navi_list_wrapper .navi_list_main .posts li {
  border-bottom: dashed 1px #cccccc;
  padding: 15px;
}
.navi_list_wrapper .navi_list_main .posts li article {
  display: flex;
  gap: 12px;
}
.navi_list_wrapper .navi_list_main .posts li article .thumbnail {
  width: 260px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts li article .thumbnail {
    margin-right: 10px;
  }
}
.navi_list_wrapper .navi_list_main .posts li article .thumbnail img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts li article .thumbnail img {
    width: 210px;
    height: auto;
  }
}
.navi_list_wrapper .navi_list_main .posts li article .content {
  width: 100%;
}
.navi_list_wrapper .navi_list_main .posts li article .content .tag_time_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts li article .content .tag_time_wrapper {
    font-size: 16px;
  }
}
.navi_list_wrapper .navi_list_main .posts li article .content .tag_time_wrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 2px;
}
.navi_list_wrapper .navi_list_main .posts li article .content .tag_time_wrapper span:before {
  content: "\e315";
  font-family: "Material Icons";
  display: inline-block;
  vertical-align: middle;
  background-color: #f08d18;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 4px;
}
.navi_list_wrapper .navi_list_main .posts li article .content .tag_time_wrapper span a {
  text-decoration: none;
  color: #f08d18;
}
.navi_list_wrapper .navi_list_main .posts li article .content .desc {
  display: none;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts li article .content .desc {
    display: block;
  }
}
.navi_list_wrapper .navi_list_main .posts li article .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navi_list_wrapper .navi_list_main .posts .time {
  font-size: 12px;
}
.navi_list_wrapper .navi_list_main .posts time {
  display: block;
  color: #666;
  font-size: 13px;
}
.navi_list_wrapper .navi_list_main .posts h2 {
  border: none;
  color: inherit;
  font-size: 18px;
  height: inherit;
  line-height: 1.5;
  margin: 0.2em 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts h2 {
    font-size: 20px;
    margin: 0 0 1em 0;
  }
}
.navi_list_wrapper .navi_list_main .posts h2 a {
  text-decoration: none;
  color: #26b9c9;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts h2 a {
    display: block;
    margin-top: 12px;
    font-size: 20px;
  }
}
.navi_list_wrapper .navi_list_main .posts h2 a:hover {
  text-decoration: underline;
}
.navi_list_wrapper .navi_list_main .posts p {
  text-decoration: none;
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_main .posts p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.navi_list_wrapper .navi_list_side {
  max-width: 100%;
  margin: 0 12px;
}
@media screen and (min-width: 768px) {
  .navi_list_wrapper .navi_list_side {
    max-width: 300px;
    margin: 0px;
  }
}

.navi_ranking_widget_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

.header--pc {
  display: none;
}

.header--sp {
  display: flex;
}

@media screen and (min-width: 768px) {
  .header--pc {
    display: block;
  }
  .header--sp {
    display: none;
  }
}
.header--pc {
  width: 100%;
}
.header--pc .header-tagline {
  background-color: #efefef;
}
.header--pc .header-tagline .inner {
  max-width: 1000px;
  margin: auto;
  font-size: 12px;
  color: #999;
  display: flex;
  padding: 8px;
  justify-content: space-between;
}
.header--pc .header-top {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.header--pc .header-top .header-left a {
  display: flex;
}
.header--pc .header-top .header-left a img.logo {
  width: 160px;
  margin-right: 12px;
}
.header--pc .header-top .header-left a img.badge {
  width: 100px;
}
.header--pc .header-top .header-left a img.badge.count {
  margin-right: 12px;
}
.header--pc .header-top .header-left a img.badge.kuchikomi {
  margin-right: 0;
  width: 140px;
}
.header--pc .header-top .header-right {
  display: flex;
  justify-content: flex-end;
}
.header--pc .header-top .header-right .operator {
  display: flex;
  /* 三角アイコン - 枠線付きの吹き出し */
}
.header--pc .header-top .header-right .operator > img {
  margin-right: 24px;
}
.header--pc .header-top .header-right .operator p {
  font-size: 15px;
  line-height: 1.3em;
}
.header--pc .header-top .header-right .operator p span {
  color: #f08d18;
  font-weight: bold;
}
.header--pc .header-top .header-right .operator .balloon {
  position: relative;
  padding: 12px;
  background-color: white;
  border: 2px solid #666666;
  border-radius: 10px; /* 角丸を指定 */
}
.header--pc .header-top .header-right .operator .balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #666666;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.header--pc .header-top .header-right .operator .balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.header--pc .header-top .header-right .contact {
  display: flex;
  margin-left: 12px;
  justify-content: center;
  align-items: center;
}
.header--pc .header-top .header-right .contact .free {
  background-color: #f08d18;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  width: 64px;
  height: 64px;
  line-height: 1.2em;
  text-align: center;
}
.header--pc .header-top .header-right .contact a, .header--pc .header-top .header-right .contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 6px;
}
.header--pc .header-top .header-right .contact a i, .header--pc .header-top .header-right .contact .tel i {
  color: #f08d18;
  font-size: 36px;
}
.header--pc .header-top .header-right .contact a p, .header--pc .header-top .header-right .contact .tel p {
  text-align: center;
}
.header--pc .header-top .header-right .contact a p:first-child, .header--pc .header-top .header-right .contact .tel p:first-child {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.header--pc .header-top .header-right .contact a p:first-child small, .header--pc .header-top .header-right .contact .tel p:first-child small {
  font-size: 0.8em;
}
.header--pc .header-top .header-right .contact a p:last-child, .header--pc .header-top .header-right .contact .tel p:last-child {
  font-size: 12px;
  color: #333;
}
.header--pc .header-bottom {
  border-top: 1px solid #FFD9AF;
  border-bottom: 2px solid #f08d18;
}
.header--pc .header-bottom ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 8px 0;
}
.header--pc .header-bottom ul li {
  width: 100%;
  border-left: 1px solid #aaa;
}
.header--pc .header-bottom ul li a {
  display: flex;
  text-decoration: none;
  padding: 10px 10px;
  color: #333;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.header--pc .header-bottom ul li:last-child {
  border-right: 1px solid #aaa;
}

.header--sp {
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #FFD9AF;
  padding: 12px 8px;
  box-sizing: border-box;
}
.header--sp .header-left {
  display: flex;
}
.header--sp .header-left a {
  display: flex;
}
.header--sp .header-left a img.logo {
  width: 86px;
  margin-right: 6px;
}
.header--sp .header-left a img.badge {
  width: 64px;
}
.header--sp .header-left a img.badge.count {
  margin-right: 6px;
}
.header--sp .header-left a img.badge.kuchikomi {
  margin-right: 0;
  width: 100px;
}
.header--sp .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--sp .header-right a {
  background-color: #e63946;
  color: white;
  font-size: 13px;
  border-radius: 8px;
  padding: 10px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 4px;
}
.header--sp .header-right button {
  background-color: transparent;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  flex-direction: column-reverse;
  font-size: 10px;
}
.header--sp .header-right button i {
  font-size: 26px;
}

.header-menu {
  overflow: scroll;
  background-color: #F3F1EC;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  top: 0;
  transition: all 0.2s ease-out;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}
.header-menu.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.header-menu .button-wrap-top, .header-menu .button-wrap-bottom {
  padding: 12px;
  display: flex;
  justify-content: flex-end;
}
.header-menu .button-wrap-top button, .header-menu .button-wrap-bottom button {
  background-color: transparent;
  border: 1px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  color: #666;
  border-radius: 8px;
}
.header-menu .button-wrap-top button i, .header-menu .button-wrap-bottom button i {
  color: #aaa;
  font-size: 18px;
  margin-right: 6px;
}
.header-menu .button-wrap-bottom {
  justify-content: center;
}
.header-menu .banner {
  border: none;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.header-menu ul {
  background-color: white;
  border-top: 1px solid #f08d18;
  border-bottom: 1px solid #f08d18;
  margin: 24px 0;
}
.header-menu ul li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.header-menu ul li a {
  display: flex;
  text-decoration: none;
  padding: 10px 20px;
  align-items: center;
  color: #333;
  position: relative;
}
.header-menu ul li a i {
  color: #f08d18;
  font-size: 24px;
  margin-right: 12px;
}
.header-menu ul li a::after {
  content: "chevron_right";
  display: block;
  font-family: Material Icons;
  font-size: 26px;
  position: absolute;
  right: 12px;
  color: #999;
}
.header-menu ul li.menu-about a::before, .header-menu ul li.menu-search-experts a::before, .header-menu ul li.menu-review a::before, .header-menu ul li.menu-interview a::before, .header-menu ul li.menu-procedure a::before, .header-menu ul li.menu-knowledge a::before, .header-menu ul li.menu-case-studies a::before {
  font-family: "Material Icons";
  color: #f08d18;
  font-size: 24px;
  margin-right: 12px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.header-menu ul li.menu-about a::before {
  content: "live_help";
}
.header-menu ul li.menu-search-experts a::before {
  content: "person_search";
}
.header-menu ul li.menu-review a::before {
  content: "chat";
}
.header-menu ul li.menu-interview a::before {
  content: "person_pin";
}
.header-menu ul li.menu-procedure a::before {
  content: "account_tree";
}
.header-menu ul li.menu-knowledge a::before {
  content: "school";
}
.header-menu ul li.menu-case-studies a::before {
  content: "list";
}
.header-menu ul li:last-child {
  border-bottom: none;
}

/*_header-pcと_header-sp*/
.group-site-link {
  background-color: #fff;
}

.group-site-link__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
}

.group-site-link__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.group-site-link__title span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 4px solid #f08d18;
  margin-bottom: 12px;
}

.group-site-link__container {
  max-width: 1200px;
  margin: 0 auto;
}

.group-site-link__categories {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .group-site-link__categories {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 24px;
  }
}
.group-site-link__category {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .group-site-link__category {
    width: calc((100% - 48px) / 3);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .group-site-link__category {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
  }
}
.group-site-link__heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .group-site-link__heading {
    position: relative;
    padding: 0 0 16px 0;
    margin: 0;
    cursor: pointer;
  }
  .group-site-link__heading::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 24%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }
  .group-site-link__heading.is-open::after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
.group-site-link__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .group-site-link__list {
    display: none;
    padding: 0 0 16px;
  }
  .group-site-link__list.is-open {
    display: block;
  }
}
.group-site-link__item {
  margin: 0 0 8px;
}

.group-site-link__item:last-child {
  margin-bottom: 0;
}

.group-site-link__link {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
}

.group-site-link__link:hover {
  text-decoration: underline;
}

/*鎌倉新書グローバルへッター（フッターに設置の場合：SPのみ）*/
#footer {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 0;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  #footer {
    min-width: 768px;
    position: relative;
    margin: 0;
    bottom: 0;
    padding: 30px 0 160px;
    display: block;
  }
}
#footer .ft_inner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (min-width: 768px) {
  #footer .ft_inner {
    min-width: 768px;
  }
}
#footer .ft_inner > h4 {
  display: block;
  flex-basis: 100%;
  text-align: center;
  margin: 20px 0 40px 0;
  border-bottom: 2px dotted #333;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
}
#footer .ft_inner > div {
  width: 220px;
  margin: 10px auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  flex-wrap: wrap;
  background: white;
  padding: 20px 6px 10px 6px;
  border-radius: 2px;
  border: 1px solid #ddd;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer .ft_inner > div {
    margin-bottom: 15px;
    margin-left: 10px;
    height: 140px;
  }
}
#footer .ft_inner > div h5 {
  margin-bottom: 20px;
  margin-left: 10px;
}
#footer .ft_inner ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
#footer .ft_inner ul li a {
  color: #333;
  display: block;
  padding: 3px 0 3px 33px;
  position: relative;
  text-decoration: none;
}
#footer .ft_inner ul li a:hover {
  text-decoration: underline;
}
#footer .ft_inner ul li a::before {
  content: "chevron_right";
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  background: #666666;
  border-radius: 50%;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 16px;
  left: 10px;
  line-height: 1;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#footer .copyright {
  padding: 20px;
  font-size: 12px;
  line-height: 16px;
  color: white;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #333;
}
#footer .site_links {
  text-align: center;
  padding: 20px 0;
  background-color: white;
}
#footer .site_links ul {
  text-align: center;
}
#footer .site_links ul li {
  display: inline-block;
  font-size: 12px;
  border-right: 1px solid #CCB;
  padding-right: 10px;
  margin-right: 4px;
}
#footer .site_links ul li a {
  color: #333;
}

/* 汎用フッタ SPのみ */
#bottom_index {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #bottom_index {
    padding-bottom: 125px;
  }
}
#bottom_index .search_links {
  position: relative;
  overflow: hidden;
  padding: 15px 0 4px 15px;
  background-color: #f5f1ea;
}
#bottom_index .search_links li {
  margin: 0 11px 11px 0;
  float: left;
}
#bottom_index .search_links02 {
  position: relative;
  overflow: hidden;
}
#bottom_index .search_links02 li {
  margin: 0 11px 11px 0;
  float: left;
}
#bottom_index .search_form {
  margin: 15px 0 15px 15px;
  vertical-align: top;
}
#bottom_index .search_form input.search_word {
  width: 207px;
  height: 28px;
  margin-right: 5px;
  padding-left: 6px;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
#bottom_index .search_form input.submit {
  width: 65px;
  height: 32px;
  background: url(../images/sp/common_images/btn_search_submit.png) left top no-repeat;
  background-size: 65px 32px;
  border: none;
  color: transparent;
}
#bottom_index .content_index li {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  background-color: #2e3858;
  border-bottom: 1px solid #fff;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#bottom_index .content_index li a {
  display: block;
  color: #fff;
  height: 100%;
  position: relative;
  text-decoration: none;
}
#bottom_index .content_index li a::after {
  content: "chevron_right";
  color: #fff;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 30px;
  right: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  -webkit-font-feature-settings: "liga";
}
#bottom_index .content_index .knowledge i,
#bottom_index .content_index .qanda i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
#bottom_index .content_index .recommend {
  background-image: url(../images/sp/common_images/icon_recommend.png);
  background-size: 25px 23px;
}
#bottom_index .footer_index {
  width: 320px;
  position: relative;
  overflow: hidden;
}
#bottom_index .footer_index li {
  width: 159px;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  color: #2e3858;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  float: left;
}
#bottom_index .footer_index li:nth-child(even) {
  border-right: none;
}
#bottom_index .footer_index li:nth-child(3), #bottom_index .footer_index li:nth-child(4) {
  border-bottom: none;
}
#bottom_index .footer_index li a {
  background-size: 10px 15px;
  color: #2e3858;
  display: block;
  height: 100%;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}
#bottom_index .footer_index li a::after {
  content: "chevron_right";
  color: #2e3858;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 30px;
  right: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  -webkit-font-feature-settings: "liga";
}

/*page top*/
#pagetop_link {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 25%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 100%;
  z-index: 999;
}
#pagetop_link img {
  display: none;
}
#pagetop_link svg {
  width: 16px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  #pagetop_link {
    bottom: 25%;
  }
}

/*固定フッター*/
.footer__information {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #2e3858;
  border-radius: 0px;
  z-index: 4000;
}
.footer__information-inr {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 10px 77px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer__information-inr {
    padding: 15px 0 15px 130px;
    max-width: 870px;
    height: 50px;
    flex-wrap: nowrap;
    /* justify-content: space-between; を削除 */
  }
}
.footer__information-inr::before {
  position: absolute;
  left: -8px;
  bottom: 0;
  display: block;
  content: "";
  width: 87px;
  height: 96px;
  background: url(../images/servicePromotion_person.png) no-repeat;
  background-size: cover;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer__information-inr::before {
    left: 20px;
    width: 84px;
    height: 93px;
  }
}
.footer__information-header {
  margin: 0 0 5px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__information-header {
    margin: 0;
    width: auto;
  }
}
.footer__information-description {
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .footer__information-description {
    width: auto;
  }
}
.footer__information-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__information-close {
    top: 12px;
    right: 12px;
  }
}
.footer__information-close:hover {
  background: rgba(32, 16, 16, 0.7);
}

h3.footer__information-ttl {
  display: none;
}
@media screen and (min-width: 768px) {
  h3.footer__information-ttl {
    display: block;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  h3.footer__information-ttl {
    display: none;
  }
}

p.footer__information-description {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}
@media screen and (min-width: 768px) {
  p.footer__information-description {
    font-weight: normal;
  }
}

p.footer__information-description strong {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  background: #f08d18;
  color: #fff;
  vertical-align: middle;
  border-radius: 50px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  p.footer__information-description strong {
    padding: 2px 8px;
  }
}

.footer__information-description span {
  display: inline-block;
}

/* visible-xs/visible-mdクラスのメディアクエリ対応 */
.footer__information-description .visible-xs {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer__information-description .visible-xs {
    display: none !important;
  }
}
.footer__information-description .visible-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__information-description .visible-md {
    display: inline-block !important;
  }
}

/* footer__information-btnのvisible-mdクラス対応 */
.footer__information-btn.visible-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__information-btn.visible-md {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.footer__information-phone {
  border-bottom: #a12c34 solid 3px;
  box-shadow: none;
  background: #e63946;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.footer__information-phone::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 768px) {
  .footer__information-phone {
    border-bottom: #a12c34 solid 5px;
    width: 355px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0;
  }
  .footer__information-phone:hover {
    opacity: 0.9;
  }
}

p.footer__information-phoneNumber {
  margin: 6px 0 0px 0;
  padding: 0 30px;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.footer__information-phoneNumber::before {
  display: inline-block;
  content: "";
  margin: 0 10px 0 0;
  width: 36px;
  min-width: 36px;
  height: 30px;
  min-height: 30px;
  vertical-align: top;
  background: url(../images/footer_free_call.svg) no-repeat;
  background-size: contain;
}
p.footer__information-phoneNumber strong {
  text-wrap-mode: nowrap;
}
p.footer__information-phoneNumber small {
  font-size: 0.8em;
}

.footer__information-detail {
  line-height: 1.3;
}

p.footer__information-weekday {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
}

p.footer__information-weekday-time {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 13px;
}

p.footer__information-weekend {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
}

p.footer__information-weekend-time {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}

/*SP用電話するボタン,相談するボタン共有*/
ul.footer__information-btn-wrap {
  display: flex;
  width: 100%;
  position: relative;
  bottom: -3px;
}
@media screen and (min-width: 768px) {
  ul.footer__information-btn-wrap {
    display: none;
  }
}
ul.footer__information-btn-wrap li {
  margin: 0 0 0 20px;
  width: 43%;
}
ul.footer__information-btn-wrap li:first-child {
  margin: 0;
}

.footer__information-btn,
.footer__information-sp-btn-tel {
  width: 100%;
  padding: 0 5px;
  height: 35px;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__information-btn,
  .footer__information-sp-btn-tel {
    line-height: 35px;
  }
}

/*SP用電話するボタン*/
.footer__information-sp-btn-tel {
  border-bottom: #a12c34 solid 3px;
  box-shadow: none;
  background: #e63946;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.footer__information-sp-btn-tel::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.footer__information-sp-btn-tel img {
  width: 26px;
  margin-right: 4px;
}

/*SP用相談するボタン*/
.footer__information-btn {
  border-bottom: #895921 solid 3px;
  background: #f08d18;
  color: white;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__information-btn--main {
  border-bottom: #895921 solid 3px;
  background: #f08d18;
  color: white;
  position: relative;
  overflow: hidden;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.footer__information-btn--main::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.footer__information-btn i {
  font-size: 14px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .footer__information-btn {
    border-bottom: #535353 solid 5px;
    width: 190px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .footer__information-btn > i {
    font-size: 18px;
  }
  .footer__information-btn > i:first-child {
    margin-right: 10px;
  }
  .footer__information-btn:hover {
    opacity: 0.9;
  }
}

/*注釈*/
.footer__information-notice {
  margin: 0 auto;
  padding: 5px;
  background: #219fad;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__information-notice {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
  }
}

/*相続に関する記事*/
.list__footer {
  margin: auto 15px;
}
@media screen and (min-width: 768px) {
  .list__footer {
    max-width: 980px;
    margin: auto;
  }
}
.list__footer h4 {
  display: block;
  font-size: 18px;
  flex-basis: 100%;
  text-align: center;
  margin: 0 0 20px 0;
  border-bottom: 2px dotted #333;
  padding-bottom: 15px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .list__footer h4 {
    margin: 20px 0 40px 0;
    padding-bottom: 20px;
    font-size: 22px;
  }
}

.footer-lawyer-banner {
  margin: auto 15px;
  margin-top: 30px; /* バナー間の間隔を追加 */
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .footer-lawyer-banner {
    max-width: 980px;
    margin: auto;
    margin-top: 30px; /* バナー間の間隔を追加 */
    margin-bottom: 15px;
  }
}
.footer-lawyer-banner a {
  display: block;
  max-width: 100%;
}
.footer-lawyer-banner a img {
  max-width: 100%;
  width: 100%; /* 横幅を統一 */
  height: auto;
  box-sizing: border-box;
}
.footer-lawyer-banner a img.lawyer-banner--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-lawyer-banner a img.lawyer-banner--pc {
    display: block;
  }
}
.footer-lawyer-banner a img.lawyer-banner--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-lawyer-banner a img.lawyer-banner--sp {
    display: none;
  }
}

.list__footer-inr {
  display: block;
}
@media screen and (min-width: 768px) {
  .list__footer-inr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.list__footer-inr dl {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list__footer-inr dl {
    width: 25%;
    padding: 0 5px;
  }
}
.list__footer-inr dt,
.list__footer-inr dd {
  background: #fff;
}
.list__footer-inr dt {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
  font-weight: bold;
  padding: 15px 15px 8px 15px;
}
@media screen and (min-width: 768px) {
  .list__footer-inr dt {
    padding: 20px 15px 10px 15px;
  }
}
.list__footer-inr dd {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0 0 2px 2px;
  padding: 0 15px;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .list__footer-inr dd {
    min-height: 130px;
  }
}
.list__footer-inr dd li {
  position: relative;
}
.list__footer-inr dd li a {
  color: #333;
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  text-decoration: none;
}
.list__footer-inr dd li a:visited {
  color: #333;
}
.list__footer-inr dd li a:hover {
  text-decoration: underline;
}
.list__footer-inr dd li::before {
  content: "chevron_right";
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  background: #666666;
  border-radius: 50%;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 16px;
  left: 0;
  line-height: 1;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}

/*規約、問い合わせなどのリンク部分*/
.list__footer-other {
  text-align: left;
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .list__footer-other {
    text-align: center;
    padding: 20px 0;
  }
}
.list__footer-other ul {
  text-align: left;
  border-top: 1px solid #CCB;
}
@media screen and (min-width: 768px) {
  .list__footer-other ul {
    text-align: center;
    border-top: none;
  }
}
.list__footer-other li {
  display: block;
  font-size: 12px;
  border-right: none;
  border-bottom: 1px solid #CCB;
  padding: 0;
  margin: 0;
  position: relative;
}
.list__footer-other li::after {
  content: "chevron_right";
  color: #333;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 16px;
  right: 10px;
  line-height: 1;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
@media screen and (min-width: 768px) {
  .list__footer-other li {
    display: inline-block;
    border-right: 1px solid #CCB;
    border-bottom: none;
    margin: 0 4px 0 0;
  }
  .list__footer-other li::after {
    content: "";
  }
}
.list__footer-other li a {
  color: #333;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.list__footer-other li a:visited {
  color: #333;
}
.list__footer-other li a:hover {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .list__footer-other li a {
    padding: 5px 10px;
    text-decoration: underline;
  }
}

.sns-timeline {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .sns-timeline {
    margin: 48px auto;
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .sns-timeline {
    flex-direction: row;
  }
}
.sns-timeline .twitter, .sns-timeline .instagram {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sns-timeline .twitter, .sns-timeline .instagram {
    width: 50%;
  }
}
.sns-timeline .twitter div, .sns-timeline .instagram div {
  text-align: center;
  font-size: 24px;
  margin: 12px 0;
  font-weight: bold;
  color: #666;
}
.sns-timeline .twitter .lightwidget-widget, .sns-timeline .instagram .lightwidget-widget {
  width: 100%;
  border: 0;
  overflow: hidden;
}

.list__footer-sns {
  background: red;
  padding: 20px 0;
  margin-top: 30px;
}
.list__footer-sns ul li a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__footer-sns ul li a img {
  width: 30px;
  margin-right: 9px;
}

/*東証*/
.list__footer-jpx, .list__footer-pmark {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  max-width: 1248px;
  margin: 2px auto;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .list__footer-jpx, .list__footer-pmark {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
  }
}
.list__footer-jpx ul, .list__footer-pmark ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .list__footer-jpx ul, .list__footer-pmark ul {
    justify-content: center;
    align-items: center;
  }
}
.list__footer-jpx li:last-child, .list__footer-pmark li:last-child {
  padding: 0 10px;
  line-height: 1.6;
}
.list__footer-jpx img, .list__footer-pmark img {
  width: 40px;
  line-height: 0;
  vertical-align: middle;
}
.list__footer-jpx strong, .list__footer-pmark strong {
  color: #eb6877;
  font-size: 13px;
}

.list__footer-pmark {
  margin-top: 4px;
  border-bottom: 1px solid #dedede;
}

.footer-note {
  padding: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.footer-note__title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #666;
}
.footer-note__text {
  font-size: 11px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-note__text {
    line-height: 1.8;
  }
}

/*_footer-pcと_footer-sp*/
/* --------------------------------------- common --------------------------------------- */
.visible-xs {
  display: block;
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

.visible-md {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
}

.visible-md-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .visible-md-flex {
    display: flex;
  }
}

/*教えて！相続 ー新着QAー*/
#qanda_update a,
#qanda_ranking a {
  text-decoration: none;
}

/* --------------------------------------- 鎌新共通ヘッダー　PCのみ表示 ---------------------------------------　*/
.ks-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .ks-header {
    display: block;
    height: 40px;
    background: #f08d18;
    color: #fff;
  }
}
.ks-header .ks-nav {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  flex-flow: nowrap;
  justify-content: flex-start;
}
.ks-header .ks-nav__txt {
  padding-right: 13px;
  color: #fff;
}
.ks-header .ks-nav__item > a {
  padding: 5px 13px;
  border-left: solid 1px #b06001;
  color: #fff;
  text-decoration: underline;
}
.ks-header .ks-nav__item > a.no-border {
  border-left: none;
}
.ks-header .ks-nav__item.active {
  padding: 0 13px;
  background: #fff;
  color: #232b39;
}

@media screen and (max-width: 1039px) {
  .ks-header .ks-nav {
    font-size: 1.3vw;
    justify-content: center;
  }
  .ks-header .ks-nav__txt {
    padding-right: 10px;
  }
  .ks-header .ks-nav__item > a {
    padding: 5px 12px;
  }
  .ks-header .ks-nav__item > a.active {
    padding: 0 12px;
  }
}

.bar_header {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #2e3858;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bar_header {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px;
  }
}
#about .content_column h2 {
  border-bottom: 1px solid #2e3858;
  border-top: 1px solid #2e3858;
  color: #2e3858;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  margin-bottom: 16px;
}
#about .content_column h3 {
  border-left: 10px solid #2e3858;
  color: #2e3858;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  margin-bottom: 16px;
}
#about .content_column h4 {
  border-bottom: 1px solid #2e3858;
  color: #2e3858;
  margin-bottom: 16px;
  padding: 16px;
}
#about .content_column h5 {
  margin-bottom: 16px;
  color: #2e3858;
}
#about .content_column #knowledge_links h3,
#about .content_column #qanda_ranking h3 {
  border-left: none;
}
#about .content_column #knowledge_links .border_header,
#about .content_column #qanda_ranking .border_header {
  background: #fff;
  border-bottom: #2e3858 solid 2px;
  color: #2e3858;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  line-height: 46px;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  *zoom: 1;
}
#about .content_column #knowledge_links h4 {
  border: none;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #about .content_column h1 {
    height: auto;
    line-height: 1.4;
    padding: 10px 20px;
  }
  #about .content_column h2 {
    font-size: 18px;
    height: auto;
    line-height: 30px;
    padding: 10px;
  }
  #about .content_column h3 {
    border-left: 5px solid #2e3858;
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    padding: 10px;
  }
  #about .content_column h4 {
    border-bottom: 1px solid #2e3858;
    color: #2e3858;
    margin-bottom: 16px;
    padding: 16px;
  }
  #about .content_column h5 {
    margin-bottom: 16px;
    padding-left: 8px;
    color: #2e3858;
  }
}
#qanda .main_content h2,
#form .main_content h2 {
  background: #2e3858;
  color: #fff;
  margin: 13px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #qanda .main_content h2 {
    background: #f8f5f0;
    color: #2e3858;
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
    padding-left: 10px;
    text-align: center;
  }
  #form .main_content h2 {
    background: #f8f5f0;
    color: #2e3858;
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
    padding-left: 10px;
    text-align: center;
  }
  #form #bottom_index h2.border_header {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0 0;
    padding-left: 10px;
    text-align: left;
  }
}
.mc_bottom h3 {
  border-bottom: #999 solid 1px;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

/* ---------------------------------------左側の相続なび --------------------------------------- */
#knowledge_links ul {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
#knowledge_links ul li {
  width: 180px;
  margin-left: 2px;
  padding: 20px 0;
  float: left;
  background-color: #f8f5f0;
  line-height: 16px;
  margin-bottom: 16px;
  padding-left: 0px;
  font-weight: bold;
}
#knowledge_links ul li:first-child {
  margin-left: 0;
}
#knowledge_links p,
#knowledge_links h4 {
  width: 140px;
  margin: 0 auto;
}
#knowledge_links .img {
  margin-bottom: 10px;
}
#knowledge_links h4 {
  border: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
#knowledge_links .copy {
  width: 150px;
  margin: 0 0 10px 20px;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  color: #434343;
}
#knowledge_links .btn {
  width: 140px;
  background: #f37b1a;
  border-bottom: #a75523 solid 3px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: auto;
  padding: 9px 10px;
  position: relative;
  text-decoration: none;
  *zooom: 1;
}
#knowledge_links .btn:hover {
  opacity: 0.7;
}
#knowledge_links .btn:after {
  border-radius: 50%;
  background: #fff;
  content: "chevron_right";
  color: #e6a538;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 20px;
  height: 15px;
  right: 10px;
  line-height: 16px;
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  width: 15px;
  -webkit-font-feature-settings: "liga";
}

/* ---------------------------------------左側のランキング --------------------------------------- */
#qanda_ranking .box_list li {
  padding-left: 40px;
}
#qanda_ranking .box_list li:nth-child(1) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no1.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(2) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no2.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(3) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no3.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(4) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no4.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(5) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no5.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(6) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no6.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(7) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no7.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(8) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no8.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(9) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no9.gif) no-repeat left center/30px auto;
}
#qanda_ranking .box_list li:nth-child(10) {
  background: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/qanda/no10.gif) no-repeat left center/30px auto;
}

.article_inner_banner-pc--left > div {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
}
.article_inner_banner-pc--left > div > span {
  color: #F08D18;
}
.article_inner_banner-pc--left img {
  width: 180px;
}

.article_inner_banner-pc--right {
  margin-right: 20px;
}
.article_inner_banner-pc--right > .top {
  border: 1px solid #333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 12px;
}
.article_inner_banner-pc--right > .top > span {
  color: #F08D18;
}

.article_inner_banner-pc {
  display: none;
}
.article_inner_banner-pc a {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-pc a:hover, .article_inner_banner-pc a:visited {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-pc .middle {
  margin-bottom: 8px;
}
.article_inner_banner-pc .middle a {
  font-weight: bold;
  font-size: 36px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: -1px;
}
.article_inner_banner-pc .middle a img {
  margin-right: 10px;
  width: 35px;
  position: relative;
  top: -4px;
}
.article_inner_banner-pc .article_inner_banner-pc--right .bottom {
  font-size: 18px;
  color: white;
  background-color: #F08D18;
  border-bottom: #895921 solid 4px;
  box-shadow: none;
  border-radius: 8px;
}
.article_inner_banner-pc .bottom a {
  padding: 4px;
  display: block;
  color: white;
  text-align: center;
  font-size: 14px;
}
.article_inner_banner-pc .bottom a img {
  width: 20px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .article_inner_banner-pc {
    max-width: 100%;
    height: 160px;
    background-image: url(../images/navi/article_banner_operator.png);
    background-repeat: no-repeat;
    display: flex;
    background-size: 200px;
    background-position: bottom left;
    margin: 20px 0;
    border: 1px solid #eee;
    color: #00254B;
    font-size: 14px;
  }
  .article_inner_banner-pc .article_inner_banner-pc--left {
    width: 40%;
    text-align: center;
    padding-left: 15%;
  }
  .article_inner_banner-pc .article_inner_banner-pc--left .top {
    margin-top: 22px;
  }
  .article_inner_banner-pc > div {
    width: 50%;
    text-align: center;
  }
  .article_inner_banner-pc .cta-btn-phone {
    width: 100%;
    padding: 5px 10px;
    gap: 4px;
  }
  .article_inner_banner-pc .cta-btn-phone img {
    width: 30px;
  }
  .article_inner_banner-pc .cta-btn-phone .txt_number {
    padding-bottom: 0 !important;
    font-size: 14px !important;
  }
  .article_inner_banner-pc .cta-btn-phone .txt_number strong {
    background: none !important;
  }
  .article_inner_banner-pc .cta-btn-phone .txt_info {
    padding-bottom: 0 !important;
    font-size: 12px !important;
  }
}

.article_inner_banner-sp {
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  display: block;
  border: 1px solid #eee;
  color: #00254B;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .article_inner_banner-sp {
    display: none;
  }
}
.article_inner_banner-sp .top {
  margin-bottom: 10px;
}
.article_inner_banner-sp .top span {
  color: #F08D18;
}
.article_inner_banner-sp .middle1,
.article_inner_banner-sp .middle2,
.article_inner_banner-sp .middle3 {
  margin-bottom: 10px;
}
.article_inner_banner-sp .middle1 img {
  width: 200px !important;
}
.article_inner_banner-sp .middle3 {
  font-size: 18px;
  color: white;
  background-color: #F08D18;
  padding: 14px 0 10px 0;
  box-shadow: 0 3px 3px 0 #aaaaaa;
  border-radius: 8px;
  font-size: 18px;
  font-weight: normal;
}
.article_inner_banner-sp .middle3 img {
  width: 24px !important;
  position: relative;
  top: -2px;
  display: inline-block !important;
}
.article_inner_banner-sp .bottom {
  font-weight: normal;
  font-size: 13px;
  margin-top: 14px;
}
.article_inner_banner-sp .bottom img {
  width: 20px !important;
  position: relative;
  top: -2px;
  display: inline-block !important;
}
.article_inner_banner-sp .bottom a {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-sp .bottom a:hover, .article_inner_banner-sp .bottom a:visited {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-sp .middle3 a {
  color: white;
  text-decoration: none;
}
.article_inner_banner-sp .middle3 a:hover, .article_inner_banner-sp .middle3 a:visited {
  color: white;
  text-decoration: none;
}

.article_inner_banner-pc--watashigo {
  display: none;
}
.article_inner_banner-pc--watashigo a {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-pc--watashigo a:hover, .article_inner_banner-pc--watashigo a:visited {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-pc--watashigo .article_inner_banner-pc--left .top span {
  font-size: 22px;
}
.article_inner_banner-pc--watashigo .middle {
  margin: 4px 0;
  line-height: 1.4;
}
.article_inner_banner-pc--watashigo .note {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.article_inner_banner-pc--watashigo .article_inner_banner-pc--right .bottom {
  font-size: 18px;
  color: white;
  background-color: #F08D18;
  box-shadow: 0 3px 3px 0 #aaaaaa;
  border-radius: 8px;
}
.article_inner_banner-pc--watashigo .bottom a {
  padding: 4px;
  display: block;
  color: white;
  text-align: center;
  font-size: 14px;
}
.article_inner_banner-pc--watashigo .bottom a img {
  width: 20px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .article_inner_banner-pc--watashigo {
    max-width: 100%;
    height: 160px;
    background-image: url(../images/navi/article_banner_operator.png);
    background-repeat: no-repeat;
    display: flex;
    background-size: 200px;
    background-position: bottom left;
    margin: 20px 0;
    border: 1px solid #eee;
    color: #00254B;
    font-size: 14px;
  }
  .article_inner_banner-pc--watashigo .article_inner_banner-pc--left {
    width: 40%;
    text-align: center;
    padding-left: 10%;
  }
  .article_inner_banner-pc--watashigo .article_inner_banner-pc--left .top {
    margin-top: 22px;
  }
  .article_inner_banner-pc--watashigo > div {
    width: 50%;
    text-align: center;
  }
}

.article_inner_banner-sp--watashigo {
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  display: block;
  border: 1px solid #eee;
  color: #00254B;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .article_inner_banner-sp--watashigo {
    display: none;
  }
}
.article_inner_banner-sp--watashigo .top {
  margin-bottom: 10px;
}
.article_inner_banner-sp--watashigo .top span {
  color: #F08D18;
}
.article_inner_banner-sp--watashigo .top br {
  display: none;
}
.article_inner_banner-sp--watashigo .middle1,
.article_inner_banner-sp--watashigo .middle2,
.article_inner_banner-sp--watashigo .middle3 {
  margin-bottom: 10px;
}
.article_inner_banner-sp--watashigo .middle1 img {
  width: 200px !important;
}
.article_inner_banner-sp--watashigo .middle3 {
  font-size: 18px;
  color: white;
  background-color: #F08D18;
  padding: 14px 0 10px 0;
  box-shadow: 0 3px 3px 0 #aaaaaa;
  border-radius: 8px;
  font-size: 18px;
  font-weight: normal;
}
.article_inner_banner-sp--watashigo .middle3 img {
  width: 24px !important;
  position: relative;
  top: -2px;
  display: inline-block !important;
}
.article_inner_banner-sp--watashigo .note {
  font-size: 13px;
  margin-top: 10px;
  color: #666;
}
.article_inner_banner-sp--watashigo .bottom {
  font-weight: normal;
  font-size: 13px;
  margin-top: 14px;
}
.article_inner_banner-sp--watashigo .bottom img {
  width: 20px !important;
  position: relative;
  top: -2px;
  display: inline-block !important;
}
.article_inner_banner-sp--watashigo .bottom a {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-sp--watashigo .bottom a:hover, .article_inner_banner-sp--watashigo .bottom a:visited {
  color: #F08D18;
  text-decoration: none;
}
.article_inner_banner-sp--watashigo .middle3 a {
  color: white;
  text-decoration: none;
}
.article_inner_banner-sp--watashigo .middle3 a:hover, .article_inner_banner-sp--watashigo .middle3 a:visited {
  color: white;
  text-decoration: none;
}

.box_list {
  padding: 5px 15px 0;
  background-color: #f5f1ea;
}
.box_list li {
  line-height: 21px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.box_list li:last-child {
  border-bottom: none;
}
.box_list li .date {
  width: 85px;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 21px;
}
.box_list li .title {
  font-size: 14px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .box_list li .title {
    padding-left: 44px;
  }
}
.box_list li .title a {
  text-decoration: none;
}
.box_list li .title::before {
  content: "arrow_right";
  color: #f08d18;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 20px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: 0;
  -webkit-font-feature-settings: "liga";
}
@media screen and (min-width: 768px) {
  .box_list {
    font-size: 12px;
    line-height: 24px;
    background-color: #f8f5f0;
    padding: 10px 20px;
  }
}

#qanda_ranking .box_list li .title::before {
  content: "";
}
#qanda_ranking .box_list li:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #qanda_ranking .box_list li {
    padding: 5px 0;
    position: relative;
    overflow: hidden;
  }
}

#qanda_update {
  margin-bottom: 20px;
}
#qanda_update .box_list li {
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}

/* --------------------------------------- for PC SP 共通部分のみ --------------------------------------- */
.footer-media-list {
  border: 1px solid #ccc;
  margin: 40px;
}
.footer-media-list > h3 {
  color: #333;
  font-size: 24px;
  margin: 30px 20px 30px 20px;
  text-align: center;
  font-size: 19px;
}
.footer-media-list > h3 > span {
  font-size: 24px;
}
.footer-media-list > ul {
  margin: 20px;
  display: flex;
  flex-direction: row;
}
.footer-media-list > ul > li {
  margin-right: 20px;
}
.footer-media-list > ul > li > h4 {
  padding-bottom: 8px;
  border-bottom: 1px dashed #333;
  text-align: center;
}
.footer-media-list > ul > li > ul {
  font-size: 12px;
  padding-top: 10px;
  line-height: 18px;
}
.footer-media-list > ul > li > ul > li {
  line-height: 22px;
}
.footer-media-list a {
  text-decoration: none;
  color: #333;
}

.servicePromotionFixedFooter__title {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #fff;
}
.servicePromotionFixedFooter__title strong {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  background: #f08d18;
  color: #fff;
  vertical-align: middle;
  border-radius: 50px;
}

.servicePromotionFixedFooter__description strong {
  margin: 0 5px 0 0;
  padding: 2px 8px;
  background: #f08d18;
  color: #fff;
  vertical-align: middle;
  border-radius: 50px;
}

@media screen and (max-width: 480px) {
  .footer-media-list {
    background: #eeeeee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    margin: 0;
  }
  .footer-media-list > h3 {
    line-height: 22px;
    font-size: 14px;
  }
  .footer-media-list > h3 > span {
    font-size: 18px;
  }
  .footer-media-list > ul {
    flex-direction: column;
  }
  .footer-media-list > ul > li {
    margin-bottom: 20px;
  }
  .footer-media-list > ul > li > ul {
    font-size: 11px;
  }
  .servicePromotionFixedFooter__description strong {
    padding: 2px 8px;
    color: #27b9c8;
  }
}
/* --------------------------------------- wp-pagenavi --------------------------------------- */
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 10px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #27b9c8;
  border-color: #27b9c8;
  font-weight: bold;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 3px 6px;
  }
}
/* --------------------------------------- wp-pagenavi --------------------------------------- */
#bottom_index .search_links {
  position: relative;
  overflow: hidden;
  padding: 15px 0 4px 15px;
  background-color: #f5f1ea;
}
#bottom_index .search_links li {
  margin: 0 11px 11px 0;
  float: left;
}
#bottom_index .search_links .search_btn_list,
#bottom_index .search_links .search_btn_license,
#bottom_index .search_links .search_btn_aim {
  display: block;
  border: 2px solid #58BF89;
  border-bottom: 5px solid #58BF89;
  border-radius: 5px;
  background-color: #fff;
  color: rgb(88, 191, 137);
  width: 286px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#bottom_index .search_links .search_btn_list::before,
#bottom_index .search_links .search_btn_license::before,
#bottom_index .search_links .search_btn_aim::before {
  content: "place";
  display: block;
  font-family: Material Icons;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-size: 22px;
  padding: 4px;
  line-height: 1;
}
#bottom_index .search_links .search_btn_list span,
#bottom_index .search_links .search_btn_license span,
#bottom_index .search_links .search_btn_aim span {
  display: block;
  width: 100%;
  line-height: 1.2em;
  padding: 5px 0;
  border-left: 2px solid #58BF89;
  font-weight: bold;
}
#bottom_index .search_links .search_btn_list small,
#bottom_index .search_links .search_btn_license small,
#bottom_index .search_links .search_btn_aim small {
  font-size: 10px;
  font-weight: normal;
}
#bottom_index .search_links .search_btn_list {
  font-size: 22px;
}
#bottom_index .search_links .search_btn_list::before {
  font-size: 35px;
  padding: 0px 14px;
}
#bottom_index .search_links .search_btn_list span {
  padding: 3px 0;
  line-height: 1em;
  letter-spacing: 0.03em;
}
#bottom_index .search_links .search_btn_list small {
  font-size: 12px;
}
#bottom_index .search_links .search_btn_license {
  border: 2px solid #F48281;
  border-bottom: 5px solid #F48281;
  color: #F48281;
  width: 136px;
}
#bottom_index .search_links .search_btn_license::before {
  content: "recent_actors";
}
#bottom_index .search_links .search_btn_license span {
  border-left: 2px solid #F48281;
}
#bottom_index .search_links .search_btn_aim {
  border: 2px solid #47A3E0;
  border-bottom: 5px solid #47A3E0;
  color: #47A3E0;
  width: 136px;
}
#bottom_index .search_links .search_btn_aim::before {
  content: "flag";
}
#bottom_index .search_links .search_btn_aim span {
  border-left: 2px solid #47A3E0;
}

/* 都道府県説明テキスト */
.state_desc {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.state_desc .title1 {
  background-color: #26b9c9;
  padding: 20px;
  color: white;
  border-left: 10px solid #93dce4;
  border-right: 10px solid #93dce4;
  font-size: 20px;
}
.state_desc > div {
  margin: 20px 0;
  line-height: 25px;
}
.state_desc .title2 {
  color: #26b9c9;
  font-size: 20px;
  margin-bottom: 20px;
}
.state_desc .title3 {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.state_desc ul {
  background-color: #eee;
  padding: 20px;
  border-radius: 2px;
  margin: 20px 0 0px 0;
}
.state_desc ul li {
  font-size: 14px;
  line-height: 24px;
  list-style-type: square;
  margin-left: 20px;
}
.state_desc .author {
  padding: 10px 20px;
  background-color: #999;
  color: white;
  font-size: 12px;
  border-radius: 2px;
}
.state_desc table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
  margin: 20px 0;
}
.state_desc table th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.state_desc table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}

@media screen and (max-width: 767px) {
  .state_desc {
    width: 90%;
  }
}
/* 駅別説明テキスト */
.station_desc {
  width: 980px;
  margin: 20px auto 20px auto;
  position: relative;
  line-height: 1.6;
}
.station_desc img {
  width: 100%;
  margin: 20px 0;
}
.station_desc #googleMap img {
  margin: initial;
}
.station_desc .title1 {
  background-color: #26b9c9;
  padding: 20px;
  color: white;
  border-left: 10px solid #93dce4;
  border-right: 10px solid #93dce4;
  font-size: 20px;
}
.station_desc .title2 {
  color: #26b9c9;
  font-size: 20px;
  margin: 25px 0 20px 0;
}
.station_desc .title3 {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.station_desc p {
  margin-bottom: 1em;
}
.station_desc ul {
  background-color: #eee;
  padding: 20px;
  border-radius: 2px;
  margin: 20px 0 0px 0;
}
.station_desc ul li {
  font-size: 14px;
  line-height: 24px;
  list-style-type: square;
  margin-left: 20px;
}
.station_desc table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
  margin: 20px 0;
}
.station_desc table th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.station_desc table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}
.station_desc .row {
  display: flex;
}
.station_desc .row .title3 {
  margin-top: 0;
}
.station_desc .col {
  margin-right: 30px;
}
.station_desc #googleMap {
  width: 600px;
  max-width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.station_desc .text-right {
  text-align: right;
}
.station_desc .summary {
  border: 2px solid #deac62;
  padding: 1em 1em;
  border-radius: 0.5em;
  margin: 1rem 0;
  background-color: #fffbf4;
  font-size: 0.9em;
}
.station_desc .summary .title3:first-child {
  margin-top: 0;
}
.station_desc .summary p:last-child {
  margin-bottom: 0;
}
.station_desc .column {
  position: relative;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
  border: #deac62 solid 2px;
  margin: 2.5rem 0 1rem 0;
  padding: 15px;
  font-size: 0.9em;
}
.station_desc .column::before {
  border-radius: 3px 3px 0 0;
  content: "コラム";
  left: -2px;
  top: -25px;
  top: 0;
  transform: translateY(-100%);
  background: #deac62;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  position: absolute;
  font-size: 1em;
}
.station_desc .column *,
.station_desc .column *:before,
.station_desc .column *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.station_desc .column label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.station_desc .column label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: "\f13a" " 続きをよむ";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #f08d18;
  transition: all 0.5s ease-out;
}
.station_desc .column label:hover::after {
  background: #e6ac64;
  color: #fff;
}
.station_desc .column input {
  display: none;
}
.station_desc .column input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}
.station_desc .column input:checked + label:after {
  font-family: FontAwesome;
  content: "\f139" " 閉じる";
}
.station_desc .column .column-container {
  overflow: hidden;
  height: 200px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.station_desc .column input:checked ~ .column-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .station_desc {
    width: 90%;
    line-height: 1.6;
    font-size: 12px;
  }
  .station_desc .title1,
  .station_desc .title2 {
    font-size: 18px;
  }
  .station_desc .title3 {
    font-size: 15px;
  }
  .station_desc ul li {
    font-size: 12px;
  }
  .station_desc table {
    font-size: 12px;
  }
  .station_desc .row {
    display: block;
  }
  .station_desc .col {
    margin-right: 0;
  }
  .station_desc #googleMap {
    width: 100%;
    height: 200px;
  }
}
/* -------------------------------------相続の専門家を資格から探す 説明文 ------------------------------------- */
p.bar_header_desc {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  p.bar_header_desc {
    margin: 10px 15px 15px 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.license_desc,
.special_desc {
  margin-top: 15px;
  margin-bottom: 20px;
}
.license_desc.page_list,
.special_desc.page_list {
  padding: 25px 20px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.license_desc.page_list .border_header,
.special_desc.page_list .border_header {
  background-color: initial;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1em;
  margin: 0 0 0.8em 0;
}
.license_desc p,
.special_desc p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .license_desc p,
  .special_desc p {
    line-height: 1.5;
  }
}
.license_desc p.correspondence_range,
.special_desc p.correspondence_range {
  font-weight: bold;
}
.license_desc .abridgement,
.special_desc .abridgement {
  position: relative;
  font-size: 14px;
}
.license_desc .abridgement label,
.special_desc .abridgement label {
  display: inline-block;
  cursor: pointer;
}
.license_desc .abridgement label:after,
.special_desc .abridgement label:after {
  content: "[…続きを読む]";
  color: #0263b5;
  text-decoration: underline;
}
.license_desc .abridgement input,
.special_desc .abridgement input {
  display: none;
}
@media screen and (min-width: 768px) {
  .license_desc .abridgement input + p .more,
  .special_desc .abridgement input + p .more {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .license_desc .abridgement input + p .more_sp,
  .special_desc .abridgement input + p .more_sp {
    display: none;
  }
}
.license_desc .abridgement input:checked + p label,
.special_desc .abridgement input:checked + p label {
  display: none;
}
.license_desc .abridgement input:checked + p,
.special_desc .abridgement input:checked + p {
  height: auto;
}
.license_desc .abridgement input:checked + p .more,
.license_desc .abridgement input:checked + p .more_sp,
.special_desc .abridgement input:checked + p .more,
.special_desc .abridgement input:checked + p .more_sp {
  display: initial;
}
.license_desc input + .abridgement2,
.special_desc input + .abridgement2 {
  height: 200px;
}
.license_desc input:checked + .abridgement2,
.special_desc input:checked + .abridgement2 {
  height: auto;
}
.license_desc input:checked + .abridgement2 label,
.special_desc input:checked + .abridgement2 label {
  display: none;
}
.license_desc .abridgement2,
.special_desc .abridgement2 {
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .license_desc .abridgement2,
  .special_desc .abridgement2 {
    font-size: 12px;
  }
}
.license_desc .abridgement2 label,
.special_desc .abridgement2 label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(247, 247, 247, 0.95) 90%);
}
.license_desc .abridgement2 label::after,
.special_desc .abridgement2 label::after {
  line-height: 2.5em;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  padding: 0 10px;
  font-size: 0.8em;
  font-family: FontAwesome;
  content: "\f13a" " 続きを読む";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
  background-color: #2e3858;
  transition: all 0.5s ease-out;
}
.license_desc .abridgement2 p,
.special_desc .abridgement2 p {
  margin-bottom: 0.4em;
}
.license_desc .abridgement2 h3,
.special_desc .abridgement2 h3 {
  font-size: 1.28em !important;
  line-height: 1.6;
  padding-bottom: 0;
  margin-bottom: 0.8em;
}
.license_desc .abridgement2 p + h3.border_header,
.license_desc .abridgement2 a + h3.border_header,
.special_desc .abridgement2 p + h3.border_header,
.special_desc .abridgement2 a + h3.border_header {
  margin-top: 1.3em;
}
.license_desc .abridgement2 h4,
.special_desc .abridgement2 h4 {
  font-size: 1.18em;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  color: #2e3858;
  line-height: 1.6;
}
.license_desc .abridgement2 h4::before,
.special_desc .abridgement2 h4::before {
  content: "■";
  margin-right: 5px;
  color: #2e3858;
}
.license_desc .abridgement2 h5,
.special_desc .abridgement2 h5 {
  font-size: 1.1em;
}
.license_desc .abridgement2 h5,
.license_desc .abridgement2 h6,
.special_desc .abridgement2 h5,
.special_desc .abridgement2 h6 {
  margin-bottom: 0.4em;
  line-height: 1.6;
}
.license_desc .abridgement2 h6,
.special_desc .abridgement2 h6 {
  color: #36436a;
}
.license_desc .abridgement2 img,
.special_desc .abridgement2 img {
  max-width: 100%;
  margin: 0.5em 0;
}
.license_desc .abridgement2 blockquote,
.special_desc .abridgement2 blockquote {
  padding: 10px;
  font-size: 0.9em;
  background-color: #fffaec;
  border-radius: 15px;
  border-bottom: #ddd solid 1px;
  position: relative;
  line-height: 1.4;
}
.license_desc .abridgement2 blockquote::before,
.special_desc .abridgement2 blockquote::before {
  content: "“";
  position: absolute;
  left: 8px;
  top: 5px;
  color: #cfbf98;
  display: block;
  font-size: 56px;
  line-height: 1;
}
.license_desc .abridgement2 blockquote::after,
.special_desc .abridgement2 blockquote::after {
  content: "”";
  position: absolute;
  right: 8px;
  bottom: -25px;
  color: #cfbf98;
  display: block;
  font-size: 56px;
  line-height: 1;
}
.license_desc .abridgement2 blockquote ol,
.special_desc .abridgement2 blockquote ol {
  padding: 30px 30px;
}
.license_desc .abridgement2 ul,
.special_desc .abridgement2 ul {
  margin-bottom: 0.8em;
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.4;
}
.license_desc .abridgement2 ul.count-list,
.special_desc .abridgement2 ul.count-list {
  list-style-type: decimal;
}
.license_desc .abridgement2 small,
.special_desc .abridgement2 small {
  font-size: 0.9em;
}
.license_desc .abridgement2 table,
.special_desc .abridgement2 table {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  font-size: 0.9em;
  text-align: center;
  margin: 10px auto;
}
.license_desc .abridgement2 table th,
.license_desc .abridgement2 table td,
.special_desc .abridgement2 table th,
.special_desc .abridgement2 table td {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px;
}
.license_desc .abridgement2 table th,
.special_desc .abridgement2 table th {
  background-color: #f7cfb2;
}
.license_desc .abridgement2 table td,
.special_desc .abridgement2 table td {
  background: #fff;
}

.detail_top_ttl--indiv {
  margin-bottom: 40px;
}
.detail_top_ttl--indiv .detail_top_ttl__head {
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.detail_top_ttl--indiv .detail_top_ttl__head span {
  font-size: 18px;
  margin-left: 4px;
}
.detail_top_ttl--indiv ul li a {
  margin-top: 7px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
}

.specialist_ttl--indiv {
  margin-bottom: 40px;
}
.specialist_ttl--indiv .specialist_ttl__head {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.specialist_ttl--indiv .specialist_ttl__head strong {
  text-decoration: underline;
}
.specialist_ttl--indiv .specialist_ttl__head span {
  font-size: 13px;
  margin-left: 4px;
  text-decoration: none;
  border-color: transparent;
}
.specialist_ttl--indiv ul li {
  margin-top: 7px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  display: block;
}

@keyframes bouncing {
  0%, 24%, 48%, 60%, 100% {
    transform: translateY(0);
  }
  12%, 36% {
    transform: translateY(-15px);
  }
}
.list-fv-bounce-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  color: #f08d18;
}
@media (max-width: 767px) {
  .list-fv-bounce-label {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .list-fv-bounce-label {
    font-size: 32px;
  }
}
.list-fv-bounce-label p {
  display: flex;
  margin: 16px auto;
}
.list-fv-bounce-label p::before, .list-fv-bounce-label p::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list-fv-bounce-label p::before {
  margin-right: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-left-md.svg);
}
.list-fv-bounce-label p::after {
  margin-left: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-right-md.svg);
}

.list-fv-not-bounce-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  color: #f08d18;
}
@media (max-width: 767px) {
  .list-fv-not-bounce-label {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .list-fv-not-bounce-label {
    font-size: 32px;
  }
}
.list-fv-not-bounce-label p {
  display: flex;
  margin: 16px auto;
}
.list-fv-not-bounce-label p::before, .list-fv-not-bounce-label p::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list-fv-not-bounce-label p::before {
  margin-right: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-left-md.svg);
}
.list-fv-not-bounce-label p::after {
  margin-left: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-right-md.svg);
}

/*_commonの記入したあったクラスを移動したので新規作成*/
#browse-history {
  display: none;
  padding: 30px 0px;
  margin: 30px 30px;
  margin: auto;
  background-color: #efefef;
}
#browse-history h4 {
  font-size: 26px;
  margin: 30px auto;
  text-align: center;
}
#browse-history h4 br {
  display: none;
}
@media screen and (max-width: 767px) {
  #browse-history h4 {
    font-size: 18px;
    line-height: 30px;
  }
  #browse-history h4 br {
    display: inline-block;
  }
}
#browse-history > ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0;
}
#browse-history > ul > li {
  flex: 0 0 80px;
  min-width: 230px;
  background: white;
  flex: 0 0 auto; /* これを指定しないと横スクロールになりません */
  width: 230px;
  height: 280px;
  margin: 0 10px 0 10px;
  color: #333;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
#browse-history > ul > li > a {
  color: #333;
  text-decoration: none;
}
#browse-history > ul > li .top {
  background-size: cover;
  height: 120px;
  position: relative;
  background-position-x: 50%;
  background-position-y: 30%;
}
#browse-history > ul > li .top span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
  font-size: 13px;
  color: white;
}
#browse-history > ul > li .bottom {
  position: relative;
  height: 160px;
}
#browse-history > ul > li .bottom .bottom-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
#browse-history > ul > li.navi .bottom .bottom-top {
  font-size: 16px;
  display: flex;
  justify-content: center;
  height: 70px;
  line-height: 25px;
  padding: 10px 15px;
  font-weight: bold;
  max-height: 70px;
  overflow: hidden;
}
#browse-history > ul > li.navi .bottom .bottom-bottom span.tag {
  background-color: #f5f5f5;
  color: #0263b5;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px 8px 30px;
  margin-right: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  border-bottom: #ddd solid 1px;
}
#browse-history > ul > li.navi .bottom .bottom-bottom span.tag::before {
  content: "menu_book";
  position: absolute;
  left: 8px;
  top: 5px;
  font-weight: normal;
  font-size: 16px;
  font-family: Material Icons;
  color: #0263b5;
  line-height: 1;
  font-feature-settings: "liga";
}
#browse-history > ul > li.expert .bottom-top {
  padding: 10px 15px;
}
#browse-history > ul > li.expert .bottom-top ul {
  display: flex;
}
#browse-history > ul > li.expert .bottom-top ul li {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#browse-history > ul > li.expert .bottom-top ul li i {
  color: orange;
  font-weight: normal;
}
#browse-history > ul > li.expert .bottom-middle {
  font-size: 18px;
  height: 50px;
  line-height: 24px;
  padding: 0 15px;
  overflow: scroll;
}
#browse-history > ul > li.expert .bottom-middle span {
  font-size: 14px;
}
#browse-history > ul > li.expert .bottom-bottom {
  background-color: #eee;
  padding: 6px 0;
  font-size: 12px;
}
#browse-history > ul > li.lp .bottom-top {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: normal;
  text-align: center;
}
#browse-history > ul > li.lp .bottom-bottom {
  background-color: #F37B1B;
  padding: 6px 0;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.article-banner {
  margin: auto;
  color: #224C75;
}
.article-banner--pc {
  margin: auto;
  display: block;
}
.article-banner--sp {
  margin: auto;
  display: none;
}
.article-banner--pc .article-banner_main {
  border: 1px solid #ccc;
  display: flex;
  justify-content: end;
  align-items: center;
  background-image: url(https://isansouzoku-guide.jp/wp-content/themes/isansouzoku-guide/assets/img/banner/article-banner-image--pc.svg);
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: 70px bottom;
  height: 140px;
}
.article-banner--pc .article-banner_main .article-banner_baloon {
  position: relative;
  top: -40px;
  left: 16px;
}
.article-banner--pc .article-banner_main .article-banner_baloon .balloon {
  position: relative;
  display: inline-block;
  background-color: #224C75;
  padding: 8px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.article-banner--pc .article-banner_main .article-banner_baloon .balloon::before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #224C75;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article-banner--pc .article-banner_main .article-banner_baloon .balloon p {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.article-banner--pc .article-banner_main .article-banner_message {
  margin: 0 40px;
  font-size: 18px;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_top span {
  font-weight: bold;
  color: #FE8506;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom > div {
  margin-right: 10px;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(1) {
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #224C75;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(2) {
  font-size: 24px;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(2) strong {
  font-size: 44px;
  font-family: "Roboto";
  color: #D2464C;
  background: none;
}
.article-banner--pc .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(3) {
  font-size: 18px;
}
.article-banner--pc .article-banner_main .article-banner_button {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #FC8359, #F97040);
  box-shadow: 0 8px 0 #B70E07;
  border: 1px solid #F97040;
  border-radius: 10px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  height: 88px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.2em;
}
.article-banner--pc .article-banner_main .article-banner_button:hover {
  text-decoration: none;
}
.article-banner--pc .article-banner_main .article-banner_button .footer-pc-button-left {
  font-size: 24px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--pc .article-banner_main .article-banner_button .footer-pc-button-center {
  font-size: 24px;
  font-weight: bold;
}
.article-banner--pc .article-banner_main .article-banner_button .footer-pc-button-right {
  font-size: 24px;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--pc .article-banner_main .article-banner_button:hover {
  position: relative;
  top: 8px;
  box-shadow: 0 0px 0 #B70E07;
}
.article-banner--pc .article-banner_footer {
  background-color: #4d2d22;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  padding: 10px 0;
}
.article-banner--pc .article-banner_footer .article-banner_footer_message span {
  font-weight: bold;
}
.article-banner--pc .article-banner_footer .article-banner_footer_phone {
  margin: 0 20px;
}
.article-banner--pc .article-banner_footer .article-banner_footer_phone a {
  font-family: "Roboto";
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--pc .article-banner_footer .article-banner_footer_phone a img {
  width: 20px;
  margin-right: 6px;
}
.article-banner--sp {
  border: 1px solid #ccc;
  padding: 30px 0 0 0;
  max-width: 340px;
}
.article-banner--sp .article-banner_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-banner--sp .article-banner_main .article-banner_baloon {
  margin-bottom: 30px;
}
.article-banner--sp .article-banner_main .article-banner_baloon .balloon {
  position: relative;
  display: inline-block;
  background-color: #224C75;
  padding: 8px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.article-banner--sp .article-banner_main .article-banner_baloon .balloon::before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #224C75;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article-banner--sp .article-banner_main .article-banner_baloon .balloon p {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.article-banner--sp .article-banner_main .article-banner_message {
  padding-bottom: 46px;
  background-image: url(https://isansouzoku-guide.jp/wp-content/themes/isansouzoku-guide/assets/img/banner/article-banner-image--sp.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_top span {
  font-weight: bold;
  color: #FE8506;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom > div {
  margin-right: 10px;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(1) {
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #224C75;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(2) {
  font-size: 24px;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(2) strong {
  font-size: 44px;
  font-family: "Roboto";
  color: #D2464C;
  background: none;
}
.article-banner--sp .article-banner_main .article-banner_message .article-banner_message_bottom > div:nth-child(3) {
  font-size: 18px;
}
.article-banner--sp .article-banner_main .article-banner_button {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #FC8359, #F97040);
  box-shadow: 0 8px 0 #B70E07;
  border: 1px solid #F97040;
  border-radius: 10px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  height: 50px;
  text-align: center;
}
.article-banner--sp .article-banner_main .article-banner_button:hover {
  text-decoration: none;
}
.article-banner--sp .article-banner_main .article-banner_button .footer-pc-button-left {
  font-size: 24px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--sp .article-banner_main .article-banner_button .footer-pc-button-center {
  font-size: 24px;
  font-weight: bold;
}
.article-banner--sp .article-banner_main .article-banner_button .footer-pc-button-right {
  font-size: 24px;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--sp .article-banner_main .article-banner_button:hover {
  position: relative;
  top: 8px;
  box-shadow: 0 0px 0 #B70E07;
}
.article-banner--sp .article-banner_footer {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-banner--sp .article-banner_footer .article-banner_footer_message span {
  font-weight: bold;
  color: #FE8506;
}
.article-banner--sp .article-banner_footer .article-banner_footer_phone a {
  font-family: "Roboto";
  color: #ff7e8a;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-banner--sp .article-banner_footer .article-banner_footer_phone a img {
  width: 30px;
  margin-right: 6px;
}
.article-banner--sp .article-banner_footer .article-banner_footer_hours {
  margin-top: 4px;
  color: #ff7e8a;
  font-size: 11px;
}
@media screen and (max-width: 1000px) {
  .article-banner--pc {
    display: none;
  }
  .article-banner--sp {
    display: block;
  }
}

.blog-cv-step__contact-heading {
  font-size: 28px;
  font-weight: bold;
  padding: 20px;
  color: #f08d18;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .blog-cv-step__contact-heading {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.blog-cv-step__contact {
  width: auto;
  margin: 25px 15px 0 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact {
    width: 590px;
    margin: 30px auto 0 auto;
  }
}
.blog-cv-step__contact-copy {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-copy {
    font-size: 13px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 359px) {
  .blog-cv-step__contact-copy {
    font-size: 10px;
    letter-spacing: -0.01em;
    padding: 0 6px;
  }
}
.blog-cv-step__contact-copy span {
  color: #F08D18;
}
.blog-cv-step__contact-copy::before, .blog-cv-step__contact-copy::after {
  border-left: 2px solid #333333;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-copy::before, .blog-cv-step__contact-copy::after {
    top: 0px;
    height: 19px;
  }
}
.blog-cv-step__contact-copy::before {
  left: 0;
  transform: rotate(-30deg);
}
.blog-cv-step__contact-copy::after {
  right: 0;
  transform: rotate(30deg);
}
.blog-cv-step__contact-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(45deg, #FDA43A, #F08D18);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
  height: 74px;
}
.blog-cv-step__contact-btn:hover {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-btn {
    height: 115px;
  }
}
.blog-cv-step__contact-btn > div {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-btn > div {
    margin-right: 25px;
  }
}
@media screen and (max-width: 359px) {
  .blog-cv-step__contact-btn > div {
    margin-right: 10px;
  }
}
.blog-cv-step__contact-btn::before {
  content: "";
  display: block;
  background-image: url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/navi/blog_cv_step_btn_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 115px;
  height: 80px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-btn::before {
    width: 180px;
    height: 125px;
    left: 10px;
  }
}
.blog-cv-step__contact-btn--form {
  background: #76a022;
  justify-content: center;
  font-size: 16px;
  height: auto;
  padding: 20px 10px;
}
.blog-cv-step__contact-btn--form i {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-btn--form {
    font-size: 20px;
  }
  .blog-cv-step__contact-btn--form br {
    display: none;
  }
}
.blog-cv-step__contact-btn--form::before {
  background: none;
  width: auto;
  height: auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-btn--form::before {
    width: auto;
    height: auto;
    left: auto;
  }
}
.blog-cv-step__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  z-index: 2;
  font-family: "Roboto";
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 5px;
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-tel {
    font-size: 56px;
  }
}
@media screen and (max-width: 359px) {
  .blog-cv-step__contact-tel {
    font-size: 26px;
  }
}
.blog-cv-step__contact-tel img {
  width: 36px;
  margin-top: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-tel img {
    width: 50px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 359px) {
  .blog-cv-step__contact-tel img {
    margin-top: 2px;
    width: 28px;
  }
}
.blog-cv-step__contact-business-hours {
  position: relative;
  font-size: 10px;
  z-index: 2;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-business-hours {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  .blog-cv-step__contact-business-hours {
    letter-spacing: -0.1em;
  }
}
.blog-cv-step__contact-know_more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F08D18;
  text-decoration: underline;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-know_more {
    font-size: 13px;
  }
}
.blog-cv-step__contact-know_more img {
  width: 15px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .blog-cv-step__contact-know_more img {
    width: 20px;
  }
}

#main_content .mc_inner .two_column .content_column .linkcard::before {
  content: "\e0e0  合わせて読みたい";
  font-family: "Material Icons";
  background-color: #ff7e8a;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 99999;
}
#main_content .mc_inner .two_column .content_column .linkcard {
  position: relative;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap {
  padding: 10px;
  background-color: white;
  border: 1px solid #ff7e8a;
  box-sizing: border-box;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap:hover {
  background-color: #fff4f5;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content {
  font-size: 18px !important;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail {
  max-width: 160px;
  width: 160px;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content .lkc-thumbnail .lkc-thumbnail-img {
  max-width: 160px;
  width: 160px;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content .lkc-title .lkc-title-text {
  font-size: 16px !important;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content .lkc-url {
  font-size: 16px !important;
  margin: 10px 0;
}
#main_content .mc_inner .two_column .content_column .linkcard .lkc-external-wrap .lkc-link .lkc-card .lkc-content .lkc-excerpt {
  font-size: 16px !important;
  line-height: 1.4em;
}

.tetsuzuki-fee-banner {
  color: #333;
  background-image: url(../images/shortcode/bg.png);
  padding-bottom: 10px;
  margin: 40px 0;
}
.tetsuzuki-fee-banner * {
  box-sizing: border-box;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_title {
  display: flex;
  border: none !important;
  margin: none !important;
  padding: none !important;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_title {
    font-size: 36px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_title::before {
  content: " ";
  width: 60px;
  height: 60px;
  background-image: url(../images/shortcode/operator@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_title::before {
    width: 80px;
    height: 80px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_title span {
  position: relative;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_title span::after {
  position: absolute;
  top: -4px;
  left: 35%;
  content: "";
  background-color: #FFE159;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_title span::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_title span::after {
    top: -2px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps {
    flex-direction: row;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step {
  border: 1px solid #86D1D1;
  background-color: white;
  padding: 6px 6px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step {
    flex: 1;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-notice {
  position: absolute;
  top: -15px;
  right: 40%;
  line-height: 1;
  background: white;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-notice::before {
  content: " ";
  width: 2px;
  height: 18px;
  background-color: #333;
  transform: rotate(-20deg);
  display: inline-block;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-notice {
    right: 40px;
    top: -15px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-notice::after {
  content: " ";
  width: 2px;
  height: 18px;
  background-color: #333;
  transform: rotate(20deg);
  display: inline-block;
  position: relative;
  top: 3px;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-top {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-top {
    text-align: left;
    font-size: 16px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-top span {
  padding: 0px 10px;
  color: white;
  font-weight: bold;
  font-family: "Roboto";
  font-size: 16px;
  background-color: #86D1D1;
  display: inline-block;
  margin-right: 10px;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-bottom {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .step .step-bottom {
    font-size: 13px;
    text-align: left;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .arrow::before {
  content: "\e5cc";
  font-family: "Material Icons";
  display: block;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_steps .arrow::before {
    transform: rotate(0deg);
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  font-size: 22px !important;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee h4 {
    font-size: 26px !important;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee h4::before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url(../images/shortcode/yen.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus {
    margin: 0 80px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 0;
  border: 1px solid #86D1D1;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .label {
  width: 55%;
  text-align: right;
  border-right: 3px solid #86D1D1;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .label {
    font-size: 20px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee {
  width: 45%;
  text-align: left;
  font-family: "Roboto";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee {
    font-size: 30px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee span {
  font-size: 14px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee span {
    font-size: 20px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee-small {
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .menus .menu .fee-small {
    font-size: 20px;
    height: 56px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_fee .note {
  text-align: center;
  font-size: 12px;
  margin: 6px 0;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .message {
  text-align: center;
  color: white;
  margin: 20px 0 0 0;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .message span {
  padding: 0px 10px;
  background-color: #86D1D1;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .message span {
    font-size: 30px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .arrow {
  text-align: center;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .arrow::before {
  content: "\ea50";
  font-family: "Material Icons";
  transform: rotate(90deg);
  display: inline-block;
  font-size: 30px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_message .arrow::before {
    font-size: 60px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_message--new {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new {
    flex-direction: row;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left {
    width: 49%;
    margin-right: 2%;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone {
  height: 108px;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone:hover {
  position: relative;
  top: 2px;
  box-shadow: 0 0px 0 #a12c34;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone img {
  width: 40px;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone p {
  padding: 0 !important;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone p.txt_number {
  font-size: 22px !important;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone p.txt_number > strong {
  background: none !important;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_left .cta-btn-phone p.txt_info {
  font-size: 11px !important;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right {
    width: 49%;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F08D18;
  box-shadow: 0 4px 0 #895921;
  border: 1px solid #F08D18;
  border-radius: 10px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 10px 0;
  height: 108px;
  font-size: 22px;
}
@media screen and (min-width: 480px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a {
    font-size: 26px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a:hover {
  position: relative;
  top: 2px;
  box-shadow: 0 0px 0 #895921;
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a::before {
  content: "\e0be";
  font-family: "Material Icons";
  font-size: 28px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a::before {
    font-size: 26px;
  }
}
.tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a::after {
  content: "\f182";
  font-family: "Material Icons";
  transform: rotate(90deg);
  font-size: 28px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner .tetsuzuki-fee-banner_cv--new .tetsuzuki-fee-banner_cv_right a::after {
    font-size: 26px;
  }
}

.tetsuzuki-fee-banner-small {
  color: #333;
  background-image: url(../images/shortcode/bg.png);
  padding-bottom: 10px;
  margin: 40px 0;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_title {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: bold;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_title span {
  position: relative;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_title span::after {
  position: absolute;
  top: -10px;
  left: 35%;
  content: "";
  background-color: #FFE159;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_title span::after {
    top: -10px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 640px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_title span::after {
    top: -8px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus {
    margin: 0 80px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 0;
  border: 1px solid #86D1D1;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .label {
  width: 55%;
  text-align: right;
  border-right: 3px solid #86D1D1;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .label {
    font-size: 16px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .fee {
  width: 45%;
  text-align: left;
  font-family: "Roboto";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .fee {
    font-size: 20px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .fee span {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .menus .menu .fee span {
    font-size: 14px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .note {
  text-align: center;
  font-size: 12px;
  margin: 6px 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_fee .note {
    margin: 6px 10px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv {
  background-color: white;
  margin: 0 10px;
  margin-top: 20px;
  padding: 10px;
  border: 3px solid #86D1D1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv {
    margin: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv {
    flex-direction: row;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_message {
  text-align: center;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_message .message {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_message .message {
    font-size: 20px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_message .message-sub {
  font-size: 11px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  flex: 1;
  padding: 10px;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right {
    width: auto;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .top > div {
  flex: 1;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle {
  width: 100%;
  margin-bottom: 14px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a {
  color: white;
  display: flex;
  background: #F08D18;
  box-shadow: 0 4px 0 #895921;
  border: 1px solid #F08D18;
  border-radius: 10px;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a {
    padding: 0px 4px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a {
    padding: 10px 0;
    font-size: 20px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner::after {
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid #fff;
  content: "無料";
  font-weight: bold;
  margin: 12px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner::after {
    font-size: 13px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner > div {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner > div {
    font-size: 18px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner > div span {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a .inner > div span {
    font-size: 14px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a:hover {
  position: relative;
  top: 2px;
  box-shadow: 0 0px 0 #895921;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a::before {
  content: "\e0be";
  font-family: "Material Icons";
  font-size: 40px;
  margin: 0 12px;
}
@media screen and (max-width: 600px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a::before {
    font-size: 24px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a::after {
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 40px;
  margin: 0 12px;
}
@media screen and (max-width: 600px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle a::after {
    display: none;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel {
  width: 100%;
  margin-bottom: 4px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a {
  font-family: "Roboto";
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F08D18;
  box-shadow: 0 4px 0 #895921;
  border: 1px solid #F08D18;
  border-radius: 10px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a {
    padding: 0px 4px;
  }
}
@media screen and (max-width: 400px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a {
    font-size: 32px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a:hover {
  position: relative;
  top: 2px;
  box-shadow: 0 0px 0 #895921;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a .info {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a .info {
    font-size: 12px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a .tel::before {
  content: "\e0b0";
  font-family: "Material Icons";
  font-size: 20px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .middle--tel a .tel::before {
    font-size: 28px;
  }
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .bottom {
  text-align: center;
  font-size: 12px;
}
.tetsuzuki-fee-banner-small .tetsuzuki-fee-banner_cv .tetsuzuki-fee-banner_cv_right .bottom a {
  color: #F08D18;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
}