@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*　webfontのインポート　/　*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/* /　webfontのインポート　*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3c3c77;
}

.sekisuihouse_show {
  display: none;
}

.daiwahouse_show {
  display: none;
}

.sumirin_show {
  display: none;
}

.sekisuiheim_show {
  display: none;
}

.kihon_show {
  display: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fade_element_substantial {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.category.radio {
  background-color: #008bbc;
}
.category.newspaper {
  background-color: #465aaf;
}
.category.web {
  background-color: #45ad5b;
}
.category.magazine {
  background-color: #e9608c;
}
.category.tv {
  background-color: #e8a0b7;
}
.category.other {
  background-color: #45b600;
}
.category.press_release {
  background-color: #008bbc;
}
.category.information {
  background-color: #465aaf;
}
.category.important {
  background-color: #bc4848;
}
.category.apology {
  background-color: #777777;
}
.category.visit {
  background-color: #aaaaaa;
}
.category.other {
  background-color: #45b600;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  /*.gnav_button / */
  .gnav_button_check {
    display: none;
  }

  .gnav_button {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    transition: 0.5s;
    background-color: #fccf00;
  }
  .gnav_button span {
    display: block;
    background: #fff;
    width: 24px;
    height: 4px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .gnav_button span:first-child {
    top: 10px;
  }
  .gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  .gnav_button span:last-child {
    bottom: 10px;
  }

  .gnav_button_check:checked + .gnav_button {
    background-color: #0068b6;
    transition: 0.5s;
  }
  .gnav_button_check:checked + .gnav_button span {
    background: #fff;
  }
  .gnav_button_check:checked + .gnav_button span:first-child {
    transform: translateY(12px) rotate(45deg);
  }
  .gnav_button_check:checked + .gnav_button span:nth-child(2) {
    opacity: 0;
  }
  .gnav_button_check:checked + .gnav_button span:last-child {
    transform: translateY(-12px) rotate(-45deg);
  }

  .gnav_button_check:checked ~ nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
  }

  /* / .gnav_button */
  header {
    position: relative;
  }
  header .header_title {
    padding: 10px 2.5% 0 2.5%;
    width: 50%;
  }
  header .header_title .d_name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  header .header_logo {
    width: 100%;
  }
  header nav {
    padding: 10px;
    background-color: #0068b6;
    padding-bottom: 10px;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s;
    z-index: 100000;
  }
  header nav ul {
    width: 100%;
  }
  header nav ul a {
    display: block;
    text-decoration: none;
  }
  header nav ul.gnav {
    background-color: #fff;
    padding: 10px 10px 1px 10px;
  }
  header nav ul.gnav > li {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  header nav ul.gnav > li.shinki > a {
    background-image: url("/images/sp_navi_shinki.png");
  }
  header nav ul.gnav > li.reverse-mortgage > a {
    background-image: url("/images/sp_navi_reverse-mortgage.png");
  }
  header nav ul.gnav > li.reform > a {
    background-image: url("/images/sp_navi_reform.png");
  }
  header nav ul.gnav > li.karikae > a {
    background-image: url("/images/sp_navi_karikae.png");
  }
  header nav ul.gnav > li.loan > a {
    background-image: url("/images/sp_navi_loan.png");
  }
  header nav ul.gnav > li.rate > a {
    background-image: url("/images/sp_navi_rate.png");
  }
  header nav ul.gnav > li > a {
    color: #333;
    border: 1px solid #009fe8;
    display: block;
    position: relative;
    background-size: 45px 40px;
    background-position: left center;
    background-repeat: no-repeat;
  }
  header nav ul.gnav > li > a span {
    padding: 10px 50px 10px 50px;
    display: block;
    background-image: url("/images/sp_navi_icon_plus.png");
    background-size: 40px 40px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  header nav ul.gnav > li > a span.pc_txt {
    display: none;
  }
  header nav ul.gnav > li > a span.active {
    background-image: url("/images/sp_navi_icon_minus.png");
  }
  header nav ul.gnav > li .sub_gnav_ctn {
    padding: 2px;
    background-color: #009fe8;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .title_area {
    display: none;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 {
    font-size: 1.2rem;
    color: #333;
    background-color: #e9f9ff;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a {
    color: #333;
    padding: 10px 50px 10px 20px;
    position: relative;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a span {
    padding-right: 10px;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #009fe8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list {
    margin-bottom: 4px;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list li {
    margin-top: 2px;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a {
    color: #333;
    font-weight: normal;
    position: relative;
    padding: 10px 50px 10px 30px;
    display: block;
    background-color: #ccedfa;
    font-size: 1.4rem;
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #009fe8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }
  header nav ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a:hover {
    color: #0068b6;
    transition: 0.5s;
    text-decoration: underline;
  }
  header nav ul.sub_nav {
    background-color: #fff;
    padding: 0 10px 10px 10px;
  }
  header nav ul.sub_nav > li {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  header nav ul.sub_nav > li.info > a {
    background-image: url("/images/sp_navi_info.png");
  }
  header nav ul.sub_nav > li.recruit > a {
    background-image: url("/images/sp_navi_recruit.png");
  }
  header nav ul.sub_nav > li.sustainability > a {
    background-image: url("/images/sp_navi_sustainability.png");
  }
  header nav ul.sub_nav > li.mymcj > a {
    background-image: url("/images/sp_navi_mymcj.png");
  }
  header nav ul.sub_nav > li.mymcj > a span {
    background-image: url("/images/sp_navi_icon_arrrow.png");
  }
  header nav ul.sub_nav > li.request > a {
    background-image: url("/images/sp_navi_request.png");
  }
  header nav ul.sub_nav > li.request > a span {
    background-image: url("/images/sp_navi_icon_arrrow.png");
  }
  header nav ul.sub_nav > li.recruit > a {
    background-image: url("/images/sp_navi_recruit.png");
  }
  header nav ul.sub_nav > li.search > a {
    background-image: url("/images/sp_navi_search.png");
  }
  header nav ul.sub_nav > li a {
    color: #333;
    border: 1px solid #009fe8;
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header nav ul.sub_nav > li a span {
    padding: 10px 50px 10px 50px;
    display: block;
    background-image: url("/images/sp_navi_icon_plus.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
  }
  header nav ul.sub_nav > li a span.pc_txt {
    display: none;
  }
  header nav ul.sub_nav > li a span.active {
    background-image: url("/images/sp_navi_icon_minus.png");
  }
  header nav ul.sub_nav > li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
  }
  header nav ul.sub_nav > li .sub_nav_l2_nav_list {
    margin-bottom: 4px;
  }
  header nav ul.sub_nav > li .sub_nav_l2_nav_list li {
    margin-top: 2px;
  }
  header nav ul.sub_nav > li .sub_nav_l2_nav_list a {
    color: #333;
    font-weight: normal;
    position: relative;
    padding: 10px 50px 10px 30px;
    display: block;
    background-color: #ccedfa;
    font-size: 1.4rem;
  }
  header nav ul.sub_nav > li .sub_nav_l2_nav_list a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #009fe8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }
  header nav ul.sub_nav > li .sub_nav_l2_nav_list a:hover {
    color: #0068b6;
    transition: 0.5s;
    text-decoration: underline;
  }
  header nav ul.sub_nav > li.search {
    position: relative;
  }
  header nav ul.sub_nav > li.search a {
    display: block;
  }
  header nav ul.sub_nav > li.search a:after {
    display: none;
  }
  header nav ul.sub_nav > li.search .search_ctn {
    background-color: #0068b6;
    padding: 8px;
    text-align: center;
  }
  header nav ul.sub_nav > li.search .search_ctn input[type=search] {
    font-size: 1.6rem;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #009fe8;
    width: 20rem;
    margin-right: 8px;
  }
  header nav ul.sub_nav > li.search .search_ctn button {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 8px;
    background-color: #009fe8;
    appearance: none !important;
    outline: none !important;
    cursor: pointer;
    border: none;
  }

  .contents_ctn_pd {
    width: 100%;
    padding: 0 2.5%;
    padding: 30px 2.5%;
  }

  footer .footer_contact_ctn {
    background-color: #0068b6;
  }
  footer .footer_contact_ctn .footer_contact {
    padding: 30px 0;
    text-align: center;
    color: #fff;
  }
  footer .footer_contact_ctn .footer_contact > div {
    margin: 0 15px;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact1 h2 {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.6em;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact1 p {
    font-size: 1.2rem;
    margin-bottom: 1.6em;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact2 a {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 {
    margin-top: 1.6em;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a {
    display: inline-flex;
    align-items: center;
    background-color: #009fe8;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a:before {
    content: "";
    background-image: url("/images/icon_siryou.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a:after {
    margin-left: 8px;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    /* 好みで色を変えてください */
  }
  footer .footer_nav {
    padding: 10px;
    padding-bottom: 10px;
  }
  footer .footer_nav a {
    text-decoration: none;
  }
  footer .footer_nav h3 {
    background-color: #fff;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  footer .footer_nav h3 > a {
    color: #333;
    border: 1px solid #009fe8;
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer .footer_nav h3 > a span {
    padding: 10px 50px 10px 50px;
    display: block;
    background-image: url("/images/sp_navi_icon_plus.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
  }
  footer .footer_nav h3 > a span.pc_txt {
    display: none;
  }
  footer .footer_nav h3 > a span.active {
    background-image: url("/images/sp_navi_icon_minus.png");
  }
  footer .footer_nav h3.shinki > a {
    background-image: url("/images/sp_navi_shinki.png");
  }
  footer .footer_nav h3.reverse-mortgage > a {
    background-image: url("/images/sp_navi_reverse-mortgage.png");
  }
  footer .footer_nav h3.reform > a {
    background-image: url("/images/sp_navi_reform.png");
  }
  footer .footer_nav h3.karikae > a {
    background-image: url("/images/sp_navi_karikae.png");
  }
  footer .footer_nav h3.loan > a {
    background-image: url("/images/sp_navi_loan.png");
  }
  footer .footer_nav h3.rate > a {
    background-image: url("/images/sp_navi_rate.png");
  }
  footer .footer_nav h3.info > a {
    background-image: url("/images/sp_navi_info.png");
  }
  footer .footer_nav h3.recruit > a {
    background-image: url("/images/sp_navi_recruit.png");
  }
  footer .footer_nav h3.sustainability > a {
    background-image: url("/images/sp_navi_sustainability.png");
  }
  footer .footer_nav h3.mymcj > a {
    background-image: url("/images/sp_navi_mymcj.png");
  }
  footer .footer_nav h3.mymcj > a span {
    background-image: url("/images/sp_navi_icon_arrrow.png");
  }
  footer .footer_nav h3.request > a {
    background-image: url("/images/sp_navi_request.png");
  }
  footer .footer_nav h3.request > a span {
    background-image: url("/images/sp_navi_icon_arrrow.png");
  }
  footer .footer_nav h3.other > a {
    background-image: url("/images/sp_navi_other.png");
  }
  footer .footer_nav .footer_nav_list {
    margin-bottom: 4px;
    background-color: #fff;
    padding: 5px;
  }
  footer .footer_nav .footer_nav_list li {
    margin-top: 2px;
  }
  footer .footer_nav .footer_nav_list a {
    color: #333;
    font-weight: normal;
    position: relative;
    padding: 10px 50px 10px 30px;
    display: block;
    background-color: #ccedfa;
    font-size: 1.4rem;
  }
  footer .footer_nav .footer_nav_list a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid #009fe8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
  }
  footer .last_footer {
    text-align: center;
  }
  footer .last_footer .last_footer_list1,
footer .last_footer .last_footer_list2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .last_footer .last_footer_list1 li,
footer .last_footer .last_footer_list2 li {
    margin: 10px;
  }
  footer .copyright {
    text-align: center;
    margin: 20px 0;
    display: block;
  }
  footer .copyright p {
    font-size: 9px;
    margin-bottom: 1.6em;
  }

  .page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
  }
  .page_top a {
    z-index: 99999;
    display: block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 2px solid #fccf00;
  }
  .page_top a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  .wp-sls-search-modal article {
    padding: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none;
  }
  .wp-sls-search-modal input[type=search] {
    font-size: 1.6rem;
    padding: 4px;
    border-radius: 8px;
    border: 2px solid #009fe8;
    width: 20rem;
    margin-right: 8px;
  }
  .wp-sls-search-modal .entry-header {
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
  .wp-sls-search-modal .entry-title {
    font-size: 1.6rem !important;
    background-image: none;
    margin: 10px 0 !important;
  }
  .wp-sls-search-modal .entry-title a {
    padding: 10px 10px 10px 35px !important;
    text-decoration: none !important;
    position: relative;
    display: block;
  }
  .wp-sls-search-modal .entry-title a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  .wp-sls-search-modal article {
    padding: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none;
  }
  .wp-sls-search-modal .wp-sls-search-modal__results h5 {
    margin: 10px 0;
    border-bottom: 2px solid #009fe8;
  }
  .wp-sls-search-modal .entry-header {
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
  .wp-sls-search-modal .entry-title {
    padding: 0px !important;
    font-size: 1.3rem !important;
    background-image: none;
    margin: 10px 0 !important;
  }
  .wp-sls-search-modal .entry-title a {
    padding: 5px 5px 5px 35px !important;
    text-decoration: none !important;
    position: relative;
    display: block;
  }
  .wp-sls-search-modal .entry-title a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  .wp-sls-search-modal__header {
    padding-top: 40px;
    position: relative;
  }
  .wp-sls-search-modal__header a:before {
    content: "";
    background-image: url("/images/close_icon.png");
    height: 30px !important;
    width: 30px !important;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0px;
  }

  .wp-sls-search-modal__container {
    background-color: #fff;
    padding: 10px 10px;
    width: 95vw;
    height: 90vh;
    overflow: scroll;
  }

  /* common class / */
  .sp_none {
    display: none;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  html {
    font-size: 62.5%;
    background-color: #fff;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6em;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  header .header_title {
    width: 23%;
  }
  header .header_title .d_name {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  header .header_logo {
    width: 100%;
  }
  header nav {
    width: 70%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  header nav > ul {
    width: 100%;
    display: flex;
  }
  header nav > ul a {
    color: #fff;
    text-decoration: none;
  }
  header nav > ul.gnav {
    max-width: 95%;
    border-top: 2px solid #fccf00;
    justify-content: space-around;
  }
  header nav > ul.gnav > li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  header nav > ul.gnav > li:hover .sub_gnav_ctn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header nav > ul.gnav > li > a {
    display: block;
    padding: 15px 0px;
    position: relative;
  }
  header nav > ul.gnav > li > a span.sp_txt {
    display: none;
  }
  header nav > ul.gnav > li > a:hover {
    color: #fccf00;
    transition: 0.5s;
  }
  header nav > ul.gnav > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fccf00;
    transform: translateX(-50%);
  }
  header nav > ul.gnav > li .sub_gnav_ctn {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    z-index: 1000000;
    margin: 0 calc(50% - 50vw);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(-30px);
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner {
    min-width: 1200px;
    max-width: 1400px;
    padding-top: 35px;
    padding-right: 100px;
    padding-bottom: 35px;
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .title_area {
    text-align: center;
    padding: 20px 35px;
    width: 350px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .title_area .title_icon {
    margin-bottom: 10px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .title_area .title {
    font-size: 2.7rem;
    font-weight: bold;
    color: #0068b6;
    margin-bottom: 30px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .title_area .recomend {
    font-size: 2.7rem;
    font-weight: bold;
    color: #0068b6;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area {
    flex: 1;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 {
    font-size: 1.8rem;
    color: #0068b6;
    border-bottom: 1px dotted #0068b6;
    padding-bottom: 3px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a {
    color: #0068b6;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a span {
    position: relative;
    padding-right: 10px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area h2 a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid #009fe8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list li {
    width: 48%;
    margin-right: 4%;
    margin-top: 10px;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list li:nth-child(2n) {
    margin-right: 0%;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a {
    color: #333;
    font-weight: normal;
    position: relative;
    padding-left: 13px;
    display: inline-block;
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6px solid #009fe8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
  }
  header nav > ul.gnav > li .sub_gnav_ctn .sub_gnav_ctn_inner .list_area .sub_gnav_list a:hover {
    color: #0068b6;
    transition: 0.5s;
    text-decoration: underline;
  }
  header nav > ul.sub_nav {
    max-width: 97%;
    font-size: 1.2rem;
    margin-bottom: 5px;
    justify-content: flex-end;
  }
  header nav > ul.sub_nav li {
    margin-left: 5px;
  }
  header nav > ul.sub_nav li.mymcj a {
    color: #333;
    background-color: #ebebeb;
    background-image: url("/images/subnav_mymcj.png");
    background-size: 65px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 85px;
    border-radius: 0 0 10px 10px;
  }
  header nav > ul.sub_nav li a {
    display: block;
    padding: 10px 15px;
    position: relative;
  }
  header nav > ul.sub_nav li a:hover {
    color: #fccf00;
    transition: 0.5s;
  }
  header nav > ul.sub_nav li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
  }
  header nav > ul.sub_nav li.request a {
    color: #333;
    background-color: #ebebeb;
    background-image: url("/images/subnav_request.png");
    background-size: 30px 31px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
    border-radius: 0 0 10px 10px;
  }
  header nav > ul.sub_nav li.search {
    position: relative;
  }
  header nav > ul.sub_nav li.search:hover .search_ctn {
    visibility: visible;
    opacity: 1;
    transform: translateX(-100%);
    transition: 0.5s;
  }
  header nav > ul.sub_nav li.search:hover a {
    background-color: #0068b6;
    transition: 0.5s;
  }
  header nav > ul.sub_nav li.search a {
    display: block;
    height: 100%;
    width: 20px;
    color: #333;
    background-image: url("/images/subnav_search.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0 !important;
  }
  header nav > ul.sub_nav li.search a:after {
    display: none;
  }
  header nav > ul.sub_nav li.search a span {
    display: none;
  }
  header nav > ul.sub_nav li.search .search_ctn {
    position: absolute;
    left: 0;
    top: 0%;
    background-color: #0068b6;
    padding: 3px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0;
    z-index: 1000000;
    width: 34rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-90%);
  }
  header nav > ul.sub_nav li.search .search_ctn input[type=search] {
    font-size: 1.6rem;
    padding: 4px;
    border-radius: 8px;
    border: 2px solid #009fe8;
    width: 20rem;
    margin-right: 8px;
  }
  header nav > ul.sub_nav li.search .search_ctn button {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 8px;
    background-color: #009fe8;
    appearance: none !important;
    outline: none !important;
    cursor: pointer;
    border: none;
  }
  header nav > ul.sub_nav li a {
    display: block;
    padding: 10px 15px;
    position: relative;
  }
  header nav > ul.sub_nav li a:hover {
    color: #fccf00;
    transition: 0.5s;
  }
  header nav > ul.sub_nav li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
  }
  header nav > ul.sub_nav li .sub_nav_l2_nav_list {
    display: none;
  }

  .gnav_button_check {
    display: none;
  }

  .contents_ctn_pd {
    min-width: 1200px;
    max-width: 1400px;
    padding-top: 35px;
    padding-right: 100px;
    padding-bottom: 35px;
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer_contact_ctn {
    background-color: #0068b6;
  }
  footer .footer_contact_ctn .footer_contact {
    min-width: 1200px;
    max-width: 1400px;
    padding-top: 35px;
    padding-right: 100px;
    padding-bottom: 35px;
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  footer .footer_contact_ctn .footer_contact > div {
    margin: 0 15px;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact1 h2 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact1 p {
    font-size: 1.4rem;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact2 a {
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    pointer-events: none;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a {
    display: flex;
    align-items: center;
    background-color: #009fe8;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a:before {
    content: "";
    background-image: url("/images/icon_siryou.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
  }
  footer .footer_contact_ctn .footer_contact .footer_contact3 a:after {
    margin-left: 8px;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  footer .footer_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_nav > div {
    width: 22%;
  }
  footer .footer_nav h3 {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  footer .footer_nav h3.other a {
    pointer-events: none;
  }
  footer .footer_nav h3.other a:after {
    display: none;
  }
  footer .footer_nav h3 a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    display: inline-block;
  }
  footer .footer_nav h3 a:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
    border: 5px solid transparent;
    border-left: 8px solid #555;
    /* 好みで色を変えてください */
  }
  footer .footer_nav ul.footer_nav_list li a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    display: block;
  }
  footer .footer_nav ul.footer_nav_list li a:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
    border: 5px solid transparent;
    border-left: 8px solid #555;
    /* 好みで色を変えてください */
  }
  footer .last_footer_ctn {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
  }
  footer .last_footer {
    min-width: 1200px;
    max-width: 1400px;
    padding-top: 35px;
    padding-right: 100px;
    padding-bottom: 35px;
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .last_footer .last_footer_list1,
footer .last_footer .last_footer_list2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .last_footer .last_footer_list1 li,
footer .last_footer .last_footer_list2 li {
    margin: 20px;
  }
  footer .copyright {
    text-align: center;
    margin: 20px 0;
    display: block;
  }
  footer .copyright p {
    font-size: 1.2rem;
    margin-bottom: 1.6em;
  }

  .page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
  }
  .page_top a {
    z-index: 99999;
    display: block;
    width: 84px;
    height: 84px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #fccf00;
    border-radius: 10px;
  }
  .page_top a:hover {
    transition: 0.5s;
    background-color: #fff7d4;
  }

  .wp-sls-search-modal article {
    padding: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none;
  }
  .wp-sls-search-modal .wp-sls-search-modal__results h5 {
    margin: 10px 0;
    border-bottom: 2px solid #009fe8;
  }
  .wp-sls-search-modal input[type=search] {
    font-size: 1.6rem;
    padding: 4px;
    border-radius: 8px;
    border: 2px solid #009fe8;
    width: 20rem;
    margin-right: 8px;
  }
  .wp-sls-search-modal .entry-header {
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
  .wp-sls-search-modal .entry-title {
    font-size: 1.6rem !important;
    background-image: none;
    margin: 10px 0 !important;
  }
  .wp-sls-search-modal .entry-title a {
    padding: 10px 10px 10px 35px !important;
    text-decoration: none !important;
    position: relative;
    display: block;
  }
  .wp-sls-search-modal .entry-title a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .wp-sls-search-modal .wp-sls-search-modal__header {
    position: relative;
  }
  .wp-sls-search-modal .wp-sls-search-modal__header a:before {
    content: "";
    background-image: url("/images/close_icon.png");
    height: 30px !important;
    width: 30px !important;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=common.css.map */
//
