@media only screen and (min-width: 641px) {
	.c-hide-pc {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.c-hide-sp {
		display: none;
	}
}

/* ========== kv ========== */
#key-visual {
	padding: 0;
	position: relative;
}

#key-visual h1 {
	margin: 3em 0 0 0;
}

#key-visual #key-visual-title {
	position: absolute;
	top: 1.5em;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 280%;
	width: 100%;
}
@media only screen and (max-width: 640px) {
	#key-visual #key-visual-title {
		top: 2.3em;
		font-size: 160%;
	}
}

/* ========== hl-heading ========== */
.hl-heading-02 {
	width: 100%;
    color: #FFF;
    background-color: #eb7000;
    text-align: center;
    padding: 20px 10px 18px 10px;
	margin-top: 2em;
}

.hl-heading-02 h2 {
	font-size: 24px;
}

@media only screen and (max-width: 640px) {
	.hl-heading-02 h2 {
		font-size: 20px;
	}
}

.hl-heading-04 {
	background-color: #fdeecb;
	padding: 0.8em 0.8em 0.6em 0.8em;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	margin-top: 1em;
}

.hl-heading-04 img {
	display: inline-block;
	margin-right: 8px;
	width: 1.8em;
	pointer-events: none;
}

@media only screen and (max-width: 640px) {
	.hl-heading-04 img {
		width: 1.6em;
	}
}

.tab02 .hl-heading-04 {
  background-color: #d6f2d9;
}

.tab02 .content-wrapper {
  border: 4px solid #d6f2d9;
}

.tab02 .content-wrapper-sub {
  background-color: #d6f2d9;
}

/* ========== content-wrapper ========== */
.content-wrapper {
	border: 4px solid #fdeecb;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	padding: 1.5em;
}

@media only screen and (max-width: 640px) {
	.content-wrapper {
		padding: 0.6em 0.4em;
	}
}

.content-wrapper img {
	width: 60%;
}

@media only screen and (max-width: 640px) {
	.content-wrapper img {
		width: 100%;
	}
}

.content-wrapper-sub {
	background-color: #fdeecb;
	border-radius: 2em;
	padding: 1em;
	margin-top: 1em;
}

.content-wrapper-sub .c-btn-01 {
	margin-top: 10px;
}

/* ========== ground ========== */
.guidance-ground-01 {
	background: #ffffff;
	padding: 50px 25px;
	border-radius: 5px;
}

.guidance-ground-02 {
	margin: 1.75em auto 0 auto;
}

.guidance-ground-03 {
	padding: 30px 54px 54px 54px;
	background: #fce7cd;
	position: relative;
}

.guidance-ground-04 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width:640px){
	.guidance-survey-sp .guidance-ground-01 {
		padding: 16px 10px;
	}
	
	.guidance-ground-03 {
		padding: 16px 10px;
		margin: 0 -10px;
	}
}


/* ========== infoBlock ========== */
.guidance-infoBlock-01 {
	background: #fce7cd;
	border: 0;
	border-radius: 5px;
}


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

.ground-heading2-01 {
	margin: -30px -54px 0 -54px !important;
}

.guidance-heading2-02 {
	margin-left: -12px;
}

.guidance-heading2-02 h4 {
	font-size: 150%;
}

.guidance-heading2-02 p {
	font-size: 150%;
    color: #eb7000;
    font-weight: bold;
	margin-top: 1em;
}

.ground-heading3-01 {
	margin: 0 -54px 0 -54px;
}

@media only screen and (max-width:640px){
	.guidance-heading2-01 {
		margin-bottom: 1.25em;
	}
	
	.ground-heading2-01 {
		margin: -16px -10px 0 -10px !important;
	}
	
	.guidance-heading2-02 {
		margin-left: 2px;
	}
	
	.guidance-heading2-02 h4 {
		font-size: 125%;
	}
	
	.guidance-heading2-02 p {
		font-size: 125%;
		margin-top: 0.5em;
	}
	
	.ground-heading3-01 {
		margin: 0 -10px 0 -10px;
	}
}


/* ========== column-group ========== */
.guidance-column-group {
	margin-top: 30px;
}

@media only screen and (max-width:640px){
	.guidance-column-group {
		margin-top: 15px;
	}
	
	.guidance-column-group .col-unit-1\/2 {
		margin-top: 15px;
	}
}

/* ========== button ========== */
.guidance-btnGroup-01 {
	text-align: center;
	margin: 0;
	padding: 0;
}

.guidance-btnGroup-01 li {
	display: inline-block;
	margin:5px;
}

.guidance-btn-01 {
    border: 1px solid #d4d5d5;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background: -ms-linear-gradient(top,#fff 0,#f3f3f3 100%);
    background: linear-gradient(to bottom,#fff 0,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f3f3',GradientType=0);
    border-radius: 6px;
    padding: 15px 25px;
    color: #535252;
    text-decoration: none;
    display: inline-block;
    position: relative;
	font-weight: bold;
	font-size: 150%;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.guidance-btn-01:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    color: #535252;
    text-decoration: none;
}

a.guidance-btn-02 {
	border-radius: 10px;
    box-shadow: 0 4px 0 rgba(168,80,0,1);
	border-bottom: 0;
}

a.guidance-btn-03 {
	border-radius: 10px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	font-size: 112.5%;
	font-weight: bold;
	padding: 16px 38px 16px 60px;
}

a.guidance-btn-03:before {
	background-image: url(/assets/img/icon_10.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 21px;
	left: 36px;
}

@media screen and (max-width:640px) {
	.guidance-btn-01 {
		padding: 10px 15px;
		font-size: 125%;
	}
	
	.guidance-btnGroup-01 li {
		margin:1px;
	}
	
	a.guidance-btn-02 {
		padding: 10px 10px 10px 10px;
	}
	
	a.guidance-btn-03 {
		padding: 10px 10px 10px 30px;
	}
	
	a.guidance-btn-03:before {
		left: 10px;
	}
	
}


/* ========== cnvBlock ========== */
.guidance-cnvBlock-01 {
	background: #eb7000;
	padding: 20px;
}

.guidance-cnvBlock-02 {
	border: 0;
	border-radius: 5px;
	padding: 40px 20px;
}

.guidance-cnvBlock-02 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
	background-color: transparent;
	border-left: dotted 4px #eb7000;
}

.guidance-cnvBlock-02 .c-copy-01 p {
	font-size: 95%;
}

@media (max-width: 960px) {
	.guidance-cnvBlock-02 {
		padding: 20px 14px;
	}

	.guidance-cnvBlock-02 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
		border-top: dotted 4px #eb7000;
		border-left: 0;
	}
	
	.guidance-cnvBlock-02 .c-copy-01 p {
		font-size: 100%;
	}
}


/* ========== figure ========== */
@media (min-width: 961px) {
	.guidance-figure-02 {
		position: absolute;
		display: block;
		bottom: 0;
		right: 0;
	}
	.guidance-figure-03 {
		display: none;
	}
}

@media (max-width: 960px) {
	.guidance-figure-02 {
		display: none;
	}
	.guidance-figure-03 {
		display: block;
	}
}


/* ========== guidance-noticeBlock-01 ========== */
.guidance-noticeBlock-01 {
	margin-top: -30px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.guidance-noticeBlock-01.column-02 .col .content {
	width: 100%;
}

@media only screen and (max-width:640px){
	.guidance-noticeBlock-01 {
		margin-top: -16px !important;
	}
}



/* ----------------------------------------
 * original style
 * ---------------------------------------- */
main {
	max-width: 996px;
    margin: 0 auto 100px auto;
	padding: 0 10px 0 10px;
}

.jbk-category-guidance #jbk-footer-area {
	margin-bottom: 100px;
}

@media screen and (max-width:640px) {
	main {
		padding: 0 10px 0 10px;
		margin: 0 auto 2em auto;
	}
	.guidance-container {
		padding: 10px;
		margin-top: .625em;
	}
	
	.jbk-category-guidance #jbk-footer-area {
		margin-bottom: 78px;
	}
}

.kv {
	margin: 1em 0;
}

@media screen and (max-width:640px) {
	.kv {
		margin: .625em 0 .625em 0;
	}
}


/* ========== fixed ========== */
.fixed {
	width: 100%;  
    position: fixed;
	background-color: #ffffff;
	border-top: solid 4px #eb7000;
	bottom: 0px;
	opacity: 1;
	z-index: 101;
}

/* fixed(PC) */
.fixed_inner {
	max-width: 978px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}

.fixed-topLink {
	position: absolute;
	right: 0;
	bottom: 20px;
}

@media screen and (max-width:640px) {
	.fixed_inner {
		margin: 0 auto;
		padding: 10px;
	}
	
	.fixed-topLink {
		right: 11px;
		bottom: 80px;
	}
}


/* ========== toc ========== */
.guidance-toc-01 {
	margin: 0 -20px 40px -20px;
	font-size: 0;
	padding: 0;
}

.guidance-toc-01 li {
	display: inline-block;
	margin: 4px 14px 4px 14px;
}


@media only screen and (max-width:640px){
	.guidance-toc-01 {
		margin: 0 -4px 20px -4px;
	}
	
	.guidance-toc-01 li {
		margin: 4px;
	}
	.guidance-toc-01 li img {
		width : 98px;
	}
}


/* ========== survey(pc) ========== */
.guidance-heading2-pc {
	position: relative;
}

.guidance-heading2-pc .arrow_01-pc {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10%;
}

.guidance-heading2-pc .arrow_01-pc img,
.guidance-survey-pc .arrow_02 img {
	width: 4.1%
}

.guidance-survey-pc .arrow_02 {
	margin-top: 54px;
}

.guidance-survey-pc .guidance-survey_content {
	background-image: url(../img/bg_01.png);
	background-size: contain;
	padding: 0 54px 54px 54px;
}

@media only screen and (max-width:640px){
	.guidance-survey-pc .guidance-survey_content {
		padding: 0 10px 16px 10px;
	}
}


/* ========== survey(sp) ========== */
.guidance-survey-sp {
	margin: 0 -10px;	
}

.guidance-heading2-sp {
	position: relative;
}

.guidance-heading2-sp .arrow_01-sp {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0%;
}

.guidance-heading2-sp .arrow_01-sp img,
.guidance-survey-sp .arrow_02 img {
	width: 8%
}

.guidance-survey-sp .arrow_02 {
	margin-top: 16px;
}

.guidance-survey-sp .guidance-ground-02 {
	margin: 1.75em auto 0 auto;
	padding: 20px 10px 0 10px;
}

.guidance-survey-sp .guidance-survey_content {
	padding: 0 10px 16px 10px;
}


/* ----- override ----- */
.guidance-tabs-01 {
	margin: 0;
	background: #def2fe;
	background-size: contain;
}

.guidance-tabs-01 > .tabs,
.guidance-tabs-01 > .content {
	border-bottom: none;
}

.guidance-tabs-01 > .tabs {
	padding-bottom: 0;
}

.guidance-tabs-01 > .tabs > li,
.guidance-tabs-01 > .tabs > li.current {
	display: block;
	margin: 0;
}

.guidance-tabs-01 > .tabs > li > a,
.guidance-tabs-01 > .tabs > li.current > a {
	background: none;
	border: none;
	border-radius: 0;
	color: black;
}

.guidance-tabs-01 > .content:before,
.guidance-tabs-01 > .content:after {
	display: none;
}

.guidance-tabs-01 > .content > div {
	padding: 0!important;
}


/* ----- style ----- */
.guidance-tabs-01 > .tabs {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
}

.guidance-tabs-01 > .tabs > li {
	box-sizing: border-box;
	padding: 0 10px;
	width: 50%;
}

.guidance-tabs-01 > .tabs > li > a,
.guidance-tabs-01 > .tabs > li.current > a {
	border-style: solid;
	border-width: 3px 3px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px 5px 2px 5px;
}

.guidance-tabs-01 > .tabs > li.current > a {
	padding-bottom: 20px;
	position: relative;
	bottom: -3px;
	z-index: 100;
}

.guidance-tabs-01 > .tabs > li.current > a:hover,
.guidance-tabs-01 > .tabs > li.current > a:active,
.guidance-tabs-01 > .tabs > li.current > a:focus {
	opacity: 1;
}

.guidance-tabs-01 > .content > div {
	border-top-style: solid;
	border-top-width: 3px;
}

/* color */
.guidance-tabs-01 > .tabs > li.item-01 > a,
.guidance-tabs-01 > .content > #tab01 {
	background-color: #ffa3aa;
	border-color: red;
}

.guidance-tabs-01 > .tabs > li.item-02 > a,
.guidance-tabs-01 > .content > #tab02 {
	background-color: #bad736;
	border-color: green;
}


/* ========== homeloan simulatorBtn ========== */
.c-btn-01.homeloan-simulatorBtn {
  padding: 16px 38px 16px 60px;
  border-radius: 28px;
  font-size: 112.5%;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.c-btn-01.homeloan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-position: 0 0;
  left: 36px;
}
.ie8 .c-btn-01.homeloan-simulatorBtn:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}

.c-btn-01.homeloan-simulatorBtn.size-01,
a.c-btn-account.size-01 {
  border-radius: 10px;
  font-size: 162.5%;
  max-width: 100%;
  text-align: center;
  width: 432px;
}
.c-btn-01.homeloan-simulatorBtn.size-01 {
  padding-right: 36px;
  padding-left: 36px;
}
.c-btn-account.size-01 {
  border-top: none;
  border-bottom: none;
  box-shadow: 0 8px 0 rgba(168,80,0,1);
  letter-spacing: 3px;
  padding-right: 30px;
  padding-left: 30px;
}
.c-btn-01.homeloan-simulatorBtn.size-01:before,
.c-btn-account.size-01:before,
.ie8 .c-btn-01.homeloan-simulatorBtn.size-01:before {
  display: none;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span,
.c-btn-account.size-01 > span {
  position: relative;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span:before,
.c-btn-account.size-01 > span:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
}
.c-btn-01.homeloan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01@x2.png);
  height: 28px;
    top: 4px;
    left: -30px;
  width: 24px;
}
.c-btn-account.size-01 > span:before {
  background-image: url(/assets/img/icon_btn_01.png);
  height: 20px;
    top: 6px;
    left: -33px;
  width: 28px;
}
.ie8 .c-btn-01.homeloan-simulatorBtn.size-01 > span:before {
  background-image: url(/products/homeloan/img/icon_01.png);
}

@media only screen and (max-width: 640px) {
.c-btn-account.size-01 > span:before {
	display: none;
}
}

/* ========== c-globalNav-area ========== */
.c-globalNav-area{
  padding: 0 10px;
  width: 100%;
  max-width: 978px;
  margin: 2em auto 0;
}
.c-globalNav-area .c-heading3-01 h3{
  color: #535252;
}
.c-globalNav-area ul.c-linkList-01 li{
  float: left;
  margin-right: 1em;
}
.c-globalNav-area ul.c-linkList-01 li:last-child{
  margin-right: 0;
}
.c-globalNav-area ul.c-linkList-01:after{
  content: "";
  display: block;
  clear: both;
}
.c-globalNav-area .c-linkList-01 a{
  font-size: 75%;
  padding-left: 13px;
}

#jbk-social-area{
  background: url(/assets/img/bg_02.gif) 0 0 repeat;
}

.relative {
	position: relative;
}

@media only screen and (min-width:641px){
.btn_absolute {
	position: absolute;
	content: "";
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
}

@media only screen and (max-width:640px){
.btn_absolute {
	position: absolute;
	content: "";
	bottom: 5%;
	left: 0;
}
.btn_padding {
	padding: 0 20px;
}
}

/* ========== tabs ========== */

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

/* ========== hl-acc ========== */
.hl-acc{
  background-color: #fff;
}

.hl-acc .content-wrapper img {
	width: 65%;
}
@media screen and (max-width: 640px) {
	.hl-acc .content-wrapper img {
		width: 100%;
	}
}

.hl-acc .hl-acc-content,.hl-acc .hl-acc-inner-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.hl-acc ul.hl-acc-ul > li + li{
margin-top: 0!important;
}
.hl-acc ul.hl-acc-ul > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .hl-acc ul.hl-acc-ul {
    padding: 0;
  }
}
.hl-acc ul.hl-acc-ul{
padding: 0;
}
.hl-acc ul.hl-acc-ul > li{
  list-style: none;
}
.hl-acc ul.hl-acc-ul > li + li {
  margin-top: 1em;
}
.hl-acc .hl-acc-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.hl-acc .hl-acc-inner .label {
  color: #f0920c;
}
.hl-acc .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;
}
.hl-acc .hl-acc-inner .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .hl-acc .label {
    width: 15%;
    padding: 0;
  }
}
.hl-acc .text {
  padding: 1.5em 2.5em 1.5em 1.5em;
  font-weight: bold;
  font-size: 1em;
}
.hl-acc .hl-acc-inner {
  padding: 1.5em 2.5em;
}
.hl-acc .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hl-acc .text {
    width: 85%;
  }
  .hl-acc .hl-acc-inner {
    width: 100%;
	padding: 0.4em 0.4em;
  }
}
.hl-acc .hl-acc-content {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.hl-acc .hl-acc-content:hover {
  background-color: #eee;
}
.hl-acc .hl-acc-content.opened .text {
  background-image: url("/campaign/2023/20231204_winter_set_deposit/img/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
.hl-acc .hl-acc-content .label {
  margin-bottom: 0;
}
.hl-acc .hl-acc-content .text {
  margin-bottom: 0;
  color: #535252;
  -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("/campaign/2023/20231204_winter_set_deposit/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;
}
.hl-acc .hl-acc-inner-wrap {
  display: none;
}
.hl-acc .hl-acc-inner .label {
  background-color: #fdeecb;
  margin-bottom: 0;
}
.hl-acc .hl-acc-inner .text {
  color: #535252;
  margin-bottom: 0;
}

/* ========== slider ========== */
.c-sliderBlock.c-sliderBlock--homeloan {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
  margin-left: 0;
  margin-right: 0;
}
.c-sliderBlock--homeloan .c-slider__item {
  position: relative;
}
.c-sliderBlock--homeloan .c-slider__item a {
  pointer-events: none;
}
.c-sliderBlock--homeloan .c-slider__item::before {
  content: "";
  background-color: rgb(83, 82, 82);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-wrapper {
  position: relative;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-prev {
  left: -30px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-next {
  right: -30px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-viewport {
  overflow: visible !important;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider--active a {
  pointer-events: auto;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider--active::before {
  content: none;
  opacity: 1;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-bxSlider {
  display: inline-block;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager-item a {
  background: #d4d5d5;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -400%;
  width: 8px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager-item a.active {
  background: #eb7000;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager-item {
  display: inline;
  padding: 0 5px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager-item:first-child {
  padding-left: 0;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager-item:last-child {
  padding-right: 0;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-pager {
  text-align: center;
  width: 100%;
  margin: 5px 0;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-controls-direction a {
  width: 100%;
  position: absolute;
  margin-top: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 40px;
  overflow: hidden;
  width: 40px;
  opacity: 0.7;
  box-shadow: none;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-controls-direction a:hover {
  opacity: 1;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-prev {
  float: left;
  left: -20px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-prev::before {
  content: "";
  background-image: url(/assets/img/icon__bullet--left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-next {
  float: right;
  right: -20px;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-next::before {
  content: "";
  background-image: url(/assets/img/icon__bullet--right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-viewport {
  height: auto !important;
}
.c-sliderBlock.c-sliderBlock--homeloan .bx-wrapper {
  margin: 0 auto;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider__item {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 4px;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider__item--homeloan a {
  text-decoration: none;
  color: #535252;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider__item--homeloan a:hover {
  opacity: 0.7;
}
.c-sliderBlock.c-sliderBlock--homeloan .c-slider__item--homeloan img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-sliderBlock.c-sliderBlock--homeloan {
    padding: 0 20px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-prev {
    left: -20px;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-next {
    right: -20px;
  }
  .c-sliderBlock--1col {
    margin: 0 10px;
    padding: 0;
    overflow: hidden;
  }
  .c-sliderBlock--1col .bx-wrapper {
    overflow: hidden;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-viewport {
    display: grid;
    overflow: visible !important;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-controls-direction a {
    height: 28px;
    width: 28px;
    box-shadow: none;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-prev::before {
    height: 25px;
    width: 25px;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-next::before {
    height: 25px;
    width: 25px;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .bx-pager {
    margin: 3px 0;
  }
  .c-sliderBlock.c-sliderBlock--homeloan .c-slider__item {
    box-shadow: none;
    margin-bottom: 2px;
  }
}

/* ========== tab-age ========== */
.sty-tab-age {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
}

.sty-tab-age-content {
  display: none;
}
.sty-tab-age-content.show {
  display: block;
}

.sty-tab-age-btn {
  box-sizing: border-box;
  border: 1px solid #000;
  border-right: none;
  flex: 1;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  background-color: #a9a9a9;
  color: #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.sty-tab-age-btn:last-child {
  border-right: 1px solid #000;
}

.sty-tab-age-btn.show {
  background-color: #fff;
  color: #000;
  border-right: 1px solid #000;
  z-index: 1;
}

.sty-tab-age-btn.show + .sty-tab-age-btn {
  border-left: none;
}
.hl-acc-inner {
  box-sizing: border-box;
}

.p-box.tab02 .c-heading2-01 h2 span {
  color: #35a667;
}
.c-anchorList-01.sty-select-anchor li{
  display: inline-block;
}


.c-btn-01.icon-simulator[target="_blank"]:before,.c-btnGroup-01 a.icon-simulator[target="_blank"]:before {
  content: "";
}
@media screen and (max-width: 640px) {
  .c-btnGroup-01 > a {
    margin: auto;
  }
}


.sty-tabs_c-blue .hl-heading-04 {
  background-color: #def2fe;
  border:4px solid #def2fe;
  border-bottom: none;
}
.sty-tabs_c-blue .content-wrapper-sub {
  background-color: #def2fe;
  border:#def2fe;
}
.sty-tabs_c-blue .content-wrapper {
  border-color: #def2fe;
  border-top: none;
}

.sty-tabs_c-yellow .hl-heading-04 {
  background-color: #fdeecb;
  border:4px solid #fdeecb;
  border-bottom: none;
}
.sty-tabs_c-yellow .content-wrapper-sub {
  background-color: #fdeecb;
  border:#fdeecb;
}
.sty-tabs_c-yellow .content-wrapper {
  border-color: #fdeecb;
  border-top: none;
}

.sty-tabs_c-purple .hl-heading-04 {
  background-color: #e7e4ff;
  border:4px solid #e7e4ff;
  border-bottom: none;
}
.sty-tabs_c-purple .content-wrapper-sub {
  background-color: #e7e4ff;
  border:#e7e4ff;
}
.sty-tabs_c-purple .content-wrapper {
  border-color: #e7e4ff;
  border-top: none;
}

.c-tabs-01--re25>.tabs>li.current a.sty-tabs_c-blue {
  border-top-color: #0895e6;
}
.c-tabs-01--re25>.tabs>li.current a.sty-tabs_c-purple {
  border-top-color: #6d5de6;
}

.c-heading4-01 h2, .c-heading4-01 h3, .c-heading4-01 h4 {
  border-bottom: none;
  padding-bottom: 0;
}