@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*/
/*
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のみ*/
.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の記入したあったクラスを移動したので新規作成*/
/*アウトライン*/
section#user-review {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  section#user-review {
    margin-top: auto;
  }
}

.page-user-review {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  /*「いい相続」に依頼するメリット*/
}
.page-user-review .section-title {
  line-height: 1.5;
}
.page-user-review .review_lists .review-item:nth-child(n+4) {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-user-review {
    width: 1000px;
    padding: 0 40px;
  }
}
.page-user-review .user-review-summary {
  padding: 48px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
.page-user-review .user-review-summary .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #232b39;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-user-review .user-review-summary .section-title {
    font-size: 32px;
  }
}
.page-user-review .user-review-summary .section-subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #232b39;
}
@media screen and (min-width: 768px) {
  .page-user-review .user-review-summary .section-subtitle {
    font-size: 1rem;
  }
}
.page-user-review .office-detail {
  padding: 5px 0px 10px 0px;
  font-size: 14px;
  font-weight: bold;
}
.page-user-review .office-detail a {
  margin-left: 8px;
  text-decoration: none;
}
.page-user-review .office-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 40px;
}
.page-user-review .office-link-button a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #007bff;
  border-radius: 20px;
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.page-user-review .office-link-button a:hover {
  background-color: #007bff;
  color: #ffffff;
}
.page-user-review .user-review .balloon {
  margin-bottom: 0 !important;
}
.page-user-review .review-disclaimer {
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.page-user-review .review-disclaimer p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}
.page-user-review .review-disclaimer p:last-child {
  margin-bottom: 0;
  color: #999;
}
.page-user-review .review-disclaimer div {
  margin-top: 10px;
}
.page-user-review .review-disclaimer div a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}
.page-user-review .review-disclaimer div a:hover {
  text-decoration: underline;
}
.page-user-review .review-link {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.page-user-review .review-link a {
  display: inline-block;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-user-review .review-link a:hover {
  color: rgb(0, 98.4, 204);
}
.page-user-review .review-link a::after {
  content: "›";
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .page-user-review .review-disclaimer {
    padding: 20px;
  }
  .page-user-review .review-disclaimer p {
    font-size: 14px;
  }
  .page-user-review .review-disclaimer p:nth-child(2) {
    font-size: 12px;
  }
  .page-user-review .review-disclaimer div a {
    font-size: 14px;
  }
  .page-user-review .review-link {
    margin-top: 20px;
  }
  .page-user-review .review-link a {
    font-size: 18px;
  }
}
.page-user-review .ttl__h2--basic {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-user-review .ttl__h2--basic {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 1;
    text-align: left;
  }
}
.page-user-review .ttl__h2--basic--merit span {
  font-size: 28px;
  color: #f08d18;
}
.page-user-review .ttl__h2--cv {
  font-size: 18px;
  margin: 0 0 26px 112px;
  line-height: 1.7;
  padding: 0;
}
.page-user-review .ttl__h2--cv strong {
  color: #f08d18;
}
@media screen and (min-width: 768px) {
  .page-user-review .ttl__h2--cv {
    font-size: 20px;
    margin: 0 0 17px -13px;
    line-height: 1;
  }
}
.page-user-review .ttl__h3--merit {
  font-size: 18px;
  margin: 23px 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-user-review .ttl__h3--merit {
    height: 50px;
  }
}
.page-user-review .section__merit {
  margin-bottom: 64px;
}
.page-user-review .section__merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-user-review .section__merit ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 15px 28px 15px;
  border-radius: 8px;
  border: solid 1px #eee;
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 16px;
  margin-top: 50px;
  position: relative;
}
.page-user-review .section__merit ul li > div {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-user-review .section__merit ul li > div span {
  font-size: 16px;
  background-color: #f08d18;
  color: #fff;
  font-weight: normal;
  height: 22px;
  padding: 6px 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.page-user-review .section__merit ul li > div span strong {
  font-size: 20px;
  font-weight: bold;
  margin-left: 3px;
}
.page-user-review .section__merit ul li:last-child {
  margin-bottom: 0;
}
.page-user-review .section__merit ul li figure img {
  display: block;
  margin: 0 auto;
  height: 120px;
  width: auto;
  max-width: inherit;
}
.page-user-review .section__merit ul li p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-user-review .section__merit ul li {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-user-review .section__merit ul li:first-child, .page-user-review .section__merit ul li:nth-of-type(2n) {
    margin-bottom: 21px;
  }
  .page-user-review .section__merit ul li:first-child, .page-user-review .section__merit ul li:nth-of-type(2n) {
    margin-right: 21px;
  }
  .page-user-review .section__merit ul li:nth-of-type(4n) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-user-review .btn__cv--TopFv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  border-radius: 5px;
  text-decoration: none;
  height: 53px;
  line-height: 53px;
  width: 70%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 26px;
}
.page-user-review .btn__cv--TopFv:hover, .page-user-review .btn__cv--TopFv:visited {
  color: #fff;
  text-decoration: none;
}
.page-user-review .btn__cv--TopFv i {
  font-size: 2.2rem;
}
.page-user-review .btn__cv--TopFv small {
  font-size: 16px;
}
.page-user-review .btn__cv--TopFv strong {
  line-height: 1.2;
}
.page-user-review .btn__cv--TopFv strong span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.page-user-review .btn__cv--TopFv .icon {
  background: #fff;
  color: #f08d18;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 52px;
  border-radius: 4px;
  padding: 0;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
}
.page-user-review .btn__cv--TopFv--txt {
  margin-top: 15px;
}
.page-user-review .btn__cv--top--web {
  font-size: 20px;
}
.page-user-review .btn__cv--top--web a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.page-user-review .btn__cv--top--web a:visited, .page-user-review .btn__cv--top--web a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.page-user-review .btn__cv--top--web a i {
  font-size: 2.2rem;
  margin-left: 27px;
}
.page-user-review .btn__cv--top--web a strong {
  line-height: 1.2;
}
.page-user-review .btn__cv--top--web a strong span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.page-user-review .btn__cv--top--web a .icon {
  background: #fff;
  color: #f08d18;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 52px;
  border-radius: 4px;
  padding: 0;
  margin-right: 13px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__cv--top--web a {
    height: 100%;
    line-height: 52px;
  }
}
.page-user-review .btn__cv--top--web small {
  font-size: 16px;
}
.page-user-review .btn__cv--top--web--txt {
  font-size: 15px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  margin: 15px 0 0 0;
}
.page-user-review .btn__cv--top--phone {
  font-size: 14px;
}
.page-user-review .btn__cv--top--phone > span, .page-user-review .btn__cv--top--phone a > span {
  font-size: 15px;
  letter-spacing: -0.5px;
  display: block;
  text-align: center;
  margin: 15px 0 0 0;
}
.page-user-review .btn__cv--top--phone > span strong, .page-user-review .btn__cv--top--phone a > span strong {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__cv--top--phone > span, .page-user-review .btn__cv--top--phone a > span {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
}
.page-user-review .btn__cv--top--phone .cta-btn-phone {
  width: 100%;
  text-decoration: none;
}
.page-user-review .btn__cv--top--phone .cta-btn-phone:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__cv--top--phone > div.--pc {
    display: inline-flex;
    width: auto;
  }
}
.page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone) {
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  border: solid 1px #e63946;
  background: #e63946;
  box-shadow: 0 4px 0 #a12c34;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0;
  text-align: center;
}
.page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone):visited, .page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone):hover {
  text-decoration: none;
}
.page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone)::before {
  content: "phone";
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 28px;
  margin: -18px 0 0 0;
  font-family: "Material Icons";
  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";
}
.page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone)::after {
  display: inline-block;
  content: "無料";
  background: #fff;
  color: #e63946;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  text-align: center;
  width: 52px;
  border-radius: 4px;
  top: 50%;
  right: 13px;
  margin: -14px 0 0 0;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
.page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone) span {
  display: block;
  line-height: 1;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__cv--top--phone > a:not(.cta-btn-phone) {
    display: none;
  }
}
.page-user-review .btn__cv--top--phone em {
  font-style: normal;
  font-size: 28px;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: relative;
  top: -8px;
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__cv--top--phone em {
    font-size: 36px;
    color: #e63946;
    margin: 0 0 2px 0;
    padding: 0 0 0 40px;
    top: auto;
  }
  .page-user-review .btn__cv--top--phone em::before {
    content: "phone";
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -18px 0 0 0;
    font-family: "Material Icons";
    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";
  }
}
.page-user-review .btn__to--page {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: solid 1px #f08d18;
  padding: 16px 0;
  text-align: center;
  color: #232b39;
  text-decoration: none;
  margin: 30px auto 0 auto;
}
.page-user-review .btn__to--page:hover, .page-user-review .btn__to--page:visited {
  color: #232b39;
  text-decoration: none;
}
.page-user-review .btn__to--page span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  position: relative;
  padding: 0 32px 0 0;
}
.page-user-review .btn__to--page span::before {
  content: "keyboard_arrow_right";
  position: absolute;
  margin-top: -17px;
  top: 50%;
  right: 0;
  color: #f08d18;
  font-size: 34px;
  font-family: "Material Icons";
  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";
}
@media screen and (min-width: 768px) {
  .page-user-review .btn__to--page {
    width: 36%;
  }
}
.page-user-review .area__cv {
  background: #fdf5e2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 13px 10px 20px 10px;
  margin: 0px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .page-user-review .area__cv {
    padding: 20px 0;
    margin: auto;
    margin-bottom: 48px;
  }
}
.page-user-review .area__cv--inr {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-user-review .area__cv--inr {
    width: 73.4%;
    margin: 0 auto;
    padding: 0 0 0 156px;
  }
}
.page-user-review .area__cv--inr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("/wp-content/themes/i-sozoku/images/top/area__cv--inr--before.png") no-repeat #fff center center/100px auto;
}
@media screen and (min-width: 768px) {
  .page-user-review .area__cv--inr::before {
    width: 120px;
    height: 120px;
    background: url("/wp-content/themes/i-sozoku/images/top/area__cv--inr--before.png") no-repeat #fff center center/120px auto;
  }
}
.page-user-review .area__cv--inr p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-user-review .area__cv--inr p {
    margin: 0;
    line-height: 1.5;
  }
}
.page-user-review .area__cv--inr li {
  padding: 16px 0;
  border-bottom: #ccc dashed 1px;
}
.page-user-review .area__cv--inr li:first-child {
  width: 100%;
}
.page-user-review .area__cv--inr li:last-child {
  width: 100%;
  padding: 16px 0 0 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .page-user-review .area__cv--inr li {
    padding: 0;
    border-bottom: none;
  }
  .page-user-review .area__cv--inr li:first-child {
    width: 55%;
  }
  .page-user-review .area__cv--inr li:last-child {
    width: 45%;
    padding: 0;
  }
}

.user-review {
  font-size: 15px;
}
.user-review .score .material-icons {
  font-size: 24px;
  color: #f4a51c;
  display: inline-flex;
  vertical-align: bottom;
}
.user-review .summary .label {
  padding-right: 13px;
}
.user-review .summary .number {
  font-size: 24px;
  font-weight: 400;
  line-height: 0.71;
  color: #212b3a;
  padding-left: 12px;
}
.user-review .summary .number.lg {
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .user-review .summary .number.lg {
    font-size: 32px;
  }
}
.user-review .summary .count {
  padding-left: 10px;
}
.user-review .reviewer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .user-review .reviewer {
    margin-left: 7px;
  }
}
.user-review .reviewer .ratings-wrapper {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .user-review .reviewer .ratings-wrapper {
    margin-top: 0;
  }
}
.user-review .reviewer .ratings-wrapper .ratings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .user-review .reviewer .ratings-wrapper .ratings::before {
    content: "/";
    margin-right: 5px;
    opacity: 0.5;
  }
}
.user-review .reviewer .ratings-wrapper .ratings:not(:first-child) {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .user-review .reviewer .ratings-wrapper .ratings:not(:first-child) {
    margin-top: auto;
  }
}
.user-review .reviewer .ratings-wrapper .score {
  padding-left: 10px;
}
.user-review .reviewer .ratings-wrapper .score .material-icons {
  font-size: 20px;
}
.user-review .reviewer .ratings-wrapper .number {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #232b39;
  padding-left: 6px;
}
.user-review .reviewer .ratings-wrapper .number.sm {
  font-size: 1rem;
  padding-left: 4px;
}
.user-review .reviewer .ratings-wrapper .ratings:nth-child(2) > dt {
  padding-left: 2rem;
}
.user-review .reviewer .ratings-wrapper .ratings:nth-child(2) > dt:not(:first-child) {
  padding-left: 2rem;
}
.user-review .sp-comment {
  padding: 0 0 0 30px;
  margin-top: -35px;
}
@media screen and (min-width: 768px) {
  .user-review .sp-comment {
    padding: 0 0 0 45px;
  }
}
.user-review .sp-comment .reviewer .reviewer-icon .material-icons {
  color: #ffd178;
}
.user-review .reviewer-icon .material-icons {
  font-size: 28px;
  color: #dbd5c1;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .user-review .reviewer-icon .material-icons {
    font-size: 36px;
  }
}
.user-review .reviewer-label {
  white-space: nowrap;
  border-radius: 4px;
  text-align: left;
  color: #ffffff;
  padding: 4px 8px;
}
.user-review .reviewer-label.zeiri {
  background-color: #fbae54;
}
.user-review .reviewer-label.gyosei {
  background-color: #58be89;
}
.user-review .reviewer-label.soudan {
  background-color: #aaaaaa;
}
.user-review .reviewer-status {
  font-size: 14px;
  color: #232b39;
  padding-left: 10px;
}
.user-review .reviewer-points-wrapper {
  padding: 12px;
  background-color: #FFF7EB;
  margin: 8px 0 18px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-review .reviewer-points-wrapper .reviewer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.user-review .reviewer-points-wrapper .reviewer-points li {
  display: flex;
  gap: 4px;
}
.user-review .reviewer-points-wrapper .reviewer-points li span {
  color: #999999;
}
.user-review .reviewer-points-wrapper .reviewer-points li p {
  font-weight: bold;
}
.user-review .reviewer-points-wrapper .reviewer-points li.point p {
  color: #f08d18;
}
.user-review .balloon {
  position: relative;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 20px 12px;
  margin-top: 12px;
  margin-bottom: 50px;
}
.user-review .balloon h4 {
  margin: 0px auto 12px;
}
@media screen and (min-width: 768px) {
  .user-review .balloon {
    padding: 25px 20px;
  }
}
.user-review .balloon:last-child {
  margin-bottom: 32px;
}
.user-review .balloon:before, .user-review .balloon:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 0;
  height: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .user-review .balloon:before, .user-review .balloon:after {
    left: 15px;
  }
}
.user-review .balloon:before {
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-left: 8px solid transparent;
}
.user-review .balloon:after {
  top: -9px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  z-index: 10;
}
.user-review .balloon .service-info {
  border: solid 4px #e7e3d5;
  background-color: #ffffff;
  padding: 6px 15px;
  margin-top: 12px;
}
.user-review .balloon .service-info > span {
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 768px) {
  .user-review .balloon .service-info {
    margin-top: 23px;
  }
  .user-review .balloon .service-info > span {
    line-height: 1.8;
    display: inline-block;
  }
  .user-review .balloon .service-info > :not(:first-child) {
    padding-left: 8px;
    border-left: 1px solid #cccccc;
  }
}
.user-review .balloon p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .user-review .balloon p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.user-review .buttons {
  text-align: center;
  margin-bottom: 50px;
}
.user-review .button {
  font-size: 15px;
  padding: 14px 58px;
  border: solid 2px #f08d18;
  background-color: #ffffff;
  text-align: center;
  color: #f08d18;
  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;
}
.user-review .button:hover, .user-review .button.active {
  background-color: #f08d18;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .user-review .button {
    font-size: 1rem;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.user-review h3.header {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #232b39;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .user-review h3.header {
    font-size: 20px;
    line-height: inherit;
  }
}
.user-review h4 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #232b39;
  margin: 19px auto 12px;
}
.user-review hr.line {
  border-top: none;
  height: 2px;
  background-color: #27baca;
}
.user-review .flex-center {
  display: flex;
  align-items: center;
}
.user-review .flex-center > span:not(:last-child) {
  padding-right: 13px;
}
@media screen and (min-width: 768px) {
  .user-review .flex-center > span:not(:last-child) {
    padding-right: inherit;
  }
}
.user-review .summary-graph {
  margin: 15px 0 43px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .user-review .summary-graph {
    margin: 15px 0 60px;
  }
}
.user-review .graph-line {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.user-review .graph-line dt,
.user-review .graph-line dd {
  flex-grow: 1;
}
.user-review .graph-line .label {
  width: 5.5em;
}
@media screen and (min-width: 768px) {
  .user-review .graph-line .score .material-icons {
    font-size: 20px;
  }
}
.user-review .graph-line .graph,
.user-review .graph-line .score {
  margin: 0 7px 0 9px;
}
.user-review .graph-line .average {
  font-weight: 700;
  font-size: 1rem;
}
.user-review .graph {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 250px;
  height: 20px;
  background-color: #eeeeee;
}
.user-review .graph .bar {
  border-radius: 1px;
  background-color: #f4a51c;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #f0ffff;
  height: 20px;
  line-height: 20px;
}
.user-review .graph .bar span {
  position: absolute;
  left: 1em;
}

@media screen and (min-width: 768px) {
  .area__cv--inr ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
  }
}
/*口コミ*/
/* 一覧ページ(SP/PC) */
.wrap_list {
  background: #fff;
  color: #232b39;
  font-family: Roboto, "BIZ UDPGothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 1rem;
  overflow: visible;
}
.wrap_list .list_breadcrumb {
  align-items: center;
  color: #232b39;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.8125rem;
  height: 48px;
  line-height: 48px;
  justify-content: flex-start;
  margin: 0 auto 12px;
  max-width: 1000px;
  overflow-x: scroll;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_breadcrumb {
    margin: 0 auto 20px;
    overflow: auto;
    padding-left: 0;
  }
}
.wrap_list .item_breadcrumb {
  margin-right: 15px;
  position: relative;
  white-space: nowrap;
}
.wrap_list .item_breadcrumb::before {
  content: "";
  width: 8px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #232b39;
  transform: rotate(28deg);
  position: absolute;
  top: 22px;
  right: -10px;
}
.wrap_list .item_breadcrumb::after {
  content: "";
  width: 11px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #232b39;
  transform: rotate(62deg);
  position: absolute;
  top: 18px;
  right: -10px;
}
.wrap_list .item_breadcrumb:last-child {
  font-weight: bold;
}
.wrap_list .item_breadcrumb:last-child::before, .wrap_list .item_breadcrumb:last-child::after {
  display: none;
}
.wrap_list .item_breadcrumb > a {
  color: #232b39;
  text-decoration: none;
}
.wrap_list .item_breadcrumb .txt_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_list .item_breadcrumb .txt_pc {
    display: inline;
  }
}
.wrap_list .cont_list {
  margin: auto;
  max-width: 1000px;
  overflow: visible;
}
.wrap_list .cont_list_main {
  margin: 0 10px;
}
.wrap_list .list_top {
  margin: 0 0px 20px;
  position: relative;
}
.wrap_list .list_top_ttl {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}
.wrap_list .list_top_ttl .ttl_area,
.wrap_list .list_top_ttl .ttl_objective {
  display: block;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_top_ttl {
    font-size: 1.5rem;
    text-align: left;
  }
  .wrap_list .list_top_ttl .ttl_objective {
    display: inline;
  }
}
.wrap_list .list_top_desc {
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 0.9375rem;
  background: #fff8f4;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_top_desc {
    background: none;
    padding: 0;
  }
}
.wrap_list .list_top_problem {
  background: url(../images/img_list_top.png) center 8px no-repeat;
  background-size: auto 176px;
  color: #ee6104;
  display: flex;
  height: auto;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.wrap_list .list_top_problem .problem_01 {
  background: #fff;
  border: solid 2px #ee6104;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  left: 10px;
  position: absolute;
  top: 0;
  width: 7rem;
}
.wrap_list .list_top_problem .problem_01::before {
  border-top: 20px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 8px solid transparent;
  bottom: -26px;
  content: "";
  position: absolute;
  right: 20px;
  transform: rotate(-36deg);
  z-index: 2;
}
.wrap_list .list_top_problem .problem_01::after {
  border-top: 24px solid #ee6104;
  border-right: 10px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid transparent;
  bottom: -34px;
  content: "";
  position: absolute;
  right: 15px;
  transform: rotate(-36deg);
  z-index: 1;
}
.wrap_list .list_top_problem .problem_02 {
  background: #fff;
  border: solid 2px #ee6104;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 7rem;
}
.wrap_list .list_top_problem .problem_02::before {
  border-top: 20px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 8px solid transparent;
  bottom: -26px;
  content: "";
  left: 20px;
  position: absolute;
  transform: rotate(36deg);
  z-index: 2;
}
.wrap_list .list_top_problem .problem_02::after {
  border-top: 24px solid #ee6104;
  border-right: 10px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid transparent;
  bottom: -34px;
  content: "";
  left: 15px;
  position: absolute;
  transform: rotate(36deg);
  z-index: 1;
}
.wrap_list .list_top_problem .problem_03 {
  background: #fff;
  border: solid 2px #ee6104;
  border-radius: 16px;
  bottom: 30px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  left: 0;
  position: absolute;
  width: 7rem;
}
.wrap_list .list_top_problem .problem_03::before {
  border-top: 20px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  right: 20px;
  top: -26px;
  transform: rotate(216deg);
  z-index: 2;
}
.wrap_list .list_top_problem .problem_03::after {
  border-top: 24px solid #ee6104;
  border-right: 10px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: -34px;
  transform: rotate(216deg);
  z-index: 1;
}
.wrap_list .list_top_problem .problem_04 {
  background: #fff;
  border: solid 2px #ee6104;
  border-radius: 16px;
  bottom: 30px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  position: absolute;
  right: 0;
  width: 7rem;
}
.wrap_list .list_top_problem .problem_04::before {
  border-top: 20px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  left: 20px;
  position: absolute;
  top: -26px;
  transform: rotate(144deg);
  z-index: 2;
}
.wrap_list .list_top_problem .problem_04::after {
  border-top: 24px solid #ee6104;
  border-right: 10px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  left: 15px;
  position: absolute;
  top: -34px;
  transform: rotate(144deg);
  z-index: 1;
}
.wrap_list .list_top_problem li > p {
  background: #fff;
  border-radius: 16px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px 0 2px 8px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_top_problem {
    background-position: center 12px;
    background-size: auto 240px;
    min-height: 280px;
  }
  .wrap_list .list_top_problem .problem_01 {
    left: 60px;
    width: 9rem;
  }
  .wrap_list .list_top_problem .problem_02 {
    right: 60px;
    width: 9rem;
  }
  .wrap_list .list_top_problem .problem_03 {
    left: 60px;
    width: 9rem;
  }
  .wrap_list .list_top_problem .problem_04 {
    right: 60px;
    width: 9rem;
  }
  .wrap_list .list_top_problem li > p {
    font-size: 0.9375rem;
    padding: 8px 4px 6px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_top_problem .problem_01 {
    left: 20px;
  }
  .wrap_list .list_top_problem .problem_02 {
    right: 20px;
  }
  .wrap_list .list_top_problem .problem_03 {
    left: 20px;
  }
  .wrap_list .list_top_problem .problem_04 {
    right: 20px;
  }
}
.wrap_list .list_top_img {
  position: relative;
  margin-bottom: 44px;
}
.wrap_list .list_top_img::before {
  border-top: 5px solid #f08d18;
  border-right: 5px solid #f08d18;
  bottom: -10px;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  width: 16px;
  transform: translateX(-50%) rotate(135deg);
}
.wrap_list .list_top_img::after {
  border-top: 5px solid #ee6104;
  border-right: 5px solid #ee6104;
  bottom: -28px;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  width: 16px;
  transform: translateX(-50%) rotate(135deg);
}
.wrap_list .list_top .blk_lead {
  display: table;
  margin: 0 auto 0;
  padding: 0 30px;
  position: relative;
  width: auto;
}
.wrap_list .list_top .blk_lead::before {
  border-left: 1px solid #232b39;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-30deg);
}
.wrap_list .list_top .blk_lead::after {
  border-left: 1px solid #232b39;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(30deg);
}
.wrap_list .list_top .blk_lead_txt {
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.wrap_list .list_top .blk_lead_txt > strong {
  background: linear-gradient(transparent 75%, #fff780 0);
}
@media screen and (min-width: 768px) {
  .wrap_list .list_top .blk_lead {
    font-size: 1.25rem;
    padding: 0 40px;
  }
  .wrap_list .list_top .blk_lead::before {
    top: 10px;
  }
  .wrap_list .list_top .blk_lead::after {
    top: 10px;
  }
}
.wrap_list .blk_cv {
  background: #fdf5e2;
  box-sizing: border-box;
  display: block;
  margin-bottom: 40px;
  padding: 18px 0 28px;
  text-align: center;
  width: 100%;
}
.wrap_list .blk_cv.blk_top {
  background: #fff;
  border: 2px solid #ccc;
  padding-top: 0;
}
.wrap_list .blk_cv_ttl {
  background: #f5f5f5;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 18px;
}
.wrap_list .blk_cv_lead {
  background: transparent url(https://www.i-sozoku.com/wp-content/themes/i-sozoku/images/img_op_03.png) no-repeat left center;
  background-size: 62px;
  height: 60px;
  margin: 0 10px 28px;
  padding-left: 80px;
}
.wrap_list .blk_cv_comment {
  background: #fff6dd;
  border-radius: 12px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}
.wrap_list .blk_cv_comment::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -20px;
  border: 6px solid transparent;
  border-right: 24px solid #fff6dd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_cv_comment {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 359px) {
  .wrap_list .blk_cv_comment {
    font-size: 0.875rem;
  }
}
.wrap_list .blk_cv_balloon {
  background: #fff;
  border-radius: 12px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}
.wrap_list .blk_cv_balloon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -20px;
  border: 6px solid transparent;
  border-right: 24px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 359px) {
  .wrap_list .blk_cv_balloon {
    font-size: 0.875rem;
  }
}
.wrap_list .blk_cv .cta-btn-phone {
  margin: 0 10px 10px;
  display: flex;
  width: auto;
}
.wrap_list .blk_cv_btn {
  display: flex;
  justify-content: center;
}
.wrap_list .blk_cv_btn > a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 60px;
  padding: 0 15px;
  text-decoration: none;
  width: 100%;
}
.wrap_list .blk_cv_btn > a .material-icons {
  font-size: 2.2rem;
  margin-left: 10px;
}
.wrap_list .blk_cv_btn > a .icon_free {
  background: #fff;
  border-radius: 4px;
  color: #f08d18;
  font-size: 1rem;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  width: 50px;
}
@media screen and (max-width: 359px) {
  .wrap_list .blk_cv_btn > a {
    padding: 0;
  }
}
.wrap_list .blk_cv_btn .to_call {
  border: solid 1px #e63946;
  background: #e63946;
  box-shadow: 0 4px 0 #a12c34;
  color: #fff;
  font-size: 0.875rem;
  justify-content: space-between;
  margin: 0 10px 15px;
}
.wrap_list .blk_cv_btn .to_call span {
  display: block;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 4px;
}
.wrap_list .blk_cv_btn .to_form {
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  color: #fff;
  justify-content: space-between;
  margin: 0 10px 0;
}
.wrap_list .blk_cv_btn .to_form strong {
  font-size: 1.25rem;
}
.wrap_list .blk_cv_btn .to_form div.remaining-time-appeal {
  display: flex;
  flex-direction: column;
}
.wrap_list .blk_cv_btn .to_form div.remaining-time-appeal span {
  font-size: 13px;
  margin-bottom: 4px;
}
.wrap_list .blk_cv_btn .to_merit {
  background: linear-gradient(to bottom, #fff, #ddd);
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #232b39;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  margin: 20px 10px 0;
}
.wrap_list .blk_cv_btn .to_merit .icon_beginner {
  height: 50%;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_cv_btn .to_merit {
    font-size: 0.875rem;
  }
}
.wrap_list .blk_cv .cta-btn-phone {
  display: flex;
  margin: 10px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_cv .cta-btn-phone {
    margin: 10px;
  }
}
.wrap_list .blk_cv_btn--tel {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_cv_btn--tel {
    display: none !important;
  }
}
.wrap_list .blk_cv_txt {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_cv_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 359px) {
  .wrap_list .blk_cv_txt {
    font-size: 0.875rem;
  }
}
.wrap_list .blk_cv_catch {
  margin-bottom: 15px;
}
.wrap_list .blk_cv_bar {
  border-top: 1px dashed #ccc;
  margin: 0 10px 15px;
}
.wrap_list .blk_cv_number {
  align-items: center;
  color: #e63946;
  display: flex;
  justify-content: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap_list .blk_cv_number .material-icons {
  font-size: 2.3rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_cv {
    display: none;
  }
}
.wrap_list .list_specialist {
  padding: 0 0 20px;
  /*inputを非表示 & 閉じた時の位置調整*/
  /*ラベル（「開く」ボタン）*/
  /*ラベルに表示するテキスト*/
  /*開閉エリア*/
  /*開閉エリアにぼかしを乗せる*/
  /*開いたらぼかしを消す*/
}
.wrap_list .list_specialist .near_stations {
  margin: 32px 0;
  position: relative;
}
.wrap_list .list_specialist .near_stations h3 {
  display: flex;
  align-items: center;
}
.wrap_list .list_specialist .near_stations ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 24px 0;
}
.wrap_list .list_specialist .near_stations ul li {
  display: flex;
  border: 1px solid #eee;
}
.wrap_list .list_specialist .near_stations ul li a {
  padding: 12px;
  text-decoration: none;
}
.wrap_list .list_specialist .near_stations .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 128px;
  margin: auto;
  padding: 0.2em 0;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: underline;
}
.wrap_list .list_specialist .near_stations .grad-item {
  position: relative;
  overflow: hidden;
  height: 60px;
  /*隠した状態の高さ*/
}
.wrap_list .list_specialist .near_stations .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.wrap_list .list_specialist .near_stations .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.wrap_list .list_specialist .near_stations .grad-trigger:checked + .grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}
.wrap_list .list_specialist .near_stations .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}
.wrap_list .list_specialist .near_stations .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.wrap_list .list_specialist_ttl {
  font-size: 1.0625rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist_ttl {
    font-size: 1.25rem;
  }
}
.wrap_list .list_specialist_ttl.sort_select_wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist_ttl.sort_select_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.wrap_list .list_specialist_ttl.sort_select_wrap > span {
  display: block;
}
.wrap_list .list_specialist_ttl.sort_select_wrap > span:last-of-type {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
  margin: 15px 0 -5px 0;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist_ttl.sort_select_wrap > span:last-of-type {
    margin: 0;
  }
}
.wrap_list .list_specialist_ttl.sort_select_wrap > span select {
  margin-left: 1em;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.wrap_list .list_specialist_ttl.sort_select_wrap > span .sort_select_link {
  margin: 0 0 0 8px;
  display: flex;
  gap: 4px;
}
.wrap_list .list_specialist_ttl.sort_select_wrap > span .sort_select_link a.active {
  font-weight: bold;
  text-decoration: none;
  color: initial;
  pointer-events: none;
}
.wrap_list .list_specialist .list_search {
  border-bottom: 1px dashed #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  justify-content: space-between;
  margin: 0 0 20px;
  max-width: 100%;
  padding-bottom: 16px;
}
.wrap_list .list_specialist .list_search_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  height: 36px;
  text-align: center;
  width: 23%;
}
.wrap_list .list_specialist .list_search_item > a {
  align-items: center;
  color: #232b39;
  display: flex;
  height: 36px;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.wrap_list .list_specialist .list_search_item.item_current {
  background: #f08d18;
  box-shadow: none;
}
.wrap_list .list_specialist .list_search_item.item_current a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_search_item {
    border: 1px solid #f08d18;
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    width: 23.5%;
  }
  .wrap_list .list_specialist .list_search_item a {
    padding-left: 5px;
  }
  .wrap_list .list_specialist .list_search_item a::before {
    background: #fff;
    border: 2px solid #f08d18;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 12px;
    position: absolute;
    top: 14px;
    width: 20px;
  }
  .wrap_list .list_specialist .list_search_item.item_current a::before {
    background: #fff url(../images/icon_check.png) center no-repeat;
    background-size: 16px auto;
    border: none;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 14px;
    position: absolute;
    top: 14px;
    width: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .list_search_item {
    width: 24.5%;
  }
  .wrap_list .list_specialist .list_search_item a::before, .wrap_list .list_specialist .list_search_item.item_current a::before {
    left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_search {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 24px;
    padding-bottom: 20px;
  }
}
.wrap_list .list_specialist .list_result_count {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.wrap_list .list_specialist .list_result_count em {
  font-size: 1.25rem;
  font-style: normal;
}
.wrap_list .list_specialist .list_result_count span {
  padding-left: 1em;
}
.wrap_list .list_specialist .list_result_count .txt_att {
  font-size: 0.75rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_count {
    font-size: 1rem;
    position: relative;
  }
  .wrap_list .list_specialist .list_result_count em {
    font-size: 1.5rem;
  }
  .wrap_list .list_specialist .list_result_count .txt_att {
    bottom: 0;
    display: inline-block;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
  }
}
.wrap_list .list_specialist .list_result_item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}
.wrap_list .list_specialist .list_result_item .specialist_copy {
  padding: 8px;
  background: #fff6dd;
  border-radius: 0;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.wrap_list .list_specialist .list_result_item .specialist_ttl {
  font-size: 1.1875rem;
  margin-bottom: 15px;
  text-decoration: underline;
  line-height: 1.4;
  padding-right: 1.5em;
  text-decoration: none;
}
.wrap_list .list_specialist .list_result_item div.specialist_ttl {
  font-weight: bold;
}
.wrap_list .list_specialist .list_result_item .specialist_score {
  display: flex;
  flex-flow: nowrap;
  margin-bottom: 20px;
}
.wrap_list .list_specialist .list_result_item .specialist_score .material-icons {
  font-size: 1.1rem;
  color: #ff9900;
  display: inline-flex;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_item .specialist_score .material-icons {
    font-size: 1.3rem;
  }
}
.wrap_list .list_specialist .list_result_item .specialist_score .material-icons.gray {
  color: #ddd;
}
.wrap_list .list_specialist .list_result_item .specialist_score .number {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #232b39;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_item .specialist_score .number {
    font-size: 1.25rem;
  }
}
.wrap_list .list_specialist .list_result_item .specialist_score .count {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_item .specialist_score .count {
    font-size: 1rem;
  }
}
.wrap_list .list_specialist .list_result_item .specialist_score .count a {
  color: #1ba0e5;
  text-decoration: none;
}
.wrap_list .list_specialist .list_result_item.pr .specialist_ttl::after {
  color: #888;
  content: "PR";
  border: 1px solid #ccc;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Lucida Grande", Meiryo, メイリオ, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .wrap_list .list_specialist .list_result_item .specialist_ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .wrap_list .list_specialist .list_result_item.pr .specialist_ttl::after {
    font-size: 0.875rem;
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .list_result_item {
    padding: 20px;
  }
}
.wrap_list .list_specialist .list_result_item.--nopr .specialist_ttl {
  color: #1ba0e5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.wrap_list .list_specialist .list_result_item.--nopr .specialist_adr {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .list_result_item.--nopr .specialist_adr {
    font-size: 1rem;
  }
}
.wrap_list .list_specialist .blk_main {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 40% 1fr;
}
.wrap_list .list_specialist .blk_main_img {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-bottom: 12px;
  max-width: 300px;
  min-width: 120px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main_img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.wrap_list .list_specialist .blk_main_img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  max-height: 100px;
}
.wrap_list .list_specialist .blk_main_icon {
  font-size: 0.875rem;
  grid-column: 1/4;
  grid-row: 3/4;
  max-width: 320px;
  min-width: 130px;
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.wrap_list .list_specialist .blk_main_icon > * {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main_icon {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.wrap_list .list_specialist .blk_main_icon .icon_free {
  align-items: center;
  background: #b09b65;
  border-radius: 4px;
  color: #fff;
  display: flex;
  height: 28px;
  justify-content: center;
  padding-right: 8px;
}
.wrap_list .list_specialist .blk_main_icon .icon_free i > img {
  margin: 0 6px 0;
  width: 16px;
}
.wrap_list .list_specialist .blk_main_icon .icon_alliance {
  align-items: center;
  background: #f08d18;
  border-radius: 4px;
  color: #fff;
  display: flex;
  height: 28px;
  justify-content: center;
  padding-right: 8px;
}
.wrap_list .list_specialist .blk_main_icon .icon_alliance i {
  color: #fff;
  font-size: 1.75rem;
}
.wrap_list .list_specialist .blk_main_access {
  display: inline-block;
  font-size: 0.875rem;
  grid-column: 2/3;
  grid-row: auto;
  line-height: 1.7;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main_access {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.wrap_list .list_specialist .blk_main_access dt {
  color: #888;
}
.wrap_list .list_specialist .blk_main_access a {
  color: #232b39;
  text-decoration: none;
}
.wrap_list .list_specialist .blk_main_address {
  display: inline-block;
  font-size: 0.875rem;
  grid-column: 2/4;
  grid-row: auto;
  line-height: 1.7;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main_address {
    grid-column: 1/4;
    grid-row: 1/3;
  }
}
.wrap_list .list_specialist .blk_main_address dt {
  color: #888;
}
.wrap_list .list_specialist .blk_main_address a {
  color: #232b39;
  text-decoration: none;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn {
  display: flex;
  grid-column: 1/3;
  grid-row: 4/5;
  position: relative;
  height: 64px;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main .blk_cv_btn {
    grid-column: 1/4;
    grid-row: 1/3;
  }
}
.wrap_list .list_specialist .blk_main .blk_cv_btn > a {
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 48px;
  text-decoration: none;
  width: 100%;
  position: absolute;
  z-index: 80;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn > a .material-icons {
  font-size: 2.2rem;
  margin-left: 10px;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn > a div.remaining-time-appeal {
  display: flex;
  flex-direction: column;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn > a div.remaining-time-appeal span {
  font-size: 13px;
  margin-bottom: 4px;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main .blk_cv_btn .pc_only {
    display: initial;
  }
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_counseling {
  border: solid 1px #e63946;
  background: #e63946;
  box-shadow: 0 4px 0 #a12c34;
  color: #fff;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1.3;
  margin: 0 0 15px;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_counseling p {
  margin-top: 2px;
  text-shadow: 0 1px 4px rgba(104, 31, 2, 0.25);
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_counseling span {
  text-shadow: 0 1px 4px rgba(81, 24, 1, 0.25);
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-shadow: #511801;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_counseling strong {
  font-size: 1.25rem;
  margin-right: -8px;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_form {
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  color: #fff;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .blk_main .blk_cv_btn .to_form {
    padding: 0 10px 0 0;
  }
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_form .material-icons {
  font-size: 1.875rem;
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_form strong {
  font-size: 1.25rem;
  text-shadow: 0 1px 4px rgba(156, 83, 2, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .blk_main .blk_cv_btn .to_form strong {
    font-size: 1rem;
  }
}
.wrap_list .list_specialist .blk_main .blk_cv_btn .to_form .icon_free {
  background: #fff;
  border-radius: 4px;
  color: #f08d18;
  font-size: 0.875rem;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 48px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main .blk_cv_btn {
    display: none;
  }
}
.wrap_list .list_specialist .blk_main .blk_cv_txt {
  grid-column: 1/3;
  grid-row: 5/6;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main .blk_cv_txt {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main .blk_cv_txt {
    display: none;
  }
}
.wrap_list .list_specialist .blk_main.non .blk_main_img {
  margin-bottom: 0;
}
.wrap_list .list_specialist .blk_main.non .blk_main_address {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: 15px;
}
.wrap_list .list_specialist .blk_main.non .blk_main_access {
  grid-column: 2/3;
  grid-row: 2/3;
}
.wrap_list .list_specialist .blk_main.non .blk_main_access dd.access-line, .wrap_list .list_specialist .blk_main.non .blk_main_access dd.address-line {
  max-width: 410px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap_list .list_specialist .blk_main.non .blk_cv_btn {
  display: inline-flex;
  grid-column: 1/3;
  grid-row: 4/5;
  margin-left: 0;
}
.wrap_list .list_specialist .blk_main .blk_area {
  color: #f08d18;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 40px auto 1fr;
    margin-bottom: 20px;
    min-height: 150px;
  }
  .wrap_list .list_specialist .blk_main_img {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .wrap_list .list_specialist .blk_main_img img {
    max-height: 150px;
  }
  .wrap_list .list_specialist .blk_main_icon {
    display: flex;
    font-size: 0.9375rem;
    grid-column: 2/3;
    grid-row: auto;
    margin: 0 0 15px 20px;
    width: auto;
  }
  .wrap_list .list_specialist .blk_main_icon .icon_free {
    margin: 0 15px 0 0;
  }
  .wrap_list .list_specialist .blk_main_address {
    font-size: 1rem;
    grid-column: 2/3;
    grid-row: auto;
    margin-left: 20px;
  }
  .wrap_list .list_specialist .blk_main_access {
    font-size: 1rem;
    grid-column: 2/3;
    grid-row: auto;
    margin-left: 20px;
  }
  .wrap_list .list_specialist .blk_main_access dd.access-line, .wrap_list .list_specialist .blk_main_access dd.address-line {
    max-width: 410px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .wrap_list .list_specialist .blk_main.non {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 1fr 80px;
  }
  .wrap_list .list_specialist .blk_main.non .bkl_main_img {
    grid-column: 1/2;
    grid-row: 1/1;
    margin-bottom: 0;
  }
  .wrap_list .list_specialist .blk_main.non .non_right_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .wrap_list .list_specialist .blk_main.non .non_right_wrapper .blk_main_address {
    font-size: 1rem;
    grid-column: 1/1;
    grid-row: 1/2;
    margin-left: 20px;
  }
  .wrap_list .list_specialist .blk_main.non .non_right_wrapper .blk_main_access {
    grid-column: 1/1;
    grid-row: 2/3;
  }
  .wrap_list .list_specialist .blk_main.non .blk_cv_btn {
    display: inline-flex;
    grid-column: 1/3;
    grid-row: 2/3;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .blk_main_icon {
    font-size: 0.75rem;
  }
}
.wrap_list .list_specialist .blk_cv_btn_isozoku {
  margin: 15px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_btn_isozoku--sp {
    display: none;
  }
}
.wrap_list .list_specialist .blk_cv_btn_isozoku--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_btn_isozoku--pc {
    display: block;
    grid-column: 2/3;
    grid-row: auto;
    margin: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_txt--sp {
    display: none;
  }
}
.wrap_list .list_specialist .blk_cv_txt--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_txt--pc {
    display: block;
  }
}
.wrap_list .list_specialist .blk_cv_btn_isozoku {
  text-align: center;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .cv_header {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: bold;
  margin-top: 12px;
  z-index: 1;
  position: relative;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .cv_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: rgba(255, 237, 117, 0.6);
  z-index: -1;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling.phone_btn {
  background: #e63946;
  border-bottom: 5px solid #c32e3a;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling.phone_btn {
    display: none;
  }
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling.web_btn {
  background: #f08d18;
  border-bottom: 5px solid #895921;
  padding: 0 15px;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling i {
  font-size: 1.5rem;
  margin-right: 0;
  flex-shrink: 0;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  padding: 0;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content .btn_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  flex: 1;
  text-align: center;
}
.wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content .btn_tag {
  background-color: rgba(255, 255, 255, 0.95);
  color: #E63946;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_cv_btn_isozoku .cv_header {
    font-size: 1.125rem;
    color: #666;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: bold;
    margin-top: 12px;
    z-index: 1;
    position: relative;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .cv_header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: rgba(255, 237, 117, 0.6);
    z-index: -1;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling {
    height: 70px;
    border-radius: 12px;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling i {
    font-size: 1.75rem;
    margin-right: 20px;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content {
    padding: 0 25px;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content .btn_title {
    font-size: 1.125rem;
  }
  .wrap_list .list_specialist .blk_cv_btn_isozoku .to_counseling .btn_content .btn_tag {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.wrap_list .list_specialist .blk_main_features {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: flex-start;
  margin: 10px 0;
  max-width: 100%;
  overflow: hidden;
}
.wrap_list .list_specialist .blk_main_features li {
  border: 1px solid #232b39;
  border-radius: 8px;
  font-size: 0.875rem;
  margin: 0 5px 10px 0;
  padding: 8px;
  white-space: nowrap;
  display: inline-block;
}
.wrap_list .list_specialist .blk_main_features li.feature_free {
  background-color: #b09b65;
  border-color: #b09b65;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_main_features {
    font-size: 0.875rem;
    margin: 10px 0;
    max-width: 100%;
  }
  .wrap_list .list_specialist .blk_main_features li {
    font-size: 0.875rem;
    padding: 8px;
    margin: 0 5px 10px 0;
    border-radius: 8px;
  }
}
.wrap_list .list_specialist .open-box-wrapper {
  position: relative;
}
.wrap_list .list_specialist input[type=checkbox].on-off {
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}
.wrap_list .list_specialist .open-label-wrapper {
  position: absolute;
  bottom: -5px;
  z-index: 80;
  background: transparent;
  width: 100%;
}
.wrap_list .list_specialist .open-label {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0.6em;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: whiter;
  border-radius: 100px;
  position: relative;
  border: 1px solid #f08d18;
  color: #f08d18;
  max-width: 120px;
  cursor: pointer;
  background: white;
}
.wrap_list .list_specialist .open-label::after {
  content: "続きを読む";
}
.wrap_list .list_specialist .on-off:checked ~ .open-label-wrapper .open-label {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
}
.wrap_list .list_specialist .on-off:checked ~ .open-label-wrapper .open-label::after {
  content: "閉じる";
}
.wrap_list .list_specialist .open-box {
  border-radius: 8px;
  height: 120px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
.wrap_list .list_specialist .on-off:checked ~ .open-box {
  padding: 0.5em 0 2.2em 0;
  height: auto;
}
.wrap_list .list_specialist .open-box::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.wrap_list .list_specialist .on-off:checked ~ .open-box::before {
  background: none;
  z-index: -1;
}
.wrap_list .list_specialist .blk_appeal {
  background: #fff6dd;
  border-radius: 5px;
  line-height: 1.7;
  margin-bottom: 12px;
  padding: 8px;
}
.wrap_list .list_specialist .blk_appeal_lead {
  font-size: 0.875rem;
  font-weight: bold;
}
.wrap_list .list_specialist .blk_appeal_txt {
  display: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_appeal {
    margin-bottom: 20px;
    padding: 10px;
  }
  .wrap_list .list_specialist .blk_appeal_lead {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .wrap_list .list_specialist .blk_appeal_txt {
    display: block;
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.wrap_list .list_specialist .blk_overview_list {
  font-size: 0.875rem;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.6;
  text-align: left;
}
.wrap_list .list_specialist .blk_overview_list strong {
  font-weight: bold;
  margin-right: 5px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_overview_list {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .blk_overview_list {
    font-size: 0.8125rem;
  }
}
.wrap_list .list_specialist .blk_members {
  margin-top: 15px;
}
.wrap_list .list_specialist .blk_members h4 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #666;
}
.wrap_list .list_specialist .blk_members ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap_list .list_specialist .blk_members li {
  margin-bottom: 10px;
  padding: 8px 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-left: 3px solid #ddd;
}
.wrap_list .list_specialist .blk_members .member_info {
  margin-bottom: 4px;
  line-height: 1.4;
}
.wrap_list .list_specialist .blk_members .member_info strong {
  font-weight: bold;
  margin-right: 8px;
  font-size: 0.875rem;
}
.wrap_list .list_specialist .blk_members .member_info .member_qualification {
  font-size: 0.75rem;
  color: #666;
}
.wrap_list .list_specialist .blk_members .member_career {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap_list .list_specialist .blk_members .member_career span {
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_members h4 {
    font-size: 1rem;
  }
  .wrap_list .list_specialist .blk_members .member_info strong {
    font-size: 1rem;
  }
  .wrap_list .list_specialist .blk_members .member_info .member_qualification {
    font-size: 0.875rem;
  }
  .wrap_list .list_specialist .blk_members .member_career {
    font-size: 0.875rem;
  }
}
.wrap_list .list_specialist .blk_office_review {
  margin-top: 15px;
}
.wrap_list .list_specialist .blk_office_review h4 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #666;
}
.wrap_list .list_specialist .blk_office_review .review_content {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #e5e5e5;
}
.wrap_list .list_specialist .blk_office_review .review_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}
.wrap_list .list_specialist .blk_office_review .review_header .review_rating {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
.wrap_list .list_specialist .blk_office_review .review_header .review_rating i {
  color: #999;
  font-size: 1.25rem;
  margin-right: 5px;
}
.wrap_list .list_specialist .blk_office_review .review_header .review_date {
  color: #666;
}
.wrap_list .list_specialist .blk_office_review .review_section {
  margin-bottom: 10px;
}
.wrap_list .list_specialist .blk_office_review .review_section:last-child {
  margin-bottom: 0;
}
.wrap_list .list_specialist .blk_office_review .review_section h5 {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.wrap_list .list_specialist .blk_office_review .review_section p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_office_review .review_content {
    padding: 15px;
  }
  .wrap_list .list_specialist .blk_office_review h4 {
    font-size: 1rem;
  }
  .wrap_list .list_specialist .blk_office_review .review_header {
    font-size: 0.875rem;
  }
  .wrap_list .list_specialist .blk_office_review .review_header .review_rating i {
    font-size: 1.5rem;
  }
  .wrap_list .list_specialist .blk_office_review .review_section h5 {
    font-size: 0.875rem;
  }
  .wrap_list .list_specialist .blk_office_review .review_section p {
    font-size: 0.8125rem;
  }
}
.wrap_list .list_specialist .blk_qualifications {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.wrap_list .list_specialist .blk_qualifications h4 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #666;
  margin: 0;
  flex-shrink: 0;
}
.wrap_list .list_specialist .blk_qualifications .qualifications_content {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_qualifications {
    gap: 10px;
  }
  .wrap_list .list_specialist .blk_qualifications h4 {
    font-size: 1rem;
  }
  .wrap_list .list_specialist .blk_qualifications .qualifications_content {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.wrap_list .list_specialist .blk_affiliations {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.wrap_list .list_specialist .blk_affiliations h4 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #666;
  margin: 0;
  flex-shrink: 0;
}
.wrap_list .list_specialist .blk_affiliations .affiliations_content {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_affiliations {
    gap: 10px;
  }
  .wrap_list .list_specialist .blk_affiliations h4 {
    font-size: 1rem;
  }
  .wrap_list .list_specialist .blk_affiliations .affiliations_content {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.wrap_list .list_specialist .blk_appeal {
  margin-top: 15px;
}
.wrap_list .list_specialist .blk_overview_list-option {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: flex-start;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
.wrap_list .list_specialist .blk_overview_list-option li {
  border: 1px solid #232b39;
  border-radius: 8px;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 5px 10px 0;
  padding: 8px;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-1 {
  order: 1;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-2 {
  order: 2;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-3 {
  order: 3;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-4 {
  order: 4;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-5 {
  order: 5;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-6 {
  order: 6;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-7 {
  order: 7;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-8 {
  order: 8;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-9 {
  order: 9;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-10 {
  order: 10;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-11 {
  order: 11;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-12 {
  order: 12;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-13 {
  order: 13;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-14 {
  order: 14;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-15 {
  order: 15;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-16 {
  order: 16;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-17 {
  order: 17;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-18 {
  order: 18;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-19 {
  order: 19;
}
.wrap_list .list_specialist .blk_overview_list-option li.order-99 {
  order: 99;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist .blk_overview_list-option {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .wrap_list .list_specialist .blk_overview_list-option li {
    border-radius: 8px;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0 5px 10px 0;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .list_specialist .blk_overview_list-option {
    font-size: 0.8125rem;
  }
}
.wrap_list .list_specialist .blk_main_access dd.access-line, .wrap_list .list_specialist .blk_main_access dd.address-line {
  max-width: 410px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrap_list .list_specialist .link_detail {
  text-decoration: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap_list .list_specialist .link_detail_txt {
  align-items: center;
  color: #1ba0e5;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.wrap_list .list_specialist .link_detail_txt::after {
  color: #1ba0e5;
  content: "arrow_forward_ios";
  font-family: Material Icons;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_specialist {
    padding: 0 0 20px;
  }
}
.wrap_list .blk_seo_matome {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.wrap_list .blk_seo_matome h3 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_seo_matome {
    font-size: 1rem;
  }
}
.wrap_list .blk_seo_txt {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.wrap_list .blk_seo_txt h3 {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_seo_txt {
    font-size: 1rem;
  }
}
.wrap_list .blk_contact {
  display: none;
}
.wrap_list .blk_contact .blk_cv_notice {
  margin: 0px auto 14px auto;
  padding: 0px 3px 6px 3px;
  font-size: 14px;
  color: #f08d18;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_contact {
    background: #fdf5e2;
    box-sizing: border-box;
    display: block;
    margin-bottom: 40px;
    padding: 15px;
    text-align: center;
    width: 100%;
  }
  .wrap_list .blk_contact_balloon {
    background: #fff;
    border-radius: 16px;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_contact_balloon {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_contact_number {
    align-items: center;
    color: #e63946;
    display: flex;
    justify-content: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .wrap_list .blk_contact_number .material-icons {
    font-size: 2.3rem;
    margin-right: 5px;
  }
  .wrap_list .blk_contact_btn {
    display: flex;
    justify-content: center;
  }
  .wrap_list .blk_contact_btn > a {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 60px;
    padding: 0 15px;
    text-decoration: none;
    width: 55%;
  }
  .wrap_list .blk_contact_btn > a .material-icons {
    font-size: 2.2rem;
    margin-left: 10px;
  }
  .wrap_list .blk_contact_btn > a .icon_free {
    background: #fff;
    border-radius: 4px;
    color: #f08d18;
    font-size: 1rem;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    width: 50px;
  }
  .wrap_list .blk_contact_btn > a div.remaining-time-appeal {
    display: flex;
    flex-direction: column;
  }
  .wrap_list .blk_contact_btn > a div.remaining-time-appeal span {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .wrap_list .blk_contact_btn .to_form {
    background: #f08d18;
    box-shadow: 0 4px 0 #895921;
    color: #fff;
    justify-content: space-between;
    margin: 0 10px 0;
  }
  .wrap_list .blk_contact_btn .to_form strong {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_contact_btn .to_form strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_contact_txt {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  .wrap_list .blk_contact_catch {
    margin-bottom: 12px;
  }
  .wrap_list .blk_contact_bar {
    border-top: 1px solid #ccc;
    margin: 0 10px 15px;
  }
}
.wrap_list .blk_contact .cta-btn-phone {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_contact .cta-btn-phone {
    padding: 10px 45px;
  }
}
.wrap_list .blk_merit_ttl {
  border-bottom: 1px solid #f08d18;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 48px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_merit_ttl {
    font-size: 1.25rem;
  }
}
.wrap_list .blk_merit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 7% 0;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_merit_list {
    margin: 0;
  }
}
.wrap_list .blk_merit_list li {
  border: 2px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  height: auto;
  line-height: 1.8;
  list-style-type: none;
  margin-bottom: 60px;
  padding: 40px 12px 18px;
  position: relative;
  width: 100%;
}
.wrap_list .blk_merit_list li > div {
  display: flex;
}
.wrap_list .blk_merit_list li > div > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.wrap_list .blk_merit_list li > div > div:first-child img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_merit_list li > div > div:first-child img {
    width: 80px;
  }
}
.wrap_list .blk_merit_list li > div > div:last-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.wrap_list .blk_merit_list li > div.label {
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wrap_list .blk_merit_list li > div.label span {
  font-size: 16px;
  background-color: #f08d18;
  color: #fff;
  font-weight: normal;
  height: 22px;
  padding: 6px 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_list .blk_merit_list li > div.label span strong {
  font-size: 20px;
  font-weight: bold;
  margin-left: 3px;
}
.wrap_list .blk_merit_list li:last-child {
  margin-bottom: 40px;
}
.wrap_list .blk_merit_list li h4 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_merit_list li h4 {
    font-size: 0.8rem;
  }
}
.wrap_list .blk_merit_list li p {
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list .blk_merit_list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 359px) {
  .wrap_list .blk_merit_list {
    margin: 0 4% 0;
  }
}
.wrap_list .blk_merit_image {
  margin-bottom: 32px;
}
.wrap_list .blk_merit_image img {
  max-width: 100%;
}
.wrap_list .blk_bnr {
  margin-bottom: 40px;
  text-align: center;
}
.wrap_list .blk_bnr img {
  height: auto;
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_bnr {
    display: none;
  }
}
.wrap_list .blk_bnr .sim_banners {
  display: flex;
}
.wrap_list .blk_bnr .sim_banners a {
  width: 33.33%;
}
.wrap_list .blk_bnr .sim_banners a img {
  width: 100%;
}
.wrap_list .blk_article {
  margin-bottom: 40px;
}
.wrap_list .blk_article_ttl {
  border-bottom: 1px solid #f08d18;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_article_ttl {
    font-size: 1.25rem;
  }
}
.wrap_list .blk_office {
  margin-bottom: 30px;
}
.wrap_list .blk_office_ttl {
  border-bottom: 1px solid #f08d18;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_office_ttl {
    font-size: 1.25rem;
  }
}
.wrap_list .blk_office_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-y: hidden;
}
.wrap_list .blk_office_list li {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 224px;
  line-height: 1.2;
  list-style-type: none;
  margin: 0 8px 20px 0;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.wrap_list .blk_office_list li:last-child {
  margin: 0 0 20px;
}
.wrap_list .blk_office_list li figure {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 120px;
  justify-content: center;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
.wrap_list .blk_office_list li figure img {
  width: 100%;
}
.wrap_list .blk_office_list li h4 {
  height: 3.8em;
  padding: 0 10px;
}
.wrap_list .blk_office_list li p {
  display: -webkit-box;
  font-size: 0.8125rem;
  height: 1.2em;
  overflow: hidden;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wrap_list .blk_office_list li a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_office_list li {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list .blk_office_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wrap_list .wrap_col {
  display: block;
  width: 100%;
}
.wrap_list .wrap_col_main {
  margin: 0 10px 20px;
}
.wrap_list .wrap_col_side {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_list .wrap_col {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    width: 100%;
  }
  .wrap_list .wrap_col_main {
    margin: 0 20px 0 0;
    max-width: 620px;
  }
  .wrap_list .wrap_col_side {
    display: block;
    max-width: 360px;
    min-width: 300px;
    width: 100%;
  }
  .wrap_list .wrap_col_side .blk_cv {
    display: block;
  }
  .wrap_list .wrap_col_side .blk_bnr {
    display: block;
    margin-bottom: 30px;
  }
  .wrap_list .wrap_col_side .blk_bnr .sim_banners {
    display: flex;
  }
  .wrap_list .wrap_col_side .blk_bnr .sim_banners a {
    width: 33.33%;
  }
  .wrap_list .wrap_col_side .blk_bnr .sim_banners a img {
    width: 100%;
  }
  .wrap_list .wrap_col_side .blk_sticky {
    position: sticky;
    top: 0;
  }
  .wrap_list .wrap_col_side .blk_objective {
    display: block;
  }
  .wrap_list .wrap_col_side .blk_objective_ttl {
    border-bottom: 1px solid #f08d18;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .wrap_list .wrap_col_side .blk_objective_sim_banners a img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 24px 30px 16px;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item:last-child {
    margin-bottom: 0;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item a {
    color: #232b39;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item img {
    height: auto;
    width: 100%;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item p {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #f08d18;
    bottom: 0;
    display: flex;
    font-size: 0.875rem;
    height: 45px;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item p em {
    color: #f08d18;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: bold;
  }
  .wrap_list .wrap_col_side .blk_objective .list_objective_item p .btn_counseling {
    background: linear-gradient(to right, #fea339, #f47403);
    border-radius: 5px;
    box-shadow: 1px 1px #c16b07;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 2px;
    padding: 8px 0 7px;
    width: 90px;
  }
}
@media screen and (min-width: 768px) {
  .wrap_list #bottom_index {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list #bottom_index .station_desc {
    width: 100%;
  }
}
.wrap_list #bottom_index .search_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap_list #bottom_index .search_links li {
  float: none;
}
@media screen and (min-width: 768px) {
  .wrap_list #bottom_index .further_narrow_down,
  .wrap_list #bottom_index #knowledge_links,
  .wrap_list #bottom_index #qanda_ranking {
    margin: 0 auto 30px;
    max-width: 1000px;
    padding: 0;
  }
}
.wrap_list #bottom_index #knowledge_links_ul {
  display: flex;
  justify-content: center;
}
.wrap_list #bottom_index #knowledge_links_ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .wrap_list #bottom_index .ft_inner {
    width: 980px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .wrap_list #bottom_index .ft_inner {
    width: 100%;
  }
}
.wrap_list .list_map_navi {
  text-align: center;
  position: relative;
  max-width: 700px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .wrap_list .list_map_navi {
    width: 1000px;
  }
}
@media screen and (max-width: 720px) {
  .wrap_list .list_map_navi {
    margin: 0 10px 40px;
    text-align: center;
    position: relative;
  }
  .wrap_list .list_map_navi .map_navi-button-list {
    display: block;
    max-width: 500px;
  }
  .wrap_list .list_map_navi .map_navi-button-list > div {
    cursor: pointer;
  }
  .wrap_list .list_map_navi .map_navi-button-list > div:hover {
    opacity: 0.8;
  }
  .wrap_list .list_map_navi .map_navi-list-layer {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 10px 40px 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.wrap_list .list_map_navi .map_navi-list {
  display: block;
}
.wrap_list .list_map_navi .map_navi-list:before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/map-navi/map.svg) no-repeat right center;
  background-size: auto 100%;
  opacity: 0.4;
  z-index: 0;
}
.wrap_list .list_map_navi .map_navi-list ul {
  display: flex;
  padding: 4px 4px !important;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.wrap_list .list_map_navi .map_navi-list ul li {
  list-style-type: none;
  margin-right: 8px;
  font-size: 13px;
}
.wrap_list .list_map_navi .map_navi-list ul li a {
  text-decoration: none;
}
.wrap_list .listReviewSummary {
  margin: 24px 0;
}
.wrap_list .listReviewSummary h2 {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .wrap_list .listReviewSummary h2 {
    font-size: 20px;
    margin: 0 0 24px 0;
  }
}
.wrap_list .listReviewSummary__content {
  background-color: #FDFFF3;
  padding: 25px 20px;
}
.wrap_list .listReviewSummary__contentBl {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wrap_list .listReviewSummary__contentBl {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.wrap_list .listReviewSummary__title {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wrap_list .listReviewSummary__title {
    font-size: 18px;
  }
}
.wrap_list .listReviewSummary__title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: url(../images/icon_ai.png) no-repeat;
  background-size: contain;
}
.wrap_list .listReviewSummary__subtitle {
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding: 8px;
  background-color: #5EAD34;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .wrap_list .listReviewSummary__subtitle {
    font-size: 14px;
  }
}
.wrap_list .listReviewSummary__text {
  font-size: 14px;
  line-height: 1.6;
}

.wrap_main {
  background: #f5f5f5;
  color: #232b39;
  margin-bottom: 20px;
  padding: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .wrap_main {
    padding: 20px 0;
  }
}
.wrap_main .lead_main {
  background: #2e3858;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.7;
  height: auto;
  margin: 0 auto 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_main .lead_main {
    font-size: 24px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    width: 950px;
  }
}
.wrap_main .lead_main:after {
  content: "";
  border-color: #2e3858 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 32px 0 32px;
  bottom: -15px;
  height: 0px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
@media screen and (min-width: 768px) {
  .wrap_main .lead_main:after {
    border-width: 16px 20px 0 20px;
    bottom: -16px;
  }
}
.wrap_main .ttl_main {
  background: none;
  background-size: 30%;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: 36px 10px 24px;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl_main {
    background: none;
    background-size: 36%;
    font-size: 36px;
    line-height: 1.65;
    padding: 48px 0 60px;
    width: 820px;
    text-align: center;
  }
}
.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 .ttl_main > div {
  text-align: center;
}
.wrap_main .ttl_main > div a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-shadow: none;
  border-radius: 10px;
}
.wrap_main .ttl_main > div a span {
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}
.wrap_main .ttl-list-city, .wrap_main .ttl-line-city {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city, .wrap_main .ttl-line-city {
    width: 980px;
  }
}
.wrap_main .ttl-list-city .ttl-top .ttl-list-city_main, .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: 36px 10px 0px;
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-top .ttl-list-city_main, .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main {
    text-align: center;
    background-size: 36%;
    font-size: 36px;
    line-height: 1.5;
    padding: 28px 0 20px;
    padding-top: 20px;
    width: 820px;
  }
}
.wrap_main .ttl-list-city .ttl-top .ttl-list-city_main > strong, .wrap_main .ttl-line-city .ttl-top .ttl-list-city_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-list-city .ttl-top .ttl-list-city_main span, .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main span {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-top .ttl-list-city_main span, .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main span {
    font-size: 36px;
  }
}
.wrap_main .ttl-list-city .ttl-bottom, .wrap_main .ttl-line-city .ttl-bottom {
  display: flex;
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left, .wrap_main .ttl-line-city .ttl-bottom .ttl-left {
  width: 100%;
  margin: 0px 0 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-bottom .ttl-left, .wrap_main .ttl-line-city .ttl-bottom .ttl-left {
    width: 76%;
  }
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .ttl-main-desc, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .ttl-main-desc {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 0;
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .ttl-main-desc a, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .ttl-main-desc a {
  text-decoration: underline;
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-btn, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 128px;
  margin: auto;
  padding: 0.2em 0;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: underline;
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-item, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-item {
  position: relative;
  overflow: hidden;
  height: 40px;
  /*隠した状態の高さ*/
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-item, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-item {
    margin: 0 0 0 30px;
  }
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-item::before, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
  background: linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
  content: "";
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-trigger, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-trigger:checked + .grad-btn, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-trigger:checked + .grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-trigger:checked ~ .grad-item, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-left .grad-trigger:checked ~ .grad-item::before, .wrap_main .ttl-line-city .ttl-bottom .ttl-left .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-right, .wrap_main .ttl-line-city .ttl-bottom .ttl-right {
  width: 0%;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-bottom .ttl-right, .wrap_main .ttl-line-city .ttl-bottom .ttl-right {
    display: block;
    width: 24%;
  }
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-right .ttl-main-img, .wrap_main .ttl-line-city .ttl-bottom .ttl-right .ttl-main-img {
  position: static;
}
.wrap_main .ttl-list-city .ttl-bottom .ttl-right .ttl-main-img img, .wrap_main .ttl-line-city .ttl-bottom .ttl-right .ttl-main-img img {
  max-width: 170px;
  position: absolute;
  top: -150px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-list-city .ttl-bottom .ttl-right .ttl-main-img img, .wrap_main .ttl-line-city .ttl-bottom .ttl-right .ttl-main-img img {
    max-width: 170px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 40px;
  }
}
.wrap_main .ttl-line-city .ttl-top .wide-area {
  margin-top: 12px;
}
.wrap_main .ttl-line-city .ttl-top .wide-area a span {
  font-size: 18px;
}
.wrap_main .ttl-line-city .ttl-top .ttl_main {
  background: none;
  font-size: 1.1rem;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 25px 10px 0px !important;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-line-city .ttl-top .ttl_main {
    background-size: 36%;
    font-size: 32px;
    line-height: 1.25;
    padding: 25px 10px 0px !important;
    width: 820px;
  }
}
.wrap_main .ttl-line-city .ttl-top .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-line-city .ttl-top .ttl_main span {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .wrap_main .ttl-line-city .ttl-top .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);
  position: relative;
}
.wrap_main .wrap_cv img.badge {
  display: none;
}
@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: 1rem;
  font-weight: 600;
  line-height: 1.2;
  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 .txt_contact_lead {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .txt_contact_lead {
    font-size: 20px;
    margin: 0 0 18px;
  }
}
.wrap_main .wrap_cv .txt_contact_lead > strong {
  background: linear-gradient(transparent 75%, #ffff98 0);
}
.wrap_main .wrap_cv .note {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.wrap_main .wrap_cv .note span {
  padding-bottom: 6px;
}
.wrap_main .wrap_cv .note span br {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .note span {
    border-bottom: 1px dashed #999;
  }
  .wrap_main .wrap_cv .note span br {
    display: none;
  }
}
.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 .area_cv.sozoku-price .box_btn .btn_form {
  background-color: #17a100 !important;
  color: white !important;
}
.wrap_main .wrap_cv .area_cv.sozoku-price .box_btn .btn_form .txt_inner {
  font-size: 18px !important;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .area_cv.sozoku-price .box_btn .btn_form .txt_inner {
    font-size: 26px !important;
  }
}
.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-size: 25px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_phone .txt_number {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.wrap_main .wrap_cv .btn_phone .txt_number small {
  font-size: 0.8em;
}
.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;
  min-height: 52px;
  line-height: 42px;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form .txt_inner {
    height: 80px;
    line-height: 80px;
  }
}
.wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal {
  display: flex;
  flex-direction: column;
  line-height: 1.2em;
}
.wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal div:nth-child(1), .wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal span:nth-child(1) {
  font-size: 13px;
}
.wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal div:nth-child(2), .wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal span:nth-child(2) {
  font-size: 20px;
}
.wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal small {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .wrap_main .wrap_cv .btn_form .txt_inner div.remaining-time-appeal strong {
    font-size: 1.375rem;
    margin-top: 0.25rem;
  }
}
.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;
}
.wrap_main .wrap_cv .btn_phone, .wrap_main .wrap_cv .btn_form {
  position: relative;
  overflow: hidden;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.wrap_main .wrap_cv .btn_phone.shiny::after, .wrap_main .wrap_cv .btn_form.shiny::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) {
  .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 .fv-banner {
  margin: 15px 15px;
}
@media screen and (min-width: 768px) {
  .wrap_main .fv-banner {
    max-width: 980px;
    margin: 20px auto;
  }
}
.wrap_main .fv-banner a img {
  width: 100%;
  max-width: 100%;
}
.wrap_main .fv-banner a img.lawyer-banner--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .wrap_main .fv-banner a img.lawyer-banner--pc {
    display: block;
  }
}
.wrap_main .fv-banner a img.lawyer-banner--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .wrap_main .fv-banner a img.lawyer-banner--sp {
    display: none;
  }
}
.wrap_main a {
  text-decoration: none;
}
.wrap_main .btn_knowledge {
  background: #fff;
  border: 1px solid #aaa;
  box-sizing: border-box;
  color: #232b39;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  margin: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 16px);
}
@media screen and (min-width: 768px) {
  .wrap_main .btn_knowledge {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin: auto;
    width: 400px;
  }
}
.wrap_main .btn_knowledge .txt_innner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wrap_main .btn_knowledge .material-icons {
  color: #f08d18;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wrap_main .btn_knowledge .material-icons {
    font-size: 36px;
  }
}

.wrap_main.new-fv .ttl-main-img {
  display: none !important;
}
.wrap_main.new-fv .ttl-list-city_main br {
  display: none !important;
}
.wrap_main.new-fv .ttl-list-city .ttl-bottom .ttl-left, .wrap_main.new-fv .ttl-line-city .ttl-bottom .ttl-left {
  width: 100% !important;
}
.wrap_main.new-fv .ttl-list-city .ttl-top .ttl-list-city_main {
  padding: 12px 8px 0 8px !important;
  text-align: center !important;
  font-size: 20px !important;
}
.wrap_main.new-fv .ttl-list-city .ttl-top .ttl-list-city_main span {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .wrap_main.new-fv .ttl-list-city .ttl-top .ttl-list-city_main {
    padding: 20px 0 !important;
    font-size: 26px !important;
  }
  .wrap_main.new-fv .ttl-list-city .ttl-top .ttl-list-city_main span {
    font-size: 22px !important;
  }
}
.wrap_main.new-fv .ttl-list-city .ttl-top .ttl-list-city_main strong {
  background: none;
}
.wrap_main.new-fv .ttl-main-desc {
  height: 40px !important;
  font-size: 10px !important;
}
@media screen and (min-width: 768px) {
  .wrap_main.new-fv .ttl-main-desc {
    height: 40px !important;
    font-size: 13px !important;
  }
}
.wrap_main.new-fv .grad-trigger:checked ~ .grad-item {
  height: auto !important;
}

.list-other-heading {
  margin: 12px 0;
}

ul.list-other li {
  margin-bottom: 12px;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  line-height: 1.4em;
}
ul.list-other li a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}

.not_result {
  font-size: 0.875rem;
  background-color: #f7f7f7;
  padding: 15px;
  margin: 15px 0;
}

#list .wp-pagenavi,
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
#list .wp-pagenavi .current,
#list .wp-pagenavi a,
#list .wp-pagenavi a:hover,
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi a:hover {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  color: #1ba0e5;
}
#list .wp-pagenavi span.current,
.wp-pagenavi span.current {
  color: #2f2f2f;
  background-color: #ffffff;
  font-weight: normal;
  border: 1px solid #ccc;
}
#list .wp-pagenavi .list_pager,
.wp-pagenavi .list_pager {
  list-style-type: none;
  display: inline-block;
  font-size: 0;
}
#list .wp-pagenavi .previouspostslink,
#list .wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .previouspostslink:hover {
  margin-right: 10px;
}
#list .wp-pagenavi .nextpostslink,
#list .wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .nextpostslink:hover {
  margin-left: 10px;
}
#list .wp-pagenavi a:hover,
.wp-pagenavi a:hover {
  background-color: #1ba0e5;
  border-color: #1ba0e5;
  color: #fff;
}
#list .wp-pagenavi .page + .current,
#list .wp-pagenavi .first + .previouspostslink,
#list .wp-pagenavi .current + .page,
#list .wp-pagenavi .page + .page,
#list .wp-pagenavi .nextpostslink + .last,
.wp-pagenavi .page + .current,
.wp-pagenavi .first + .previouspostslink,
.wp-pagenavi .current + .page,
.wp-pagenavi .page + .page,
.wp-pagenavi .nextpostslink + .last {
  border-left: 0;
}
#list .wp-pagenavi a, #list .wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  margin: 0;
}

.blk_objective_pager_sim_banners {
  margin-bottom: 40px;
}
.blk_objective_pager_sim_banners .pc {
  display: none;
}
.blk_objective_pager_sim_banners .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .blk_objective_pager_sim_banners .sp {
    display: none;
  }
  .blk_objective_pager_sim_banners .pc {
    display: block;
  }
}
.blk_objective_pager_sim_banners a {
  width: 100%;
}
.blk_objective_pager_sim_banners a img {
  max-width: 100%;
}

#navi_new_articles h3 {
  position: relative;
}
#navi_new_articles .navi_list {
  margin-bottom: 30px;
}
#navi_new_articles .navi_list li a {
  display: flex;
  padding: 15px 10px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #navi_new_articles .navi_list li a {
    padding: 15px 20px;
  }
}
#navi_new_articles .navi_list li a .thumbnail {
  width: 90px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #navi_new_articles .navi_list li a .thumbnail {
    width: 100px;
    margin-right: 20px;
  }
}
#navi_new_articles .navi_list li a .thumbnail img {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #navi_new_articles .navi_list li a .thumbnail img {
    width: 100px;
  }
}
#navi_new_articles .navi_list li a .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#navi_new_articles .navi_list li a .content time {
  display: block;
  color: #999;
  font-size: 0.84em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #navi_new_articles .navi_list li a .content time {
    font-size: 0.9em;
  }
}
#navi_new_articles .navi_list li a .content p {
  font-size: 0.94em;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #navi_new_articles .navi_list li a .content p {
    font-size: 1em;
  }
}

.sort_btns {
  margin: 20px 0;
}
.sort_btns ul {
  display: flex;
}
.sort_btns ul li {
  border: 1px solid #f08d18;
  color: #f08d18;
  margin-right: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort_btns ul li.active {
  padding: 6px 10px;
  background-color: #f08d18;
  color: white;
}
.sort_btns ul li span {
  margin-right: 10px;
}
.sort_btns ul li a {
  padding: 6px 10px;
  color: #f08d18;
}

#list .wrap_main .btn_knowledge,
#list #qanda_ranking {
  display: none;
}
#list .wrap_main {
  width: 100%;
  margin-top: 0 !important;
  padding: 0;
}
#list .wrap_main.visible-xs {
  background: none;
}
#list .wrap_main.visible-xs .wrap_cv {
  margin: 0;
  width: 100%;
}
#list .wrap_main .ttl_main {
  padding: 25px 10px 20px;
  max-width: calc(100% - 20px);
}
#list .wrap_main .wrap_cv {
  max-width: 100%;
}
#list .wrap_main .wrap_cv .btn_phone {
  background: #e63946;
  border: none;
  box-shadow: 0 4px 0 #a12c34;
  height: 86px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #list .wrap_main .wrap_cv .btn_phone {
    height: 86px;
  }
}
#list .wrap_main .wrap_cv .btn_phone .material-icons {
  background: none;
  text-shadow: 0px 0px 5px #a12c34;
  width: auto;
  margin-right: 12px;
}
#list .wrap_main .wrap_cv .btn_phone .txt_inner {
  background: #e63946;
  color: #fff;
  padding: 0;
  text-shadow: 0px 0px 5px #a12c34;
  width: auto;
  text-align: left;
}
#list .wrap_main .wrap_cv .btn_phone .txt_info {
  color: #fff;
  font-size: 0.7rem;
}
#list .wrap_main .wrap_cv .btn_form {
  background: #f08d18;
  color: white;
  border: none;
  box-shadow: 0 4px 0 #895921;
}
@media screen and (min-width: 768px) {
  #list .wrap_main .wrap_cv .btn_form {
    height: 86px;
  }
}
#list .wrap_main .wrap_cv .btn_form .txt_inner {
  font-size: 1.1rem;
}
#list .wrap_main .wrap_cv .box_arrow {
  margin: 0 auto 15px;
  border: solid 2px #ccc;
}
#list .wrap_main .wrap_cv .box_arrow:before {
  border-top-color: #ccc;
  border-width: 13px;
  margin-left: -13px;
}
#list .wrap_list {
  display: flex;
  flex-wrap: wrap;
}
#list .wrap_list .cont_list {
  width: 100%;
  max-width: 100%;
}
#list .wrap_list .wrap_col {
  margin: auto;
  max-width: 1000px;
}
#list #browse-history {
  width: 100%;
}
#list .list_breadcrumb {
  order: 1;
  width: 100%;
}
#list #bottom_index {
  order: 2;
  width: 100%;
}
#list #browse-history {
  order: 3;
}
#list #footer {
  order: 4;
}
#list .footer__information-inr {
  justify-content: space-around !important;
}
#list .footer__information-phone {
  margin-top: 4px;
}
#list .footer__information-description {
  align-items: center;
}
#list .footer__information-btn {
  min-width: 140px;
}
#list .header__pc .header_content .hc_inner {
  justify-content: space-between;
  align-items: center;
}
#list .header__pc .header_content .hc_inner .header__top a.header__top-logo {
  width: 150px;
}
#list .header__pc .header_content .header_content_cv .middle {
  width: 265px;
}
@media screen and (max-width: 768px) {
  #list .header__pc .header_content .hc_inner .header__lead,
  #list .header__pc .header_content .header_menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #list .header__pc .header_content .header_menu {
    display: flex;
    flex-wrap: wrap;
  }
  #list .footer__information-header {
    display: none;
  }
  #list a.footer__information-phone,
  #list a.navi-footer-pc__shindan {
    width: 45% !important;
  }
}
#list .fv-point {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  #list .fv-point {
    padding: 0;
  }
}
#list .fv-point li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #list .fv-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #list .fv-point li {
    width: 32%;
  }
}
#list .fv-point--consultation, #list .fv-point--stock, #list .fv-point--performance {
  padding: 10px 10px 10px 75px;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #list .fv-point--consultation, #list .fv-point--stock, #list .fv-point--performance {
    padding: 14px 24px 15px 121px;
  }
}
#list .fv-point--consultation > p span, #list .fv-point--stock > p span, #list .fv-point--performance > p span {
  display: inline-block;
  font-size: 0.82em;
}
#list .fv-point--stock {
  background: url("../images/top/fv__top--point--consultation.png") no-repeat #fff left 12px center/45px auto;
}
@media screen and (min-width: 768px) {
  #list .fv-point--stock {
    background: url("../images/top/fv__top--point--consultation.png") no-repeat #fff left 15px center/91px auto;
  }
}
#list .fv-point--performance {
  background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 8px center/55px auto;
}
@media screen and (min-width: 768px) {
  #list .fv-point--performance {
    background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 10px center/96px auto;
  }
}
#list .fv-point--consultation {
  background: url("../images/top/fv__top--point--performance.png") no-repeat #fff left 8px center/55px auto;
}
@media screen and (min-width: 768px) {
  #list .fv-point--consultation {
    background: url("../images/top/fv__top--point--performance.png") no-repeat #fff left 8px center/100px auto;
  }
}
#list .fv-point p {
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
#list .fv-point h2 {
  font-size: 0.875rem;
  margin: 0 0 5px;
  line-height: 1;
  padding: 0;
}
#list .fv-point.area-cooperation-record > li > div.fv-point--stock {
  background: url("../images/top/fv__top--point--consultation.png") no-repeat #fff left 12px center/45px auto;
}
#list .fv-point.area-cooperation-record > li > div.fv-point--performance {
  background: url("../images/top/fv__top--point--stock.png") no-repeat #fff left 8px center/55px auto;
}
#list .fv-point.area-cooperation-record > li > div.fv-point--consultation {
  background: url("../images/top/fv__top--point--performance.png") no-repeat #fff left 8px center/55px auto;
}
#list .fv-point.area-cooperation-record > li > div.fv-point--consultation, #list .fv-point.area-cooperation-record > li > div.fv-point--stock, #list .fv-point.area-cooperation-record > li > div.fv-point--performance {
  padding: 10px 10px 10px 75px;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #list .fv-point.area-cooperation-record > li {
    min-height: 100px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  #list .fv-point.area-cooperation-record > li > div {
    padding: 16px 24px 12px 121px;
  }
  #list .fv-point.area-cooperation-record > li > div > h2 {
    margin: 0px 0 10px 0;
  }
}

.section__reviews {
  height: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  align-items: stretch;
  margin-top: -24px;
  padding-top: 24px;
  margin-left: 10px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .section__reviews {
    gap: 12px;
    margin-left: 0;
  }
}
.section__reviewsWrap {
  margin: 24px 0;
}
.section__reviewsWrap > h2 {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .section__reviewsWrap > h2 {
    font-size: 20px;
    margin: 0 0 24px 0;
  }
}
.section__reviews .review {
  min-width: 290px;
  max-width: 290px;
  padding: 16px 16px;
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section__reviews .review {
    min-width: 290px;
    max-width: 290px;
  }
}
.section__reviews .review > .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
}
.section__reviews .review > .top > .left.review__rating {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #f08d18;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .section__reviews .review > .top > .left.review__rating {
    font-size: 16px;
  }
}
.section__reviews .review > .top > .left.review__rating .score {
  display: flex;
}
.section__reviews .review > .top > .left.review__rating .number {
  font-size: 22px;
  font-weight: bold;
  color: #232b39;
  padding: 0 8px;
}
.section__reviews .review > .top > .right {
  display: flex;
}
.section__reviews .review .middle {
  display: flex;
  margin: 8px 0;
}
.section__reviews .review .middle .review__office {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.section__reviews .review .reviewer-points-wrapper {
  padding: 12px;
  background-color: #FFF7EB;
  margin: 8px 0 18px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li {
  display: flex;
  gap: 4px;
  font-size: 13px;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li span {
  color: #999999;
  white-space: nowrap;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li p {
  font-weight: bold;
}
.section__reviews .review .reviewer-points-wrapper .reviewer-points li.point p {
  color: #f08d18;
}
.section__reviews .review .balloon {
  position: relative;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 20px 12px;
  margin-top: 12px;
  margin-bottom: 50px;
}
.section__reviews .review .balloon h4 {
  margin: 0px auto 12px;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon {
    padding: 25px 20px;
  }
}
.section__reviews .review .balloon:last-child {
  margin-bottom: 32px;
}
.section__reviews .review .balloon:before, .section__reviews .review .balloon:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 0;
  height: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon:before, .section__reviews .review .balloon:after {
    left: 15px;
  }
}
.section__reviews .review .balloon:before {
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-left: 8px solid transparent;
}
.section__reviews .review .balloon:after {
  top: -9px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  z-index: 10;
}
.section__reviews .review .balloon .service-info {
  border: solid 4px #e7e3d5;
  background-color: #ffffff;
  padding: 6px 15px;
  margin-top: 12px;
}
.section__reviews .review .balloon .service-info > span {
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon .service-info {
    margin-top: 23px;
  }
  .section__reviews .review .balloon .service-info > span {
    line-height: 1.8;
    display: inline-block;
  }
  .section__reviews .review .balloon .service-info > :not(:first-child) {
    padding-left: 8px;
    border-left: 1px solid #cccccc;
  }
}
.section__reviews .review .balloon p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section__reviews .review .balloon p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.section__reviews .review .bottom {
  line-height: 1.5em;
  font-size: 14px;
}
.section__reviews .review .bottom h4 {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.section__reviews .review .bottom p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

#list .ads.section .section__Ads .ad_item .detail_top_score,
#list .ads.section .section__Ads .ad_item .detail_top_score > a {
  flex-direction: row;
  padding: 0;
}

#list .ads.section .section__Ads .ad_item,
#list .otherSigyo.section .section__Ads .ad_item {
  height: 400px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #list .wrap_main {
    position: relative;
  }
  #list .wrap_main .ttl-list-city,
  #list .wrap_main .ttl-line-city,
  #list .wrap_main .ttl-list-city_main,
  #list .wrap_main .ttl_main {
    position: relative;
    z-index: 1;
    margin: 0 auto !important;
    padding: 30px 0 20px;
    font-size: 2.25rem;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
    text-align: center !important;
    word-break: auto-phrase;
  }
  #list .wrap_main .ttl-list-city_main strong,
  #list .wrap_main .ttl_main strong {
    background: none;
    font-size: 1.75rem;
  }
  #list .wrap_main .ttl-list-city_main strong.strong,
  #list .wrap_main .ttl_main strong.strong {
    background: linear-gradient(transparent 75%, #FFFF98 0);
    font-size: 2.25rem;
  }
  #list .wrap_main .ttl-list-city_main span,
  #list .wrap_main .ttl_main span {
    font-size: 1.875rem;
  }
  #list .wrap_main .ttl_main > div a span {
    color: #fff;
    font-size: 1.25rem;
    margin: 20px 0 0;
  }
  #list .wrap_main .ttl-bottom {
    display: none;
  }
  #list .wrap_main .wrap_cv,
  #list .wrap_main .fv-banner {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8784313725);
  }
  #list .wrap_main .overlay {
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.5019607843) url(/wp-content/themes/i-sozoku/images/40951.png) top/cover no-repeat;
    background-blend-mode: multiply;
  }
}
/*新規list*/
/* モーダルウィンドウ(SP/PC) */
.search-conditions {
  margin: 0 0 16px;
  font-size: 1rem;
}
.search-conditions__list {
  color: #232b39;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1;
}
.search-conditions__item {
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
}
.search-conditions__item.search-select {
  height: auto;
  display: flex;
  align-items: initial;
}
.search-conditions__item > a,
.search-conditions__item > .js-modal-open {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  height: 36px;
  line-height: 36px;
  justify-content: space-between;
  text-decoration: none;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.search-conditions__item > a:last-of-type,
.search-conditions__item > .js-modal-open:last-of-type {
  border-right: none;
}
.search-conditions__item:last-of-type {
  border-bottom: none;
}
.search-conditions__body {
  display: flex;
  align-items: center;
}
.search-conditions__title {
  color: #888;
  text-align: center;
  white-space: nowrap;
  width: 60px;
  font-size: 1rem;
}
.search-conditions__state {
  color: #232b39;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 12px;
}
.search-conditions__state.no-select {
  font-size: 1rem;
  font-weight: normal;
}
.search-conditions__change {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 4px;
  background-color: #1ba0e5;
  font-size: 1rem;
  position: absolute;
  right: 0;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .search-conditions {
    font-size: 1rem;
    margin: 0 0 20px;
  }
  .search-conditions__item > a, .search-conditions__item > .js-modal-open {
    height: 48px;
    line-height: 48px;
  }
  .search-conditions__title {
    width: 100px;
  }
  .search-conditions__state {
    font-size: 1rem;
  }
  .search-conditions__state.no-select {
    font-size: 1rem;
  }
  .search-conditions__change {
    padding: 0px 10px;
    margin-right: 24px;
    font-size: 1rem;
    background-color: transparent;
    color: #1ba0e5;
  }
  .search-conditions__change:after {
    content: "する";
  }
}
@media screen and (max-width: 359px) {
  .search-conditions__list {
    font-size: 1rem;
  }
  .search-conditions__state {
    font-size: 1rem;
    padding-left: 0px;
  }
  .search-conditions__state.no-select {
    font-size: 1rem;
  }
}

.search-select {
  display: block;
  height: auto;
  line-height: 1.5em;
  font-size: 1rem;
  /* 改行用クラス */
}
.search-select > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  text-align: center;
  padding: 4px 0;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .search-select > a {
    height: auto;
    line-height: 1.5;
  }
}
.search-select > a:not(.active) {
  color: #1ba0e5;
  font-weight: bold;
}
.search-select > a:first-child {
  border-right: 1px solid #ccc;
}
.search-select > a.active {
  color: #fff;
  pointer-events: none;
  background-color: #f08d18;
}
.search-select .license-text, .search-select .license-text-2 {
  display: inline;
}
.search-select .slash-normal {
  display: inline;
}
@media screen and (max-width: 480px) {
  .search-select .license-text, .search-select .license-text-2 {
    display: block;
    width: 100%;
  }
  .search-select .slash-normal {
    display: none;
  }
}

.modal {
  display: none;
  font-size: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  backface-visibility: hidden;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.modal__container {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 5%;
  transform: translate(-50%, 0);
  max-width: 600px;
  width: 92%;
  border-radius: 5px;
}
.modal__header {
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.modal__header h2 {
  font-size: 1rem;
}
.modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
}
.modal__close:before {
  content: "\e5cd";
  font-family: Material Icons;
  font-size: 1.5rem;
  font-weight: normal;
  color: #ccc;
  position: absolute;
  top: -12px;
  right: -1px;
}
.modal__body {
  -webkit-overflow-scrolling: touch;
}
.modal__inner {
  height: 100%;
}
.modal__footer {
  background: rgba(0, 0, 0, 0.75);
  padding: 12px 20px;
  width: 100%;
  height: 72px;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.modal__number {
  width: 90px;
  color: #fff;
  display: flex;
  align-items: center;
}
.modal__button {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  line-height: 48px;
  max-width: 200px;
  width: 60%;
  text-align: center;
}
.modal__button a {
  display: block;
}
.modal__button--secondary {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .modal__container {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 842px;
  }
  .modal__close {
    top: 12px;
    right: 12px;
  }
  .modal__inner {
    height: 450px;
  }
  .modal__footer {
    transform: translate(-50%, -50%);
    max-width: 842px;
    width: 92%;
    left: 50%;
    bottom: 15.5%;
    bottom: calc(50% - 285px);
  }
  .modal__button {
    margin: 0 auto;
  }
}
.modal-select {
  max-height: 80vh;
  height: auto;
  overflow: auto;
  padding-bottom: 20px;
  font-size: 1rem;
}
.modal-select dl:last-child {
  margin-bottom: 5px;
}
.modal-select__title {
  background: #efefef;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  font-size: 1rem;
}
.modal-select__all input:checked + label .count, .modal-select__list input:checked + label .count {
  color: #fff;
}
.modal-select__list label.non-active {
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  color: #999;
  cursor: default;
}
.modal-select__all label a, .modal-select__list label a {
  color: #232b39;
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.modal-select__all label a::after, .modal-select__list label a::after {
  color: #1ba0e5;
  content: "arrow_forward_ios";
  display: inline-block;
  font-family: Material Icons;
  font-size: 1.25rem;
  position: absolute;
  right: 10px;
}
.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;
}
.modal-select__all label a.item_current::after, .modal-select__list label a.item_current::after {
  content: none;
}
.modal-select__all .count, .modal-select__list .count {
  color: #9cb700;
  margin-left: 8px;
}
.modal-select__list--no-count {
  color: #ccc;
}
.modal-select__list--no-count .count {
  color: #ccc;
}
.modal-select__list--no-count input:checked + label {
  background: #fff;
  color: #ccc;
}
.modal-select__list--no-count input:checked + label .count {
  color: #ccc;
}
.modal-select__list--no-count input:checked + label:after {
  content: "none";
}

@media screen and (min-width: 768px) {
  .modal-select {
    height: 95%;
    padding-bottom: 0;
  }
  .modal-select__area {
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-select__area--type li:nth-last-child(-n+2) label {
    border-bottom: 0;
  }
  .modal-select__all, .modal-select__list {
    width: 20%;
  }
  .modal-select__all input:checked + label, .modal-select__list input:checked + label {
    border-right: 1px solid #fff;
  }
  .modal-select__all label a, .modal-select__list label a {
    pointer-events: auto;
    border-bottom: 1px solid #efefef;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .modal-select__all label a.item_current, .modal-select__list label a.item_current {
    text-decoration: none;
  }
  .modal-select__all label a:hover, .modal-select__list label a:hover {
    background: #fff6dd;
  }
  .modal-select__all label a::after, .modal-select__list label a::after {
    display: none;
  }
}
/*新規モーダルウィンドウ*/
#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;
}

.list-firstview-simulator-wrapper {
  display: none;
  width: 100%;
  background: rgb(221, 221, 221);
  background: linear-gradient(0deg, rgb(254, 247, 235) 0%, rgb(255, 255, 255) 24%, rgb(255, 255, 255) 100%);
}

.list-firstview-simulator {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator {
    flex-direction: row;
  }
}
.list-firstview-simulator .ttl_main a {
  display: none;
}
.list-firstview-simulator .list-firstview-simulator__left {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 190px;
  background-image: url(/wp-content/themes/i-sozoku/images/list/list_fv_simulation/operator.png);
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator .list-firstview-simulator__left {
    background-size: 270px;
    height: 465px;
    max-width: 60%;
  }
}
.list-firstview-simulator .list-firstview-simulator__left .badge img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator .list-firstview-simulator__left .badge img {
    width: 100%;
  }
}
.list-firstview-simulator .list-firstview-simulator__left h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 32px 0;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator .list-firstview-simulator__left h1 {
    font-size: 40px;
  }
}
.list-firstview-simulator .list-firstview-simulator__left h1 span {
  font-size: 22px;
}
.list-firstview-simulator .list-firstview-simulator__left h1 strong {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator .list-firstview-simulator__left h1 strong {
    font-size: 42px;
  }
}
.list-firstview-simulator .list-firstview-simulator__left h1 strong.strong {
  color: #F08D18;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0, #ffff98));
  background: linear-gradient(transparent 75%, #FFE9CF 0);
}
.list-firstview-simulator .list-firstview-simulator__left p {
  font-size: 14px;
  line-height: 1.5em;
  max-width: 380px;
  display: none;
}
.list-firstview-simulator .list-firstview-simulator__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-firstview-simulator .list-firstview-simulator__right {
    max-width: 40%;
  }
}
.list-firstview-simulator .list-firstview-simulator__right button:hover, .list-firstview-simulator .list-firstview-simulator__right a:hover, .list-firstview-simulator .list-firstview-simulator__right li:hover {
  opacity: 0.8;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner {
  padding: 0px 20px 20px 20px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner .hidden-list-form {
  display: none;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner h3 {
  font-size: 20px;
  margin: 12px 0;
  text-align: center;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form > p {
  font-size: 15px;
  margin: 12px 0;
  text-align: center;
  color: #7EBE39;
  font-weight: bold;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps {
  background-color: #e4facc;
  padding: 10px 20px;
  border-radius: 6px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps h4 {
  text-align: center;
  margin: 12px 0;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps > div {
  display: none;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps > .step1 {
  display: block;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps > .step1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps > .step1 ul li {
  cursor: pointer;
  color: #F08D18;
  border: 1px solid #F08D18;
  border-radius: 4px;
  background: rgb(221, 221, 221);
  background: linear-gradient(0deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 24%, rgb(255, 255, 255) 100%);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-bottom: 5%;
  font-weight: bold;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 input, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 input, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 input {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  margin: 6px 0;
  padding: 0 12px;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 input::placeholder, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 input::placeholder, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 input::placeholder {
  color: #ccc;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 .info, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 .info, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 .info {
  font-size: 12px;
  margin: 6px 0;
  line-height: 1.5em;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 .buttons, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 .buttons, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 .buttons {
  display: flex;
  justify-content: space-between;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 .buttons > button, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 .buttons > button, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 .buttons > button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  width: 104px;
  height: 40px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 .buttons .back, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 .buttons .back, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 .buttons .back {
  background-color: white;
  color: #aaa;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step2 .buttons .next, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step3 .buttons .next, .list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step4 .buttons .next {
  background-color: #F08D18;
  color: white;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step5 button.submit {
  cursor: pointer;
  background-color: #f08d18;
  color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  border: none;
  width: 100%;
  flex-direction: column;
  border-bottom: #a75523 solid 5px;
  border-radius: 10px;
  padding: 0;
  margin: 10px 0;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step5 button.submit .top {
  font-weight: normal;
  font-size: 14px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step5 .term {
  color: #999;
  font-size: 11px;
  margin: 6px 0;
  line-height: 1.5em;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.form .list-form-steps .step5 .info {
  font-size: 11px;
  margin: 6px 0;
  line-height: 1.5em;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel > div {
  background-color: #e4facc;
  padding: 20px 20px 10px 20px;
  border-radius: 6px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel p {
  font-size: 13px;
  margin: 12px 0;
  text-align: center;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel .button {
  cursor: pointer;
  background-color: #7EBE39;
  color: white;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  height: 68px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel .button .left {
  font-size: 32px;
  margin-right: 12px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel .button .left i {
  font-size: 28px;
}
.list-firstview-simulator .list-firstview-simulator__right > .inner section.tel .button .right .top {
  font-size: 16px;
  margin-bottom: 6px;
}

.list_footer_faq {
  width: 100%;
  max-width: 980px;
  margin: 20px auto 20px auto;
  position: relative;
  line-height: 1.6;
}
.list_footer_faq h3 {
  background-color: #f08d18;
  padding: 20px;
  color: #fff;
  border-left: 10px solid #f3b56c;
  border-right: 10px solid #f3b56c;
  font-size: 20px;
}
.list_footer_faq ul {
  margin: 0 20px;
}
.list_footer_faq ul li {
  margin-top: 32px;
}
.list_footer_faq ul li .q {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.list_footer_faq ul li .q:before {
  content: "Q";
  color: #f08d18;
  display: block;
  text-indent: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 20px;
  border: 1px dashed #f08d18;
  font-size: 22px;
}
.list_footer_faq ul li .a {
  display: flex;
}
.list_footer_faq ul li .a input + .inner {
  height: 60px;
}
.list_footer_faq ul li .a input:checked + .inner {
  height: auto;
}
.list_footer_faq ul li .a input:checked + .inner label {
  display: none;
}
.list_footer_faq ul li .a .inner {
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 14px;
  border-radius: 2px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
.list_footer_faq ul li .a .inner 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%);
}
.list_footer_faq ul li .a .inner label::after {
  line-height: 2.5em;
  position: absolute;
  z-index: 2;
  bottom: 12px;
  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;
}
.list_footer_faq ul li .a .inner .link {
  margin-top: 10px;
  background-color: #fff;
  padding: 4px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
.list_footer_faq ul li .a .inner .link a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .list_footer_faq ul li .a .inner .link {
    flex-direction: row;
    font-size: inherit;
  }
}
.list_footer_faq ul li .a .inner .link span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .list_footer_faq ul li .a .inner .link span {
    flex-direction: row;
  }
}
.list_footer_faq ul li .a .inner .link span:after {
  content: "chevron_right";
  color: #fff;
  width: 18px;
  height: 18px;
  background: #f08d18;
  border-radius: 50%;
  font-family: Material Icons;
  font-feature-settings: "liga";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .list_footer_faq ul li .a .inner .link span:after {
    transform: rotate(0deg);
  }
}
.list_footer_faq ul li .a:before {
  content: "A";
  color: white;
  display: block;
  text-indent: 0;
  background-color: #f08d18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 20px;
  font-size: 22px;
}
.list_footer_faq ul li.link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_footer_faq ul li.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 16px;
  color: #2e3858;
  border: 1px solid #2e3858;
  max-width: 260px;
}
.list_footer_faq ul li.link a i {
  color: #2e3858 !important;
}

/*最新記事*/
.section__sigyoArticle {
  background-color: #fff;
  padding: 40px 0;
  overflow: hidden;
  margin: 0;
}
.section__sigyoArticle > div {
  max-width: 1000px;
  margin: 0 auto;
}
.section__sigyoArticle .ttl__h2--basic {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle .ttl__h2--basic {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 1;
    text-align: center;
  }
}
.section__sigyoArticle .ttl__h2--basic--merit span {
  font-size: 28px;
  color: #f08d18;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle .slick-track {
    min-width: 980px;
  }
}
.section__sigyoArticle ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle ul {
    margin: 0;
  }
}
.section__sigyoArticle li {
  box-sizing: border-box;
  width: 48.5%;
  border: #eee solid 1px;
  padding: 0 0 22px 0;
  margin: 0 5px 0 5px;
}
.section__sigyoArticle li:nth-child(3), .section__sigyoArticle li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li {
    min-width: 230px;
    width: 23%;
    border: none;
    padding: 0;
    margin: 0 10px 0 10px;
  }
}
.section__sigyoArticle li h3 {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 10px;
  padding: 0;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li h3 {
    font-size: 16px;
    margin: 12px 0 0 0;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    padding: 0;
  }
}
.section__sigyoArticle li a {
  color: #232b39;
  text-decoration: none;
}
.section__sigyoArticle li figure {
  display: block;
}
.section__sigyoArticle li figure a.to__cat--img {
  display: block;
  height: 83px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li figure a.to__cat--img {
    height: 116px;
  }
}
.section__sigyoArticle li figure a.to__cat--img img {
  display: block;
  width: 100%;
  max-width: inherit;
  height: auto;
}
.section__sigyoArticle li figure a.to__cat--img--movie {
  height: 129px;
}
.section__sigyoArticle li figure a.to__cat--img--movie img {
  display: block;
  width: 100%;
  height: 129px;
  object-fit: cover;
}
.section__sigyoArticle li figcaption {
  margin: 10px;
}
.section__sigyoArticle li figcaption a.to__cat--txt {
  font-size: 14px;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
  color: #f08d18;
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li figcaption a.to__cat--txt {
    font-size: 16px;
  }
}
.section__sigyoArticle li figcaption a.to__cat--txt:hover, .section__sigyoArticle li figcaption a.to__cat--txt:visited {
  text-decoration: none;
  color: #f08d18;
}
.section__sigyoArticle li figcaption a.to__cat--txt::before {
  content: "keyboard_arrow_right";
  position: absolute;
  left: 0;
  top: 0;
  background: #f08d18;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  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";
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li figcaption a.to__cat--txt {
    margin: 0;
  }
}
.section__sigyoArticle li figcaption time {
  font-size: 13px;
  color: #888;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle li figcaption {
    margin: 17px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
  }
}
.section__sigyoArticle .btn__to--page {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: solid 1px #f08d18;
  padding: 16px 0;
  text-align: center;
  color: #232b39;
  text-decoration: none;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .section__sigyoArticle .btn__to--page {
    width: 36%;
  }
}

#list .header--pc .header-bottom,
#list .header--sp .header-right button,
#list .fv-point,
#list .wrap_list .wrap_col_side,
#list .list__footer {
  display: none;
}
#list .wrap_main .ttl-list-city,
#list .wrap_main .ttl-line-city,
#list .wrap_main .ttl-list-city .ttl-top .ttl-list-city_main,
#list .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main {
  width: calc(100% - 20px);
  max-width: 980px;
}
#list .wrap_main .wrap_cv .area_cv {
  padding: 0 10px;
  gap: 0 20px;
  justify-content: center;
}
#list .wrap_list .wrap_col_main {
  max-width: 700px;
  margin: auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #list .wrap_main .ttl-list-city .ttl-top .ttl-list-city_main,
  #list .wrap_main .ttl-line-city .ttl-top .ttl-list-city_main {
    width: calc(100% - 160px);
    margin-right: 140px;
    text-align: left;
  }
  #list .wrap_main .wrap_cv .box_btn {
    width: 360px;
  }
}
#list .ads.section, #list .otherSigyo.section {
  margin: 0 0 24px 0;
}
#list .ads.section .ttl__h2--basic, #list .otherSigyo.section .ttl__h2--basic {
  font-size: 18px;
  margin: 0 10px 24px 10px;
  padding: 0 0 15px 0;
  border-bottom: #f08d18 solid 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #list .ads.section .ttl__h2--basic, #list .otherSigyo.section .ttl__h2--basic {
    font-size: 20px;
    margin: 0 0 24px 0;
    line-height: 1;
    text-align: center;
  }
}
#list .ads.section .ttl__h2--basic--merit span, #list .otherSigyo.section .ttl__h2--basic--merit span {
  font-size: 28px;
  color: #f08d18;
}
#list .ads.section .section__Ads, #list .otherSigyo.section .section__Ads {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#list .ads.section .section__Ads .ad_item, #list .otherSigyo.section .section__Ads .ad_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 0.86rem;
  width: 280px;
}
@media (max-width: 768px) {
  #list .ads.section .section__Ads .ad_item, #list .otherSigyo.section .section__Ads .ad_item {
    flex: 1 1 100%;
  }
}
#list .ads.section .section__Ads .ad_item:hover, #list .otherSigyo.section .section__Ads .ad_item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#list .ads.section .section__Ads .ad_item .blk_main_img, #list .otherSigyo.section .section__Ads .ad_item .blk_main_img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 120px;
}
#list .ads.section .section__Ads .ad_item .blk_main_img picture, #list .otherSigyo.section .section__Ads .ad_item .blk_main_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
#list .ads.section .section__Ads .ad_item .blk_main_img picture img, #list .otherSigyo.section .section__Ads .ad_item .blk_main_img picture img {
  object-position: center -20px;
}
#list .ads.section .section__Ads .ad_item .blk_main_img img, #list .otherSigyo.section .section__Ads .ad_item .blk_main_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  height: 120px;
  width: 100%;
}
#list .ads.section .section__Ads .ad_item .ad_name, #list .otherSigyo.section .section__Ads .ad_item .ad_name {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 10px 0;
  color: #232b39;
  line-height: 1.5;
}
#list .ads.section .section__Ads .ad_item .blk_description_ttl, #list .otherSigyo.section .section__Ads .ad_item .blk_description_ttl {
  font-size: 0.86rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 4px;
  background-color: #FFF6DD;
}
#list .ads.section .section__Ads .ad_item .blk_overview_area, #list .otherSigyo.section .section__Ads .ad_item .blk_overview_area {
  display: flex;
  flex-wrap: wrap;
}
#list .ads.section .section__Ads .ad_item .blk_overview_area dt, #list .otherSigyo.section .section__Ads .ad_item .blk_overview_area dt {
  font-weight: bold;
  margin-bottom: 5px;
  flex: 0 0 auto;
}
#list .ads.section .section__Ads .ad_item .blk_overview_area dd, #list .otherSigyo.section .section__Ads .ad_item .blk_overview_area dd {
  margin: 0 0 5px 0;
  flex: 1 1 auto;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#list .ads.section .section__Ads .ad_item .blk_overview_area dd span, #list .otherSigyo.section .section__Ads .ad_item .blk_overview_area dd span {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 6px;
  flex: 0 0 auto;
}
#list .ads.section .section__Ads .ad_item .detail_top_score, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score {
  display: flex;
  flex-flow: nowrap;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  #list .ads.section .section__Ads .ad_item .detail_top_score, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score {
    flex-direction: column;
    gap: 6px;
  }
}
#list .ads.section .section__Ads .ad_item .detail_top_score > a, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #list .ads.section .section__Ads .ad_item .detail_top_score > a, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score > a {
    flex-direction: column;
    gap: 6px;
  }
}
#list .ads.section .section__Ads .ad_item .detail_top_score .material-icons, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .material-icons {
  font-size: 1.1rem;
  color: #ff9900;
  display: inline-flex;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  #list .ads.section .section__Ads .ad_item .detail_top_score .material-icons, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .material-icons {
    font-size: 1.3rem;
  }
}
#list .ads.section .section__Ads .ad_item .detail_top_score .material-icons.gray, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .material-icons.gray {
  color: #ddd;
}
#list .ads.section .section__Ads .ad_item .detail_top_score .number, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .number {
  font-size: 0.86rem;
  font-weight: bold;
  color: #232b39;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  #list .ads.section .section__Ads .ad_item .detail_top_score .number, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .number {
    font-size: 0.86rem;
  }
}
#list .ads.section .section__Ads .ad_item .detail_top_score .count, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .count {
  font-size: 0.86rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #list .ads.section .section__Ads .ad_item .detail_top_score .count, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .count {
    font-size: 0.86rem;
  }
}
#list .ads.section .section__Ads .ad_item .detail_top_score .count a, #list .otherSigyo.section .section__Ads .ad_item .detail_top_score .count a {
  color: #1ba0e5;
  text-decoration: none;
}
#list .ads.section .section__Ads .ad_item a, #list .otherSigyo.section .section__Ads .ad_item a {
  text-decoration: none;
  color: inherit;
}
#list .otherSigyo.section + .otherSigyo.section {
  margin-top: 24px;
}

.lp-cv-appeal {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  border-top: 1px solid #eee;
  margin-bottom: 0;
}
.lp-cv-appeal__wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
.lp-cv-appeal .sp-only {
  display: none;
}
.lp-cv-appeal .pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .lp-cv-appeal .sp-only {
    display: inline;
  }
  .lp-cv-appeal .pc-only {
    display: none;
  }
}
.lp-cv-appeal__text-highlight {
  background: linear-gradient(transparent 60%, #ffe0b2 60%);
  font-weight: 700;
  border-bottom: none;
  padding: 0 2px;
}
.lp-cv-appeal__text-emphasis-green {
  color: #008037;
  font-weight: 700;
}
.lp-cv-appeal__text-emphasis-orange {
  color: #f58220;
  font-weight: 700;
  font-size: 1.1em;
}
.lp-cv-appeal__text-marker {
  background: linear-gradient(transparent 60%, #fff176 60%);
  font-weight: 700;
  padding: 0 4px;
  font-size: 1rem;
}
.lp-cv-appeal__section-title {
  font-size: 1.6rem;
  color: #1a2b4c;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-cv-appeal__section-title {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
.lp-cv-appeal__connector {
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.lp-cv-appeal__connector-icon {
  font-size: 36px;
  color: #008037;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6f0eb;
}
.lp-cv-appeal__hero {
  background-color: #ffffff;
  text-align: center;
  padding: 16px 0 10px;
}
.lp-cv-appeal__hero-title {
  font-size: 1.5rem;
  color: #1a2b4c;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lp-cv-appeal__hero-title {
    font-size: 1.2rem;
    text-align: left;
  }
}
.lp-cv-appeal__hero-lead {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .lp-cv-appeal__hero-lead {
    text-align: left;
    font-size: 0.85rem;
  }
}
.lp-cv-appeal__problem {
  background-color: #f7f8fa;
  padding: 16px 0;
}
.lp-cv-appeal__problem-container {
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .lp-cv-appeal__problem-container {
    padding: 6px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
}
.lp-cv-appeal__problem-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lp-cv-appeal__problem-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.lp-cv-appeal__problem-item {
  background-color: #f4f9f6;
  border: 1px solid #e6f0eb;
  border-left: 4px solid #008037;
  padding: 8px 10px;
  border-radius: 4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #1a2b4c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .lp-cv-appeal__problem-item {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-left: 4px solid #1a2b4c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
}
.lp-cv-appeal__problem-item small {
  display: block;
  font-size: 0.8em;
  color: #666666;
  font-weight: 400;
  margin-top: 4px;
}
.lp-cv-appeal__list-icon {
  color: #bdbdbd;
  margin-right: 8px;
  font-size: 20px;
}
.lp-cv-appeal__text {
  flex: 1;
  line-height: 1.4;
}
.lp-cv-appeal__solution {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 10px;
}
.lp-cv-appeal__benefit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-width: 600px;
  margin: 0 auto;
}
.lp-cv-appeal__benefit-card {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .lp-cv-appeal__benefit-card {
    padding: 6px;
    gap: 6px;
  }
}
.lp-cv-appeal__benefit-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: #fffcf9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}
.lp-cv-appeal__benefit-icon {
  font-size: 24px;
  color: #f58220;
}
@media (max-width: 768px) {
  .lp-cv-appeal__benefit-icon {
    font-size: 22px;
  }
}
.lp-cv-appeal__benefit-text {
  flex: 1;
}
.lp-cv-appeal__benefit-desc {
  font-size: 0.9rem;
  color: #1a2b4c;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .lp-cv-appeal__benefit-desc {
    font-size: 0.85rem;
  }
}
.lp-cv-appeal__cta {
  padding-top: 0;
  padding-bottom: 0;
}
.lp-cv-appeal__cta-copy {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2b4c;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  background: none;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-cv-appeal__cta-copy {
    font-size: 1.1rem;
  }
}

/* 検索結果サマリー */
.search-summary {
  margin-bottom: 8px;
}
.search-summary__text {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .search-summary__text {
    font-size: 14px;
  }
}