@charset "UTF-8";
/*
Theme Name: ablenet
Description: ablenetのテーマ 
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: #F7F9FF; }

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

.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: 750px;
      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; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #365CC6;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #2F9DFE;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  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 #28AFAF;
  border-radius: 30px;
  color: #fff;
  background: #28AFAF;
  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: #28AFAF !important;
    background: #fff;
    border-color: #28AFAF !important; }
  .btn.w300 {
    max-width: 300px !important; }
  .btn.arrow:after {
    position: absolute !important;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 19px !important;
    border-radius: 0;
    top: 50%;
    margin-top: -15px !important;
    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.type2 {
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    color: #111 !important;
    text-align: left !important;
    padding: 3px 15px !important;
    justify-content: left !important; }
    .btn.type2:after {
      transform: rotate(90deg);
      color: #000; }
    .btn.type2:hover {
      background: #EAEFFF !important;
      color: #365CC6 !important; }
      .btn.type2:hover:after {
        color: #000; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.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: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #F7F9FF; }
  #header #headerCnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px 0 15px;
    height: 100%;
    width: 100%;
    position: relative; }
    #header #headerCnt #headerLeft {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100%;
      flex-wrap: wrap; }
      #header #headerCnt #headerLeft #logoArea {
        align-self: center;
        height: 60px;
        min-width: 254px;
        margin: 0 20px 0 0; }
        #header #headerCnt #headerLeft #logoArea #logo {
          margin: 0; }
        #header #headerCnt #headerLeft #logoArea a {
          display: block;
          width: 100%; }
          #header #headerCnt #headerLeft #logoArea a img {
            max-width: 100%;
            height: auto; }
        @media print, screen and (max-width: 768px) {
          #header #headerCnt #headerLeft #logoArea {
            min-width: 131px;
            max-width: 131px;
            margin-top: 8px; } }
      #header #headerCnt #headerLeft p {
        font-size: 12px;
        margin-right: 20px; }
        @media print, screen and (max-width: 768px) {
          #header #headerCnt #headerLeft p {
            display: none; } }
      #header #headerCnt #headerLeft #searchArea {
        flex-basis: 200px;
        max-width: 200px;
        margin-right: 20px;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          #header #headerCnt #headerLeft #searchArea {
            flex-basis: 150px !important;
            max-width: 150px !important; } }
        @media print, screen and (max-width: 992px) {
          #header #headerCnt #headerLeft #searchArea {
            flex-basis: 100px;
            max-width: 100px;
            margin-right: 45px; } }
        @media print, screen and (max-width: 768px) {
          #header #headerCnt #headerLeft #searchArea {
            display: none; } }
    #header #headerCnt #headerRight {
      position: absolute;
      right: 0;
      height: 100%; }
      #header #headerCnt #headerRight .headerRightTop {
        height: 100%; }
      @media print, screen and (max-width: 768px) {
        #header #headerCnt #headerRight {
          width: calc(100% - 220px); } }
      #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 {
        display: none; }
        @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: #365CC6;
        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 #searchArea {
      display: none; }
    #header #headerCnt #headerRight .headerRightTop .hdrcontact {
      margin-right: 45px; } }
  @media print, screen and (min-width: 992px) {
    #header {
      height: 90px;
      padding: 0; }
      #header #headerCnt {
        justify-content: flex-start;
        height: 100%;
        margin: 0 auto;
        padding: 0 30px 0 20px; }
        #header #headerCnt #headerLeft #logoArea #logo {
          margin: 0;
          max-width: 286px; }
        #header #headerCnt #headerRight {
          margin-left: auto;
          flex-basis: auto;
          width: auto;
          display: block;
          height: 90px;
          padding: 30px 0; }
          #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;
            margin-right: 40px;
            height: 100%; }
            #header #headerCnt #headerRight .headerRightTop #searchArea {
              display: none; }
              #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; } }
  #header.fixed {
    position: fixed;
    background-color: #F7F9FF; }

#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;
    border: 1px solid #365CC6; }
  #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: 30px; } }
  #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: #365CC6; }
  #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: #365CC6;
    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: #365CC6; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #365CC6;
    font-weight: 400; }
  .wp-pagenavi .nextpostslink i,
  .wp-pagenavi .previouspostslink i,
  .wp-pagenavi .first i,
  .wp-pagenavi .last i {
    color: #365CC6;
    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: #365CC6; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  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: 15px auto;
      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: #F0F2F4; }
  #main_visual .bg {
    width: 100%;
    height: 100%;
    background: #F7F9FF; }
    #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: 340px;
        flex-basis: 340px; }
        #main_visual .bg .inner .left_box .left_box_sp_txt {
          display: none; }
        #main_visual .bg .inner .left_box .left_box_img {
          margin-bottom: 32px;
          position: relative;
          z-index: 0; }
          #main_visual .bg .inner .left_box .left_box_img .left_box_backtxt {
            position: absolute;
            top: 5px;
            right: -75px;
            z-index: -1;
            width: 185px;
            height: 185px;
            border-radius: 50%;
            background: #E3F1FF;
            display: flex;
            justify-content: center;
            align-items: center; }
            #main_visual .bg .inner .left_box .left_box_img .left_box_backtxt p {
              margin: 0;
              font-size: 22px;
              color: #105A88;
              font-weight: 700;
              line-height: 1.2;
              text-align: center; }
              #main_visual .bg .inner .left_box .left_box_img .left_box_backtxt p span {
                font-size: 46px; }
            @media screen and (min-width: 768px) and (max-width: 1024px) {
              #main_visual .bg .inner .left_box .left_box_img .left_box_backtxt {
                top: -12px;
                right: -105px; } }
          #main_visual .bg .inner .left_box .left_box_img .left_box_man {
            display: block;
            margin: 10px auto 0;
            width: 432px;
            max-width: 432px; }
          @media print, screen and (max-width: 768px) {
            #main_visual .bg .inner .left_box .left_box_img .left_box_man {
              display: block;
              margin: 0 auto 0;
              width: 432px;
              max-width: 100%; } }
        #main_visual .bg .inner .left_box .left_box_title {
          font-size: 30px; }
        #main_visual .bg .inner .left_box .left_box_txt {
          font-size: 18px;
          font-weight: 400;
          margin: 0 0 25px; }
        #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: #365CC6;
          color: #fff;
          position: relative;
          border-radius: 40px;
          text-decoration: none;
          border: #365CC6 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; }
          @media print, screen and (min-width: 768px) {
            #main_visual .bg .inner .left_box .left_btnbox a:hover, #main_visual .bg .inner .left_box .left_btnbox a:focus {
              background: #fff;
              color: #365CC6; }
              #main_visual .bg .inner .left_box .left_btnbox a:hover::after, #main_visual .bg .inner .left_box .left_btnbox a:focus::after {
                background: url("images/home/b2_arrow.svg") no-repeat;
                background-position: center;
                background-size: 8px; } }
      #main_visual .bg .inner .right_box {
        max-width: calc( 100% - 385px );
        flex-basis: calc( 100% - 385px ); }
        #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: 80px;
            padding-right: 80px;
            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: 130px !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: #365CC6;
                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: #365CC6;
                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% - 360px );
          flex-basis: calc( 100% - 360px );
          padding: 0 25px 0 90px; }
        #main_visual .bg .inner .left_box {
          padding-left: 25px;
          max-width: 355px;
          flex-basis: 355px; } }
      @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: 10px 0 0; }
          #main_visual .bg .inner .left_box .left_box_img {
            margin-bottom: 17px; }
            #main_visual .bg .inner .left_box .left_box_img .left_box_backtxt {
              display: none; }
            #main_visual .bg .inner .left_box .left_box_img .left_box_man {
              margin: 10px auto 0; }
          #main_visual .bg .inner .left_box .left_box_title {
            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: #365CC6;
              color: #fff;
              position: relative;
              border-radius: 40px;
              text-decoration: none; }
              #main_visual .bg .inner .right_box .left_btnbox a::after {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                display: block;
                right: 25px;
                top: 50%;
                transform: translateY(-50%);
                background: url("images/home/w_arrow.svg") no-repeat;
                background-position: center;
                background-size: 4px; } }
      @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: #F7F9FF; }
      #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: #365CC6;
      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; }

.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: #8E48D5;
      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; }

/* ---------------------------------------------------------------- */
/* supervisorArea */
/* ---------------------------------------------------------------- */
#supervisorArea {
  background: #105A88;
  padding: 40px 0 45px; }
  #supervisorArea .supervisor_titlebox {
    border-bottom: #DBDBDB solid 1px;
    margin-bottom: 30px; }
    #supervisorArea .supervisor_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%; }
      #supervisorArea .supervisor_titlebox a .supervisor_title_left {
        padding-bottom: 10px; }
        #supervisorArea .supervisor_titlebox a .supervisor_title_left h2 {
          margin: 0;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          border-bottom: none; }
      #supervisorArea .supervisor_titlebox a .supervisor_title_right {
        padding-bottom: 10px; }
        #supervisorArea .supervisor_titlebox a .supervisor_title_right p {
          margin: 0;
          font-size: 14px;
          font-weight: 500;
          color: #fff; }

.swiper-supervisorWrap {
  position: relative;
  overflow: hidden; }
  .swiper-supervisorWrap .swiper-supervisor {
    position: inherit;
    overflow: visible;
    padding-bottom: 50px; }
    .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide {
      height: auto; }
      .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box {
        background: #fff;
        border-radius: 4px;
        height: 100%;
        position: relative;
        border: #fff solid 4px; }
        .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box::after {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          display: block;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          background: url("images/home/b_arrow.svg") no-repeat;
          background-position: center;
          background-size: 8px; }
        .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a {
          text-decoration: none;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: center;
          padding: 30px 36px 30px 20px;
          color: #27272A;
          font-size: 14px;
          font-weight: 500; }
          .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisorimgbox {
            max-width: 120px;
            flex-basis: 120px;
            border-radius: 50%; }
            .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisorimgbox img {
              border-radius: 50%; }
          .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox {
            max-width: calc(100% - 150px);
            flex-basis: calc(100% - 150px); }
            .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox span {
              font-size: 12px;
              font-weight: 500;
              color: #105A88; }
            .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox h3 {
              font-size: 18px;
              font-weight: 700;
              color: #105A88;
              margin: 0 0 11px;
              border-bottom: none; }
            .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox p {
              margin: 0 !important; }
        @media print, screen and (min-width: 768px) {
          .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box:hover, .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box:focus {
            border: #F0A82E solid 4px; } }
    .swiper-supervisorWrap .swiper-supervisor .supervisor-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #E2E2E2 !important; }
    .swiper-supervisorWrap .swiper-supervisor .supervisor-pagination .swiper-pagination-bullet-active {
      background: #fff; }

@media screen and (max-width: 767px) {
  #supervisorArea {
    padding: 40px 0; }
    #supervisorArea .supervisor_titlebox {
      margin-bottom: 20px; }
      #supervisorArea .supervisor_titlebox .supervisor_title_left h2 {
        font-size: 20px; }
      #supervisorArea .supervisor_titlebox .supervisor_title_right p {
        font-size: 12px; }

  .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a {
    padding: 10px 15px; }
    .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisorimgbox {
      max-width: 80px;
      flex-basis: 80px; }
      .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisorimgbox img {
        width: 80px;
        height: 80px; }
    .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox {
      max-width: calc(100% - 90px);
      flex-basis: calc(100% - 90px); }
      .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox span {
        font-size: 12px;
        font-weight: 500;
        color: #105A88; }
      .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox h3 {
        font-size: 18px;
        font-weight: 700;
        color: #105A88;
        margin: 0 0 11px;
        border-bottom: none; }
      .swiper-supervisorWrap .swiper-supervisor .swiper-wrapper .swiper-slide .swiper-slide_box a .supervisortxtbox p {
        margin-bottom: 0 !important; } }
/* ---------------------------------------------------------------- */
/* supervisor一覧 page */
/* ---------------------------------------------------------------- */
.writerInfoWrap {
  margin-bottom: 60px; }
  .writerInfoWrap a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    font-size: 16px; }
    .writerInfoWrap a .supervisorWriterImg {
      flex-basis: 300px;
      max-width: 300px;
      margin: 0;
      width: 100%;
      padding-bottom: 27%;
      position: relative;
      overflow: hidden; }
      .writerInfoWrap a .supervisorWriterImg img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0; }
    .writerInfoWrap a .writerBox {
      flex-basis: calc(100% - 330px);
      max-width: calc(100% - 330px);
      width: 100%; }
      .writerInfoWrap a .writerBox .supervisorName {
        font-size: 22px;
        font-weight: 700;
        color: #105A88;
        margin: 0 0 11px;
        border-bottom: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .writerInfoWrap a .supervisorWriterImg {
    padding-bottom: 45%; } }
@media screen and (max-width: 767px) {
  .writerInfoWrap a .supervisorWriterImg {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-bottom: 100%; }
  .writerInfoWrap a .writerBox {
    max-width: 100%;
    flex-basis: 100%; } }
/* ---------------------------------------------------------------- */
/* supervisor 詳細 */
/* ---------------------------------------------------------------- */
.supervisorDetailWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .supervisorDetailWrap .supervisorWriterImg {
    flex-basis: 300px;
    max-width: 300px;
    margin: 0;
    width: 100%;
    padding-bottom: 27%;
    position: relative;
    overflow: hidden; }
    .supervisorDetailWrap .supervisorWriterImg img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0; }
  .supervisorDetailWrap .writerBox {
    flex-basis: calc(100% - 330px);
    max-width: calc(100% - 330px);
    width: 100%; }
    .supervisorDetailWrap .writerBox .supervisorName {
      font-size: 22px;
      font-weight: 700;
      color: #105A88;
      margin: 0 0 11px;
      border-bottom: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .supervisorDetailWrap .supervisorWriterImg {
    padding-bottom: 45%; } }
@media screen and (max-width: 767px) {
  .supervisorDetailWrap .supervisorWriterImg {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-bottom: 100%; }
  .supervisorDetailWrap .writerBox {
    max-width: 100%;
    flex-basis: 100%; } }
/* ---------------------------------------------------------------- */
/* 人気記事 */
/* ---------------------------------------------------------------- */
#rankingArea {
  background: #fff;
  padding: 40px 60px; }
  #rankingArea h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px; }
    #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: #365CC6;
        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: 23px;
          line-height: 21px;
          border-radius: 12px;
          background: #fff;
          color: #365CC6 !important;
          padding: 0 15px;
          font-size: 14px !important;
          text-align: center;
          font-weight: 700;
          border: 1px solid #365CC6; }
          .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) {
  #rankingArea {
    padding: 40px 15px; }
    #rankingArea h2 {
      font-size: 20px; }
      #rankingArea 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 {
  	/*#connectArea {
  		padding-bottom: 50px;
  		margin-bottom: 50px;
  
  		.tabWrap {
  			.tabs {
  				display: flex;
  				flex-wrap: wrap;
  				background: #fff;
  				margin: 0;
  				padding: 0;
  
  				.tabBtn {
  					list-style-type: none;
  					margin: 0;
  					padding: 0;
  					flex-basis: 50%;
  					max-width: 50%;
  					width: 100%;
  					min-height: 40px;
  					font-weight: 700;
  					display: flex;
  					align-items: center;
  					justify-content: center;
  					text-align: center;
  					font-size: 12px;
  					color: $sub_color;
  					cursor: pointer;
  
  					&.all {
  						flex-basis: 100%;
  						max-width: 100%;
  						width: 100%;
  					}
  
  					&.show {
  						background-color: $sub_color;
  						color: #fff;
  						font-size: 14px;
  						font-weight: 700;
  					}
  
  					br {
  						display: none;
  					}
  				}
  			}
  
  			.tabContents {
  				display: none;
  
  				&.show {
  					display: block;
  					margin-top: 20px;
  				}
  			}
  		}
  
  		.postListWrap {
  			.postBox {
  				display: flex;
  				justify-content: space-between;
  				border-bottom-left-radius: 0;
  				overflow: hidden;
  
  				.thumbnail {
  					flex-basis: 130px;
  					max-width: 130px;
  					width: 100%;
  					position: relative;
  					margin-bottom: 0;
  
  					a {
  						display: block;
  						width: 100%;
  						height: 100%;
  						background-repeat: no-repeat;
  						background-position: center center;
  						background-size: cover;
  						padding-bottom: 66%;
  					}
  				}
  
  				.textBox {
  					flex-basis: calc(100% - 130px);
  					max-width: calc(100% - 130px);
  					width: 100%;
  
  					.writerWrap {
  						display: flex;
  						justify-content: space-between;
  						align-items: center;
  						margin-bottom: 15px;
  
  						.shinkaWriterImg {
  							flex-basis: 80px;
  							width: 80px;
  							height: 80px;
  							position: relative;
  							border: 1px solid #fff;
  							box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  							background-color: #fff;
  							border-radius: 100%;
  
  							a {
  								width: 100%;
  								height: 100%;
  							}
  
  							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;
  							}
  						}
  
  						.writerBox {
  							flex-basis: calc(100% - 90px);
  							width: calc(100% - 90px);
  
  						}
  
  						.shinkaName {
  							font-size: 12px;
  							color: $main_color;
  							font-weight: 400;
  						}
  
  						.writerName {
  							font-size: 14px;
  							color: $main_color;
  							font-weight: 400;
  						}
  
  						p {
  							margin: 0;
  						}
  					}
  				}
  
  				.permaLinkWrap {
  					position: relative;
  					border-radius: 10px;
  					font-weight: normal;
  
  
  					a {
  						text-decoration: none;
  						color: $main_color;
  					}
  
  					.tag {
  						margin: 0;
  						font-size: 12px;
  						font-weight: 400;
  						color: $main_color;
  					}
  				}
  			}
  		}
  
  		.btn {
  			margin: 35px auto 0;
  		}
  	}*/ }
  #indexPage .bg {
    background-color: #F7F9FF; }
  #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 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; }
    #indexPage h2 span {
      font-size: 16px;
      display: block; }
  #indexPage p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 35px; }
  #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: calc((100% - 30px) / 3);
        max-width: calc((100% - 30px) / 3);
        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) / 3);
            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; }
            #indexPage #connectArea .postListWrap .postBox .thumbnail a img {
              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 {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .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: #365CC6;
          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 .supervisorWriterImg {
        position: relative;
        background-color: #009DFF;
        width: 50px;
        height: 50px;
        border-radius: 100%; }
        .catListPage .catListWrap .catListBox .writerWrap .supervisorWriterImg a {
          width: 100%;
          height: 100%; }
        .catListPage .catListWrap .catListBox .writerWrap .supervisorWriterImg 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 {
      width: 100%;
      overflow: hidden;
      display: block; }
  .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: #365CC6;
      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: #2F9DFE;
    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: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #cntsBox #mainColumn {
    order: 2;
    flex-basis: 100%;
    max-width: 100%; }
  #cntsBox #sideColumn {
    flex-basis: 100%;
    max-width: 100%;
    order: 3;
    margin-bottom: 75px; }
    #cntsBox #sideColumn #searchForm form input[type="text"] {
      max-width: 100%; }
    @media print, screen and (max-width: 768px) {
      #cntsBox #sideColumn {
        padding: 0 15px; } }
    #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;
      padding-top: 0; }
      #cntsBox #mainColumn {
        flex-basis: calc(100% - 350px);
        max-width: calc(100% - 350px);
        width: 100%;
        order: 1; }
      #cntsBox #sideColumn {
        flex-basis: 300px;
        max-width: 300px;
        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 {
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px 12px; }
  #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: #105A88;
        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 .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; }
        #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a img {
          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: #365CC6;
              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; }
          #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .thumbnail a img {
            border-radius: 4px; }
      #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: #365CC6;
                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; }

.sub_page {
  margin-top: 0; }
  @media print, screen and (min-width: 992px) {
    .sub_page {
      margin-top: 0; } }

/* ---------------------------- */
/* サブページヘッダー */
/* ---------------------------- */
#pageHeaderWrap {
  background-color: #F7F9FF;
  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: #365CC6;
      position: absolute;
      top: 7px;
      left: 0;
      font-weight: 700; }
.postPage h2 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
  position: relative; }
  .postPage h2::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #365CC6;
    border-radius: 2.5px;
    bottom: 0;
    left: 0; }
.postPage h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 12px;
  position: relative; }
  .postPage h3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #365CC6;
    border-radius: 2.5px;
    top: 0;
    left: 0; }
.postPage h4 {
  font-size: 18px;
  font-weight: bold;
  color: #365CC6;
  padding-bottom: 7px;
  border-bottom: 2px solid #365CC6; }
.postPage h5 {
  font-size: 16px;
  font-weight: bold;
  background: #F0FCFF;
  border-radius: 5px;
  padding: 8px 15px; }
.postPage h6 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  position: relative; }
  .postPage h6::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #707070;
    border-radius: 2.5px;
    top: 10px;
    left: 0; }
.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: #EAEFFF;
  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: #2F9DFE; }
  .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: #365CC6;
      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: #365CC6; }
    .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; }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr {
    border-bottom: 1px solid #AAC7D9; }
    .postPage table tr th,
    .postPage table tr td {
      /*display: block;*/
      padding: .6em .8em;
      width: auto;
      line-height: 1.4;
      border: none;
      display: block; }
    .postPage table tr th {
      color: #365CC6;
      font-weight: 700;
      text-align: left;
      vertical-align: top;
      background: #fff;
      border: none; }
    .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; }
  .postPage table.type2 {
    display: table;
    overflow: hidden;
    border-radius: 4px;
    width: 767px; }
    .postPage table.type2 tr {
      border-bottom: 1px solid #365CC6; }
      .postPage table.type2 tr:first-child th:first-child,
      .postPage table.type2 tr:first-child td:first-child {
        border-radius: 4px 0 0 0; }
      .postPage table.type2 tr:last-child {
        border-radius: 40px; }
        .postPage table.type2 tr:last-child th:first-child,
        .postPage table.type2 tr:last-child td:first-child {
          border-radius: 40px 0 0 0; }
      .postPage table.type2 tr th,
      .postPage table.type2 tr td {
        display: table-cell;
        border-collapse: collapse; }
      .postPage table.type2 tr th {
        background: #365CC6;
        text-align: center;
        color: #ffffff;
        vertical-align: middle;
        padding: 0.6em .8em; }
        .postPage table.type2 tr th + th {
          border-left: 1px solid #fff; }
      .postPage table.type2 tr td {
        border-left: 1px solid #365CC6;
        border-right: 1px solid #365CC6; }
.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 {
        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: #EAEFFF;
  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 {
    margin-left: 10px; }
    .postPage ul.iconList li {
      padding: 0 0 0 1em; }
      .postPage ul.iconList li:before {
        position: absolute;
        left: 0;
        top: 14px;
        transform: translateY(-50%);
        content: '';
        width: 10px;
        height: 10px;
        background: #009DFF;
        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 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:before {
      counter-increment: number;
      content: counter(number,decimal-leading-zero) ".";
      color: #365CC6;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .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: #fff;
  border-radius: 10px;
  padding: 20px 15px 30px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 3;
  border: 2px solid #365CC6; }
  .postPage #toc_container .toc_title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333; }
  .postPage #toc_container ul {
    counter-reset: number;
    margin: 0;
    padding: 0;
    display: block;
    border-top: 2px solid #365CC6;
    padding-top: 20px; }
    .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: #365CC6;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        font-size: initial; }
      .postPage #toc_container ul li ul {
        border: none;
        padding-top: 0 !important; }
        .postPage #toc_container ul li ul li {
          padding-left: 17px !important; }
          .postPage #toc_container ul li ul li::before {
            content: "●";
            font-size: 10px;
            top: 4px;
            left: 0; }
      .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; }
    .postPage table tr th,
    .postPage table tr td {
      display: table-cell;
      padding: .6em .8em;
      border: none; }
    .postPage table tr th {
      text-align: center;
      width: 260px;
      color: #365CC6; }
      .postPage table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft {
        text-align: left; }
    .postPage table tr td {
      /*padding-left: 80px;*/ }
    .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 .type2 {
    display: table; }
  .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: #e3eff6;
    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: #999;
      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 #999; }
    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 #999; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#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-wrap: wrap;
  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;
        background: #0D6F9A;
        transition: .3s;
        cursor: pointer;
        border-color: #0D6F9A; }
  #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;
        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 .submitArea .submit {
  margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }

.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 {
  background: #fff;
  border-radius: 4px;
  padding: 20px 30px 12px; }
  .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: #105A88;
        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% - 30px) / 2);
        max-width: 100%; } }
    .postListWrap_sub .postBox .thumbnail {
      width: 100%;
      position: relative;
      margin-bottom: 0;
      border-radius: 4px; }
      .postListWrap_sub .postBox .thumbnail a {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 4px; }
        .postListWrap_sub .postBox .thumbnail a img {
          border-radius: 4px;
          width: 100%; }
    .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 .supervisorWriterImg {
          flex-basis: 80px;
          width: 80px;
          height: 80px;
          position: relative;
          background-color: #fff;
          border-radius: 100%; }
          .postListWrap_sub .postBox .textBox .writerWrap .supervisorWriterImg a {
            width: 100%;
            height: 100%; }
          .postListWrap_sub .postBox .textBox .writerWrap .supervisorWriterImg 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 .supervisorName {
          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 {
  display: inline-block; }
.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-heading span {
  margin-top: -120px;
  padding-top: 120px; }

.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: #365CC6;
      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: 23px;
    line-height: 21px;
    border-radius: 12px;
    background: #fff;
    color: #365CC6 !important;
    padding: 0 15px;
    font-size: 14px !important;
    text-align: center;
    font-weight: 700;
    border: 1px solid #365CC6; }
    .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; }
  .cat .category2 a, .relatedArticlesCat .category2 a {
    display: inline-block;
    min-width: 80px;
    height: 23px;
    line-height: 21px;
    border-radius: 12px;
    background: #fff;
    color: #365CC6 !important;
    padding: 0 15px;
    font-size: 14px !important;
    text-align: center;
    font-weight: 700;
    border: 1px solid #365CC6; }
    .cat .category2 a.bankruptcy, .relatedArticlesCat .category2 a.bankruptcy {
      background: #D54894; }
    .cat .category2 a.civil-rehabilitation, .relatedArticlesCat .category2 a.civil-rehabilitation {
      background: #5CB987; }
    .cat .category2 a.closed, .relatedArticlesCat .category2 a.closed {
      background: #F0A82E; }
    .cat .category2 a.debt, .relatedArticlesCat .category2 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 #cntsBox #mainColumn {
  flex-basis: 100%;
  max-width: 100%; }

.step_area {
  margin: 40px 0 -30px; }

.step_a {
  background: #E6F5A3;
  border-radius: 10px;
  overflow: hidden; }
  .step_a h3 {
    margin: 0;
    width: 100%;
    background: #BADC26 !important;
    font-size: 24px;
    text-align: center;
    padding: 13px 15px 10px;
    border: none !important; }
    .step_a h3 .inner {
      background: url("images/home/step_a.svg") no-repeat;
      background-position: center left;
      background-size: 46px;
      display: table;
      height: 46px;
      margin: 0 auto;
      padding-left: 60px; }
      .step_a h3 .inner .size_l {
        font-size: 34px; }
  .step_a .step_box {
    padding: 30px 30px 30px 35px; }
    .step_a .step_box ul {
      margin: 0;
      padding: 0; }
      .step_a .step_box ul li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none; }
        .step_a .step_box ul li a {
          display: block;
          padding: 8px 38px;
          width: 100%;
          background-color: #fff;
          background-image: url("images/home/b_arrow.svg");
          background-repeat: no-repeat;
          background-position: center right 15px;
          background-size: 8px;
          border: 1px solid #fff;
          border-radius: 10px;
          text-decoration: none;
          font-size: 18px;
          position: relative;
          color: #333333; }
          .step_a .step_box ul li a span {
            position: absolute;
            top: 5px;
            left: -17px;
            width: 35px;
            height: 35px;
            display: block;
            background: #BADC26;
            border-radius: 17.5px;
            text-align: center;
            font-weight: 800; }
            .step_a .step_box ul li a span:before {
              content: "";
              position: absolute;
              top: 27px;
              right: -12px;
              margin-top: -15px;
              border: 5px solid transparent;
              border-left: 10px solid #BADC26; }
          @media print, screen and (min-width: 768px) {
            .step_a .step_box ul li a:hover {
              background-color: #E6F5A3;
              background-image: url("images/home/b_arrow.svg");
              background-repeat: no-repeat;
              background-position: center right 15px;
              background-size: 8px; } }
  @media print, screen and (max-width: 767px) {
    .step_a h3 {
      font-size: 22px; }
      .step_a h3 .size_l {
        font-size: 32px; }
    .step_a .step_box {
      padding: 30px 15px 30px 25px; }
      .step_a .step_box a {
        font-size: 16px; } }
  @media print, screen and (max-width: 400px) {
    .step_a h3 {
      font-size: 20px; }
      .step_a h3 .size_l {
        font-size: 30px; }
    .step_a .step_box ul li a {
      font-size: 16px; }
      .step_a .step_box ul li a span {
        line-height: 33px; } }
  .step_a.sideber_step {
    margin-bottom: 33px; }
    .step_a.sideber_step h3 {
      padding-bottom: 4px !important; }
      .step_a.sideber_step h3::after {
        content: none !important; }
      .step_a.sideber_step h3 .inner {
        padding-bottom: 10px;
        padding-top: 10px;
        display: table-cell;
        padding-left: 60px;
        background: url("images/home/step_a.svg") no-repeat;
        background-position: top 10px left 15px;
        background-size: 38px;
        font-size: 18px;
        text-align: left; }
        .step_a.sideber_step h3 .inner .size_l {
          font-size: 28px; }
    .step_a.sideber_step .step_box {
      padding: 16px 11px 15px 23px; }
      .step_a.sideber_step .step_box a {
        font-size: 14px;
        padding: 8px 25px; }
        .step_a.sideber_step .step_box a span {
          width: 25px;
          height: 25px; }
          .step_a.sideber_step .step_box a span::before {
            top: 23px; }
          @media print, screen and (max-width: 767px) {
            .step_a.sideber_step .step_box a span {
              width: 30px;
              height: 30px;
              line-height: 30px; }
              .step_a.sideber_step .step_box a span::before {
                top: 26px; } }

.step_b {
  background: #CCF0F8;
  border-radius: 10px;
  overflow: hidden; }
  .step_b h3 {
    margin: 0;
    width: 100%;
    background: #4CC2DC !important;
    font-size: 24px;
    text-align: center;
    padding: 13px 15px 10px;
    border: none !important; }
    .step_b h3 .inner {
      background: url("images/home/step_b.svg") no-repeat;
      background-position: center left;
      background-size: 46px;
      display: table;
      height: 46px;
      margin: 0 auto;
      padding-left: 60px; }
      .step_b h3 .inner .size_l {
        font-size: 34px; }
  .step_b .step_box {
    padding: 30px 30px 30px 35px; }
    .step_b .step_box ul {
      margin: 0;
      padding: 0; }
      .step_b .step_box ul li {
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none; }
        .step_b .step_box ul li a {
          display: block;
          padding: 8px 38px;
          width: 100%;
          background-color: #fff;
          background-image: url("images/home/b_arrow.svg");
          background-repeat: no-repeat;
          background-position: center right 15px;
          background-size: 8px;
          border: 1px solid #fff;
          border-radius: 10px;
          text-decoration: none;
          font-size: 18px;
          position: relative;
          color: #333333; }
          .step_b .step_box ul li a span {
            position: absolute;
            top: 5px;
            left: -17px;
            width: 35px;
            height: 35px;
            display: block;
            background: #4CC2DC;
            border-radius: 17.5px;
            text-align: center;
            font-weight: 800; }
            .step_b .step_box ul li a span:before {
              content: "";
              position: absolute;
              top: 27px;
              right: -12px;
              margin-top: -15px;
              border: 5px solid transparent;
              border-left: 10px solid #4CC2DC; }
          @media print, screen and (min-width: 768px) {
            .step_b .step_box ul li a:hover {
              background-color: #CCF0F8 !important;
              background-image: url("images/home/b_arrow.svg");
              background-repeat: no-repeat;
              background-position: center right 15px;
              background-size: 8px; } }
  @media print, screen and (max-width: 767px) {
    .step_b h3 {
      font-size: 22px; }
      .step_b h3 .size_l {
        font-size: 32px; }
    .step_b .step_box {
      padding: 30px 15px 30px 25px; }
      .step_b .step_box a {
        font-size: 16px; } }
  @media print, screen and (max-width: 400px) {
    .step_b h3 {
      font-size: 20px; }
      .step_b h3 .size_l {
        font-size: 30px; }
    .step_b .step_box ul li a {
      font-size: 16px; }
      .step_b .step_box ul li a span {
        line-height: 33px; } }
  .step_b.sideber_step {
    margin-bottom: 33px; }
    .step_b.sideber_step h3 {
      padding-bottom: 4px !important; }
      .step_b.sideber_step h3::after {
        content: none !important; }
      .step_b.sideber_step h3 .inner {
        padding-bottom: 10px;
        padding-top: 10px;
        display: table-cell;
        padding-left: 60px;
        background: url("images/home/step_b.svg") no-repeat;
        background-position: top 10px left 15px;
        background-size: 38px;
        font-size: 18px;
        text-align: left; }
        .step_b.sideber_step h3 .inner .size_l {
          font-size: 28px; }
    .step_b.sideber_step .step_box {
      padding: 16px 11px 15px 23px; }
      .step_b.sideber_step .step_box a {
        font-size: 14px;
        padding: 8px 25px; }
        .step_b.sideber_step .step_box a span {
          width: 25px;
          height: 25px; }
          .step_b.sideber_step .step_box a span::before {
            top: 23px; }
          @media print, screen and (max-width: 767px) {
            .step_b.sideber_step .step_box a span {
              width: 30px;
              height: 30px;
              line-height: 30px; }
              .step_b.sideber_step .step_box a span::before {
                top: 26px; } }

.dots_text {
  -webkit-text-emphasis: dot;
  text-emphasis: dot;
  text-emphasis-position: over right;
  /* 上側・右位置（縦書きの場合は right、横書きの場合は over が高さに関係） */
  -webkit-text-emphasis-position: over right; }

.postPage #mainColumn {
  background: #fff;
  padding: 40px; }

@media print, screen and (max-width: 1200px) {
  .postPage #mainColumn {
    padding: 40px 15px; } }
@media print, screen and (max-width: 767px) {
  .postPage #mainColumn {
    padding: 40px 0; } }
@media print, screen and (max-width: 767px) {
  #cntsBox #sideColumn {
    margin-bottom: 0; } }
ul.check_list li {
  list-style: none;
  background: url("images/common/check.svg") no-repeat;
  background-position: top 5px left;
  background-size: 18px; }
  ul.check_list li::before {
    content: none !important; }

.point_box {
  border: 1px solid #28AFAF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px; }
  .point_box h3, .point_box .title_text {
    background: #28AFAF 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;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800; }
    .point_box h3::after, .point_box .title_text::after {
      content: none; }
    .point_box h3:before, .point_box .title_text:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 31px;
      margin-left: -15px;
      border: 6px solid transparent;
      border-top: 10px solid #28AFAF; }
  .point_box ol li {
    padding: 0 0 0 70px;
    margin-bottom: 10px; }
    .point_box ol li::before {
      content: none !important; }
    .point_box ol li::after {
      counter-increment: number;
      content: "Point" counter(number,decimal-leading-zero) ".";
      color: #28AFAF;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700; }

.merit_box {
  background: #EAEFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  width: calc( 100% - 10px );
  margin-left: auto; }
  .merit_box h3, .merit_box .title_text {
    margin-top: 0;
    position: relative;
    background: #365CC6;
    padding: 10px 20px;
    display: table;
    margin-left: -30px;
    font-size: 18px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800; }
    .merit_box h3::after, .merit_box .title_text::after {
      content: none; }
    .merit_box h3::before, .merit_box .title_text::before {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #2a4199 transparent transparent; }
  .merit_box ul li {
    list-style: none;
    background: url("images/common/check2.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top 5px left;
    background-size: 18px; }
    .merit_box ul li::before {
      content: none !important; }

.demerit_box {
  background: #EFEFEF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  width: calc( 100% - 10px );
  margin-left: auto; }
  .demerit_box h3, .demerit_box .title_text {
    margin-top: 0;
    position: relative;
    background: #333333;
    padding: 10px 20px;
    display: table;
    margin-left: -30px;
    font-size: 18px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 800; }
    .demerit_box h3::after, .demerit_box .title_text::after {
      content: none; }
    .demerit_box h3::before, .demerit_box .title_text::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("images/common/check3.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top 5px left;
    background-size: 18px; }
    .demerit_box ul li::before {
      content: none !important; }

.operator_box {
  border: 2px solid #365CC6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .operator_box .left_box {
    width: 163px; }
    .operator_box .left_box .img_box {
      width: 100%;
      padding-bottom: 100%;
      background: #eee;
      position: relative;
      overflow: hidden;
      transition: all ease .3s;
      margin-bottom: 10px;
      border-radius: 50%; }
      .operator_box .left_box .img_box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;' !important;
        transition: all ease .3s; }
    .operator_box .left_box p {
      text-align: center;
      font-weight: bold; }
  .operator_box .right_box {
    width: calc( 100% - 196px ); }
    .operator_box .right_box .title {
      background: #365CC6;
      border-radius: 4px;
      padding: 5px 20px;
      display: table;
      color: #fff;
      font-weight: bold; }

@media print, screen and (max-width: 767px) {
  .operator_box {
    padding: 15px;
    display: block; }
    .operator_box .left_box {
      width: 170px;
      margin: 0 auto; }
    .operator_box .right_box {
      width: 100%; }
      .operator_box .right_box .title {
        background: #365CC6;
        border-radius: 4px;
        padding: 5px 20px;
        display: table;
        color: #fff;
        font-weight: bold; } }
.qa-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 0; }

.qa-item {
  border: 1px solid #365CC6;
  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: #365CC6;
  cursor: pointer;
  position: relative;
  font-weight: bold; }
  .qa-question.active {
    border-bottom: 1px solid #365CC6; }

.qa-question-text {
  flex-grow: 1;
  display: flex; }

.qa-question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #365CC6;
  color: #fff;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0; }

.qa-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #365CC6;
  border-bottom: 2px solid #365CC6;
  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: #365CC6;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid #365CC6; }

.qa-answer-text {
  flex-grow: 1; }

/* レスポンシブ対応 */
@media (max-width: 990px) {
  #singlePage #relatedArticlesArea .relatedArticlesWrap .relatedArticlescol .textBox {
    flex-basis: 100%;
    max-width: 100%; } }
