@charset "utf-8";

body {
}

/* ==================================================
elements
================================================== */
body {
  padding-top: 70px !important;
}
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
}

.innerWrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

a {
  color: #285184;
  text-decoration: underline;
}

/* ==================================================
device
================================================== */
.pc {
  display: none !important;
}

/* ==================================================
header
================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
}
#header a {
  text-decoration: none;
}
#header .innerWrap {
  padding-top: 15px;
}
#header__main {
  position: relative;
  background: #fff;
  z-index: 30;
}


/* --------------------------------------------------
header__logo
-------------------------------------------------- */
.header__logo {
  float: left;
  width: 140px;
  padding-top: 0;
}
.header__logo .header__heading {
  display: inline-block;
  width: 140px;
  height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
  background: url(../img/fbk_logo.jpg) no-repeat left top;
  background-size: 140px 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s linear;
}

.header__codes {
  font-size: 10px;
  text-align: right;
}


/* --------------------------------------------------
header__cateNav
-------------------------------------------------- */
#header__cateNav {
  display: none;
}


/* --------------------------------------------------
header__mainNav
-------------------------------------------------- */
#header__mainNav {
  position: relative;
  height: 70px;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
#header__mainNav:after {
  content: "";
  display: block;
  clear: both;
}
#header__mainNav .innerWrap {
  overflow: hidden;
}
#header__mainNav ul#gNav {
  position: absolute;
  right: 60px;
  top: 15px;
  font-size: 0;
  width: 110px;
  height: 44px;
  text-align: right;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  color: #285184;
  vertical-align: bottom;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.mainBtn {
  display: none;
}
#header__mainNav ul#gNav li.subBtn {
  width: 50px;
  margin-left: 5px;
  padding: 30px 0 0;
  font-size: 9px;
  color: #285184;
  text-align: center;
  letter-spacing: -0.1em;
}
#header__mainNav ul#gNav li.subBtn a {
	display:block;
}


/* ==========================================================
 見出し
========================================================== */
/* ==================================================
h1
================================================== */
.header1 {
  padding: 10px 0;
  background: #eee;
}
.header1 .innerWrap {
  padding: 0 10px;
}
.header1 {
  font-size: 0;
}
.header1__list li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #1d3550;
  text-decoration: none;
}

/* --------------------------------------------------
search
-------------------------------------------------- */
.faq_search {
	margin-top: 7px;
}

.faq_search span {
	vertical-align: middle;
}

.faq_searchtxt {
	border: 3px solid #252f88;
	border-radius: 6px;
	margin-right: 10px;
	margin-top: 5px;
	width: 280px;
}

.rudsearch {
	background-color: #252f88;
	border-radius: 50px;
	width: 18px;
	padding: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

/* ==================================================
Footer
================================================== */
#footer {
  width: 100%;
}
#footer a {
  text-decoration: none;
}


/* footer__nav
---------------------------------- */
#footer__nav {
  border-top: 1px solid #e4e7ea;
  border-bottom: 1px solid #e4e7ea;
}
#footer__nav .innerWrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer__nav .mainBtn {
  display: inline-block;
  margin-right: 40px;
  padding: 15px 0;
  font-size: 14px;
  color: #1d3550;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#footer__nav .mainBtn:hover {
  opacity: .7;
}



/* footer__sitemap
---------------------------------- */
#footer__sitemap {
  border-top: 1px solid #e4e7ea;
}
#footer__sitemap .innerWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}


/* footer__sitemapLwr */
.footer__sitemapLwr {
  text-align: left;
}
.footer__sitemapLwr li {
  display: inline-block;
  margin-bottom: 15px;
}
.footer__sitemapLwr li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #e4e7ea;
}
.footer__sitemapLwr li:last-child:after {
  display: none;
}
.footer__sitemapLwr a {
  font-size: 12px;
  color: #1d3550;
  line-height: 1.2;
}

/* footer__copy
---------------------------------- */
#footer__copy {
  position: relative;
  padding: 25px 10px;
  color: #fff;
  background: #1d3550;
}
.footer__codes {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}

/* 2025/12/12 add
---------------------------------- */
.header_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0 20px;
  padding-right: 10px;
}

.header_btn a {
  display: block;
}

.header_btn .header_btn_faq.sp,
.header_btn .header_btn_home.sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header_btn .header_btn_faq.sp figure,
.header_btn .header_btn_home.sp figure {
  aspect-ratio: 1 / 1;
  max-width: 25px;
  margin: 0 0 5px;
}

.header_btn .header_btn_faq.sp span,
.header_btn .header_btn_home.sp span {
  font-size: 12px;
  font-weight: 700;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}