/* ===== 色関連設定 ===== */
/* ===== 全体共通設定 ===== */
body {
  font-family: "メイリオ", "MSゴシック", sans-serif;
  font-size: 1.4rem;
  color: #323232;
  background-color: #FFF;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #88abda;
}
/* IE10以下のimg-responsive対策 */
.img-responsive {
  width: inherit\9;
}
.skc_heading {
  margin-top: 0;
  font-weight: 700;
}
h1.skc_heading {
  text-align: center;
  font-size: 4.4rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-shadow: 2px 2px 13px rgba(255, 255, 255, 0.45);
}
h1.skc_heading span.en {
  display: block;
  font-size: 2rem;
  color: #5d5c5c;
  line-height: 2;
}
h2.skc_heading {
  text-align: center;
  color: #0068b7;
  font-size: 3.4rem;
  margin-bottom: 4rem;
}
h2.skc_heading a.title_label {
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 2px 6px;
  display: inline-block;
  margin-top: -0.6rem;
  margin-left: 0.5rem;
  border: solid 2px #0068b7;
  background-color: #FFF;
  /* 角丸4px */
  border-radius: 4px;
}
h2.skc_heading a.title_label .fa {
  font-size: 1.4rem;
}
h2.skc_heading a.title_label:hover {
  color: #FFF;
  background-color: #88abda;
}
h2.skc_heading_under {
  background: #f1efe5;
  font-size: 1.6rem;
  padding: 2.4rem 1.2rem;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 4rem;
}
h3.skc_heading {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.4;
  padding-left: 1.7rem;
}
h3.skc_heading::before {
  content: "\f111";
  font-family: FontAwesome;
  font-weight: normal;
  color: #0068b7;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
h4.skc_heading {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 1.7rem;
}
h4.skc_heading::before {
  content: "\f111";
  font-family: FontAwesome;
  color: #0068b7;
  font-size: 1.4rem;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  h1.skc_heading {
    font-size: 3.1rem;
  }
  h1.skc_heading span.en {
    font-size: 1.6rem;
  }
}
.section_padding {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
a:hover,
:hover {
  transition: 0.3s;
}
/* ===== パーツ設定 ===== */
.no_radius {
  /* 角丸なし */
  border-radius: 0 !important;
}
.radius3 {
  /* 角丸3px */
  border-radius: 3px;
}
.radius4,
.section_service > div .service_items a.hvr-shutter-out-horizontal h2 mark {
  /* 角丸4px */
  border-radius: 4px;
}
.radius6 {
  /* 角丸6px */
  border-radius: 6px !important;
}
.radius10 {
  /* 角丸10px */
  border-radius: 10px !important;
}
.bnr {
  /* バナーのhover設定 */
}
.bnr:hover {
  opacity: 0.75;
}
/* ===== コンポーネント系 ===== */
/* 共通ボタン */
.btn_skc_b,
.btn_skc_o,
.btn_skc_w,
.btn_skc_dl {
  border-radius: 20px;
}
.btn_skc_b::before,
.btn_skc_o::before,
.btn_skc_w::before,
.btn_skc_dl::before {
  border-radius: 20px;
}
.btn_skc_b.btn-lg,
.btn_skc_o.btn-lg,
.btn_skc_w.btn-lg,
.btn_skc_dl.btn-lg {
  border-radius: 24px;
}
.btn_skc_b.btn-lg::before,
.btn_skc_o.btn-lg::before,
.btn_skc_w.btn-lg::before,
.btn_skc_dl.btn-lg::before {
  border-radius: 24px;
}
.btn_skc_b.btn-sm,
.btn_skc_o.btn-sm,
.btn_skc_w.btn-sm,
.btn_skc_dl.btn-sm {
  border-radius: 16px;
}
.btn_skc_b.btn-sm::before,
.btn_skc_o.btn-sm::before,
.btn_skc_w.btn-sm::before,
.btn_skc_dl.btn-sm::before {
  border-radius: 16px;
}
.btn_skc_b.btn-xs,
.btn_skc_o.btn-xs,
.btn_skc_w.btn-xs,
.btn_skc_dl.btn-xs {
  border-radius: 12px;
}
.btn_skc_b.btn-xs::before,
.btn_skc_o.btn-xs::before,
.btn_skc_w.btn-xs::before,
.btn_skc_dl.btn-xs::before {
  border-radius: 12px;
}
/* 青いボタン */
.btn_skc_b {
  color: #FFF;
  background-color: #88abda;
  border-color: #428bca;
}
.btn_skc_b.hvr-shutter-out-horizontal:before {
  background-color: #428bca;
}
/* オレンジのボタン */
.btn_skc_o {
  color: #FFF;
  background-color: #f1ae4e;
  border-color: #f2981b;
}
.btn_skc_o.hvr-shutter-out-horizontal:before {
  background-color: #f2981b;
}
/* 白のボタン */
.btn_skc_w {
  color: #0068b7;
  background-color: #FFF;
  border-color: #0068b7;
}
.btn_skc_w:hover,
.btn_skc_w.active:hover,
.btn_skc_w:active:focus {
  border-color: #0068b7;
  color: #FFF;
}
.btn_skc_w.hvr-shutter-out-horizontal:before {
  background-color: #0068b7;
}
/* ダウンロードのボタン */
.btn_skc_dl {
  color: #FFF;
  background-color: #91ba86;
  border-color: #72a663;
}
.btn_skc_dl.hvr-shutter-out-horizontal:before {
  background-color: #72a663;
}
/* 下層メインビジュアル */
.u_mainvisual {
  background: url(/common/img/18424929.jpg) center top no-repeat;
  background-size: cover;
}
/* パンくず */
.skc_breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 6rem;
  padding: 8px 0;
}
.skc_breadcrumb li + li::before {
  content: ">";
}
/* 切り替えタブ */
.nav-tabs.nav-justified.nav_tab_skc {
  border-bottom: solid 2px #0068b7;
  margin-bottom: 5rem;
}
.nav-tabs.nav-justified.nav_tab_skc > li {
  float: none;
  display: table-cell;
  width: 1%;
  padding: 0 4px;
}
.nav-tabs.nav-justified.nav_tab_skc > li a {
  margin-bottom: 0;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border: 2px solid #0068b7;
  background-color: #eaf3ff;
  border-left: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  border-top: 2px solid #0068b7;
  border-bottom: none;
}
.nav-tabs.nav-justified.nav_tab_skc > li a:hover,
.nav-tabs.nav-justified.nav_tab_skc > li a:focus {
  border-width: 2px;
  border-color: #0068b7;
  background-color: #0068b7;
  color: #FFF;
}
.nav-tabs.nav-justified.nav_tab_skc > li:first-child {
  padding-left: 0;
}
.nav-tabs.nav-justified.nav_tab_skc > li:last-child {
  padding-right: 0;
}
.nav-tabs.nav-justified.nav_tab_skc > li.active a {
  color: #FFF;
  background-color: #0068b7;
  border-bottom: none;
}
.nav-tabs.nav-justified.nav_tab_skc > li.active a:hover,
.nav-tabs.nav-justified.nav_tab_skc > li.active a:focus {
  border-width: 2px;
  border-color: #0068b7;
}
/* アコーディオンパネル */
.panel-group .panel_skc .panel-heading.accordion_heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group .panel_skc .panel-heading.accordion_heading a.skc_accordion_title {
  color: #FFF;
  display: block;
  padding-left: 4rem;
}
.panel-group .panel_skc .panel-heading.accordion_heading a.skc_accordion_title span {
  display: inline-block;
  width: 4rem;
  margin-left: -4rem;
}
.panel-group .panel_skc .panel-heading.accordion_heading a.skc_accordion_title::before {
  content: url("/common/img/icon_circle_down.png");
  display: inline-block;
  float: right;
  margin-left: 1rem;
}
.panel-group .panel_skc .panel-heading.accordion_heading a.collapse_up::before {
  content: url("/common/img/icon_circle_up.png");
  display: inline-block;
  float: right;
}
.panel-group .panel_skc .panel-heading.accordion_heading + .panel-collapse > .panel-body {
  padding: 15px 15px 5px;
  border-top: 1px solid #88abda;
}
.panel-group .panel_skc .panel-heading.accordion_heading + .panel-collapse > .panel-body dl {
  margin-bottom: 0;
}
.panel-group .panel_skc .panel-heading.accordion_heading + .panel-collapse > .panel-body dl dt {
  float: left;
  width: 4rem;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.panel-group .panel_skc .panel-heading.accordion_heading + .panel-collapse > .panel-body dl dd {
  margin-left: 4rem;
}
/* パネル */
.panel_skc {
  border-color: #0068b7;
}
.panel_skc > .panel-heading {
  color: #FFF;
  background-color: #0068b7;
  border-color: #0068b7;
}
.panel_skc > .panel-heading a:focus {
  text-decoration: none;
}
/* フォームナビ */
.skc_form_nav > ul {
  padding: 0;
  margin-bottom: 4rem;
  list-style: none;
}
.skc_form_nav > ul > li {
  color: #FFF;
  padding: 0.8rem 1.33333333rem;
  background-color: #88abda;
  text-align: center;
  clear: both;
}
.skc_form_nav > ul > li::after {
  content: "\f0da";
  font-family: FontAwesome;
  float: right;
}
.skc_form_nav > ul > li.active {
  background-color: #0068b7;
}
@media screen and (max-width: 767px) {
  .skc_form_nav > ul > li:not(:last-child) {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  .skc_form_nav > ul {
    display: flex;
    justify-content: space-between;
  }
  .skc_form_nav > ul > li {
    -webkit-flex: 1;
    width: 100%;
  }
  .skc_form_nav > ul > li:not(:last-child) {
    margin-right: 1px;
  }
}
/* テーブル */
table.skc_table tr th {
  text-align: center;
  font-weight: normal;
}
table.skc_table tr th:first-child {
  background-color: #88abda;
  color: #FFF;
}
table.skc_table tr th:not(:first-child) {
  background-color: #f1efe5;
}
table.skc_table tr td {
  background-color: #f7f7f7;
  font-size: small;
}
.table-bordered.skc_table > thead > tr > th,
.table-bordered.skc_table > tbody > tr > th,
.table-bordered.skc_table > tfoot > tr > th,
.table-bordered.skc_table > thead > tr > td,
.table-bordered.skc_table > tbody > tr > td,
.table-bordered.skc_table > tfoot > tr > td {
  border: solid 1px #FFF;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-bordered.skc_table > thead > tr > th:first-of-type,
  .table-bordered.skc_table > tbody > tr > th:first-of-type,
  .table-bordered.skc_table > tfoot > tr > th:first-of-type {
    width: 6rem;
  }
}
/* 問い合わせ先、書類送付先、コールセンターパネル */
.contact_panel {
  /* 角丸6px */
  border-radius: 6px !important;
  border: solid 2px #0068b7;
  margin-bottom: 2rem;
}
.contact_panel .contact_panel_heading {
  color: #0068b7;
  padding: 1.33333333rem;
  font-size: 2rem;
  font-weight: bold;
}
.contact_panel .contact_panel_heading .fa {
  margin-right: 0.5rem;
}
.contact_panel .contact_panel_body {
  padding: 1.33333333rem;
}
.contact_panel .contact_panel_body ul {
  margin-bottom: 0;
}
.contact_panel .contact_panel_body ul .phone_number {
  color: #0068b7;
  font-size: 1.8rem;
}
.callcenter_panel {
  border: solid 2px #72a663;
  /* 角丸6px */
  border-radius: 6px !important;
  padding: 2rem 1.2rem;
}
.callcenter_panel div.callcenter_heading {
  font-size: 1.6rem;
  margin: 0 0 2.8rem;
  font-weight: bold;
  color: #72a663;
}
.callcenter_panel div.callcenter_heading .number {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .contact_panel .contact_panel_heading {
    flex-basis: 100%;
    padding-bottom: 0;
  }
  .contact_panel .contact_panel_body {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact_panel {
    display: flex;
    justify-content: space-between;
  }
  .contact_panel .contact_panel_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .contact_panel .contact_panel_body {
    display: flex;
    align-items: center;
    flex: 2;
  }
  .callcenter_panel div.callcenter_heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .callcenter_panel div.callcenter_heading .name {
    margin-right: 3rem;
    width: 21rem;
  }
  .callcenter_panel div.callcenter_heading .number {
    width: 32rem;
  }
  .callcenter_panel .cc_body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .callcenter_panel .cc_body div:nth-child(1) {
    margin-right: 3rem;
    width: 21rem;
    text-indent: 1.8rem;
  }
  .callcenter_panel .cc_body div:nth-child(2) {
    width: 32rem;
  }
}
/* Topページに戻るボタン */
/* LESS Document */
#toTopBtn {
  position: fixed;
  z-index: 1031;
  cursor: pointer;
}
@media (max-width: 991px) {
  #toTopBtn {
    font-size: 2rem;
    bottom: 1.33333333rem;
    right: 1.33333333rem;
  }
}
@media (min-width: 992px) {
  #toTopBtn {
    font-size: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
/* パンくず */
#skc_breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  margin-bottom: 4rem;
}
#skc_breadcrumb .breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #ccc;
}
/* ===== header関連 ===== */
header#main_header .navbar_skc {
  border: none;
}
header#main_header .navbar-brand {
  display: block;
  background: url(/common/img/mirai_logo.png) no-repeat left center;
  background-size: contain;
}
header#main_header .header_top {
  background-color: #FFF;
}
header#main_header .header_top .header_top_container {
  position: relative;
}
header#main_header .header_top .header_top_container .navbar-brand span {
  visibility: hidden;
}
header#main_header .header_top .search_toggle {
  display: block;
}
header#main_header .header_bottom {
  background-color: #0068b7;
  position: relative;
}
header#main_header .header_bottom .main_menu > li > a {
  color: #FFF;
}
header#main_header .header_bottom #search_form {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
header#main_header .header_bottom #search_form .input-group {
  margin-bottom: 1rem;
}
header#main_header .header_bottom #search_form .input-group button {
  background-color: #0068b7;
  color: #FFF;
  border: solid 1px #0068b7;
}
header#main_header .header_bottom #search_form .form_close {
  display: inline-block;
  cursor: pointer;
}
header#main_header .navbar-default .navbar-nav > .active > a,
header#main_header .navbar-default .navbar-nav > .active > a:focus,
header#main_header .navbar-default .navbar-nav > .active > a:hover,
header#main_header .navbar-default .navbar-nav > .open > a,
header#main_header .navbar-default .navbar-nav > .open > a:hover,
header#main_header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #007ddc;
}
header#main_header .navbar-default .search_toggle {
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  border: solid 2px #0068b7;
  color: #88abda;
  border-radius: 3px;
  padding: 7px 10px 11px;
}
header#main_header .navbar-default .search_toggle:hover,
header#main_header .navbar-default .search_toggle:focus,
header#main_header .navbar-default .search_toggle:active {
  background-color: #88abda;
  border-color: #88abda;
  color: #FFF;
  transition: 0.3s;
}
header#main_header ::-webkit-input-placeholder {
  color: #a7a8a9;
  font-size: 120%;
}
header#main_header :-ms-input-placeholder {
  color: #a7a8a9;
  font-size: 120%;
}
header#main_header ::-moz-placeholder {
  color: #a7a8a9;
  font-size: 120%;
}
header#main_header .main_menu > li > a:hover {
  background-color: #88abda;
  color: #FFF;
  transition: 0.3s;
}
header#main_header .main_menu > li.dropdown {
  position: relative;
}
header#main_header .main_menu > li.dropdown .skc_dropdown {
  background-color: #FFF;
  border-color: #0068b7;
  display: block;
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: 0.3s;
}
header#main_header .main_menu > li.dropdown .skc_dropdown a {
  color: #0068b7;
  padding: 8px 20px;
}
header#main_header .main_menu > li.dropdown .skc_dropdown a:hover {
  background-color: #88abda;
  color: #FFF;
  transition: 0.3s;
}
header#main_header .main_menu > li.open .skc_dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header#main_header .navbar_skc .navbar-brand {
    width: 140px;
    max-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  header#main_header .navbar_skc .header_bottom_container {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu {
    margin: 0;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li {
    width: 33.33%;
    font-size: small;
    float: left;
    min-height: 50px;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(1) > a,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(2) > a,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(3) > a,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(4) > a {
    padding: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(1) > a:hover,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(2) > a:hover,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(3) > a:hover,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(4) > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(1) > a::after,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(2) > a::after,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(3) > a::after,
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(4) > a::after {
    content: "";
    display: block;
    width: 1px;
    height: 4rem;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 5px;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(2) .skc_dropdown {
    left: -50%;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(3) a::after {
    background-color: transparent;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li:nth-child(4) > a::after {
    content: none;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li.gnav_recruit {
    position: absolute;
    top: -50px;
    right: 60px;
    width: auto;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li.gnav_recruit > a {
    padding: 9px 9px 7px;
    font-size: 1.8rem;
    color: #88abda !important;
    border: solid 2px #0068b7;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
  }
  header#main_header .navbar_skc .header_bottom_container .main_menu > li.gnav_recruit > a:hover {
    border-color: #88abda;
    color: #FFF !important;
  }
  header#main_header .navbar_skc .sub_menu {
    margin: 0 85px 0 0;
  }
  header#main_header .navbar_skc .sub_menu > li {
    width: 40px;
    height: 40px;
    float: right;
    margin: 20px 5px 10px 0;
    font-size: 1.8rem;
    border: solid 2px #0068b7;
    border-radius: 3px;
  }
  header#main_header .navbar_skc .sub_menu > li:hover,
  header#main_header .navbar_skc .sub_menu > li:focus,
  header#main_header .navbar_skc .sub_menu > li:active {
    background-color: #88abda;
    border-color: #88abda;
    color: #FFF;
    transition: 0.3s;
  }
  header#main_header .navbar_skc .sub_menu > li:hover a,
  header#main_header .navbar_skc .sub_menu > li:focus a,
  header#main_header .navbar_skc .sub_menu > li:active a {
    color: #FFF;
  }
  header#main_header .navbar_skc .sub_menu > li a {
    padding: 9px 10px;
    display: block;
    color: #88abda;
  }
  header#main_header .navbar_skc .sub_menu > li:last-child a {
    padding: 8px;
    background: url(/common/img/logo_sqs_sp_w.png) 8px 8px no-repeat;
    background-size: 67%;
  }
  header#main_header .navbar_skc .sub_menu > li:last-child a img {
    max-width: 24px;
  }
  header#main_header .navbar_skc .sub_menu > li:last-child a:hover img {
    visibility: hidden;
  }
}
@media screen and (orientation: landscape) and (max-height: 479px) {
  .main_menu > li:nth-child(2) .skc_dropdown {
    width: 42rem;
  }
  .main_menu > li:nth-child(2) .skc_dropdown li {
    width: 50%;
    float: left;
  }
  .main_menu > li:nth-child(2) .skc_dropdown::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  header#main_header .navbar-brand {
    width: 200px;
    height: 54px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  header#main_header .sub_menu {
    margin-right: 0;
    margin-top: 15px;
  }
  header#main_header .sub_menu > li a {
    color: #0068b7;
    font-weight: bold;
  }
  header#main_header .sub_menu > li a:hover {
    color: #88abda;
  }
  header#main_header .sub_menu > li:last-child a {
    padding: 6px 15px 12px;
  }
  header#main_header .header_bottom_container {
    height: 50px;
    position: relative;
  }
  header#main_header .header_bottom_container .main_menu {
    margin-left: -15px;
  }
  header#main_header .header_bottom_container .main_menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: solid 1px #FFF;
  }
  header#main_header .header_bottom_container .main_menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  header#main_header .header_bottom_container .main_menu > li:last-child a {
    border: none;
  }
  header#main_header .header_bottom_container .main_menu > li > a.active {
    position: relative;
  }
  header#main_header .header_bottom_container .main_menu > li > a.active::after {
    content: url("/common/img/nav_active.png");
    display: block;
    overflow: hidden;
    width: 50%;
    position: absolute;
    top: 1.5rem;
    left: 25%;
  }
}
@media screen and (max-width: 991px) {
  .navbar_skc {
    border-bottom: none;
  }
  .navbar_skc .navbar-collapse,
  .navbar_skc .navbar-form {
    border: none;
  }
  .navbar_skc .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 16rem;
    padding: 0.5rem 0;
    list-style: none;
    font-size: 1.4rem;
    text-align: left;
    background-color: #007ddc;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
}
/* ===== コンテンツ領域関連 ===== */
#content_area {
  margin-top: 12rem;
}
#content_area > section.page_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#content_area > section.page_section:last-child {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
#content_area > .container > section.page_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#content_area > .container > section.page_section ol li,
#content_area > .container > section.page_section ul li {
  line-height: 1.8;
}
#content_area > .container > section.page_section:last-child {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
#content_area .tab-pane > section.page_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#content_area .tab-pane > section.page_section:last-child {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
/* フッター関連 */
#main_footer .footer_top {
  padding-top: 4rem;
  background-color: #eee;
}
#main_footer .footer_top h2 {
  margin-bottom: 2rem;
}
#main_footer .footer_top .footer_sitemap a {
  color: #323232;
}
#main_footer .footer_top .footer_sitemap a:hover {
  color: #88abda;
}
#main_footer .footer_top .footer_sitemap dl {
  margin-bottom: 4rem;
}
#main_footer .footer_top .footer_sitemap dl dt {
  margin-bottom: 0.8rem;
}
#main_footer .footer_top .footer_sitemap dl dt .fa {
  color: #0068b7;
  margin-right: 0.8rem;
}
#main_footer .footer_top .footer_sitemap dl dd {
  margin-left: 2rem;
  margin-bottom: 0.8rem;
}
#main_footer .footer_bottom {
  padding-top: 3rem;
  background-color: #0068b7;
  color: #FFF;
}
#main_footer .footer_bottom .footer_links {
  color: #FFF;
  margin-bottom: 4rem;
}
#main_footer .footer_bottom .footer_links .fotter_bottom_links {
  padding: 1rem;
  display: inline-block;
  color: #FFF;
}
#main_footer .footer_bottom .footer_links .fotter_bottom_links:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
  .footer_heading {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .footer_heading h2 {
    margin: 0 0 2rem;
  }
  .footer_heading h2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #footer_sitemap {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .footer_heading {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  .footer_heading h2 {
    margin: 0;
  }
  #footer_sitemap {
    margin-bottom: 4rem;
  }
}
#content_area > section.page_section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#content_area > section.page_section:last-child {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
/* メインビジュアル */
.main_visual {
  background: #f1efe5 url(/img/top_mainvisual_update.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 6rem;
  height: 66rem;
}
/* さいきょうクイックスマイル */
.section_sqs {
  padding: 0 0 6rem;
}
.section_sqs .ttl01_box {
  display: inline-block;
  text-align: center;
}
.section_sqs h1 {
  font-size: 5.4rem;
  text-shadow: 2px 1px 4px rgba(255, 255, 255, 0.45);
  color: #fff;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 0 10px;
  margin-bottom: 20px;
}
.section_sqs p {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1rem 3rem;
  transform: skew(-15deg);
  color: #fff;
  background-image: linear-gradient(to right, rgba(103, 215, 230, 0.7) 0%, rgba(0, 104, 184, 0.7) 100%);
  display: inline-block;
  letter-spacing: 0.1rem;
}
.section_sqs .sqn_btns {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2rem;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.144);
  -moz-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.144);
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.144);
}
.section_sqs .sqn_btns ul {
  margin: 0;
}
.section_sqs .sqn_btns .btn_skc_b {
  margin-top: 1.33333333rem;
  background-color: #0068b7;
  border-color: #0068b7;
}
.section_sqs .sqn_btns .btn-lg {
  font-size: 1.4rem;
}
.section_sqs .sqs_box_left {
  float: left;
}
.section_sqs .sqs_box_banner_pc {
  float: right;
  margin-top: 6rem;
}
.section_sqs .sqs_box_banner_sp {
  display: none;
  margin-top: 1.2rem;
}
.section_sqs .sqs_box_clear_both {
  clear: both;
}
@media screen and (max-width: 767px) {
  .main_visual {
    height: 40rem;
    padding-top: 16rem;
    background-position-x: 60%;
  }
  .section_sqs {
    padding: 0 0 1.2rem;
  }
  .section_sqs .sqs_box_banner_pc {
    display: none;
  }
  .section_sqs .sqs_box_banner_sp {
    display: block;
  }
  .section_sqs h1 {
    font-size: 3.4rem;
  }
  .section_sqs p {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .section_service > div {
    display: grid !important;
    align-items: stretch;
    flex-direction: column;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .section_service > div .service_items h2 {
    margin-top: 10px;
    height: 30px;
  }
  .section_service > div .service_items a.hvr-shutter-out-horizontal {
    width: 100% !important;
    padding: 0 0 10px !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }
  .section_service > div .service_items a.hvr-shutter-out-horizontal img {
    width: 40%;
  }
  a.hvr-shutter-out-horizontal h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  /* 新成人へ告知 バナー追加 */
  .bana_noticetonewadults {
    border-radius: 0rem !important;
  }
  .bana_noticetonewadults a {
    font-size: 1.5rem !important;
  }
  .bana_noticetonewadults a i {
    font-size: 2.2rem !important;
  }
  /* 当社ご利用中のお客様へ重要なお知らせ */
  .bana_importantnoticetousers img {
    width: 100%;
  }
}
/* サービスについて */
.section_service {
  clear: both;
}
.section_service > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.section_service > div .service_items {
  flex: 1;
}
.section_service > div .service_items a.hvr-shutter-out-horizontal {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 10%;
  background-color: rgba(255, 255, 255, 0.5);
}
.section_service > div .service_items a.hvr-shutter-out-horizontal h2 {
  color: #323232;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 2px 1px 4px rgba(255, 255, 255, 0.45);
  margin-bottom: 2rem;
}
.section_service > div .service_items a.hvr-shutter-out-horizontal h2 mark {
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 3px;
  color: #323232;
}
.section_service > div .service_items a.hvr-shutter-out-horizontal h2 span {
  font-size: 1.2em;
  word-wrap: break-word;
}
.section_service > div .service_items a.hvr-shutter-out-horizontal:hover h2 {
  color: #FFF;
  text-shadow: none;
}
.section_service > div .service_items a.hvr-shutter-out-horizontal:hover h2 mark {
  background-color: rgba(0, 0, 0, 0);
}
.section_service > div .service_items a.hvr-shutter-out-horizontal::before {
  background-color: #0068b7;
}
@media screen and (max-width: 991px) {
  .section_service > div .service_items a.hvr-shutter-out-horizontal h2 {
    color: #323232;
    font-size: 1.6rem;
    text-shadow: 2px 1px 4px rgba(255, 255, 255, 0.45);
    font-weight: bold;
    margin-bottom: 1.33333333rem;
  }
}
/* よくある質問 */
.section_faq {
  padding: 6rem 0;
  background-color: #f1efe5;
}
.section_faq a {
  display: block;
}
@media screen and (max-width: 767px) {
  .section_faq img[alt*="加盟店お申し込みの方（法人様向け）"] {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section_faq a[href$="2"] {
    margin-right: 2rem;
  }
  .section_faq a[href$="1"] {
    margin-left: 2rem;
  }
}
/* お問い合わせ */
.section_contact h3 {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.section_contact h3.contact_bussiness {
  color: #428bca;
  background: url(/img/icon_contact_business.png) left center no-repeat;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 9rem;
}
.section_contact h3.contact_consumer {
  color: #f2981b;
  background: url(/img/icon_contact_consumer.png) left center no-repeat;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 6rem;
}
/* 各種申請ダウンロード */
.section_download {
  background: url(/img/top_bg_download.jpg) center center no-repeat;
  background-size: cover;
}
.section_download h2.skc_heading {
  margin-bottom: 0;
}
/* What's New */
.section_news a.news_item,
.section_news div.news_item {
  display: block;
  border-bottom: solid 1px #d2d2d2;
  color: #323232;
  padding: 1rem;
}
.section_news a.news_item dl,
.section_news div.news_item dl {
  margin-bottom: 0;
}
.section_news a.news_item dl dt,
.section_news div.news_item dl dt {
  margin-bottom: 0.5rem;
}
.section_news a.news_item dl dt.news_new::after,
.section_news div.news_item dl dt.news_new::after {
  content: "NEW";
  color: #FFF;
  background: #7cc5e0;
  font-weight: normal;
  margin-left: 1rem;
  padding: 0 4px;
  /* 角丸3px */
  border-radius: 3px;
  font-size: small;
}
.section_news a.news_item dl dd.news_pdf::after,
.section_news div.news_item dl dd.news_pdf::after {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #f64b4b;
  font-weight: normal;
  margin-left: 1rem;
}
.section_news a.news_item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* 企業関連情報 */
.section_info ul {
  display: flex;
  flex-wrap: wrap;
}
.section_info ul li {
  align-items: center;
}
.section_info ul li a.info_items {
  display: flex;
  align-items: center;
  border: solid 1px #0068b7;
  margin: 1rem;
  padding: 0.8rem;
  position: relative;
}
.section_info ul li a.info_items:hover {
  border-color: #88abda;
}
.section_info ul li a.info_items.external::after {
  content: url(/common/img/icon_outlink.png);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
}
#long_banner a {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section_info ul li {
    flex-basis: 50%;
  }
  .section_info ul li:last-child img {
    width: 70%;
  }
  .section_info ul li#long_banner {
    width: calc(50%);
    flex-basis: calc(50%);
    -webkit-flex-basis: calc(50%);
  }
  .section_info ul li#long_banner img {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .section_info ul li {
    flex-basis: 50%;
  }
  .section_info ul li#long_banner {
    width: calc(100%);
    flex-basis: calc(100%);
    -webkit-flex-basis: calc(100%);
  }
  .section_info ul li#long_banner img {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .section_info ul li#long_banner img {
    width: 90%;
  }
}
/* 新型コロナウィルス バナー追加 */
.bana_coronavirus a {
  display: block;
  outline: none;
  width: 100%;
  text-align: center;
}
.bana_coronavirus a:hover {
  opacity: 0.75;
}
.bana_coronavirus a:focus {
  outline: none;
}
.pc_area {
  margin-bottom: 2rem;
}
.sp_area {
  margin-bottom: 0;
}
/* 新成人へ告知 バナー追加 */
.bana_noticetonewadults {
  margin: 1.2rem 0 0;
  padding: 5px;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.bana_noticetonewadults a {
  /* color: #ff1a1a; */
  color: #323232;
  font-size: 1.8rem;
  align-items: center;
  display: inline-block;
  font-weight: bold;
  /* text-shadow:1px 1px 1px #ababab;*/
}
.bana_noticetonewadults a i {
  color: #f1ae4e;
  padding-right: 0.5rem;
  font-size: 2.8rem;
  text-decoration: none;
}
.bana_noticetonewadults span {
  font-style: normal;
}
.bana_noticetonewadults:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
/* 当社ご利用中のお客様へ重要なお知らせ */
.bana_importantnoticetousers {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .spblock {
    display: none;
  }
  .pcblock {
    display: inline-block;
  }
  .pcrealblock {
    display: block;
  }
  .bana_importantnoticetousers img {
    max-width: 484px;
  }
}
@media screen and (max-width: 767px) {
  .pc_area {
    margin-bottom: 0;
  }
  .sp_area {
    margin-bottom: 2rem;
  }
  .spblock {
    display: block;
  }
  .pcblock {
    display: none;
  }
  .pcrealblock {
    display: none;
  }
  .ttl01_box {
    width: 100%;
  }
  .bana_coronavirus {
    margin-top: 0;
    width: 100%;
  }
  .bana_coronavirus a img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner_a {
    background-image: url(/img/banner_credit_a_small.jpg);
  }
}
