@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;
}

/*_layout-pcと_layout-sp*/
/* --------------------------------------- 一覧ページメイン部分（200709改修） --------------------------------------- */
.wrap_main {
  background: #e8f5fc;
  color: #232b39;
  margin-bottom: 20px;
  padding: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .wrap_main {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(535px, #e8f5fc), color-stop(0, transparent));
    background: linear-gradient(#e8f5fc 535px, transparent 0);
    padding: 20px 0;
  }
}
.wrap_main .ttl_main {
  background: transparent url(../images/img_op_02.png) no-repeat 88% 10px;
  background-size: 34%;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: 36px 10px 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl_main {
    background: transparent url(../images/img_op.png) no-repeat 460px 20px;
    background-size: 36%;
    font-size: 48px;
    line-height: 1.65;
    padding: 48px 0 60px;
    width: 820px;
  }
}
.wrap_main .ttl_main > strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0, #ffff98));
  background: linear-gradient(transparent 75%, #ffff98 0);
}
.wrap_main .ttl_main span {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl_main span {
    font-size: 36px;
  }
}
.wrap_main .wrap_cv {
  background: #fff;
  border: 1px solid #f08d18;
  box-sizing: border-box;
  margin: 0 8px 10px;
  padding: 12px 8px 12px;
  width: calc(100% - 16px);
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv {
    margin: 0 auto 24px;
    padding: 20px 0 28px;
    width: 980px;
  }
}
.wrap_main .wrap_cv .txt_contact {
  color: #f08d18;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .txt_contact {
    font-size: 24px;
    margin: 0 0 18px;
  }
}
.wrap_main .wrap_cv .area_cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .area_cv {
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 920px;
  }
}
.wrap_main .wrap_cv .box_btn {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .box_btn {
    width: 400px;
  }
}
.wrap_main .wrap_cv .btn_phone {
  align-items: center;
  background: #fff;
  border: solid 1px #e63946;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #e63946;
  display: flex;
  flex-wrap: nowrap;
  height: 62px;
  justify-content: flex-start;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_phone {
    height: 80px;
    margin-bottom: 10px;
  }
}
.wrap_main .wrap_cv .btn_phone:hover {
  text-decoration: none;
}
.wrap_main .wrap_cv .btn_phone .material-icons {
  background: #e63946;
  border-radius: 8px 0 0 8px;
  color: #fff;
  display: block;
  font-size: 36px;
  height: 62px;
  line-height: 62px;
  width: 18%;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_phone .material-icons {
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    width: 14%;
  }
}
.wrap_main .wrap_cv .btn_phone .txt_inner {
  background: #fff;
  border-radius: 0 8px 8px 0;
  padding: 7px 0;
  width: 86%;
}
.wrap_main .wrap_cv .btn_phone .txt_number {
  font-family: Roboto, "Helvetica Neue", Arial;
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_phone .txt_number {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
.wrap_main .wrap_cv .btn_phone .txt_info {
  color: #232b39;
  font-size: 0.6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_phone .txt_info {
    font-size: 14px;
  }
}
.wrap_main .wrap_cv .btn_form {
  align-items: center;
  background: linear-gradient(to bottom, #77cdfa, #1ba0e5);
  border: solid 1px #1ba0e5;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.wrap_main .wrap_cv .btn_form .txt_inner {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  height: 42px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form .txt_inner {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form .txt_inner span {
    font-size: 24px;
  }
}
.wrap_main .wrap_cv .btn_form .material-icons {
  font-size: 32px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form .material-icons {
    font-size: 48px;
  }
}
.wrap_main .wrap_cv .btn_form:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .box_arrow {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background: #fff;
    border: solid 1px #2e3858;
    line-height: 2;
    margin: 0 auto 24px;
    text-align: center;
    width: 280px;
  }
  .wrap_main .wrap_cv .box_arrow:after, .wrap_main .wrap_cv .box_arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .wrap_main .wrap_cv .box_arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .wrap_main .wrap_cv .box_arrow:before {
    border-color: rgba(12, 53, 137, 0);
    border-top-color: #2e3858;
    border-width: 11px;
    margin-left: -11px;
  }
}
.wrap_main a {
  text-decoration: none;
}

/* リストページ調整（200709改修） */
header.list_header {
  border-bottom: 3px solid #f08d18;
  height: 54px;
}
header.list_header .tel {
  top: 0;
}
header.list_header .toggle_menu {
  margin: 0 15px 0 0;
}

.main_content.list_content {
  margin-top: 54px;
}
.main_content.list_content .list_breadcrumb {
  align-items: center;
  color: #232b39;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.6rem;
  justify-content: flex-start;
  overflow-x: scroll;
  padding-left: 20px;
}
.main_content.list_content .list_breadcrumb_item {
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  position: relative;
  white-space: nowrap;
}
.main_content.list_content .list_breadcrumb_item::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 0px;
  border-top: solid 1px #eee;
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  top: 2px;
  right: -10px;
}
.main_content.list_content .list_breadcrumb_item::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 0px;
  border-right: solid 1px #eee;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 9px;
  right: -10px;
}
.main_content.list_content .list_breadcrumb_item > a {
  color: #232b39;
  text-decoration: none;
}
.main_content.list_content .list_breadcrumb .material-icons {
  content: "";
  color: #666;
  font-size: 15px;
  position: absolute;
  top: 6px;
  left: -12px;
}

/*list-pc,list-sp*/
/*
Theme Name: isan_souzoku_navi
Description: original theme for site
Version: 2.0（2020 update)
*/
/* 読み物ページ */
.read_copy h2 {
  margin-bottom: 15px;
}
.read_copy .text_block {
  margin: 15px 0;
  padding: 0 15px;
}
.read_copy .text_block .img {
  margin-bottom: 15px;
  text-align: center;
}
.read_copy .text_block p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 21px;
}
.read_copy .text_block *:last-child {
  margin-bottom: 0;
}

/* ページャー */
.pager {
  width: 290px;
  margin: 0 auto;
}
.pager .page_counter {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: #27b9c8;
}
.pager .page_counter span.bk {
  color: #555;
  font-weight: normal;
}
.pager ul {
  margin: 0 -5px 15px 0;
  position: relative;
  overflow: hidden;
}
.pager ul li {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  color: #26b9c9;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  background-color: #f5f5f5;
  text-align: center;
  float: left;
}
.pager ul li:last-child {
  margin-right: 0;
}
.pager ul li a {
  height: 100%;
  color: #26b9c9;
  text-decoration: none;
  display: block;
}
.pager ul li.on {
  color: #fff;
  background-color: #26b9c9;
}
.pager ul li.prev {
  width: 58px;
  padding-left: 25px;
  font-size: 10px;
  background: url(../images/sp/common_images/pager_prev_bg.gif) left center no-repeat #eefafa;
  background-size: 17px 35px;
}
.pager ul li.next {
  width: 58px;
  padding-right: 25px;
  font-size: 10px;
  background: url(../images/sp/common_images/pager_next_bg.gif) right center no-repeat #eefafa;
  background-size: 17px 35px;
}
.pager ul li.prev20150904 {
  width: 30px;
  padding-left: 15px;
  font-size: 15px;
  background: url(../images/sp/common_images/pager_prev_bg.gif) left center no-repeat #eefafa;
  background-size: 17px 35px;
}
.pager ul li.next20150904 {
  width: 30px;
  padding-right: 15px;
  font-size: 15px;
  background: url(../images/sp/common_images/pager_next_bg.gif) right center no-repeat #eefafa;
  background-size: 17px 35px;
}

/*-----------------------------------------
TOP
-----------------------------------------*/
.top_search_links ul {
  margin: 15px 0 15px 15px;
  position: relative;
  overflow: hidden;
}
.top_search_links ul li {
  margin: 0 10px 10px 0;
  float: left;
}

/*-----------------------------------------
detail
-----------------------------------------*/
#detail .map {
  margin: 15px 15px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f1ea;
  text-align: center;
}
#detail .map.simply {
  border-bottom: none;
}
#detail .caution {
  margin: 0 15px 10px;
  font-size: 14px;
  line-height: 19px;
}
#detail .detail__userSupervised {
  margin: 0 0px 20px;
  padding: 10px 15px;
  background: #f5f7f9;
  color: #2e3858;
  font-size: 18px;
}
#detail .detail__supervisedDetail {
  margin: 0 0 20px 0;
  border: 5px solid #f5f7f9;
}
#detail .detail__supervisedLink {
  padding: 10px;
  border-bottom: 1px solid #f5f7f9;
}
#detail .user-supervised {
  padding-bottom: 30px;
  overflow: hidden;
}
#detail .user-supervised .hide {
  display: none;
}
#detail .user-supervised .buttons {
  text-align: center;
  margin-bottom: 50px;
}
#detail .user-supervised .button {
  font-size: 15px;
  padding: 14px 58px;
  border: solid 2px #26b9c8;
  background-color: #ffffff;
  text-align: center;
  color: #26b9c8;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
  margin: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: inline-flex;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: center;
  justify-content: center;
}
#detail .user-supervised .button:hover, #detail .user-supervised .button.active {
  background-color: #26b9c8;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #detail .user-supervised .button {
    font-size: 1rem;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#detail .detail__supervisedLink {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
#detail .detail__supervisedLink:hover {
  opacity: 0.8;
}
#detail .detail__supervisedLink .detail__supervisedThumnail {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
#detail .detail__supervisedLink p {
  display: block;
  line-height: 1.6;
}
#detail .detail__supervisedLink .detail__supervisedMoreButton {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  right: 10px;
  bottom: 8px;
  padding: 5px 8px;
  font-size: 10px;
  background-color: #2e3958;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}
#detail .detail__supervisedLink .detail__supervisedMoreButton:after {
  content: " »";
}
#detail .detail {
  padding: 30px 15px;
}
#detail .detail__thumbnail {
  float: left;
  margin: 0 20px 25px 0;
}
#detail .detail__thumbnailImage {
  width: 120px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#detail .detail__thumbnailImage:first-child {
  margin-bottom: 0;
}
#detail .detail__access {
  padding: 0 0 30px 0;
}
#detail .detail__accessMap {
  margin: 0 0 24px 0;
  width: 100%;
  height: 280px;
}

/*-----------------------------------------
error
-----------------------------------------*/
#error .icon {
  margin: 60px auto 15px;
  text-align: center;
}
#error .reason_copy {
  margin-bottom: 30px;
  padding: 25px 15px;
  background-color: #f5f1ea;
}
#error .reason_copy h2 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
}
#error .reason_copy .copy {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.reason_copy ul li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

#error .btns {
  padding: 0 0 5px;
  margin: 0 -10px 20px 15px;
  position: relative;
  overflow: hidden;
}
#error .btns li {
  width: 140px;
  height: 40px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #ff8d52;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #d56f32;
}
#error .btns li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/*-----------------------------------------
insert
-----------------------------------------*/
#insert .top_copy {
  padding: 15px;
  font-size: 14px;
  line-height: 23px;
}
#insert .btn_subsc {
  height: 70px;
  margin: 0 15px 15px;
  font-size: 21px;
  line-height: 70px;
  text-align: center;
  background-color: #ff8d52;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #d56f32;
}
#insert .btn_subsc:last-child {
  margin-bottom: 20px;
}
#insert .btn_subsc a {
  color: #fff;
  text-decoration: none;
  display: block;
}

div.merit {
  margin: 0 auto 15px;
  text-align: center;
}

#insert .flow {
  margin: 20px 15px;
}
#insert .flow li {
  min-height: 55px;
  padding: 15px 15px 15px 82px;
  font-size: 12px;
  line-height: 17px;
  background-color: #f5f1ea;
  background-position: 10px 15px;
  background-repeat: no-repeat;
}
#insert .flow li.step01 {
  background-image: url(../images/sp/images/icon_step01.png);
  background-size: 55px 55px;
}
#insert .flow li.step02 {
  background-image: url(../images/sp/images/icon_step02.png);
  background-size: 55px 55px;
}
#insert .flow li.step03 {
  background-image: url(../images/sp/images/icon_step03.png);
  background-size: 55px 55px;
}
#insert .flow li.step04 {
  background-image: url(../images/sp/images/icon_step04.png);
  background-size: 55px 55px;
}
#insert .flow li h4 {
  margin-bottom: 10px;
}
#insert .flow li.arrow {
  height: 30px;
  min-height: 0;
  padding: 0;
  background: url(../images/sp/images/bg_flow_arrow.gif) center center no-repeat #fff;
  background-size: 15px 9px;
}

/*-----------------------------------------
form
-----------------------------------------*/
#fname,
#name,
#fname_kana,
#name_kana,
#address {
  width: 230px;
}

#zip {
  width: 105px;
  margin-right: 5px;
}

#mail_form #zip_auto {
  width: 118px;
  height: 32px;
  padding: 0;
  font-size: 10px;
  color: #434343;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #d9d9d9;
}

#tel_number,
#mobile_number,
#mail_address,
#time {
  width: 260px;
}

#inquiry {
  width: 260px;
  height: 120px;
  padding: 15px;
  resize: none;
  font-size: 14px;
  line-height: 18px;
  border: none;
  box-shadow: 0 1px 2px 0 #eee inset;
}

#form .center_caution {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

/*東証ロゴ追加（160301）*/
.info-jpx {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}
.info-jpx strong {
  color: #eb6877;
  font-weight: bold;
  font-size: 15px;
}
.info-jpx span {
  font-size: 13px;
}

.logo-jpx {
  width: 40px;
}

.banner {
  padding: 10px 0;
  border-top: 2px solid #f5f1ea;
  border-bottom: 2px solid #f5f1ea;
  margin: 5px 0;
}
.banner .banner_img {
  float: left;
  margin: 0px 5px;
}
.banner .banner_img img {
  width: 50px;
  padding: 0 5px;
}
.banner .banner_text {
  margin: 0 10px;
  line-height: 1.3;
  font-size: 14px;
}
.banner .banner_text .banner_link {
  text-align: right;
  margin: 5px 5px 0;
}

#topic_path ul {
  margin: 0;
}

#form .caution-top {
  color: #f64747;
  margin: 5px 15px 0;
  font-size: 14px;
  line-height: 21px;
}
#form .caution {
  margin: 5px 15px;
  font-size: 14px;
  line-height: 21px;
}

#mail_form {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f8f5f0;
}
#mail_form li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#mail_form h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  vertical-align: middle;
}
#mail_form h3 span {
  margin-left: 8px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  background-color: #f64747;
  display: inline-block;
}
#mail_form input {
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 12px;
  color: #555;
  line-height: 35px;
  border: none;
  box-shadow: 0 1px 2px 0 #eee inset;
}

#fname,
#name,
#fname_kana,
#name_kana,
#address {
  width: 230px;
}

#zip {
  width: 105px;
  margin-right: 5px;
}

#mail_form #zip_auto {
  width: 118px;
  height: 32px;
  padding: 0;
  font-size: 10px;
  color: #434343;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #d9d9d9;
}

#tel_number,
#mobile_number,
#mail_address,
#time {
  width: 260px;
}

#inquiry {
  width: 260px;
  height: 120px;
  padding: 15px;
  resize: none;
  font-size: 14px;
  line-height: 18px;
  border: none;
  box-shadow: 0 1px 2px 0 #eee inset;
}

#form .center_caution {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.error_message,
.error___ {
  color: #bf0721;
  line-height: 20px;
  text-align: center;
  display: none;
  font-weight: bold;
}

#error_message {
  color: #bf0721;
  line-height: 20px;
  text-align: center;
  display: none;
  font-weight: bold;
  padding: 0;
  border: 2px solid #bf0721;
}

.error_message {
  padding-left: 0px !important;
  padding-right: 0;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  border: none;
}

#error .icon {
  margin: 60px auto 15px;
  text-align: center;
}
#error .reason_copy {
  margin-bottom: 30px;
  padding: 25px 15px;
  background-color: #f5f1ea;
}
#error .reason_copy h2 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
}
#error .reason_copy .copy {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.reason_copy ul li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

#error .btns {
  padding: 0 0 5px;
  margin: 0 -10px 20px 15px;
  position: relative;
  overflow: hidden;
}
#error .btns li {
  width: 140px;
  height: 40px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #ff8d52;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #d56f32;
}
#error .btns li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.top_search_links ul {
  margin: 15px 0 5px 15px;
  position: relative;
  overflow: hidden;
}
.top_search_links ul li {
  margin: 0 10px 10px 0;
  float: left;
}

div.merit {
  margin: 0 auto 15px;
  text-align: center;
}

#knowledge .copy {
  padding: 15px;
  font-size: 14px;
  line-height: 21px;
}
#knowledge ul.index_list {
  margin-bottom: 5px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
#knowledge ul.index_list li {
  margin-bottom: 10px;
}

#qanda .sub_title {
  margin: 5px 0 5px 15px;
}
#qanda .qa_block {
  margin-bottom: 15px;
  padding: 10px 15px 15px;
  background-color: #f8f5f0;
}
#qanda .qa_block.answer_page {
  background-color: #f5f5f5;
}
#qanda .question {
  margin-bottom: 5px;
}
#qanda .question_header {
  min-height: 42px;
  background-size: 42px 42px;
}
#qanda .question_header h3 {
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
#qanda .question_header h3 span {
  width: 30px;
  margin-left: -30px;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  color: #2e3858;
  display: inline-block;
}
#qanda .question_header .name {
  font-size: 12px;
  line-height: 21px;
}
#qanda .question .copy {
  font-size: 14px;
  line-height: 21px;
}
#qanda .answer_list {
  padding: 0 0 5px;
}
#qanda .answer_list li {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
}
#qanda .answer_list li:last-child {
  margin-bottom: 0;
}
#qanda .answer_list li .name {
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 21px;
}
#qanda .answer_list li .name span {
  width: 30px;
  margin-left: -30px;
  margin-right: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  color: #ed882c;
  position: relative;
  top: 4px;
  display: inline-block;
}
#qanda .answer_list li .name a {
  text-decoration: none;
}
#qanda .answer_list li .copy {
  font-size: 14px;
  line-height: 21px;
}
#qanda .categories {
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #fff;
}
#qanda .categories h4 {
  float: left;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
}
#qanda .answer_count {
  font-size: 14px;
  line-height: 22px;
  color: #0263b5;
  text-align: right;
}
#qanda .categories .more {
  padding-left: 22px;
  font-size: 14px;
  line-height: 22px;
  background: url(../images/sp/common_images/icon_list_tri.png) left center no-repeat;
  background-size: 17px 17px;
  float: right;
}
#qanda .categories ul {
  clear: both;
  display: inline;
  position: absolute;
}
#qanda .categories ul li {
  width: 52px;
  margin: 0 0 0 5px;
  padding: 0 4px;
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  text-align: center;
  float: left;
  background-color: #f08d18;
}
#qanda .categories ul li a {
  text-decoration: none;
  color: whtie;
}
#qanda .category_list {
  width: 45%;
  float: left;
  z-index: 10;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
#qanda .category_list ul {
  height: 40px;
  position: relative;
  transition: height 300ms ease-out;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -ms-transition: height 300ms ease-out;
}
#qanda .category_list ul.on {
  height: 440px;
}
#qanda .category_list li {
  line-height: 40px;
  background: #2e3858;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  display: none;
}
#qanda .category_list li.on {
  background: #2e3858;
  cursor: pointer;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
#qanda .category_list li.on::after {
  content: "unfold_more";
  color: #fff;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  background: #2e3858;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 18px;
  right: 3px;
  line-height: 1;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#qanda .category_list li a {
  background: #2e3858;
  color: #fff;
  text-decoration: none;
  display: block;
}
#qanda .category_sort_list {
  width: 40%;
  float: right;
  margin-bottom: 15px;
  padding: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#qanda .category_sort_list ul {
  height: 40px;
  position: relative;
  transition: height 300ms ease-out;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -ms-transition: height 300ms ease-out;
}
#qanda .category_sort_list ul.on {
  height: 80px;
}
#qanda .category_sort_list li {
  padding-left: 21px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  background-color: #2e3858;
  position: relative;
  display: none;
}
#qanda .category_sort_list li:first-child::after {
  content: "unfold_more";
  color: #fff;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  background: #2e3858;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 18px;
  right: 3px;
  line-height: 1;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#qanda .category_sort_list li.on {
  background: #2e3858;
  cursor: pointer;
  display: block;
  position: relative;
}
#qanda .category_sort_list li.on::after {
  content: "unfold_more";
  color: #fff;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  background: #2e3858;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 18px;
  right: 3px;
  line-height: 1;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#qanda .category_sort_list li a {
  background: #2e3858;
  color: #fff;
  text-decoration: none;
}
#qanda .category_sort_list.on li {
  display: block;
  background: #2e3858 !important;
}
#qanda .category_list.on li {
  display: block;
  background: #2e3858 !important;
}
#qanda .question_list {
  margin-bottom: 5px;
}
#qanda .question_list > li {
  padding: 15px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #fff;
}
#qanda .question_list > li:last-child {
  border-bottom: none;
}

.sub_title {
  color: #2e3858;
  margin: 20px 0 !important;
  padding-left: 15px;
  font-size: 16px;
  line-height: 19px;
}

#search .btn_change {
  height: 45px;
  margin: 15px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  background-color: #f5f5f5;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #d9d9d9;
}
#search .btn_change a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}

.fix-btn {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.6);
}

fix-btn .linetab {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.fix-btn .linetab p {
  display: table-cell;
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.fix-btn .linetab p a {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #cfc6af;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fff, #f2eee5);
  background: -webkit-linear-gradient(top, #fff, #f2eee5);
}

.submit_btn_wrapper {
  position: relative;
}

.ajax-loader {
  position: absolute;
  top: 1px;
}

.wpcf7-submit {
  display: block;
  width: 190px;
  height: 60px;
  background: linear-gradient(45deg, #f8a749, #f6933b);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 40px auto;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  margin: 0px 0 20px 0;
}

.ajax-loader {
  display: none;
}


/*_spのコピー*/
@media screen and (min-width: 768px) {
  #banner_list li {
    margin-bottom: 10px;
  }
  #banner_list li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /*-----------------------------------------
  TOP
  -----------------------------------------*/
  /*誘導バナー*/
  .block__bnr {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .block__bnr img {
    display: block;
    width: 100%;
  }
  #nav-img {
    height: 54px;
    margin-bottom: -14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    *zoom: 1;
  }
  #nav-img li {
    float: left;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #nav-img li img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #nav-img li:first-child {
    margin-right: 10px;
  }
  #nav-img li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #nav-img li.on img {
    margin-top: -54px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #qanda_update,
  #qanda_ranking {
    margin: 20px 0 30px 0;
  }
  #qanda_update:first-child,
  #qanda_ranking:first-child {
    border-top: none;
  }
  #recommend_update {
    margin-bottom: 20px;
  }
  #qanda_update .title {
    position: relative;
  }
  #qanda_update .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";
  }
  /*-----------------------------------------
  detail
  -----------------------------------------*/
  #detail .map {
    width: 726px;
    height: 550px;
    margin-bottom: 30px;
  }
  #detail .content_column .caution {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  #detail .detail__userSupervised {
    margin: 0 0 30px 0;
    padding: 0 12px;
    height: 50px;
    background: #f5f7f9;
    color: #2e3858;
    font-size: 24px;
    line-height: 50px;
  }
  #detail .detail__supervisedDetail {
    margin: 0 0 30px 0;
    border: 5px solid #f5f7f9;
  }
  #detail .detail__supervisedLink {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #f5f7f9;
  }
  #detail .side_column {
    position: relative;
    padding-top: 150px;
    width: 245px !important;
  }
  #detail .detail {
    padding: 20px 41px 20px 20px;
  }
  #detail .detail__thumbnail {
    float: left;
    margin: 0 30px 50px 0;
  }
  #detail .detail__thumbnailImage {
    width: 320px;
    margin-bottom: 20px;
  }
  #detail .detail__thumbnailImage:first-child {
    margin-bottom: 0;
  }
  #detail .detail__access {
    padding: 0 0 50px 0;
  }
  #detail .detail__accessMap {
    margin: 0 0 30px 0;
    width: 100%;
    height: 480px;
  }
  #detail .user-supervised .hide {
    display: none;
  }
  #detail .user-supervised .buttons {
    text-align: center;
    margin-bottom: 50px;
  }
  #detail .user-supervised .button {
    font-size: 15px;
    padding: 14px 58px;
    border: solid 2px #26b9c8;
    background-color: #ffffff;
    text-align: center;
    color: #26b9c8;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease-in-out;
    margin: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #detail .user-supervised .button:hover, #detail .user-supervised .button.active {
    background-color: #26b9c8;
    color: #ffffff;
  }
  /*-----------------------------------------
  error
  -----------------------------------------*/
  /*-----------------------------------------
  insert
  -----------------------------------------*/
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #detail .user-supervised .button {
    font-size: 1rem;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #detail .detail__supervisedLink {
    position: relative;
    text-decoration: none;
    color: #333;
  }
  #detail .detail__supervisedLink:hover {
    opacity: 0.8;
    transition: all 0.15s ease-in-out;
  }
  #detail .detail__supervisedLink .detail__supervisedThumnail {
    width: 150px;
    min-width: 150px;
    height: 100px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #detail .detail__supervisedLink p {
    display: block;
    line-height: 1.6;
  }
  #detail .detail__supervisedLink .detail__supervisedMoreButton {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    right: 20px;
    bottom: 20px;
    padding: 8px 12px;
    font-size: 14px;
    border: solid 2px #2e3958;
    background-color: #ffffff;
    text-align: center;
    color: #2e3958;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease-in-out;
  }
  #detail .detail__supervisedLink .detail__supervisedMoreButton:hover {
    background-color: #2e3958;
    color: #ffffff;
  }
  #detail .detail__supervisedLink .detail__supervisedMoreButton:after {
    content: " »";
  }
  #error .content_column h2 {
    margin: 110px 0 35px;
    text-align: center;
  }
  #error .content_column .error_copy {
    margin-bottom: 30px;
    padding: 20px 20px 20px 100px;
    background-color: #f5f1ea;
  }
  #error .error_copy h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }
  #error .error_copy .copy {
    font-size: 14px;
    line-height: 24px;
  }
  .error_copy ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #error .content_column .btns {
    margin-bottom: 30px;
    text-align: center;
  }
  #error .content_column .btns p {
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #error .content_column .btns p a:hover img {
    margin-top: -50px;
  }
  #insert .bar_header {
    margin-bottom: 30px;
  }
  #insert .copy {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  #insert .caution {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }
  #insert .btn {
    height: 50px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #insert .btn.end_column {
    margin-bottom: 0;
  }
  #insert .btn a:hover img {
    margin-top: -50px;
  }
  #insert .merit_btns {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #insert .merit_btns li {
    margin-left: 18px;
    float: left;
  }
  #insert .merit_btns li:first-child {
    margin-left: 0;
  }
  #insert .chart {
    margin-bottom: 30px;
  }
  #insert .chart li {
    padding: 20px 0 0 0;
    background-color: #f5f1ea;
  }
  #insert .chart li.step01 {
    background: url(../images/insert/step01_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step02 {
    background: url(../images/insert/step02_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step03 {
    background: url(../images/insert/step03_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step04 {
    padding-bottom: 5px;
    background: url(../images/insert/step04_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart p.step {
    margin: 0 20px 15px 130px;
  }
  #insert .chart p.copy {
    margin: 0 20px 25px 130px;
  }
  .info-jpx {
    font-size: 15px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 0;
  }
  .info-jpx strong {
    color: #eb6877;
  }
  .logo-jpx {
    width: 40px;
  }
  #detail .banner {
    padding: 10px 0;
    border-top: 2px solid #f5f1ea;
    border-bottom: 2px solid #f5f1ea;
    margin: 5px 0;
  }
  #detail .banner .banner_img {
    float: left;
    margin: 0px 5px;
  }
  #detail .banner .banner_img img {
    width: 50px;
    padding: 0 5px;
  }
  #detail .banner .banner_text {
    margin: 0 10px;
    line-height: 1.3;
    font-size: 14px;
  }
  #detail .banner .banner_text .banner_link {
    text-align: right;
    margin: 5px 5px 0;
  }
  ul.list li a {
    text-decoration: none;
  }
  .border_header {
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  .border_header span {
    height: 30px;
    position: absolute;
    top: 8px;
    right: 20px;
    overflow: hidden;
    *zoom: 1;
  }
  .border_header span a:hover img {
    position: relative;
    top: -30px;
  }
  .txt-block {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .content_column h2 {
    margin-bottom: 30px;
  }
  #contact .content_column .caution {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  #mail_form {
    width: 686px;
    margin-bottom: 30px;
    padding: 0 20px;
    background-color: #f5f1ea;
  }
  #mail_form li {
    border-top: 4px solid #fff;
  }
  #mail_form li.span_border, #mail_form li:first-child {
    border-top: none;
  }
  #mail_form h3 {
    width: 186px;
    padding: 35px 0 20px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    float: left;
  }
  #mail_form h3 span {
    margin-left: 10px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    background-color: #f64747;
    vertical-align: middle;
    display: inline-block;
  }
  #mail_form div {
    width: 706px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  #mail_form .span_border div {
    margin-left: 186px;
    padding-top: 0;
  }
  #mail_form div label {
    width: 30px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }
  #mail_form div input[type=text] {
    width: 200px;
    height: 40px;
    margin-left: 0;
    border: 1px solid #e7e6e6;
    box-sizing: border-box;
    padding: 20px;
  }
  #mail_form div input[type=email] {
    padding: 20px;
  }
  #mail_form div textarea {
    width: 436px;
    height: 170px;
    margin-left: 0;
    padding: 10px;
    resize: none;
    border: 1px solid #e7e6e6;
  }
  #fname,
  #fname_kana,
  #sei,
  #sei_kana {
    margin-right: 20px;
  }
  #mail_form #fname,
  #mail_form #name,
  #mail_form #fname_kana,
  #mail_form #name_kana,
  #mail_form #address,
  #mail_form #zip01 {
    margin-left: 0;
  }
  #mail_form #address,
  #mail_form #mail,
  #mail_form #time {
    width: 460px;
  }
  #mail_form #zip01 {
    width: 100px;
    margin-right: 10px;
  }
  #mail_form #zip02 {
    width: 100px;
    margin-left: 10px;
  }
  #mail_form #zip_auto {
    width: 190px;
    height: 40px;
    margin-right: 20px;
    border: none;
    background: url(../images/contact/btn_zip_auto.gif) left top no-repeat;
    float: right;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #zip_auto:hover {
    background-position: left -40px;
  }
  #contact .center_caution {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  #btn_submit {
    width: 190px;
    height: 50px;
    margin: 0 auto;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/contact/btn_submit.gif) left top no-repeat;
    display: block;
  }
  #btn_submit:hover {
    background-position: left -50px;
  }
  .txt-f64747 {
    color: #f64747;
    line-height: 22px;
  }
  .error_message,
  .error___ {
    color: #bf0721;
    line-height: 20px;
    text-align: center;
    display: none;
    font-weight: bold;
  }
  #error_message {
    color: #bf0721;
    line-height: 20px;
    text-align: center;
    display: none;
    font-weight: bold;
    padding: 0;
    border: 2px solid #bf0721;
  }
  .error_message {
    padding-left: 200px !important;
    padding-right: 0;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    border: none;
  }
  #error .content_column .error_copy {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f5f1ea;
  }
  #error .error_copy h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 80px 0;
    text-align: center;
  }
  #error .error_copy .copy {
    font-size: 14px;
    line-height: 24px;
  }
  .error_copy ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #error .content_column .btns {
    margin-bottom: 30px;
    text-align: center;
  }
  #error .content_column .btns p {
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #error .content_column .btns p a:hover img {
    margin-top: -50px;
  }
  #insert .bar_header {
    margin-bottom: 30px;
  }
  #insert .copy {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  #insert .caution {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }
  #insert .btn {
    height: 50px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #insert .btn.end_column {
    margin-bottom: 0;
  }
  #insert .btn a:hover img {
    margin-top: -50px;
  }
  #insert .merit_btns {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #insert .merit_btns li {
    margin-left: 18px;
    float: left;
  }
  #insert .merit_btns li:first-child {
    margin-left: 0;
  }
  #insert .chart {
    margin-bottom: 30px;
  }
  #insert .chart li {
    padding: 20px 0 0 0;
    background-color: #f5f1ea;
  }
  #insert .chart li.step01 {
    background: url(../images/insert/step01_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step02 {
    background: url(../images/insert/step02_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step03 {
    background: url(../images/insert/step03_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart li.step04 {
    padding-bottom: 5px;
    background: url(../images/insert/step04_bg.gif) 20px 20px no-repeat #f5f1ea;
  }
  #insert .chart p.step {
    margin: 0 20px 15px 130px;
  }
  #insert .chart p.copy {
    margin: 0 20px 25px 130px;
  }
  #knowledge .links {
    margin: 0 -16px 44px 0;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #knowledge .links li {
    height: 94px;
    margin: 0 16px 16px 0;
    float: left;
  }
  #knowledge .links li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #qanda .qa_block {
    margin-bottom: 30px;
    padding: 0 20px 20px 20px;
    background: url(../images/qanda/question_icon.png) 20px 20px no-repeat #f8f5f0;
  }
  #qanda .qa_block.gr {
    background-color: #f5f5f5;
  }
  #qanda .question {
    margin-bottom: 20px;
  }
  #qanda .question_header {
    margin: 30px 0 10px 80px;
    position: relative;
    *zoom: 1;
  }
  #qanda .question_header h3 {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #0263b5;
    position: relative;
  }
  #qanda .question_header .name {
    max-width: 220px;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #qanda .question .copy {
    margin-left: 80px;
    font-size: 14px;
    line-height: 24px;
  }
  #qanda .answer_list li {
    margin-bottom: 5px;
    padding: 20px 20px 20px 55px;
    border-radius: 5px;
    behavior: url(js/PIE.htc);
    background: url(../images/qanda/a.png) 20px 20px no-repeat #fff;
  }
  #qanda .answer_list li p {
    font-size: 14px;
    line-height: 24px;
  }
  #qanda .answer_list li p a {
    color: #0263b5;
    text-decoration: none;
  }
  #qanda .answer_list li p a:hover {
    text-decoration: underline;
  }
  #qanda .categories {
    margin-top: 15px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
    border-top: 4px solid #fff;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #qanda .categories h4 {
    float: left;
  }
  #qanda .categories ul {
    width: 400px;
    margin-right: -10px;
    position: relative;
    overflow: hidden;
    float: left;
    *zoom: 1;
  }
  #qanda .categories.wide ul {
    width: 598px;
    height: 30px;
  }
  #qanda .categories ul li {
    min-width: 56px;
    margin: 0 9px 10px 0;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    float: left;
    background-color: #f08d18;
  }
  #qanda .categories ul li a {
    text-decoration: none;
    color: whtie;
  }
  #qanda .categories .answer_count {
    width: 86px;
    color: #0263b5;
    float: left;
  }
  #qanda .categories .answer_count_top {
    width: 86px;
    color: #0263b5;
    float: right;
  }
  #qanda .categories .more {
    float: left;
    padding-left: 37px;
    position: relative;
  }
  #qanda .categories .more a {
    color: #0263b5;
    text-decoration: none;
  }
  #qanda .categories .more a:hover {
    text-decoration: underline;
  }
  #qanda .categories .more::before {
    content: "chevron_right";
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    background: #f08d18;
    border-radius: 50%;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-size: 18px;
    left: 10px;
    line-height: 1;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    -webkit-font-feature-settings: "liga";
  }
  #qanda .category_list {
    width: 120px;
    height: 30px;
    margin: 0 110px 30px auto;
    position: relative;
    z-index: 10;
    *zoom: 1;
  }
  #qanda .category_list ul {
    width: 120px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    *zoom: 1;
  }
  #qanda .category_list li {
    height: 30px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background-color: #2e3858;
    text-align: left;
    display: none;
  }
  #qanda .category_list li.on {
    display: block;
  }
  #qanda .category_list ul.on li {
    display: block;
  }
  #qanda .category_list li.on {
    cursor: pointer;
    padding-right: 30px;
    background: #2e3858;
    position: relative;
  }
  #qanda .category_list li.on::after {
    content: "unfold_more";
    color: #fff;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    background: #2e3858;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-size: 18px;
    right: 3px;
    line-height: 1;
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    -webkit-font-feature-settings: "liga";
  }
  #qanda .category_list li a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  #qanda .category_list li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #qanda .category_sort_list {
    top: 16px;
    left: 630px;
    position: absolute;
    width: 100px;
    height: 30px;
    margin: 0 0 30px auto;
    z-index: 11;
    *zoom: 1;
  }
  #qanda .category_sort_list ul {
    width: 100px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    *zoom: 1;
  }
  #qanda .category_sort_list li {
    height: 30px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background-color: #2e3858;
    text-align: left;
    display: none;
  }
  #qanda .category_sort_list li.on {
    display: block;
  }
  #qanda .category_sort_list ul.on li {
    display: block;
  }
  #qanda .category_sort_list li.on {
    padding-right: 30px;
    background: #2e3858;
  }
  #qanda .category_sort_list li.on::after {
    content: "unfold_more";
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    background: #2e3858;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-size: 18px;
    right: 3px;
    line-height: 1;
    margin: -9px 0 0;
    position: absolute;
    top: 15px;
    -webkit-font-feature-settings: "liga";
  }
  #qanda .category_sort_list li a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  #qanda .category_sort_list li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #qanda .pager {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #qanda .page_counter {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #f08d18;
  }
  #qanda .page_counter span.bk {
    font-weight: normal;
    color: #434343;
  }
  #qanda .pager ul {
    float: right;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #qanda .pager ul li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    font-size: 16px;
    line-height: 30px;
    background-color: #eefafa;
  }
  #qanda .pager ul li a {
    color: #2e3858;
    display: block;
    padding: 0 8px;
    text-decoration: none;
  }
  #qanda .pager ul li a:hover {
    background: #2e3858;
    color: #fff;
  }
  #qanda .pager ul li a:visited {
    background: #2e3858;
    color: #2e3858;
  }
  #qanda .pager ul li.on {
    color: #fff;
    background-color: #2e3858;
    padding: 0 8px;
  }
  #qanda .pager ul li.next {
    padding-right: 26px;
    background: url(../images/common/next_marker.gif) right center no-repeat #2e3858;
  }
  #qanda .pager ul li.prev {
    padding-left: 26px;
    background: url(../images/common/prev_marker.gif) left center no-repeat #2e3858;
  }
  .question_list li {
    background: url("../images/qanda/question_icon.png") no-repeat 20px 10px/60px auto #f5f5f5;
  }
  .categories li {
    background-image: none;
  }
}
/*_pcのコピー*/
@media screen and (min-width: 768px) {
  .article_inner_banner-pc {
    line-height: 30px;
  }
  .border_header a.more {
    background: #f37b1a;
    border-bottom: #a75523 solid 3px;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0 0 0 33px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 70px;
    zoom: 1;
    color: #fff;
    text-decoration: none;
  }
  .border_header a.more:before {
    content: "menu";
    color: #fff;
    font-family: Material Icons;
    font-feature-settings: "liga";
    font-size: 20px;
    left: 10px;
    line-height: 1;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    -webkit-font-feature-settings: "liga";
  }
  .border_header a.more:hover {
    opacity: 0.7;
  }
  a.a-disabled {
    pointer-events: none;
  }
  /* カスタムテキストエリア */
  .custom_desc {
    padding: 15px;
    margin: 0 0 15px 0;
    background-color: #f7f7f7;
  }
  .custom_desc h2 {
    color: #333;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  #main_content .custom_desc h2 {
    color: #333;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .custom_desc p {
    font-size: 16px;
    line-height: 24px;
  }
  /* さらに絞り込む */
  .further_narrow_down {
    padding: 15px;
    margin-bottom: 35px;
  }
  .further_narrow_down h2 {
    font-size: 20px;
    margin: 15px 0 15px 0;
    position: relative;
  }
  #main_content .further_narrow_down h2 {
    font-size: 20px;
    margin: 15px 0 15px 0;
    position: relative;
  }
  .further_narrow_down h2:first-child,
  #main_content .further_narrow_down h2:first-child {
    margin-top: 0px;
  }
  .further_narrow_down h2 i {
    font-size: 28px;
    position: relative;
    top: 7px;
  }
  .further_narrow_down h3 {
    font-weight: bold;
    margin: 10px 0 5px 5px;
  }
  .further_narrow_down li {
    display: inline-block;
    border-right: 1px solid #999;
    padding: 0 5px;
    margin: 0 0 5px 0;
  }
  .further_narrow_down ul li:last-child {
    border-right: none;
  }
  /* ---------------------------------------一覧の関連ナビ --------------------------------------- */
  .navi_related {
    margin-bottom: 20px;
  }
  .navi_related ul {
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  .navi_related ul li {
    width: 243px;
    margin-left: 2px;
    padding: 20px 0;
    float: left;
    background-color: #f8f5f0;
    line-height: 16px;
    margin-bottom: 16px;
    padding-left: 0px;
    font-weight: bold;
  }
  .navi_related ul li:first-child {
    margin-left: 0;
  }
  .navi_related p,
  .navi_related h4 {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
  }
  .navi_related h4 {
    font-size: 16px;
  }
  .navi_related .thumb {
    display: block;
    width: 176px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    border: 2px solid #d8d8d6;
  }
  .navi_related h4 {
    border: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: left;
    height: 66px;
    overflow: hidden;
  }
  .navi_related a {
    text-decoration: none;
  }
  .navi_related .copy {
    width: 150px;
    margin: 0 0 10px 20px;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: #434343;
  }
  .navi_related .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;
  }
  .navi_related .btn:hover {
    opacity: 0.7;
  }
  .navi_related .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_update,
  #qanda_ranking {
    margin: 0px 0 20px 0;
  }
  #knowledge_links .copy.copy-sozokuzei {
    margin: 0 0 10px 10px;
    width: 170px;
  }
  #search #knowledge_links .copy.copy-sozokuzei {
    width: 170px;
  }
}
/*ここからSPのスタイル*/
.qa_footer_block {
  padding: 0 15px;
}

.border_header a.more {
  background: #f37b1a;
  border-bottom: #a75523 solid 3px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  line-height: 26px;
  margin-top: -15px;
  padding: 0 0 0 33px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 70px;
  zoom: 1;
  color: #fff;
  text-decoration: none;
}
.border_header a.more:before {
  content: "menu";
  color: #fff;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 20px;
  left: 10px;
  line-height: 1;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
.border_header a.more:hover {
  opacity: 0.7;
}

/* 縦中央にするため修正 */
#search .search_module .cb_type .search_list label {
  display: flex;
}

#bottom_index .content_index li a,
#bottom_index .footer_index li a {
  height: auto;
}

/* リストファーストビューに白影 */
.wrap_main .ttl_main {
  text-shadow: 1px 1px 1px #ffffff;
}

a.a-disabled {
  pointer-events: none;
}

/* カスタムテキストエリア */
.custom_desc {
  margin: 0 15px 25px 15px;
}
.custom_desc h2 {
  color: #333;
  margin-bottom: 15px;
}
.custom_desc p {
  font-size: 12px;
  line-height: 1.2;
}

/* ---------------------------------------一覧の関連ナビ --------------------------------------- */
.navi_related {
  margin-bottom: 20px;
}

.navi_related ul {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.navi_related ul li {
  width: 320px;
  margin-left: 2px;
  padding: 20px 0;
  background-color: #f8f5f0;
  line-height: 16px;
  margin-bottom: 3px;
  padding-left: 0px;
  font-weight: bold;
  clear: both;
}

.navi_related ul li:first-child {
  margin-left: 0;
}

.navi_related ul li::after {
  content: "";
  display: block;
  clear: both;
}

.navi_related h4 {
  font-size: 16px;
}

.navi_related .thumb {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-left: 15px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  border: 2px solid #d8d8d6;
}

.navi_related a h4 {
  color: #0263b5;
}

.navi_related h4 {
  width: 190px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: left;
  padding-right: 15px;
  float: right;
  font-weight: normal;
}

.navi_related .btn {
  display: none;
}

/* さらに絞り込む */
.further_narrow_down {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 35px;
}

.further_narrow_down h2,
#main_content .further_narrow_down h2 {
  font-size: 16px;
  margin: 15px 0 15px 0;
  position: relative;
}

.further_narrow_down h2:first-child,
#main_content .further_narrow_down h2:first-child {
  margin-top: 0px;
}

.further_narrow_down h2 i {
  font-size: 24px;
  position: relative;
  top: 7px;
}

.further_narrow_down h3 {
  font-weight: bold;
  margin: 5px 0 10px 5px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.further_narrow_down h4 {
  margin: 10px 0 5px 5px;
  font-size: 16px;
}

.further_narrow_down ul {
  margin-bottom: 10px;
}

.further_narrow_down li {
  display: inline-block;
  border-right: 1px solid #999;
  padding: 0 5px;
  margin: 0 0 5px 0;
  font-size: 14px;
}

.further_narrow_down ul li:last-child {
  border-right: none;
}

/* ---------------------------------------  士業詳細の口コミ一覧 --------------------------------------- */
.review_lists .review-item:nth-child(n+4) {
  display: none;
}

/* ---------------------------------------yarpp --------------------------------------- */
#navi .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  color: #333;
  font-size: 14px;
  border: 1px solid #ccc;
}
#navi .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
  opacity: 0.8;
}
#navi .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
  font-weight: normal;
}

.yarpp-related-post,
#navi .yarpp-related-post {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  font-size: 0;
}
.yarpp-related-post .related-entry,
#navi .yarpp-related-post .related-entry {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 1% 6px 1%;
}
@media screen and (min-width: 768px) {
  .yarpp-related-post .related-entry,
  #navi .yarpp-related-post .related-entry {
    width: 24%;
    font-size: 13px;
    margin: 0 1% 5px 0;
  }
}
.yarpp-related-post .related-entry a,
#navi .yarpp-related-post .related-entry a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: normal;
  border: 1px solid #ccc;
}
.yarpp-related-post .related-entry a:hover,
#navi .yarpp-related-post .related-entry a:hover {
  opacity: 0.8;
}
.yarpp-related-post .related-entry a span,
#navi .yarpp-related-post .related-entry a span {
  display: block;
  height: 3em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .yarpp-related-post .related-entry a span,
  #navi .yarpp-related-post .related-entry a span {
    height: 36px;
  }
}
.yarpp-related-post .related-thumb,
#navi .yarpp-related-post .related-thumb {
  content: " ";
  display: block;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .yarpp-related-post .related-thumb,
  #navi .yarpp-related-post .related-thumb {
    height: 152px;
  }
}

/* --------------------------------------- 相続手続きの参考費用 --------------------------------------- */
.reference_cost h3 {
  margin-bottom: 15px;
  font-size: 1rem;
}
.reference_cost dt, .reference_cost dd {
  margin: 0;
  padding: 0;
}
.reference_cost dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.reference_cost dl dt,
.reference_cost dl dd {
  box-sizing: border-box;
  margin-bottom: 1px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .reference_cost dl dt,
  .reference_cost dl dd {
    padding: 10px 20px;
  }
}
.reference_cost dl dt {
  width: 138px;
  color: #fff;
  background-color: #374261;
}
@media screen and (min-width: 768px) {
  .reference_cost dl dt {
    width: 185px;
  }
}
.reference_cost dl dd {
  width: calc(100% - 138px);
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .reference_cost dl dd {
    width: calc(100% - 185px);
  }
}

/* --------------------------------------- etc --------------------------------------- */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*style-additional-pcとstyle-additional-sp*/
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*/
/*PCのみ*/
.ttl__side {
  margin: 0 0 15px 0;
  border-bottom: #2a3d5f double 3px;
  padding: 12px 0 11px 0;
}
.ttl__side a {
  color: #2a3d5f;
  text-decoration: none;
}
.ttl__side a i {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

#cate_menu {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
#cate_menu.knowledge_menu {
  margin-bottom: 40px;
}
#cate_menu li {
  border-bottom: 1px solid #ccc;
}
#cate_menu.on {
  background-color: #e5e5e5;
}
#cate_menu a {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 15px 15px 15px 36px;
  position: relative;
  text-decoration: none;
}
#cate_menu a:hover {
  background-color: #e5e5e5;
}
#cate_menu a:before {
  content: "chevron_right";
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  background: #f08d18;
  border-radius: 50%;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 18px;
  left: 10px;
  line-height: 1;
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  -webkit-font-feature-settings: "liga";
}
#cate_menu > li:last-child {
  display: none !important;
}

#right_banner {
  margin-bottom: 15px;
}
#right_banner li {
  margin: 0 0 10px 0;
  text-align: center;
}
#right_banner li img {
  max-width: 100%;
}

#menu_slide {
  width: 100%;
  background-color: #065c7c;
  position: relative;
  overflow: hidden;
  transition: margin-left 300ms ease-out;
  -webkit-transition: margin-left 300ms ease-out;
  -ms-transition: margin-left 300ms ease-out;
  -moz-transition: margin-left 300ms ease-out;
}
#menu_slide.on {
  margin-left: -251px;
}
#menu_slide.on #side_menu {
  right: 0;
  z-index: 9999;
}

/*主にSP*/
#side_menu {
  width: 251px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 9900px;
  background-color: #f4f1eb;
  overflow-y: scroll;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  transition: left 300ms ease-out;
  -webkit-transition: left 300ms ease-out;
  -ms-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
}
@media screen and (min-width: 768px) {
  #side_menu {
    margin-bottom: 30px;
    padding: 19px;
    border: 1px solid #d2d2d2;
  }
}
#side_menu h2 {
  background-color: #f08d18;
  width: 251px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  transition: left 300ms ease-out;
  -webkit-transition: left 300ms ease-out;
  -ms-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
}
#side_menu .header__top-cv {
  width: 90%;
  margin: 50px auto 5px auto;
}
#side_menu .header__top-cv a {
  background: #f83c17;
  background: -moz-linear-gradient(top, #f83c17 0%, #c12a11 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f83c17 0%, #c12a11 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f83c17 0%, #c12a11 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f83c17', endColorstr='#c12a11', GradientType=0);
  /* IE6-9 */
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px 0 #aaaaaa;
  color: #fff;
  display: block;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
#side_menu .header__top-cv a:visited {
  color: #fff;
  text-decoration: none;
}
#side_menu .header__top-cv a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
#side_menu .header__top-cv small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 13px;
}
#side_menu .header__top-cv span {
  border: rgba(255, 255, 255, 0.3) solid 2px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 2px;
  padding: 10px 0;
}
#side_menu ul {
  height: 100%;
  padding: 0;
}
#side_menu li {
  font-size: 14px;
  background-color: #f4f1eb;
  border-bottom: 1px solid #666666;
  background-position: 18px center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#side_menu li:first-child {
  border-top: none;
}
#side_menu li a {
  color: #333;
  display: block;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
}
#side_menu li a i {
  color: #f08d18;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  #side_menu li li {
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  #side_menu li li a:hover img {
    margin-top: -72px;
  }
}
#side_menu .shoshinsya i {
  padding: 0 4px 0 4px;
  width: 15px;
  top: 0;
  z-index: 5;
}

/*_side-pcと_side-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;
}

.mitsumori-guideline, .zeigaku-guideline {
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
}
.mitsumori-guideline h1, .zeigaku-guideline h1 {
  font-size: 26px;
  font-weight: bold;
  height: auto;
  line-height: 1.8;
  color: #333;
  position: relative;
}
.mitsumori-guideline h2, .zeigaku-guideline h2 {
  border-left: 5px solid #f08d18;
}
@media screen and (min-width: 768px) {
  .mitsumori-guideline h2, .zeigaku-guideline h2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 32px auto;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline h2, .zeigaku-guideline h2 {
    font-size: 16px;
    line-height: 1.6;
    margin: 16px auto;
    padding: 5px 15px;
  }
}
.mitsumori-guideline h3, .zeigaku-guideline h3 {
  border-bottom: 3px double #ccc;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .mitsumori-guideline h3, .zeigaku-guideline h3 {
    font-size: 18px;
    margin: 22px auto;
  }
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline h3, .zeigaku-guideline h3 {
    font-size: 14px;
    margin: 18px auto;
  }
}
.mitsumori-guideline h4, .zeigaku-guideline h4 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .mitsumori-guideline h4, .zeigaku-guideline h4 {
    font-size: 16px;
    margin: 22px auto;
  }
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline h4, .zeigaku-guideline h4 {
    font-size: 14px;
    margin: 18px auto;
  }
}
.mitsumori-guideline ul,
.mitsumori-guideline ol,
.mitsumori-guideline dl, .zeigaku-guideline ul,
.zeigaku-guideline ol,
.zeigaku-guideline dl {
  margin: 15px 0;
}
.mitsumori-guideline ul, .zeigaku-guideline ul {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline ul, .zeigaku-guideline ul {
    padding-left: 20px;
  }
}
.mitsumori-guideline ol, .zeigaku-guideline ol {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline ol, .zeigaku-guideline ol {
    padding-left: 25px;
  }
}
.mitsumori-guideline dl, .zeigaku-guideline dl {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline dl, .zeigaku-guideline dl {
    padding-left: 5px;
  }
}
.mitsumori-guideline ul, .zeigaku-guideline ul {
  list-style-type: none;
}
.mitsumori-guideline ul li, .zeigaku-guideline ul li {
  line-height: 1.8;
  position: relative;
}
.mitsumori-guideline ol, .zeigaku-guideline ol {
  list-style-type: decimal;
}
.mitsumori-guideline ol li, .zeigaku-guideline ol li {
  line-height: 1.8;
  position: relative;
}
.mitsumori-guideline dl, .zeigaku-guideline dl {
  list-style-type: decimal;
}
.mitsumori-guideline dl dt, .zeigaku-guideline dl dt {
  line-height: 1.8;
  position: relative;
  padding: 10px 0;
  font-weight: bold;
}
.mitsumori-guideline dl dd, .zeigaku-guideline dl dd {
  line-height: 1.8;
  position: relative;
}
.mitsumori-guideline strong, .zeigaku-guideline strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffc966 60%);
}
.mitsumori-guideline p, .zeigaku-guideline p {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .mitsumori-guideline p, .zeigaku-guideline p {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mitsumori-guideline p, .zeigaku-guideline p {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
.mitsumori-guideline .publish_date, .zeigaku-guideline .publish_date {
  text-align: right;
  font-size: 12px;
  color: #999;
}

.zeigaku-guideline ul li {
  list-style-type: disc;
}

/* Mobile improvements for search conditions UI */
/* スムーススクロールを無効化 */
a[href="#search-conditions"] {
  scroll-behavior: auto !important;
}

/* より高い詳細度でスタイルを上書き */
.cont_list .search-conditions {
  margin: 0 0 20px;
}
.cont_list .search-conditions__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  border: none;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .cont_list .search-conditions__list {
    gap: 6px;
  }
}
.cont_list .search-conditions__item {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.2s ease;
  margin: 0;
}
.cont_list .search-conditions__item:hover, .cont_list .search-conditions__item:active {
  border-color: #f08d18;
  box-shadow: 0 3px 6px rgba(240, 141, 24, 0.15);
}
.cont_list .search-conditions__item:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.cont_list .search-conditions__item:last-of-type:hover, .cont_list .search-conditions__item:last-of-type:active {
  border-color: #f08d18;
}

/* 高さを増やす */
.cont_list .search-conditions__item > a,
.cont_list .search-conditions__item > .js-modal-open {
  height: 47px !important; /* 元の高さ36pxの1.3倍 */
  min-height: 47px !important;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cont_list .search-conditions__item > a,
  .cont_list .search-conditions__item > .js-modal-open {
    height: 47px !important;
    min-height: 47px !important;
  }
}

.cont_list .search-conditions__body {
  flex: 1;
}

.cont_list .search-conditions__title {
  color: #666;
  font-weight: 600;
  text-align: left;
  width: auto;
  min-width: 60px;
  position: relative;
}
.cont_list .search-conditions__title::after {
  content: "：";
  position: absolute;
  right: -12px;
}
@media screen and (max-width: 767px) {
  .cont_list .search-conditions__title {
    min-width: 50px;
    font-size: 12px;
  }
}

.cont_list .search-conditions__state {
  padding-left: 20px;
  color: #232b39;
  font-weight: 500;
}
.cont_list .search-conditions__state.no-select {
  color: #777;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cont_list .search-conditions__state {
    padding-left: 16px;
    font-size: 13px;
  }
  .cont_list .search-conditions__state.no-select {
    font-size: 12px;
  }
}

/* 青ボタンスタイル */
.cont_list .search-conditions__change {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  background-color: #1ba0e5 !important; /* 青いボタン */
  font-size: 12px !important;
  position: relative !important;
  right: 0 !important;
  transform: translateY(0) !important;
}
@media screen and (max-width: 767px) {
  .cont_list .search-conditions__change {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
}

/* Improve the search select UI */
.search-select > a {
  height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .search-select > a {
    height: 44px;
  }
}
.search-select > a:not(.active) {
  color: #0263b5;
  position: relative;
}
.search-select > a:not(.active)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.search-select > a:not(.active):hover::after {
  background-color: #0263b5;
}
.search-select > a.active {
  background-color: #f08d18;
  border-radius: 0px;
  position: relative;
}
.search-select > a.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f08d18;
}

/* Modal improvements */
.modal-select__all label a::after, .modal-select__list label a::after {
  color: #f08d18;
}
.modal-select__all label a.item_current, .modal-select__list label a.item_current {
  background: #fff6dd;
  font-weight: 600;
  border-left: 3px solid #f08d18;
  padding-left: 17px;
}

@media (max-width: 768px) {
  .main_content-single-reviewer .two_column .content_column {
    margin-right: 0 !important;
  }
}
.main_content-single-reviewer .review-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0 48px 0;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail {
    padding: 24px 0 24px 0;
  }
}
.main_content-single-reviewer .review-detail .entry-title {
  font-size: 36px;
  font-weight: bold;
  padding: 12px;
  margin-bottom: 48px;
  line-height: 1.5;
}
.main_content-single-reviewer .review-detail .entry-title br {
  display: none;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .entry-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
  }
  .main_content-single-reviewer .review-detail .entry-title br {
    display: block;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro {
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro {
    flex-direction: column;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo {
    flex-direction: column;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo img {
  max-width: 160px;
  border-radius: 50%;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo h2 {
    font-size: 20px;
    margin-top: 6px;
    display: block;
  }
}
@media (min-width: 769px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo h2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo p.credential {
    font-size: 15px;
    margin-top: 6px;
    display: block;
  }
}
@media (min-width: 769px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-photo p.credential {
    display: none;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info {
  display: flex;
  flex-direction: column;
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info h2 {
    display: none;
  }
}
@media (min-width: 769px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info h2 {
    display: block;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info .credential {
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info .credential {
    display: none;
  }
}
@media (min-width: 769px) {
  .main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info .credential {
    display: block;
  }
}
.main_content-single-reviewer .review-detail .reviewer-intro .reviewer-info .reviewer-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.main_content-single-reviewer .review-detail .related-posts {
  padding: 12px;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.main_content-single-reviewer .review-detail .related-posts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card {
  width: 32%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .main_content-single-reviewer .review-detail .related-posts ul .post-card {
    flex: 0 0 48%;
  }
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a {
  text-decoration: none;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-image {
  max-width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 120px !important;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info {
  padding: 12px;
  text-decoration: none;
  line-height: 1.5;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info ul li {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
  color: #333;
  position: relative;
  padding-left: 30px;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info ul li:before {
  content: "menu_book";
  position: absolute;
  left: 8px;
  top: 3px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Material Icons";
  color: #0263b5;
  line-height: 1;
  font-feature-settings: "liga";
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main_content-single-reviewer .review-detail .related-posts ul .post-card a .post-info p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}