@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*common set*/
body {
	font-size: 16px;
}
p,
li,
dt,
dd,
th,
td {
	font-family: "Noto Sans JP", Roboto, Segoe UI Symbol, "Yu Gothic Medium", YuGothic, メイリオ, sans-serif;
}
#benefit h2,
#benefit h3,
#fig h2,
#fig h3 {
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}
.hdg_A {
	font-size: 1.07rem;
}
sup {
	font-size: 0.5em;
}
.inner p {
	margin-bottom: 0px;
}
.inner p + p {
	margin-top: 11px;
}
.foreigncurrency .hdg_B.hdg_icon-notice {
	font-size: 1rem;
	width: fit-content;
	margin: auto;
}
.list_primary li:last-of-type {
	margin-bottom: 0;
}
.notes-center {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.link-tel {
	font-family: "Roboto", -apple-system;
	font-weight: bold;
	color: #004831;
}
wbr::before {
	content: "\200B";
}
.row_flex {
	column-gap: 50px;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 14px;
	}
	.row_flex > [class^="col_"]:last-child {
		margin-bottom: 0;
	}
	[class^="col_"] {
		float: none;
	}
}
.f14 {
	font-size: 14px !important;
}
[class^="btn"] {
	min-width: 0px;
}

/*KV area*/

.signboard {
	width: 100%;
	background-image: url(/timedeposit2511/images/kv_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
}
.sbd__inner {
	max-width: 982px;
	margin: auto;
	height: 436px;
	justify-content: center;
	position: relative;
}
.keyvisual_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1199px) {
	.sbd__inner {
		max-width: 84vw;
	}
	.signboard {
		background-position: left bottom 25%;
		margin: 0;
	}
	.keyvisual_img img {
		max-width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.signboard {
		background-image: url(/timedeposit2511/images/kv_sp.jpg);
		background-size: cover;
		background-position: center bottom 25%;
		margin: 0;
		max-width: 100%;
	}
	.signboard .keyvisual_img img {
		max-width: 268px;
		top: 48%;
	}
	.signboard p.logo img {
		max-width: 100%;
	}
	.sbd__inner {
		max-width: 100vw;
		height: 264px;
		align-items: center;
	}
}
@media screen and (max-width: 499px) {
	.keyvisual_img img {
		left: 38%;
	}
}

/*特典*/
.benefit__hdg {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}
.hdg__ttl {
	color:#0a7e59;
	font-size: 40px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdg__ttl::before {
	content: "";
	width: 4px;
	height: 45px;
	background:#0a7e59;
	display: block;
	transform: translateX(-18px) rotate(-30deg);
	margin-right: 5px;
}
.hdg__ttl::after {
	content: "";
	width: 4px;
	height: 45px;
	background:#0a7e59;
	display: block;
	transform: translateX(18px) rotate(30deg);
	margin-left: 5px;
}
.hdg__txt {
	font-size: 22px;
	letter-spacing: 0.04em;
}
.hdg__txt .txt_00 {
	color: #d98827;
	font-size: 35px;
	letter-spacing: 0.06em;
}
.hdg__txt .txt_01 {
	color: #d98827;
	font-size: 30px;
}
.hdg__txt .txt_02 {
	color: #d98827;
	font-size: 26px;
}
.hdg__txt .txt_03 {
	color: #d98827;
	letter-spacing: 0em;
}
.num__ff {
	font-family: Roboto;
	letter-spacing: 0.05em;
}
#benefit .hdg_B.hdg_icon-notice{
	margin: 0 auto 10px;
	font-size: 14px;
	font-weight: normal;
	display: flex;
	justify-content: flex-end;
}
#benefit .hdg_B.hdg_icon-notice .icon_alert{
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 4px;
}

.benefit_02 .benefit__hdg {
	padding-top: 0;
	margin-bottom: 20px;
}

.contents-block.bene_fee_02 {
	margin-top: 20px;
	background-color:#f5f5f5;
	padding: 50px 0px;
}
@media screen and (max-width: 1199px){
	.contents-block.bene_fee_02 {
		padding: 40px 0px;
	}
	#benefit .hdg_B.hdg_icon-notice{
		padding: 0 8%;
	}
}
@media screen and (max-width: 767px){
	.contents-block.bene_fee_02 {
		padding: 30px 20px 40px 20px;
	}
	.hdg__ttl {
		font-size: 22px;
		letter-spacing: 0;
	}
	.hdg__ttl::before {
		width: 3px;
		height: 30px;
		vertical-align: middle;
		transform: translateX(-18px) rotate(-30deg);
		margin-right: 0px;
	}
	.hdg__ttl::after {
		width: 3px;
		height: 30px;
		vertical-align: middle;
		transform: translateX(18px) rotate(30deg);
		margin-left: 0px;
	}
	.hdg__txt {
		font-size: 20px;
	}
	.hdg__txt .txt_03 {
		font-size: 22px;
	}
	#benefit .hdg_B.hdg_icon-notice .icon_alert{
		min-width: 18px;
	}
}

.benefit_ttl_area {
	background: linear-gradient(60deg, #c4d700 0%, #c4d700 18%, #0a7e59 18%, #0a7e59 100%);
	align-items: center;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
}
.benefit__num {
	color: #004831;
	font-size: 30px;
	font-weight: bold;
	margin-left: 2%;
}
.benefit__num span {
	font-size: 38px;
}
.benefit__ttl {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	/* margin-right: 18%; */
	margin: 0 auto;
	letter-spacing: 0.05em;
}
.benefit__ttl_02 {
	/* margin-right: 30%; */
}
.benefit_01 .benefit_ttl_area p + p, .benefit_02 .benefit_ttl_area p + p {
	margin-top: 0;
}
.benefit_01, .benefit_02 {
	margin: 0 auto 16px;
}
.column {
	display: flex;
	flex-wrap: nowrap;
	max-width: 982px;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 50px;
}
.column:last-child {
	margin-bottom: 0;
}
.column__unit {
	width: 420px;
	margin-left: 40px;
	background-color: #FFF;
	text-align: center;
}
@media screen and (max-width: 1199px){
	.column__unit{
		width: calc(100% / 2);
	}
	.benefit_ttl_area {
		background: linear-gradient(60deg, #c4d700 0%, #c4d700 20%, #0a7e59 20%, #0a7e59 100%);
		align-items: center;
		width: 100%;
		height: 70px;
		display: flex;
		justify-content: space-between;
	}
	.benefit__num {
		font-size: 22px;
		margin-left: 2%;
	}
	.benefit__ttl {
		font-size: 28px;
	}
}
@media screen and (max-width: 767px){
	.column{
		display: block;
		width: 100%;
		max-width: inherit;
	}
	.column__unit{
		width: 100%;
		margin: 20px auto 40px;
	}
	.benefit_ttl_area {
		background: linear-gradient(65deg, #c4d700 0%, #c4d700 20%, #0a7e59 20%, #0a7e59 100%);
		height: 48px;
	}
	.benefit_ttl_area.area01 {
		height: 67px;
		text-align: center;
	}

	.benefit__num {
		font-size: 16px;
		margin-left: 2%;
	}
	.benefit__num span {
		font-size: 20px;
	}
	.benefit__ttl {
		font-size: 18px;
		letter-spacing: normal;
	}
	.benefit__ttl_02 {
		letter-spacing: normal;
	}
}
@media screen and (max-width: 560px){
	.benefit__num {
		font-size: 14px;
		margin-left: 3%;
	}
	.benefit__ttl {
		text-align: center;
		line-height: 1.2;
	}
	.benefit__ttl_02 {
		font-size: 18px;
	}
	.benefit_ttl_area {
		background: linear-gradient(65deg, #c4d700 0%, #c4d700 25%, #0a7e59 25%, #0a7e59 100%);
	}
}

.rate__hdg {
	height: 40px;
}
.rate__hdg p {
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.rate__box {
	text-align: center;
	padding: 25px;
}
.rate__box p, .rate__box p+p {
	margin-top: 0;
}
.column .unit__01 {
	border: 2px solid #4b4b4b;
	position: relative;
}
.column .unit__01 .rate__hdg {
	background-color: #4b4b4b;
}
.column .unit__01:after {
	content: url(/timedeposit2511/images/arrow_rate.png);
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	right: -32px;
	top: 45%;
}
.column .unit__02 {
	border: 2px solid #d98827;
	margin-right: 40px;
}
.column .unit__02 .rate__hdg {
	background-color: #d98827;
}
.contents-block .contents__ttl {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.contents-block .contents__ttl {
		width: 95%;
	}
	.column .unit__01:after {
		display: inline-block;
		margin-left: 5px;
		position: absolute;
		right: 50%;
		top: 103%;
		transform: rotate(90deg);
	}
	.benefit_02 .column .unit__01:after {
		display: inline-block;
		margin-left: 5px;
		position: absolute;
		right: 50%;
		top: 102%;
		transform: rotate(90deg);
	}
	.column .unit__02 {
		margin-bottom: 0;
		margin-right: 0;
	}
	.rate__box {
		padding: 20px;
}
}

.rate__box .rate_01 {
	font-size: 20px;
}
.rate__box .rate_02 {
	font-size: 24px;
}
.rate__box .rate_03 {
	font-size: 14px;
}
.rate__box .rate_02 span {
	font-size: 36px;
	font-weight: bold;
}
.unit__02 .rate_02 {
	color: #d98827;
}
.fee__box {
	height: 310px;
	padding: 0 45px;
}
.fee__txt_inner {
	padding: 12px 0;
	border-bottom: 1px dashed;
	text-align: center;
}
.fee__txt_inner:last-child {
	border-bottom: none;
}
.normal_fee {
	font-size: 28px;
	font-weight: bold;
}
.normal_unit {
	font-size: 20px;
}
.fee__box_term {
	position: relative;
}
.term_fee {
	font-size: 54px;
	color: #d98827;
	font-weight: bold;
	position: absolute;
	top: 30%;
	left: 40%;
	margin: auto;
}
.term_fee .term_unit {
	font-size: 38px;
}

.ex_hdg {
	text-align: center;
}
.ex_hdg .ex_ttl {
	font-size: 22px;
	color: #004831;
	font-weight: bold;
}
.ex_hdg .ex_txt {
	font-size: 15px;
	margin-top: 0;
}
.ex__box {
	border: 4px solid #c4d700;
	padding: 30px 8%;
	margin: 10px 0;
}
.ex__box .cl__01 {
	font-size: 20px;
}
.ex__box .cl__02 {
	font-size: 24px;
}
.ex__box .cl__01 span {
	font-size: 24px;
}
.ex__box .cl__ft {
	font-size: 28px;
}
.ex__Interest {
	margin-top: 80px;
}


@media screen and (max-width: 1199px){
	.fee__txt_inner p {
		font-size: 14px;
	}
	.fee__box_normal {
		height: auto;
		padding: 0 20px;
	}
	.ex__box {
		padding: 30px 8%;
	}
}

@media screen and (max-width: 767px){
	.fee__txt_inner {
		padding: 18px 0;
	}
	.bene_fee_02 img {
		width: 206px;
		margin: 0 auto;
	}
	.term_fee .term_unit {
		font-size: 28px;
	}
	.fee__box_term {
		height: 80px;
		padding: 20px;
	}
	.term_fee {
		font-size: 38px;
		top: 12%;
		left: 45%;
		margin: auto;
	}
	.fee__box_normal {
		padding: 0 16px 8px;
		height: 350px;
	}
	.ex__box {
		padding: 20px 3%;
		margin: 16px 0;
	}
	.ex__box .cl__01 {
		font-size: 18px;
	}
	.ex__box .cl__02 {
		font-size: 20px;
	}
	.ex__box .cl__01 span {
		font-size: 18px;
	}
	.ex__box .cl__ft {
		font-size: 22px;
	}
	.ex_hdg .ex_txt {
		margin-top: 5px;
	}
	.ex__Interest {
		margin-top: 60px;
	}
}
@media screen and (max-width: 499px){
	.term_fee {
		left: 40%;
	}
}
@media print, screen and (min-width: 560px) {
	.add__br {
		display: none !important;
	}
}


/*キャンペーンについて*/
#about-campaign {
	padding-top: 80px;
}

.glossary {
	font-size: 15px;
}
.glossary table th {
	border: 1px solid #d0d0d0;
	padding: 5px 10px;
	background: #f0f0f0;
}
.glossary table thead th {
	text-align: center;
}
.glossary table tbody td {
	border: 1px solid #d0d0d0;
	padding: 5px 10px;
	text-align: center;
}
.glossary table tbody .bg_accent {
	background-color: #004831;
	color: #fff;
}

.glossary p {
	margin-bottom: 10px;
}
.benefit__02 {
	margin-top: 32px;
}

#disclaimer {
	font-size: 15px;
}
#disclaimer .list_primary span.color_orange_3 {
	color: #d98827;
}
.caution_list {
	margin-top: 10px;
	display: flex;
}
.inner .caution_list p {
	margin: 0;
}
.inner .caution_list p:last-child {
	margin-left: 6px;
}
.caution_list i {
	vertical-align: middle;
}
.list_step span {
	background: #c4d700;
	color: #004831;
	font-size: 15px;
	padding: 5px 6px 4px;
	line-height: 1;
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.glossary {
		font-size: 1rem;
	}
	.glossary table tbody th {
		width: 25vw;
		padding: 3px 5px;
	}
	.glossary table tbody td {
		padding: 3px 5px;
	}
	#disclaimer {
		font-size: 1rem;
	}
}

.contact_tel .contact_telnum span.contact_telnum_time{
	margin: 0;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.contact_tel .contact_telnum span.contact_telnum_time{
		font-size: 17px;
	}
}


/*キャンペーン終了*/
.block-campaign-end__area01 {
	width: 982px;
	margin: 0 auto 10px;
	background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
	.block-campaign-end__area01 {
		width: 100%;
	}
}

/*外貨預金No.1 追記 ★★*/
.medalicon{
	position: absolute;
	right: -15%;
	max-width: 150px;
	top: 0;
}
@media screen and (max-width: 1380px){
	.medalicon{
		right: -8%;
	}
}
@media screen and (max-width: 1199px){
	.medalicon{
		right: -6%;
		max-width: 100px;
	}
}
@media screen and (max-width: 767px){
	.mv-area .inner{
		left: 38%;
	}
	.medalicon{
		right: 2%;
		max-width: 83px;
	}
}

.medalbadge_txt {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 20px;
	display: flex;
	flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
	.medalbadge_txt {
		min-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	.medalbadge_txt {
		padding: 0 20px;
	}
}

/* デジタルゴールド */
.digitalgold_ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 11px;
	border-bottom: 1px solid #d0d0d0;
	width: fit-content;
	padding: 0 0 1em;
	margin: 0 auto 11px;
}
.digitalgold_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.digitalgold_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3em;
}
.digitalgold_list_item:nth-child(3n) {
	margin-right: 0;
}
.digitalgold_list_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	min-height: 180px;
	background-color: #a68216;
}
.digitalgold_list_ttl span:nth-child(1) {
	margin-bottom: 1.11em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.08em;
	text-align: center;
}
.digitalgold_list_ttl span:nth-child(2) {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
.digitalgold_list_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 1.8em 0.8em;
	background-color: #4c4543;
	font-weight: 300;
}
.digitalgold_list_text {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 1.87;
	letter-spacing: 0.05em;
	text-align: center;
}
.digitalgold_list_sub {
	position: relative;
	width: 100%;
	padding-left: 1.25em;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-indent: -1.25em;
	text-align: center;
}
.digitalgold_list_sub.line_2 {
	text-align: left;
}
.digitalgold_list_text.space_0,
.digitalgold_list_sub.space_0 {
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.digitalgold_list {
		display: block;
		margin: 0 0 3em;
	}
	.digitalgold_list_item {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.digitalgold_list_ttl {
		min-height: initial;
		padding: 2.5em 0;
	}
	.digitalgold_list_ttl span:nth-child(1) {
		margin-bottom: 0.62em;
	}
	.digitalgold_list_box {
		display: block;
		width: 100%;
		padding: 3em 1em;
	}
	.digitalgold_list_sub {
		margin-top: 0.5em;
		padding-left: 1.1em;
		text-indent: -1.1em;
	}
}

/*追従CV 終了時ダウン　ここから*/
.pagetop.popup-pagetop{
	bottom: 140px;
	width: 40px;
		height: 40px;
		display: block;
		background: url(/assets/images/icon_pagetop.svg) center center no-repeat;
	border-radius: 50%;
		position: fixed;
		top: auto;
	right: 36px;
		background-color: #ffffff;
		padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1199px) {
	.pagetop.popup-pagetop {
		bottom: 140px!important;
	right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.pagetop.popup-pagetop {
		bottom: 160px!important;
	}
}

@media screen and (max-width: 401px) {
	.pagetop.popup-pagetop {
		bottom: 175px!important;
	}
}

#footer .footer-content{
	padding: 40px 0 110px;
}
@media screen and (max-width: 767px) {
	#footer .footer-content{
		padding: 40px 0 146px;
	}
}
.flBanner {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	height: 120px;
	justify-content: center;
	align-items: center;
	align-content: center;
	opacity: 0 !important;
	transition: opacity 0.3s, top 0.3s;
}
.flBanner.active {
	opacity: 1 !important;
	pointer-events: auto;
}
div.flBanner-container {
	height: 100%;
	overflow: hidden;
	margin: 16px 0;
}
.flBanner-container [class^="btn"]::after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 18px;
	height: 6px;
	right: 11px;
	top: calc(50% - 3px);
	position: absolute;
}
.btn__flBanner {
	padding: 12px 16px;
}
.icon-arrow__down:before {
		content: url(/assets/images/icon_arrow.svg);
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 14px;
		-webkit-transform: translateY(6px) translateX(6px) rotate(90deg);
		-ms-transform: translateY(6px) translateX(6px) rotate(90deg);
		transform: translateY(3px) translateX(10px) rotate(270deg);
}

@media screen and (max-width: 767px) {
	.flBanner {
		/* padding-top: 10px; */
		height: auto;
	}
	div.flBanner-container {
		margin: 5px 0 16px;
	}
}
/*追従CV 終了時ダウン　ここまで*/