@charset "UTF-8";
/****** CSS ファイルは触らないようにお願いします。 修正する場合は、SCSS ファイルを修正してください。 ******/
/*
 *  共通設定
 */
/***** 全体 *****/
html,
body,
.acms-navbar,
.category_title {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h2, h3, .top_main h2, .entryColumn h2, .kaiketsu-jisseki-textTotalCount, .kaiketsu-jisseki-textTotal, .footer-contact-imgWrap, .footer-address-companyName, .acms-page-header h1, .category_title .pageTitle {
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a.btn-font, .sp_menu_bottom_text, .footer-contactList-text, .footer-contactList-textNote {
  font-family: "Noto Serif JP", "Bold";
}

h1,
h2,
h3,
.top_main h2,
.entryColumn h2,
.blog_headline_box h3,
.category_title {
  font-weight: 500;
}

.category_title {
  margin-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_title {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .category_title {
    margin-top: 69px;
  }
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1170px) {
  .entryColumn ul {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1170px) {
  .header {
    min-height: 100px;
  }
}
/***** ページトップボタン *****/
.pagetop {
  position: fixed;
  right: 4.3vw;
  bottom: 15px;
  z-index: 999;
  width: 60px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pagetop {
    right: 15px;
    bottom: 70px;
    width: 45px;
    height: 45px;
  }
}
.pagetop a {
  outline: none;
  -webkit-touch-callout: none;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover img {
    opacity: 1;
  }
}
.pagetop a img {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
}

/* 記述変更 */
.pc-side-nav-outerWrap .pagetop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
.pc-side-nav-outerWrap .pagetop.pc-side-nav-listWrap {
  list-style: none;
  padding: 0;
}
.pc-side-nav-outerWrap .pagetop.pc-side-nav-listWrap a {
  text-decoration: none;
}
.pc-side-nav-outerWrap .pagetop .pc-side-nav-pageTop {
  display: block;
  max-width: 140px;
  max-height: 140px;
  width: 13.2vw;
  height: 13.2vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #005CCC;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.pc-side-nav-outerWrap .pagetop .pc-side-nav-telWrap {
  display: block;
  background: #005CCC;
  max-width: 160px;
  width: 13.2vw;
  height: 140px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pc-side-nav-outerWrap .pagetop .pc-side-nav-mailWrap {
  display: block;
  background: #B49635;
  max-width: 160px;
  width: 13.2vw;
  height: 140px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 955px) {
  .pc-side-nav-outerWrap .pagetop .pc-side-nav-pageTop {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pc-side-nav-outerWrap .pagetop {
    right: 15px;
    bottom: 70px;
    width: 45px;
    height: 45px;
  }
  .pc-side-nav-outerWrap .pagetop .pc-side-nav-outerWrap .pagetop {
    right: 15px;
    bottom: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pc-side-nav-outerWrap .pagetop a {
  outline: none;
  -webkit-touch-callout: none;
}
@media screen and (min-width: 768px) {
  .pc-side-nav-outerWrap .pagetop a:hover img {
    opacity: 1;
  }
}
.pc-side-nav-outerWrap .pagetop a img {
  max-width: 100%;
  height: auto;
  opacity: 0.7;
}

/***** サイドバナー *****/
.side_tel_box {
  height: 336px;
}
.side_tel_box ul {
  top: 152px;
}

/***** ボトムバナー *****/
.foot_telbox {
  height: 260px;
}
.foot_telbox .btn1,
.foot_telbox .btn2 {
  bottom: 24px;
}

.foot_telbox_sp {
  position: relative;
  max-width: 320px;
  padding: 0;
  background-image: url(../images/foot_tel_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.foot_telbox_sp .btn-box {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  list-style-type: none;
}
.foot_telbox_sp .btn-box__2col {
  position: absolute;
  top: 200px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.foot_telbox_sp .btn-box__2col li {
  width: 50%;
}
.foot_telbox_sp .btn-box__2col li.consultation-btn {
  z-index: 10;
  padding: 0 0 0 10px;
}
.foot_telbox_sp .btn-box__2col li.contact-btn {
  overflow: visible;
  z-index: 1;
  padding: 0 10px 0 0;
}
.foot_telbox_sp .btn-box__2col li.contact-btn a {
  position: relative;
  overflow: visible;
  width: 100%;
}
.foot_telbox_sp .btn-box__2col li.contact-btn img {
  position: absolute;
  bottom: 0;
  max-width: initial;
}
.foot_telbox_sp .tel-box {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  padding: 0 10px;
}
.foot_telbox_sp .tel-box img {
  max-width: 100%;
}

/***** スマホメニュー *****/
.sp_menu_top .btn-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
.sp_menu_top .btn-box img {
  max-width: initial;
  width: 100%;
}
.sp_menu_top .btn-box__2col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  list-style-type: none;
}
.sp_menu_top .btn-box__2col li {
  width: 50%;
}
.sp_menu_top .btn-box__2col li.consultation-btn {
  z-index: 10;
  padding: 0 0 0 10px;
}
.sp_menu_top .btn-box__2col li.consultation-btn img {
  max-width: initial;
  width: 100%;
}
.sp_menu_top .btn-box__2col li.contact-btn {
  overflow: visible;
  z-index: 1;
  padding: 0 10px 0 0;
}
.sp_menu_top .btn-box__2col li.contact-btn a {
  overflow: visible;
  width: 100%;
}
.sp_menu_top .btn-box__2col li.contact-btn img {
  max-width: initial;
  width: 130%;
}
.sp_menu_top .tel-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.sp_menu_top .tel-box img {
  max-width: initial;
  width: 100%;
}

/* ブログ・お知らせ */
/* お知らせ */
.top-news-wrap {
  margin: 30px 0;
}
.top-news-wrap .top-news-contentsTitle {
  margin: 0 0 30px 0;
  padding: 0;
  border-left: 0px;
  text-align: center;
  color: #514F4F;
  font-size: 56px;
  line-height: 73px;
}
.top-news-wrap .top-news-listWrap {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #C8C8C8;
}
.top-news-wrap .top-news-listWrap .top-news-contents {
  display: block;
  color: #4D4D4D;
  border-bottom: 1px solid #C8C8C8;
  padding: 15px 0;
}
.top-news-wrap .top-news-listWrap .top-news-contents:visited, .top-news-wrap .top-news-listWrap .top-news-contents:link {
  color: #4D4D4D;
}
.top-news-wrap .top-news-listWrap .top-news-contents:hover {
  text-decoration: none;
  opacity: 0.5;
}
.top-news-wrap .top-news-listWrap .top-news-contents .top-news-list {
  width: 100%;
}
.top-news-wrap .top-news-listWrap .top-news-contents .top-news-list .top-news-times {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 27px;
  margin: 0;
}
.top-news-wrap .top-news-listWrap .top-news-contents .top-news-list .top-news-title {
  color: #514F4F !important;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.top-news-btn {
  position: relative;
  display: block;
  width: 50%;
  max-width: 160px;
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
  border-radius: 6px;
  padding: 12px 25px 12px 15px;
  margin: 0 auto;
  line-height: 21px;
  text-align: center;
}
.top-news-btn:hover {
  text-decoration: none;
}
.top-news-btn .fa-solid.fa-angle-right {
  position: absolute;
  right: 5px;
  line-height: 21px;
}

@media (min-width: 1024px) {
  .top-news-wrap .top-news-contentsTitle {
    line-height: 1.4;
    font-size: 22px;
  }
  .top-news-wrap .top-news-listWrap .top-news-contents .top-news-list .top-news-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
/*
 * ヘッダー
 */
.siteName img {
  max-height: 60px;
  min-width: 215px;
}

.headerLogo {
  width: auto;
}

.head_tel_box .tel {
  font-weight: 500;
}
.head_tel_box .tel::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../images/icon_tel.png);
  background-size: contain;
  vertical-align: middle;
}

/***** ヘッダーナビ *****/
.headerNav {
  padding-top: 10px;
}
.headerNav .head_sub_nav .nav-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.headerNav .head_sub_nav .nav-item {
  display: inline-block;
  padding-left: 0.25em;
  font-size: 0.9rem;
}
.headerNav .head_sub_nav .nav-item::before {
  content: "＞";
  font-weight: bold;
  color: #FF7F37;
}
.headerNav .head_sub_nav .nav-item a {
  text-decoration: none;
}
.headerNav .head_sub_nav .nav-item a:link, .headerNav .head_sub_nav .nav-item a:visited, .headerNav .head_sub_nav .nav-item a:hover, .headerNav .head_sub_nav .nav-item a:active {
  color: #000;
}
.headerNav .head_sub_nav .nav-item a:hover {
  text-decoration: underline;
}

.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
  color: #4D4D4D;
}

.headerNavB .acms-navbar ul li li a:link, .headerNavB .acms-navbar ul li li a:visited, .headerNavB .acms-navbar ul li li a:hover {
  color: #fff;
}

.headerNavB .acms-navbar,
.headerSubNav .acms-navbar {
  background: unset;
  border-top: unset;
  border-bottom: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.headerNavB .acms-navbar ul,
.headerSubNav .acms-navbar ul {
  margin-left: auto;
  margin-right: 0;
}
.headerNavB .acms-navbar li:last-child,
.headerSubNav .acms-navbar li:last-child {
  border-right: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.headerNavB .acms-navbar .info a,
.headerSubNav .acms-navbar .info a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFA7E));
  background: linear-gradient(transparent 60%, #FFFA7E 60%);
}
.headerNavB .acms-navbar .info a:hover,
.headerSubNav .acms-navbar .info a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFA7E));
  background: linear-gradient(transparent 60%, #FFFA7E 60%);
  color: #005CCC !important;
}
.headerNavB .acms-navbar li a,
.headerSubNav .acms-navbar li a {
  padding: 0;
  margin: 0 20px 15px 0;
  font-size: 1.1px;
  line-height: 22px;
  font-weight: 500;
}
.headerNavB .acms-navbar li ul li a,
.headerSubNav .acms-navbar li ul li a {
  font-size: 16px !important;
}
.headerNavB .acms-navbar a:hover,
.headerSubNav .acms-navbar a:hover {
  background: unset;
  color: #005CCC;
}
.headerNavB .acms-navbar a:link,
.headerSubNav .acms-navbar a:link {
  color: #4D4D4D;
}
.headerNavB .acms-navbar ul ul,
.headerSubNav .acms-navbar ul ul {
  top: 20px;
}
.headerNavB .acms-navbar ul ul a,
.headerSubNav .acms-navbar ul ul a {
  background: #005CCC !important;
}
.headerNavB .acms-navbar ul ul a:hover,
.headerSubNav .acms-navbar ul ul a:hover {
  background: rgba(0, 92, 204, 0.9);
  opacity: 0.8;
  color: #fff;
}
.headerNavB .acms-navbar .stay a,
.headerSubNav .acms-navbar .stay a {
  background: #eee;
}

.headerSubNav {
  padding: 0;
}
.headerSubNav nav {
  z-index: 19;
}

/***** スマホサブナビ *****/
.sp-subnavi-list .list-item a {
  background-color: #5F5F5F;
  color: #FFF;
}
.sp-subnavi-list .list-item a::after {
  border-color: #FFF;
}

/***** スマホヘッダー *****/
.headWrapper {
  width: 100%;
  /* 追加記述 */
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #005CCC;
  top: 0;
  z-index: 9999;
}
.headWrapper #sp_menu {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.headWrapper #sp_menu #sp_menu_box {
  height: 600px;
  overflow: scroll;
}
.headWrapper #sp_menu_head {
  background: rgba(255, 255, 255, 0.8);
}
.headWrapper #sp_menu_head .left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headWrapper #sp_menu_head .left__inner .siteName {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.headWrapper #sp_menu_head .left__inner .tel-btn,
.headWrapper #sp_menu_head .left__inner .contact-btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0px;
  padding-left: 5px;
}
.headWrapper #sp_menu_head .left__inner .tel-btn a,
.headWrapper #sp_menu_head .left__inner .contact-btn a {
  display: inline-block;
}
.headWrapper #sp_menu_head .left__inner .tel-btn img,
.headWrapper #sp_menu_head .left__inner .contact-btn img {
  width: 80%;
  height: auto;
}
.headWrapper #sp_menu_head .left__inner .contact-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51px;
          flex: 0 1 51px;
  min-width: 25px;
  width: 25px;
}
.headWrapper #sp_menu_head .left__inner .tel-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45px;
          flex: 0 1 45px;
  min-width: 25px;
  width: 25px;
}
.headWrapper #sp_menu_head .menuBtnIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  background-color: #005CCC;
  font-family: sans-serif;
  font-size: 11px;
}
.headWrapper #sp_menu_head .menuBtnIcon i {
  font-size: 21px;
}

/* スマホメニュー内 */
#sp_menu_box {
  padding: 0;
}
#sp_menu_box .sp_menu_top .header-contact-outerWrap a {
  width: 100%;
}
#sp_menu_box .sp_menu_top .header-contact-outerWrap a li {
  padding: 10px 20px 10px 0;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
#sp_menu_box .sp_menu_top .header-contact-outerWrap a li .header-contact-icon {
  height: 20px;
  padding: 5px 10px;
}
#sp_menu_box .sp_menu_top .header-contact-outerWrap a li .header-contact-text {
  font-size: 3.5vw;
  letter-spacing: 0.28px;
  line-height: 18px;
}

#sp_menu_wrap .sp-subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sp_menu_wrap .sp-subnavi-list li {
  width: 50%;
}
#sp_menu_wrap .sp-subnavi-list li a {
  font-size: 3.5vw;
  line-height: 22px;
  color: #4D4D4D;
}
#sp_menu_wrap .sp-subnavi-list li:nth-child(1) {
  width: 100%;
}
#sp_menu_wrap .sp-subnavi-list li:nth-child(2) {
  width: 100%;
}
#sp_menu_wrap .sp-subnavi-list li:nth-child(2) li {
  width: 100%;
}

.sp_menu_bottom .btn1col a {
  color: #4D4D4D;
}
.sp_menu_bottom .btn1col a:visited, .sp_menu_bottom .btn1col alink {
  color: #4D4D4D;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_list {
  position: relative;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: 0.32;
  line-height: 29px;
  text-align: center;
  margin: 0;
  padding: 12px 18px;
  margin-left: 40px;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_text.kotsujiko {
  letter-spacing: 0.48px;
  line-height: 22px;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_text.kotsujiko span {
  font-size: 21px;
  letter-spacing: 0.42px;
  line-height: 24px;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_text .sp_menu_bottom_text_middle {
  letter-spacing: 0.48px;
  line-height: 23px;
}
.sp_menu_bottom .btn1col a .sp_menu_bottom_text .sp_menu_bottom_text_big {
  font-size: 21px;
  letter-spacing: 0.42px;
  line-height: 24px;
}

.acms-navbar ul {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerNavWrap {
  max-width: 100%;
  padding-right: 0;
}
.headerNavWrap .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 118px;
  min-height: 100px;
}
.headerNavWrap .header .headerNavOuterWrap {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 60%;
}
.headerNavWrap .header .header-contact-outerWrap {
  width: 20%;
  display: block;
}

.acms-navbar li {
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-contact-outerWrap .header-contact-innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-outerWrap .header-contact-innerWrap a:visited, .header-contact-outerWrap .header-contact-innerWrap a:link {
  color: #fff;
}
.header-contact-outerWrap .header-contact-innerWrap a li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.header-contact-outerWrap .header-contact-innerWrap a li .header-contact-text {
  font-size: 1vw;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 20px;
}
.header-contact-outerWrap .header-contact-innerWrap a li .header-contact-icon {
  display: block;
  margin: 0 auto;
  height: 40px;
}
.header-contact-outerWrap .header-contact-innerWrap .header-contact-tel {
  display: block;
  background: #005CCC;
}
.header-contact-outerWrap .header-contact-innerWrap .header-contact-tel .header-contact-text {
  margin-top: 10px;
}
.header-contact-outerWrap .header-contact-innerWrap .header-contact-mail {
  display: block;
  background: #B49635;
}
@media screen and (min-width: 1024px) and (max-width: 1224px) {
  .headerNavOuterWrap .navContainer .headerNavB .acms-navbar li a {
    margin: 0 16px 18px 0;
    font-size: 1.1vw;
  }
  .headerNavOuterWrap .navContainer .headerSubNav .acms-navbar li a {
    margin: 0 16px 18px 0;
    font-size: 1.1vw;
  }
  .header-contact-outerWrap .header-contact-innerWrap .header-contact-mail li {
    padding: 5px 15px;
  }
  .header-contact-outerWrap .header-contact-innerWrap .header-contact-mail li .header-contact-text {
    font-size: 1vw;
  }
}
.headWrapper .acms-show-pc .header .header-contact-outerWrap .header-contact-innerWrap a li {
  padding: 10px 5px 10px;
}
/* 追加分 2022-06-28 K*/
.headerNavOuterWrap {
  width: 60%;
  margin-left: 0;
}
.headerNavOuterWrap .navContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.headerNavOuterWrap .navContainer .headerNavB .acms-navbar li a {
  margin: 0 16px 18px 0;
  font-size: 1.1vw;
}
.headerNavOuterWrap .navContainer .headerSubNav .acms-navbar li a {
  margin: 0 16px 18px 0;
  font-size: 1.1vw;
}

/*2022-06-29　K追加分 */
.header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .headerNavOuterWrap {
  margin-left: 0;
  max-width: 60%;
}
.header .headerNavOuterWrap .navContainer {
  width: 100%;
}
.header .headerNavOuterWrap .navContainer .headerNav {
  display: block;
  width: 100%;
}

.headWrapper .headerLogo {
  width: 20%;
}
.headWrapper .headerNavOuterWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.headWrapper .header-contact-outerWrap {
  width: 20%;
  display: block;
}
.headWrapper .header-contact-outerWrap .header-contact-innerWrap {
  max-height: 100px;
  min-height: 100px;
}
.headWrapper .header-contact-outerWrap .header-contact-innerWrap a {
  width: 50%;
}

/* スマホ固定メニュー　2024/08/30　追加 */
@media (max-width: 769px) {
  #sp_menu_box .sp_menu_top .header-contact-outerWrap a li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sp_menu_box .sp_menu_top .header-contact-outerWrap a li {
    padding-right: 0;
  }
  .header-contact-outerWrap ul.header-contact-innerWrap a li {
    padding-top: 10px;
    padding-bottom: 7px;
  }
  div.sp_menu_top.footer-nav-fixed .header-contact-innerWrap .header-contact-mail img {
    width: 33px;
    height: 29px;
    margin-bottom: 3px;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap .header-contact-tel img {
    width: 31px;
    height: 31px;
    margin-bottom: 3px;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap .header-contact-form img {
    width: 39px;
    height: 31px;
    margin-bottom: 3px;
  }
  .pc-side-nav-outerWrap .pagetop {
    bottom: 105px;
  }
}
@media (min-width: 769px) {
  .headerNavWrap .header {
    min-height: 140px;
    max-height: 140px;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-text {
    margin-top: 15px;
    line-height: 23px;
  }
  .header-contact-outerWrap .header-contact-innerWrap a.header-contact-mail li .header-contact-icon {
    margin-top: 0px;
    width: auto;
    height: 30px;
  }
  .headWrapper .acms-show-pc .header .header-contact-outerWrap .header-contact-innerWrap a li {
    padding-top: 27px;
  }
  .headWrapper .header-contact-outerWrap .header-contact-innerWrap {
    max-height: 100%;
    min-height: 100%;
  }
  .headerNavWrap .header .header-contact-outerWrap {
    width: 45%;
  }
  .header-contact-outerWrap .header-contact-innerWrap .header-contact-form {
    background: #8155A2;
  }
  .category_title {
    margin-top: 140px;
  }
  .headerNavWrap .header .headerNavOuterWrap {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .category_title {
    background-size: cover;
  }
  .footer-nav-fixed .header-contact-innerWrap .header-contact-mail img {
    width: 40px;
    height: 40px;
  }
  .header-contact-outerWrap .header-contact-innerWrap a.header-contact-tel li .header-contact-icon {
    margin-bottom: -3px;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-icon {
    width: auto;
  }
  .top_main_visualWrap .image-container img {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1660px) {
  span.header-contact-text {
    font-size: 0.9vw;
  }
  .SPKaigyou {
    white-space: nowrap;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-text {
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1346px) {
  .acms-container.headerNavWrap {
    max-height: 140px !important;
  }
}
/* スマホ固定メニュー　2024/09/30　追加 */
@media (min-width: 2600px) and (max-width: 3000px) {
  .headerNavWrap .header .headerNavOuterWrap {
    margin-right: 6vw;
  }
}
@media (min-width: 3001px) {
  .headerNavWrap .header .headerNavOuterWrap {
    margin-right: 14vw;
  }
}

@media (min-width: 530px) and (max-width: 767px) {
  div.sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li .header-contact-text{
    line-height: 27px;
  }
}
/*
 *  フッター
 */
.sp_menu_top.footer-nav-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sp_menu_top.footer-nav-fixed .header-contact-innerWrap a {
  width: 50%;
}
.sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li img {
  height: 20px;
  margin: 5px 10px 0 0;
}
.sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li .header-contact-text {
  font-size: 3.5vw;
  letter-spacing: 0.28px;
  line-height: 18px;
  text-align: left;
}
.sp_menu_top.footer-nav-fixed .header-contact-innerWrap .header-contact-mail img {
  width: 25px;
  height: 15.54px;
  margin: 10px 10px 0 0;
}

.copyright {
  background: #005CCC;
  margin-top: -10px;
}

.footer_box {
  background: #fff;
}
.footer_box .footer_fax {
  color: #514F4F !important;
}
.footer_box .footer_fax:hover {
  text-decoration: none;
}
.footer_box .footer-address-outerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #005CCC;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.footer_box .footer-address-outerWrap address {
  width: 50%;
}
.footer_box .footer-address-outerWrap .footer-address-navWrap {
  width: 50%;
}
.footer_box .footer-address-outerWrap .footer-nav {
  width: 100%;
}
.footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 27px;
}
.footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li {
  width: 45%;
}
.footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li:nth-child(1), .footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li:nth-child(odd) {
  margin-right: 20px;
}
.footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li a {
  width: 100%;
  display: block;
  padding-right: 0;
  padding-left: 0;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap {
  list-style: none;
  padding: 0;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-Link {
  color: #005CCC;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-Link:visited, .footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-Link:link {
  color: #005CCC;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-Link:hover {
  text-decoration: none;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-Link .footer-address-List.company {
  width: 80%;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-List.address {
  color: #514F4F;
  font-style: normal;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-List.address .footer-address-TelLink {
  color: #514F4F;
}
.footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-List.address .footer-address-TelLink:visited, .footer_box .footer-address-outerWrap .footer-address-listWrap .footer-address-List.address .footer-address-TelLink:link {
  color: #514F4F;
}

/* フッターマップ */
.footer-map-outerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-map-outerWrap .footer-map-contents {
  width: 50%;
}
.footer-map-outerWrap .footer-map-contents .map__container {
  padding-top: 97%;
}

.footer-address-navWrap-sp .footer-nav .sp-subnavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-address-navWrap-sp .footer-nav .sp-subnavi-list li {
  width: 50%;
}
.footer-address-navWrap-sp .footer-nav .sp-subnavi-list li a {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 12px 0 12px 5px;
}
.footer-address-navWrap-sp .footer-nav .sp-subnavi-list li:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.foot_address .btn_map {
  vertical-align: text-top;
}

/***** スマホフッター *****/
.foot_address .hide-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .foot_address {
    width: 100%;
  }
  .foot_address .hide-pc {
    display: inline;
  }
}
/***** スマホフッター *****/
.blog_headline_box .side__blog-title {
  padding: 15px 5px 5px;
  line-height: 1.5;
  text-align: center;
  color: #005AC7;
}
@media screen and (max-width: 767px) {
  .blog_headline_box .side__blog-title {
    font-size: 20px;
  }
}

/* フッターお問い合わせ */
.acms-container.footer-contact-outerWrap {
  /* フッターリスト▼▼▼ */
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap {
  text-align: center;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telText {
  font-size: 30px;
  color: #005CCC;
  margin: 0;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink {
  color: #005CCC;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink:visited, .acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink:link {
  color: #005CCC;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink:hover {
  text-decoration: none;
  opacity: 0.5;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink .footer-contact-imgWrap {
  font-size: 60px;
  margin: 0;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink .footer-contact-imgWrap img {
  width: 50px;
  height: 50px;
}
.acms-container.footer-contact-outerWrap .footer-contact-telWrap .footer-contact-telLink .footer-contact-eigyoubi {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  color: #4d4d4d;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link {
  display: block;
  width: 32%;
  -webkit-box-shadow: 0px 4px 10px -10px #000029;
          box-shadow: 0px 4px 10px -10px #000029;
  color: #005CCC;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:visited, .acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:link {
  color: #005CCC;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:hover {
  text-decoration: none;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:nth-child(2) .footer-contactList-itemes div .footer-contactList-text {
  padding-top: 30px;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:last-child .footer-contactList-itemes .footer-contactList-text {
  padding-top: 30px;
  color: #B49635;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link:last-child .footer-contactList-itemes .footer-contactList-icon.jukoniatta {
  background: #B49635;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes img {
  width: 165px;
  height: 126px;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes .footer-contactList-text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  padding: 45px 10px 0;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes .footer-contactList-textNote {
  margin: 0;
  font-size: 13px;
  line-height: 30px;
  color: #005CCC;
  border: 1px solid #005CCC;
  border-radius: 6px;
  text-align: center;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes .footer-contactList-icon {
  display: block;
  background: #005CCC;
  width: 30px;
  padding-top: 50px;
  text-align: center;
}
.acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes .footer-contactList-icon .fa-solid.fa-angle-right {
  color: #fff;
}

.footer-contact-telWrap {
  margin: 60px auto;
}

/* スマホ固定メニュー　2024/08/30　追加 */
@media (max-width: 769px) {
  a.header-contact-form {
    background: #8155A2;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li .header-contact-text {
    text-align: center;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap a li img {
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 0;
  }
  .sp_menu_top.footer-nav-fixed .header-contact-innerWrap .header-contact-mail img.header-contact-icon {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
/*
 *  サブメニュー
 */
.tag-list-box .tag-list,
.tag-list-box .submenu-list,
.price-submenu .tag-list,
.price-submenu .submenu-list,
.whiplash-submenu .tag-list,
.whiplash-submenu .submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin: 0 0 15px;
  background: #FFF;
  border-top: 1px solid #007AB7;
  border-left: 1px solid #007AB7;
}
@media screen and (max-width: 767px) {
  .tag-list-box .tag-list,
  .tag-list-box .submenu-list,
  .price-submenu .tag-list,
  .price-submenu .submenu-list,
  .whiplash-submenu .tag-list,
  .whiplash-submenu .submenu-list {
    margin-top: 0;
  }
}
.tag-list-box .list-item,
.price-submenu .list-item,
.whiplash-submenu .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-right: 1px solid #007AB7;
  border-bottom: 1px solid #007AB7;
}
@media screen and (max-width: 767px) {
  .tag-list-box .list-item,
  .price-submenu .list-item,
  .whiplash-submenu .list-item {
    width: 50%;
  }
}
.tag-list-box .item-link,
.price-submenu .item-link,
.whiplash-submenu .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  border: none;
  font-size: 18px;
  color: #666;
  /*
  display: inline-block;
  padding: .25em .5em;
  border: 1px solid #007AB7;
  border-radius: 3px;
  background-color: #FAFCFA;
  font-size: 12px;
  font-weight: bold;
  color: #007AB7;
  */
}
.tag-list-box .item-link::before,
.price-submenu .item-link::before,
.whiplash-submenu .item-link::before {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -0.5em;
  content: "▶︎";
  font-size: 0.8em;
  color: #007AB7;
}
.tag-list-box .item-link:hover,
.price-submenu .item-link:hover,
.whiplash-submenu .item-link:hover {
  padding: 10px 10px 10px 20px;
  border: none;
  background-color: #C9CACA;
  color: #FFF;
}
.tag-list-box .item-link:hover::before,
.price-submenu .item-link:hover::before,
.whiplash-submenu .item-link:hover::before {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .tag-list-box .item-link,
  .price-submenu .item-link,
  .whiplash-submenu .item-link {
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
  }
  .tag-list-box .item-link:hover,
  .price-submenu .item-link:hover,
  .whiplash-submenu .item-link:hover {
    padding: 10px 10px 10px 20px;
  }
}

.tag-list-box {
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .tag-list-box {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.whiplash-submenu {
  border: none;
}
.whiplash-submenu .submenu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  background-color: #FFF;
}
.whiplash-submenu .list-item {
  margin-bottom: 5px;
  border: none;
}
@media screen and (min-width: 768px) {
  .whiplash-submenu .list-item:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .whiplash-submenu .list-item {
    width: 100%;
  }
}
.whiplash-submenu .item-link {
  width: 100%;
  border: 1px solid #007AB7;
  text-align: left;
}
.whiplash-submenu .item-link::before {
  content: "▶︎";
  font-size: 0.8em;
  color: #007AB7;
}
.whiplash-submenu .item-link:hover {
  padding: 10px 10px 10px 20px;
  border: 1px solid #C9CACA;
  background-color: #C9CACA;
  color: #FFF;
}
.whiplash-submenu .item-link:hover::before {
  color: #FFF;
}

/*
 * エントリー
 */
.entryTitle {
  font-weight: 500;
}

.line {
  background: #FFF8DC;
}

/* 管理画面 */
.entryFormLiteEditor em {
  color: #B44100;
  font-weight: inherit;
}
.entryFormLiteEditor strong {
  font-size: 1em;
  color: inherit;
}

/* ページ */
.entryColumn h2 {
  border-color: #005AC7;
  font-size: 23px;
  font-weight: 500;
  color: #005AC7;
}
.entryColumn h3 {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
.entryColumn h4 {
  padding: 5px 10px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 19px;
}
.entryColumn ol li {
  padding-left: 1.75em;
  font-size: 18px;
}
.entryColumn ul li {
  font-size: 18px;
}
.entryColumn ul li::before {
  background: #005AC7;
}
.entryColumn p.entryBtnAttention a {
  background-color: #005AC7;
}
.entryColumn p.entryBtnAttention a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1B80FB), to(#005AC7));
  background-image: linear-gradient(#1B80FB, #005AC7);
}
.entryColumn p em {
  color: #B44100;
  font-weight: inherit;
}
.entryColumn p strong {
  font-size: 1em;
  color: inherit;
}
.entryColumn em {
  color: #B44100;
  font-weight: inherit;
}
.entryColumn strong {
  font-size: 1em;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .entryColumn p,
  .entryColumn ul li {
    font-size: 16px;
  }
}

/*  お問い合わせフォーム　Thanksページ
------------------------------ */
.messageThanksBold {
  font-weight: 600;
}

p.messageThanksBold {
  margin-bottom: auto;
}

h2.entryColumnThanks {
  font-size: 21px;
}

/*  死亡事故お問い合わせフォーム　Thanksページ
------------------------------ */
.fatal .contact-contactList-outerWrap .contact-contactList-innerWrap {
  display: inherit;
}

.fatalThanksTitle h2.entryTitle a {
  font-size: 28px;
}

img.bnr_sibouJikosenyou {
  margin: 0 auto;
  display: block;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  img.bnr_sibouJikosenyou {
    width: 80%;
  }
}
@media (max-width: 769px) {
  .SPKaigyou {
    white-space: nowrap;
  }
  .acms-form input.acms-form-width-seireki {
    width: 23%;
  }
  a.top_totalbox-LinkBtn.btn-font {
    margin-bottom: 30px;
  }
}
/*
 *  トップページ
 */
.siteTopBody .mainbox {
  width: 100%;
}

.mainbox {
  padding: 0;
  /* 5つの安心 */
  /* 交通事故被害者およびそのご家族の方々へ */
  /* 当弁護士事務所による総合的な支援内容 */
  /* 解決実績 */
  /* TOPバナー */
}
.mainbox .price-box h2.price_mainTitle {
  border-left: 0;
}
.mainbox .price-box h2.price_mainTitle img {
  margin: 0 auto;
}
.mainbox .price-box .price_content .five-anshin-text-checkWrap {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  list-style: none;
  color: #005CCC;
  font-size: 24px;
  line-height: 36px;
}
.mainbox .price-box .price_content .five-anshin-text-checkWrap .five-anshin-text-checkList {
  font-family: "Noto Serif JP";
  padding-left: 40px;
  line-height: 36px;
  background: left top no-repeat;
  background-size: 30px auto;
  margin-bottom: 10px;
}
.mainbox .price-box .price_content .five-anshin-text-checkWrap .five-anshin-text-checkList {
  background-image: url(../images/checkmark.svg);
}
.mainbox .price-box .price_content .five-anshin-text-checkWrap .five-anshin-text-checkMiddle {
  font-size: 18px;
}
.mainbox .price-box .price_content .five-anshin-text-checkWrap .five-anshin-text-checkMiddle .five-anshin-text-checkSmall {
  font-size: 14px;
}
.mainbox .price-box .price_content .five-anshin-btn {
  position: relative;
  display: block;
  background: #B49635;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  width: 30%;
  margin: 30px auto;
  padding: 12px 35px 12px 20px;
}
.mainbox .price-box .price_content .five-anshin-btn .fa-solid.fa-angle-right {
  position: absolute;
  right: 10px;
  line-height: 21px;
}
.mainbox .price-box .price_content .price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainbox .price-box .price_content .price_list .price_list-item {
  position: relative;
  counter-increment: number;
  padding-left: 0;
  background: #fff;
  width: 45%;
  padding: 8px;
}
.mainbox .price-box .price_content .price_list .price_list-item::before {
  color: #B49635;
  width: 20px;
  height: 20px;
  left: 8px;
  top: 5px;
  padding: 0px 15px 10px 7px;
  border-radius: 0 0 8px 0;
  position: absolute;
  background: #fff;
  font-size: 22px;
  letter-spacing: 2.04px;
  content: "0" counter(number) "";
  font-family: "Encode Sans SC", sans-serif;
}
.mainbox .price-box .price_content .price_list .price_list-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mainbox .price-box .price_content .price_list .price_list-item:last-child img {
  width: 50%;
}
.mainbox .price-box .price_content .price_list .price_list-item:last-child .five-anshin-text-wrap {
  margin-left: 10px;
}
.mainbox .price-box .price_content .price_list .price_list-item .five-anshin-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainbox .price-box .price_content .price_list .price_list-item .five-anshin-text-wrap .five-anshin-title {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 28px;
  text-align: center;
  color: #005CCC;
  margin: 0;
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 8px;
}
.mainbox .price-box .price_content .price_list .price_list-item .five-anshin-text-wrap .five-anshin-title.kotsujikoChokugo {
  font-size: 18px;
  line-height: 20px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.mainbox .price-box .price_content .price_list .price_list-item .five-anshin-text-wrap .five-anshin-text {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.64px;
  line-height: 22px;
  color: #4D4D4D;
  margin: 0;
  padding-top: 8px;
}
.mainbox .top_totalbox .top_totalbox-outerWrap {
  position: relative;
}
.mainbox .top_totalbox .top_totalbox-outerWrap .top_totalbox-title {
  border-left: 0;
  padding: 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.mainbox .top_totalbox .top_totalbox-outerWrap .top_totalbox-title span {
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 65px;
}
.mainbox .top_totalbox .top_totalbox-outerWrap .top_totalbox-title02 {
  border-left: 0;
  background-image: unset;
  padding: 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.mainbox .top_totalbox .top_totalbox-outerWrap .top_totalbox-title02 span {
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 65px;
}
.mainbox .top_totalbox .top_totalbox-innerWrap {
  width: 50%;
  max-width: 1100px;
  -webkit-box-shadow: 0px 4px 10px -4px #000029;
          box-shadow: 0px 4px 10px -4px #000029;
  margin: 0 auto;
  text-align: center;
  padding: 60px 60px 60px;
  background: #fff !important;
  margin-top: -100px;
}
.mainbox .top_totalbox .top_totalbox-innerWrap img {
  width: 70px;
  height: 56px;
  text-align: center;
}
.mainbox .top_totalbox .top_totalbox-innerWrap .top_totalbox-text {
  text-align: left;
  margin: 0;
}
.mainbox .top_totalbox .movie-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px;
}
.mainbox .bengoshi-contents-outerWrap h2 {
  border-left: 0;
  font-size: 56px;
  line-height: 75px;
  color: #005CCC;
  text-align: center;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link {
  display: block;
  border: 1px solid #B49635;
  border-radius: 6px;
  width: 15%;
  padding: 40px 12px 12px 12px;
  color: #B49635;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link:visited, .mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link:link {
  color: #B49635;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link:hover {
  text-decoration: none;
  opacity: 0.5;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link:last-child .bengoshi-contents-list .bengoshi-contents-title {
  font-size: 18px;
  padding-bottom: 21px;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link .bengoshi-contents-list .bengoshi-contents-imgWrap {
  text-align: center;
  position: relative;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link .bengoshi-contents-list .bengoshi-contents-imgWrap img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link .bengoshi-contents-list .bengoshi-contents-imgWrap .fa-solid.fa-angle-right {
  position: absolute;
  right: 0;
  bottom: 28px;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link .bengoshi-contents-list .bengoshi-contents-title {
  font-size: 26px;
  text-align: center;
  line-height: 36px;
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-innerWrap .bengoshi-contents-listWrap .bengoshi-contents-link .bengoshi-contents-list .bengoshi-contents-text {
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  color: #514F4F;
  margin-bottom: 0;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-btn {
  display: block;
  position: relative;
  color: #fff;
  background: #B49635;
  border-radius: 6px;
  padding: 12px 35px 12px 20px;
  width: 60%;
  max-width: 397px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 60px;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-btn:visited, .mainbox .bengoshi-contents-outerWrap .bengoshi-contents-btn:link {
  color: #fff;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-btn:hover {
  opacity: 0.5;
  text-decoration: none;
}
.mainbox .bengoshi-contents-outerWrap .bengoshi-contents-btn .fa-solid.fa-angle-right {
  position: absolute;
  right: 10px;
  line-height: 31px;
}
.mainbox .kaiketsu-jisseki-outerWrap {
  background-image: url(../images/bg_hiyou_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-mainTitle {
  font-size: 56px;
  line-height: 75px;
  color: #005CCC;
  border-left: 0;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-text {
  font-size: 24px;
  line-height: 36px;
  color: #514F4F;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-textTotal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 1.44px;
  line-height: 51px;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 70%, #ff6 60%);
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-textTotal .kaiketsu-jisseki-textTotalCount {
  font-size: 56px;
  line-height: 51px;
  letter-spacing: 2.24px;
  color: #005CCC;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-textTotal .kaiketsu-jisseki-textTotalCount.ken, .mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-textTotal .kaiketsu-jisseki-textTotalCount.parcent {
  font-size: 36px;
  letter-spacing: 1.44px;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-textNote {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
  color: #000000;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-Btn {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 380px;
  background: #B49635;
  border-radius: 6px;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  padding: 20px 80px 20px 60px;
  margin-top: 60px;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-Btn:visited, .mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-Btnlink {
  color: #fff;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-Btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mainbox .kaiketsu-jisseki-outerWrap .kaiketsu-jisseki-Btn .fa-solid.fa-angle-right {
  position: absolute;
  right: 10px;
  line-height: 31px;
}
.mainbox .top-banner-pc {
  margin-top: 60px;
}
.mainbox .top-banner-pc.koisho {
  margin-bottom: 60px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap {
  list-style: none;
  padding: 0;
  margin: 0;
  /* EDR */
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #4D4D4D;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link:visited, .mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-linklink {
  color: #4D4D4D;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list {
  position: relative;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list img {
  max-width: 640px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  letter-spacing: 0.56px;
  line-height: 47px;
  text-align: center;
  margin: 0;
  padding: 12px 8px;
  margin-left: 30px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_middle {
  font-size: 28px;
  letter-spacing: 0.84px;
  line-height: 37px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_big {
  font-size: 36px;
  letter-spacing: 0.72px;
  line-height: 42px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_small {
  font-size: 22px;
  letter-spacing: 0.72px;
  line-height: 42px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap {
  background: #eee;
  padding: 30px 0;
  margin: 30px auto;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap .top-banner-edr-Title {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #4D4D4D;
  margin: 0 0 30px 0;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap .top-banner-edr-text {
  font-size: 24px;
  line-height: 36px;
  color: #514F4F;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 5px;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap .top-banner-link.EDRdata {
  position: relative;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap .top-banner-link.EDRdata .sp_menu_bottom_text.kotsujiko {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  letter-spacing: 0.84px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 12px 18px;
  margin-left: 75px;
  color: #4D4D4D;
}
.mainbox .top-banner-pc .btn1col.top-banner-outerWrap .sp_menu_bottom_list.top-banner-edrWrap .top-banner-link.EDRdata .sp_menu_bottom_text.kotsujiko .top-banner-edr-bigText {
  font-size: 38px;
  letter-spacing: 0.76px;
  line-height: 43px;
}

.top_main .acms-container.price-outer-wrap {
  background: #EEEEEE !important;
}
.top_main h2 {
  border-color: #005AC7;
  font-weight: 500;
  color: #005AC7;
}
.top_main .image-container {
  margin-right: -20px;
  margin-left: -20px;
}

.acms-container.top_main_visualWrap {
  max-width: none;
  background: #EEEEEE;
  margin-top: 100px;
}

/* スマホメインビジュアル */
.sp__main_visualWrap {
  position: relative;
}
.sp__main_visualWrap .img__copy-main-visual {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 125px;
  height: 310px;
}
.sp__main_visualWrap .img__circle-main-visual {
  position: absolute;
  bottom: 40px;
}
.sp__main_visualWrap .img__main-visual-backgroundBox {
  height: 55px;
  width: 100%;
  background: #005CCC;
}
.sp__main_visualWrap .img__sankaku-main-visual {
  margin-top: -1px;
}

/***** ５つのこだわり *****/
.img__kodawari {
  margin-top: 20px;
}

/***** 価格表 *****/
.price-box {
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.price-box.border {
  border: 2px solid #005AC7;
}
.price-box .price_title {
  margin: 0;
  padding: 10px 15px;
  background-color: #005AC7;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .price-box .price_title {
    text-align: justify;
    font-size: 1em;
  }
}
.price-box .price_content {
  overflow: hidden;
}
.price-box .price_list {
  margin-right: 0;
  margin-left: 0;
  padding: 0 0.5em;
  list-style-type: none;
}
.price-box .price_list-item {
  list-style-type: none;
  padding-left: 1.5em;
  font-size: 1.5em;
  font-weight: 700;
  color: #005AC7;
}
@media screen and (max-width: 767.98px) {
  .price-box .price_list-item {
    font-size: 1em;
  }
}
.price-box .price_list-item::before {
  background-color: transparent;
}
.price-box .price_list-item:not(:last-child) {
  margin-bottom: 0.75em;
}
.price-box .price_list-item .fas {
  margin-right: 0.5em;
  color: #FF7F37;
}
.price-box .price_list-item .note {
  font-size: 0.7em;
}
.price-box .price_list-item .fs-85p {
  font-size: 0.85em;
}
.price-box .price-link-box {
  margin: 10px 15px;
  text-align: center;
  font-size: 0.9em;
}
.price-box .price-link-box .fas {
  display: inline-block;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
  padding: 0 0.25em;
  background: #FF7F37;
  color: #FFF;
}
.price-box .price-link-box .price-link {
  color: #FF7F37;
  text-decoration: underline;
}
.price-box .price-link-box .price-link:hover {
  text-decoration: none;
}

/***** 総合支援 *****/
@media screen and (max-width: 767.98px) {
  .top_totalbox h2 {
    padding: 1px 15px;
    border-bottom: none;
    border-left: 10px solid #005AC7;
  }
}

.total-content-sp {
  margin-bottom: 30px;
}
.total-content-sp .total-content_list {
  position: relative;
  margin: 0 0 50px;
  padding: 20px 10px;
  background: radial-gradient(#F8E1BE 45%, rgba(255, 255, 255, 0) 75%);
}
.total-content-sp .total-content_list::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 30px solid #F8E1BE;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
}
.total-content-sp .total-content_list .list-item {
  padding: 0.25em 0;
  list-style: none;
  text-align: center;
  color: #B44100;
}
.total-content-sp .total-content-link {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #FF7F37;
  text-decoration: underline;
}
.total-content-sp .total-content-link:hover {
  text-decoration: none;
}
.total-content-sp .total-content-link .fas {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5em;
  margin-right: 0.25em;
  padding: 0 0.25em;
  background: #FF7F37;
  color: #FFF;
}

/***** マップ *****/
.map__container {
  position: relative;
  padding-top: 75%;
}
.map__container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ブログ */
.top-news-contentsNote {
  font-size: 16px;
  margin: 0 auto 20px;
  line-height: 1.4;
}

/* 交通事故被害者およびそのご家族の方々へ ボタン*/
/* 2022-06-30 追記  */
.top_totalbox-innerWrap {
  position: relative;
}

.top_totalbox-triger {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: 0;
}

.top_totalbox-btn-more {
  width: 100%;
  text-align: center;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(#FFF), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #FFF, transparent);
  padding: 80px 0 30px;
  margin: 0 auto;
  cursor: pointer;
}
.top_totalbox-btn-more.close {
  padding-top: 10px;
}

.top_totalbox-btn-more::before {
  font-family: "FontAwesome";
  content: "\f078";
  color: #005CCC;
}

.top_totalbox-btn-more.close::before {
  font-family: "FontAwesome";
  content: "\f077";
  color: #005CCC;
}

/* 大切な人を交通事故で亡くされた方々へ ボタン*/
/* 2022-07-14 追記  */
.top_totalbox-innerWrap {
  position: relative;
}

.top_totalbox-triger02 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: 0;
}

.top_totalbox-btn-more02 {
  width: 100%;
  text-align: center;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(#FFF), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #FFF, transparent);
  padding: 80px 0 30px;
  margin: 0 auto;
  cursor: pointer;
}
.top_totalbox-btn-more02.close {
  padding-top: 10px;
}

.top_totalbox-btn-more02::before {
  font-family: "FontAwesome";
  content: "\f078";
  color: #005CCC;
}

.top_totalbox-btn-more02.close::before {
  font-family: "FontAwesome";
  content: "\f077";
  color: #005CCC;
}

.top_totalbox-LinkBtn {
  display: block;
  position: relative;
  color: #fff;
  background: #B49635;
  border-radius: 6px;
  padding: 12px 35px 12px 20px;
  width: 60%;
  max-width: 397px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 60px;
}
.top_totalbox-LinkBtn:visited, .top_totalbox-LinkBtn:link {
  color: #fff;
}
.top_totalbox-LinkBtn:hover {
  opacity: 0.5;
  text-decoration: none;
}
.top_totalbox-LinkBtn .fa-solid.fa-angle-right {
  position: absolute;
  right: 10px;
  line-height: 31px;
}

@media screen and (max-width: 480px) {
  .top_totalbox-LinkBtn {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .top_totalbox-LinkBtn .fa-solid.fa-angle-right {
    line-height: 21px !important;
  }
}
/*  TOPページ5つの安心の下のテキスト
------------------------------ */
.Top_listText {
  padding: 0;
  width: 65%;
  padding-right: 33px;
  line-height: 1.8;
}

.Top_listTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 769px) {
  .Top_listText {
    width: 100%;
    padding: 0;
  }
  h2.price_mainTitle {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .mainbox .price-box h2.price_mainTitle img {
    margin-top: 50px;
  }
  h2.price_mainTitle {
    margin-bottom: 18px;
  }
}
@media (min-width: 1483px) {
  .Top_listText {
    width: 100%;
    text-align: center;
  }
}
/*
 *  弁護士費用ページ
 */
.entryColumn .price-box {
  padding-left: 60px;
}
@media screen and (max-width: 767.98px) {
  .entryColumn .price-box {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .entryColumn .price-box .price_list {
    margin-right: 0;
    margin-left: 0;
  }
}

/*
 *  ブログ
 */
/***** ブログ一覧 *****/
.summaryOne {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.summaryOne .summaryOneEntry {
  margin: 0;
  padding: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.summaryOne .summaryOneEntry .ImageDiv {
  width: 100px;
  height: 100px;
}
.summaryOne .summaryOneEntry .ImageDiv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .summaryOneEntry .acms-summary,
  .summaryDefaultEntry .acms-summary,
  .summaryCustomEntry .acms-summary {
    display: block;
  }
}
.summaryOneEntry .acms-summary-body,
.summaryDefaultEntry .acms-summary-body,
.summaryCustomEntry .acms-summary-body {
  width: auto;
}
.summaryOneEntry .acms-summary-image,
.summaryDefaultEntry .acms-summary-image,
.summaryCustomEntry .acms-summary-image {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .summaryOneEntry .acms-summary-image,
  .summaryDefaultEntry .acms-summary-image,
  .summaryCustomEntry .acms-summary-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .summaryOneEntry .acms-summary-image .ImageDiv,
  .summaryDefaultEntry .acms-summary-image .ImageDiv,
  .summaryCustomEntry .acms-summary-image .ImageDiv {
    width: 100%;
    height: auto;
    max-width: initial !important;
    max-height: initial !important;
  }
  .summaryOneEntry .acms-summary-image .ImageDiv img,
  .summaryDefaultEntry .acms-summary-image .ImageDiv img,
  .summaryCustomEntry .acms-summary-image .ImageDiv img {
    width: 100%;
    height: auto;
    max-width: initial !important;
    max-height: initial !important;
  }
}

/***** 隙間調整 *****/
@media (max-width: 769px) {
  .blog .mainbox, .faq .mainbox, .fatal .mainbox, .information .mainbox, .lawyer .mainbox, .price .mainbox, .case .mainbox, .feedback .mainbox, .media .mainbox, .office .mainbox, .knowledge .mainbox {
    margin-top: 10px !important;
  }
  .blogTag .mainbox {
    margin-top: 20px !important;
  }
  .news h2.entryTitle {
    font-size: 32px !important;
  }
}
@media (min-width: 769px) {
  .news h2.entryTitle {
    font-size: 38px !important;
  }
}
/*
 *  メディア掲載
 */
/***** メディア掲載一覧 *****/
.summaryCustomEntry .ImageDiv {
  width: 100px;
  height: 100px;
}
.summaryCustomEntry .ImageDiv img {
  width: 100px;
  height: auto;
}

.entry .media-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto;
}
.entry .media-banner-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
}
.entry .media-banner-link {
  display: inline-block;
}
.entry .media-banner-img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .entry .media-banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .entry .media-banner-item {
    width: 100%;
    padding: 5px 10px;
  }
}

/***** 変数定義 *****/
/***** スタイル *****/
.edr p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edr #outer-wrap {
  border: none;
}
.edr-header__pc {
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
.edr-header__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.edr-header__headerLogo {
  width: 40%;
}
.edr-header__siteLogo {
  max-height: 70px;
}
.edr-header__nav {
  width: 60%;
}
.edr-header__nav .acms-navbar {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: right;
}
.edr-header__nav .acms-navbar ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: initial;
  margin: 0;
}
.edr-header__nav .acms-navbar li {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.edr-header__nav .acms-navbar li.stay a {
  background: none;
}
.edr-header__nav .acms-navbar li.contact-btn a {
  background-color: #b57e00;
  border: 2px solid #b57e00;
  border-radius: 5px;
  color: #FFF;
}
.edr-header__nav .acms-navbar li.contact-btn a:hover {
  color: #b57e00;
}
.edr-header__nav .acms-navbar li a {
  padding: 0.25em 1em;
  font-weight: normal;
}
.edr-header__nav .acms-navbar li a:hover {
  background: none;
}
.edr-header #sp_menu_wrap .sp-subnavi-list li:nth-child(1),
.edr-header #sp_menu_wrap .sp-subnavi-list li:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 1170px) {
  .edr .sp-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1170px) {
  .edr .page-content {
    padding-top: 110px;
  }
}
.edr .page-content .acms-grid-r {
  margin: 0;
}
.edr .page-content .mainbox {
  width: 100%;
}
.edr .page-content .bg-gray {
  padding: 30px 0;
  background-color: #e6e6e6;
}
.edr .page-content .lead-text {
  text-align: center;
  line-height: 1.5;
  font-size: 30px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1170px) {
  .edr .page-content .lead-text {
    margin: 0;
    font-size: 24px;
  }
}
.edr .page-content .acms-entry .offset {
  margin-top: -110px;
  padding-top: 110px;
}
.edr-main-visual {
  position: relative;
}
.edr-main-visual__float-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.edr-main-visual__float-box p {
  margin: 0;
  line-height: 1.5;
  font-size: 30px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
}
@media screen and (max-width: 1170px) {
  .edr-main-visual__float-box p {
    line-height: 1.3;
    font-size: 14px;
  }
}
.edr-main-visual__float-box p.large {
  margin: 0 auto 1em;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1170px) {
  .edr-main-visual__float-box p.large {
    margin-bottom: 0.25em;
    font-size: 24px;
  }
}
.edr-section__title {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  font-size: 40px;
  color: #0053b2;
}
@media screen and (max-width: 1170px) {
  .edr-section__title {
    font-size: 24px;
  }
}
.edr-section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #0053b2;
  border-right: 100px solid transparent;
  border-bottom: 0;
  border-left: 100px solid transparent;
}
.edr-section__about {
  padding: 30px 0;
}
.edr-section__about .edr-section__content {
  width: 60%;
  margin: auto;
  line-height: 1.8;
}
@media screen and (max-width: 1170px) {
  .edr-section__about .edr-section__content {
    width: 100%;
    padding: 0 10px;
    text-align: justify;
  }
}
.edr-section__reason {
  padding: 30px 0;
}
.edr-section__reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
  .edr-section__reason-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.edr-section__reason-item:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1170px) {
  .edr-section__reason-item:nth-child(odd) .edr-section__reason-image-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .edr-section__reason-item:nth-child(odd) .edr-section__reason-text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
  }
}
.edr-section__reason-item:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1170px) {
  .edr-section__reason-item:nth-child(even) .edr-section__reason-image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .edr-section__reason-item:nth-child(even) .edr-section__reason-text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: 0;
  }
}
.edr-section__reason-image-box img {
  width: auto;
  height: 100%;
  max-height: 670px;
}
@media screen and (max-width: 1170px) {
  .edr-section__reason-image-box img {
    width: 100%;
    height: auto;
    max-height: initial;
  }
}
.edr-section__reason-text-box {
  position: absolute;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1170px) {
  .edr-section__reason-text-box {
    position: static;
    padding: 15px 10px;
    background-color: transparent;
  }
}
.edr-section__reason-number {
  margin: 0;
  font-size: 80px;
  color: #c4ae89;
}
@media screen and (max-width: 1170px) {
  .edr-section__reason-number {
    font-size: 60px;
  }
}
.edr-section__reason-lead-text {
  margin-top: 0.5em;
  font-size: 30px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1170px) {
  .edr-section__reason-lead-text {
    font-size: 24px;
  }
}
.edr-section__reason-text {
  line-height: 2;
}
.edr-section__reason-button-box {
  text-align: center;
}
.edr-section__reason-button-box .button {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.5em;
  background-color: #b57e00;
  border: 2px solid #b57e00;
  border-radius: 6px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
}
.edr-section__reason-button-box .button:after {
  content: "＞";
  position: absolute;
  right: 0.25em;
  width: 1em;
  height: 1em;
  -webkit-transform: scaleX(60%);
          transform: scaleX(60%);
  color: #FFF;
}
.edr-section__reason-button-box .button:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #b57e00;
}
.edr-section__reason-button-box .button:hover:after {
  color: #b57e00;
}
.edr-section__movie {
  padding: 30px 0;
}
.edr-section__movie-inner {
  position: relative;
  width: 100%;
  max-width: 996px;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
}
.edr-section__movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.edr-section__introduction {
  padding: 30px 0;
}
.edr-section__introduction-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1170px) {
  .edr-section__introduction-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.edr-section__introduction-inner img {
  width: auto;
  max-height: 640px;
}
.edr-section__introduction-text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px;
}
@media screen and (max-width: 1170px) {
  .edr-section__introduction-text-box {
    padding: 10px;
  }
}
.edr-section__introduction-lead-text {
  margin-top: 0;
  font-size: 30px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1170px) {
  .edr-section__introduction-lead-text {
    margin-top: 1em;
    font-size: 24px;
  }
}
.edr-section__introduction-text {
  text-align: justify;
  line-height: 2;
}
.edr-section__introduction-button-box {
  text-align: center;
}
.edr-section__introduction-button-box .button {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.5em;
  background-color: #b57e00;
  border: 2px solid #b57e00;
  border-radius: 6px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
}
.edr-section__introduction-button-box .button:after {
  content: "＞";
  position: absolute;
  right: 0.25em;
  width: 1em;
  height: 1em;
  -webkit-transform: scaleX(60%);
          transform: scaleX(60%);
  color: #FFF;
}
.edr-section__introduction-button-box .button:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #b57e00;
}
.edr-section__introduction-button-box .button:hover:after {
  color: #b57e00;
}

/* 一覧ページと詳細ページのバナー制御（TOPは_top.scssに） */
.side-banner-koisho .top-banner-pc {
  margin-top: 0;
}
.side-banner-koisho .top-banner-pc.koisho {
  margin-bottom: 10px;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #4D4D4D;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link:visited, .side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-linklink {
  color: #4D4D4D;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list {
  position: relative;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list img {
  width: 100%;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 29px;
  text-align: center;
  margin: 0;
  padding: 8px;
  min-width: 60%;
  margin-left: 10px;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_middle {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 23px;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_big {
  font-size: 21px;
  letter-spacing: 0.42px;
  line-height: 24px;
}
.side-banner-koisho .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_small {
  font-size: 10px;
  letter-spacing: 0.32px;
  line-height: 20px;
}

.contact-contactList-outerWrap .contact-contactList-innerWrap {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link {
  display: block;
  width: 80%;
  -webkit-box-shadow: 0px 4px 10px -10px #000029;
          box-shadow: 0px 4px 10px -10px #000029;
  color: #005CCC;
}
@media screen and (max-width: 480px) {
  .contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link {
    width: 100%;
  }
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link:visited, .contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link:link {
  color: #005CCC;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link:hover {
  text-decoration: none;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  background: #fff;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes::before {
  background: none;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes img {
  width: 165px;
  height: 126px;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes .contact-contactList-text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  padding: 45px 10px 0;
}
@media screen and (max-width: 480px) {
  .contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes .contact-contactList-text {
    font-size: 14px;
  }
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes .contact-contactList-textNote {
  margin: 0;
  font-size: 13px;
  line-height: 30px;
  color: #005CCC;
  border: 1px solid #005CCC;
  border-radius: 6px;
  text-align: center;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes .contact-contactList-icon {
  display: block;
  background: #005CCC;
  width: 30px;
  padding-top: 50px;
  text-align: center;
}
.contact-contactList-outerWrap .contact-contactList-innerWrap .contact-contactList-link .contact-contactList-itemes .contact-contactList-icon .fa-solid.fa-angle-right {
  color: #fff;
}

/*  2024/12/26 追加　死亡事故バナー
------------------------------ */
@media (max-width: 769px){
  .knowledge img.bnr_sibouJikosenyou {
      margin-bottom: 50px;
  }
}

div#entry-create-category-display button.acms-admin-btn-admin {
    display: none;
}

@media (min-width: 769px){
  .blog img.bnr_sibouJikosenyou,.knowledge img.bnr_sibouJikosenyou{
      width: 40%;
      margin-bottom: 50px;
  }
}

/*  2024/12/26 追加　Xシェアボタン変更
------------------------------ */
.shareItem .shareItemTwitter{
  background: #000;
}

/*  2025/05/15 追加　TOP「にわブログ」ボタン追加
------------------------------ */
.pagetop a.pc-side-nav-pageTop.niwaBrog_btnWrap{
  background: #005CCC;
  opacity: 75%;
  border-radius: 7%;
  color: #FFF;
  font-size: clamp(16px, 1.5vw, 34px) !important;
  text-shadow: 6px 6px 6px #093A76;
  box-shadow: 2pt 2pt 2pt #4D4D4D80;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-side-nav-outerWrap .pagetop.pc-side-nav-listWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px){
  .pagetop a.pc-side-nav-pageTop.niwaBrog_btnWrap{
    padding: 0;
    height: auto;
    width: 6.5vw;
    aspect-ratio: 1;
    letter-spacing: -1px;
  }
  .pc-side-nav-outerWrap .pagetop .pc-side-nav-pageTop{
    font-size: clamp(16px, 1.5vw, 20px) !important;
    width: 7.2vw;
    height: 7.2vw;
  }
  .scrollTo li.pc-side-nav-pageTopList{
    margin-top: -10px;
  }
  ul.pagetop a.scrollTo.pc-side-nav-pageTop{
    padding-right: 0;
    padding-left: 0;
    font-size: clamp(16px, 1.35vw, 24px) !important;
  }
}

@media (min-width: 769px) and (max-width: 994px) {
  ul.pagetop a.scrollTo.pc-side-nav-pageTop{
    padding-top: 1.3vh;
    line-height: inherit;
  }
}

@media (min-width: 995px)and (max-width: 1500px){
  .pc-side-nav-outerWrap .pagetop .pc-side-nav-pageTop{
    padding: 1rem 0.5rem;
  }
  .pc-side-nav-outerWrap .pagetop .scrollTo{
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 23px;
  }
}

@media (min-width: 1251px) {
  ul.pagetop a.scrollTo.pc-side-nav-pageTop{
    padding-top: 2.3vh;
  }
  .pagetop a.pc-side-nav-pageTop.niwaBrog_btnWrap{
    line-height: clamp(32px, 1.35vw, 35px);
  }
}

@media (min-width: 1252px)and (max-width: 1960px){
  ul.pagetop a.scrollTo.pc-side-nav-pageTop{
    line-height: initial;
  }
}

@media (min-width: 1961px){
  ul.pagetop a.scrollTo.pc-side-nav-pageTop{
    line-height: initial;
  }
}

/*  2025/05/15 追加　SPメニューバナー
------------------------------ */
.sp_menu_bottom_list img {
  width: 90%;
  height: auto; /* アスペクト比維持 */
  display: inline-block;
  margin-bottom: 15px;
}
.sp_menu_bottom_list {
  text-align: center;
}


/*  緊急のお知らせ
------------------------------ */
.Emergency{
  flex-direction: column;
  margin-bottom: 100px;
  background: rgba(245, 236, 149, 1);
  width: 50%;
  padding: 50px;
}

.Emergency p,.Emergency h2{
  margin: 0 auto;
  line-height: 1.5;
}
.Emergency p{
  font-size: x-large;
  font-weight: 600;
}

.Emergency .top-news-btn{
  font-weight: 600;
}

.Emergency h2{
font-size: xxx-large;
margin-bottom: 30px;
color: red;
border-left:none;
}

@media (max-width: 769px){
  .Emergency h2{
    font-size: xx-large;
    font-weight: 600;
  }
  .Emergency p{
    font-size: medium;
  }
  .Emergency .top-news-btn{
    width: 100%;
  }
}