@import url(important-alert.css);
@import url(gnav.css?20230718);
@import url(current.css?20230817);
@import url(slider_banner.css);
@import url(slider_pr.css);

/* ========== general ========== */
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

/* ----- margin ----- */
.flat    { margin-top:    0 !important; }
.flat-02 { margin-bottom: 0 !important; }

/* em */
.c-space-e1     { margin-top: 1em     !important; }
.c-space-e1-25  { margin-top: 1.25em  !important; }
.c-space-e1-5   { margin-top: 1.5em   !important; }
.c-space-e1-75  { margin-top: 1.75em  !important; }
.c-space-e2     { margin-top: 2em     !important; }
.c-space-e2-25  { margin-top: 2.25em  !important; }
.c-space-e2-5   { margin-top: 2.5em   !important; }
.c-space-e2-75  { margin-top: 2.75em  !important; }
.c-space-e3     { margin-top: 3em     !important; }
.c-space-e3-25  { margin-top: 3.25em  !important; }
.c-space-e3-375 { margin-top: 3.375em !important; }
.c-space-e3-5   { margin-top: 3.5em   !important; }

@media screen and (max-width: 640px) {
.c-space-e1-5   { margin-top: 1.25em   !important; }
.c-space-e1-75  { margin-top: 1.25em   !important; }
.c-space-e2     { margin-top: 1.25em   !important; }
.c-space-e2-25  { margin-top: 1.25em   !important; }
.c-space-e2-5   { margin-top: 1.25em   !important; }
.c-space-e2-75  { margin-top: 1.375em  !important; }
.c-space-e3     { margin-top: 1.5em    !important; }
.c-space-e3-25  { margin-top: 1.625em  !important; }
.c-space-e3-375 { margin-top: 1.6875em !important; }
.c-space-e3-5   { margin-top: 1.75em   !important; }
}

/* px */
.c-space-p1  { margin-top:  1px !important; }
.c-space-p2  { margin-top:  2px !important; }
.c-space-p3  { margin-top:  3px !important; }
.c-space-p4  { margin-top:  4px !important; }
.c-space-p5  { margin-top:  5px !important; }
.c-space-p6  { margin-top:  6px !important; }
.c-space-p7  { margin-top:  7px !important; }
.c-space-p8  { margin-top:  8px !important; }
.c-space-p9  { margin-top:  9px !important; }
.c-space-p10 { margin-top: 10px !important; }
.c-space-p11 { margin-top: 11px !important; }
.c-space-p12 { margin-top: 12px !important; }
.c-space-p13 { margin-top: 13px !important; }
.c-space-p14 { margin-top: 14px !important; }
.c-space-p15 { margin-top: 15px !important; }
.c-space-p16 { margin-top: 16px !important; }
.c-space-p17 { margin-top: 17px !important; }
.c-space-p18 { margin-top: 18px !important; }
.c-space-p19 { margin-top: 19px !important; }
.c-space-p20 { margin-top: 20px !important; }

/* not recommended */
.cnv-spaced-01 {
	margin-top: 1.2857142857142858em !important;
}

/* ----- alignment ----- */
.text-center .img-responsive {
	margin-right: auto;
	margin-left: auto;
}

.text-center th,
.text-center td {
	text-align: center;
}

.text-top,
.text-top th,
.text-top td    { vertical-align: top    !important; }
.text-middle,
.text-middle th,
.text-middle td { vertical-align: middle !important; }
.text-bottom,
.text-bottom th,
.text-bottom td { vertical-align: bottom !important; }

/* ----- text ----- */
.c-text-01 {
	color: #eb7000;
}

.c-text-02 {
	white-space: nowrap;
}

.c-text-03,
.c-cnvBlock-01 .c-heading4-01 > .c-text-03 {
	color: #e50000 !important;
}

/* ----- size ----- */
.c-size-inherit { font-size: inherit; }
.c-size-075     { font-size:  75%; }
.c-size-087-5   { font-size:  87.5%; }
.c-size-100     { font-size: 100%; }
.c-size-112-5   { font-size: 112.5%; }
.c-size-125     { font-size: 125%; }
.c-size-137-5   { font-size: 137.5%; }
.c-size-150     { font-size: 150%; }
.c-size-175     { font-size: 175%; }
.c-size-200     { font-size: 200%; }

/* ----- c-hide ----- */
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}
/* table */
table.c-compact-01 th,
table.c-compact-01 td { padding: 8px; }

table.c-compact-02 th,
table.c-compact-02 td { padding: 8px 2px; }


/* ----- color ----- */
/* text */
.c-color-00 { color: #fff !important; }
.c-color-01a { color: #eb7000; } .c-color-01b { color: #facf9c; } .c-color-01c { color: #fce7cd; }
.c-color-02a { color: #de9d02; } .c-color-02b { color: #eece80; } .c-color-02c { color: #fdeecb; }
.c-color-03a { color: #86be00; } .c-color-03b { color: #c2df7e; } .c-color-03c { color: #e7f6c3; }
.c-color-04a { color: #35a667; } .c-color-04b { color: #a2dfbd; } .c-color-04c { color: #e3f3ea; }
.c-color-05a { color: #3595a6; } .c-color-05b { color: #9acad2; } .c-color-05c { color: #e0f6f9; }
.c-color-06a { color: #0895e6; } .c-color-06b { color: #8cd6ff; } .c-color-06c { color: #def2fe; }
.c-color-07a { color: #6d5de6; } .c-color-07b { color: #aca2f8; } .c-color-07c { color: #e7e4ff; }
.c-color-08a { color: #a749eb; } .c-color-08b { color: #cc96f3; } .c-color-08c { color: #f3e4fd; }
.c-color-09a { color: #ed1562; } .c-color-09b { color: #ff90b7; } .c-color-09c { color: #ffdfe6; }
.c-color-10a { color: #ec3a17; } .c-color-10b { color: #fcab9b; } .c-color-10c { color: #ffdfdb; }
.c-color-11a { color: #886824; } .c-color-11b { color: #ceb785; } .c-color-11c { color: #f1e7d3; }
.c-color-12a { color: #747b81; } .c-color-12b { color: #b4bec7; } .c-color-12c { color: #e3e9ef; }
.c-color-13a { color: #eb5505; } .c-color-13b { color: #fdbd9b; } .c-color-13c { color: #fedecd; }
.c-color-14a { color: #e50000; } .c-color-14b { color: #fea6a6; } .c-color-14c { color: #ffd7d7; }
.c-color-15a { color: #e80600; } .c-color-15b { color: #fea09d; } .c-color-15c { color: #ffd3d2; }
.c-color-16a { color: #092eb9; } .c-color-16b { color: #9aaaec; } .c-color-16c { color: #d5dcf8; }
.c-color-17a { color: #007a53; } .c-color-17b { color: #7fbca9; } .c-color-17c { color: #d6eae3; }
.c-color-18a { color: #326cb0; } .c-color-18b { color: #98b5d7; } .c-color-18c { color: #d6e2ef; }
.c-color-19a { color: #6009a5; } .c-color-19b { color: #af84d2; } .c-color-19c { color: #dfceed; }
.c-color-99 { color: #212426 !important; }

/* background */
.c-color-00-bg { background-color: #fff !important; }
.c-color-01a-bg { background-color: #eb7000 !important; } .c-color-01b-bg { background-color: #facf9c !important; } .c-color-01c-bg { background-color: #fce7cd !important; }
.c-color-02a-bg { background-color: #de9d02 !important; } .c-color-02b-bg { background-color: #eece80 !important; } .c-color-02c-bg { background-color: #fdeecb !important; }
.c-color-03a-bg { background-color: #86be00 !important; } .c-color-03b-bg { background-color: #c2df7e !important; } .c-color-03c-bg { background-color: #e7f6c3 !important; }
.c-color-04a-bg { background-color: #35a667 !important; } .c-color-04b-bg { background-color: #a2dfbd !important; } .c-color-04c-bg { background-color: #e3f3ea !important; }
.c-color-05a-bg { background-color: #3595a6 !important; } .c-color-05b-bg { background-color: #9acad2 !important; } .c-color-05c-bg { background-color: #e0f6f9 !important; }
.c-color-06a-bg { background-color: #0895e6 !important; } .c-color-06b-bg { background-color: #8cd6ff !important; } .c-color-06c-bg { background-color: #def2fe !important; }
.c-color-07a-bg { background-color: #6d5de6 !important; } .c-color-07b-bg { background-color: #aca2f8 !important; } .c-color-07c-bg { background-color: #e7e4ff !important; }
.c-color-08a-bg { background-color: #a749eb !important; } .c-color-08b-bg { background-color: #cc96f3 !important; } .c-color-08c-bg { background-color: #f3e4fd !important; }
.c-color-09a-bg { background-color: #ed1562 !important; } .c-color-09b-bg { background-color: #ff90b7 !important; } .c-color-09c-bg { background-color: #ffdfe6 !important; }
.c-color-10a-bg { background-color: #ec3a17 !important; } .c-color-10b-bg { background-color: #fcab9b !important; } .c-color-10c-bg { background-color: #ffdfdb !important; }
.c-color-11a-bg { background-color: #886824 !important; } .c-color-11b-bg { background-color: #ceb785 !important; } .c-color-11c-bg { background-color: #f1e7d3 !important; }
.c-color-12a-bg { background-color: #747b81 !important; } .c-color-12b-bg { background-color: #b4bec7 !important; } .c-color-12c-bg { background-color: #e3e9ef !important; }
.c-color-13a-bg { background-color: #eb5505 !important; } .c-color-13b-bg { background-color: #fdbd9b !important; } .c-color-13c-bg { background-color: #fedecd !important; }
.c-color-14a-bg { background-color: #e50000 !important; } .c-color-14b-bg { background-color: #fea6a6 !important; } .c-color-14c-bg { background-color: #ffd7d7 !important; }
.c-color-15a-bg { background-color: #e80600 !important; } .c-color-15b-bg { background-color: #fea09d !important; } .c-color-15c-bg { background-color: #ffd3d2 !important; }
.c-color-16a-bg { background-color: #092eb9 !important; } .c-color-16b-bg { background-color: #9aaaec !important; } .c-color-16c-bg { background-color: #d5dcf8 !important; }
.c-color-17a-bg { background-color: #007a53 !important; } .c-color-17b-bg { background-color: #7fbca9 !important; } .c-color-17c-bg { background-color: #d6eae3 !important; }
.c-color-18a-bg { background-color: #326cb0 !important; } .c-color-18b-bg { background-color: #98b5d7 !important; } .c-color-18c-bg { background-color: #d6e2ef !important; }
.c-color-19a-bg { background-color: #6009a5 !important; } .c-color-19b-bg { background-color: #af84d2 !important; } .c-color-19c-bg { background-color: #dfceed !important; }


/* ========== header-area ========== */
#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide {
	background: #ed7b00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg==);
		background: -moz-linear-gradient(top,#ffffff 0,#f3f3f3 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f3f3f3));
		background: -webkit-linear-gradient(top,#ffffff 0,#f3f3f3 100%);
		background: -o-linear-gradient(top,#ffffff 0,#f3f3f3 100%);
		background: -ms-linear-gradient(top,#ffffff 0,#f3f3f3 100%);
	background: linear-gradient(to bottom,#ffffff 0,#f3f3f3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f3f3',GradientType=0);
	border: #d4d5d5 solid 1px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 a.c-btn-account:before {
	background-position: center top;
	background-size: 100% auto;
	width: 28px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide:before {
	background: url(../img/icon_btn_05.png) left top no-repeat;
	background-size: 100% auto;
	height: 28px;
	width: 20px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide > span,
#jbk-header-area #header-accessary .btn-banking li.btn-04 a {
	color: #212426;
}

#jbk-header-area #header-accessary .btn-banking li.btn-04 a {
	margin-top: 0;
	padding: 15px 19px 11px;
	position: relative;
}

#jbk-header-area #header-accessary .btn-banking li.btn-04 a:before {
	display: none;
}

#jbk-header-area #header-accessary .btn-banking li.btn-04 a .balloon {
	position: absolute;
		top: 0;
		left: 0;
	transform: translateY(-12px);
}

#jbk-header-area #header-accessary .btn-banking {
	overflow: visible;
}

@media only screen and (max-width: 978px) {
#jbk-header-area #header-accessary .btn-banking li.btn-04 {
	display: none;
}
}
a.c-btn-login:before {
  mask: url(icon__login.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__login.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 25px;
  height: 25px;
  background-size: auto 36px;
  left: 25px;
}

@media only screen and (min-width: 769px) {
#jbk-header-area #header-accessary .btn-banking li.btn-01 a,
#jbk-header-area #header-accessary .btn-banking li.btn-02 a {
	padding-right: 29px !important;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 a.c-btn-account {
	padding-left: 61px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-02 a.c-btn-login {
	padding-left: 50px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide {
	padding: 16px 26px 10px 54px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 a.c-btn-account:before {
	background-image: unset;
  background-color: #fff;
  mask: url(icon__account.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__account.svg) no-repeat center center/contain;
		top: 12px;
		left: 26px;
    height: 28px;
    width: 28px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide:before {
		top: 12px;
		left: 26px;
}
}

@media only screen and (max-width: 768px) {
#jbk-header-area h1 {
	width: 111px;
	height: auto;
}

#jbk-header-area #header-accessary .btn-banking .c-hidden-sp {
	display: none;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 { right: 158px; }
#jbk-header-area #header-accessary .btn-banking li.btn-02 { right: 108px; }

#jbk-header-area #header-accessary .btn-banking li.btn-03 {
	height: 40px;
	position: absolute;
		right: 60px;
	width: 40px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a {
	position: static;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 a.c-btn-account:before {
	background-image: url(../img/icon_btn_02.png);
	display: inline-block;
		top: 7px;
		left: 7px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-03 a.c-btn-guide:before {
	display: inline-block;
		top: 7px;
		left: 10px;
}

#jbk-header-area #header-accessary .btn-banking li.btn-01 a.c-btn-account.icon-pen-01:before {
	background-image: url(../img/icon_01_@2x.png);
	background-position: left top;
	background-size: auto 33px;
	height: 27px;
		top: 6px;
		left: 12px;
	width: 17px;
}

#jbk-header-area #header-accessary .btn-menu {
	background: #fff;
	border-color: #212426;
	border-width: 2px;
}

#jbk-header-area #header-accessary .btn-menu:before {
	background-image: url(../img/icon_btn_07.png);
	background-position: center center;
	background-size: 100% auto;
	height: 18px;
		top: 9px;
		left: 9px;
	width: 18px;
}

#jbk-header-area #header-accessary .btn-menu span { transform: translate(-1px, 2px)}
}

@media only screen and (max-width: 640px) {
#jbk-header-area h1.horizontal {
	padding-bottom: 0;
}
}

@media only screen and (max-width: 330px) {
#jbk-header-area #header-accessary .btn-banking li.btn-01 { right: 143px; }
#jbk-header-area #header-accessary .btn-banking li.btn-02 { right: 98px; }

#jbk-header-area #header-accessary .btn-banking li.btn-03 {
		right: 55px;
}
}

/* ----- size-01 button ----- */
@media only screen and (max-width: 640px) {
#jbk-header-area a.c-btn-account.size-01 {
	box-shadow: 0 4px 0 rgba(168,80,0,1);
	font-size: 12px;
	padding: 11px 5px 8px 25px;
	width: 100%;
}
#jbk-header-area a.icon-login.size-01,#jbk-header-area a.c-btn-login.size-01 {
  box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
  padding: 8px 5px 8px 25px;
}

#jbk-header-area a.c-btn-account.icon-login.size-01 > .label:before {
		left: -15px;
	width: 11px;
}

#jbk-header-area a.c-btn-account.size-01 small {
	font-size: 8px;
}
}

/* ----- horizontal ----- */
#jbk-header-area h1.horizontal {
	height: auto;
	max-width: 100%;
	padding-right: 5px;
	padding-bottom: 8px;
	width: 585px;
}


/* ========== gnav-area ========== */
/* ----- additional item ----- */
#jbk-globalnav-area #gnav-06 > a {
	position: relative
}
#jbk-globalnav-area #gnav-06 > a:after {
	width: 8px;
	height: 100%;
	background-image: url(arrows_01_@2x.png);
	background-position: -87px 0;
	background-repeat: no-repeat;
	background-size: auto 23px;
	position: absolute;
	top: 26px;
	right: 12px;
	content: ""
}
@media screen and (max-width:768px) {
	#jbk-globalnav-area #gnav-06>a:after {
		content: none
	}
}

/* ----- type-02 ----- */
#jbk-globalnav-area ul.navi > li.type-02 > a {
	color: #eb7000;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
#jbk-globalnav-area ul.navi > li.type-02 > a {
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg==);
	background: -moz-linear-gradient(top,#fff 0,#eee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background: -webkit-linear-gradient(top,#fff 0,#eee 100%);
	background: -o-linear-gradient(top,#fff 0,#eee 100%);
	background: -ms-linear-gradient(top,#fff 0,#eee 100%);
	background: linear-gradient(to bottom,#fff 0,#eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
	border-top: #eb7000 solid 3px;
}

#jbk-globalnav-area #gnav-03 > a:after,
#jbk-globalnav-area #gnav-06 > a:after,
#jbk-globalnav-area #gnav-07 > a:after {
	background-position: -120px top;
		top: 23px;
}

#jbk-globalnav-area ul.navi > li.type-02 > a > .label {
	position: relative;
		top: -3px;
}

#jbk-globalnav-area ul.navi > li.opened.type-02 > a {
	background: #eee;
}

#jbk-globalnav-area ul.navi > li.current.type-02 > a {
	background: #eee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg==);
	background: -moz-linear-gradient(top,#eee 0,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#eee 0,#fff 100%);
	background: -o-linear-gradient(top,#eee 0,#fff 100%);
	background: -ms-linear-gradient(top,#eee 0,#fff 100%);
	background: linear-gradient(to bottom,#eee 0,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}
}

@media screen and (max-width: 768px) {
#jbk-globalnav-area ul.navi > li.type-02 > a {
	border-left: #eb7000 solid 5px;
	padding-left: 28px;
}

#jbk-globalnav-area ul.navi > li.type-02 > a:before {
	left: 5px;
}

#jbk-globalnav-area ul.navi > li.type-02.current a {
    background: #606060;
    background: url(data:image/svg+xml;PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWQ3YjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg==);
    background: -moz-linear-gradient(top,#e76300 0,#ed7b00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e76300),color-stop(100%,#ed7b00));
    background: -webkit-linear-gradient(top,#e76300 0,#ed7b00 100%);
    background: -o-linear-gradient(top,#e76300 0,#ed7b00 100%);
    background: -ms-linear-gradient(top,#e76300 0,#ed7b00 100%);
    background: linear-gradient(to bottom,#e76300 0,#ed7b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76300',endColorstr='#ed7b00',GradientType=0);
	border-left: none;
	color: #fff;
	padding-left: 33px;
}

#jbk-globalnav-area ul.navi > li.type-02.current > a:before {
	display: none;
}
}

/* ----- mega menu ----- */
#jbk-globalnav-area ul.navi > li > div {
	z-index: 100000000;
}

#jbk-globalnav-area ul.navi > li > div dl {
	margin: 0;
	padding: 28px;
}

#jbk-globalnav-area ul.navi > li > div dt {
	background: #facf9c;
	color: #eb7000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 1em;
	padding: 5px 10px 0;
	text-align: center;
}

#jbk-globalnav-area ul.navi > li > div dt:first-child {
	margin-top: 0;
}

#jbk-globalnav-area ul.navi > li > div p.label {
	border-bottom: 1px solid #d4d5d5;
	color: #eb7000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 28px 0 0;
	padding: 0 0 3px;
}

#jbk-globalnav-area ul.navi > li > div ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

#jbk-globalnav-area ul.navi > li > div dl ul {
	margin: -8px 0 0;
}

#jbk-globalnav-area ul.navi > li > div dt + dd > ul:first-child {
	margin-top: -10px;
}

#jbk-globalnav-area ul.navi > li > div dl + ul {
	border-top: 1px solid #d4d5d5;
	justify-content: flex-end;
	padding: 15px 28px 15px;
}

#jbk-globalnav-area ul.navi > li > div ul > li {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#jbk-globalnav-area ul.navi > li > div dl ul > li {
	flex-basis: calc((100% + 29px) / 3 - 29px);
	margin: 28px 0 0 28px;
}

#jbk-globalnav-area ul.navi > li > div dl ul > li:nth-of-type(3n+1) {
	margin-left: 0;
}

#jbk-globalnav-area ul.navi > li > div dl + ul > li {
	margin-left: 28px;
}

#jbk-globalnav-area ul.navi > li > div ul > li a {
	color: #212426;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
	text-decoration: none;
}

#jbk-globalnav-area ul.navi > li > div ul > li a:before {
	background: url(marker_01_@2x.png) left center no-repeat;
	background-size: auto 18px;
	content: "";
	height: 100%;
	position: absolute;
		top: -1px;
		left: 0;
	width: 18px;
}

#jbk-globalnav-area ul.navi > li > div ul > li a:hover,
#jbk-globalnav-area ul.navi > li > div ul > li a:active,
#jbk-globalnav-area ul.navi > li > div ul > li a:focus {
	opacity: 0.7;
}


/* ========== main-area ========== */
@media only screen and (min-width: 769px) {
.heading-group .c-importantNotes-01 {
	margin-top: 1.25em;
}
}

@media screen and (max-width: 640px) {
#page-title > .frame-content:first-child,
#page-title > .frame-content:first-child .c-heading1-01 {
	background: #eb7000;
}

#page-title > .frame-content:first-child .c-heading1-01 h1 {
	color: #fff;
}
}

/* ----- mainImage ----- */
.c-mainImage-04 {
	background: center top no-repeat;
	background-size: cover;
}

.c-mainImage-04 header h1 {
	margin: 0 auto;
	width: 100%;
}

.c-mainImage-04 header h1 img {
	max-width: 100%;
}

.c-mainImage-04.pc header h1 {
	padding: 0 7px;
	max-width: 100%;
	width: 994px;
}

.c-mainImage-04.sp {
	text-align: center;
}

.c-mainImage-04.sp header {
	background: url(bg_05.png) center bottom repeat-x;
	background-size: auto 100%;
	margin: 0 auto;
}

.c-mainImage-04.sp header h1 img {
	width: 320px;
}

.jbk-category-home-sp .c-mainImage-04.sp header {
	background-image: url(bg_04.png);
}


/* ========== footer-area ========== */
#jbk-frame-main + #jbk-footer-area #jbk-copyright-area:first-child {
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
#jbk-frame-main + #jbk-footer-area #jbk-copyright-area:first-child {
	margin-top: 20px;
}
}


/* ========== heading ========== */
.c-heading1-02 {
	background: #d4d5d5;
	margin: 30px 0 0;
	padding: 16px 10px 10px;
	text-align: center;
}

.c-heading1-02 h1 {
	font-size: 262.5%;
	margin: 0;
}

.c-heading2-01 span {
	border-radius: 1px;
}

/* ----- category top ----- */
.c-heading2-01.type-02 {
	margin: 0px -0 1.875em  !important;
	text-align: center;
}
.c-heading2-01.type-02 h2,
.c-heading2-01.type-02 span {
	display: block;
}
.c-heading2-01.type-02 span {
	box-shadow: none;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 640px) {
.c-heading2-01.type-02 {
	margin: 0 0 0.5625em !important;
}
}


/* ========== headingLink ========== */
.c-headingLink-01.type-02 .label {
	border: none;
	padding-bottom: 0;
}


/* ========== list ========== */
/* ----- c-list-01 ----- */
.c-list-01 .c-list-02 > li,
.c-list-01 .c-linkList-01 > li,
.c-list-01 .c-noteList-03 > li,
.c-list-01 .c-anchorList-01 > li {
	list-style: none;
}

/* ----- c-list-02 ----- */
.c-list-02 li li {
	counter-increment: none;
}

.c-list-02 .c-noteList-03 > li {
	text-indent: 0;
}

/* ----- c-list-03 ----- */
.c-list-03 .c-linkList-01 > li,
.c-list-03 > li > .c-btnGroup-02 {
	text-indent: 0;
}

.c-list-03 .c-noteList-01 > li span,
.c-list-03 .c-noteList-02 > li span {
	color: inherit;
}

.c-list-03 .c-noteList-01 > li span {
	width: 1em;
}


/* ========== noteList ========== */
.c-noteList-01 .c-linkList-01 > li,
.c-noteList-02 .c-linkList-01 > li,
.c-noteList-02 .c-noteList-01 > li,
.c-noteList-01 .c-list-01 > li,
.c-noteList-01 .c-list-03 > li{
	font-size: 100%;
	margin-top: 0.25em;
}

.c-noteList-01 span,
.c-noteList-02 span {
    margin-right: 0;
}

.c-noteList-01 > li > span:first-child,
.c-noteList-02 > li > span:first-child {
    margin-right: .375em;
}

/* ----- c-noteList-01 ----- */
.c-noteList-01 .c-linkList-01 > li,
.c-noteList-02 .c-linkList-01 > li,
.c-noteList-01 .c-btnGroup-01 {
	text-indent: 0;
}

.c-noteList-01 .c-linkList-01 > li > a {
	color: inherit;
	padding-left: 22px;
}

.c-noteList-01 .c-linkList-01 > li > a:before {
	background-size: auto 16px;
	width: 16px;
}

.c-noteList-01 .c-list-01 > li {
	margin-left: 20px;
	text-indent: 0;
	list-style-type: square;
}

.c-noteList-01 .c-list-03 > li {
	margin-left: 2.25em;
	text-indent: -2.25em;
}
	.c-noteList-01 .c-list-03 span { margin-right: .375em; }

/* ----- c-noteList-02 ----- */
.c-noteList-02 .c-noteList-01 {
	margin-left: 1.125em;
}

.c-noteList-02 .c-noteList-01 > li {
	text-indent: -1.2857142857142858em;
}

/* ----- c-noteList-03 ----- */
.c-noteList-03 .c-list-01       > li:before,
.c-noteList-03 .c-list-03       > li:before,
.c-noteList-03 .c-linkList-01   > li:before,
.c-noteList-03 .c-noteList-01   > li:before,
.c-noteList-03 .c-noteList-02   > li:before,
.c-noteList-03 .c-anchorList-01 > li:before {
	display: none;
}

.c-noteList-03 .c-list-01     > li,
.c-noteList-03 .c-list-03     > li,
.c-noteList-03 .c-noteList-01 > li,
.c-noteList-03 .c-noteList-02 > li {
	padding-left: 0;
}

.c-noteList-03 .c-list-01 > li {
	margin-left: 20px;
}

.c-noteList-03 .c-list-03 > li {
	margin-left: 2.25em;
}


/* ========== linkList ========== */
.c-linkList-02.type-02 {
	margin-bottom: -50px;
	padding: .625em 25px 0;
}

.c-linkList-02.type-02 dl {
	margin: 0;
}

.c-linkList-02.type-02 dt {
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 1.25em;
}

.c-linkList-02.type-02 > li {
	margin: 0 0 50px 0;
}

.c-linkList-02.type-02.is-vertical > li {
	display: list-item;
	width: auto;
}

@media only screen and (max-width: 640px) {
.c-linkList-02.type-02 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
}

.c-linkList-02.type-02 dt {
	font-size: 16px;
	margin-bottom: 0.75em;
}

.c-linkList-02.type-02 > li {
	border-top: none;
	border-bottom: 1px solid #d4d5d5;
	margin: 0 0 10px;
}

.c-linkList-02.type-02 a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}


/* ========== dl ========== */
.c-dl-03 {
	margin: 1.25em 0 0;
	text-indent: 0;
}

.c-dl-03 > dt,
.c-dl-03 > dd {
	float: left;
	font-weight: normal;
}

.c-dl-03:after,
.c-dl-03 > dt {
	clear: both;
	content: "";
	display: block;
}


/* ========== imgList ========== */
@media only screen and (max-width: 640px) {
.c-imgList-01 > li {
	display: inline-block;
}
}


/* ========== button ========== */
.c-btn-01 {
	margin-top: 20px;
}

.c-btnGroup-01 .btn .icon,
.c-btn-01 .icon {
	margin-left: 4px;
}

.c-btnGroup-01 .btn .icon img,
.c-btn-01 .icon img {
	width: 16px;
}

a.c-btn-account {
	padding-left: 72px;
}

a.c-btn-account:before,
.c-subNavi-01 .option-cnv ul li a.c-btn-account:before {
	background-size: 100%;
	height: 20px;
		top: 18px;
	width: 28px;
}
a.c-btn-account:not(.c-btn-mail):before,
.c-subNavi-01 .option-cnv ul li a.c-btn-account:not(.c-btn-mail):before {
	background-image: unset;
  mask: url(icon__account.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__account.svg) no-repeat center center/contain;
  background-color: #fff;
  height: 30px;
  top: 14px;
width: 30px;
}

@media only screen and (max-width: 640px) {
a.c-btn-account {
	padding-left: 38px;
}

a.c-btn-account:before,
.c-subNavi-01 .option-cnv ul li a.c-btn-account:before {
	display: none;
}
}

a.c-btn-square {
	border-radius: 10px;
}

/* ----- 07 ----- */
a.c-btn-07 {
	border: #eb7000 solid 3px;
	color: #eb7000;
	display: inline-block;
	border-radius: 10px;
	font-weight: bold;
	margin-top: 1.25em;
	padding: 8px 16px 5px;
	text-decoration: none;
}

a.c-btn-07:hover,
a.c-btn-07:active,
a.c-btn-07:focus {
	opacity: 0.7;
}

a.c-btn-07 > .suffix {
	color: #212426;
	display: block;
	font-size: 75%;
	font-weight: normal;
	padding-left: 19px;
	position: relative;
}

a.c-btn-07 > .suffix:before {
	background: url(../img/marker_01_@2x.png) left top no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
		left: 0;
	width: 14px;
}

.toc a.c-btn-07 > .suffix:before {
	background-image: url(../img/marker_07_@2x.png);
}

.toc a.c-btn-07.upward > .suffix:before {
	background-position: right top;
}

/* ----- type ----- */
.c-btn-01.type-02 {
	border-color: #eb7000;
	border-radius: 28px;
	border-width: 2px;
	color: #eb7000;
	font-size: 112.5%;
	font-weight: bold;
	padding: 16px 30px 16px 60px;
	text-align: left;
}

.c-btn-01.type-02:before {
		top: 19px;
		left: 38px;
}

/* ----- icon ----- */
.c-btn-01.icon-simulator:before {
	width: 18px;
	height: 21px;
	background-image: url(icon_10.png);
	background-size: 100% 100%;
}

.c-btn-01.icon-insurance-01:before,
.c-btn-03.icon-insurance-01:before {
	background: url(icon_13.png) left top no-repeat;
	background-size: 100% auto;
}

.c-btn-03.icon-insurance-01:before {
	width: 20px;
}

.c-btn-02.upward:before {
	background-position: -18px top;
}

.c-btn-01.icon-download { padding-left: 45px; }
.c-btn-01.icon-download:before {
	background-image: url(icon_download_01.png);
	background-size: auto 100%;
	background-position: left top;
	height: 24px;
	width: 26px;
	position: absolute;
		top: 8px;
}

a.c-btn-account.icon-insurance-01,
a.c-btn-account.icon-login {
	padding-left: 60px;
}


a.c-btn-account.icon-insurance-01:before {
	background: url(icon_11.png) left top no-repeat;
	background-size: 100% 100%;
	height: 27px;
	margin-top: -2px;
		left: 23px;
	width: 27px;
}

.c-btn-login.icon-arrow-01:before,
a.c-btn-account.icon-arrow-01:before {
	width: 18px;
	height: 65%;
	background-image: url(marker_01_@2x.png);
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: -216px 0;
	position: absolute;
	margin-top: 2px;
	left: 38px;
	content: "";
  background-color: transparent;
  mask: none;
  -webkit-mask: none;
}

a.c-btn-account.icon-login:before,
a.c-btn-account.icon-login.size-01 > .label:before {
	background: url(../img/icon_btn_04.png) left top no-repeat;
	background-size: 100% auto;
	height: 23px;
	width: 19px;
}

a.c-btn-account.icon-login.size-01 > .label:before {
		left: -24px;
}

@media only screen and (max-width: 640px) {
a.c-btn-account.icon-insurance-01,
a.c-btn-account.icon-arrow-01,
a.c-btn-account.icon-login {
	padding-left: 60px;
}

a.c-btn-account.icon-insurance-01:before,
a.c-btn-account.icon-arrow-01:before,
a.c-btn-account.icon-login:before {
	display: inline-block;
}
}

@media only screen and (max-width: 640px) {
  a.c-btn-01-login{
    position: relative;
  }
  a.c-btn-01-login:before {
    mask: url(icon__login.svg) no-repeat center center / contain;
    -webkit-mask: url(icon__login.svg) no-repeat center center / contain;
    background-color: #fff;
    width: 25px;
    height: 25px;
    left: 5px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  a.c-btn-01-login:after{
    position: absolute;
    content: "";
    bottom: 9px;
    right: 5px;
    width: 25px;
    height: 25px;
    mask: url(icon__modaal.svg) no-repeat center center / contain;
    -webkit-mask: url(icon__modaal.svg) no-repeat center center / contain;
    background-color: #fff;
    background-repeat: no-repeat;
  }
}

/* ----- size ----- */
a.c-btn-account.size-01,
a.c-btn-01.size-02 {
	border-radius: 10px;
	box-shadow: 0 8px 0 rgba(168,80,0,1);
	font-size: 150%;
	margin-top: 16px;
	max-width: 100%;
	padding: 18px 30px 14px 60px;
	text-align: center;
}

a.c-btn-01.size-02 {
	border: #ea7f1e solid 2px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.c-btn-account.size-01 {
	border-top: none;
	border-bottom: none;
}

a.c-btn-account.size-01:before,
a.c-btn-01.size-02:before {
	display: none;
}

a.c-btn-account.size-01 > .label,
a.c-btn-01.size-02      > .label {
	position: relative;
}

a.c-btn-account.size-01 + .c-linkList-01 {
	margin-top: 18px;
}

a.c-btn-account.size-01,
a.c-btn-01.size-02 {
	width: 432px;
}

a.c-btn-account.size-01 > .label:before,
a.c-btn-01.size-02      > .label:before {
	content: "";
	position: absolute;
}

a.c-btn-01.size-02 > .label:before {
	background: url(../img/marker_01_@2x.png) left top no-repeat;
	background-size: auto 100%;
	height: 20px;
		top: 6px;
		left: -24px;
	width: 20px;
}


@media only screen and (min-width: 641px) {
a.c-btn-account.size-01 > .label:before {
	background: unset;
  mask: url(icon__account.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__account.svg) no-repeat center center/contain;
  background-color: #fff;
	background-size: 100% auto;
	height: 30px;
		top: 2px;
		left: -35px;
	width: 30px;
}
}

@media only screen and (max-width: 640px) {
a.c-btn-account.size-01,
a.c-btn-01.size-02 {
	font-size: 125%;
	padding-right: 20px;
	padding-left: 20px;
}

a.c-btn-01.size-02 {
	padding-right: 10px;
	padding-left: 30px;
}

a.c-btn-account.size-01.icon-login {
	padding-left: 44px;
}

a.c-btn-01.size-02      > .label:before { top: 0; }
a.c-btn-account.size-01 > .label:before { top: 2px; }

a.c-btn-account.size-01.icon-login > .label:before,
a.c-btn-account.size-01 > .label small {
	display: inline-block;
}
}
@media only screen and (max-width: 640px) {
  a.c-btn-01-login span{
    padding-right: 0;
    font-weight:normal;
  }
}


/* ========== button group ========== */
/* ----- 03 ----- */
.c-btnGroup-03 {
	font-size: 0;
	margin: 10px 0 0 -10px;
}

.c-btnGroup-03 > a {
	font-size: 16px;
	margin: 10px 0 0 10px;
}

.c-btnGroup-03.toc > a {
	color: #212426;
}

@media only screen and (max-width: 480px) {
.c-btnGroup-03 > a {
	display: block;
}
}

/* ----- 04 ----- */
.c-btnGroup-04 {
	margin-left: -12px;
}

.c-btnGroup-04 a {
	margin-top: 1.25em;
	margin-left: 12px;
}


/* ========== cnvBlock ========== */
/* ----- type ----- */
.cnv-type06 {
	background-color: #fce7cd;
}

/* ----- c-cnvBlock-01 ----- */
@media only screen and (min-width: 961px) {
.c-cnvBlock-01 {
	padding-right: 16px;
	padding-left: 16px;
}

.c-cnvBlock-01 > .cnvBlock-pull-left {
	padding-right: 16px;
}

.c-cnvBlock-01 > .cnvBlock-pull-right {
	padding-left: 16px;
}

.c-cnvBlock-01 > .cnvBlock-apps-unit:nth-of-type(1) {
	padding-left: 0;
}

.c-cnvBlock-01 > .cnvBlock-apps-unit + .cnvBlock-apps-unit {
	padding-right: 0;
}
}

/* ----- list ----- */
.c-cnvBlock-01 .c-noteList-03 li ,
.c-cnvBlock-02 .c-noteList-03 li {
	display: inline-block;
}

.c-cnvBlock-01 .c-noteList-03 li:first-child ,
.c-cnvBlock-02 .c-noteList-03 li:first-child {
	margin-top: 0;
}

.c-cnvBlock-01 > .c-list-01,
.c-cnvBlock-01 > .cnvBlock-pull-left > .c-list-01,
.c-cnvBlock-01 > .cnvBlock-pull-right > .c-list-01 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 87.5%;
	text-align: left;
}

/* ----- spaced ----- */
.c-cnvBlock-01 > header + .cnvBlock-pull-left,
.c-cnvBlock-01 > header + .cnvBlock-pull-right,
.c-cnvBlock-01 > header + .cnvBlock-apps-unit,
.c-cnvBlock-01 > header + .cnvBlock-apps-unit + .cnvBlock-apps-unit {
	margin-top: 20px;
}


/* ========== signature ========== */
/* ----- c-signature-02 ----- */
.c-signature-02 p {
	margin-right: 0;
}
.c-signature-02 p + p {
	margin-left: 20px;
}


/* ========== subNavi ========== */
/* ----- level03 ----- */
/* PC */
.c-subNavi-01.level03-01 .subNavi-local {
	height: 0;
	margin: 12px 0 0 0;
	overflow: hidden;
}
.c-subNavi-01.level03-01 .subNavi-local:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-top: 1px solid #d4d5d5;
	box-shadow: inset 0 1px 0 0 #f7f7f7;
}
.c-subNavi-01.level03-01 .subNavi-local ul {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0;
	background: none;
}
.c-subNavi-01.level03-01 .subNavi-local ul.open {
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.c-subNavi-01.level03-01 .subNavi-local ul li {
	display: inline-block;
	margin-top: 25px;
	border-left: 1px solid #646464;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
	font-size: 16px;
}
.c-subNavi-01.level03-01 .subNavi-local ul li:first-child {
	border-left: none;
}
.c-subNavi-01.level03-01 .subNavi-local ul a {
	padding: 0;
	border: none;
	background: none;
	color: #212426;
	text-decoration: none;
}
.c-subNavi-01.level03-01 .subNavi-local ul em {
	color: #eb7000;
}
.c-subNavi-01.level03-01 .subNavi-local ul a:hover {
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}
@media only screen and (min-width: 641px) {
	.c-subNavi-01.level03-01.pc .subNavi-local ul a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@media only screen and (max-width: 640px) {
	.c-subNavi-01.level03-01.pc ul { background-color: inherit; }
	.c-subNavi-01.level03-01.pc ul li {	width: auto; }

	.c-subNavi-01.level03-01.pc .subNavi-main { margin-top: 14px; }

	.c-subNavi-01.level03-01.pc .subNavi-main ul li {
		display: inline-block;
		margin-left: 6px;
		margin-top: 10px;
		border-bottom: none;
		border-radius: 24px;
	}
	.c-subNavi-01.level03-01.pc .subNavi-main ul li a {
		padding: 12px 20px 11px;
		border-radius: 24px;
		border-top: 1px solid #d4d5d5;
		border-bottom: 1px solid #d4d5d5;
	}
		.c-subNavi-01.level03-01.pc ul li a:before { background-image: none; }

	.c-subNavi-01.level03-01.pc .subNavi-local ul li {
		background: none;
		border-bottom: none;
		width: auto;
	}
	.c-subNavi-01.level03-01.pc .subNavi-local ul li a:before {
		background: none;
	}
}

/* SP */
.c-subNavi-01.level03-01 .subNavi-heading {
	padding-top: 14px;
	text-align: center;
}
.c-subNavi-01.level03-01 .subNavi-heading h2 {
	font-size: 20px;
	font-weight: bold;
}
.c-subNavi-01.level03-01 .subNavi-heading a {
	margin-top: 10px;
	display: inline-block;
	border: 1px solid #d4d5d5;
	padding: 8px 10px 8px 28px;
	color: #212426;
	border-radius: 8px;
	text-decoration: none;
	background-color: #fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	/* W3C */

	font-size: 10px;
	position: relative;
}
.c-subNavi-01.level03-01 .subNavi-heading a:before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	background: url(marker_18.png) 0 0;
	background-size: 12px 10px;
}

.c-subNavi-01.level03-01.sp .subNavi-heading + .subNavi-main { margin-top: 15px; }

.c-subNavi-01.level03-01.sp .subNavi-main li {
	display: inherit;
	position: relative;
}
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item .subNavi-child {
	overflow: hidden;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
	height: 0;
	visibility: hidden;
}
.c-subNavi-01.level03-01.sp .subNavi-item,
.c-subNavi-01.level03-01.sp .subNavi-item li { background-color: #f1f1f1; }
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-child ul li {
	border-top: 1px solid #ccc;
	border-bottom: none;
}
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item .subNavi-child ul li:first-child { border-top: 1px dotted #747474; }
.c-subNavi-01.level03-01.sp .subNavi-item .subNavi-child ul li a,
.c-subNavi-01.level03-01.sp .subNavi-item .subNavi-child ul li a:before { background: none; }
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item > a:before,
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item > em:before { top: 22px; }
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item.dropdown > a:before {
	background-image: url(marker_17.png);
	background-position: 0;
	background-size: auto 14px;
	width: 14px;
	height: 14px;
}
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item.dropdown.open > a {
	background: none;
	font-weight: bold;
}
.ie9 .c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item.dropdown.open > a {
	filter: none;
}
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item.dropdown.open > a:before {
	background-image: url(marker_17.png);
	background-position: -14px 0;
	background-size: auto 14px;
	width: 14px;
	height: 14px;
}
.c-subNavi-01.level03-01.sp .subNavi-main .subNavi-item.dropdown.open .subNavi-child {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
	visibility: visible;
}

@media only screen and (min-width: 641px) {
	.c-subNavi-01.level03-01.sp ul li {
		margin-top: inherit;
		margin-left: inherit;
		border-bottom: 1px solid #747474;
	}
	.c-subNavi-01.level03-01.sp ul li.current {
		border-radius: 0;
		font-size: 14px;
		border-top: none;
	}
	.c-subNavi-01.level03-01.sp ul li a {
		display: block;
		border-radius: 0;
		border: 0;
		font-size: 14px;
		margin: 0;
		padding: 13px 12px 12px 32px;
	}
	.c-subNavi-01.level03-01.sp ul li a:before {
		display: block;
		font-size: 14px;
		width: 14px;
		height: 12px;
		background-image: url(arrows_01_@2x.png);
		background-repeat: no-repeat;
		background-position: -52px 0;
		background-size: auto 23px;
		left: 10px;
		top: 50%;
		margin-top: -7px;
		position: absolute;
		content: "";
	}
}

.c-subNavi-01 ul li:first-child {
	margin-left: 0;
}

.c-subNavi-01 .subNavi-option .option-cnv ul ul {
	padding: 0;
	border: none;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li .c-btn-account:before {
	top: 13px;
	left: 22px;
}

@media screen and (min-width: 640px) {
.c-subNavi-01 .subNavi-option .option-cnv > ul {
	display: table;
}

.c-subNavi-01 .subNavi-option .option-cnv > ul > li {
	vertical-align: middle;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li .c-btn-account {
	padding-left: 55px;
}

.c-subNavi-01 .subNavi-option .option-cnv > ul ul {
	display: block;
}

.c-subNavi-01 .subNavi-option .option-cnv > ul ul > li {
	display: list-item;
	padding: 0;
	text-align: left;
}

.c-subNavi-01 .subNavi-option .option-cnv > ul ul > li + li {
	margin-top: 6px;
}
}

@media screen and (max-width: 768px) {
.c-subNavi-01 .subNavi-option .option-cnv ul li a.c-btn-account:before {
	top: 11px;
}
}

@media screen and (max-width: 640px) {
.c-subNavi-01 .subNavi-option .option-cnv {
	margin-top: 10px;
	text-align: center;
}

.c-subNavi-01 .subNavi-option .option-cnv > ul {
	background: #d3d3d3;
	border: #d2d2d2 solid 1px;
	border-radius: 48px;
	display: inline-block;
	padding: 12px;
	width: auto;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li {
	background: none;
	border-bottom: none;
	margin: 0;
	width: auto;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li + li {
	margin-top: 6px;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li a {
	border-radius: 24px;
}

.c-subNavi-01 .subNavi-option .option-cnv ul li a.c-btn-account {
	border-right: 0;
	border-left: none;
	border-top: 1px solid #f9cd00;
	border-bottom: 1px solid #d72200;
	padding-left: 14px;
}

.c-subNavi-01 .subNavi-option .option-other {
	margin: 7px 10px;
	text-align: center;
	width: auto;
}

.c-subNavi-01 .subNavi-option .option-other ul,
.c-subNavi-01 .subNavi-option .option-other ul li {
	background: none;
}

.c-subNavi-01 .subNavi-option .option-other .c-noteList-03 {
	padding-top: 10px;
	padding-bottom: 0;
}

.c-subNavi-01 .subNavi-option .option-other .c-btn-01,
.c-subNavi-01 .subNavi-option .option-other .c-btn-03 {
	display: inline-block;
	border-radius: 36px;
	width: auto;
}
}


/* ========== noticeBlock ========== */
.c-noticeBlock-01 > .col .heading {
	display: block;
}

.c-noticeBlock-01 + .c-noticeBlock-01 {
	margin-top: 26px;
}

@media screen and (max-width: 640px) {
.c-noticeBlock-01.column-01 > .col > figure   { width: 30%; }
.c-noticeBlock-01.column-01 > .col > .content { width: 65%; }

.c-noticeBlock-01 + .c-noticeBlock-01 {
	border-top: #bbbcbc solid 1px;
	margin-top: 16px;
}
}


/* ========== steps ========== */
/* ----- 01 ----- */
.c-steps-01 .c-heading2-02 .heading-main > h3 span,
.c-steps-01 .c-heading2-02 .heading-main > h4 span,
.c-steps-01 .c-heading2-02 .heading-main > h5 span,
.c-steps-01 .c-heading2-02 .heading-main > h6 span {
	padding: 7px 12px 7px 15px;
}

/* ----- 02 ----- */
.c-steps-02 .icon-apps figure {
	max-width: 222px;
}

.c-steps-02 .c-heading2-02 .heading-main h3,
.c-steps-02 .c-heading2-02 .heading-main h4,
.c-steps-02 .c-heading2-02 .heading-main h5,
.c-steps-02 .c-heading2-02 .heading-main h6 {
	display: inline;
	font-size: 150%;
	line-height: 2.6;
	margin: 0;
	padding: 0;
}

.c-steps-02 .c-heading2-02 .heading-main h3 span,
.c-steps-02 .c-heading2-02 .heading-main h4 span,
.c-steps-02 .c-heading2-02 .heading-main h5 span,
.c-steps-02 .c-heading2-02 .heading-main h6 span {
	display: inline;
	margin-top: 2px;
	padding: 12px 0;
	position: relative;
}

@media screen and (max-width: 640px) {
.c-heading2-02 .heading-main h3,
.c-heading2-02 .heading-main h4,
.c-heading2-02 .heading-main h5,
.c-heading2-02 .heading-main h6 {
	font-size: 125%;
	line-height: 2.15;
}

.c-heading2-02 .heading-main h3 span,
.c-heading2-02 .heading-main h4 span,
.c-heading2-02 .heading-main h5 span,
.c-heading2-02 .heading-main h6 span {
	padding: 8px 0;
}
}

/* ----- 03 ----- */
.c-steps-03 .c-step-item .c-step-item-num {
	width: 28px;
}

@media only screen and (max-width: 640px) {
.c-steps-03 .c-step-block-01 {
	float: left;
	width: 98px;
}

.c-steps-03 .c-step-block-01 figure {
	margin-top: 0;
}

.c-steps-03 .c-step-block-02 {
	margin-left: 108px;
}

.c-steps-03 .c-column-group .col-unit-1\/3,
.c-steps-03 .c-column-group .col-unit-1\/2 {
	background: url(bg_06.png) left top repeat-y;
	background-size: 98px;
	margin-top: 0;
	padding-bottom: 17px;
}

.c-steps-03 .c-column-group .col-unit-1\/3:after,
.c-steps-03 .c-column-group .col-unit-1\/2:after {
	clear: both;
	content: "";
	display: block;
}

.c-steps-03 .c-column-group .col-unit-1\/3:last-child,
.c-steps-03 .c-column-group .col-unit-1\/2:last-child {
	background-image: none;
	padding-bottom: 0;
}
}

.c-steps-03 .c-step-item {
	border: #facf9c solid 3px;
	border-radius: 15px;
	padding: 35px 20px 10px;
	position: relative;
}

.c-steps-03 .c-step-item .c-step-item-num {
	position: absolute;
		top: 2px;
		left: 2px;
}

.c-steps-03 * + .c-step-item {
	margin-top: 17px;
}

@media only screen and (max-width: 640px) {
.c-steps-03 .c-step-item {
	border-width: 2px;
	border-radius: 10px;
	padding: 25px 10px 5px;
}

.c-steps-03 .c-step-item .c-step-item-num {
	width: 22px;
}
}

/* ----- 04 ----- */
.c-steps-04 {
	border: #facf9c solid 3px;
	border-radius: 10px;
}

.c-steps-04 > .step {
	border-color: #facf9c;
	border-style: solid;
	border-width: 0 6px 0 0;
	padding: 20px 15px;
	position: relative;
}

.c-steps-04 > .step:after {
	background: left top no-repeat;
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
}

.c-steps-04 > .step:last-child {
	border: none;
}

.c-steps-04 > .step:last-child:after {
	display: none;
}

.c-steps-04 > .step.finished:before {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

.c-steps-04 > .step.finished .finish-sign {
	background: #000;
	color: #fff;
	font-size: 187.5%;
	margin-left: -1.75em;
	padding: 0.3em 0.75em 0.2em;
	position: absolute;
		top: 3.5em;
		left: 50%;
	transform: rotate(-10deg);
	z-index: 100;
}

.c-steps-04 .step-heading {
	line-height: 1.4;
	text-align: center;
}

.c-steps-04 .step-heading > .step-num {
	background: #fce7cd;
	color: #eb7000;
	display: inline-block;
	font-weight: bold;
}

.c-steps-04 .step-heading > .step-label {
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
.c-steps-04 {
	border-width: 6px;
	display: flex;
	flex-wrap: no-wrap;
}

.c-steps-04.steps-02 > .step { flex-basis: 50%; }
.c-steps-04.steps-03 > .step { flex-basis: 33.33%; }
.c-steps-04.steps-04 > .step { flex-basis: 25%; }
.c-steps-04.steps-05 > .step { flex-basis: 20%; }
.c-steps-04.steps-06 > .step { flex-basis: 16.66%; }

.c-steps-04 > .step:after {
	background-image: url(arrows_09_pc.png);
	height: 60px;
	margin-top: -30px;
		top: 50%;
		right: -18px;
	width: 18px;
}

.c-steps-04 > .step.finished:after {
	background-position: left bottom;
}

.c-steps-04 > .step:first-child.finished:before { border-radius: 4px 0 0 4px; }
.c-steps-04 > .step:last-child.finished:before  { border-radius: 0 4px 4px 0; }

.c-steps-04 .step-heading > .step-num {
	font-size: 117.19%;
	margin-bottom: 24px;
	padding: 6px 15px 2px;
}

.c-steps-04 .step-heading > .step-label {
	border-bottom: #d7d8d8 solid 2px;
	font-size: 156.25%;
	margin-bottom: 30px;
	padding-bottom: 14px;
	text-align: center;
}
}

@media only screen and (max-width: 768px) {
.c-steps-04 > .step {
	border-width: 0 0 3px;
}

.c-steps-04 > .step:after {
	background-image: url(arrows_09_sp.png);
	background-size: 120px auto;
	height: 19px;
	margin-left: -30px;
		bottom: -19px;
		left: 50%;
	width: 60px;
}

.c-steps-04 > .step.finished:after {
	background-position: right top;
}

.c-steps-04 > .step:first-child.finished:before { border-radius: 7px 7px 0 0; }
.c-steps-04 > .step:last-child.finished:before  { border-radius: 0 0 7px 7px; }

.c-steps-04 > .step.finished .finish-sign {
	margin-top: -0.75em;
		top: 50%;
}

.c-steps-04 .step-heading:after {
	clear: both;
	content: "";
	display: block;
}

.c-steps-04 .step-heading > .step-num {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 3px 10px 0;
}

.c-steps-04 .step-heading > .step-label {
	font-size: 125%;
	text-align: left;
}
}

/* ----- 05 ---- */
.c-steps-05 {
	margin-top: 30px;
}

.c-steps-05 > .step {
	border: #eb7000 solid 3px;
	border-radius: 15px;
	padding: 10px;
	position: relative;
}

.c-steps-05 > .step + .step:before {
	background: url(arrows_10_pc.png) -20px center no-repeat;
	background-size: auto 100%;
	content: "";
	height: 40px;
	margin-top: -20px;
	position: absolute;
		top: 50%;
		left: -27px;
	width: 20px;
}

.c-steps-05 .step-heading {
	text-align: center;
}

.c-steps-05 .step-heading > .step-num,
.c-steps-05 .step-heading > .step-label {
	font-weight: bold;
}


.c-steps-05 .step-heading > .step-num {
	color: #eb7000;
	font-size: 125%;
}

.c-steps-05 .step-heading > .step-label {
	border-bottom: #d7d8d8 solid 2px;
	font-size: 150%;
	margin: 16px 0;
	padding-bottom: 14px;
}

@media only screen and (min-width: 769px) {
.c-steps-05 {
	display: flex;
	flex-wrap: no-wrap;
}

.c-steps-05 > .step + .step {
	margin-left: 30px;
}

.c-steps-05.steps-02 > .step { flex-basis: calc((100% + 30px) / 2 - 30px); }
.c-steps-05.steps-03 > .step { flex-basis: calc((100% + 30px) / 3 - 30px); }
.c-steps-05.steps-04 > .step { flex-basis: calc((100% + 30px) / 4 - 30px); }
.c-steps-05.steps-05 > .step { flex-basis: calc((100% + 30px) / 5 - 30px); }
.c-steps-05.steps-06 > .step { flex-basis: calc((100% + 30px) / 6 - 30px); }

.c-steps-05 > .step.finished {
	background-position: left center !important;
	border-color: #999 !important;
}
}

@media only screen and (max-width: 768px) {
.c-steps-05 > .step {
	border-width: 2px;
	margin-top: 20px;
}

.c-steps-05 > .step + .step:before {
	background-image: url(arrows_10_sp.png);
	background-position: center -10px;
	background-size: 100% auto;
	height: 10px;
	margin-left: -10px;
	margin-top: 0;
		top: -16px;
		left: 50%;
	width: 20px;
}

.c-steps-05 > .step.finished {
	background-position: center top !important;
	border-color: #999 !important;
}
}


/* ========== accordion ========== */
.c-accordion-01 > .item > .head.opened + .body {
	display: block;
}
.c-accordion-01>.item>.head.c-head-pm:before {
  border-radius: 0;
  margin-top: 0;
  background: none;
  border: none;
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color:#888;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.c-accordion-01>.item>.head.c-head-pm:after {
  margin-top: 0;
  background: none;
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color:#888;
  transition: all .3s ease-in-out;
}
.c-accordion-01>.item>.head.c-head-pm.opened::before {
  transform: rotate(180deg);
}
.c-accordion-01>.item>.head.c-head-pm.opened::after {
  opacity:0;
}
/* ========== column-group ========== */
@media only screen and (min-width: 640px) {
.c-column-group .col-unit-2\/3 {
	display: inline;
	float: left;
	width: 65.714285714285711%;
}

.c-column-group .col-unit-2\/3:first-child {
	margin-left: 0;
}
}


/* ========== campaign-group ========== */
/* ----- campaign-15 (toto) ----- */
.campaign-15 .campaign-inner .campaign-heading span:before {
	background-position: -342px 0;
}

.campaign-15 .campaign-inner:before {
	background-position: -168px 0;
}

/* ----- campaign-16 (boatrace) ----- */
.campaign-16 .campaign-inner {
	border-top-color: #092eb9;
	background: #d5dcf8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZGNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4=);
	background: -moz-linear-gradient(top,#d5dcf8 0,#fff 35%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d5dcf8),color-stop(35%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#d5dcf8 0,#fff 35%,#fff 100%);
	background: -o-linear-gradient(top,#d5dcf8 0,#fff 35%,#fff 100%);
	background: -ms-linear-gradient(top,#d5dcf8 0,#fff 35%,#fff 100%);
	background: linear-gradient(to bottom,#d5dcf8 0,#fff 35%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dcf8',endColorstr='#ffffff',GradientType=0);
}

.campaign-16 .campaign-inner .campaign-heading span {
	color: #092eb9;
}

.campaign-16 .campaign-inner .campaign-heading span:before {
	background-position: -360px 0;
}

.campaign-16 .campaign-inner .date {
	background-color: #092eb9;
}

.campaign-16 .campaign-inner .campaign-tag li {
	color: #092eb9;
	border-color: #092eb9;
}

.campaign-16 .campaign-inner:before {
	background-position: -180px 0;
}

/* ----- campaign-17 (JRA) ----- */
.campaign-17 .campaign-inner {
	border-top-color: #007a53;
	background: #d6eae3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZWFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4=);
	background: -moz-linear-gradient(top,#d6eae3 0,#fff 35%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6eae3),color-stop(35%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#d6eae3 0,#fff 35%,#fff 100%);
	background: -o-linear-gradient(top,#d6eae3 0,#fff 35%,#fff 100%);
	background: -ms-linear-gradient(top,#d6eae3 0,#fff 35%,#fff 100%);
	background: linear-gradient(to bottom,#d6eae3 0,#fff 35%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6eae3',endColorstr='#ffffff',GradientType=0);
}

.campaign-17 .campaign-inner .campaign-heading span {
	color: #007a53;
}

.campaign-17 .campaign-inner .campaign-heading span:before {
	background-position: -378px 0;
}

.campaign-17 .campaign-inner .date {
	background-color: #007a53;
}

.campaign-17 .campaign-inner .campaign-tag li {
	color: #007a53;
	border-color: #007a53;
}

.campaign-17 .campaign-inner:before {
	background-position: -192px 0;
}

/* ----- campaign-18 (foreign deposit) ----- */
.campaign-18 .campaign-inner {
	border-top-color: #326cb0;
	background: #d6e2ef;
	background: url(data:image/svg+xml;PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZTJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4=);
	background: -moz-linear-gradient(top,#d6e2ef 0,#fff 35%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d6e2ef),color-stop(35%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#d6e2ef 0,#fff 35%,#fff 100%);
	background: -o-linear-gradient(top,#d6e2ef 0,#fff 35%,#fff 100%);
	background: -ms-linear-gradient(top,#d6e2ef 0,#fff 35%,#fff 100%);
	background: linear-gradient(to bottom,#d6e2ef 0,#fff 35%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e2ef',endColorstr='#ffffff',GradientType=0);
}

.campaign-18 .campaign-inner .campaign-heading span {
	color: #326cb0;
}

.campaign-18 .campaign-inner .campaign-heading span:before {
	background-position: -396px 0;
}

.campaign-18 .campaign-inner .date {
	background-color: #326cb0;
}

.campaign-18 .campaign-inner .campaign-tag li {
	color: #326cb0;
	border-color: #326cb0;
}

.campaign-18 .campaign-inner:before {
	background-position: -204px 0;
}

/* ----- campaign-19 (SPAT4) ----- */
.campaign-19 .campaign-inner {
	border-top-color: #6009a5;
	background: #dfceed;
	background: url(data:image/svg+xml;PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmY2VlZCIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4=);
	background: -moz-linear-gradient(top,#dfceed 0,#fff 35%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfceed),color-stop(35%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#dfceed 0,#fff 35%,#fff 100%);
	background: -o-linear-gradient(top,#dfceed 0,#fff 35%,#fff 100%);
	background: -ms-linear-gradient(top,#dfceed 0,#fff 35%,#fff 100%);
	background: linear-gradient(to bottom,#dfceed 0,#fff 35%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfceed',endColorstr='#ffffff',GradientType=0);
}

.campaign-19 .campaign-inner .campaign-heading span {
	color: #6009a5;
}

.campaign-19 .campaign-inner .campaign-heading span:before {
	background-position: -414px 0;
}

.campaign-19 .campaign-inner .date {
	background-color: #6009a5;
}

.campaign-19 .campaign-inner .campaign-tag li {
	color: #6009a5;
	border-color: #6009a5;
}

.campaign-19 .campaign-inner:before {
	background-position: -216px 0;
}


/* ========== menu ========== */
/* ----- 01 ----- */
.c-menu-01,
.c-menu-01 > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-menu-01 > li a:hover img,
.c-menu-01 > li a:active img,
.c-menu-01 > li a:focus img {
	opacity: 0.7;
}

@media only screen and (min-width: 640px) {
.c-menu-01 {
	align-content: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.c-menu-01.align-l {
	justify-content: flex-start;
}

.c-menu-01 > li {
	box-sizing: border-box;
	margin-top: 20px;
}

.c-menu-01 > li > .menu-item {
	margin: 0 10px;
}

.c-menu-01.cols-02 > li { flex-basis: 50%; }
.c-menu-01.cols-03 > li { flex-basis: 33.33%; }
.c-menu-01.cols-04 > li { flex-basis: 25%; }
.c-menu-01.cols-05 > li { flex-basis: 20%; }
.c-menu-01.cols-06 > li { flex-basis: 16.67%; }
}

@media only screen and (max-width: 640px) {
.c-menu-01 > li {
	margin-top: 10px;
}
}
.c-menu-01.cols-04.c-menu-pickup_information {
  display: flex;
  justify-content: start;
}
@media only screen and (min-width: 641px) {
  .c-menu-01.cols-04.c-menu-pickup_information {
    margin-bottom: -24px;
  }
}
@media only screen and (max-width: 640px) {
  .c-menu-01.cols-04.c-menu-pickup_information > li > .menu-item {
    margin: 0 10px;
    max-width: 154px;
  }
}

/* ----- 02 ----- */
.c-menu-02 {
	margin-top: 20px;
}

.c-menu-02 > .items > .item > dl {
	margin: 0;
	position: relative;
}

.c-menu-02 > .items > .item > dl > dt {
	color: #eb7000;
	font-size: 112.5%;
}

.c-menu-02 > .items > .item > dl > dt > .icon {
	position: absolute;
		top: 50%;
		left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 641px) {
.c-menu-02 > .items {
	display: flex;
	flex-wrap: wrap;
}

.c-menu-02 > .items + .items {
	border-top: #d4d5d5 solid 1px;
	margin-top: 15px;
	padding-top: 15px;
}

.c-menu-02 > .items > .item {
	min-height: 126px;
	padding: 10px 0;
	width: 50%;
}

.c-menu-02 > .items > .item:first-child {
	padding-right: 36px;
}

.c-menu-02 > .items > .item + .item {
	border-left: #eee solid 1px;
	padding-left: 36px;
}

.c-menu-02 > .items > .item > dl {
	padding-left: 100px;
}

.c-menu-02 > .items > .item > dl > dt > .icon {
	width: 82px;
}
}

@media only screen and (max-width: 640px) {
.c-menu-02 > .items:first-child > .item:not(:first-child),
.c-menu-02 > .items:not(:first-child) > .item {
	border-top: #d4d5d5 solid 1px;
	margin-top: 15px;
	padding-top: 15px;
}

.c-menu-02 > .items > .item > dl {
	padding-left: 82px;
}
}


/* ----- c-sliderBlock--pickup_information ----- */
.c-sliderBlock.c-sliderBlock--pickup_information {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 641px) {
  .c-sliderBlock--pickup_information {
    margin-bottom: -24px;
  }
}
.c-sliderBlock--pickup_information .c-slider__item {
  position: relative;
}
.c-sliderBlock--pickup_information .c-slider__item a {
  pointer-events: none;
}
.c-sliderBlock--pickup_information .c-slider__item::before {
  content: "";
  background-color: rgb(83, 82, 82);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-wrapper {
  position: relative;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-viewport {
  overflow: visible !important;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider--active a {
  pointer-events: auto;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider--active::before {
  content: none;
  opacity: 1;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-bxSlider {
  display: inline-block;
}
.c-sliderBlock.c-sliderBlock--pickup_information .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--pickup_information .bx-pager-item a.active {
  background: #eb7000;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-pager-item {
  display: inline;
  padding: 0 5px;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-pager-item:first-child {
  padding-left: 0;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-pager-item:last-child {
  padding-right: 0;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-pager {
  text-align: center;
  width: 100%;
  margin: 5px 0;
}
.c-sliderBlock.c-sliderBlock--pickup_information .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--pickup_information .bx-controls-direction a:hover {
  opacity: 1;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-prev {
  float: left;
  left: -30px;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-prev::before {
  content: "";
  background-image: url(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--pickup_information .bx-next {
  float: right;
  right: -30px;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-next::before {
  content: "";
  background-image: url(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--pickup_information .bx-viewport {
  height: auto !important;
}
.c-sliderBlock.c-sliderBlock--pickup_information .bx-wrapper {
  margin: 0 auto;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider__item {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 4px;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider__item a {
  text-decoration: none;
  color: #212426;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider__item a:hover {
  opacity: 0.7;
}
.c-sliderBlock.c-sliderBlock--pickup_information .c-slider__item img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .c-sliderBlock.c-sliderBlock--pickup_information {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 640px) {
  .c-sliderBlock.c-sliderBlock--pickup_information {
    padding: 0 20px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .bx-prev {
    left: -20px;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .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--pickup_information .bx-viewport {
    display: grid;
    overflow: visible !important;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .bx-controls-direction a {
    height: 28px;
    width: 28px;
    box-shadow: none;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .bx-prev::before {
    height: 25px;
    width: 25px;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .bx-next::before {
    height: 25px;
    width: 25px;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .bx-pager {
    margin: 3px 0;
  }
  .c-sliderBlock.c-sliderBlock--pickup_information .c-slider__item {
    box-shadow: none;
    margin-bottom: 2px;
  }
}


/* ========== voice ========== */
.c-voice-01 .c-voice-item > .c-copy-01 {
	padding-left: 61px;
	position: relative;
}

.c-voice-01 .c-voice-item > .c-copy-01:before {
	background: url(icon_09.png) left top no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 38px;
	position: absolute;
		top: 0;
		left: 0;
	width: 46px;
}

.c-voice-01 .c-voice-item .c-voice-contributor {
	text-align: right;
}

@media only screen and (min-width: 641px) {
.c-voice-01 > .c-column-group {
	margin-top: 3em;
}
}

@media only screen and (max-width: 640px) {
.c-voice-01 > .c-column-group,
.c-voice-01 > .c-column-group > .c-voice-item {
	margin-top: 1.5em;
}

.c-voice-01 .c-voice-item > .c-copy-01 {
	padding-left: 43px;
}

.c-voice-01 .c-voice-item > .c-copy-01:before {
	height: 28px;
		top: -3px;
	width: 33px;
}
}


/* ========== hr ========== */
.c-hr-02 { border-color: #eb7000; }
.c-hr-03 { border-color: #d4d5d5; }

@media only screen and (max-width: 640px) {
.c-hr-03 {
	margin: 15px 0;
}
}

/* ========== contentsDrop ========== */
.st-contentsDrop {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.st-contentsDrop-second {
  background-color: #454545;
  border-bottom: 0;
  display: none;
  padding: 30px 0;
}

.st-contentsDrop-second a {
  color: #fff;
}

.st-contentsDrop-second a:hover {
  color: #fff;
}

.st-contentsDrop-second .st-contentsDropLinkList-item {
  float: left;
  margin-bottom: 0;
  width: auto;
}

.st-contentsDrop-second .st-contentsDropLinkList-item:not(:last-child) {
  margin-right: 20px;
}

.st-contentsDrop-second .st-contentsDropLinkList-link {
  padding-left: 17px;
}

.st-contentsDrop-second .st-contentsDropLinkList-link::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

.st-contentsDrop-second .st-contentsDropLinkList-link::before {
  content: none;
}

.st-contentsDrop-second .st-contentsDropLinkList-relation {
  border-top: 1px solid #707070;
  margin-top: 10px;
  padding-top: 10px;
}

.st-contentsDrop-second .st-contentsDropLinkList-relation .st-contentsDropLinkList-link {
  font-weight: normal;
  font-size: 81.25%;
}

.st-contentsDrop-inner {
  margin: 0 auto;
  max-width: 978px;
  width: 100%;
}

.st-contentsDrop-colsWrap {
  padding: 20px 40px;
}

.st-contentsDrop-col::after {
  clear: both;
  content: "";
  display: block;
}

.st-contentsDrop-col + .st-contentsDrop-col {
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  .st-contentsDrop-col + .st-contentsDrop-col {
    margin-top: 15px;
  }
}

.st-contentsDrop-colItem {
  float: left;
  width: -webkit-calc(33.3% - 26px);
  width: calc(33.3% - 26px);
}

.st-contentsDrop-colItem:not(:first-of-type) {
  margin-left: 39px;
}

.st-contentsDrop-title {
  border-bottom: 1px solid #ccc;
  color: #212426;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 112.5%;
}

@media all and (-ms-high-contrast: none) {
  .st-contentsDrop-title {
    margin-bottom: 12px;
    font-size: 106.25%;
  }
}

.st-contentsDrop-titleLink {
  color: #212426;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
}

.st-contentsDrop-titleLink:hover {
  opacity: .7;
}

.st-contentsDrop-titleLink::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.st-contentsDrop-titleLink:hover {
  color: #212426;
  text-decoration: none;
}

.st-contentsDrop-title-relation {
  margin-top: 30px;
  font-size: 100%;
}

.st-contentsDropLinkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.st-contentsDropLinkList::after {
  clear: both;
  content: "";
  display: block;
}

.st-contentsDropLinkList-second {
  margin-top: 10px;
  padding-left: 5px;
}

@media all and (-ms-high-contrast: none) {
  .st-contentsDropLinkList-second {
    margin-top: 5px;
  }
}

.st-contentsDropLinkList-item {
  float: left;
  margin-bottom: 5px;
  width: -webkit-calc(50% - 7.5px);
  width: calc(50% - 7.5px);
}

.st-contentsDropLinkList-item:nth-child(odd) {
  margin-right: 15px;
}

.st-contentsDropLinkList-link {
  color: #212426;
  display: inline-block;
  font-weight: bold;
  padding-left: 27px;
  position: relative;
  text-decoration: none;
  font-size: 81.25%;
}

.st-contentsDropLinkList-link:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .st-contentsDropLinkList-link {
    font-size: 75%;
  }
}

.st-contentsDropLinkList-second .st-contentsDropLinkList-link {
  font-weight: normal;
  padding-left: 13px;
}

.st-contentsDropLinkList-link:hover {
  color: #212426;
  text-decoration: none;
}

.st-contentsDropLinkList-link::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.st-contentsDropLinkList-second .st-contentsDropLinkList-link::before {
  background-image: url(icon_arrow_right.png);
  background-size: contain;
  height: 15px;
  top: 1px;
  width: 10px;
}

.st-contentsDropLinkList-second .st-contentsDropLinkList-link {
  font-size: 75%;
}

@media all and (-ms-high-contrast: none) {
  .st-contentsDropLinkList-second .st-contentsDropLinkList-link {
    font-size: 68.75%;
  }
}

/* ========== globalNav ========== */
#jbk-search-area {
  display: none;
}

@media screen and (max-width: 768px) {
  #jbk-search-area {
    display: block;
  }
}

.st-globalNavAreaPc {
  background-color: #fff;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .st-globalNavAreaPc {
    display: none;
  }
}

@media print {
  .st-globalNavAreaPc {
    display: none;
  }
}

.st-globalNavAreaPc-top {
  position: relative;
}

.st-globalNavAreaPc-top::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc-top {
    background-color: #fff;
    padding: 10px 0 19px;
  }
}

.st-globalNavAreaPc-top .st-contentsDrop {
  max-height: -webkit-calc(100vh - 100px - 20px);
  max-height: calc(100vh - 100px - 20px);
}

.st-globalNavAreaPc-bottom {
  background-color: #656565;
  position: relative;
}

.st-globalNavAreaPc-bottom::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc-bottom {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .st-globalNavAreaPc-bottom::after {
    clear: both;
    content: "";
    display: block;
  }
}

@supports (-ms-ime-align: auto) {
  .st-globalNavAreaPc-bottom {
    margin-top: 1px;
  }
}

.st-globalNavAreaPc .st-globalNav {
  float: right;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: -webkit-calc(1071 / 1400 * 100%);
  width: calc(1071 / 1400 * 100%);
}

.st-globalNavAreaPc .st-globalNav::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNav {
    margin-top: 5px;
    width: -webkit-calc(600 / 769 * 100%);
    width: calc(600 / 769 * 100%);
  }
}

.st-globalNavAreaPc .st-globalNav-without {
  width: -webkit-calc(771 / 1400 * 100%);
  width: calc(771 / 1400 * 100%);
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNav-without {
    width: -webkit-calc(600 / 769 * 100%);
    width: calc(600 / 769 * 100%);
  }
}

.st-globalNavAreaPc .st-globalNav-without .st-globalNav-item {
  width: -webkit-calc(150 / 771 * 100%);
  width: calc(150 / 771 * 100%);
}

.st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-border:nth-of-type(5) {
  margin-left: -webkit-calc(20.5 / 771 * 100%);
  margin-left: calc(20.5 / 771 * 100%);
}

.st-globalNavAreaPc .st-globalNav-item {
  float: left;
  width: -webkit-calc(150 / 1071 * 100%);
  width: calc(150 / 1071 * 100%);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-item {
    padding: 0 30px;
  }
}

.st-globalNavAreaPc .st-globalNav-item-border {
  border-left: 1px solid #ccc;
}

.st-globalNavAreaPc .st-globalNav-item-border:nth-of-type(5) {
  margin-left: -webkit-calc(20.5 / 1071 * 100%);
  margin-left: calc(20.5 / 1071 * 100%);
}

.st-globalNavAreaPc .st-globalNav-link {
  border-radius: 4px;
  color: #212426;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 54px 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.st-globalNavAreaPc .st-globalNav-link:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNav-link {
    padding: 48px 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link {
    font-size: 106.25%;
    padding: 27px 0;
  }
}

@media screen and (max-width: 929px) {
  .st-globalNavAreaPc .st-globalNav-link-jibunbank {
    white-space: nowrap;
  }
}

.st-globalNavAreaPc .st-globalNav-link-drop:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-drop {
    padding-right: 25px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-drop .st-globalNav-text::after {
  background-image: url(arrows_11_@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-drop .st-globalNav-text::after {
    bottom: auto;
    height: 10px;
    left: auto;
    right: -25px;
    top: 50%;
    width: 18px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-drop-open {
  background-color: #f0f0f0;
}

.st-globalNavAreaPc .st-headerPc-navItem-search .st-globalNav-link-drop-open {
  background: none;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-jibunbank .st-globalNav-text {
    padding-left: 44px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-jibunbank .st-globalNav-text::before {
  background-image: url(icon_jibunbank.png);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-jibunbank .st-globalNav-text::before {
    height: 34px;
    width: 34px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-product .st-globalNav-text {
    padding-left: 48px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-product .st-globalNav-text::before {
  background-image: url(icon_product.png);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-product .st-globalNav-text::before {
    height: 38px;
    width: 38px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-service .st-globalNav-text {
    padding-left: 32px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-service .st-globalNav-text::before {
  background-image: url(icon_service.png);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-service .st-globalNav-text::before {
    height: 38px;
    width: 22px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-campaign .st-globalNav-text {
    padding-left: 45px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-campaign .st-globalNav-text::before {
  background-image: url(icon_campaign.png);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-campaign .st-globalNav-text::before {
    height: 34px;
    width: 35px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-accountOpening .st-globalNav-text {
    padding-left: 55px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-accountOpening .st-globalNav-text::before {
  background-image: url(icon_account_opening.png);
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-link-accountOpening .st-globalNav-text::before {
    height: 31px;
    width: 45px;
  }
}

.st-globalNavAreaPc .st-globalNav-link-login .st-globalNav-text::before {
  background-image: url(icon_login.png);
}

.st-globalNavAreaPc .st-globalNav-link-search {
  cursor: pointer;
}

.st-globalNavAreaPc .st-globalNav-link-search.is-active {
  background-color: #f0f0f0;
}

.st-globalNavAreaPc .st-globalNav-link-search .st-globalNav-text::before {
  background-image: url(icon_search_03_@2x.png);
}

.st-globalNavAreaPc .st-globalNav-link-search .st-globalNav-text::after {
  content: none;
}

.st-globalNavAreaPc .st-globalNav-link-help {
  cursor: pointer;
}

.st-globalNavAreaPc .st-globalNav-link-help .st-globalNav-text::before {
  background-image: url(icon_help_01.png);
  margin-right: 2px;
}

.st-globalNavAreaPc .st-globalNav-link-help .st-globalNav-text::after {
  content: none;
}

.st-globalNavAreaPc .st-globalNav-text {
  display: block;
  position: relative;
  font-size: 87.5%;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNav-text {
    font-size: 75%;
  }
}

.st-globalNavAreaPc .st-globalNav-text::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 38px;
  left: 50%;
  position: absolute;
  top: -45px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNav-text::before {
    height: 28px;
    top: -35px;
    width: 28px;
  }
}

@media screen and (max-width: 929px) {
  .st-globalNavAreaPc .st-globalNav-text {
    font-size: 62%;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNav-text::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.st-globalNavAreaPc-loginArea {
  float: left;
  margin-left: -webkit-calc(20.5 / 1054 * 100%);
  margin-left: calc(20.5 / 1054 * 100%);
  padding-top: 22px;
  width: -webkit-calc(114 / 1054 * 100%);
  width: calc(114 / 1054 * 100%);
}

.st-globalNavAreaPc .st-globalNavSecond {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}

.st-globalNavAreaPc .st-globalNavSecond::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNavSecond {
    float: right;
    margin-bottom: 0;
    width: 87.4%;
  }
}

.st-globalNavAreaPc .st-globalNavSecond-item {
  display: table-cell;
  float: left;
  width: auto;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNavSecond-item {
    width: 14.2%;
  }
  .st-globalNavAreaPc .st-globalNavSecond-item:hover {
    background-color: #e6e6e6;
  }
}

.st-globalNavAreaPc .st-globalNavSecond-drop-open {
  background-color: #454545;
}

.st-globalNavAreaPc .st-globalNavSecond-link {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
}

.st-globalNavAreaPc .st-globalNavSecond-link:hover {
  background-color: #454545;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNavSecond-link {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaPc .st-globalNavSecond-link {
    color: #212426;
    padding: 10px 0;
  }
}

.st-globalNavAreaPc .st-globalNavSecond-text {
  font-weight: bold;
  position: relative;
  font-size: 100%;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-globalNavSecond-text {
    font-size: 87.5%;
  }
  .st-globalNavAreaPc .st-globalNavSecond-text::before, .st-globalNavAreaPc .st-globalNavSecond-text::after {
    content: none;
  }
}

@media screen and (max-width: 929px) {
  .st-globalNavAreaPc .st-globalNavSecond-text {
    font-size: 81.3%;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavSecond-link-normal .st-globalNavSecond-text::before {
    background-image: url(marker_06_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    content: "";
    height: 18px;
    left: -6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
  }
}

.st-globalNavSecond-link-drop:hover {
  opacity: 1;
}

.st-globalNavSecond-link-drop .st-globalNavSecond-text::after {
  background-image: url(arrows_11_@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 8px;
  width: 14px;
}

@media screen and (max-width: 1150px) {
  .st-globalNavSecond-link-drop .st-globalNavSecond-text::after {
    height: 7px;
    margin-left: 5px;
    width: 12px;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNavSecond-link-drop::before {
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
  }
}

.st-globalNavAreaPc .st-logoPc {
  float: left;
  margin: 0 0 0 24px;
  max-width: 173px;
  min-width: 130px;
  width: -webkit-calc(144 / 1400 * 100%);
  width: calc(144 / 1400 * 100%);
}

.st-globalNavAreaPc .st-logoPc:hover {
  opacity: .7;
}

@media screen and (max-width: 1150px) {
  .st-globalNavAreaPc .st-logoPc {
    margin: 14px 0 5px 10px;
  }
}

@media screen and (max-width: 929px) {
  .st-globalNavAreaPc .st-logoPc {
    min-width: 130px;
  }
}

.st-globalNavAreaPc .st-logoPc-img {
  width: 100%;
}

.st-search {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4.5px 0px 4.5px 33px;
  width: 100%;
  font-size: 87.5%;
}

.st-searchBox {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 16px 24px 10px 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 999;
  background: linear-gradient(180deg, #fff 0%, #fff 6px, #f0f0f0 6px, #F0F0F0 100%);
}

.st-searchBox.is-active {
  display: block;
}

.st-searchWrap {
  display: inline-block;
  position: relative;
  width: 420px;
}

.st-search-submit {
  background-color: transparent;
  background-image: url(icon_search_03_@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  height: 17px;
  left: 0;
  margin-left: 10px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  width: 17px;
  z-index: 2;
}

.st-search-submit:hover {
  opacity: .7;
}

.st-search-text {
  font-weight: bold;
  margin-right: 10px;
}

.st-globalNavAreaSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .st-globalNavAreaSp {
    display: block;
  }
}

@media print {
  .st-globalNavAreaSp {
    display: none;
  }
}

.st-globalNavAreaSp-menu {
  background-color: #f5f5f7;
  border-top: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: -webkit-calc(100% - 65px);
  max-height: calc(100% - 65px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 9999;
}

.st-globalNavAreaSp-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.st-globalNavAreaSp-menu ul a {
  color: #212426;
  text-decoration: none;
}

.st-globalNavAreaSp-search {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 0px 8px 37px;
  width: 100%;
}

.st-globalNavAreaSp-searchWrap {
  margin: 0 10px;
  padding: 10px 0;
  position: relative;
}

.st-globalNavAreaSp-menuTrigger {
  background: #fff;
  border: 1px solid #212426;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  height: 38px;
  text-align: center;
  width: 40px;
  font-size: 85.71429%;
}

.st-globalNavAreaSp-menuTriggerWrap {
  position: fixed;
  right: 7px;
  top: 5px;
  z-index: 998;
}

.st-globalNavAreaSp-menuTrigger-bar {
  background-color: #212426;
  border-radius: 4px;
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
}

.st-globalNavAreaSp-menuTrigger-bar:nth-of-type(1) {
  top: 10px;
}

.st-globalNavAreaSp-menuTrigger-bar:nth-of-type(2) {
  top: 17px;
}

.st-globalNavAreaSp-menuTrigger-bar:nth-of-type(3) {
  top: 24px;
}

.st-globalNavAreaSp-menuTrigger-text {
  color: #212426;
  display: block;
  line-height: 0.4;
  margin-bottom: 0;
  text-align: center;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  font-size: 62.5%;
}

@media screen and (max-width: 640px) {
  .st-globalNavAreaSp-menuTrigger-text {
    font-size: 71.42857%;
  }
}

.st-globalNavAreaSp-menuTrigger.st-globalNavAreaSp-menu-close .st-globalNavAreaSp-menuTrigger-bar:nth-of-type(1) {
  top: 17px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.st-globalNavAreaSp-menuTrigger.st-globalNavAreaSp-menu-close .st-globalNavAreaSp-menuTrigger-bar:nth-of-type(2) {
  display: none;
}

.st-globalNavAreaSp-menuTrigger.st-globalNavAreaSp-menu-close .st-globalNavAreaSp-menuTrigger-bar:nth-of-type(3) {
  top: 17px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.st-globalNavAreaSp .st-headerSp-globalNav {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.st-headerNav {
  background: #eaeaea;
  border-bottom: 1px solid #ccc;
}

.st-headerNav::after {
  clear: both;
  content: "";
  display: block;
}

.st-headerNav-item {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: left;
  width: 50%;
}

.st-headerNav-item:nth-of-type(n + 5) {
  border-bottom: none;
}

.st-headerNav-item:nth-of-type(even) {
  border-right: none;
}

.st-headerNav-link {
  display: block;
  padding: 13px 0 13px 28px;
  position: relative;
  font-size: 92.85714%;
}

.st-headerNav-link::before {
  border-right: 2px solid #212426;
  border-top: 2px solid #212426;
  content: "";
  display: inline-block;
  height: 8px;
  left: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
}

@media screen and (max-width: 768px) {
  .st-globalNav {
    background: #f5f5f7;
  }
}

@media screen and (max-width: 768px) {
  .st-globalNav-item {
    border-bottom: 1px solid #ccc;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .st-globalNav-item:not(.st-globalNav-item-acc)::after {
    background-image: url(marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    content: "";
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
  }
}

.st-globalNav-item-acc .st-globalNav-link::after {
  background-image: url(icon_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}

.st-globalNav-item-acc .st-globalNav-link.is-open::after {
  background-image: url(icon_minus.png);
}

.st-globalNav-item-jibunbank .st-globalNav-link::before {
  background-image: url(icon_jibunbank.png);
}

.st-globalNav-item-product .st-globalNav-link::before {
  background-image: url(icon_product.png);
}

.st-globalNav-item-service .st-globalNav-link::before {
  background-image: url(icon_service.png);
}

.st-globalNav-item-campaign .st-globalNav-link::before {
  background-image: url(icon_campaign.png);
}

.st-globalNav-item-accountOpening .st-globalNav-link::before {
  background-image: url(icon_account_opening.png);
}

.st-globalNav-link {
  display: block;
  padding: 20px 0 20px 74px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .st-globalNav-link {
    font-size: 125%;
  }
}

@media screen and (max-width: 640px) {
  .st-globalNav-link {
    font-size: 142.85714%;
  }
}

.st-globalNav-link::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 38px;
  left: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
}

.st-pickupNav {
  background: #eaeaea;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.st-pickupNav::after {
  clear: both;
  content: "";
  display: block;
}

.st-pickupNav-item {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  float: left;
  position: relative;
  width: 50%;
}

.st-pickupNav-item:nth-of-type(n + 7) {
  border-bottom: none;
}

.st-pickupNav-item:nth-of-type(even) {
  border-right: none;
}

.st-pickupNav-item-new .st-pickupNav-link-text::before {
  background: #fd0000;
  border-radius: 4px;
  color: #fff;
  content: "新登場";
  display: inline-block;
  margin-right: 5.7px;
  padding: 2.5px 13px;
  font-size: 85.71429%;
}

.st-pickupNav-link {
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 92.85714%;
}

.st-pickupNav-link-text {
  display: inline-block;
}

.st-accordionContents {
  background: #fff;
  display: none;
}

.st-accordionNav-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.st-accordionNav-item:first-child {
  border-top: 1px solid #ccc;
}

.st-accordionNav-item-link {
  display: block;
  font-weight: bold;
  padding: 16px 0 16px 56px;
  position: relative;
  font-size: 142.85714%;
}

.st-accordionNav-item-link::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.st-accordionNav-text {
  display: block;
  padding: 16px 0 16px 30px;
  position: relative;
  font-size: 128.57143%;
}

.st-accordionNav-text::after {
  background-image: url(icon_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 20px;
  width: 26px;
}

.st-accordionNav-text.is-open::after {
  background-image: url(icon_minus.png);
}

.st-accordionNav .st-accordionNavSecond {
  background-color: #f2f2f2;
  display: none;
  padding: 20px 30px;
  padding-left: 30px;
}

.st-accordionNav .st-accordionNavSecond-item:not(:last-child) {
  margin-bottom: 20px;
}

.st-accordionNav .st-accordionNavSecond-link {
  padding-left: 25px;
  position: relative;
}

.st-accordionNav .st-accordionNavSecond-link::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.st-accordionNav .st-accordionNavSecond-link-relation::before {
  background-image: url(icon_arrow_right.png);
  background-size: contain;
  height: 15px;
  left: 5px;
  top: 3px;
  width: 10px;
}

.overlay-bg {
  background: #e4e4e4;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .overlay-bg.is-active {
    display: block;
  }
}

body.open {
  overflow: hidden;
}

/* ========== header ========== */
.st-headerPc {
  background-color: #fff;
}

.st-headerPc::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
  .st-headerPc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc {
    border-top: 3px solid #eb7000;
  }
}

@media print {
  .st-headerPc {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-outer {
    border-bottom: none;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-outer {
    border-bottom: 1px solid #ebebeb;
  }
  .st-headerPc-outer::after {
    clear: both;
    content: "";
    display: block;
  }
}

.st-headerPc-inner {
  background: #fff;
}

.st-headerPc-inner::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-inner {
    float: right;
    margin-left: auto;
    padding: 6px 24px 6px 0;
  }
}

.st-headerPc-nav {
  float: right;
  list-style: none;
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 0;
  padding-right: 24px;
}

.st-headerPc-nav::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 640px) {
  .st-headerPc-nav {
    float: left;
    padding: 6px 0;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-nav {
    float: right;
  }
}

.st-headerPc-navItem {
  float: left;
  padding-left: 15px;
  position: relative;
}

.st-headerPc-navItem:hover {
  opacity: .7;
}

.st-headerPc-navItem + .st-headerPc-navItem {
  margin-left: 16px;
}

@media screen and (max-width: 640px) {
  .st-headerPc-navItem + .st-headerPc-navItem {
    margin-left: 30px;
  }
}

.st-headerPc-navItem::before {
  background-image: url(arrows_11_@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
      -ms-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  width: 11px;
}

@media screen and (max-width: 640px) {
  .st-headerPc-navItem::before {
    background-image: url(marker_01_@2x.png);
    background-size: auto 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-navItem {
    padding-left: 24px;
  }
}

.st-headerPc-navItem-search {
  float: left;
  margin-left: 16px;
  margin-right: 16px;
  width: auto;
}

.st-headerPc-navItem-search a {
  padding-left: 15px;
  position: relative;
}

.st-headerPc-navItem-search a:hover {
  cursor: pointer;
  opacity: .7;
}

.st-headerPc-navItem-search a::before {
  background-image: url(arrows_11_@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
      -ms-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  width: 11px;
}

.st-headerPc-navLink {
  color: #212426;
  text-decoration: none;
  font-size: 87.5%;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-navLink {
    font-size: 75%;
  }
}

.st-headerPc-navLink:hover {
  color: #212426;
  text-decoration: none;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-feature {
    float: right;
    margin-left: 0;
    margin-top: 4px;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-feature {
    float: left;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-search {
    padding: 6.5px 14px 6.5px 43px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-search {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5.5px 14px 5.5px 43px;
    font-size: 87.5%;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-search-wrap {
    width: 164px;
  }
  .st-headerPc-search-wrap::before {
    border-left: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -10px;
    width: 1px;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-search-wrap {
    float: left;
    position: relative;
  }
  .st-headerPc-search-wrap::after {
    background-image: url(icon_search_03_@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 17.5px;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17.5px;
  }
}

.st-headerPc-interestRateButton {
  border: 1px solid #eb7000;
  border-radius: 4px;
  color: #eb7000;
  cursor: pointer;
  display: none;
  margin-left: 20px;
  padding: 7px 17px 7px 43px;
  position: relative;
  text-decoration: none;
  font-size: 87.5%;
}

.st-headerPc-interestRateButton:hover {
  color: #eb7000;
  text-decoration: none;
}

.st-headerPc-interestRateButton::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.st-headerPc-interestRateButton:hover {
  opacity: .7;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-interestRateButton {
    display: inline-block;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-loginButton {
    float: none;
    padding: 7px 34px 5px 46px;
  }
}

@media screen and (max-width: 640px) {
  .st-headerPc-loginButton {
    background: #605f5f;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    padding: 7px 37px 5px 67px;
    position: relative;
    text-decoration: none;
  }
  .st-headerPc-loginButton:hover {
    color: #fff;
    text-decoration: none;
  }
  .st-headerPc-loginButton::before {
    background-image: url(icon_login.png);
    background-size: contain;
    content: "";
    height: 21px;
    left: 36px;
    position: absolute;
    top: 5px;
    width: 27px;
  }
}

@media screen and (max-width: 640px) and (max-width: 1150px) {
  .st-headerPc-loginButton::before {
    left: 14px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-cvButton a.c-btn-account.size-01 {
    font-size: 120%;
    padding: 10px 30px 10px 60px;
  }
  .st-headerPc-cvButton a.c-btn-account.size-01 .label::before {
    top: 1px;
  }
}

.st-headerSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .st-headerSp {
    background: #fff;
    display: block;
    height: 60px;
    padding: 5px 7px 5px 10px;
  }
  .st-headerSp::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media print {
  .st-headerSp {
    display: none;
  }
}

.st-headerSp-logo {
  max-height: 50px;
  max-width: 100%;
}

.st-headerSp-logoWrap {
  float: left;
}

.st-headerSp-button {
  border-radius: 6px;
  display: inline-block;
  height: 38px;
  position: relative;
  width: 40px;
}

.st-headerSp-button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.st-headerSp-button-interestRate {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  border: 1px solid #e2e2e2;
}

.st-headerSp-button-interestRate::before {
  background-image: url(icon_interestRate.png);
  height: 20px;
  width: 20px;
}

.st-headerSp-button-interestRate + .st-headerSp-buttonText {
  -webkit-transform: scale(0.9) translateX(-11px);
      -ms-transform: scale(0.9) translateX(-11px);
          transform: scale(0.9) translateX(-11px);
}

.st-headerSp-button-accountOpening {
  background: -webkit-gradient(linear, left top, left bottom, from(#e76400), to(#ed7b00));
  background: -webkit-linear-gradient(top, #e76400, #ed7b00);
  background: linear-gradient(to bottom, #e76400, #ed7b00);
}

.st-headerSp-button-accountOpening::before {
  background-image: url(icon_account_opening-white.png);
  height: 17px;
  width: 23px;
}

.st-headerSp-button-login {
  background-color: #484747;
}

.st-headerSp-button-login::before {
  background-image: url(icon_login-white.png);
  height: 20px;
  width: 27px;
}

.st-headerSp-buttonGroup {
  float: right;
  height: 57px;
  margin-right: 50px;
}

.st-headerSp-buttonGroup::after {
  clear: both;
  content: "";
  display: block;
}

.st-headerSp-buttonArea {
  float: left;
  max-width: 40px;
  text-align: center;
}

.st-headerSp-buttonArea:not(:first-child) {
  margin-left: 10px;
}

.st-headerSp-buttonText {
  display: block;
  line-height: 0.4;
  text-align: center;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  white-space: nowrap;
  font-size: 62.5%;
}

@media screen and (max-width: 640px) {
  .st-headerSp-buttonText {
    font-size: 71.42857%;
  }
}

@media screen and (max-width: 640px) {
  .st-headerSp-interestRateButton {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    color: #212426;
    float: left;
    height: 100%;
    padding-top: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
    font-size: 85.71429%;
  }
}

@media screen and (max-width: 640px) {
  .st-headerSp-loginButton {
    background: #525151;
    border-radius: 6px;
    color: #fff;
    float: left;
    height: 100%;
    margin-left: 5px;
    padding-top: 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
    font-size: 71.42857%;
  }
  .st-headerSp-loginButton::before {
    background-image: url(icon_login.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 21px;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 27px;
  }
}

.st-headerSp-cvButton {
  float: right;
}

@media screen and (max-width: 768px) {
  .st-headerSp-cvButton a.c-btn-account.size-01 {
    -webkit-box-shadow: 0 4px 0 #a85000;
            box-shadow: 0 4px 0 #a85000;
    font-size: 75%;
    padding: 11px 5px 8px 25px;
    width: 100%;
  }
  .st-headerSp-cvButton a.c-btn-account.size-01 .label::before {
    left: -15px;
    top: 2px;
    width: 11px;
  }
}

@media screen and (max-width: 768px) {
  .noScroll {
    height: 100%;
    position: fixed;
    width: 100%;
  }
}

/* ========== headerChange ========== */
.st-headerPc-change {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 998;
}

@media print {
  .st-headerPc-change {
    display: none;
  }
}

.st-headerPc-change.show {
  display: block;
  top: 0;
}

@media screen and (max-width: 768px) {
  .st-headerPc-change.show {
    display: none !important;
  }
}

.st-headerPc-change .st-globalNavAreaPc {
  padding-top: 0;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without {
    width: -webkit-calc(425 / 769 * 100%);
    width: calc(425 / 769 * 100%);
  }
}

.st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item {
  width: auto;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item {
    padding: 0;
    width: -webkit-calc(85 / 425 * 100%);
    width: calc(85 / 425 * 100%);
  }
}

.st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-search {
  margin-left: 0;
  width: 161px;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-search {
    width: 130px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-search {
    width: 60px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-search {
    width: -webkit-calc(85 / 425 * 100%);
    width: calc(85 / 425 * 100%);
  }
}

.st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-help {
  margin-left: 0;
  width: 161px;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-help {
    width: 60px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-item-help {
    width: -webkit-calc(85 / 425 * 100%);
    width: calc(85 / 425 * 100%);
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link {
    padding: 10px 20px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-drop {
    padding-right: 46px;
  }
}

@media screen and (max-width: 982px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link {
    padding: 10px 15px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-drop {
    padding: 10px 39px 10px 15px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-search {
    padding: 10px 15px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-help {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link {
    padding: 36px 0 8px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-search {
    padding: 36px 0 8px;
  }
  .st-headerPc-change .st-globalNavAreaPc .st-globalNav-without .st-globalNav-link-help {
    padding: 36px 0 8px;
  }
}

.st-headerPc-change .st-logoPc {
  margin: 0 0 0 10px;
  width: 130px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-logoPc {
    margin: 5px 0 0 10px;
  }
}

.st-headerPc-change .st-headerPc-nav {
  margin-bottom: 2px;
  margin-top: 5px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-headerPc-nav {
    margin-bottom: 1px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-headerPc-navItem {
    line-height: 1.2;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-headerPc-navLink {
    font-size: 68.75%;
  }
}

@media screen and (max-width: 929px) {
  .st-headerPc-change .st-logoPc {
    width: 130px;
  }
}

.st-headerPc-change .st-globalNav {
  margin-top: 0;
  width: auto;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav {
    margin-top: 2px;
    width: -webkit-calc(600 / 769 * 100%);
    width: calc(600 / 769 * 100%);
  }
}

.st-headerPc-change .st-globalNav-item {
  width: auto;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-item {
    padding: 0;
    width: 14.285714285714285%;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-headerPc-navItem-search.st-globalNav-item {
    width: auto;
    line-height: 1.2;
  }
}

.st-headerPc-change .st-globalNav-item-border {
  padding: 0;
  width: 161px;
}

.st-headerPc-change .st-globalNav-item-border:nth-of-type(5) {
  margin-left: 0;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-item-border {
    width: 130px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-item-border {
    width: 120px;
  }
}

@media screen and (max-width: 982px) {
  .st-headerPc-change .st-globalNav-item-border {
    width: 111px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-item-border {
    width: 14.285714285714285%;
  }
}

.st-headerPc-change .st-globalNav-item-border .st-globalNav-link {
  padding: 10px 0;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-item-border .st-globalNav-link {
    padding: 36px 0 8px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-item-search{
    width: 60px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-item-search{
    width: 14.285714285714285%;
  }
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-item-help{
    width: 60px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-item-help{
    width: 14.285714285714285%;
  }
}

.st-headerPc-change .st-globalNav-link {
  max-height: 77px;
  padding: 10px 25px;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-link {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-link {
    padding: 10px 9px;
  }
}

@media screen and (max-width: 982px) {
  .st-headerPc-change .st-globalNav-link {
    padding: 10px 6px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link {
    padding: 36px 0 8px;
  }
}

.st-headerPc-change .st-globalNav-link-drop {
  padding-right: 55px;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-link-drop {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-link-drop {
    padding-right: 30px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-drop {
    padding-right: 0;
  }
}

.st-headerPc-change .st-globalNav-link-drop .st-globalNav-text::after {
  left: auto;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-link-drop .st-globalNav-text::after {
    height: 7px;
    width: 8px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-drop .st-globalNav-text::after {
    bottom: -8px;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.st-headerPc-change .st-headerPc-navItem-search .st-headerPc-navLink:hover {
  opacity: .7;
}

.st-headerPc-change .st-headerPc-navItem-search .st-globalNav-link-drop {
  padding-right: 0;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-headerPc-navItem-search .st-globalNav-link-drop {
    padding-right: 0;
  }
}

.st-headerPc-change .st-globalNav-link-jibunbank .st-globalNav-text::before {
  width: 29px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-jibunbank .st-globalNav-text::before {
    width: 24px;
  }
}

.st-headerPc-change .st-globalNav-link-product .st-globalNav-text::before {
  width: 28px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-product .st-globalNav-text::before {
    width: 23px;
  }
}

.st-headerPc-change .st-globalNav-link-service .st-globalNav-text::before {
  width: 16.5px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-service .st-globalNav-text::before {
    width: 15px;
  }
}

.st-headerPc-change .st-globalNav-link-campaign .st-globalNav-text::before {
  width: 28.63px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-campaign .st-globalNav-text::before {
    width: 23px;
  }
}

.st-headerPc-change .st-globalNav-link-accountOpening {
  border: none;
}

.st-headerPc-change .st-globalNav-link-accountOpening .st-globalNav-text::before {
  width: 34px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-accountOpening .st-globalNav-text::before {
    width: 23px;
  }
}

.st-headerPc-change .st-globalNav-link-login {
  border: none;
}

.st-headerPc-change .st-globalNav-link-login .st-globalNav-text::before {
  width: 23px;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-login .st-globalNav-text::before {
    width: 18px;
  }
}

.st-headerPc-change .st-globalNav-link-search {
  padding: 0;
  position: relative;
}

.st-headerPc-change .st-globalNav-link-search::before {
  background-image: url(icon_search_03_@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: none;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 24px;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-link-search::before {
    content: "";
    display: inline-block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    vertical-align: middle;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-search::before {
    content: none;
  }
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNav-link-search .st-globalNav-text {
    display: none;
  }
  .st-headerPc-change .st-globalNav-link-search .st-globalNav-text::before {
    content: none;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-search .st-globalNav-text {
    display: block;
  }
  .st-headerPc-change .st-globalNav-link-search .st-globalNav-text::before {
    content: "";
    height: 23px;
    width: 23px;
  }
}

.st-headerPc-change .st-globalNav-link-help {
  padding: 0;
  position: relative;
}

.st-headerPc-change .st-globalNav-link-help::before {
  background-image: url(icon_help_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: none;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 24px;
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-link-help::before {
    content: "";
    display: inline-block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    vertical-align: middle;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-help::before {
    content: none;
  }
}

@media screen and (max-width: 1350px) {
  .st-headerPc-change .st-globalNav-link-help .st-globalNav-text {
    display: none;
  }
  .st-headerPc-change .st-globalNav-link-help .st-globalNav-text::before {
    content: none;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-link-help .st-globalNav-text {
    display: block;
  }
  .st-headerPc-change .st-globalNav-link-help .st-globalNav-text::before {
    content: "";
    height: 23px;
    width: 23px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-text {
    font-size: 68.75%;
  }
}

.st-headerPc-change .st-globalNav-text::before {
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  position: static;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  vertical-align: middle;
}

@media screen and (max-width: 982px) {
  .st-headerPc-change .st-globalNav-text::before {
    margin-right: 5px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNav-text::before {
    left: 50%;
    margin-right: 0;
    position: absolute;
    top: -32px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.st-headerPc-change .st-globalNavSecond-link {
  padding: 5px 30px;
}

@media screen and (max-width: 1150px) {
  .st-headerPc-change .st-globalNavSecond-link {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavSecond-link {
    padding: 2px 10px;
  }
}

.st-headerPc-change .st-globalNavSecond-text {
  font-size: 87.5%;
}

@media screen and (max-width: 900px) {
  .st-headerPc-change .st-globalNavSecond-text {
    font-size: 68.75%;
  }
}

/* PR用 */
.c-prDefault-01{
    margin: 30px 0 0;
    padding: 30px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 64px 64px;
}

.c-prBreadcrumb-01{
    margin: 0;
    padding: 30px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 64px 64px;
}

.c-prColumn-01{
    margin: 0;
    padding: 30px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 64px 64px;
}

/* PR 2column */
.c-prColumn2-01{
    float: left;
    display: inline;
    width: 48.57142857142857%;
    margin-left: 2.857142857142857%;
}
.c-prColumn2-01:first-child {
    margin-left: 0;
}
.c-prColumn2-01>*:first-child {
    margin-top: 0;
}
.c-prColumn2-01 .text-right{
    text-align: right;
}
.c-prColumn2-01 .text-left{
    text-align: left;
}

@media screen and (max-width: 640px) {
.c-prDefault-01{
    margin: 24px 0 0;
    padding: 20px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 32px 32px;
}

.c-prBreadcrumb-01{
    margin: 24px 0 0;
    padding: 20px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 32px 32px;
}

.c-prColumn-01{
    margin: 0 0;
    padding: 20px 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: url(bg_02.gif) 0 0 repeat;
    background-size: 32px 32px;
}

.c-prColumn2-01 {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.c-prColumn2-01:first-child {
    margin-left: 0;
    margin-top: 0;
}
.c-prColumn2-01 .text-right {
    text-align: center;
}
.c-prColumn2-01 .text-left {
    text-align: center;
}
}

/* PR 2column（混在） */
.c-column-group.c-column-group_pr{
  display: table;
}
.c-column-group.c-column-group_pr .c-prColumn2-01{
  display: table-cell;
  float: none;
  vertical-align: bottom;
  margin: 0;
}
.c-column-group.c-column-group_pr .c-prColumn2-01:first-child{
  padding-right: 1.42857142857%;
}
.c-column-group.c-column-group_pr .c-prColumn2-01:last-child{
  padding-left: 1.42857142857%;
}
@media screen and (max-width: 640px){
  .c-column-group.c-column-group_pr,
  .c-column-group.c-column-group_pr .c-prColumn2-01{
    display: block;
    padding: 0 !important;
  }
  .c-column-group.c-column-group_pr .c-prColumn2-01:last-child{
    margin-top: 10px;
  }
}


/* ========== group-link ========== */
/* ----- header-area ----- */
.st-headerPc-navItem-group {
  border-left: 1px solid #ccc;
  float: left;
  margin-left: 16px;
  padding-left: 24px;
  width: auto;
}

.st-headerPc-navItem-group a.st-headerPc-navLink {
  padding-left: 30px;
  padding-right: 15px;
  position: relative;
}
.st-headerPc-navItem-group a.st-headerPc-navLink:hover {
  cursor: pointer;
  opacity: .7;
}

.st-headerPc-navItem-group a.st-headerPc-navLink::before,
.st-headerPc-navItem-group a.st-headerPc-navLink::after {
  content: "";
  position: absolute;
}
.st-headerPc-navItem-group a.st-headerPc-navLink::before {
  background-image: url(icon_group.png);
  background-repeat: no-repeat;
  background-size: 26px auto;
  width: 26px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-headerPc-navItem-group a.st-headerPc-navLink::after {
  background-image: url(icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 8px;
}

.st-groupBox {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 16px 24px 10px 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 999;
  background: linear-gradient(180deg, #fff 0%, #fff 6px, #f0f0f0 6px, #F0F0F0 100%);
}
.st-groupBox.is-active {
  display: block;
}

.st-groupBox a.st-groupBox-link-01,
.st-groupBox a.st-groupBox-link-02 {
  color: #212426;
  text-decoration: none;
  font-size: 75%;
  display: inline-block;
  margin-left: 16px;
  position: relative;
}
.st-groupBox a.st-groupBox-link-01 {
  padding-left: 15px;
  margin-bottom: 5px;
}
.st-groupBox a.st-groupBox-link-02 {
  padding-left: 20px;
}
.st-groupBox a.st-groupBox-link-01:hover,
.st-groupBox a.st-groupBox-link-02:hover {
  cursor: pointer;
  opacity: .7;
}

.st-groupBox a.st-groupBox-link-01::before,
.st-groupBox a.st-groupBox-link-02::before {
  content: "";
  position: absolute;
}
.st-groupBox a.st-groupBox-link-01::before {
  background-image: url(icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.st-groupBox a.st-groupBox-link-02::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 13px;
  height: 13px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
}

.st-globalNavAreaPc .st-headerPc-navItem-group .st-globalNav-link-drop-open {
  background: none;
}

/* ----- gnav ----- */
.st-globalNav-item-group {
  background-color: #eaeaea;
}

.st-globalNav-item-group .st-globalNav-link {
  font-size: 92.85714%;
  padding: 13px 0 13px 58px;
}
.st-globalNav-item-group .st-globalNav-link::before {
  background-image: url(icon_group.png);
  background-size: 28px auto;
  left: 10px;
  width: 28px;
  height: 18px;
}
.st-globalNav-item-group .st-globalNav-link::after {
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
.st-globalNav-item-group .st-globalNav-link.is-open {
  border-bottom: 1px solid #ccc;
}

.st-accordionGroup  .st-accordionNavSecond {
  background-color: #f2f2f2;
  padding: 20px 30px;
  padding-left: 30px;
}
.st-accordionGroup  .st-accordionNavSecond-item:not(:last-child) {
  margin-bottom: 20px;
}
.st-accordionGroup  .st-accordionNavSecond-link {
  padding-left: 25px;
  position: relative;
}
.st-accordionGroup  .st-accordionNavSecond-link::before {
  background-image: url(marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.st-accordionGroup  .st-accordionNavSecond-link-relation::before {
  background-image: url(icon_arrow_right.png);
  background-size: contain;
  height: 15px;
  left: 5px;
  top: 3px;
  width: 10px;
}

/* ----- footer-area ----- */
#jbk-grouplink-area {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
          box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  padding: 40px 24px;
}
#jbk-grouplink-area>*:first-child,
#jbk-grouplink-area>*:first-child>*:first-child {
  margin-top: 0
}
@media only screen and (max-width: 640px) {
  #jbk-grouplink-area {
    padding: 15px 10px;
  }
}

#jbk-grouplink-area .c-grouplinkList-01 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #jbk-grouplink-area .c-grouplinkList-01 {
    margin-top: 15px;
    padding: 0 10px;
    overflow: hidden;
  }
}

#jbk-grouplink-area .c-grouplinkList-01 li {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  #jbk-grouplink-area .c-grouplinkList-01 li {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  #jbk-grouplink-area .c-grouplinkList-01 li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #jbk-grouplink-area .c-grouplinkList-01 li {
    float: left;
    display: block;
    width: 48%;
  }
  #jbk-grouplink-area .c-grouplinkList-01 li:nth-child(odd){
    margin-right: 4%;
  }
  #jbk-grouplink-area .c-grouplinkList-01 li:nth-child(n+3) {
    margin-top: 20px;
  }
}

#jbk-grouplink-area .c-grouplinkList-01 li a {
  display: inline-block;
  color: #212426;
  text-decoration: none;
  padding-left: 18px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #jbk-grouplink-area .c-grouplinkList-01 li a {
    padding-left: 12px;
  }
}

#jbk-grouplink-area .c-grouplinkList-01 li a:hover {
  cursor: pointer;
  opacity: .7;
}

#jbk-grouplink-area .c-grouplinkList-01 li a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: url(icon__arw_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 640px) {
  #jbk-grouplink-area .c-grouplinkList-01 li a:before {
    top: 3px;
    bottom: auto;
  }
}

.c-groupBtn-01 {
  background-color: #f2f2f2;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  color: #212426;
  display: inline-block;
  margin-top: 20px;
  padding: 14px 38px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .c-groupBtn-01 {
    margin-top: 5px;
  }
}

.c-groupBtn-01:hover {
  color: #212426;
  cursor: pointer;
  opacity: .7;
  text-decoration: none;
}

.c-groupBtn-01 span {
  padding-left: 12px;
  position: relative;
}
.c-groupBtn-01 span::before {
  width: 0.8em;
  height: 0.8em;
  background-image: url(icon__arw_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
}

/* ========== c-subNavi-faq ========== */
.subNavi-main ul li a.c-subNavi-faq span{
  position: relative;
  padding: 12px 25px 11px 45px;
}
a.c-subNavi-faq span:before{
  content: "";
  width: 40px;
  height: 29px;
  background-image: url(icon_faq.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.c-subNavi-faq span:after{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(marker_07_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.subNavi-main ul li a.c-subNavi-faq:before,
.subNavi-main ul li.c-subNavi-faq-list:before{
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@media only screen and (max-width: 640px){
  a.c-subNavi-faq span:after{
    content: none;
  }
  .subNavi-main ul li a.c-subNavi-faq span{
    padding: 13px 0 12px 45px;
  }
  .ideco-subNavi a.c-subNavi-faq span:after,
  .debit-subNavi a.c-subNavi-faq span:after,
  .level03-01.pc a.c-subNavi-faq span:after{
    content: "";
  }
  .ideco-subNavi .subNavi-main ul li a.c-subNavi-faq span,
  .debit-subNavi .subNavi-main ul li a.c-subNavi-faq span,
  .level03-01.pc .subNavi-main ul li a.c-subNavi-faq span{
    padding: 12px 25px 11px 45px;
  }
}
.ideco-subNavi-sp a.c-subNavi-faq span:after,
.debit-subNavi-sp a.c-subNavi-faq span:after,
.level03-01.sp a.c-subNavi-faq span:after{
  content: none;
}

/* ========== c-login_area ========== */
.c-login_area a.icon-login {
  background: #212426;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border: 1px solid #212426;
}
.c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
  mask: url(icon__login.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__login.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 25px;
  height: 25px;
  background-size: auto 25px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .c-login_area.login__modaal a.icon-login {
    position: relative;
    padding-left: 30px;
  }
  .c-login_area.login__modaal a.icon-login:after {
    position: absolute;
    content: "";
    bottom: 14px;
    right: 15px;
    width: 25px;
    height: 25px;
    mask: url(icon__modaal.svg) no-repeat center center/contain;
    -webkit-mask: url(icon__modaal.svg) no-repeat center center/contain;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  .modaal__content .c-login_area .icon-login {
    background: #fff;
    color: #212426;
    width: 100%;
    max-width: 432px;
  }
  .modaal__content .c-login_area .icon-login.icon-login-app {
    background: #212426;
    color: #fff;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    background-color: #212426;
    background-size: auto 0;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    mask: url(icon__account--web.svg) no-repeat center center/contain;
    -webkit-mask: url(icon__account--web.svg) no-repeat center center/contain;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before {
    background-color: #fff;
    mask: url(icon__account--app.svg) no-repeat center center/contain;
    -webkit-mask: url(icon__account--app.svg) no-repeat center center/contain;
  }
  .modaal__content .c-login_area {
    text-align: center;
  }
}

/* ========== entry-button ========== */
.c-login_area.entry a.c-btn-account, .modaal__content .c-login_area.entry .icon-login.icon-login-app {
    background-color: #fff;
    border: 3px solid #eb7000;
    border-bottom: 3px solid #eb7000;
    color: #eb7000;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before, .c-login_area.entry.login__modaal a.icon-login:after, .modaal__content .c-login_area.entry a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before{
    background-color: #eb7000;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
    background-size: 0;
}
.modaal__content .c-login_area.entry .icon-login {
    background-color: #fff;
    border: 3px solid #50659E;
    border-bottom: 3px solid #50659E;
    color: #50659E;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
    background-color: #50659E;
}
.c-login_area a.c-btn-circle {
  border-radius: 36px;
  width: 40%;
}
@media only screen and (max-width: 640px) {
.c-login_area a.c-btn-circle {
  width: 60%;
}
}

/* ========== c-or-button ========== */
.c-or_area.entry a.c-btn-account {
  background-color: #fff;
  border: 3px solid #eb7000;
  border-bottom: 3px solid #eb7000;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.c-or_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-color: #fff;
}
.c-or_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-size: 0;
}
.c-or_area a.c-btn-circle {
border-radius: 36px;
width: 40%;
}
@media only screen and (max-width: 640px) {
.c-or_area a.c-btn-circle {
width: 60%;
}
.c-or_area.entry a.c-btn-account {
  padding: 18px 30px 14px 30px;
}
}
.c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
  mask: url(icon__account.svg) no-repeat center center/contain;
  -webkit-mask: url(icon__account.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 30px;
  height: 30px;
  background-size: auto 25px;
  left: -34px;
}




.c-btn-login.icon-arrow-01:before,a.c-btn-account.icon-arrow-01:before {
  height: 0.8em;
  width: 0.8em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

a.c-btn-login:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-cnvBlock-01 .c-btn-account,.c-cnvBlock-01 .c-btn-login {
  border-radius: 10px;
}

.c-login_area.login__modaal a.icon-login {
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-login_area.login__modaal a.icon-login {
    padding-right: 30px;
  }
}
.c-login_area.login__modaal a.icon-login:after {
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-login_area a.c-btn-circle {
  width: auto;
}
@media only screen and (max-width: 640px) {
.c-login_area a.c-btn-circle {
  width: auto;
}
}

.c-login_area a.icon-login--gl {
  background: #605f5f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#605f5f 0,#484747 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#605f5f),color-stop(100%,#484747));
  background: -webkit-linear-gradient(top,#605f5f 0,#484747 100%);
  background: -o-linear-gradient(top,#605f5f 0,#484747 100%);
  background: -ms-linear-gradient(top,#605f5f 0,#484747 100%);
  background: linear-gradient(to bottom,#605f5f 0,#484747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#605f5f',endColorstr='#484747',GradientType=0);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border: 1px solid #212426;
}

a.c-btn-account.size-01.c-btn-account--fs20 {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  a.c-btn-account.size-01.c-btn-account--fs20 {
    font-size: 125%;
  }
}


#jbk-crumb-area ul li a:before {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: url(icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(icon__bullet--right_nprl.svg);
  background-color: #212426;
  width: 0.8em;
  height: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
#jbk-crumb-area ul li em:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
#jbk-crumb-area ul li:first-child a:before {
  content: none;
}
@media only screen and (max-width: 640px) {
#jbk-crumb-area {
  display: block;
  padding: 0px 10px;
  margin: 15px 0;
}

#jbk-crumb-area ul li a:before {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: url(icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(icon__bullet--right_nprl.svg);
  background-color: #212426;
  width: 0.8em;
  height: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
}


/*25リニューアル*/
.c-heading2-01 {
  margin-left: 0;
}
.c-heading2-01 span {
  color: #eb5505;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  background-color: unset;
  box-shadow:unset;
  }
  .c-heading2-02 {
    margin-left: 0;
    margin-right: 0;
  }
  .c-heading2-02 .heading-main h2 {
    line-height: 1.6;
  }
  .c-heading2-02 .heading-main h2 span {
    color: #eb5505;
    font-weight: bold;
    background-color: unset;
    box-shadow:unset;
    }
    .c-heading2-02 .heading-sub {
      margin-left: 0;
    }
    .c-heading2-02 .heading-sub p {
      color: #212426;
      background: unset;
      box-shadow: none;
      font-weight: bold;
      padding: 0;
    }
  .c-heading3-01 {
    border-left: #eb5505 solid 6px;
  }
  .c-heading3-01 h3,.c-heading3-01 h2 {
    color: #212426;
    font-size: 26px;
    padding-left: 14px;
  }
  .c-heading4-01 h2, .c-heading4-01 h3, .c-heading4-01 h4 {
    color: #212426;
    font-size: 24px;
    border-bottom: 1px solid #d4d5d5;
    padding-bottom: 10px;
  }
  .c-heading5-01 h2, .c-heading5-01 h3, .c-heading5-01 h4, .c-heading5-01 h5 {
    color: #212426;
    font-size: 20px;
  }
  .c-noteList-01 li,.c-noteList-02 li,.c-rightLink-02 li {
    color: #757575;
  font-size: 14px;
  }
  .c-linkList-01 a,.c-linkList-02 a,.c-dl-01 a,.c-rightLink-02 a {
    color: #212426;
    font-weight: bold;
    padding: 1px 1em 1px 0px;
  }
  .c-linkList-01 a[target="_blank"],.c-linkList-02 a[target="_blank"] {
    color: #212426;
    font-weight: bold;
    padding: 1px 0 1px 0px;
  }
  .c-linkList-01 a:before,.c-linkList-02 a:before,.c-dl-01 a:before,.c-rightLink-02 a:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg)!important;
    -webkit-mask-image: url(icon__bullet--right_nprl.svg)!important;
    background-color: #007b94!important;
    top: 0!important;
    bottom: 0!important;
    right: 0!important;
    left: auto!important;
    margin: auto!important;
    width: 0.8em!important;
    height: 0.8em!important;
  }
  .c-linkList-01 .icon__bullet--right.icon__mask--orn {
    padding: 1px 1em 1px 0;

  }

  .c-linkList-01 a[target="_blank"]:before,.c-linkList-02 a[target="_blank"]:before,.c-dl-01 a[target="_blank"]:before,.c-rightLink-02 a[target="_blank"]:before {
  content: none;
  }
  .c-linkList-01 a:has(.icon)::before {
    content: none;
  }
  .c-linkList-01 a > .icon {
    position: relative;
  }
  .c-anchorList-01 a,.c-anchorLinks-01>li a,.c-topLink-01 a {
    padding-right: 24px;
    padding-left: 0;
  }
  .c-anchorList-01 a:before,.c-anchorLinks-01>li a:before,.c-topLink-01 a:before {
    width: 0.8em;
    height: 0.8em;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background-image: url(icon__bullet--right_nprl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: unset;
    transform: rotate(-90deg);
  }
  .c-anchorList-01 a:before,.c-anchorLinks-01>li a:before {
    transform: rotate(90deg);
  }
  .c-table-01 thead th, .c-table-01 thead td,.c-table-03 table th{
    background-color: #f7f7f7;
  }
  .c-table-01 th, .c-table-01 td,.c-table-03 table th{
    background-color: #f7f7f7;
  }
  .c-table-01 tbody th {
    background-color: #f7f7f7;
  }
  .c-btn-01,.c-btnGroup-01 a {
    padding: 12px 36px 10px 16px;
    border: 2px solid #d4d5d5;
    box-shadow: 0px 3px 0px 0px rgba(131, 130, 130, 0.15);
    background: unset;
    background-color: #fff;
  }
  a.c-btn-01-login {
    padding: 12px 36px 10px 36px;
    color: #fff;
    background-color: #212426;
  }
  a.c-btn-01-login:hover {
    color: #fff;
  }
  .c-btn-01:before,.c-btnGroup-01 a:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg);
    -webkit-mask-image: url(icon__bullet--right_nprl.svg);
    background-color: #007b94;
    width: 0.8em;
    height: 0.8em;
    right: 12px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .c-btn-01[target="_blank"],.c-btnGroup-01 a[target="_blank"] {
    padding: 12px 16px 10px 16px;
  }
  .c-btn-01[target="_blank"]:before,.c-btnGroup-01 a[target="_blank"]:before {
    content: none;
  }
  a.c-btn-01:has(.icon) {
    padding-right: 16px;
  }
  a.c-btn-01:has(.icon)::before {
    content: none;
  }
  .c-btn-02,.c-btnGroup-02 a {
    padding: 12px 36px 10px 16px;
    border: 2px solid #d4d5d5;
    box-shadow: 0px 3px 0px 0px rgba(131, 130, 130, 0.15);
    background: unset;
    background-color: #fff;
  }
  .c-btn-02:before,.c-btnGroup-02 a:before { 
    width: 0.8em;
    height: 0.8em;
    right: 12px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(icon__bullet--right_nprl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: unset;
    transform: rotate(90deg);
  }
  .c-btn-02--arrow-up:before { 
    transform: rotate(270deg);
  }
  
  .c-btn-03 {
    padding: 12px 36px 10px 16px;
    border: 2px solid #d4d5d5;
    box-shadow: 0px 3px 0px 0px rgba(131, 130, 130, 0.15);
    background: unset;
    background-color: #fff;
  }
  .c-btn-03:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg);
    -webkit-mask-image: url(icon__bullet--right_nprl.svg);
    background-color: #007b94;
    width: 0.8em;
    height: 0.8em;
    right: 12px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-btn-03[target="_blank"] {
    padding: 12px 16px 10px 16px;
  }
  .c-btn-03[target="_blank"]:before {
    content: none;
  }
  .c-btn-04,.c-btn-05 {
    padding: 12px 36px 10px 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: none;
    background-color: #eb5505;
    box-shadow: 0px 3px 0px 0px rgba(131, 130, 130, 0.15);
  }
  .c-btn-04:before,.c-btn-05:before { 
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg);
    -webkit-mask-image: url(icon__bullet--right_nprl.svg);
    background-color: #fff;
    width: 0.8em;
    height: 0.8em;
    right: 12px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .cnv-type02 {
    border: unset;
    border-top: 4px solid #eb7000;
    border-bottom: 4px solid #eb7000;
  }
  .modaal-content .cnv-type02 {
    border: 4px solid #eb7000;
  }
  .c-login_area a.icon-login,a.c-btn-login {
    color: #fff;
    background: none;
    background-color: #212426;
    box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
    border-radius: 50px;
  }

  .c-cnvBlock-01 .c-btn-account, .c-cnvBlock-01 .c-btn-login {
    border-radius: 50px;
  }
  .c-login_area.entry a.c-btn-account {
    color:  #eb5505;
    border: 3px solid #eb5505;
    background: none;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
    border-radius: 50px;
  }
  .c-or_area.entry a.c-btn-account,a.c-btn-account {
    color: #fff;
    border: 3px solid #eb5505;
    background: none;
    background-color: #eb5505;
    box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
    border-radius: 50px;
  }
  .c-login_area.simulation a.c-btn-account,.c-login_area.procedure a.c-btn-account {
    color:  #212426;
    border: 3px solid #d4d5d5;
    background: none;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
    border-radius: 50px;
  }
  .c-login_area.procedure a.icon-blank {
    color:  #212426;
    border: 3px solid #d4d5d5;
    background: none;
    background-color: #fff;
    box-shadow: 0px 4px 0px 0px rgba(131, 130, 130, 0.15);
    border-radius: 50px;
    padding: 18px 60px 14px 30px;
  }
  .c-login_area a.c-btn-account.icon-simulation.size-01 > .label:before {
    background-image: unset;
    mask: url(/products/homeloan/img/icon_01@x2.png) no-repeat center center / contain;
    -webkit-mask: url(/products/homeloan/img/icon_01@x2.png) no-repeat center center / contain;
    background-color: #eb5505;
    width: 25px;
    height: 25px;
    background-size: auto 25px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-login_area a.c-btn-account.icon-procedure.size-01 > .label:before {
    background-image: unset;
    mask: url(icon_procedure.svg) no-repeat center center / contain;
    -webkit-mask: url(icon_procedure.svg) no-repeat center center / contain;
    background-color: #eb5505;
    width: 25px;
    height: 25px;
    background-size: auto 25px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-login_area a.c-btn-account.icon-blank.size-01 > .label:before {
    background-image: unset;
    mask: url(icon__blank.svg) no-repeat center center / contain;
    -webkit-mask: url(icon__blank.svg) no-repeat center center / contain;
    background-color: #007b94;
    width: 25px;
    height: 25px;
    background-size: auto 25px;
    right: -32px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-alertBlock-01,.c-importantNotes-02,.c-infoArea-02 {
    border: 2px solid #e50000;
  }
  .c-alertBlock-01 strong,.c-importantNotes-02 strong,.c-infoArea-02 strong {
    color: #212426;
    font-weight: normal;
  }

  .c-steps-02 .contents .step .inner {
    border: solid 4px #eee;
  }
  .c-steps-02 .bx-next,.c-steps-02 .bx-prev {
    border-color: #d4d5d5;
    box-shadow: 0px 3px 0px 0px rgba(131, 130, 130, 0.15);
  }
  .c-heading2-02 .heading-main h2 span {
    color: #eb5505;
  }
  .circle .c-copy-01 p {
    color: #fff;
  }
  .c-suppleBlock-01 .c-suppleHeading-01 h2, .c-suppleBlock-01 .c-suppleHeading-01 h3, .c-suppleBlock-01 .c-suppleHeading-01 h4 {
  font-weight: bold;
  }
  .c-suppleBlock-01 .c-ground-01 {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 54px;
  }
  .c-suppleBlock-01 .c-ground-01 .c-linkList-01 li {
    border-bottom: 1px solid #bcbdbd;
    padding: 10px 0;
  }
  .c-suppleBlock-01 .c-ground-01 .c-linkList-01 li {
    margin-top: 0;
  }
  .c-suppleBlock-01 .c-ground-01 .c-linkList-01 li:last-child {
    border: none;
  }
  .c-suppleBlock-01 .c-ground-01 .c-linkList-01 li a, .c-suppleBlock-01 .c-ground-01 .c-linkList-02 li a,.c-suppleBlock-01 .c-ground-01 li .c-dl-01 a {
    width: 100%;
    font-weight: normal;
  }

  @media only screen and (max-width: 640px) {
    #jbk-crumb-area {
      display: block;
      padding: 0px 10px;
      margin-bottom: 15px;
    }
    #jbk-crumb-area .frame-content {
      padding: 8px 16px;
    }
    #jbk-crumb-area ul li a, #jbk-crumb-area ul li em {
      padding: 8px 14px 8px 20px;
    }
  }
  #jbk-crumb-area .frame-content {
color: #212426;
background: none;
background-color: #f7f7f7;
  }
  #jbk-crumb-area ul li em:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg);
    -webkit-mask-image: url(icon__bullet--right_nprl.svg);
    background-color: #212426;
    width: 0.8em;
    height: 0.8em;
  }
  .c-steps-02 .c-heading2-02 {
    font-size: 130%;
    margin-left: 0;
    position: absolute;
    left: 30px;
  }
  
  @media only screen and (max-width: 640px) {
      .c-heading2-01 span {
        font-size: 24px;
      }
      .c-heading3-01 {
        border-left: #eb5505 solid 5px;
      }
      .c-heading3-01 h3,.c-heading3-01 h2 {
        border-bottom: 1px solid #d4d5d5;
        padding-bottom: 6px;
        font-size: 18px;
      }
      .c-heading4-01 h2, .c-heading4-01 h3, .c-heading4-01 h4 {
        font-size: 16px;
      }
      .c-heading5-01 h2, .c-heading5-01 h3, .c-heading5-01 h4, .c-heading5-01 h5 {
        color: #212426;
        font-size: 15px;
      }
      .c-noteList-01 li,.c-noteList-02 li {
      font-size: 12px;
      }
      .c-suppleBlock-01 .c-ground-01 {
        padding: 16px 10px;
    }
    .c-linkList-02 a {
      padding: .8em 1em .6em 0;
  }
  }


.c-tabs-01>.content{
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}

.c-tabs-01>.tabs{
  border-bottom: none;

}
.c-tabs-01.c-tabs-02>.tabs>li a {
  background: #f7f7f7;
  color: #212426;
}

@media screen and (min-width: 640px){
  .c-tabs-01>.tabs {
    margin-top: 15px;
  }


}
.c-btnGroup-01 a.icon-simulator {
  padding: 12px 16px 10px 36px;
}
.c-btnGroup-01 a.icon-download {
  padding-left: 45px;
}
.c-btnGroup-01 a.icon-insurance-01 {
  padding: 12px 16px 10px 36px;
}
a.c-btn-account.icon-insurance-01, a.c-btn-account.icon-login {
  padding-left: 60px;
}
a.c-btn-account.icon-arrow-01 {
  padding-left: 16px;
}
.c-btn-01.icon-simulator:before {
  content: "";
  width: 18px;
  height: 21px;
  mask-image:none;
  -webkit-mask-image:none;
  background-image: url(icon_10.png);
  background-color: initial;
  background-size: 100% 100%;
  right: 0;
  left: 12px;
  margin: auto 0;
}
a.c-btn-01.icon-simulator:has(.icon)::before {
  content: "";
}
.c-btn-01.icon-customer:before {
  width: 22.5px;
  height: 22px;
  mask-image:none;
  -webkit-mask-image:none;
  background-image: url(icon_customer_03.png);
  background-color: initial;
  background-size: 100% 100%;
  right: 0;
  left: 12px;
  margin: auto 0;
}

.c-btn-01.icon-download:before {
  mask-image:unset;
  -webkit-mask-image:unset;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: initial;
}
.c-btn-01.icon-insurance-01:before, .c-btn-03.icon-insurance-01:before {
  background: url(icon_13.png) left top no-repeat;
  background-size: 100% auto;
  mask-image:unset;
  -webkit-mask-image:unset;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: initial;
}
a.c-btn-account.icon-insurance-01:before {
  mask-image:unset;
  -webkit-mask-image:unset;
  left: 23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-btn-login.icon-arrow-01:before, a.c-btn-account.icon-arrow-01:before {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: url(icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(icon__bullet--right_nprl.svg);
  background-color: #fff;
  right: 12px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
a.c-btn-account.icon-login:before, a.c-btn-account.icon-login.size-01 > .label:before {
  mask-image:unset;
  -webkit-mask-image:unset;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: initial;
  left: -25px;
}



.c-icon_blank--footer img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
}
#jbk-footlink-area ul li a {
  padding: 10px 16px 10px 16px;
}
#jbk-footlink-area ul li a:before {
  width: 0.8em;
  height: 0.8em;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: url(icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(icon__bullet--right_nprl.svg);
  background-color: #fff;
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#jbk-footlink-area ul li a[target="_blank"]:before {
  content: none;
  }

@media screen and (min-width: 769px) {
  #jbk-social-area ul li a {
    display: inline-block;
    padding-right: 30px;
    padding-left: 85px;
  }
  #jbk-footlink-area ul li a:before {
    content: "";
    right: 0px;
  }

#jbk-social-area ul li a:before {
    width: 0.8em;
    height: 0.8em;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: url(icon__bullet--right_nprl.svg);
    -webkit-mask-image: url(icon__bullet--right_nprl.svg);
    position: absolute;
    right: 10px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
}
#jbk-social-area ul li.link-fb a:before {
  background-color: #1877f2;
}
#jbk-social-area ul li.link-tw a:before {
  background-color: #000;
}
#jbk-social-area ul li.link-yt a:before {
  background-color: #ff0000;
}
#jbk-social-area ul li.link-ig a:before {
  background-color: #ed1562;
}
}
.c-headingLink-01 a {
  padding-left: 0;
  padding-right: 24px;
}
.c-headingLink-01 a:before {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  mask-image: url(icon__bullet--right_nprl.svg);
  -webkit-mask-image: url(icon__bullet--right_nprl.svg);
  background-color: #007b94;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
}
.frame-content .c-importantNotes-02 {
  border: none;
  background-color: unset;
  padding: 0;
}
.frame-content .c-importantNotes-02.pd12 {
  padding: 0;
}
.c-alertBlock-01 ul li a {
  color: #212426;
}


.c-ground-01 a.c-icon {
  position: relative!important;
  padding-right: 20px!important;
}
.c-ground-01 a.c-icon::before {
  content: ""!important;
  mask-image: url(icon__bullet--right_nprl.svg)!important;
  -webkit-mask-image: url(icon__bullet--right_nprl.svg)!important;
  background-color: #eb5505!important;
  background-image: none!important;
  background-repeat: no-repeat!important;
  width: 20px!important;
  height: 20px!important;
  position: absolute!important;
  right: 0!important;
  left: auto!important;
  top: 0!important;
  bottom: 0!important;
  margin: auto!important;
}
.c-ground-01 a.c-icon--modal::before {
  mask-image: url(icon__modaal.svg)!important;
  -webkit-mask-image: url(icon__modaal.svg)!important;
}



/*tab 250508*/
.c-tabs-01--re25>.content {
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tabs-01--re25>.tabs {
  border-bottom: none;

}

@media screen and (min-width: 640px) {
  .c-tabs-01--re25>.tabs {
    margin-top: 15px;
  }
}

.c-tabs-01--re25 {
  margin: 20px -54px 0
}
@media only screen and (max-width: 640px) {
  .c-tabs-01--re25 {
    margin: 10px -10px 0
  }
}

.c-tabs-01--re25>.tabs {
  padding: 12px 54px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #d4d5d5
}
@media only screen and (max-width: 640px) {
  .c-tabs-01--re25>.tabs {
    padding: 5px 0
  }
}

.c-tabs-01--re25>.tabs>li {
  display: inline-block;
  margin: 12px 6px
}
@media only screen and (max-width: 640px) {
  .c-tabs-01--re25>.tabs>li {
    margin: 5px
  }
}

.c-tabs-01--re25>.tabs>li a {
  display: block;
  padding: 11px 20px 9px;
  color: #212426;
  text-decoration: none;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: solid 1px #d4d5d5;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  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)
}
.c-tabs-01--re25>.tabs>li a {
  background: #f7f7f7;
  color: #212426;
}
.c-tabs-01--re25>.tabs>li a:hover {
  opacity: .7;
  filter: alpha(opacity=70)
}
@media only screen and (max-width: 1024px) {
  .c-tabs-01--re25>.tabs>li a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

.c-tabs-01--re25>.content {
  position: relative;
  border-bottom: 1px solid #d4d5d5
}
.c-tabs-01--re25>.content:after {
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fff 0, #ececec 100%);
  background: -o-linear-gradient(top, #fff 0, #ececec 100%);
  background: -ms-linear-gradient(top, #fff 0, #ececec 100%);
  background: linear-gradient(to bottom, #fff 0, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  position: absolute;
  width: 100%;
  height: 52px;
  content: "";
  left: 0;
  bottom: 0
}
@media only screen and (max-width: 640px) {
  .c-tabs-01--re25>.content:after {
    height: 16px
  }
}

.c-tabs-01--re25>.content>div {
  padding: 30px 54px 54px;
  display: none
}
.c-tabs-01--re25>.content>div>:first-child {
  margin-top: 0
}
.c-tabs-01--re25>.content>div.opened {
  display: block
}
.c-tabs-01--re25>.content:before {
  width: 30px;
  height: 100%;
  background-image: url(marker_10_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 14px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -1px;
  content: ""
}
@media print {
  .c-tabs-01--re25>.content:before {
    height: 28px
  }
}

.c-tabs-01--re25 {
  margin: 10px 0 0;
}
.c-tabs-01--re25>.content {
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tabs-01--re25>.content>div {
  padding: 20px 0;
}

.c-tabs-01--re25>.content:before,
.c-tabs-01--re25>.content:after {
  content: none;
}
.c-tabs-01--re25>.tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tabs-01--re25>.tabs>li {
  margin: 0;
  width: 47.32%;
}
.c-tabs-01--re25>.tabs>li:not(:last-child) {
  margin-right: 2px;
}
.c-tabs-01--re25>.tabs>li.current {
  border: 1px solid #bcbdbd;
  border-bottom: none;
  width: 48.21%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  z-index: 1;
}
.c-tabs-01--re25>.tabs>li a {
  border: none;
  border-radius: 0;
  font-size: 12px;
  padding: 8px 0;
}
.c-tabs-01--re25>.tabs>li.current a {
  background: #fff;
  border: none;
  border-top: 3px solid #eb5505;
  border-radius: 0;
  color: #535252;
  font-weight: bold;
  padding: 16px 0 8px;
}

@media screen and (min-width: 640px) {
  .c-tabs-01--re25>.tabs {
    margin-top: 15px;
  }
  .c-tabs-01--re25>.tabs>li {
    width: 48.21%;
  }
  .c-tabs-01--re25>.tabs>li.current {
    width: 48.85%;
  }
  .c-tabs-01--re25>.tabs>li:not(:last-child) {
    margin-right: 4px;
  }
  .c-tabs-01--re25>.tabs>li a {
    font-size: 18px;
    padding: 18px 0;
  }
  .c-tabs-01--re25>.tabs>li.current a {
    border-top: 6px solid #eb5505;
    padding: 35px 0 24px;
  }
}


.c-steps-02 .column-03 .content {
  margin-top: 66px;
}
.c-steps-02 .column-03 .figure {
  margin-top: 24px;
}
.c-steps-02 .column-03 .icon-apps figure {
  max-width: 718px;
}
@media only screen and (max-width: 640px) {
  .c-steps-02 .column-03 .content {
    margin-top: 54px;
  }
  .c-steps-02 .column-03 .figure {
    margin-top: 24px;
  }
  .c-steps-02 .column-03 .icon-apps figure img {
    width: 100%;
    height: auto;
  }
}

.c-steps-02 .column-04 .column-04_inner {
  display: flex;
  justify-content: space-between;
  align-items:start;
}

.c-steps-02 .column-04 .column-04_inner>div:first-child {
  width: 48%;
  margin-top: 66px;
}
.c-steps-02 .column-04 .column-04_inner>div:nth-child(2) {
  width: 48%;
  margin-top: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .c-steps-02 .column-04 .column-04_inner {
    flex-wrap: wrap;
  }
  .c-steps-02 .column-04 .column-04_inner>div:first-child {
    width: 100%;
    margin-top: 54px;
    margin-left: 0;
  }
  .c-steps-02 .column-04 .column-04_inner>div:nth-child(2) {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .c-steps-02 .contents .step .inner {
      padding:15px 25px;
  }
}

.step .heading-main p {
  line-height: 1.6;
  margin: 0;
  font-size: 150%;
}
.step .heading-main p span {
  color: #eb5505;
  font-weight: bold;
  background-color: unset;
  box-shadow: unset;
  position: relative;
  margin-top: 2px;
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  .step .heading-main p {
    line-height: 1.6;
    margin: 0;
    font-size: 125%;
  }
  .step .heading-main p span {
    color: #eb5505;
    font-weight: bold;
    background-color: unset;
    box-shadow: unset;
    position: relative;
    margin-top: 2px;
    padding: 8px 0;
  }
}

.c-or_area a.c-btn-account.c-btn-mail.size-01 > .label:before {
  mask: unset;
  -webkit-mask: unset;
  background: url(icon_mail_01.png) left top no-repeat;
  background-color: unset;
  width: 28px;
  height: 20px;
}
.c-or_area.entry a.c-btn-account.c-btn-mail.size-01 > .label:before {
  background-color: unset;
  background-size: contain;
}
a.c-btn-account.c-btn-mail::before {

}