@charset "utf-8";

#mainArea {
	font-family: 'メイリオ', Meiryo, sans-serif;
}
sup {
	font-size: 50%;
	vertical-align: super;
	margin-top: -1em;
	font-weight: normal;
}
.normal_txt {
	font-size: 14px;
	line-height: 1.5;
}
.key_image {
	margin-bottom: 10px;
}
.key_image img {
	max-width: 100%;
}
.image img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.key_image {
		margin-right: -10px;
		margin-left: -10px;
	}
}
@media screen and (min-width: 768px) {
	.only-sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
}


.kome li {
	text-indent: -1em;
	padding-left: 1em;
}

.ttl02 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.ttl02 {
		font-size: 14px;
		text-align: center;
	}
	.ttl02.sp-left {
		text-align: left;
	}
}

.color_red {
	color: #FF0000;
}

.DLArea {
	background: #FFF6EE;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 40px;
	border-radius: 10px;
	margin-top: 10px;
}
.DLArea p{
	margin-right: 20px;
	margin-bottom: 0;
}
.DLArea p:last-child{
	margin-right: 0;
}
.DLArea p img{
	vertical-align: bottom;
}
.DLArea p span {
	display: block;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}
.DLArea p a:hover {
	text-decoration: none;
	opacity: .8;
}
@media screen and (max-width: 767px) {
	.DLArea p {
		margin-right: 0;
		width: 45%;
	}
	.DLArea p span {
		display: none;
	}
	.DLArea {
		background: none;
		padding: 0 15px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.DLArea img {
		width: 100%;
		height: auto;
	}
}

.os_area dl,
.link_area a {
	border: 1px solid #ccc;
	padding: 15px 25px;
	box-sizing: border-box;
	margin: 15px 0 10px;
}
.os_area dt,
.link_area dt
{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.os_area dd,
.link_area dd
{
	font-size: 14px;
}
.link_area dt {
	color: #007A26;
	font-weight: bold;
}

.link_area a {
	color: inherit;
	background: url(/personal/useful/app/mysevenbank/shared/img/ico_right.png) no-repeat right 10px center;
	padding-right: 60px;
	display: block;
}
.link_area a:hover {
	text-decoration: none;
	color: inherit;
	opacity: .8;
}

@media screen and (min-width: 768px) {
	.os_area,
	.link_area
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.os_area dl,
	.link_area a {
		width: 49%;
	}

}


.page_anchor{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_anchor li {
	width: 32%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_anchor li:not(:nth-child(3n)) {
	margin-right: 1.5%;
}
.page_anchor a {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	display: block;
	width: 100%;
	padding: 15px;
	background: url(/personal/account/open_immediately/shared/img/small-down.png) no-repeat right 10px center;
}
.page_anchor a:hover {
	color: #FF6600;
}
@media screen and (max-width: 767px) {
	.page_anchor li {
		width: 48%;
	}
	.page_anchor li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.page_anchor li:nth-child(odd) {
		margin-right: 2%;
	}
}



.kome2 li {
	font-size: 12px;
	text-indent: -2em;
	padding-left: 2em;
}


.list_disc li {
	text-indent: -0.5em;
	padding-left: 0.5em;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.list_disc li {
		text-indent: -1em;
		padding-left: 1em;
	}
}

.green_table {
	width: 80%;
	margin: 0 auto;
}
.green_table thead th {
	color: #fff;
	font-size: 12px;
	background: #2DA32B;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 3px 8px;
}
.green_table tbody th {
	font-weight: bold;
}
.green_table tbody td,.green_table tbody th {
	padding: 10px;
	background-color: #ECF6E1;
	vertical-align: middle;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.green_table {
		width: 100%;
	}
}


.image_left {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.image_left .ttl {
	font-weight: bold;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.image_left {
		display: block;
	}
	.image_left .step {
		margin-bottom: 15px;
	}
	.image_left .image {
		text-align: center;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.image_left  > * {
		width: 50%;
	}
}


.image_left02 {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.image_left02  > * {
	width: 50%;
}
.image_left02 .ttl {
	font-weight: bold;
	margin-bottom: 8px;
}
.image_left02 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.image_left02 .image {
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.image_left02 .step {
		margin-bottom: 15px;
	}
	.image_left02 .image {
		text-align: center;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.image_left02  > * {
		width: auto;
	}
}


.function_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.function_area dl {
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}

.function_area dt {
	color: #007A26;
	font-weight: bold;
	line-height: 1.3;
}
.function_area span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
.function_area dd {
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.function_area dl:not(:nth-child(3n)) {
		margin-right: 1%;
	}
	.function_area dl {
		width: 32%;
	}
	.function_area span {
		min-height: 55px;
		font-size: 18px;
	}
	.function_area dd {
		font-size: 14px;
	}
}


.features_area {
}
.features_area .step1 {
	background: linear-gradient(#FFC8AC 0%, #FFDCC4 100%) no-repeat 50% 50% / 100% 100%;
}
.features_area .step2 {
	background: linear-gradient(#F78459 0%, #FFA364 100%) no-repeat 50% 50% / 100% 100%;
}
.features_area .step3 {
	background: linear-gradient(#FB6443 0%, #EF8200 100%) no-repeat 50% 50% / 100% 100%;
}
.features_area .step2 .features_content,
.features_area .step3 .features_content {
	color: #fff;
}
.features_area .number {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.features_area span {
	padding: 5px;
	border-radius: 50%;
	background-color: #fff;
	width: 36px;
	height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.features_area .ttl {
	text-align: center;
	font-weight: bold;
	color: #FF6600;
	font-size: 18px;
	line-height: 1.5;
}
.features_area .step2 .ttl {
	color: #fff;
	margin-bottom: 10px;
}

.features_area .step3 {
	margin-bottom: 40px;
}
.features_area .step3 .ttl {
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.features_area .step1 {
		background:
			url(/personal/useful/app/mysevenbank/shared/img/img01_pc.png) no-repeat left bottom,
			linear-gradient(#FFC8AC 0%, #FFDCC4 100%) no-repeat 50% 50% / 100% 100%;
		padding-left: 42%;
	}
	.features_area .step2 {
		background:
			url(/personal/useful/app/mysevenbank/shared/img/img02_pc.png) no-repeat right bottom,
			linear-gradient(#F78459 0%, #FFA364 100%) no-repeat 50% 50% / 100% 100%;
		padding-right: 42%;
	}
	.features_area .step3 {
		background:
			url(/personal/useful/app/mysevenbank/shared/img/img03_pc.png) no-repeat left bottom,
			linear-gradient(#FB6443 0%, #EF8200 100%) no-repeat 50% 50% / 100% 100%;
		padding-left: 42%;
	}
	.features_area .features_content {
		padding: 40px 20px 0 0;
		height: 400px;
		box-sizing: border-box;
	}
	.features_area .step2 .features_content {
		padding: 40px 0 0 20px;
	}
	.features_area .step2 {
		position: relative;
	}
	.features_area .step2:before {
		content: "";
		border-left: 55px solid transparent;
		border-right: 55px solid transparent;
		border-top: 40px solid #FFDCC4;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -55px;
	}

	.features_area .step3 {
		position: relative;
	}
	.features_area .step3:before {
		content: "";
		border-left: 55px solid transparent;
		border-right: 55px solid transparent;
		border-top: 40px solid #FFA364;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -55px;
	}

}

@media screen and (max-width: 767px) {
	.features_area .step1 .features_content,
	.features_area .step2 .features_content,
	.features_area .step3 .features_content {
		-webkit-background-size: auto 250px;
		background-size: auto 250px;
		background-position: center bottom;
		padding: 20px 10px 250px;
		background-image: url(/personal/useful/app/mysevenbank/shared/img/img01_sp.png);
		background-repeat: no-repeat;
	}
	.features_area .step1 .features_content {
		background-image: url(/personal/useful/app/mysevenbank/shared/img/img01_sp.png);
	}
	.features_area .step2 .features_content {
		background-image: url(/personal/useful/app/mysevenbank/shared/img/img02_sp.png);
	}
	.features_area .step3 .features_content {
		background-image: url(/personal/useful/app/mysevenbank/shared/img/img03_sp.png);
	}
	.features_area .features_content .small {
		font-size: 10px;
	}
}


/*  err  */
.err_contents {
	margin-bottom: 60px;
}
.number_form {
	margin: 30px 0 50px;
}
.number_form .label {
	display: block;
	margin-bottom: 5px;
}
.number_form .number_input {
	border: 1px solid #D9D9D9;
	padding: 6px 5px 7px;
	max-width: 350px;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
}
.number_form .submit {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background-color: #007A26;
	box-sizing: border-box;
}
.number_form .submit:hover {
	opacity: .8;
}
.err .headingBlock03 {
	text-indent: 0 !important;
	padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
	.number_form .submit {
		width: 100px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.number_form .label {
		font-weight: bold;
	}
	.number_form .number_input {
		width: 70%;
		padding: 10px;
	}
	.number_form .submit {
		width: 25%;
		font-weight: bold;
		padding: 9px 10px 8px;
		margin-left: 2.5%;
	}
}
/* リスト hover 時のカラー */
.ui-state-active {
	background: #f3f3f3!important;
}
.result_none {
	margin-top: 5px;
	opacity: 0;
}
.result_none.close {
	opacity: 1;
}


.regulation {
	font-size: 14px;
}
.regulation p {
	margin-bottom: 1em;
}
.regulation .ttl {
	font-weight: bold;
}
.regulation .list_lv01 {
	margin-left: 2.2em;
}
.regulation .list_lv01 > li {
	list-style-type: decimal;
	margin-bottom: 5px;
}

.regulation .list_lv02{
	padding:0 0 0 1.8em;
	margin:0;
}
.regulation .list_lv02 li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	text-indent: -1.8em;
}
.regulation .list_lv02 li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}
.regulation .air{
	margin-top: 10px;
	text-align: right;
}
.headingBlock02 .title {
	-ms-word-break: break-all;
	word-break: break-all;
}

