@charset "utf-8";
/* CSS Document */

/* ========== additional styles ========== */
.dense { padding-top: 0 !important; }

.img-icon { margin-right: 0.15em; }

.stats-list-01 { padding-left: 0; }
.stats-list-01 li {
	margin-top: .75em;
	margin-left: 28px;
	text-indent: -28px;
	list-style: none;
}


/* ========== kye-visual ========== */
#key-visual { padding: 0; }

#key-visual header h1 { margin: 0; }

#key-visual h1 img {
	margin: 0 auto;
	width: 100%;
}

	#key-visual .key-visual-lead { padding: 16px 10px; }

#key-visual .key-visual-lead dl { margin: 0; }

#key-visual .key-visual-lead dt { font-size: 150%; }
	#key-visual .key-visual-lead dt img { max-width: 34px; }

@media only screen and (min-width: 641px) {
	#key-visual .key-visual-lead { padding: 30px 54px; }
	#key-visual .key-visual-lead dt img { max-width: 40px; }
	#key-visual .key-visual-lead dd .c-list-01 {
		margin-top: .5em;
		letter-spacing: -.40em;
	}
	#key-visual .key-visual-lead dd .c-list-01 li {
		display: inline-block;
		margin-left: 0;
		width: 50%;
		vertical-align: top;
	}
	#key-visual .key-visual-lead dd .c-list-01 li span {
		display: list-item;
		margin-left: 20px;
		letter-spacing: normal;
	}
}

/* ========== heading ========== */
/* ----- 01:h2 ----- */
.stats-heading-01 {
	margin-right: -10px;
	margin-left: -10px;
	text-align: center;
}
.stats-heading-01 h2 { background-color: #0895e6; }
.stats-heading-01 h2 img {
	margin-right: auto;
	margin-left: auto;
}
.stats-heading-01 p {
	padding: 0.5em;
	background-color: #def2fe;
	color: #0895e6;
}

@media only screen and (min-width: 641px) {
	.stats-heading-01 {
		margin-right: -54px;
		margin-left: -54px;
	}
}

/* ----- 02:h3 ----- */
.stats-heading-02 span {
	font-size: 66.67%;
	font-weight: normal;
	color: #535252;
}
.stats-heading-02 span:before {
	color: #8cd6ff;
	font-weight: bold;
	font-size: 125%;
	content: "… ";
}

/* ----- 03:h3 ----- */
.stats-heading-03 h3 {
	color: #535252;
}
.stats-heading-03 h3:before {
	color: #8cd6ff;
	content: "●";
}



/* ========== toc ========== */
.stats-toc-01 {
	margin: 1.25em 0 0;
	padding: 0;
}
.stats-toc-01 li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 2px 2px #e1e1e1;
	box-shadow: 2px 2px 2px #e1e1e1;
}

.stats-toc-01 li a { display: block; }

.stats-toc-01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ----- for sp ----- */
.stats-toc-01.sp { margin-top: .625em; }
.stats-toc-01.sp li { border-top: solid 4px #0895e6; }
.stats-toc-01.sp li a {
	position: relative;
	padding: 1.5em 12px 1.5em 35px;
	color: #535252;
	font-size: 128.5714286%;
	font-weight: bold;
	text-decoration: none;
}
.stats-toc-01.sp li a:before {
	width: 19px;
	height: 19px;
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-size: auto 19px;
	position: absolute;
	top: 1.7em;
	left: 10px;
	content: "";
}

.stats-toc-01.sp li a {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}
	.stats-toc-01.sp li:nth-child(1) a { background-image: url(../img/toc_01_sp.png); }
	.stats-toc-01.sp li:nth-child(2) a { background-image: url(../img/toc_02_sp.png); }
	.stats-toc-01.sp li:nth-child(3) a { background-image: url(../img/toc_03_sp.png); }
	.stats-toc-01.sp li:nth-child(4) a { background-image: url(../img/toc_04_sp.png); }

/* ----- for pc ----- */
.stats-toc-01.pc {
	margin-bottom: -.75em;
	letter-spacing: -.40em;
}
.stats-toc-01.pc > li {
	display: inline-block;
	margin-left: 1.431492843%;
	width: 23.92638037%;
	letter-spacing: normal;
}
	.stats-toc-01.pc > li:first-child { margin-left: 0; }



/* ========== infoBlock ========== */
/* ----- 01 ----- */
.stats-infoBlock-01 {
	border: none;
	background-color: #fdf3e6;
	border-radius: 10px;
}

.stats-infoBlock-01 .c-heading4-01 {
	margin: -10px -10px 0;
	padding: 1em .5em;
	text-align: center;
	background-color: #facf9c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.stats-infoBlock-01 .c-heading4-01 h4 {
	color: #eb7000;
}
.stats-infoBlock-01 .c-heading4-01 h4 span { position: relative; }
.stats-infoBlock-01 .c-heading4-01 h4 span:before {
	position: absolute;
	width: 34px;
	height: 34px;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-size: auto 34px;
	content: "";
	left: -38px;
	top: -8px;
}

@media only screen and (min-width: 641px) {
	.stats-infoBlock-01 .c-heading4-01 {
		margin: -24px -24px 0;
	}
	.stats-infoBlock-01 .c-heading4-01 h4 span:before { top: -4px; }
}

/* ----- 02 (in step) ----- */
.stats-infoBlock-02 { background-color: #def2fe; }

/* ----- 03 ----- */
.stats-infoBlock-03 {
	border-width: 4px;
	border-radius: 10px;
}

.stats-infoBlock-03 dl { margin-bottom: 0; }
.stats-infoBlock-03 dt,
.stats-infoBlock-03 dd {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.6;
}
.stats-infoBlock-03 dt {
	font-size: 150%;
	color: #888888;
}

.stats-infoBlock-03.color-01 {
	background-color: #f1f9f4;
	border-color: #a2dfbd;
}
.stats-infoBlock-03.color-02 {
	background-color: #fef6e5;
	border-color: #eece80;
}
	.stats-infoBlock-03.color-01 .stats-text-01 { color: #35a667; }
	.stats-infoBlock-03.color-02 .stats-text-01 { color: #de9d02; }

@media only screen and (max-width: 640px) {
	.stats-infoBlock-03 dt { font-size: 125%; }
	.stats-infoBlock-03 dd {
		display: block;
		margin-top: .42857142857142855em;
	}
	.stats-infoBlock-03 .example dd { margin-left: 28px; }
}


/* ========== step ========== */
/* ----- display ----- */
.stats-steps-sp .visible-pc { display: none; }
	.stats-steps-sp .visible-sp { display: block; }
.stats-steps-pc .visible-pc { display: block; }
	.stats-steps-pc .visible-sp { display: none; }

/* ----- heading ----- */
.stats-steps-pc .heading-main h2 span,
.stats-steps-sp .heading-main h2 span {
	color: #0895e6;
}

/* ----- for pc ----- */
.stats-steps-pc .contents .step .inner { border-color: #8cd6ff; }

/* ----- for sp ----- */
.stats-steps-sp .step {
	margin-top: 1.25em;
	padding: 20px 10px 0;
}
	.stats-steps-sp .step:first-child { margin-top: 0; }
.stats-steps-sp .c-heading2-02 { margin: 0 0 25px 10px; }
.stats-steps-sp .content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d5d5;
}
.stats-steps-sp .figure {
	position: relative;
}
.stats-steps-sp .figure:before {
	width: 30px;
	height: 100%;
	background-image: url(/assets/img/marker_10_@2x.png);
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position: 0 0;
	position: absolute;
	left: 60px;
	top: -21px;
	content: "";
}
.stats-steps-sp .figure img {
	margin-right: auto;
	margin-left: auto;
}

.visible-sp.icon-apps { text-align: center; }
.visible-sp.icon-apps figure img { width: 222px; }


/* ========== others ========== */
/* ----- flg-function ----- */
#flg-function .c-column-group { margin-top: 1.25em; }
#flg-function .c-column-group .col-unit-1\/2 + .col-unit-1\/2 { margin-top: .5em; }

@media only screen and (min-width: 641px) {
	#flg-function .c-column-group + .c-column-group {
		margin-top: -2px;
	}
}

/* ----- words ----- */
#flg-words .stats-inner { margin-left: 1.5em; }

/* ---- subnavi-area ---- */
div.heading-group.foreignDeposit-head {
	padding-bottom: 0;
	border-color: #bcbdbd;
}
div.heading-group.foreignDeposit-head > .frame-content .c-subNavi-01:after {
	background: none;
}
div.foreignDepositsubNaviBkg {
	background-color: #d4d5d5;
	padding-bottom: 25px;
	margin-top: 1.25em;
}
@media only screen and (max-width: 640px) {
	div.foreignDepositsubNaviBkg {
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
div.foreignDepositsubNaviBkg .c-subNavi-01 {
	/*padding-top: 1.25em;*/
	padding-top: 0;
}
.heading-group.foreignDeposit-head
 .c-subNavi-01:after {
	width: 28px;
	height: 15px;
	background-image: url(/products/foreign_deposit/img/marker_19.png);
	background-repeat: no-repeat;
	background-size: 28px 15px;
	background-position: center bottom;
	position: absolute;
	left: 48.5%;
	bottom: -39px;
	content: "";
}
#jbk-frame-main + .heading-group .c-subNavi-01.subNaviBtm:before {
	background: none;
}
.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p a.c-btn-01 {
	margin-left: 4px;
	color: #656565;
}
.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p:first-child a.c-btn-01 {
	margin-left: 0;
}
.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p {
	margin: 0;
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p {display: block;}
	.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p a.c-btn-01 {
		font-size: 14px;
		margin-left: 0;
		margin-top: 10px;
	}
	.c-btnGroup-01.foreignDeposit-subNavi-btnGroup p:first-child a.c-btn-01 {
		margin-top: 0;
	}
}

.c-noticeBlock-01.column-01.foreign_deposit-bg-none,
.c-noticeBlock-01.column-02.foreign_deposit-bg-none{
  padding-top: 0;
  -webkit-box-shadow:none;
  box-shadow: none;
}
.c-noticeBlock-01.column-01.foreign_deposit-c-noticeBlock-01,
.c-noticeBlock-01.column-02.foreign_deposit-c-noticeBlock-01{
  background: none;
}
@media only screen and (max-width: 640px){
  .c-noticeBlock-01>.col .heading {
    font-size: 112.5%;
  }
  .c-noticeBlock-01>.col .text {
    font-size: 100%;
  }
}

.c-ground-01.wrap-foreign_deposit-c-glossary-01{
  border: 4px solid #de9d02;
}
.wrap-foreign_deposit-c-glossary-01 .c-noticeBlock-01 .glossary-color{
  color: #de9d02;
}