@charset "UTF-8";
/*
Theme Name: jobma_factoring
Description: jobma_factoringのテーマ
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html:focus {
  outline: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background: #F0F2F4; }

main {
  display: block;
  margin-top: 0;
  overflow: inherit; }

.home main {
  overflow: inherit; }

.page-id-41 main {
  margin-top: 80px; }

@media print, screen and (min-width: 992px) {
  .page-id-41 main {
    margin-top: 100px; } }
.fontSerif {
  font-family: "Shippori Mincho", serif; }

#wpadminbar {
  top: unset !important;
  bottom: 0; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media print, screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 970px;
    width: 100%;
    transition: ease-in .1s; } }
@media print, screen and (min-width: 992px) {
  .container {
    max-width: 970px;
    transition: ease-in .1s; } }
@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    transition: ease-in .1s; } }
@media print, screen and (min-width: 768px) {
  .outsidePadding {
    padding-left: 15px;
    padding-right: 15px; } }
@media print, screen and (min-width: 992px) {
  .outsidePadding {
    padding-left: 45px;
    padding-right: 45px; } }
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
.mainColumn a {
  color: #635858;
  text-decoration: underline;
  transition: all ease .3s; }
.mainColumn a:hover, .mainColumn a:focus {
  color: #AC1619;
  text-decoration: none;
  transition: all ease .3s; }
.mainColumn a:focus, .mainColumn a:active, .mainColumn a:hover {
  outline: 0;
  text-decoration: none; }
.mainColumn a img:hover {
  opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }

blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }

blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px; }

img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

img.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }

.gallery .gallery-item {
  display: inline-block;
  padding: 0 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px; }

.gallery .gallery-item .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none !important; }

.gallery .gallery-item .gallery-caption {
  color: #707070;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0;
  margin: 0; }

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

@media print, screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }

  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }

  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }

.wp-caption img {
  border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #272727;
  border-radius: 10px;
  color: #fff;
  background: #272727;
  max-width: 290px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.btn:hover, .btn:focus {
  text-decoration: none;
  color: #272727 !important;
  background: #fff;
  border-color: #272727 !important; }

.btn.w300 {
  max-width: 300px !important; }

.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in; }

.btn.arrow:hover:after, .btn.arrow:focus:after {
  color: #272727; }

.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #272727;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: .3s ease-in; }

.btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
  color: #fff; }

.btn.reverse {
  text-decoration: none;
  color: #272727;
  background: #fff;
  border-color: #272727; }

.btn.reverse:hover, .btn.reverse:focus {
  background: #272727;
  color: #fff; }

.btn.btnLeft {
  margin: 0; }

.btn.btnRight {
  margin: 0 auto 0 0; }

.btn.btnCenter {
  margin-left: auto;
  margin-right: auto; }

.btn.btnFull {
  max-width: none; }

.btn.page-link,
.btn.type2 {
  border: none !important;
  border-bottom: 1px solid #535353 !important;
  color: #333 !important;
  text-align: left !important;
  padding: 3px 15px !important;
  justify-content: left !important;
  background-color: transparent;
  border-radius: 0 !important; }

.btn.page-link:after,
.btn.type2:after {
  color: #fff; }

.btn.page-link.arrow:after,
.btn.type2.arrow:after {
  position: absolute;
  content: "";
  background: url(images/common/arrow_bottom.svg) no-repeat center center;
  background-size: 10px auto;
  transform: none;
  color: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 10px;
  height: 12px;
  transition: .3s ease-in;
  margin-top: auto; }

.btn.page-link:hover,
.btn.type2:hover {
  background-color: #F2F9FE; }

.btn.page-link.arrow:after {
  transform: translateY(-50%); }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }

.column2Wrap .columnBox {
  flex-basis: 100%;
  margin-top: 0; }

.column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px; }

.column2Wrap.sp140 .columnBox {
  flex-basis: 100%;
  max-width: 100%; }

.column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
  margin-top: 20px; }

.column2Wrap.sp214 .columnBox:nth-of-type(odd) {
  flex-basis: 214px;
  max-width: 214px;
  width: 100%;
  margin: 0 auto; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }

.column3Wrap .columnBox {
  flex-basis: 100%;
  max-width: 100%; }

.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%; }

.column3Wrap .columnBox p:last-child {
  margin-bottom: 0; }

.column3Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }

.column4Wrap .columnBox {
  flex-basis: 100%; }

.column4Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px; }

.column4Wrap .columnBox img {
  width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.column6Wrap .columnBox {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px); }

.column6Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px; }

.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column2_3_3 .columnBox:nth-of-type(2) {
  margin-top: 0; }

.column2_3_3 .columnBox:nth-of-type(n + 3) {
  margin-top: 20px; }

.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column2_4_4 .columnBox:nth-of-type(-n+2) {
  margin-top: 0; }

.columnBox {
  overflow: hidden; }

.columnBox img {
  align-self: baseline;
  max-width: 100%; }

.columnBox p:last-of-type {
  margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }

.borderBox .columnBox + .borderNone {
  border: none; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column2Wrap .columnBox p:last-of-type {
    margin-bottom: 0; }

  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }

  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }

  .column2Wrap.sp214 .columnBox:nth-of-type(odd) {
    margin: 0; }

  .column2Wrap.sp214 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 234px);
    max-width: calc(100% - 234px); }

  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }

  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px); }

  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px); }

  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }

  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }

  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }

  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px); }

  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }

  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px); }

  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }

  .column2Wrap.sp250 .columnBox:nth-of-type(n + 3) {
    margin-top: 0; }

  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }

  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }

  .column4Wrap {
    position: relative; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }

  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }

  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }

  .column6Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  .column6Wrap .columnBox {
    flex-basis: calc((100% - 50px) / 6);
    max-width: calc((100% - 50px) / 6);
    margin-right: 10px; }

  .column6Wrap .columnBox:last-of-type {
    margin-right: 0; }

  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0; }

  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }

  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column1_3_3:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }

  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

  .column1_3_3 .columnBox:nth-of-type(n + 2) {
    margin-top: 0; }

  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column2_3_3:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 0; }

  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }

  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }

  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }

  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0; } }
@media print, screen and (min-width: 992px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: 300px;
    max-width: 300px; }

  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px); }

  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px); }

  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: 300px;
    max-width: 300px; }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

  .column3Wrap .columnBox:nth-of-type(-n + 3) {
    margin-top: 0; }

  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap {
    position: relative; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }

  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }

  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: inherit; }

  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }
/* ----------------------------------- */
/* スマホ、PC　表示・非表示
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
  .spDisp {
    display: none; } }
.pcDisp {
  display: none; }

@media print, screen and (min-width: 768px) {
  .pcDisp {
    display: inline; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent; }

#header #headerCnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 0 15px;
  height: 100%;
  width: 100%;
  position: relative; }

#header #headerCnt #headerLeft {
  display: flex;
  align-items: center;
  height: 100%;
  flex-basis: 400px;
  max-width: 400px; }

#header #headerCnt #headerLeft #logoArea {
  min-width: 178px;
  margin: 0 37px 0 0;
  height: 100%; }

#header #headerCnt #headerLeft #logoArea #logo {
  margin: 0;
  height: 100%; }

#header #headerCnt #headerLeft #logoArea #logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

#header #headerCnt #headerLeft #logoArea #logo a img {
  max-width: 178px;
  height: auto; }

#header #headerCnt #headerLeft p {
  font-size: 14px;
  font-weight: 500; }

#header #headerCnt #headerRight {
  display: inline-flex;
  margin-left: auto;
  align-items: center; }

#header #headerCnt #headerRight .headerRightTop {
  display: flex; }

#header #headerCnt #headerRight .hdrMenu {
  padding-right: 40px; }

#header #headerCnt #headerRight .hdrMenu ul {
  margin: 0;
  padding: 0; }

#header #headerCnt #headerRight .hdrMenu ul li {
  list-style: none; }

#header #headerCnt #headerRight .hdrMenu ul li a {
  text-decoration: none;
  color: #272727;
  font-size: 12px; }

#header #headerCnt #headerRight #searchArea {
  margin-right: 20px; }

@media print, screen and (max-width: 768px) {
  #header #headerCnt #headerRight #searchArea {
    flex-basis: 100px;
    max-width: 100px;
    margin-right: 45px;
    display: flex;
    height: 100%;
    align-items: center; } }
#header #headerCnt #headerRight a.hdrcontact {
  background: #222;
  color: #fff;
  font-weight: 500;
  height: 36px;
  min-width: 120px;
  display: flex;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }

@media print, screen and (max-width: 992px) {
  #header #headerCnt #headerRight a.hdrcontact {
    display: none; } }
#header #headerCnt #headerRight .snsWrap {
  padding-left: 20px; }

#header #headerCnt #headerRight .snsWrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

#header #headerCnt #headerRight .snsWrap ul li {
  list-style: none; }

#header #headerCnt #headerRight .snsWrap ul li + li {
  margin-left: 25px; }

#header #headerCnt #headerRight .snsWrap ul li.contact {
  width: 13px; }

#header #headerCnt #headerRight .snsWrap ul li.ig {
  width: 15px; }

#header #headerCnt #headerRight .snsWrap ul li a {
  display: flex; }

#header #headerCnt #headerRight .selectLanguage {
  position: absolute;
  bottom: -44px;
  right: 0;
  width: 100px;
  z-index: 1;
  height: 35px; }

#header #headerCnt #headerRight .selectLanguage select.goog-te-combo {
  width: 100% !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

#header #headerCnt #headerRight .selectLanguage .goog-te-combo {
  font-weight: 700 !important;
  font-family: "Noto Sans JP", sans-serif !important; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt #logoArea {
    min-width: 185px !important; }

  #header #headerCnt #logoArea #logo {
    margin: 0;
    max-width: 185px; }

  #header #headerCnt #headerRight .headerRightTop .hdrcontact {
    margin-right: 45px; } }
#header.fixed {
  background-color: #F0F2F4; }

@media screen and (max-width: 768px) {
  #header {
    height: 60px;
    padding: 0; }

  #header #headerCnt {
    justify-content: flex-start;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px; }

  #header #headerCnt #headerLeft {
    max-width: 145px;
    flex-basis: 145px; }

  #header #headerCnt #headerLeft #logoArea {
    margin-right: 0; }

  #header #headerCnt #headerLeft #logoArea #logo a {
    display: block; }

  #header #headerCnt #headerLeft #logoArea #logo a img {
    max-width: 143px; }

  #header #headerCnt #headerLeft p {
    display: none; }

  #header #headerCnt #headerRight {
    margin-left: auto;
    flex-basis: auto;
    width: auto;
    display: block;
    height: 90px; }

  #header #headerCnt #headerRight .headerRightTop {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }

  #header #headerCnt #headerRight .headerRightTop #searchArea #searchForm {
    flex-wrap: nowrap; }

  #header #headerCnt #headerRight .headerRightTop #searchArea #searchForm form {
    flex-wrap: nowrap;
    justify-content: space-between; }

  #header #headerCnt #headerRight .headerRightTop #searchArea #searchForm form input[type="text"] {
    padding-left: 10px; } }
#searchForm form {
  margin: 0;
  position: relative; }

#searchForm form input[type="text"] {
  flex-basis: 200px;
  max-width: 200px;
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
  height: 36px;
  font-size: 14px;
  background-color: #fff;
  padding-left: 10px; }

#searchForm form input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  flex-basis: 17px;
  width: 17px;
  transform: translateY(-50%);
  background: url("images/common/icon_kensaku.svg") no-repeat center center;
  border: 0; }

#searchForm form input[type="submit"]:hover {
  opacity: 0.8; }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: none; }

.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

#drawerNaviWrap {
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #drawerNaviWrap {
    position: absolute;
    right: 0;
    top: 30px; } }
@media print, screen and (max-width: 768px) {
  #drawerNaviWrap {
    position: absolute;
    right: 0;
    top: 15px; } }
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 30px;
  height: 30px;
  cursor: pointer; }

#drawerNaviWrap .drawerNaviBtn {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
  z-index: 3;
  background: url("images/common/icon_menu.svg") no-repeat center center; }

#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  padding: 0 30px 40px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0; }

#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0; }

#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #ccc; }

#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }

#drawerNaviWrap .drawer-nav ul li.ftw_m a {
  font-weight: 500;
  font-size: 14px; }

#drawerNaviWrap .drawer-nav ul li + li {
  margin-top: 10px; }

#drawerNaviWrap .drawer-nav ul li.contact {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#drawerNaviWrap .drawer-nav ul li.contact a {
  width: 270px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  background-color: #009DFF;
  border-radius: 32px; }

#drawerNaviWrap .drawer-nav ul li.contact a:before {
  content: '';
  background: url("images/common/icon_mail_w.svg") no-repeat center center;
  background-size: 38px auto;
  width: 38px;
  height: 30px;
  margin-right: 15px; }

#drawerNaviWrap .drawer-nav ul li a {
  text-decoration: none;
  color: #272727;
  font-weight: 700;
  font-size: 16px;
  transition-duration: 0.2s; }

#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden; }

#drawerNaviWrap .drawer-nav ul li.children + li {
  margin-top: 0; }

#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 10px;
  margin: 10px 0 20px; }

#drawerNaviWrap .drawer-nav ul li.children .sub-menu a {
  font-size: 14px;
  font-weight: 500; }

#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px; }

#drawerNaviWrap .drawer-nav .logo {
  width: 151px;
  margin: 20px auto; }

#drawerNaviWrap #overlay {
  display: none;
  transition: all .5s; }

#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px; }

#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none; }

#drawerNaviWrap.open .drawerNaviBtn {
  margin-left: 0; }

#drawerNaviWrap.open .naviTop {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 20px; }

#drawerNaviWrap.open .serchArea {
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  width: 100%; }

#drawerNaviWrap.open .drawerNavClose {
  flex-basis: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/common/icon_menu-active.svg") no-repeat center center;
  background-color: #272727; }

#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff; }

#drawerNaviWrap.open .copy {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #272727; }

#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  opacity: .6;
  z-index: 2; }

@media print, screen and (max-width: 768px) {
  .headerRightTop {
    position: absolute;
    right: 15px; } }
/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
@media print, screen and (min-width: 992px) {
  	/*#drawerNaviWrap {
          display: none;
      }*/
  #mainNaviArea {
    display: block;
    margin: 10px 0 0;
    padding: 0; }

  #mainNaviArea #mainNavi {
    padding: 0; }

  #mainNaviArea #mainNavi ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  #mainNaviArea #mainNavi ul > li {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }

  #mainNaviArea #mainNavi ul > li + li {
    margin-left: 10px; }

  #mainNaviArea #mainNavi ul > li a {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    background-color: #272727;
    border: 1px solid #272727;
    border-radius: 14px;
    text-decoration: none;
    line-height: 1.2; }

  #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
    cursor: pointer;
    color: #272727;
    border-color: #272727;
    background-color: #fff; }

  #mainNaviArea #mainNavi ul > li a span {
    flex-basis: 100%;
    font-size: 12px; }

  #mainNaviArea #mainNavi ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    text-align: left;
    z-index: 0;
    padding: 0;
    margin: 0;
    height: 0;
    width: 180px; }

  #mainNaviArea #mainNavi ul > li ul.sub-menu li {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    width: 180px; }

  #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
    margin: 0;
    opacity: 0;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    text-align: left;
    position: relative; }

  #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
    transition: .3s ease-in-out; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
    z-index: 1;
    height: 100%;
    opacity: 1; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
    padding: 0;
    height: auto;
    opacity: 1;
    width: 180px;
    text-align: left;
    background: #272727;
    border-bottom: #ccc 1px solid; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
    padding: 10px;
    opacity: 1;
    display: block;
    border-bottom: 1px solid #272727;
    transition: .3s ease-in-out; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
    border: none; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f0a9";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 14px;
    border-radius: 0;
    top: 27%;
    transition: .3s ease-in; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
    color: #272727;
    background: #fff; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
    color: #272727; }

  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
    border-bottom: none; }

  #mainNaviArea #mainNavi ul > li.current-menu-item > a {
    color: #272727 !important; }

  #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
    color: #272727 !important;
    background: #fff; }

  #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
    color: #272727 !important; }

  #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
    color: #272727 !important;
    background: #fff; }

  #mainNaviArea.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 70px;
    top: 0;
    transition: ease-in .1s;
    box-shadow: 1px 1px 15px #eee;
    background: #272727; }

  #mainNaviArea.fixed + #main {
    margin-top: 70px !important; }

  .admin-bar #mainNaviArea.fixed {
    top: 32px !important; }

  .admin-bar #mainNaviArea.fixed + #main {
    margin-top: 70px !important; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#bnrArea {
  margin-top: 50px;
  padding: 40px 0 50px;
  background-color: #272727; }

#bnrArea ul {
  margin: 0;
  padding: 0; }

#bnrArea ul li {
  padding: 0;
  list-style-type: none; }

#bnrArea .swiper-container {
  padding-bottom: 30px; }

#bnrArea .swiper-container-horizontal > .swiper-pagination-bullets,
#bnrArea .swiper-pagination-custom,
#bnrArea .swiper-pagination-fraction {
  bottom: 0; }

#bnrArea .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #272727;
  opacity: .5;
  margin: 0 10px; }

#bnrArea .swiper-pagination-bullet-active {
  opacity: 1; }

@media print, screen and (min-width: 768px) {
  #bnrArea {
    margin-top: 120px; } }
#footer {
  clear: both;
  padding: 55px 0 175px;
  position: relative;
  background-color: #27272A; }

#footer #footerCnt {
  text-align: center; }

#footer .footerLogo {
  width: 254px;
  margin: 0 auto 35px; }

#footer p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0; }

#footer .btnWrap {
  margin: 20px 0 0; }

#footer .btnWrap .btn {
  max-width: 265px;
  min-height: 44px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto; }

#footer .btnWrap .btn:before {
  content: '';
  background: url("images/common/icon_mail_w.svg") no-repeat center center;
  background-size: 19px auto;
  width: 19px;
  height: 15px;
  margin-right: 10px; }

#footer .btnWrap .btn:hover:before {
  content: '';
  background: url("images/common/icon_mail_brown.svg") no-repeat center center;
  background-size: 19px auto;
  width: 19px;
  height: 15px;
  margin-right: 10px; }

#footer #footerNaviWrap {
  margin-bottom: 52px; }

#footer #footerNaviWrap .naviBox ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 0;
  padding-left: 0;
  justify-items: center; }

#footer #footerNaviWrap .naviBox ul li {
  list-style: none; }

#footer #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #27272A;
  width: 290px;
  padding: 5px 15px;
  background-color: #fff; }

#footer #footerNaviWrap .naviBox ul li a:hover {
  color: #272727;
  background-color: #fff; }

#footer #copyright {
  text-align: center;
  margin-top: 30px; }

#footer #copyright p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  font-weight: 700; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #footerNaviWrap .naviBox ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 35px; } }
@media print, screen and (min-width: 768px) {
  #footer {
    padding: 120px 0 290px;
    margin: 0; }

  #footer #footerCnt {
    margin: 0; }

  #footer #footerNaviWrap {
    display: block;
    margin-bottom: 30px; }

  #footer #footerNaviWrap .naviBox ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 35px; }

  #footer #footerNaviWrap .naviBox ul li {
    display: inline-block;
    margin-bottom: 10px; }

  #footer #footerNaviWrap .naviBox ul li:last-child {
    padding-right: 0; }

  #footer #footerNaviWrap .naviBox ul li.children {
    position: relative; }

  #footer #footerNaviWrap .naviBox ul li.children .sub-menu {
    opacity: 0;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: auto;
    left: 0;
    width: 150px;
    z-index: -1;
    transition: all ease .3s; }

  #footer #footerNaviWrap .naviBox ul li.children .sub-menu li {
    display: block; }

  #footer #footerNaviWrap .naviBox ul li.children .sub-menu li a {
    width: 100%;
    border-radius: 0; }

  #footer #footerNaviWrap .naviBox ul li.children:hover .sub-menu {
    opacity: 1;
    z-index: 1;
    transition: all ease .3s; }

  #footer #footerNaviWrap .naviBox ul li.children > a {
    padding-right: 40px;
    position: relative; }

  #footer #footerNaviWrap .naviBox ul li.children > a:after {
    content: '';
    background: url("images/common/arrow_down_b.svg") no-repeat center right;
    background-size: 10px auto;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }

  #footer #footerNaviWrap .naviBox ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #27272A;
    padding: 5px 15px;
    background-color: #fff; }

  #footer #footerNaviWrap .naviBox ul li a:hover {
    color: #272727;
    background-color: #fff; } }
/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }

#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }

.wp-pagenavi a,
.wp-pagenavi span {
  color: #272727;
  width: 30px;
  height: 30px;
  padding: 1px 0 0 0;
  text-decoration: none;
  background: #F0F2F4;
  border-radius: 100%;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px; }

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #272727; }

.wp-pagenavi span.current {
  color: #fff;
  background: #009DFF;
  font-weight: 400; }

.wp-pagenavi .nextpostslink i,
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .first i,
.wp-pagenavi .last i {
  color: #009DFF;
  font-size: 16px; }

.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  color: #009DFF; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 75px; }

#pagetopArea a {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  text-decoration: none; }

#pagetopArea a span.pageTop {
  font-size: 12px;
  font-weight: 700; }

#pagetopArea a span.icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 0;
  border-radius: 50%;
  background: url("images/home/arrow_down_w.svg") no-repeat center center;
  background-size: 20px 60px;
  background-color: #fff; }

@media print, screen and (min-width: 768px) {
  #pagetopArea {
    display: block;
    bottom: 200px; } }
/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #272727; }

#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: .6s;
  bottom: 0; }

#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex; }

#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%; }

#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 35px 10px 0;
  font-size: 14px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px; }

#fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
  background-color: #272727;
  color: #fff; }

#fixedBtnSpArea #fixedBtnSp ul li + li {
  border-left: 1px solid #fff; }

@media print, screen and (min-width: 768px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important; } }
/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#main_visual {
  width: 100%;
  height: 750px;
  background: #E0E0E0; }

#main_visual .bg {
  width: 100%;
  height: 100%;
  background: url("images/home/naname.svg") no-repeat;
  background-size: cover;
  background-position: top left -110px; }

#main_visual .bg .inner {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#main_visual .bg .inner .left_box {
  max-width: 390px;
  flex-basis: 390px; }

#main_visual .bg .inner .left_box .left_box_sp_txt {
  display: none; }

#main_visual .bg .inner .left_box .left_box_img {
  position: relative;
  z-index: 0; }

#main_visual .bg .inner .left_box .left_box_img .left_box_man {
  display: block;
  margin: 74px auto 0; }

@media print, screen and (min-width: 1201px) {
  #main_visual .bg .inner .left_box .left_box_img .left_box_man {
    display: block;
    margin: 114px auto 0; } }
#main_visual .bg .inner .left_box h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 9px;
  line-height: 1.1; }

#main_visual .bg .inner .left_box .left_box_txt {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px; }

#main_visual .bg .inner .left_box .left_btnbox a {
  width: 100%;
  max-width: 345px;
  height: 80px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(39, 39, 42, 0.91), #6e6e70);
  color: #fff;
  position: relative;
  border-radius: 40px;
  text-decoration: none;
  border: #707070 solid 2px; }

#main_visual .bg .inner .left_box .left_btnbox a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/home/w_arrow.svg") no-repeat;
  background-position: center;
  background-size: 8px; }

#main_visual .bg .inner .right_box {
  max-width: calc( 100% - 390px );
  flex-basis: calc( 100% - 390px ); }

#main_visual .bg .inner .right_box .swiper-container_mv {
  overflow: hidden;
  width: 100%;
  height: 750px;
  position: relative; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-wrapper .swiper-slide {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  opacity: 0; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-wrapper .swiper-slide-active {
  transition: .9s;
  opacity: 1; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-wrapper .swiper-slide-prev {
  padding-left: 420px !important;
  padding-right: 0px !important;
  padding-top: 80px !important;
  transition: .9s;
  opacity: 1;
  pointer-events: none; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-wrapper .swiper-slide-next {
  padding-left: 0px !important;
  padding-right: 420px !important;
  padding-top: 160px !important;
  transition: .9s;
  opacity: 1;
  pointer-events: none; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-pagination_mv_w {
  position: absolute;
  z-index: 5;
  top: 230px;
  right: 0; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-pagination_mv {
  width: 20px; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-pagination_mv .swiper-pagination-bullet {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper-pagination_mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #27272A;
  opacity: 1; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper_mv-next {
  display: block;
  position: initial !important;
  margin: 0;
  background: url("images/home/bv_top.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 40px; }

#main_visual .bg .inner .right_box .swiper-container_mv .swiper_mv-prev {
  display: block;
  position: initial !important;
  margin: 0;
  background: url("images/home/mv_bottom.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 40px; }

#main_visual .bg .inner .right_box .swiper-container_mv2 {
  display: none;
  padding-top: 100px;
  overflow: hidden; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper-pagination_mv2_w {
  display: table;
  margin: 20px auto 0; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper-pagination_mv2 {
  width: auto;
  display: table-cell;
  padding: 0 10px; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper-pagination_mv2 .swiper-pagination-bullet {
  text-align: center;
  margin: 8px;
  background: #fff;
  opacity: 1; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper-pagination_mv2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #27272A;
  opacity: 1; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper_mv2-next {
  display: table-cell;
  position: initial !important;
  margin: 0;
  background: url("images/home/y_icon_w.svg") no-repeat;
  background-position: top 2px left;
  background-size: 40px;
  width: 40px;
  height: 20px; }

#main_visual .bg .inner .right_box .swiper-container_mv2 .swiper_mv2-prev {
  display: table-cell;
  position: initial !important;
  margin: 0;
  background: url("images/home/y_icon_w2.svg") no-repeat;
  background-position: top 2px left;
  background-size: 40px;
  width: 40px;
  height: 20px; }

@media screen and (max-width: 1200px) {
  #main_visual .bg .inner .right_box .swiper-container_mv {
    display: none; }

  #main_visual .bg .inner .right_box .swiper-container_mv2 {
    display: block; } }
@media screen and (max-width: 767px) {
  #main_visual .bg .inner .right_box .swiper-container_mv2 {
    padding-top: 0px;
    margin-bottom: 25px; } }
@media screen and (max-width: 1200px) {
  #main_visual .bg .inner .right_box {
    max-width: calc( 100% - 320px );
    flex-basis: calc( 100% - 320px );
    padding: 0 25px 0 90px; }

  #main_visual .bg .inner .left_box {
    padding-left: 25px;
    max-width: 300px;
    flex-basis: 300px; } }
@media screen and (max-width: 767px) {
  #main_visual .bg .inner .left_box {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    padding: 0 15px; }

  #main_visual .bg .inner .left_box .left_box_sp_txt {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 70px 0 0; }

  #main_visual .bg .inner .left_box .left_box_img {
    margin-bottom: 0; }

  #main_visual .bg .inner .left_box .left_box_img .left_box_man {
    margin: 0 auto; }

  #main_visual .bg .inner .left_box h2 {
    font-size: 28px; }

  #main_visual .bg .inner .left_box .left_box_txt {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left; }

  #main_visual .bg .inner .right_box {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0; }

  #main_visual .bg .inner .right_box .left_btnbox {
    padding: 0 15px; }

  #main_visual .bg .inner .right_box .left_btnbox a {
    width: 100%;
    max-width: 345px;
    height: 80px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(39, 39, 42, 0.91), #6e6e70);
    color: #fff;
    position: relative;
    border-radius: 40px;
    text-decoration: none; }

  #main_visual .bg .inner .right_box .left_btnbox a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("images/home/w_arrow.svg") no-repeat;
    background-position: center;
    background-size: 8px; } }
@media screen and (min-width: 768px) and (max-width: 1190px) {
  #main_visual .bg .inner {
    align-items: center; } }
@media screen and (max-width: 767px) {
  #main_visual {
    width: 100%;
    height: auto; }

  #main_visual .bg {
    width: 100%;
    height: 100%;
    background: url("images/home/naname_sp.svg") no-repeat;
    background-size: cover;
    background-position: top left -275px; }

  #main_visual .bg .inner {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px; } }
.mv_card {
  width: 90%;
  padding: 0; }

@media screen and (max-width: 1100px) {
  .mv_card {
    width: 100%; } }
.mv_card a {
  text-decoration: none;
  color: #27272A; }

.mv_card a p {
  font-size: 20px;
  margin-bottom: 17px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.mv_card .mv_slider_txtbox {
  display: flex;
  align-items: center; }

.mv_card .mv_slider_txtbox time {
  margin-right: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #767681; }

.mv_card .mv_slider_txtbox .cat_text a {
  display: inline-block;
  min-width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: #27272A;
  color: #fff;
  padding: 0 15px;
  font-size: 14px !important;
  text-align: center;
  font-weight: 700; }

.mv_card .mv_slider_txtbox .cat_text a.bankruptcy {
  background: #D54894; }

.mv_card .mv_slider_txtbox .cat_text a.civil-rehabilitation {
  background: #5CB987; }

.mv_card .mv_slider_txtbox .cat_text a.closed {
  background: #F0A82E; }

.mv_card .mv_slider_txtbox .cat_text a.debt {
  background: #8E48D5; }

.mv_card .img_box {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  border-radius: 4px; }

.mv_card .img_box img {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important; }

@media screen and (max-width: 767px) {
  .mv_card a p {
    font-size: 18px; } }
.post_card {
  width: 100%; }

.post_card a {
  text-decoration: none;
  color: #09152F; }

.post_card a:hover {
  color: #09152F !important; }

.post_card p {
  font-size: 18px;
  margin-bottom: 17px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.post_card .mv_slider_txtbox {
  display: flex;
  align-items: center; }

.post_card .mv_slider_txtbox time {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #767681; }

.post_card .mv_slider_txtbox .cat_text a {
  display: inline-block;
  min-width: 80px;
  height: 24px;
  background: #27272A;
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
  font-size: 14px !important;
  text-align: center;
  border-radius: 4px; }

.post_card .mv_slider_txtbox .cat_text a:hover {
  color: #fff !important; }

.post_card .mv_slider_txtbox .cat_text a.bankruptcy {
  background: #D54894; }

.post_card .mv_slider_txtbox .cat_text a.civil-rehabilitation {
  background: #5CB987; }

.post_card .mv_slider_txtbox .cat_text a.closed {
  background: #F0A82E; }

.post_card .mv_slider_txtbox .cat_text a.debt {
  background: #8E48D5; }

.post_card .img_box {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px; }

.post_card .img_box img {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important; }

.post_card .cat_text_area {
  display: table;
  width: 100%; }

.post_card .cat_text_area .cat_text {
  display: table-cell; }

.post_card .cat_text_area time {
  display: table-cell;
  text-align: right; }

/* ---------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------- */
#bpoArea {
  background: #27272A;
  padding: 40px 0 45px; }

#bpoArea .bpo_titlebox {
  border-bottom: #fff solid 1px;
  margin-bottom: 30px; }

#bpoArea .bpo_titlebox a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%; }

#bpoArea .bpo_titlebox a .bpo_title_left {
  padding-bottom: 10px; }

#bpoArea .bpo_titlebox a .bpo_title_left h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-bottom: none; }

#bpoArea .bpo_titlebox a .bpo_title_right {
  padding-bottom: 10px; }

#bpoArea .bpo_titlebox a .bpo_title_right p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff; }

.swiper-bpoWrap {
  position: relative;
  overflow: hidden; }

.swiper-bpoWrap .swiper-bpo {
  position: inherit;
  overflow: visible;
  padding-bottom: 50px; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide {
  height: auto; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide .swiper-slide_box {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  position: relative;
  border: #fff solid 4px; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide .swiper-slide_box a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  color: #27272A;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide .swiper-slide_box a .bpoimgbox img {
  margin: 0 auto; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide .swiper-slide_box a .bpotxtbox h3 {
  font-size: 14px;
  font-weight: 500;
  color: #27272A;
  margin: 0 0 3px;
  border-bottom: none; }

.swiper-bpoWrap .swiper-bpo .swiper-wrapper .swiper-slide .swiper-slide_box a .bpotxtbox span {
  font-size: 12px;
  font-weight: 500;
  color: #999999; }

.swiper-bpoWrap .swiper-bpo .bpo-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff !important; }

.swiper-bpoWrap .swiper-bpo .bpo-pagination .swiper-pagination-bullet-active {
  background: #859096; }

@media screen and (max-width: 767px) {
  #bpoArea {
    padding: 40px 0; }

  #bpoArea .bpo_titlebox {
    margin-bottom: 20px; }

  #bpoArea .bpo_titlebox a .bpo_title_left h2 {
    font-size: 20px; }

  #bpoArea .bpo_titlebox a .bpo_title_right p {
    font-size: 12px; } }
/* ---------------------------------------------------------------- */
/* 人気記事 */
/* ---------------------------------------------------------------- */
#rankingArea {
  background: #fff;
  padding: 40px 60px; }

#rankingArea h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: #DBDBDB solid 1px;
  padding-bottom: 5px; }

#rankingArea h2 span {
  font-size: 14px;
  font-weight: 500; }

.popular_articlesWrap .popular_articles {
  padding: 20px 0;
  border-bottom: #C3C3C3 solid 1px; }

.popular_articlesWrap .popular_articles a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #27272A;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox {
  max-width: 192px;
  flex-basis: 192px;
  position: relative;
  border-radius: 4px; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox .numbering {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #27272A;
  border-radius: 0 4px 0 4px;
  font-size: 16px; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox .numbering.numbering.number-1 {
  background: #F0BC2E; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox .numbering.numbering.number-2 {
  background: #989898; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox .numbering.numbering.number-3 {
  background: #D37129; }

.popular_articlesWrap .popular_articles a .popular_articles_imgbox img {
  border-radius: 4px; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox {
  max-width: calc(100% - 212px);
  flex-basis: calc(100% - 212px); }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox P {
  margin: 0 0 15px !important; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox {
  display: flex;
  align-items: center; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox time {
  font-size: 12px;
  font-weight: 500;
  color: #767681;
  margin-right: 25px; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox .cat_text a {
  display: inline-block;
  min-width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: #27272A;
  color: #fff;
  padding: 0 15px;
  font-size: 14px !important;
  text-align: center;
  font-weight: 700; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox .cat_text a.bankruptcy {
  background: #D54894; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox .cat_text a.civil-rehabilitation {
  background: #5CB987; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox .cat_text a.closed {
  background: #F0A82E; }

.popular_articlesWrap .popular_articles a .popular_articles_txtbox .categorybox .cat_text a.debt {
  background: #8E48D5; }

@media screen and (max-width: 767px) {
  #thumbnail {
    padding: 40px 15px; }

  #thumbnail h2 {
    font-size: 20px; }

  #thumbnail h2 span {
    font-size: 12px; }

  .popular_articlesWrap .popular_articles a {
    font-size: 16px; }

  .popular_articlesWrap .popular_articles a .popular_articles_imgbox {
    max-width: 160px;
    flex-basis: 160px; }

  .popular_articlesWrap .popular_articles a .popular_articles_txtbox {
    max-width: calc(100% - 170px);
    flex-basis: calc(100% - 170px); } }
/* ---------------------------------------------------------------- */
/* フローティングバナー */
/* ---------------------------------------------------------------- */
#floatingBox {
  display: none; }

@media print, screen and (min-width: 768px) {
  #floatingBox {
    display: block;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 10;
    background-color: #fff; }

  #floatingBox img {
    display: block; } }
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage .bg {
  background-color: #F0F2F4; }

#indexPage .bgMap {
  position: relative; }

#indexPage .bgMap:before {
  content: '';
  background: url("images/home/bg_map.svg") no-repeat top 0 right -350px;
  background-size: 1736px auto;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2419px; }

@media print, screen and (min-width: 768px) {
  #indexPage .bgMap:before {
    content: '';
    background: url("images/home/bg_map.svg") no-repeat top 90px right 160px;
    background-size: 1736px auto; } }
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph; }

#indexPage .btn {
  max-width: 650px; }

#indexPage #activityArea {
  margin-bottom: 50px; }

#indexPage #activityArea .activityWrap {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  padding: 20px 20px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

#indexPage #activityArea .activityWrap .activityBox a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #272727; }

#indexPage #activityArea .activityWrap .activityBox .imgBox {
  margin-bottom: 20px; }

#indexPage #activityArea .activityWrap .activityBox .headLine {
  margin-bottom: 10px;
  color: #3d5732;
  font-size: 22px;
  font-weight: 700; }

#indexPage #activityArea .activityWrap .activityBox .headLine::first-letter {
  color: #67ae48; }

#indexPage #activityArea .activityWrap .activityBox .activityName {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700; }

#indexPage #activityArea .activityWrap .activityBox p {
  margin: 0;
  font-weight: 400; }

#indexPage #activityArea .activityWrap .activityBox p.textRight {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 50px;
  position: relative;
  padding-right: 40px; }

#indexPage #activityArea .activityWrap .activityBox p.textRight:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #272727;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block; }

#indexPage #activityArea .activityWrap .swiper-button-next,
#indexPage #activityArea .activityWrap .swiper-button-prev {
  width: 50px;
  height: 50px; }

#indexPage #activityArea .activityWrap .swiper-button-prev {
  background: url("images/home/arrow_left_g.svg") no-repeat center center;
  left: -35px; }

#indexPage #activityArea .activityWrap .swiper-button-next {
  background: url("images/home/arrow_right_g.svg") no-repeat center center;
  right: -35px; }

#indexPage #chatArea {
  background-color: #F0F2F4;
  padding: 50px 0; }

#indexPage #chatArea .chatWrap .inner {
  display: flex;
  flex-direction: column-reverse; }

#indexPage #chatArea .chatWrap .inner .chatBox.imgBox {
  margin-bottom: 20px;
  text-align: center; }

#indexPage #chatArea .chatWrap .inner .chatBox.imgBox img {
  max-width: 300px;
  width: 100%; }

#indexPage #chatArea .chatWrap .inner .chatBox .headLine {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

#indexPage #chatArea .chatWrap .inner .chatBox .headLine span {
  background: linear-gradient(transparent 65%, #FFEB00 0); }

#indexPage #chatArea .chatWrap .inner .chatBox ul {
  margin: 0 0 20px;
  padding: 0; }

#indexPage #chatArea .chatWrap .inner .chatBox ul li {
  padding: 0 0 0 40px;
  list-style-type: none;
  position: relative; }

#indexPage #chatArea .chatWrap .inner .chatBox ul li:before {
  content: '';
  background: url("images/home/icon_check.svg") no-repeat left center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0; }

#indexPage #chatArea .chatWrap .inner .chatBox ul li + li {
  margin-top: 10px; }

#indexPage #chatArea .chatWrap .inner .chatBox ul li span {
  font-weight: 700; }

#indexPage #chatArea .chatWrap .inner .chatBox p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }

#indexPage #chatArea .chatWrap .inner .chatBox p span {
  font-weight: 700;
  color: #67ae48;
  display: block; }

#indexPage #connectArea {
  margin-bottom: 60px; }

#indexPage #connectArea h2 {
  font-size: 24px;
  padding-bottom: 10px; }

#indexPage #connectArea h2 span {
  font-size: 14px;
  font-weight: 500; }

#indexPage #connectArea .tabWrap .tabs {
  flex-wrap: nowrap;
  border-radius: 10px; }

#indexPage #connectArea .tabWrap .tabs .tabBtn {
  flex-basis: 20%;
  max-width: 20%;
  min-height: 70px; }

#indexPage #connectArea .tabWrap .tabs .tabBtn.all {
  flex-basis: 20%;
  max-width: 20%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

#indexPage #connectArea .tabWrap .tabs .tabBtn.show {
  position: relative; }

#indexPage #connectArea .tabWrap .tabs .tabBtn.show:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009DFF;
  display: block; }

#indexPage #connectArea .tabWrap .tabs .tabBtn br {
  display: block; }

#indexPage #connectArea .tabWrap .tabContents.show {
  margin-top: 40px; }

#indexPage #connectArea .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#indexPage #connectArea .postListWrap:after {
  content: '';
  flex-basis: 48%;
  max-width: 48%;
  display: block; }

#indexPage #connectArea .postListWrap .postBox {
  display: block;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 30px; }

@media print, screen and (max-width: 768px) {
  #indexPage #connectArea .postListWrap .postBox {
    flex-basis: 100%;
    max-width: 100%; } }
@media print, screen and (min-width: 769px) {
  #indexPage #connectArea .postListWrap .postBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: 100%; } }
#indexPage #connectArea .postListWrap .postBox:nth-child(n+4) {
  margin-top: 0; }

#indexPage #connectArea .postListWrap .postBox .thumbnail {
  max-width: 100%;
  border-radius: 4px; }

#indexPage #connectArea .postListWrap .postBox .thumbnail a {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%; }

#indexPage #connectArea .postListWrap .postBox .thumbnail a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
  width: 100%; }

#indexPage #connectArea .postListWrap .postBox .textBox {
  max-width: 100%; }

#indexPage #connectArea .postListWrap .postBox .textBox .writerWrap {
  margin-bottom: 20px;
  align-items: flex-end;
  margin-top: -30px; }

#indexPage #connectArea .postListWrap .postBox .textBox .writerWrap .writerBox {
  flex-basis: calc(100% - 95px);
  width: calc(100% - 95px); }

#indexPage #connectArea .postListWrap .postBox .permaLinkWrap {
  width: 100%;
  margin: 0 auto; }

#indexPage #connectArea .postListWrap .postBox .permaLinkWrap:before {
  top: -15px;
  left: 20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #EDEDED; }

#indexPage #connectArea .postListWrap .postBox .permaLinkWrap .tag {
  font-size: 14px; }

@media print, screen and (min-width: 768px) {
  #indexPage #shinkaArea {
    padding: 50px 0 90px; }

  #indexPage #shinkaArea .shinkaWrap {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16); }

  #indexPage #shinkaArea .shinkaWrap a {
    display: flex; }

  #indexPage #shinkaArea .shinkaWrap a:hover {
    opacity: 0.8; }

  #indexPage #shinkaArea .shinkaWrap .shinkaBox.shinkaBoxL {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
    width: 100%;
    padding: 20px 25px; }

  #indexPage #shinkaArea .shinkaWrap .shinkaBox.shinkaBoxL h2 {
    text-align: left; }

  #indexPage #shinkaArea .shinkaWrap .shinkaBox.shinkaBoxL p br {
    display: none; }

  #indexPage #shinkaArea .shinkaWrap .shinkaBox.shinkaBoxR {
    flex-basis: 160px;
    max-width: 160px;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    align-items: center; }

  #indexPage #shinkaArea .shinkaWrap .shinkaBox p {
    text-align: left; }

  #indexPage #movieArea {
    margin-bottom: 90px; }

  #indexPage #movieArea .movieWrap {
    display: flex;
    justify-content: space-between; }

  #indexPage #movieArea .movieWrap .imgBox {
    margin-bottom: 0; }

  #indexPage #movieArea .movieWrap .movieTitle {
    margin-bottom: 30px; }

  #indexPage #movieArea .movieWrap .movieBox {
    flex-basis: 48%;
    max-width: 48%;
    width: 100%; }

  #indexPage #activityArea {
    margin-bottom: 90px; }

  #indexPage #activityArea .activityWrap {
    width: 100%;
    padding: 25px 30px; }

  #indexPage #activityArea .activityWrap .activityBox a {
    display: flex;
    justify-content: space-between; }

  #indexPage #activityArea .activityWrap .activityBox .imgBox {
    margin-bottom: 0;
    flex-basis: 200px;
    max-width: 200px;
    width: 100%; }

  #indexPage #activityArea .activityWrap .activityBox .textBox {
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
    width: 100%; }

  #indexPage #activityArea .activityWrap .activityBox .headLine {
    font-size: 24px; }

  #indexPage #activityArea .activityWrap .activityBox .activityName {
    margin-bottom: 5px; }

  #indexPage #activityArea .activityWrap .activityBox p.textRight {
    margin-top: 10px; }

  #indexPage #activityArea .activityWrap .swiper-button-prev {
    background: url("images/home/arrow_left_g.svg") no-repeat center center;
    left: -25px; }

  #indexPage #activityArea .activityWrap .swiper-button-next {
    background: url("images/home/arrow_right_g.svg") no-repeat center center;
    right: -25px; }

  #indexPage #yambarushinkaArea {
    margin-bottom: 90px; }

  #indexPage #yambarushinkaArea .yambarushinkaWrap {
    width: calc(100% - 20px); }

  #indexPage #yambarushinkaArea .yambarushinkaWrap .yambarushinkaBox .textBox {
    padding-bottom: 15px; }

  #indexPage #yambarushinkaArea .yambarushinkaWrap .yambarushinkaBox .textBox .shinkaName {
    font-size: 20px;
    margin-bottom: 10px; }

  #indexPage #yambarushinkaArea .yambarushinkaWrap .yambarushinkaBox .textBox .writerName {
    font-size: 16px; }

  #indexPage #yambarushinkaArea .swiper-button-prev {
    background: url("images/home/arrow_left_g.svg") no-repeat center center;
    left: -35px; }

  #indexPage #yambarushinkaArea .swiper-button-next {
    background: url("images/home/arrow_right_g.svg") no-repeat center center;
    right: -35px; }

  #indexPage #chatArea {
    background-color: transparent;
    padding: 0; }

  #indexPage #chatArea h2 br {
    display: none; }

  #indexPage #chatArea .chatWrap {
    background-color: #F0F2F4;
    padding: 20px; }

  #indexPage #chatArea .chatWrap .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end; }

  #indexPage #chatArea .chatWrap .inner .chatBox.imgBox {
    flex-basis: 280px;
    margin-bottom: 0; }

  #indexPage #chatArea .chatWrap .inner .chatBox.textBox {
    flex-basis: calc(100% - 290px);
    max-width: calc(100% - 290px);
    width: 100%; }

  #indexPage #chatArea .chatWrap .inner .chatBox .headLine {
    font-size: 22px; }

  #indexPage #chatArea .chatWrap .inner .chatBox p {
    font-size: 16px;
    text-align: left; } }
@media print, screen and (min-width: 992px) {
  #indexPage #chatArea .chatWrap {
    padding: 50px; }

  #indexPage #chatArea .chatWrap .inner .chatBox.imgBox {
    flex-basis: 300px; }

  #indexPage #chatArea .chatWrap .inner .chatBox.textBox {
    flex-basis: calc(100% - 315px);
    max-width: calc(100% - 315px); } }
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ----------------------------------------------------------------
 */
.catListPage .catLinkListWrap ul {
  display: flex;
  flex-wrap: wrap;
  background: #F0F2F4;
  margin: 0;
  padding: 0; }

.catListPage .catLinkListWrap ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  min-height: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #009DFF;
  cursor: pointer;
  position: relative; }

.catListPage .catLinkListWrap ul li:nth-of-type(n+4) {
  border-top: 1px solid #009DFF; }

.catListPage .catLinkListWrap ul li:nth-of-type(2n+1):before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #009DFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.catListPage .catLinkListWrap ul li.all {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.catListPage .catLinkListWrap ul li.current-cat {
  background-color: #009DFF;
  position: relative; }

.catListPage .catLinkListWrap ul li.current-cat a {
  color: #ffffff;
  font-size: 14px; }

.catListPage .catLinkListWrap ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%; }

.catListPage .catLinkListWrap ul li br {
  display: none; }

.catListPage .catListWrap {
  margin-top: 30px; }

.catListPage .catListWrap .catListBox {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.29);
  border-bottom-left-radius: 0;
  overflow: hidden; }

.catListPage .catListWrap .catListBox + .catListBox {
  margin-top: 30px; }

.catListPage .catListWrap .catListBox .thumbnail {
  flex-basis: 130px;
  max-width: 130px;
  width: 100%;
  position: relative; }

.catListPage .catListWrap .catListBox .thumbnail a {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%; }

.catListPage .catListWrap .catListBox .thumbnail a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
  width: 100%; }

.catListPage .catListWrap .catListBox .textBox {
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
  width: 100%;
  padding: 20px 10px; }

.catListPage .catListWrap .catListBox .textBoxTop {
  display: flex;
  align-items: center; }

.catListPage .catListWrap .catListBox .textBoxTop .areaCat {
  color: #009DFF;
  font-size: 12px;
  font-weight: 500; }

.catListPage .catListWrap .catListBox .textBoxTop .areaCat:before {
  content: '';
  margin-right: 5px;
  background: url(images/sub/icon_map.svg) no-repeat center center;
  background-size: 12px auto;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px; }

.catListPage .catListWrap .catListBox .textBoxTop .areaCat a {
  text-decoration: none;
  color: #009DFF; }

.catListPage .catListWrap .catListBox .textBoxTop time {
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
  /*&:before {
  	content: '';
  	margin-right: 5px;
  	background: url('images/sub/icon_clock.svg') no-repeat center center;
  	background-size: 14px auto;
  	width: 14px;
  	height: 14px;
  	display: inline-block;
  	position: relative;
  	top: 2px;
  }*/ }

.catListPage .catListWrap .catListBox .permaLinkWrap {
  position: relative;
  font-weight: normal; }

.catListPage .catListWrap .catListBox .permaLinkWrap a {
  text-decoration: none;
  color: #272727; }

.catListPage .catListWrap .catListBox .permaLinkWrap .tags {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.catListPage .catListWrap .catListBox .permaLinkWrap .tags li {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 8px 8px 0;
  background: #999999;
  padding: 5px 10px;
  max-height: 30px;
  border-radius: 4px;
  font-size: 12px !important; }

.catListPage .catListWrap .catListBox .permaLinkWrap .tags li a {
  color: #fff !important; }

.catListPage .catListWrap .catListBox .writerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0; }

.catListPage .catListWrap .catListBox .writerWrap .bpoWriterImg {
  position: relative;
  background-color: #009DFF;
  width: 50px;
  height: 50px;
  border-radius: 100%; }

.catListPage .catListWrap .catListBox .writerWrap .bpoWriterImg a {
  width: 100%;
  height: 100%; }

.catListPage .catListWrap .catListBox .writerWrap .bpoWriterImg img {
  max-width: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

.catListPage .catListWrap .catListBox .writerWrap .writerBox {
  flex-basis: calc(100% - 60px);
  width: calc(100% - 60px); }

.catListPage .catListWrap .catListBox .writerWrap .shinkaName {
  font-size: 12px;
  color: #272727;
  font-weight: 700; }

.catListPage .catListWrap .catListBox .writerWrap p {
  margin: 0; }

@media print, screen and (min-width: 768px) {
  .catListPage .catLinkListWrap ul {
    flex-wrap: nowrap;
    border-radius: 10px; }

  .catListPage .catLinkListWrap ul li {
    flex-basis: 20%;
    max-width: 20%;
    min-height: 70px; }

  .catListPage .catLinkListWrap ul li:nth-of-type(n+4) {
    border-top: 0; }

  .catListPage .catLinkListWrap ul li:nth-of-type(2n+1):before {
    display: none; }

  .catListPage .catLinkListWrap ul li + li:before {
    height: 30px; }

  .catListPage .catLinkListWrap ul li br {
    display: block; }

  .catListPage .catLinkListWrap ul li.all {
    flex-basis: 20%;
    max-width: 20%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }

  .catListPage .catLinkListWrap ul li.current-cat:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009DFF;
    display: block; }

  .catListPage .catListWrap .catListBox .thumbnail {
    flex-basis: 310px;
    max-width: 310px; }

  .catListPage .catListWrap .catListBox .textBox {
    flex-basis: calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding: 20px; } }
/* リストベース */
/* ---------------------------- */
.postListWrap .postBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  transition: ease-in .3s; }

.postListWrap .postBox + .postBox {
  margin-top: 0; }

.postListWrap .postBox:last-of-type {
  background: none; }

.postListWrap .postBox .thumbnail {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden; }

.postListWrap .postBox .thumbnail a {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%; }

.postListWrap .postBox .thumbnail a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
  width: 100%; }

.postListWrap .postBox .tags {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.postListWrap .postBox .tags li {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 8px 8px 0;
  background: #999999;
  padding: 5px 10px;
  max-height: 30px;
  border-radius: 4px;
  font-size: 12px !important; }

.postListWrap .postBox .tags li a {
  color: #fff !important; }

.postListWrap .postBox .permaLinkWrap {
  flex-basis: 100%;
  margin: 10px 0 0; }

.postListWrap .postBox:hover a, .postListWrap .postBox:focus a {
  color: #AC1619;
  text-decoration: none; }

@media print, screen and (min-width: 768px) {
  .postListWrap .postBox {
    display: block; }

  .postListWrap .postBox + .postBox {
    margin-top: 0; }

  .postListWrap .postBox .permaLinkWrap {
    flex-basis: calc(100% - 140px);
    width: calc(100% - 140px);
    margin: 0; }

  .postListWrap .postBox .permaLinkWrap a {
    display: block;
    color: #272727; } }
#cntsBox {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

#cntsBox #mainColumn {
  order: 2;
  flex-basis: 100%;
  max-width: 100%; }

#cntsBox #sideColumn {
  flex-basis: 304px;
  max-width: 304px;
  order: 1;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto; }

#cntsBox #sideColumn #searchForm form input[type="text"] {
  max-width: 100%; }

#cntsBox #sideColumn .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #272727;
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 10px; }

#cntsBox #sideColumn select {
  width: 100%;
  color: #272727;
  border: 1px solid #C5C5C5;
  font-size: 12px;
  font-weight: 500; }

#cntsBox #sideColumn .popular-posts {
  margin-top: 30px; }

#cntsBox #sideColumn .popular-posts ul {
  padding: 0;
  margin: 0; }

#cntsBox #sideColumn .popular-posts ul.wpp-list {
  counter-reset: rank_number; }

#cntsBox #sideColumn .popular-posts ul.wpp-list li {
  background-color: #fff;
  border-radius: 10px;
  position: relative; }

#cntsBox #sideColumn .popular-posts ul.wpp-list li + li {
  margin-top: 20px; }

#cntsBox #sideColumn .popular-posts ul.wpp-list li:nth-child(n+4) a:first-child {
  height: auto;
  padding-bottom: 0; }

#cntsBox #sideColumn .popular-posts ul.wpp-list li:nth-child(n+4) .wpp-thumbnail {
  display: none; }

#cntsBox #sideColumn .popular-posts ul.wpp-list li:nth-child(n+4) .wpp-post-title:after {
  background: #fff;
  color: #009DFF; }

#cntsBox #sideColumn .popular-posts ul.wpp-list a {
  display: block;
  width: 100%;
  height: 100%; }

#cntsBox #sideColumn .popular-posts ul.wpp-list a:first-child {
  padding-bottom: 66%;
  height: 0;
  position: relative; }

#cntsBox #sideColumn .popular-posts ul.wpp-list a:first-child img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

#cntsBox #sideColumn .popular-posts .wpp-thumbnail {
  margin-right: 0;
  float: none;
  width: 100%; }

#cntsBox #sideColumn .popular-posts .wpp-post-title {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  padding: 15px 15px 20px 60px; }

#cntsBox #sideColumn .popular-posts .wpp-post-title:after {
  counter-increment: rank_number;
  content: counter(rank_number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #F2401C;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 15px; }

#cntsBox #sideColumn .tagcloud {
  background-color: #F8F9FB;
  padding: 20px 20px 20px;
  margin-bottom: 30px;
  display: inline-flex;
  flex-wrap: wrap; }

#cntsBox #sideColumn .tagcloud a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 8px 8px 0;
  background: #272727;
  padding: 5px 10px;
  max-height: 30px;
  border-radius: 4px;
  font-size: 12px !important; }

@media print, screen and (min-width: 768px) {
  #cntsBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 90px; }

  #cntsBox #mainColumn {
    flex-basis: calc(100% - 330px);
    max-width: calc(100% - 330px);
    width: 100%;
    order: 1;
    background: #fff;
    padding: 56px;
    border-radius: 4px; }

  #cntsBox #sideColumn {
    flex-basis: 304px;
    max-width: 304px;
    width: 100%;
    margin-top: 0;
    order: 2; }

  #cntsBox #sideColumn h3 {
    border-bottom: 1px solid #272727;
    font-size: 20px;
    color: #272727;
    font-weight: bold;
    background-color: transparent;
    padding: 0 0 10px;
    position: static;
    display: block;
    min-height: 1px; }

  #cntsBox #sideColumn h3:after {
    display: none !important; } }
/* ---------------------------- */
/* 投稿詳細 */
/* ---------------------------- */
#singlePage time {
  font-weight: 400;
  font-size: 14px; }

#singlePage .cat {
  margin: 20px 0 10px; }

#singlePage .cat ul {
  margin: 0;
  padding: 0 20px 0 0;
  display: inline-block; }

#singlePage .cat ul li {
  background: #fff;
  display: inline-block; }

#singlePage .cat ul li a {
  background-color: #009DFF;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 15px;
  text-decoration: none; }

#singlePage .cat .areaCat {
  display: inline-block;
  font-size: 14px;
  font-weight: 500; }

#singlePage .cat .areaCat a {
  text-decoration: none;
  color: #009DFF; }

#singlePage .cat .areaCat a:before {
  content: '';
  margin-right: 5px;
  background: url(images/sub/icon_map.svg) no-repeat center center;
  background-size: 11px auto;
  width: 11px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 4px; }

#singlePage .pageTitle {
  margin-bottom: 10px;
  color: #272727 !important; }

#singlePage .mainImg {
  margin-top: 30px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 30px; }

#singlePage .mainImg img {
  width: 100%;
  max-width: 100%; }

#singlePage .mapArea .googlemapHeadline {
  padding-left: 0; }

#singlePage .mapArea .googlemapHeadline:before {
  content: '';
  background: url(images/sub/icon_map.svg) no-repeat center left;
  background-size: 19px auto;
  width: 19px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px; }

#singlePage .mapArea iframe {
  width: 100%;
  height: 350px; }

#singlePage #sideArea h2 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: #DBDBDB solid 1px;
  margin-bottom: 10px;
  color: #27272A;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 10px; }

#singlePage #sideArea h2::after {
  display: none; }

#singlePage #sideArea h2 span {
  font-size: 12px;
  font-weight: 500; }

#singlePage #sideArea .cat_list {
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 40px; }

#singlePage #sideArea .cat_list li {
  list-style: none;
  border-bottom: #DBDBDB solid 1px; }

#singlePage #sideArea .cat_list li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 13px;
  position: relative; }

#singlePage #sideArea .cat_list li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/home/b_arrow.svg) no-repeat;
  background-position: center;
  background-size: 8px; }

#singlePage #sideArea .cat_list li:last-child {
  border-bottom: none; }

#singlePage #sideArea .tag_list ul {
  display: inline;
  padding-left: 0; }

#singlePage #sideArea .tag_list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }

#singlePage #sideArea .tag_list ul li a {
  width: auto;
  height: 24px;
  padding: 3px 17px;
  display: inline-block;
  color: #fff;
  background: #999999;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-align: center; }

#singlePage #sideArea #category-select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 10px 20px 9px;
  border-radius: 0;
  background: #fff; }

@media print, screen and (max-width: 768px) {
  #singlePage #sideArea .scroll_tag_list {
    overflow: auto;
    white-space: nowrap; }

  #singlePage #sideArea .scroll_tag_list::-webkit-scrollbar {
    display: none; }

  #singlePage #sideArea .scroll_tag_list .tag_list {
    margin-left: 15px;
    width: 100%; } }
#singlePage #relatedArticlesArea {
  margin-top: 50px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F8F9FB;
  border-radius: 4px; }
  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol time {
    opacity: .8;
    margin-right: .5em;
    padding: 4px 0;
    padding-left: 0px;
    font-size: 11px;
    margin-top: .5em;
    background: url("images/icon_t.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 11px;
    background-position: top 7px left;
    padding-left: 18px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail {
  flex-basis: 100%;
  max-width: 100%;
  border-radius: 4px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 52%; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
  width: 100%; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox {
  flex-basis: 100%;
  max-width: 100%;
  padding: 10px 20px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap {
  width: 100%;
  margin-top: 0; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .cat {
  margin-top: 0; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  width: 100%; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap {
  margin-top: 15px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags li {
  color: #fff;
  text-decoration: none;
  margin: 0 8px 8px 0;
  background: #999999;
  max-height: 30px;
  border-radius: 4px; }

#singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags li a {
  color: #fff !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px !important;
  font-weight: 500; }

#singlePage .btnWrap .btn {
  max-width: 230px;
  border-radius: 27px; }

#singlePage .btnWrap .btn.arrow:after {
  font-size: 32px;
  position: static;
  padding-left: 30px;
  margin-top: 0; }

@media print, screen and (min-width: 768px) {
  #singlePage {
    /*.tagWrap {
    	.tags {
    		font-size: 14px;
    	}
    }*/ }

  #singlePage .snsShareBtnWrap {
    margin-top: 30px; }

  #singlePage .snsShareBtnWrap.floating {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%); }

  #singlePage .snsShareBtnWrap.floating.fixed {
    display: block; }

  #singlePage .snsShareBtnWrap.floating .addtoany_list {
    width: 32px; }

  #singlePage .snsShareBtnWrap.floating .addtoany_list a {
    display: block;
    text-align: center; }

  #singlePage .snsShareBtnWrap.floating .addtoany_list a + a {
    margin-top: 40px;
    margin-left: 0; }

  #singlePage .linkText:hover {
    color: #009DFF; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #F8F9FB;
    border-radius: 4px; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail {
    flex-basis: 310px;
    max-width: 310px;
    margin-bottom: 0; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 52%; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    border-radius: 4px;
    width: 100%; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox {
    flex-basis: calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding: 20px; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap {
    width: 100%; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .cat {
    margin-top: 0; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 100%; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap {
    margin-top: 15px; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags li {
    color: #fff;
    text-decoration: none;
    margin: 0 8px 8px 0;
    background: #999999;
    max-height: 30px;
    border-radius: 4px; }

  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox .permaLinkWrap .tagWrap .tags li a {
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px !important;
    font-weight: 500; } }
/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-top: 20px;
  margin-bottom: 50px; }

#cnts .pageTitle {
  font-size: 28px;
  color: #009DFF;
  margin: 0 0 20px; }

#cnts .pageTitle + time {
  text-align: left;
  display: block;
  color: #272727;
  margin: -20px 0 20px; }

/* ---------------------------- */
/* サブページヘッダー */
/* ---------------------------- */
#pageHeaderWrap {
  background-color: #F0F2F4;
  height: 100px; }

#pageHeaderWrap #h2Wrap {
  display: flex;
  align-items: center;
  height: 100px;
  margin-top: 20px; }

#pageHeaderWrap #h2Wrap h2 {
  font-size: 30px;
  font-weight: 700;
  color: #272727;
  margin: 0 0 50px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #DBDBDB;
  width: 100%; }

#pageHeaderWrap #h2Wrap h2::after {
  content: none; }

#pageHeaderWrap #h2Wrap h2 span {
  font-size: 16px;
  display: block; }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.breadcrumbs {
  padding: 10px 0 0;
  margin: 0;
  font-size: 12px;
  color: #272727;
  font-weight: 700 !important; }

.breadcrumbs .breadcrumbsList {
  margin: 0; }

.breadcrumbs .breadcrumbsList span + span {
  margin-left: 10px; }

.breadcrumbs a {
  font-size: 12px;
  text-decoration: none !important;
  color: #272727 !important;
  margin-right: 10px; }

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #272727 !important;
  text-decoration: underline !important; }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }

.postPage #postCnt ul li {
  list-style: none;
  position: relative;
  padding: 0px 0 0 20px;
  margin: 0; }

/* .postPage #postCnt ul li::before {
  height: 20px;
  width: 20px;
  content: "●";
  font-size: 9px;
  color: #009DFF;
  position: absolute;
  top: 7px;
  left: 0;
  font-weight: 700;
} */
.postPage h2 {
  font-size: 26px;
  margin: 60px 0 30px;
  padding-bottom: 10px;
  color: #27272A;
  position: relative;
  border-bottom: 3px solid #E0E0E0; }

.postPage h2:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 2px;
  background-color: #AC1619; }

.postPage h3 {
  font-size: 24px;
  padding-left: 13px;
  margin: 40px 0 30px;
  position: relative; }

.postPage h3:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 24px;
  border-radius: 10px;
  background-color: #AC1619; }

.postPage h4 {
  font-size: 20px;
  color: #AC1619;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #AC1619; }

.postPage h5 {
  font-size: 18px;
  color: #AC1619;
  margin-bottom: 20px;
  padding: 11px 15px 11px;
  border-radius: 8px;
  background-color: #EDF2F5; }

.postPage h6 {
  font-size: 16px;
  padding-left: 20px;
  position: relative; }

.postPage h6:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #27272A;
  position: absolute;
  top: 9px;
  left: 0; }

.postPage h6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 4px;
  background-color: #009DFF; }

.postPage h1,
.postPage h2,
.postPage h3,
.postPage h4,
.postPage h5,
.postPage h6 {
  line-height: 1.2;
  font-weight: 700; }

.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }

.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }

.postPage p img {
  max-width: 100%;
  margin-bottom: 0; }

.postPage p.tableAtt {
  margin: -20px 0 20px; }

.postPage .attText {
  color: #d14444;
  font-weight: 500; }

.postPage .quoteText {
  color: #707070;
  font-size: 14px;
  font-weight: 500; }

.postPage .bold {
  font-weight: 700; }

.postPage .line-through {
  text-decoration: line-through;
  font-weight: 500; }

.postPage .underline {
  text-decoration: underline;
  font-weight: 500; }

.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }

.postPage .small {
  font-size: 14px; }

.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }

.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }

.postPage .textLeft {
  text-align: left; }

.postPage .textCenter {
  text-align: center; }

.postPage .textRight {
  text-align: right; }

.postPage .hosokuTextWrap {
  padding: 20px 15px;
  border-radius: 10px; }

.postPage .hosokuTextWrap.cream {
  background-color: #F0F2F4; }

.postPage .hosokuTextWrap.green {
  background-color: #CCD9C6; }

.postPage .hosokuTextWrap p:last-child {
  margin-bottom: 0; }

.postPage .marker {
  background-color: #FFFF00; }

.postPage .textGreen {
  color: #3D5732; }

.postPage .textOrange {
  color: #FEC95E; }

.postPage code {
  font-family: "Noto Sans JP", sans-serif; }

.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif; }

.postPage a {
  position: relative;
  color: #272727; }

.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #AC1619; }

.postPage a.textBlank {
  position: relative;
  margin-right: 30px;
  display: inline-block; }

.postPage a.textBlank:before {
  content: '\f08e';
  position: absolute;
  display: block;
  font: 14px/1 FontAwesome;
  right: -25px;
  top: 5px; }

.postPage a.textArrow {
  text-decoration: none;
  color: #272727; }

.postPage a.textArrow:hover {
  color: #635858;
  text-decoration: underline; }

.postPage a.textArrow:after {
  display: inline-block;
  content: '\f0a9';
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none; }

.postPage a.textArrowR {
  text-decoration: none;
  color: #635858; }

.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #272727;
  text-decoration: underline; }

.postPage a.textArrowR:after {
  display: inline-block;
  content: '\f0a9';
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none; }

.postPage a.btn {
  color: #ffffff; }

.service_btn {
  max-width: 274px !important;
  min-height: 60px !important;
  background-color: #AC1619 !important;
  color: #fff !important;
  height: auto !important;
  border: 2px solid #AC1619 !important;
  border-radius: 30px !important;
  cursor: pointer; }

.service_btn:hover {
  background-color: #fff !important;
  color: #AC1619 !important;
  border: 2px solid #AC1619; }

.service_btn:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "";
  background: url(images/common/arrow_w.svg) no-repeat right center;
  background-size: 7px auto;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  transition: .3s ease-in; }

.service_btn:hover:after {
  background: url("images/common/arrow_b.svg") no-repeat right center;
  background-size: 7px auto; }

/* テーブルtype1 */
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  font-size: 14px;
  display: block;
  border-collapse: collapse !important; }

.postPage table:not(.type2) tbody {
  display: block; }

.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0; }

.postPage table:not(.type2) tr {
  border-bottom: 1px solid #C9C9C9;
  display: block; }

.postPage table tr:nth-child(odd):not(:first-child) {
  background-color: transparent !important; }

.postPage table tr th,
.postPage table tr td {
  display: block;
  padding: 8px 10px;
  border: none; }

.postPage table tr th {
  background-color: transparent !important;
  text-align: left;
  width: 100%; }

.wp-block-table .has-fixed-layout:not(.type2) td,
.wp-block-table .has-fixed-layout:not(.type2) th {
  background: transparent !important; }

.postPage table tr .tw200 {
  width: 100%; }

.postPage table tr .tw210 {
  width: 100%; }

.postPage table tr .tw33p {
  width: 33.333%;
  min-width: inherit; }

.postPage table tr .tw50p {
  width: 50%;
  min-width: inherit; }

/* テーブルtype2 */
.postPage table.type2 {
  border: none;
  border-radius: 4px;
  display: table; }

.postPage table.type2 tr {
  border-bottom: 2px solid #fff; }

.postPage table.type2 tr th,
.postPage table.type2 tr td {
  display: table-cell;
  border-collapse: collapse;
  background: #F2F9FE; }

.postPage table.type2 tr th {
  background: #AC1619 !important;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  padding: 0.6em .8em;
  width: 200px; }

.postPage table.type2 tr td {
  padding: 8px 10px !important; }

.postPage table.type2 tr th + th {
  border-left: 2px solid #fff; }

.postPage table.type2 tr td + td {
  border-left: 2px solid #fff; }

.wp-block-table thead {
  border-bottom: 0; }

.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none; }

@media print, screen and (min-width: 768px) {
  .postPage table.type2 tr th {
    width: 260px; } }
.postPage .tableSc {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.postPage .tableSc table {
  width: 100%; }

.postPage .tableSc table tr {
  border-bottom: 10px solid #F0F2F4; }

.postPage .tableSc table tr:nth-of-type(odd) {
  background: none; }

.postPage .tableSc table tr th,
.postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
  width: inherit; }

.postPage .tableSc table tr th {
  background: #009DFF;
  text-align: center;
  vertical-align: middle;
  min-width: inherit; }

.postPage .tableSc table tr th + th {
  border-left: 1px solid #333; }

.postPage .tableSc table tr td + td {
  border-left: 1px solid #333; }

.postPage .tableSc table tr td:nth-of-type(1) {
  border-left: none; }

.postPage blockquote {
  background: #F1F1F1;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }

.postPage blockquote:before {
  content: '\f10d';
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #272727;
  left: 10px;
  top: 10px; }

.postPage blockquote:after {
  content: '\f10e';
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #272727;
  right: 10px; }

.postPage blockquote p {
  margin: 0 0 15px; }

.postPage blockquote p:last-child {
  margin-bottom: 0; }

.postPage dl {
  margin: 0 0 30px; }

.postPage dl dt {
  font-weight: bold; }

.postPage dl dd {
  margin: 0;
  margin-bottom: 15px; }

.postPage dl.qa {
  margin-bottom: 20px; }

.postPage dl.qa dt {
  font-size: 16px;
  padding: 20px 70px 20px 25px;
  margin-top: 30px;
  position: relative;
  color: #fff;
  background-color: #009DFF;
  font-weight: 500;
  border-radius: 6px; }

.postPage dl.qa dt:before {
  content: 'Q.'; }

.postPage dl.qa dt:after {
  content: '+';
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #272727;
  background-color: #fff;
  border-radius: 100%; }

.postPage dl.qa dt.active:after {
  content: '－';
  font-size: 16px;
  font-weight: 700; }

.postPage dl.qa dd {
  padding: 0 25px;
  position: relative;
  font-size: 16px;
  margin: 15px 0 0;
  display: none; }

.postPage dl.qa dd:before {
  content: 'A.';
  color: #009DFF;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px; }

.postPage ul {
  margin: 0 0 20px 0;
  padding: 0; }

.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0; }

.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em; }

.postPage ul.iconList,
.postPage ul.wp-block-list {
  margin-left: 10px; }

.postPage ul.wp-block-list li,
.postPage ul.iconList li {
  padding: 0 0 0 1em; }

.postPage ul.wp-block-list li + li,
.postPage ul.iconList li + li {
  margin-top: 10px !important; }

.postPage ul.wp-block-list li:before,
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 50%;
  margin-right: .5em; }

.postPage ul.checkList li {
  padding: 0 0 0 40px;
  list-style-type: none;
  position: relative; }

.postPage ul.checkList li:before {
  content: '';
  background: url("images/home/icon_check.svg") no-repeat left center;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0; }

.postPage ul.checkList li + li {
  margin-top: 10px; }

.postPage ul.checkList li span {
  font-weight: 700; }

.postPage ul.check_list {
  margin-left: 10px; }

.postPage ul.check_list li {
  list-style: none;
  background: url("images/common/check_icon_r.svg") no-repeat;
  background-position: top 5px left;
  background-size: 19px;
  padding-left: 24px !important; }

.postPage ul.checkList li::before {
  content: none !important; }

.qa-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 0; }

.qa-item {
  border: 1px solid #AC1619;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden; }

.qa-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: #fff;
  color: #AC1619;
  cursor: pointer;
  position: relative;
  font-weight: bold; }

.qa-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: #fff;
  color: #AC1619;
  cursor: pointer;
  position: relative;
  font-weight: bold; }

.qa-question.active {
  border-bottom: 1px solid #AC1619; }

.qa-question-text {
  flex-grow: 1;
  display: flex;
  align-items: center; }

.qa-question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #AC1619;
  color: #fff;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0; }

.qa-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #AC1619;
  border-bottom: 2px solid #AC1619;
  transform: rotate(45deg);
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px; }

.qa-question.active .qa-arrow {
  transform: rotate(-135deg); }

.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-top: 0; }

.qa-answer-content {
  padding: 15px;
  display: flex; }

.qa-answer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  color: #AC1619;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid #AC1619; }

.qa-answer-text {
  flex-grow: 1; }

.point_box {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F7F2F2; }

.point_box h3 {
  background: #900606 url("images/common/hitosaasi.svg") no-repeat;
  background-size: 19px;
  background-position: center left 20px;
  padding: 10px 50px;
  border-radius: 4px;
  display: table;
  color: #fff;
  margin-top: 0;
  font-size: 18px !important; }

.point_box h3::after {
  content: none; }

.point_box h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 31px;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 10px solid #900606; }

.point_box ol li {
  padding: 0 0 0 70px !important;
  margin-bottom: 10px !important; }

.point_box ol li::before {
  content: none !important; }

.point_box ol li::after {
  counter-increment: number;
  content: "Point" counter(number,decimal-leading-zero) ".";
  color: #900606;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700; }

.merit_box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  width: calc(100% - 10px);
  margin-left: auto;
  border: 1px solid #AC1619; }

.merit_box h3 {
  margin-top: 0;
  position: relative;
  background: #AC1619;
  padding: 10px 20px;
  display: table;
  margin-left: -30px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 0 3px 3px 0; }

.merit_box h3::after {
  content: none; }

.merit_box h3::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #002488 transparent transparent; }

.merit_box ul li {
  list-style: none;
  background: url("https://kgc-c.co.jp/b-mag/wp-content/themes/biz-salvage/images/common/check_icon_b.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: top 5px left;
  background-size: 19px;
  padding-left: 24px !important; }

.merit_box ul li::before {
  content: none !important; }

.demerit_box {
  background: #F0F0F0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  width: calc(100% - 10px);
  margin-left: auto; }

.demerit_box h3 {
  margin-top: 0;
  position: relative;
  background: #27272A;
  padding: 10px 20px;
  display: table;
  margin-left: -30px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 0 3px 3px 0; }

.demerit_box h3::after {
  content: none; }

.demerit_box h3::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #333333 transparent transparent; }

.demerit_box ul li {
  list-style: none;
  background: url("https://kgc-c.co.jp/b-mag/wp-content/themes/biz-salvage/images/common/check_icon_b.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: top 5px left;
  background-size: 19px;
  padding-left: 24px !important; }

.demerit_box ul li::before {
  content: none !important; }

.text_bg_block {
  padding: 20px 15px;
  margin-bottom: 20px;
  border-radius: 8px; }

.text_bg_block._bgblue {
  background-color: #EDF2F5;
  color: #27272A; }

.text_bg_block._bdr {
  border: 2px solid #AC1619;
  color: #27272A; }

.operator_box {
  border: 2px solid #AC1619;
  background-color: #EDF2F5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px; }

.operator_box .left_box {
  margin: 0 auto; }

.operator_box .left_box {
  flex-basis: 169px;
  width: 169px; }

.operator_box .left_box .img_box {
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 10px;
  border-radius: 50%; }

.operator_box .left_box .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  transition: all ease 0.3s; }

.operator_box .left_box p {
  text-align: center !important;
  font-weight: bold;
  font-size: 20px;
  color: #AC1619; }

.operator_box .right_box {
  width: 100%; }

.operator_box .right_box .title {
  background: #AC1619;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 20px;
  display: table;
  color: #fff;
  font-weight: bold; }

@media print, screen and (min-width: 768px) {
  .operator_box {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .operator_box .left_box {
    flex-basis: 169px;
    max-width: 169px;
    width: 100%; }

  .operator_box .right_box {
    flex-basis: calc( 100% - 196px );
    max-width: calc( 100% - 196px );
    width: 100%; } }
.postPage #ez-toc-container {
  font-size: 16px !important;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px 30px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 3;
  border: 2px solid #AC1619; }

.postPage #ez-toc-container .ez-toc-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #27272A; }

.postPage #ez-toc-container .ez-toc-icon-toggle-span {
  background: url("images/common/table_of_contents.svg") no-repeat center center;
  background-size: 100%;
  width: 29px;
  height: 29px; }

.postPage #ez-toc-container .ez-toc-js-icon-con,
.postPage #ez-toc-container .ez-toc-toggle label,
.postPage .ez-toc-cssicon {
  border: 0; }

.postPage #ez-toc-container .ez-toc-toggle {
  margin: -10px 0 0; }

.postPage #ez-toc-container .ez-toc-icon-toggle-span svg {
  display: none; }

.postPage #ez-toc-container .ez-toc-title-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.postPage #ez-toc-container ul {
  counter-reset: number;
  margin: 0;
  padding: 0;
  display: block;
  border-top: 2px solid #AC1619;
  padding-top: 20px; }

.postPage #ez-toc-container ul li {
  position: relative;
  padding-left: 25px !important; }

.postPage #ez-toc-container ul li + li {
  margin-top: 5px; }

.postPage #ez-toc-container ul li:before {
  counter-increment: number;
  content: counter(number,decimal-leading-zero) ".";
  color: #AC1619;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: initial; }

.postPage #ez-toc-container ul li ul {
  border: none;
  padding-top: 0 !important; }

.postPage #ez-toc-container ul li ul li {
  padding-left: 17px !important; }

.postPage #ez-toc-container ul li ul li::before {
  content: "●";
  font-size: 10px;
  top: 4px;
  left: 0; }

.postPage #ez-toc-container ul li span {
  display: none; }

.postPage #ez-toc-container ul li a {
  text-decoration: none;
  color: #27272A;
  font-size: 16px; }

.postPage #ez-toc-container ul li a::before {
  display: none; }

.postPage #ez-toc-container ul li a:hover {
  color: #AC1619; }

.postPage #ez-toc-container ul li ul {
  margin-top: 5px; }

.postPage ol {
  margin: 0 0 20px;
  padding: 0;
  counter-reset: number; }

.postPage ol li {
  margin: 0;
  padding: 0 0 0 30px;
  list-style-type: none;
  position: relative; }

.postPage ol li + li {
  margin-top: 10px; }

.postPage ol li:before {
  counter-increment: number;
  content: counter(number,decimal-leading-zero) ".";
  color: #AC1619;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 16px; }

.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em; }

.postPage address {
  font-style: normal; }

.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }

.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }

.postPage .gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }

.postPage .youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.postPage .imgFukidashi {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 40px; }

.postPage .imgFukidashi .imgBox {
  text-align: center;
  width: 75px;
  flex-basis: 75px; }

.postPage .imgFukidashi .imgBox .imgInner {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 0; }

.postPage .imgFukidashi .imgBox a {
  display: block;
  width: 100%;
  height: 100%; }

.postPage .imgFukidashi .imgBox img {
  max-width: none;
  width: 100%;
  height: 100%;
  border: 2px solid #009DFF;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.postPage .imgFukidashi .imgBox span {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2; }

.postPage .imgFukidashi .fukidashi {
  flex-basis: calc(100% - 112px);
  max-width: calc(100% - 112px);
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #272727;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  font-size: 12px; }

.postPage .imgFukidashi .fukidashi:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #C5C5C5 transparent;
  top: 50%;
  bottom: auto;
  left: -16px;
  transform: translate(0, -50%) rotate(270deg); }

.postPage .imgFukidashi .fukidashi p:last-child {
  margin-bottom: 0; }

.postPage .imgFukidashi.accent .fukidashi {
  border: 1px solid #67AE48; }

.postPage .imgFukidashi.accent .fukidashi:before {
  border-color: transparent transparent #67AE48 transparent; }

.postPage #toc_container {
  font-size: 14px;
  background-color: #F0F2F4;
  border-radius: 10px;
  padding: 20px 15px 30px;
  margin-bottom: 40px; }

.postPage #toc_container .toc_title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #F2401C; }

.postPage #toc_container ul {
  counter-reset: number;
  margin: 0;
  padding: 0; }

.postPage #toc_container ul li {
  position: relative;
  padding-left: 25px !important; }

.postPage #toc_container ul li + li {
  margin-top: 5px; }

.postPage #toc_container ul li:before {
  counter-increment: number;
  content: counter(number,decimal-leading-zero) ".";
  color: #F2401C;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: initial; }

.postPage #toc_container ul li span {
  display: none; }

.postPage #toc_container ul li a {
  text-decoration: none;
  color: #272727; }

.postPage #toc_container ul li a:hover {
  color: #009DFF; }

.postPage #toc_container ul li ul {
  margin-top: 5px; }

@media print, screen and (min-width: 768px) {
  .postPage h2 {
    font-size: 26px; }

  .postPage h3 {
    font-size: 24px; }

  .postPage h4 {
    font-size: 20px; }

  .postPage h5 {
    font-size: 18px; }

  .postPage h6 {
    font-size: 16px; }

  .postPage table {
    font-size: 16px;
    display: table;
    border-collapse: collapse !important; }

  .postPage table tbody {
    display: table-row-group; }

  .postPage table tr {
    display: table-row; }

  .postPage table tr th,
  .postPage table tr td {
    display: table-cell;
    padding: 8px 0;
    border: none; }

  .postPage table:not(.type2) tr th {
    text-align: center;
    width: 228px;
    padding: 12px 20px; }

  .postPage table tr th.w200 {
    width: 200px; }

  .postPage table tr th.thLeft {
    text-align: left; }

  .postPage table:not(.type2) tr td {
    padding: 12px 20px; }

  .postPage table tr .tw15p {
    width: 15%; }

  .postPage table tr .tw30p {
    width: 30%; }

  .postPage table tr .tw33p {
    width: 33%; }

  .postPage table tr .tw50p {
    width: 50%; }

  .postPage table tr .tw70p {
    width: 70%; }

  .postPage table tr .tw200 {
    width: 200px; }

  .postPage table tr .tw210 {
    width: 210px; }

  .postPage .tableSc {
    overflow: inherit;
    white-space: normal; }

  .postPage .imgFukidashi .fukidashi {
    font-size: 16px; }

  .postPage #toc_container {
    font-size: 16px;
    margin-bottom: 30px; } }
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }

ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #fff;
  color: #333333;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative; }

ul.formFlow li:before {
  display: none; }

ul.formFlow li.visited {
  background: fff;
  color: #fff; }

ul.formFlow li.active {
  background: #272727;
  color: #fff;
  position: relative; }

ul.formFlow li.active:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #272727; }

ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #fff; }

ul.formFlow li.third.active {
  background: #272727 !important;
  color: #fff; }

ul.formFlow li.third.active:after {
  display: none; }

ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #fff; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  flex-wrap: wrap; }

#formArea dl dt {
  flex-basis: 100%;
  padding: 5px 0 0 0;
  margin: 0 0 15px; }

#formArea dl dd {
  flex-basis: 100%;
  margin-bottom: 15px;
  align-self: center; }

#formArea dl dd.fb100 {
  flex-basis: 100%; }

#formArea .att {
  color: crimson;
  font-size: 12px; }

#formArea .error {
  margin: 0; }

#formArea .radio_wrap {
  margin-top: 10px; }

#formArea .vertical-item {
  display: block !important; }

#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }

#formArea input[type="text"]:focus,
#formArea input[type="email"]:focus,
#formArea input[type="number"]:focus,
#formArea textarea:focus {
  background: #fff; }

#formArea input[type="text"]:hover,
#formArea input[type="email"]:hover,
#formArea input[type="number"]:hover,
#formArea textarea:hover {
  background: #fff; }

#formArea input[type="text"] + input,
#formArea input[type="email"] + input,
#formArea input[type="number"] + input,
#formArea textarea + input {
  margin-top: 10px; }

#formArea input[type="number"].short {
  width: 60px; }

#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }

#formArea input[type="text"] .short,
#formArea input[type="email"] .short {
  max-width: 150px; }

#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }

#formArea select option {
  word-wrap: normal; }

#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }

#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }

#formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
  background: #fff; }

#formArea .mwform-checkbox-field {
  display: block;
  width: 100%;
  margin: 5px 5px;
  font-size: 14px; }

#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }

#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #272727;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #272727), color-stop(1, #272727));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #272727 0%, #272727 100%);
  border: 1px solid #272727; }

#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }

#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

#formArea .mwform-zip-field input {
  width: inherit; }

#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }

#formArea .mwform-radio-field {
  display: block;
  margin: 5px 0 10px; }

#formArea .mwform-radio-field input {
  margin: 0 15px 0 0; }

#formArea .mwform-radio-field-text {
  margin-left: 10px; }

#formArea input[type="file"] {
  margin-bottom: 10px; }

#formArea .inline_wrap select {
  display: inline-block; }

#formArea .btnArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between; }

#formArea .btnArea .submitArea {
  flex-basis: 100%;
  margin: 0 0 25px; }

#formArea .btnArea .submitArea .submit {
  max-width: 290px;
  margin: 0 auto; }

#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #fff;
  transition: .3s;
  cursor: pointer; }

#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none; }

#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #272727;
  color: #272727;
  padding: .4em 0;
  transition: .3s;
  font-size: 14px; }

#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff !important;
  background: #272727;
  transition: .3s; }

@media print, screen and (min-width: 768px) {
  #formArea dl {
    justify-content: space-between; }

  #formArea dl dt {
    flex-basis: 250px;
    text-align: left; }

  #formArea dl dd {
    flex-basis: calc(100% - 280px); }

  #formArea dl dd.fb100 {
    flex-basis: 100%; }

  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea textarea {
    margin: 0; }

  #formArea select {
    margin-bottom: 0; }

  #formArea .mwform-checkbox-field {
    display: inline-block;
    width: auto; }

  #formArea .mwform-radio-field {
    display: inline-block;
    margin: 0 15px 5px 0; }

  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px; }

  #formArea .mwform-radio-field input {
    margin: 0; }

  #formArea .mwform-radio-field-text {
    margin-left: 10px; }

  #formArea .btnArea {
    flex-wrap: nowrap; }

  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0; } }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }

.wpcf7-submit, .wpcf7-previous {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border-radius: 10px;
  max-width: 290px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.wpcf7-submit:hover, .wpcf7-previous:hover {
  border: 1px solid #009DFF;
  color: #fff;
  background: #009DFF; }

.wpcf7-submit {
  border: 1px solid #272727;
  color: #fff;
  background: #272727; }

.wpcf7-previous {
  border: 1px solid #fff;
  background: #fff; }

.wpcf7-text {
  max-width: 100%;
  width: auto; }

.wpcf7-textarea {
  max-width: 100%;
  width: auto; }

/* for IE */
/* ----------------------------------- */
/* ティザーサイト
/* ----------------------------------- */
#teaserSite {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

#teaserSite #teaser_MainImg {
  margin: 0 0 50px; }

#teaserSite .teaser_logo {
  text-align: center;
  margin: 40px auto 40px; }

#teaserSite .teaser_logo h1 {
  margin: 0 auto;
  max-width: 180px;
  width: 100%; }

#teaserSite #teaser_aboutShinka {
  background-color: #EDEDED;
  text-align: center;
  padding: 70px 0 90px; }

#teaserSite #teaser_aboutShinka h2 {
  margin-bottom: 40px; }

#teaserSite #teaser_aboutShinka .shinkaImg {
  margin: 60px 0 50px; }

#teaserSite #teaser_aboutShinka p {
  text-align: center;
  margin: 0; }

#teaserSite #teaser_aboutShinka p span {
  font-size: 26px;
  font-weight: 700;
  position: relative; }

#teaserSite #teaser_aboutShinka p span:after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #FFEB00; }

#teaserSite .teaser_open {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700; }

@media print, screen and (min-width: 768px) {
  #teaserSite .teaser_logo h1 {
    max-width: 237px; }

  #teaserSite br.spDisp {
    display: none; } }
#teaser_footer {
  padding: 20px 0;
  background-color: #272727;
  color: #ffffff;
  text-align: center; }

#teaser_footer .footerLogo {
  margin-bottom: 20px; }

#teaser_footer .footerLogo .ftrL {
  max-width: 180px;
  width: 100%;
  margin: 20px auto 0; }

#teaser_footer .footerLogo .ftrL img {
  width: 100%; }

#teaser_footer .footerLogo .ftrR {
  max-width: 90px;
  width: 100%;
  margin: 20px auto 0; }

#teaser_footer .footerLogo .ftrR ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

#teaser_footer .footerLogo .ftrR ul li {
  padding: 0;
  list-style-type: none;
  flex-basis: 30px;
  max-width: 30px;
  width: 100%; }

#teaser_footer p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px; }

#teaser_footer .mail {
  color: #ffffff; }

#teaser_footer .mail a {
  color: #ffffff;
  text-decoration: none; }

#teaser_footer .mail img {
  margin-right: 10px;
  vertical-align: middle; }

#teaser_footer #copyright {
  text-align: center;
  font-weight: 400;
  margin-top: 20px; }

#teaser_footer #copyright p {
  margin: 0; }

@media print, screen and (min-width: 768px) {
  #teaser_footer .footerLogo {
    margin-bottom: 10px; }

  #teaser_footer .footerLogo .ftrL {
    margin: 0 auto;
    flex-basis: auto;
    width: auto;
    max-width: 198px; } }
#rankingArea .wpp-list {
  counter-reset: rank_number;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#rankingArea .wpp-list::after {
  content: "";
  display: block;
  width: 32%; }

#rankingArea .wpp-list li {
  background-color: #fff;
  position: relative;
  width: 48%;
  margin: 0 0 40px !important; }

#rankingArea .wpp-list li + li {
  margin-top: 20px; }

#rankingArea .wpp-list li:nth-child(n+5) {
  width: 32%; }

#rankingArea .wpp-list li:nth-child(n+5) a:first-child {
  height: auto;
  padding-bottom: 0; }

#rankingArea .wpp-list li:nth-child(n+5) .wpp-thumbnail {
  display: none; }

#rankingArea .wpp-list li:nth-child(n+5) .wpp-post-title:after {
  background: #fff;
  color: #009DFF; }

@media print, screen and (max-width: 1000px) {
  #rankingArea .wpp-list li:nth-child(n+5) {
    width: 100%; } }
@media print, screen and (max-width: 768px) {
  #rankingArea .wpp-list li {
    width: 100%; } }
#rankingArea .wpp-list .wpp-post-title {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  padding: 15px 15px 20px 60px; }

#rankingArea .wpp-list .wpp-post-title:after {
  counter-increment: rank_number;
  content: counter(rank_number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #F2401C;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 15px; }

#rankingArea .wpp-list a {
  display: block;
  width: 100%;
  height: 100%; }

#rankingArea .wpp-list a:first-child {
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  position: relative; }

#rankingArea .wpp-list a:first-child img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

#sideColumn .widget_block .wpp-list li {
  border-radius: 0 !important; }

.home #cntsBox #sideColumn h3.r_widget-title {
  display: none !important; }

.home #sideColumn .widget_block {
  display: none; }

.home #sideColumn .r_widget-title {
  display: none !important; }

#sideArea {
  position: sticky; }

#sideArea h2 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: #DBDBDB solid 1px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

#sideArea h2 span {
  font-size: 12px;
  font-weight: 500; }

.cat_list {
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 40px; }

.cat_list li {
  list-style: none;
  border-bottom: #DBDBDB solid 1px; }

.cat_list li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 13px;
  position: relative; }

.cat_list li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/home/b_arrow.svg) no-repeat;
  background-position: center;
  background-size: 8px; }

.cat_list li:last-child {
  border-bottom: none; }

.tag_list ul {
  display: inline;
  padding-left: 0; }

.tag_list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }

.tag_list ul li a {
  width: auto;
  height: 24px;
  padding: 3px 17px;
  display: inline-block;
  color: #fff;
  background: #999999;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-align: center; }

#category-select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 10px 20px 9px;
  border-radius: 0;
  background: #fff; }

@media print, screen and (max-width: 768px) {
  .scroll_tag_list {
    overflow: auto;
    white-space: nowrap; }

  .scroll_tag_list::-webkit-scrollbar {
    display: none; }

  .scroll_tag_list .tag_list {
    margin-left: 15px;
    width: 100%; } }
.postListWrap_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.postListWrap_sub .postBox {
  overflow: hidden;
  display: block;
  margin-bottom: 30px; }

@media print, screen and (max-width: 768px) {
  .postListWrap_sub .postBox {
    flex-basis: 100%;
    max-width: 100%; } }
@media print, screen and (min-width: 769px) {
  .postListWrap_sub .postBox {
    flex-basis: calc((100% - 35px) / 2);
    max-width: 100%; } }
@media print, screen and (min-width: 1019px) {
  .postListWrap_sub .postBox {
    flex-basis: calc((100% - 35px) / 3);
    max-width: 100%; } }
.postListWrap_sub .postBox .thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-radius: 4px; }

.postListWrap_sub .postBox .thumbnail a {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 52%; }

.postListWrap_sub .postBox .thumbnail a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
  width: 100%;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s; }

@media print, screen and (min-width: 767px) {
  .postListWrap_sub .postBox .thumbnail a:hover img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
    width: 100%;
    -webkit-transform: scale(1.06);
    transform: scale(1.06); } }
.postListWrap_sub .postBox h2 {
  font-size: 16px; }

@media print, screen and (max-width: 768px) {
  .postListWrap_sub .postBox h2 {
    font-size: 3.8vw; } }
.postListWrap_sub .postBox p {
  font-size: 13px;
  margin-top: .5em;
  margin-bottom: 0; }

.postListWrap_sub .postBox time {
  opacity: .8;
  margin-right: .5em;
  padding: 4px 0;
  font-size: 11px;
  margin-top: .5em;
  background: url("images/icon_t.png") no-repeat;
  background-size: 11px;
  background-position: top 7px left;
  padding-left: 18px; }

.postListWrap_sub .postBox .textBox {
  max-width: 100%; }

.postListWrap_sub .postBox .textBox .writerWrap {
  margin-bottom: 20px;
  align-items: flex-end;
  margin-top: -30px;
  display: flex;
  justify-content: space-between; }

.postListWrap_sub .postBox .textBox .writerWrap .bpoWriterImg {
  flex-basis: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #fff;
  border-radius: 100%; }

.postListWrap_sub .postBox .textBox .writerWrap .bpoWriterImg a {
  width: 100%;
  height: 100%; }

.postListWrap_sub .postBox .textBox .writerWrap .bpoWriterImg img {
  max-width: none;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff; }

.postListWrap_sub .postBox .textBox .writerWrap .writerBox {
  flex-basis: calc(100% - 90px);
  width: calc(100% - 90px); }

.postListWrap_sub .postBox .textBox .writerWrap .bpoName {
  font-size: 12px;
  color: #272727;
  font-weight: 400; }

.postListWrap_sub .postBox .textBox .writerWrap .writerName {
  font-size: 14px;
  color: #272727;
  font-weight: 400; }

.postListWrap_sub .postBox .textBox .writerWrap p {
  margin: 0; }

.postListWrap_sub .postBox .permaLinkWrap {
  position: relative;
  border-radius: 10px;
  font-weight: normal; }

.postListWrap_sub .postBox .permaLinkWrap a {
  text-decoration: none;
  color: #272727; }

.postListWrap_sub .postBox .permaLinkWrap .tag {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #272727; }

@media print, screen and (max-width: 768px) {
  .postListWrap_sub .postBox {
    flex-basis: 100%;
    max-width: 100%; } }
.single_info time {
  opacity: .8;
  margin-right: .5em;
  padding: 4px 0;
  padding-left: 0px;
  font-size: 11px;
  margin-top: .5em;
  background: url("images/icon_t.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 11px;
  background-position: top 10px left;
  padding-left: 18px; }

.single_info .shinkaName {
  margin: 0;
  margin-left: 0px;
  padding-left: 32px;
  display: inline-block;
  background: url(./images/sub/icon_pen.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 10px;
  background-position: top 2px left 16px;
  border-left: 1px solid #999;
  line-height: 13px;
  margin-left: 16px; }

#singlePage .area_area {
  display: inline-block;
  background: url(./images/sub/icon_map.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 10px;
  background-position: top 8px left 0;
  padding-left: 20px; }

.wp-block-button__link {
  color: #fff !important; }

#searchPage #searchForm form input[type="text"] {
  flex-basis: 100%;
  max-width: 100%; }

.permaLinkWrap {
  position: relative;
  font-size: 20px;
  font-weight: normal; }

.permaLinkWrap a {
  text-decoration: none;
  color: #272727; }

.permaLinkWrap .tags {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.permaLinkWrap .tags li {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 8px 8px 0;
  background: #272727;
  padding: 5px 10px;
  max-height: 30px;
  border-radius: 4px;
  font-size: 12px !important; }

.permaLinkWrap .tags li a {
  color: #fff !important; }

.selectLanguage {
  display: none; }

.home .selectLanguage {
  display: block; }

.cat {
  margin: 10px 0 5px; }

.cat, .relatedArticlesCat {
  display: flex;
  align-items: center; }

.cat time, .relatedArticlesCat time {
  font-size: 12px;
  font-weight: normal;
  color: #767681;
  margin: 0 10px 0 0; }

.cat .category a, .relatedArticlesCat .category a {
  display: inline-block;
  min-width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: #27272A;
  color: #fff !important;
  padding: 0 15px;
  font-size: 14px !important;
  text-align: center;
  font-weight: 700; }

.cat .category a.bankruptcy, .relatedArticlesCat .category a.bankruptcy {
  background: #D54894; }

.cat .category a.civil-rehabilitation, .relatedArticlesCat .category a.civil-rehabilitation {
  background: #5CB987; }

.cat .category a.closed, .relatedArticlesCat .category a.closed {
  background: #F0A82E; }

.cat .category a.debt, .relatedArticlesCat .category a.debt {
  background: #8E48D5; }

.allpost {
  margin: 60px auto; }

.allpost a {
  text-decoration: navajowhite;
  background: #222;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.allpost a:hover {
  background: #fff;
  color: #222; }

/* ----------------------------------- */
/* カスタム投稿　news
/* ----------------------------------- */
.news-postListWrap {
  margin-bottom: 40px; }

.news-postListWrap .postBox {
  border-bottom: #DBDBDB solid 1px; }

.news-postListWrap .postBox a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #27272A;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  display: block; }

.news-postListWrap .postBox a time {
  font-size: 12px; }

.news-postListWrap .postBox a p {
  margin: 10px 0 0 !important;
  font-size: 14px; }

/* ----------------------------------- */
/* トップページ */
/* ----------------------------------- */
.home_main {
  overflow: hidden;
  /* ----------------------------------- */
  /* リンク */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* タイトル */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* fv_area */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* about_area */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* point_area */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* cta_area */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* flow_area */
  /* ----------------------------------- */
  /* ----------------------------------- */
  /* faq_area */
  /* ----------------------------------- */ }
  .home_main a {
    transition: all ease .3s;
    text-decoration: none; }
    .home_main a:hover, .home_main a:focus {
      transition: all ease .3s; }
    .home_main a:focus, .home_main a:active, .home_main a:hover {
      outline: 0;
      text-decoration: none; }
    .home_main a img:hover {
      opacity: 0.8; }
  .home_main .title_type_1 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; }
    .home_main .title_type_1 span {
      color: #AC1619;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 39px;
      /* 216.667% */
      display: block; }
  .home_main .title_d_text {
    color: var(--logo_text, #222);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 16px */
    text-align: center; }
  @media screen and (max-width: 768px) {
    .home_main .title_type_1 {
      font-size: 32px; }
      .home_main .title_type_1.sp_fs28 {
        font-size: 28px; }
      .home_main .title_type_1 span {
        font-size: 14px; } }
  .home_main #fv_area {
    padding: 56px 15px 120px;
    background: url("images/fv_img_pc.jpg") no-repeat;
    background-position: center top;
    background-size: auto 521px; }
    .home_main #fv_area .fv_img_sp {
      display: none; }
    .home_main #fv_area .fv_container {
      width: 100%;
      max-width: 1160px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      .home_main #fv_area .fv_container .text_box {
        width: 700px; }
        .home_main #fv_area .fv_container .text_box h2 {
          position: relative;
          display: block;
          color: #AC1619;
          font-family: "Noto Sans JP";
          font-size: 67px;
          font-style: normal;
          font-weight: 700;
          line-height: 140%;
          /* 89.6px */
          margin: 0 0 28px; }
          .home_main #fv_area .fv_container .text_box h2 img {
            margin-top: 18px;
            display: block; }
          .home_main #fv_area .fv_container .text_box h2 .m_text {
            background: linear-gradient(transparent 0px, transparent 70px, #DCB572 70px, #DCB572 89px, transparent 89px); }
          .home_main #fv_area .fv_container .text_box h2 .fs48 {
            font-size: 54px;
            color: #222; }
      .home_main #fv_area .fv_container .img_box {
        width: calc( 100% - 700px );
        position: relative; }
        .home_main #fv_area .fv_container .img_box img {
          position: absolute;
          bottom: 50px;
          left: 0;
          width: 464px;
          max-width: auto; }
      @media screen and (max-width: 970px) {
        .home_main #fv_area .fv_container .text_box {
          width: 100%;
          max-width: 365px; }
          .home_main #fv_area .fv_container .text_box .c_cp_text {
            background: #073567;
            padding: 6px 10px;
            font-size: 12px; }
            .home_main #fv_area .fv_container .text_box .c_cp_text span {
              font-size: 10px; }
          .home_main #fv_area .fv_container .text_box h2 {
            font-size: 35px;
            margin-top: 10px;
            margin-bottom: 16px; }
            .home_main #fv_area .fv_container .text_box h2 .m_text {
              background: linear-gradient(transparent 0px, transparent 38px, #DCB572 38px, #DCB572 46px, transparent 45px); }
              .home_main #fv_area .fv_container .text_box h2 .m_text.i_text::after {
                content: "";
                background: url("images/svg/fv_copy.svg") no-repeat;
                background-position: bottom left;
                background-size: contain;
                display: inline-block;
                width: 28px;
                height: 37px;
                margin-bottom: -6px;
                margin-left: 10px; }
            .home_main #fv_area .fv_container .text_box h2 .fs48 {
              font-size: 24px; }
        .home_main #fv_area .fv_container .img_box {
          width: calc( 100% - 423px );
          position: relative; }
          .home_main #fv_area .fv_container .img_box img {
            position: absolute;
            bottom: 143px;
            left: 0;
            width: 100%;
            max-width: auto; } }
  @media screen and (max-width: 768px) {
    .home_main #fv_area {
      padding: 50% 15px 60px;
      background: #fff url("images/fv_img_sp.jpg") no-repeat;
      background-position: center top;
      background-size: 100%;
      position: relative; }
      .home_main #fv_area::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 370px;
        background: #F8F8F8; }
      .home_main #fv_area .fv_img_sp {
        display: block;
        position: absolute;
        top: 52px;
        left: 45px;
        width: 47%; }
      .home_main #fv_area .fv_container {
        max-width: 645px;
        position: relative;
        z-index: 2; }
        .home_main #fv_area .fv_container .text_box {
          width: 100%;
          max-width: 345px;
          margin-left: auto;
          margin-right: auto; }
          .home_main #fv_area .fv_container .text_box h2 {
            font-size: 30px;
            margin-top: 10px;
            margin-bottom: 16px; }
            .home_main #fv_area .fv_container .text_box h2 img {
              margin-top: 8px; }
            .home_main #fv_area .fv_container .text_box h2 .m_text {
              background: linear-gradient(transparent 0px, transparent 34px, #DCB572 34px, #DCB572 46px, transparent 45px); }
              .home_main #fv_area .fv_container .text_box h2 .m_text.i_text::after {
                content: "";
                background: url("images/svg/fv_copy.svg") no-repeat;
                background-position: bottom left;
                background-size: contain;
                display: inline-block;
                width: 28px;
                height: 37px;
                margin-bottom: -6px;
                margin-left: 10px; }
            .home_main #fv_area .fv_container .text_box h2 .fs48 {
              font-size: 24px; }
        .home_main #fv_area .fv_container .img_box {
          display: none; } }
  @media screen and (max-width: 400px) {
    .home_main #fv_area .fv_container {
      max-width: 345px; }
      .home_main #fv_area .fv_container .img_box_sp {
        display: block;
        width: 100%;
        max-width: 345px;
        margin: 0 auto -75px; } }
  .home_main .fv_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 640px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(111, 6, 8, 0.6);
    padding: 16px 11px 8px;
    position: relative; }
    .home_main .fv_list .f_text {
      position: absolute;
      width: 92px;
      height: 92px;
      background: #365B88;
      border-radius: 50%;
      top: -8px;
      right: -94px;
      color: #FFF;
      text-align: center;
      font-family: "Noto Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 900;
      line-height: 30px;
      /* 187.5% */
      padding-top: 19px; }
      .home_main .fv_list .f_text span {
        color: #FFF;
        font-family: "Noto Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: 27px; }
      .home_main .fv_list .f_text:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -23px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #365B88; }
    .home_main .fv_list .c_box {
      width: calc( ( 100% - ( 1px * ( 3 - 1) ) ) / 3 );
      background: #fff;
      padding: 5px 15px 5px;
      position: relative;
      border-right: 1px solid #878787;
      position: relative; }
      .home_main .fv_list .c_box:last-child {
        border-right: none; }
      .home_main .fv_list .c_box .n_text {
        color: #AC1619;
        font-family: "Noto Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        position: absolute;
        top: -50px;
        left: 50%;
        width: 60px;
        display: block;
        margin-left: -30px;
        text-align: center; }
      .home_main .fv_list .c_box p {
        color: #000;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 20px */
        margin: 0; }
        .home_main .fv_list .c_box p .text2 {
          color: #AC1619;
          font-family: "Noto Sans JP";
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: 40px; }
        .home_main .fv_list .c_box p .text3 {
          font-size: 30px; }
  @media screen and (max-width: 970px) {
    .home_main .fv_list {
      padding: 8px 0 8px;
      margin-bottom: 24px; }
      .home_main .fv_list .f_text {
        display: none; }
      .home_main .fv_list .c_box {
        padding: 16px 5px 1px !important; }
        .home_main .fv_list .c_box .n_text {
          font-size: 20px;
          top: -27px; }
        .home_main .fv_list .c_box p {
          font-size: 14px;
          line-height: 0 !important; }
          .home_main .fv_list .c_box p .text2 {
            font-size: 17px; }
          .home_main .fv_list .c_box p .text3 {
            font-size: 17px; } }
  .home_main .fv_text {
    color: #393939;
    font-family: "Noto Sans JP";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    /* 205.263% */
    padding: 0 64px;
    position: relative;
    display: table;
    margin-bottom: 20px; }
    .home_main .fv_text::before {
      content: "";
      width: 56px;
      height: 1px;
      display: block;
      background: #393939;
      position: absolute;
      top: 50%;
      left: 0; }
    .home_main .fv_text::after {
      content: "";
      width: 56px;
      height: 1px;
      display: block;
      background: #393939;
      position: absolute;
      top: 50%;
      right: 0; }
  @media screen and (max-width: 970px) {
    .home_main .fv_text {
      font-size: 14px;
      display: table;
      padding: 0 50px;
      position: relative;
      margin: 0 auto 16px;
      text-align: center;
      line-height: 25px;
      /* 156.25% */ }
      .home_main .fv_text::before {
        width: 40px; }
      .home_main .fv_text::after {
        width: 40px; } }
  .home_main .fv_text2 {
    color: var(--logo_text, #222);
    font-family: "Noto Sans JP";
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 25.2px */
    max-width: 638px;
    margin-top: 24px; }
  @media screen and (max-width: 970px) {
    .home_main .fv_text2 {
      margin-top: 13px;
      margin-bottom: 0; } }
  .home_main .fv_btn_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 662px; }
  @media screen and (max-width: 970px) {
    .home_main .fv_btn_box {
      width: 100%;
      max-width: 100%;
      margin-bottom: 13px; }
      .home_main .fv_btn_box a {
        width: 100%;
        max-width: 100%; } }
  .home_main #about_area h2 {
    color: var(--logo_text, #222);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    margin-top: 0;
    margin-bottom: 53px; }
    .home_main #about_area h2 img {
      max-width: 585px;
      width: 100%;
      margin-bottom: -25px; }
  @media screen and (max-width: 768px) {
    .home_main #about_area h2 {
      font-size: 18px;
      margin-bottom: 20px; }
      .home_main #about_area h2 img {
        max-width: 545px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
        display: block; } }
  .home_main .about_column_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px; }
    .home_main .about_column_box .img_box {
      width: 447px; }
    .home_main .about_column_box .text_box {
      width: calc( 100% - 513px ); }
      .home_main .about_column_box .text_box h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 39px;
        /* 162.5% */ }
        .home_main .about_column_box .text_box h3 span {
          color: #AC1619;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 39px;
          /* 216.667% */
          display: block; }
      .home_main .about_column_box .text_box p {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 28.8px */ }
    @media screen and (max-width: 1000px) {
      .home_main .about_column_box .img_box {
        width: 347px; }
      .home_main .about_column_box .text_box {
        width: calc( 100% - 363px ); } }
  @media screen and (max-width: 768px) {
    .home_main .about_column_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 32px; }
      .home_main .about_column_box .img_box {
        width: 100%; }
        .home_main .about_column_box .img_box img {
          max-width: 325px;
          display: block;
          margin: 0 auto; }
      .home_main .about_column_box .text_box {
        width: 100%;
        padding-top: 0; }
        .home_main .about_column_box .text_box h3 {
          font-size: 22px;
          text-align: center;
          line-height: 31.4px;
          /* 142.727% */ }
          .home_main .about_column_box .text_box h3 span {
            font-size: 14px; } }
  .home_main #point_area {
    padding: 100px 0 0; }
    .home_main #point_area h2 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .home_main #point_area {
      padding: 50px 0 50px; } }
  .home_main .point_column_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 93px; }
    .home_main .point_column_box .c_box {
      width: calc( ( 100% - ( 44px * ( 3 - 1) ) ) / 3 );
      background: #FFF;
      box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      padding: 151px 34px 47px;
      background: url("images/svg/reason_01.svg") no-repeat;
      background-position: top 42px center;
      background-size: 87px;
      position: relative; }
      .home_main .point_column_box .c_box.type2 {
        background: url("images/svg/reason_02.svg") no-repeat;
        background-position: top 42px center;
        background-size: 112px; }
      .home_main .point_column_box .c_box.type3 {
        background: url("images/svg/reason_03.svg") no-repeat;
        background-position: top 42px center;
        background-size: 91px; }
      .home_main .point_column_box .c_box .n_text {
        position: absolute;
        bottom: -6px;
        right: 2px;
        color: #f3e3e3;
        font-family: "futura-pt-bold", sans-serif;
        font-size: 92px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; }
      .home_main .point_column_box .c_box h3 {
        color: #AC1619;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-top: 0; }
      .home_main .point_column_box .c_box ul {
        padding-left: 24px; }
        .home_main .point_column_box .c_box ul li {
          color: #000;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 21px;
          /* 150% */
          position: relative;
          margin-bottom: 8px; }
          .home_main .point_column_box .c_box ul li::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 4px;
            left: -23px;
            background: url("images/svg/icon_list.svg") no-repeat;
            background-size: 16px;
            background-position: center; }
    @media screen and (max-width: 900px) {
      .home_main .point_column_box .c_box {
        width: calc( ( 100% - ( 15px * ( 3 - 1) ) ) / 3 ); } }
  @media screen and (max-width: 768px) {
    .home_main .point_column_box {
      margin-bottom: 0; }
      .home_main .point_column_box .c_box {
        width: 100%;
        margin-bottom: 30px;
        padding: 151px 44px 60px; }
        .home_main .point_column_box .c_box ul {
          padding-left: 23px; }
          .home_main .point_column_box .c_box ul li {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 21px;
            /* 150% */
            position: relative;
            margin-bottom: 8px; }
            .home_main .point_column_box .c_box ul li::after {
              content: "";
              position: absolute;
              width: 16px;
              height: 16px;
              top: 4px;
              left: -23px;
              background: url("images/svg/icon_list.svg") no-repeat;
              background-size: 16px;
              background-position: center; } }
  .home_main .cta_area {
    padding: 60px 0 0; }
    .home_main .cta_area .bg_1 {
      background: #AC1619; }
      .home_main .cta_area .bg_1 h2 {
        color: #FFF;
        font-size: 57px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 48px 0 15px;
        margin: 0;
        display: block; }
        .home_main .cta_area .bg_1 h2 span {
          font-size: 44px; }
    .home_main .cta_area .bg_2 {
      background: #fff;
      padding: 12px 0 6px; }
      .home_main .cta_area .bg_2 img {
        max-width: 713px; }
    .home_main .cta_area .bg_3 {
      background: #AC1619; }
      .home_main .cta_area .bg_3 .text1 {
        color: #FFF;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 22px; }
      .home_main .cta_area .bg_3 .text2 {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        /* 25.2px */
        margin: 0; }
      .home_main .cta_area .bg_3 .btn_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 670px; }
        .home_main .cta_area .bg_3 .btn_box a {
          width: calc( ( 100% - ( 35px * ( 2 - 1) ) ) / 2 );
          height: 75px; }
      .home_main .cta_area .bg_3 .container {
        position: relative;
        padding: 20px 15px 40px; }
        .home_main .cta_area .bg_3 .container img {
          position: absolute;
          bottom: 0;
          right: -94px;
          width: 393px;
          height: 538px; }
        @media screen and (max-width: 1210px) {
          .home_main .cta_area .bg_3 .container img {
            position: absolute;
            bottom: 0px;
            right: 49px;
            width: 216px;
            height: auto; } }
        @media screen and (max-width: 1000px) {
          .home_main .cta_area .bg_3 .container img {
            position: absolute;
            bottom: 0px;
            right: 50%;
            width: 184px;
            height: auto;
            margin-right: -486px; } }
  @media screen and (max-width: 768px) {
    .home_main .cta_area {
      padding: 60px 0 0; }
      .home_main .cta_area .container {
        max-width: 375px; }
      .home_main .cta_area .bg_1 {
        background: #AC1619; }
        .home_main .cta_area .bg_1 h2 {
          font-size: 26px;
          padding: 30px 0 7px; }
          .home_main .cta_area .bg_1 h2 span {
            font-size: 20px; }
      .home_main .cta_area .bg_2 {
        background: #fff;
        padding: 12px 0 6px; }
        .home_main .cta_area .bg_2 img.pc {
          max-width: 713px !important; }
        .home_main .cta_area .bg_2 img.sp {
          max-width: 227px !important; }
      .home_main .cta_area .bg_3 {
        background: #AC1619; }
        .home_main .cta_area .bg_3 .text1 {
          font-size: 16px;
          max-width: 215px; }
        .home_main .cta_area .bg_3 .text2 {
          text-align: center; }
        .home_main .cta_area .bg_3 .btn_box {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          max-width: 670px; }
          .home_main .cta_area .bg_3 .btn_box a {
            width: 100%;
            height: 75px;
            margin-bottom: 20px; }
        .home_main .cta_area .bg_3 .container {
          position: relative;
          padding: 20px 15px 22px; }
          .home_main .cta_area .bg_3 .container img {
            bottom: 237px;
            right: 15px;
            width: 136px;
            height: 174px;
            margin-right: 0; } }
  @media screen and (max-width: 378px) {
    .home_main .cta_area {
      padding: 60px 0 0; }
      .home_main .cta_area .bg_2 img.sp {
        max-width: calc( 100% - 119px ) !important; }
      .home_main .cta_area .bg_3 {
        background: #AC1619; }
        .home_main .cta_area .bg_3 .text1 {
          max-width: calc( 100% - 140px ) !important; } }
  .home_main #flow_area {
    padding: 100px 0 0; }
    .home_main #flow_area h2 {
      margin-top: 0; }
  .home_main .flow_w_box {
    border-radius: 8px;
    background: var(--white, #FFF);
    padding: 60px;
    margin-top: 32px; }
    .home_main .flow_w_box .flow_c_box {
      margin-bottom: 64px;
      padding-left: 108px;
      position: relative; }
      .home_main .flow_w_box .flow_c_box::after {
        content: "";
        background: #AC1619;
        position: absolute;
        top: 90px;
        left: 40px;
        width: 1px;
        height: calc( 100% - 80px ); }
      .home_main .flow_w_box .flow_c_box:last-child {
        margin-bottom: 0; }
        .home_main .flow_w_box .flow_c_box:last-child::after {
          content: none; }
      .home_main .flow_w_box .flow_c_box .n_text {
        width: 80px;
        height: 80px;
        background: #AC1619;
        border-radius: 40px;
        position: absolute;
        top: 0;
        left: 0;
        color: var(--white, #FFF);
        font-family: Oswald;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 20px */
        text-align: center;
        padding-top: 13px; }
        .home_main .flow_w_box .flow_c_box .n_text span {
          font-size: 32px;
          display: block;
          line-height: 40px;
          font-family: "futura-pt-bold", sans-serif; }
      .home_main .flow_w_box .flow_c_box h3 {
        color: #000;
        font-size: 28px;
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 32px */
        padding-top: 20px; }
      .home_main .flow_w_box .flow_c_box p {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 28.8px */ }
        .home_main .flow_w_box .flow_c_box p span {
          color: #AC1619; }
  @media screen and (max-width: 768px) {
    .home_main .flow_w_box {
      padding: 60px 16px; }
      .home_main .flow_w_box .flow_c_box {
        padding-left: 0;
        margin-bottom: 47px; }
        .home_main .flow_w_box .flow_c_box::after {
          content: none; }
        .home_main .flow_w_box .flow_c_box .n_text {
          width: 52px;
          height: 52px;
          font-size: 12px;
          padding-top: 16px;
          line-height: 4px; }
          .home_main .flow_w_box .flow_c_box .n_text span {
            font-size: 19px;
            display: block;
            line-height: 28px; }
        .home_main .flow_w_box .flow_c_box h3 {
          padding-left: 64px;
          font-size: 24px;
          padding-top: 17px;
          padding-bottom: 5px;
          margin-top: 0; }
        .home_main .flow_w_box .flow_c_box p {
          color: var(--logo_text, #222);
          font-family: "Noto Sans JP";
          font-size: 15px;
          font-style: normal;
          font-weight: 500;
          line-height: 180%;
          /* 28.8px */ } }
  .home_main .flow_column_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home_main .flow_column_box .c_box {
      width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 );
      margin-bottom: 24px; }
  @media screen and (max-width: 950px) {
    .home_main .flow_column_box .c_box {
      width: 100%; } }
  .home_main .s_c_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home_main .s_c_box .img_box {
      width: 100px; }
    .home_main .s_c_box .text_box {
      width: calc( 100% - 116px ); }
      .home_main .s_c_box .text_box h4 {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 22px */
        margin-top: 0;
        margin-bottom: 5px; }
      .home_main .s_c_box .text_box p {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 22.4px */
        margin-top: 5px;
        margin-bottom: 4px; }
  @media screen and (max-width: 950px) {
    .home_main .s_c_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home_main .s_c_box .img_box {
        width: 80px; }
      .home_main .s_c_box .text_box {
        width: calc( 100% - 96px ); }
        .home_main .s_c_box .text_box h4 {
          font-size: 20px; } }
  .home_main .flow_tt_box {
    display: flex;
    padding: 16px 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--light_gray, #F8F8F8); }
    .home_main .flow_tt_box .img_box {
      width: 260px; }
    .home_main .flow_tt_box .text_box {
      width: calc( 100% - 276px ); }
      .home_main .flow_tt_box .text_box h4 {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 22px */
        padding-left: 40px;
        background: url("images/svg/surprise_mark.svg") no-repeat;
        background-size: 38px;
        background-position: center left;
        padding: 10px 0 10px 50px;
        margin: 0 0 10px; }
      .home_main .flow_tt_box .text_box p {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 22.4px */
        margin-top: 10px; }
        .home_main .flow_tt_box .text_box p .fs_b {
          font-weight: 700;
          color: #000; }
  @media screen and (max-width: 768px) {
    .home_main .flow_tt_box {
      padding: 16px 16px;
      display: block; }
      .home_main .flow_tt_box .img_box {
        width: 100%; }
        .home_main .flow_tt_box .img_box img {
          max-width: 257px;
          margin: 0 auto;
          display: block; }
      .home_main .flow_tt_box .text_box {
        width: 100%; }
        .home_main .flow_tt_box .text_box h4 {
          font-size: 18px;
          background: url("images/svg/surprise_mark.svg") no-repeat;
          background-size: 26px;
          background-position: center left;
          padding: 10px 0 10px 35px; } }
  .home_main #faq_area {
    padding: 100px 0 0;
    background: #F8F8F8; }
    .home_main #faq_area h2 {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .home_main #faq_area {
      padding: 90px 0 0; } }
  .home_main .column2_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    .home_main .column2_box .column_box {
      width: calc( ( 100% - ( 38px * ( 2 - 1) ) ) / 2 );
      margin-bottom: 38px; }
  @media screen and (max-width: 768px) {
    .home_main .column2_box {
      margin-bottom: 10px; }
      .home_main .column2_box .column_box {
        width: 100%; } }
  .home_main .faq_card {
    border-radius: 8px;
    background: #FFF;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    .home_main .faq_card .q_title {
      background: #AC1619;
      padding: 24px 24px 24px 52px;
      height: 96px;
      position: relative;
      display: table;
      width: 100%; }
      .home_main .faq_card .q_title::before {
        content: "Q";
        position: absolute;
        top: 34px;
        left: 24px;
        color: #FFF;
        font-family: "futura-pt-bold", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 100%;
        /* 24px */ }
      .home_main .faq_card .q_title h3 {
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 22.4px */
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
    .home_main .faq_card .a_text {
      padding: 24px 24px 24px 52px;
      position: relative; }
      .home_main .faq_card .a_text::before {
        content: "A";
        position: absolute;
        top: 24px;
        left: 24px;
        color: #AC1619;
        font-family: "futura-pt-bold", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 100%;
        /* 24px */ }
      .home_main .faq_card .a_text p {
        color: #222;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.2px;
        /* 180% */
        margin: 0; }
  .home_main .mt-18 {
    margin-top: -18px; }

/* ----------------------------------- */
/* header 
/* ----------------------------------- */
#header_top {
  height: 96px; }

header#header_b {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 96px;
  padding: 12px 15px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 50;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  header#header_b a {
    text-decoration: none; }
  header#header_b .headerCnt {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    header#header_b .headerCnt #logoArea {
      width: auto;
      max-width: 364px;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 3px; }
      header#header_b .headerCnt #logoArea a {
        transition: all ease .3s; }
        header#header_b .headerCnt #logoArea a h1 {
          margin: 0; }
          header#header_b .headerCnt #logoArea a h1 img {
            transition: all ease .3s; }
    header#header_b .headerCnt #headerContact {
      width: 524px;
      display: flex;
      flex-wrap: wrap; }
      header#header_b .headerCnt #headerContact .h_btn {
        padding: 20px 0 20px 26px;
        color: #333;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 16px */
        background: url("images/svg/header_login.svg") no-repeat;
        background-size: 24px;
        background-position: center left;
        margin-right: 20px; }
        @media screen and (min-width: 767px) {
          header#header_b .headerCnt #headerContact .h_btn:hover {
            opacity: 0.6; } }
      header#header_b .headerCnt #headerContact .h_btn2 {
        display: flex;
        width: 191px;
        padding: 18px 18px 18px 53px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 0;
        background: linear-gradient(90deg, #E5B744 0%, #D7AD41 37.98%, #DAAF40 100%);
        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 16px */
        height: 52px;
        margin-right: 12px;
        margin-top: 6px;
        position: relative; }
        header#header_b .headerCnt #headerContact .h_btn2::before {
          content: "";
          position: absolute;
          top: 0;
          left: 30px;
          width: 30px;
          height: 100%;
          z-index: 1;
          background: url("images/svg/mail_icon_w.svg") no-repeat;
          background-position: center left;
          background-size: 18px; }
        @media screen and (min-width: 767px) {
          header#header_b .headerCnt #headerContact .h_btn2:hover {
            background: linear-gradient(90deg, #fff 0%, #fff 37.98%, #fff 100%);
            color: #CBA33E;
            border: 2px solid #CBA33E;
            padding: 16px 16px 16px 51px; }
            header#header_b .headerCnt #headerContact .h_btn2:hover::before {
              background: url("images/svg/mail_icon.svg") no-repeat;
              background-position: center left;
              background-size: 18px;
              left: 28px; } }
      header#header_b .headerCnt #headerContact .h_btn3 {
        display: flex;
        width: 190px;
        padding: 16px 16px 16px 44px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 2px solid #CBA33E;
        background: #FFF;
        color: #CBA33E;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 18px */
        height: 52px;
        margin-top: 6px;
        position: relative; }
        header#header_b .headerCnt #headerContact .h_btn3::before {
          content: "";
          position: absolute;
          top: 0;
          left: 28px;
          width: 30px;
          height: 100%;
          z-index: 1;
          background: url("images/svg/tel_icon.svg") no-repeat;
          background-position: center left;
          background-size: 18px; }
        @media screen and (min-width: 767px) {
          header#header_b .headerCnt #headerContact .h_btn3:hover {
            background: linear-gradient(90deg, #E5B744 0%, #D7AD41 37.98%, #DAAF40 100%);
            color: #fff;
            padding: 18px 18px 18px 46px; }
            header#header_b .headerCnt #headerContact .h_btn3:hover::before {
              left: 26px;
              background: url("images/svg/tel_icon_w.svg") no-repeat;
              background-position: center left;
              background-size: 18px; } }

@media screen and (max-width: 936px) {
  header#header_b .headerCnt #headerContact {
    width: 114px; }
    header#header_b .headerCnt #headerContact .h_btn2 {
      display: none; }
    header#header_b .headerCnt #headerContact .h_btn3 {
      display: none; } }
@media screen and (max-width: 768px) {
  #header_top {
    height: 80px; }

  header#header_b {
    height: 80px; }
    header#header_b .headerCnt {
      width: 100%; }
      header#header_b .headerCnt #logoArea {
        max-width: 530px;
        width: 100%;
        padding-right: 162px;
        display: table; }
        header#header_b .headerCnt #logoArea a {
          display: table-cell;
          vertical-align: middle; }
          header#header_b .headerCnt #logoArea a h1 {
            display: flex; }
            header#header_b .headerCnt #logoArea a h1 img {
              width: 100%; }
      header#header_b .headerCnt #headerContact .h_btn {
        position: fixed;
        top: 12px;
        right: 46px; } }
/* ----------------------------------- */
/* footer
/* ----------------------------------- */
footer#footer_b {
  width: 100%;
  padding: 90px 15px 0;
  background: #fff; }
  footer#footer_b ul {
    list-style: none; }
    footer#footer_b ul li a {
      text-decoration: none; }
  footer#footer_b .container {
    position: relative; }
  footer#footer_b .footer_logo {
    max-width: 100%; }
    footer#footer_b .footer_logo .text1 {
      margin: 0 0 16px;
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 37px;
      text-align: center; }
      footer#footer_b .footer_logo .text1 span {
        color: #AC1619; }
    footer#footer_b .footer_logo .text2 {
      color: #000;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 29px;
      /* 181.25% */
      margin-bottom: 10px; }
    footer#footer_b .footer_logo .text3 {
      color: #6A6A6A;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 22.4px;
      /* 160% */
      margin-bottom: 80px; }
    footer#footer_b .footer_logo img {
      width: 100%;
      max-width: 428px;
      display: block;
      margin: 0 auto 16px; }
  footer#footer_b .page_top {
    position: absolute;
    background: #AC1619;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    bottom: 56px;
    right: 0;
    margin-right: 0; }
    footer#footer_b .page_top img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s;
      transform: scale(0.7); }
  footer#footer_b .footer_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 35px; }
    footer#footer_b .footer_menu li {
      margin-right: 30px; }
      footer#footer_b .footer_menu li a {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 16px */ }
  footer#footer_b .copyright {
    padding: 24px 0;
    border-top: 1px solid #EDEDED; }
  footer#footer_b p {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 25.6px;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0; }

@media screen and (max-width: 768px) {
  footer#footer_b {
    margin-bottom: 64px;
    padding: 97px 15px 0; }
    footer#footer_b .container {
      position: relative; }
    footer#footer_b .footer_logo {
      margin: 0 auto; }
    footer#footer_b .page_top {
      position: absolute;
      top: -67px;
      right: 50%;
      margin-right: -18px;
      background: #AC1619;
      width: 37px;
      height: 37px; }
    footer#footer_b .footer_menu {
      display: flex;
      flex-wrap: wrap;
      margin: 48px 0 35px; }
      footer#footer_b .footer_menu li {
        margin-right: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 1em; }
        footer#footer_b .footer_menu li a {
          color: var(--logo_text, #222);
          font-family: "Noto Sans JP";
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          /* 16px */ }
    footer#footer_b .copyright {
      padding: 24px 0;
      border-top: 1px solid #888; }
    footer#footer_b p {
      text-align: center; } }
.fixedBtn {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease; }
  .fixedBtn a {
    width: 50%;
    height: 64px;
    background: linear-gradient(90deg, #E5B744 0%, #D7AD41 0.01%, #DAAF40 100%);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    padding: 22px 5px;
    float: left;
    text-decoration: none; }
    .fixedBtn a:last-child {
      background: #fff;
      color: #CBA33E;
      border: 2px solid #CBA33E; }
  .fixedBtn.show {
    transform: translateY(0);
    opacity: 1; }

@media screen and (max-width: 768px) {
  .fixedBtn {
    display: block; } }
@media screen and (min-width: 769px) {
  .fixedBtn {
    display: none; } }
/* ----------------------------------- */
/* ハンバーガーメニュー */
/* ----------------------------------- */
/* ハンバーガーメニューボタン（デフォルトは非表示） */
.hamburger-btn {
  display: none;
  position: fixed;
  top: 12px;
  right: 0;
  width: 56px;
  height: 56px;
  background: none;
  cursor: pointer;
  z-index: 1001;
  border: none; }

/* ハンバーガーアイコン */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.hamburger-line {
  width: 20px;
  height: 2px;
  background: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center; }

/* ハンバーガーメニューが開いている時のアニメーション */
.hamburger-btn.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(3.5px, 5px); }

.hamburger-btn.open .hamburger-line:nth-child(2) {
  opacity: 0; }

.hamburger-btn.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(3.5px, -5px); }

/* モバイル用メニューオーバーレイ */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

.mobile-menu-overlay.show {
  opacity: 1;
  pointer-events: auto; }

/* スマートフォン用スタイル */
@media screen and (max-width: 768px) {
  /* デスクトップ版を非表示 */
  .sticky-menu-wrapper {
    display: none; }

  /* ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block; }

  /* モバイルメニューオーバーレイを表示 */
  .mobile-menu-overlay {
    display: block; }

  /* モバイル用メニュー */
  .mobile-menu {
    position: fixed;
    top: 80px;
    right: -100%;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    transition: right 0.8s ease;
    padding: 30px 22px; }
    .mobile-menu::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9;
      background: #fff;
      backdrop-filter: blur(32px); }
    .mobile-menu .menu-list {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu .menu-list .menu-item {
        margin-bottom: 12px; }
        .mobile-menu .menu-list .menu-item a {
          color: #222222;
          font-size: 20px;
          font-weight: 600;
          text-decoration: none; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mobile-menu {
    top: 50px; } }
@media screen and (max-width: 768px) {
  .mobile-menu.show {
    right: 0; } }
@media screen and (min-width: 767px) {
  #mobileMenu {
    display: none; } }
.hamburger_btn {
  padding-top: 40px;
  position: relative;
  z-index: 2; }
  .hamburger_btn a {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    height: 48px;
    opacity: 1 !important;
    text-decoration: none; }

.btn0 {
  display: flex;
  max-width: 325px;
  width: 100%;
  height: 75px;
  padding: 28px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 0;
  border: 2px solid #AC1619;
  background: var(--white, #FFF) url("images/svg/allow_icon_r.svg") no-repeat;
  background-size: 10px;
  background-position: center right 16px;
  color: #AC1619;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  margin: 0 auto 100px; }

@media screen and (min-width: 767px) {
  .btn0:hover {
    background: #AC1619 url("images/svg/allow_icon_w.svg") no-repeat;
    background-size: 10px;
    background-position: center right 16px;
    color: #fff; } }
@media screen and (max-width: 768px) {
  .btn0 {
    margin: 0 auto 30px; } }
.btn2 {
  display: flex;
  width: 320px;
  height: 75px;
  padding: 28px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #E5B744 0%, #D7AD41 0.01%, #DAAF40 100%);
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
  margin-bottom: 12px;
  position: relative; }
  .btn2::after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("images/svg/allow_icon_w.svg") no-repeat;
    background-size: 10px;
    background-position: center left; }
  .btn2 span {
    padding: 0 30px;
    background: url("images/svg/mail_icon_w.svg") no-repeat;
    background-position: left top 4px;
    background-size: 22px; }
  @media screen and (min-width: 767px) {
    .btn2:hover {
      background: #fff;
      border: 2px solid #CBA33E;
      color: #CBA33E; }
      .btn2:hover::after {
        background: url("images/svg/allow_icon.svg") no-repeat;
        background-size: 10px;
        background-position: center left; }
      .btn2:hover span {
        padding: 0 30px;
        background: url("images/svg/mail_icon.svg") no-repeat;
        background-position: left top 4px;
        background-size: 22px; } }

.btn3 {
  display: flex;
  width: 320px;
  height: 75px;
  padding: 28px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #CBA33E;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
  margin-bottom: 12px;
  position: relative;
  border: 2px solid #CBA33E; }
  .btn3::after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("images/svg/allow_icon.svg") no-repeat;
    background-size: 10px;
    background-position: center left; }
  .btn3 span {
    padding: 0 30px;
    background: url("images/svg/tel_icon.svg") no-repeat;
    background-position: left top 4px;
    background-size: 18px; }
  @media screen and (min-width: 767px) {
    .btn3:hover {
      background: linear-gradient(90deg, #E5B744 0%, #D7AD41 0.01%, #DAAF40 100%);
      border: 0 solid #CBA33E;
      color: #fff; }
      .btn3:hover::after {
        background: url("images/svg/allow_icon_w.svg") no-repeat;
        background-size: 10px;
        background-position: center left; }
      .btn3:hover span {
        padding: 0 30px;
        background: url("images/svg/tel_icon_w.svg") no-repeat;
        background-position: left top 4px;
        background-size: 18px; } }

@media screen and (min-width: 767px) {
  .mb0_pc {
    margin-bottom: 0; } }
.category #cntsBox #mainColumn {
  flex-basis: 100%;
  max-width: 900px;
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0 auto; }

.wp-caption-text {
  font-size: .8em;
  margin-top: 1em !important;
  opacity: .8;
  text-align: center !important; }

.single #main {
  overflow: inherit; }

#sideArea {
  position: sticky;
  top: 115px;
  left: 0;
  width: 100%; }

.cap_box {
  margin-bottom: 30px; }
  .cap_box .cap_box_ttl {
    display: inline flow-root list-item;
    align-items: center;
    background-color: #AC1619;
    color: #fff;
    gap: .5em;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: .5em 20px;
    position: relative;
    text-align: center;
    z-index: 1; }
  .cap_box .cap_box_content {
    padding: 1.5em;
    border: 1px solid #AC1619; }
    .cap_box .cap_box_content ul {
      margin-bottom: 0; }
      .cap_box .cap_box_content ul li a {
        text-decoration: none; }

.pr_btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 340px;
  min-height: 70px;
  line-height: 70px;
  text-decoration: none;
  background: #4CAF50;
  text-align: center;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 4px 0px 0px #DEDEDE;
  transition: 0.2s ease; }

.pr_btn:hover {
  background: #45A049;
  color: #FFFFFF !important;
  transform: translate(2px, 2px);
  box-shadow: none; }

.swell-block-faq__item .faq_q {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-top: 0px;
  padding: 1em 1em 1em 3em;
  position: relative; }
  .swell-block-faq__item .faq_q::before {
    bottom: unset;
    content: "Q";
    display: block;
    font-family: Arial,sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    border: 1px solid #222; }
  .swell-block-faq__item .faq_q::after {
    display: none; }
.swell-block-faq__item .faq_a {
  line-height: 1.5;
  padding: 1em 1em 1em 3em;
  position: relative; }
  .swell-block-faq__item .faq_a::before {
    bottom: unset;
    content: "A";
    display: block;
    font-family: Arial,sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    border: 1px solid #222; }

.single #mainColumn h3 {
  scroll-margin-top: 96px; }
