@charset "UTF-8";
/*
Theme Name: isan_souzoku_navi
Description: origi nal theme for site
Version: 1.0（2020 up）
順番を変えないでください
*/
/* --------------------------------------- mixin --------------------------------------- */
/*本文*/
/*リンク*/
/*見出しのテキスト*/
/*背景 オレンジ*/
/*背景　紺*/
/*背景　白*/
/*背景　クリーム*/
.visible-xs {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

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

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

p {
  margin: initial;
}

ul {
  list-style: none;
  margin: initial;
  padding: initial;
}

/*固定フッター*/
.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;
  height: 86px;
}
@media screen and (min-width: 768px) {
  .footer__information-inr {
    padding: 15px 0 15px 130px;
    max-width: 990px;
    height: 100px;
    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 a:hover,
.footer__information a:focus {
  color: white;
  text-decoration: none;
}
.footer__information a:hover.footer__information-btn,
.footer__information a:focus.footer__information-btn {
  color: black;
}

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;
}
@media screen and (min-width: 768px) {
  p.footer__information-description strong {
    padding: 2px 8px;
  }
}

.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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer__information-phone {
    border-bottom: #a12c34 solid 5px;
    width: 355px;
    height: 64px;
    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: 28px;
  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;
  height: 30px;
  vertical-align: top;
  background: url(../images/footer_free_call.svg) no-repeat;
  background-size: contain;
}

.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;
  height: 64px;
}
@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;
  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: 14px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 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;
  }
}

.blk_cv {
  background: #fdf5e2;
  box-sizing: border-box;
  display: block;
  margin-bottom: 40px;
  padding: 18px 0 28px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
.blk_cv.blk_top {
  background: #fff;
  border: 2px solid #ccc;
  padding-top: 0;
}
.blk_cv_ttl {
  background: #f5f5f5;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 18px;
}
.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;
}
.blk_cv_comment {
  background: #fff6dd;
  border-radius: 12px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}
.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) {
  .blk_cv_comment {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 359px) {
  .blk_cv_comment {
    font-size: 0.875rem;
  }
}
.blk_cv_balloon {
  background: #fff;
  border-radius: 12px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}
.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) {
  .blk_cv_balloon {
    font-size: 0.875rem;
  }
}
.blk_cv_btn {
  display: flex;
  justify-content: center;
  line-height: initial;
}
.blk_cv_btn > a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 60px;
  padding: 0 15px;
  text-decoration: none;
  width: 100%;
}
.blk_cv_btn > a .material-icons {
  font-size: 2.2rem;
  margin-left: 10px;
}
.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) {
  .blk_cv_btn > a {
    padding: 0;
  }
}
.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;
}
.blk_cv_btn .to_call span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 4px;
}
.blk_cv_btn .to_form {
  background: #f08d18;
  box-shadow: 0 4px 0 #895921;
  color: #fff;
  justify-content: space-between;
  margin: 0 10px 0;
}
.blk_cv_btn .to_form strong {
  font-size: 1.25rem;
}
.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;
}
.blk_cv_btn .to_merit .icon_beginner {
  height: 50%;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .blk_cv_btn .to_merit {
    font-size: 0.875rem;
  }
}
.blk_cv_btn--tel {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .blk_cv_btn--tel {
    display: none !important;
  }
}
.blk_cv_txt {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .blk_cv_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 359px) {
  .blk_cv_txt {
    font-size: 0.875rem;
  }
}
.blk_cv_catch {
  margin-bottom: 15px;
}
.blk_cv_bar {
  border-top: 1px dashed #ccc;
  margin: 0 10px 15px;
}
.blk_cv_number {
  align-items: center;
  color: #e63946;
  display: flex;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.blk_cv_number .material-icons {
  font-size: 2.3rem;
  margin-right: 5px;
}

.top-banner-container {
  max-width: 980px;
  margin: 20px 20px;
}
@media screen and (min-width: 768px) {
  .top-banner-container {
    margin: 40px auto 0px auto;
  }
}
.top-banner-container img {
  border: 1px solid #eee;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-banner-container img {
    margin: 0;
  }
}

.header_content_cv {
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  z-index: 9;
  margin-top: 7px;
}
.header_content_cv .top {
  background-color: #FFF6DD;
  font-weight: bold;
  padding: 6px 0;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 3px;
}
.header_content_cv .top span {
  color: #D33333;
}
.header_content_cv .middle {
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #f08d18;
  height: 36px;
  line-height: 1em;
}
.header_content_cv .middle i {
  font-size: 30px;
  color: #f08d18;
  position: relative;
  top: 3px;
}
.header_content_cv .bottom {
  font-size: 11px;
}

.footer__endingnote a {
  width: 100%;
  background-color: transparent;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .footer__endingnote a {
    background-color: #2e3858;
  }
}
.footer__endingnote a img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.footer__endingnote a img.pc {
  display: none;
}
.footer__endingnote a img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__endingnote a img {
    max-width: 800px;
  }
  .footer__endingnote a img.pc {
    display: block;
  }
  .footer__endingnote a img.sp {
    display: none;
  }
}

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

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

.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: 10px;
}
.article_inner_banner-pc .middle a {
  font-weight: bold;
  font-size: 30px;
  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;
  box-shadow: 0 3px 3px 0 #aaaaaa;
  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;
}

.article_inner_banner-pc {
  display: none;
}
@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: 50%;
    text-align: center;
    padding-left: 10%;
  }
  .article_inner_banner-pc .article_inner_banner-pc--left .top {
    margin-top: 22px;
  }
  .article_inner_banner-pc > div {
    width: 40%;
    text-align: center;
  }
}

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