@charset "utf-8";

/* ==================================================
elements
================================================== */
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1d3550;
  line-height: 1.6;
}
html, body {
  width: 100%;
}
body {
  padding-top: 110px !important;
}

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

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

.cntSec .innerWrap {
  padding: 60px 10px 30px;
}

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

/* ==================================================
header
================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 40;
  background: #fff;
}
#header a {
  text-decoration: none;
}
#header__main {
  position: relative;
  background: #fff;
  z-index: 30;
}
#spMenuBtnWrap {
  display: none;
}

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

.header__codes {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

/* --------------------------------------------------
header__cateNav
-------------------------------------------------- */
#header__cateNav {
  position: relative;
  text-align: right;
  background: #fff;
  z-index: 2;
}
#header__cateNav ul {
  font-size: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__cateNav ul li {
  display: inline-block;
  padding: 0 11px;
  vertical-align: top;
}
#header__cateNav ul li a {
  display: block;
  height: 30px;
  font-size: 16px;
  color: #6d7680;
  line-height: 30px;
/*  border-bottom: 2px solid #fff;*/
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__cateNav ul li:hover a {
  color: #285184;
  border-bottom: 2px solid #285184;
}
#header__cateNav ul li.active a {
  color: #285184;
  font-weight: bold;
  border-bottom: 2px solid #285184;
}



#header__mainNav {
  position: relative;
  height: 66px;
  vertical-align: top;
  background: #fff;
  z-index: 3;
}
#header__mainNav:after {
  content: "";
  display: block;
  clear: both;
}
#header__mainNav .innerWrap {
  overflow-x: hidden;
  display: flex;
}
#header__mainNav ul#gNav {
  float: right;
  padding: 15px 0;
  font-size: 0;
  text-align: right;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #1d3550;
  line-height: 50px;
  vertical-align: top;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav.noYugo li {
  font-weight: normal;
}
#header__mainNav ul#gNav li.mainBtn:hover,
#header__mainNav ul#gNav li.mainBtn.open {
  color: #fff;
  background: #285184;
}
#header__mainNav ul#gNav li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #285184 transparent transparent transparent;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.mainBtn:hover:before,
#header__mainNav ul#gNav li.mainBtn.open:before {
  bottom: -8px;
}

#header__mainNav ul#gNav li.subBtn {
  width: 120px;
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* ==========================================================
 heder_btn
========================================================== */
.header_btn {
	line-height: 4;
	margin: 0px 20px 0px auto;
}
.header_btn_faq {
 padding-left:20px;
}
.header_btn_home {
 padding-left:20px;
}


/* ==========================================================
 見出し
========================================================== */
/* ==================================================
h1
================================================== */
.header1 {
  padding: 10px 0;
  background: #eee;
  font-size: 0;
}
.header1 .innerWrap {
  padding: 0 10px;
}

.header1__list li a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1d3550;
  margin-left: 20px;
  text-decoration: none;
}

.header1__list	{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* --------------------------------------------------
search
-------------------------------------------------- */
.faq_search {
	display: flex;
	align-items: center;
}

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

.rudsearch {
	background-color: #252f88;
	border-radius: 50px;
	width: 25px;
	padding: 5px;
	margin-right: 5px;
}

/* ==================================================
Footer
================================================== */
#footer {
  width: 100%;
  margin-top: 40px;
}
#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 {
  padding: 60px 0;
}

/* footer__sitemapLwr */
.footer__sitemapLwr {
  text-align: center;
}
.footer__sitemapLwr li {
  display: inline-block;
  margin-bottom: 20px;
}
.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;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.footer__sitemapLwr a:hover {
  opacity: .7;
}

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