@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== menu ========== */
/* ----- 01 ----- */
.guidance-menu-01 .menu-item a img {
	margin: 0 auto;
}

@media only screen and (min-width: 641px) {
.guidance-menu-01 > li {
	margin-top: 29px;
}
}

@media only screen and (max-width: 640px) {
.guidance-menu-01 > li {
	margin-top: 20px;
}
}

/* ----- 02 ----- */
.guidance-menu-02 .c-menu-01 {
	margin-top: 20px;
}

.guidance-menu-02 .c-menu-01 > li {
	margin-top: 0;
}

.guidance-menu-02 .c-menu-01 > li a > img {
	border-bottom: #dddddd solid 1px;
}


/* ========== heading ========== */
.guidance-heading-01 {
	margin-bottom: 1.875em;
}

.guidance-heading-01 h2 {
	color: #fff;
	font-size: 225%;
	padding: 12px;
	text-align: center;
}

.guidance-heading-03 {
	border: #d4d4d4 solid 1px;
	box-shadow: 2px 2px 2px #e1e1e1;
}

.guidance-heading-04 {
	background: #ffb921;
	color: #fff;
	margin: -30px -54px 0 !important;
	padding: 15px;
}

.guidance-heading-04 .label {
	font-size: 175%;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
.guidance-heading-01 h2 {
	font-size: 150%;
}

.guidance-heading-04 {
	margin: -16px -10px 0 !important;
	padding: 10px;
}

.guidance-heading-04 .label {
	font-size: 125%;
}
}


/* ========== Q & A ========== */
.guidance-qa-01 > .item > .body {
	margin-left: 25px;
}

.guidance-qa-01 > .item > .body {
	margin-left: 25px;
	position: relative;
}

.guidance-qa-01 .body-lead > p:first-child > .marker {
	font-weight: bold;
	position: absolute;
		left: -25px;
}


/* ========== infoBlock ========== */
.guidance-infoBlock-01 {
	border-radius: 10px;
	border-style: solid;
	border-width: 5px;
	margin: 30px 0 20px;
	padding: 20px 20px 25px;
}

.guidance-infoBlock-01 .infoBlock-heading {
	border-radius: 5px 5px 0 0;
	margin: -20px -20px 0;
	padding: 20px;
}

.guidance-infoBlock-01 .infoBlock-heading > .label {
	margin-top: 0;
}

.guidance-infoBlock-01.type-jra { border-color: #b6d866; }
.guidance-infoBlock-01.type-big { border-color: #fea09d; }

.guidance-infoBlock-01.type-jra .infoBlock-heading { background-color: #f8fdeb; }
.guidance-infoBlock-01.type-big .infoBlock-heading { background-color: #fdeeed; }

@media only screen and (max-width: 640px) {
.guidance-infoBlock-01 {
	border-width: 3px;
	margin-top: 20px;
	padding: 16px 10px;
}

.guidance-infoBlock-01 .infoBlock-heading {
	border-radius: 7px 7px 0 0;
	margin: -16px -10px 0;
	padding: 16px 10px;
}
}


/* ========== balloon ========== */
.guidance-balloon-01 {
	background: #ed5215;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-top: 2em;
	padding: 4px 10px;
	position: relative;
	transform: translateX(-100%) translateY(-100%);
}

.guidance-balloon-01:after {
	border-color: #ed5215 transparent transparent;
	border-style: solid;
	border-width: 4px;
	content: "";
	position: absolute;
		top: 100%;
		left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 641px) {
.guidance-balloon-01 {
	font-size: 150%;
	margin-top: 1.5em;
	padding: 8px 10px 4px;
	transform: translateX(-90%) translateY(-100%);
}

.guidance-balloon-01:after {
	border-width: 7px 6px;
}
}


/* ========== color ========== */

#flg-about .guidance-heading-01 h2 { background-color: #16c177; }
#flg-feature .guidance-heading-01 h2 { background-color: #0895e6; }
#flg-howto .guidance-heading-01 h2 { background-color: #ff8487; }

#flg-about .guidance-heading-02 h3 { color: #16c177; }
#flg-feature .guidance-heading-02 h3 { color: #0895e6; }
#flg-howto .guidance-heading-02 h3 { color: #ff8487; }

/* ========== アンカーリンク ========== */
.sty-anc {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
padding: 0;
}
.sty-anc::after{
content: "";
display: block;
width: 32%;
}
.sty-anc--top::after{
width: 33%;
}
.sty-anc__item {
position: relative;
width: 32%;
border-radius: 6px;
list-style: none;
}
.sty-anc--top .sty-anc__item {
width: 33%;
}
.sty-anc__item a {
display: block;
height: 100%;
font-size: 18px;
color: #535252;
text-decoration:none;
}
.sty-anc--top .sty-anc__item a {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
text-align: center;
font-size: 18px;
font-weight: bold;
padding: 16px 10px 16px 38px;
text-decoration:none;
background-color: #fff;
color: #16c177;
border: 2px solid #16c177;
border-radius: 6px;
}
.sty-anc--top .sty-anc__item a::before {
content: "▼";
position: absolute;
font-size: 18px;
line-height: 1;
width: 18px;
height: 18px;
left: 14px;
top: 0;
bottom: 0;
margin: auto;
color: #16c177;
}
.sty-anc--top .sty-anc__item:nth-child(2) a {
color: #0895e6;
border: 2px solid #0895e6;
}
.sty-anc--top .sty-anc__item:nth-child(2) a::before {
color: #0895e6;
}
.sty-anc--top .sty-anc__item:nth-child(3) a {
color: #ff8487;
border: 2px solid #ff8487;
}
.sty-anc--top .sty-anc__item:nth-child(3) a::before {
color: #ff8487;
}

@media screen and (max-width: 767px) {
.guidance-heading-01 h2 {
	font-size: 5.33vw;
}
.sty-h1-title {
	font-size: 7.46vw;
}
.sty-anc {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
}
.sty-anc li {
	margin-bottom: 4vw;
} 
.sty-anc li:last-child {
	margin-bottom: 0;
}
.sty-anc__item {
	width: 100%;
}
.sty-anc--top .sty-anc__item {
	width: 100%;
}
.sty-anc--top .sty-anc__item:nth-child(n+4){
	margin-top: 0;
}
.sty-anc__item a {
	font-size: 4.8vw;
}
.sty-anc--top .sty-anc__item a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	font-size: 4.8vw;
	padding: 4vw 2.67vw 4vw 12vw;
}
.sty-anc--top .sty-anc__item a::before {
	font-size: 4.8vw;
	line-height: 1;
	width: 4.8vw;
	height: 4.8vw;
	left: 3.73vw;
}


}

/* ========== heading ========== */
.guidance-heading-01 {
	margin-bottom: 1.875em;
}
.guidance-heading-01 h2 {
	color: #fff;
	font-size: 225%;
	padding: 12px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
.guidance-heading-01 h2 {
	font-size: 150%;
}
}
/* ========== 預金保障制度 ========== */
.c-heading3-01.sty-resetStyle a {
	padding-left: 0;
	color: #03c;
	text-decoration: underline;
}
.c-heading3-01.sty-resetStyle a:before {
	background-image: none;
}

/* ========== section-faq ========== */
#section-faq{
	background-color: #fff;
  }
  #section-faq .question,#section-faq .answer-wrap{
  margin-bottom: 0!important;
  border: 1px solid #bcbcbc;
  border-top: 0;
  }
  #section-faq ul.questions > li + li{
  margin-top: 0!important;
  }
  #section-faq ul.questions > li:first-child {
  border-top: 1px solid #bcbcbc;
  }
  @media screen and (max-width: 767px) {
	#section-faq ul.questions {
	  padding: 0;
	}
  }
  #section-faq ul.questions{
  padding: 0;
  }
  #section-faq ul.questions > li{
	list-style: none;
  }
  #section-faq ul.questions > li + li {
	margin-top: 1em;
  }
  #section-faq .question,
  #section-faq .answer {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
  }
  #section-faq .answer .label {
	color: #f0920c;
  }
  #section-faq .label {
	color: #888;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 30px;
	font-size: 1em;
	font-weight: bold;
  }
  #section-faq .answer .label{
	font-size: 1.5em;
  }
  @media screen and (max-width: 767px) {
	#section-faq .label {
	  width: 15%;
	  padding: 0;
	  font-size: 1.5em;
	}
  }
  #section-faq .answer .text {
	font-weight: normal;
  }
  #section-faq .text {
	padding: 1.5em 2.5em 1.5em 0.5em;
	font-weight: bold;
	font-size: 1em;
  }
  #section-faq .text .em {
	font-weight: bold;
  }
	
  @media screen and (max-width: 767px) {
	#section-faq .text {
	  width: 85%;
	}
  }
  #section-faq .question {
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 0.25em;
  }
  #section-faq .question:hover {
	background-color: #eee;
  }
  #section-faq .question.opened .text {
	background-image: url("/guidance/homeloan/refinance/img/icon-chevron-up-black.png");
	background-repeat: no-repeat;
  }
  #section-faq .question .label {
	margin-bottom: 0;
  }
  #section-faq .question .text {
	margin-bottom: 0;
	color: #222;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	background-image: url("/guidance/homeloan/refinance/img/icon-chevron-down-black.png");
	background-repeat: no-repeat;
	-webkit-background-size: auto 1.125em;
	-moz-background-size: auto 1.125em;
	background-size: auto 1.125em;
	background-position: right 1em center;
  }
  #section-faq .answer-wrap {
	display: none;
  }
  #section-faq .answer {
	background-color: #ffede3;
  }
  #section-faq .answer:hover {
	background-color: #ffede3;
  }
  #section-faq .answer .label {
	background-color: #ffede3;
	margin-bottom: 0;
  }
  #section-faq .answer .text {
	color: #222;
	margin-bottom: 0;
  }

/* ========== Floating ========== */
#jbk-frame-main #fixedBtn {
display: none;
position: fixed;
padding-bottom: 10px;
background: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
opacity: 1;
z-index: 200;
}
#jbk-frame-main #fixedBtn .inner {
margin: 0 auto;
width: fit-content;
}
#jbk-frame-main #fixedBtn .sty-column-group {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	#jbk-frame-main #fixedBtn .sty-column-group {
	  flex-direction: column;
	  gap: 0;
	}
}
#jbk-frame-main #fixedBtn .c-login_area--violet a.icon-login {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 50px;
	color: #535252;
	text-align: center;
}
#jbk-frame-main #fixedBtn .c-login_area--violet a.icon-blank {
	background-color: #eb7000;
	color: #fff;
}
#jbk-frame-main #fixedBtn a.c-btn-account.icon-login.sty-resetStyle:before {
	display: none;
}
#jbk-frame-main #fixedBtn .c-login_area.login__blank a.icon-blank:before {
	mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
	-webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
    background-color: #fff;
    background-position: -18px 0;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
	left: 20px;
    margin: auto;
}
#jbk-frame-main #fixedBtn .c-login_area.login__blank a.sty-icon-modaal:after {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 25px;
    height: 25px;
    margin: auto;
    mask: url(/assets/img/icon__modaal.svg) no-repeat center center/contain;
    -webkit-mask: url(/assets/img/icon__modaal.svg) no-repeat center center/contain;
    background-color: #fff;
    background-repeat: no-repeat;
}
