@charset "UTF-8";

/*gnav設定
---------------------------------------------------------- */
header #gnav .gnav06 a {
	border-bottom:3px solid #181e26;
	padding-bottom: 5px;
}

@media only screen and (max-width: 829px) {
	header #gnav .gnav06 a {
		border-bottom:none;
	}
}

/*共通
---------------------------------------------------------- */
main {
	position: relative;
}

main img {
	max-width: 100%;
	height: auto;
}


/*ログイン
---------------------------------------------------------- */

.login_block {
	margin-bottom: 30px;
}

.login_block .login_info {
	margin-bottom: 20px;
	font-size: 116%;
}

.login_block .login_box {
	margin-bottom: 15px;
	padding: 25px;
	background-color: #f7f7f7;
}

.login_block .login_box dl {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #ececec;
	justify-content: space-between;
}

.login_block .login_box dl:last-child {
	margin-bottom: 0;
}

.login_block .login_box dl dt {
	display: table-cell;
	width: 40%;
	padding: 12px 15px;
	background-color: #ececec;
	font-weight: bold;
	vertical-align: middle;
	font-size: 116%;
}

.login_block .login_box dl dt span {
	font-weight: normal;
	font-size: 85%;
	color: #ff0000;
}

.login_block .login_box dl dd {
	display: table-cell;
	background-color: #fff;
	padding: 12px 15px;
	vertical-align: middle;
}

.login_block .login_box dl dd input {
	width: 100%;
	margin-bottom: 10px;
}

.login_block .login_box dl dd .txt_caution {
	color: #ff0000;
}

.login_block .login_caution li {
	list-style: none;
	margin-left: 0.6em;
	text-indent: -0.6em;
}

@media only screen and (max-width: 829px) {
	.login_block .login_box {
		padding: 10px;
	}

	.login_block .login_box dl {
		display: block;
	}

	.login_block .login_box dl dt {
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
	}

	.login_block .login_box dl dd {
		display: block;
		padding: 10px;
	}
}

/*ご利用規約
---------------------------------------------------------- */

.rule_block {
	margin-bottom: 30px;
	font-size: 123.1%;
	line-height: 1.8;
}

.rule_block h3 {
	font-size: 108%;
	margin: 35px 0 5px;
}

.rule_block ul li{
	list-style: none;
}

.rule_block ol {
	margin-left: 1.2em;
}

.rule_block p {
	margin-bottom: 10px;
}

.rule_block p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 829px) {
	.rule_block {
		margin-bottom: 30px;
		font-size: 108%;
	}
}

.rule_consultation {
	margin-top: 35px;
	padding: 30px;
	background-color: #f7f7f7;
}

.rule_consultation h4 {
	font-size: 108%;
	margin-bottom: 10px;
}

.rule_consultation p {
	margin-bottom: 10px;
}

@media only screen and (max-width: 829px) {
	.rule_consultation {
		margin-top: 25px;
		padding: 25px 5%;
	}
}

/*PINコード確認
---------------------------------------------------------- */
.pin_img {
	text-align: center;
}

/*残高照会 共通
---------------------------------------------------------- */
.regist_block h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 215.5%;
}

.regist_block .point_box {
	margin-bottom: 30px;
	padding: 25px;
	background-color: #f7f7f7;
}

.regist_block .point_box dl {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #ececec;
	justify-content: space-between;
	font-size: 123.1%;
}

.regist_block .point_box dl:last-child {
	margin-bottom: 0;
}

.regist_block .point_box dl dt {
	width: 40%;
	padding: 12px 15px;
	background-color: #ececec;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.regist_block .point_box dl dd {
	background-color: #fff;
	flex: 1;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}

.regist_block .point_box dl dd strong {
	margin-right: 5px;
	font-size: 214%;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	vertical-align: baseline;
}

@media only screen and (max-width: 829px) {
	.regist_block h2 {
		margin-bottom: 25px;
		font-size: 182%;
	}

	.regist_block .point_box {
		padding: 10px;
	}

	.regist_block .point_box dl {
		display: block;
		font-size: 116%;
	}

	.regist_block .point_box dl dt {
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
	}

	.regist_block .point_box dl dd {
		display: block;
		padding: 10px;
		text-align: center;
	}

	.regist_block .point_box dl dd strong {
		font-size: 197%;
	}
}

.regist_block .history_box {
	margin-bottom: 30px;
}
.regist_block .history_tab {
	display: flex;
	width: 100%;
	font-size: 108%;
	border-bottom: 3px solid rgb(0, 70, 155);
}

.regist_block .history_tab li {
	width: calc(50% - (5px / 2));
	margin-right: 5px;
	padding: 8px 10px;
	background-color: #ececec;
	color: rgb(0, 70, 155);
	text-align: center;
	font-weight: bold;
	list-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}

.regist_block .history_tab li.select {
	margin-top: -10px;
	padding-top: 14px;
	background-color: rgb(0, 70, 155);
	color: #fff;
}

.regist_block .history_tab li:last-child {
	margin-right: 0;
}

.regist_block .history_tab li span {
	display: block;
	font-size: 116%;
}

.regist_block .history_list {
	display: none;
}

.regist_block .history_list.select {
	display: block;
}

.regist_block .history_box table {
	font-size: 108%;
}

.regist_block .history_box table th {
	padding: 15px 10px;
	border-bottom: 2px solid #dbdbdb;
	text-align: center;
}

.regist_block .history_box table td {
	padding: 15px 10px;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}

@media only screen and (max-width: 829px) {
	.regist_block .history_box {
		margin-bottom: 25px;
	}
	.regist_block .history_tab {
		font-size: 93%;
	}

	.regist_block .history_tab li {
		padding: 8px 10px;
	}

	.regist_block .history_tab li.select {
		margin-top: 0;
		padding: 8px 10px;
	}

	.regist_block .history_list {
		width: 100%;
		overflow-x: scroll;
	}

	.regist_block .history_list::-webkit-scrollbar{
		height:8px;
		border-radius: 4px;
		}/*バーの太さ*/

	.regist_block .history_list::-webkit-scrollbar-track {
		background:#e6e6e6;
		border-radius: 4px;
		}/*バーの背景色*/

	.regist_block .history_list::-webkit-scrollbar-thumb {
		background:#999;
		border-radius: 4px;
	}/*バーの色*/


	.regist_block .history_list table {
		min-width: 630px;
		margin-bottom: 10px;
		border-collapse: collapse;
	}

	.regist_block .history_list th,
	.regist_block .history_list td{
		white-space: nowrap;
	}
}

.regist_block .caution_box {
	display: flex;
	width: 100%;
	font-size: 108%;
}

.regist_block .caution_box p {
	flex: 1;
}

.regist_block .caution_box .caution_btn {
	width: 30%;
	margin-left: 20px;
}

.regist_block .caution_box .caution_btn a {
	display: block;
	border: 1px solid #30a8fb;
	padding: 8px 10px;
	border-radius: 5px;
	text-align: center;
	color: #30a8fb;
}

.regist_block .caution_box .caution_btn a:hover {
	text-decoration: none;
	background-color: #30a8fb;
	color: #fff;
}

@media only screen and (max-width: 829px) {
	.regist_block .caution_box {
		display: block;
	}

	.regist_block .caution_box .caution_btn {
		width: 80%;
		margin: 15px auto 0;
	}
}


/*登録
---------------------------------------------------------- */

.form_block {
	margin-bottom: 30px;
}

.form_block .form_info {
	margin-bottom: 20px;
}

.form_block .form_info p:last-child {
	margin-top: 5px;
	font-size: 116%;
	font-weight: bold;
	color: rgb(0, 70, 155);
}

.form_block .form_box {
	margin-bottom: 15px;
	padding: 25px;
	background-color: #f7f7f7;
}

.form_block .table_list01 th,
.form_block .table_list01 td {
	padding: 20px 15px;
}

.form_block .table_list01 th {
	width: 34%;
	font-weight: bold;
	font-size: 116%;
}

.form_block .table_list01 th span {
	color:#ff0000;
	font-weight: normal;
	font-size: 85%;
}

.form_block .table_list01 td input[type="text"],
.form_block .table_list01 td input[type="password"] {
	width: 100%;
	border: 2px solid #cdcdcd;
}

.form_block .table_list01 td input[type="text"]:disabled {
	color: #808080;
}

.form_block .table_list01 td input[type="radio"] {
	margin-right: 5px;
}

.form_block .table_list01 td label {
	cursor: pointer;
}

.form_block .table_list01 td label + label {
	margin-left: 15px;
}

.form_block .table_list01 td label input {
	vertical-align: middle;
}

.form_block p.error {
	margin-top:10px;
	color:#ff0000;
}

.form_block input.error,
.form_block textarea.error {
	background:#f9babc;
}

.form_block .table_list01 td .form_inner01 {
	display: table;
	width: 100%;
}

.form_block .table_list01 td .form_inner01 + .form_inner01 {
	margin-top: 15px;
}

.form_block .table_list01 td .form_inner01 p,
.form_block .table_list01 td .form_inner01 div {
	display: table-cell;
	width: 88%;
}

.form_block .table_list01 td .form_inner01 p:first-child {
	width: 12%;
}

.form_block .table_list01 td .form_inner02,
.form_block .table_list01 td .form_inner03 {
	display: flex;
	align-items: center;
}

.form_block .table_list01 td .form_inner02 div {
	width: 33%;
}

.form_block .table_list01 td .form_inner02 input[type="text"] {
	width: 80%;
	margin-right: 5px;
}

.form_block .table_list01 td .form_inner03 p {
	margin-right: 5px;
}

.form_block .table_list01 td .form_inner03 div input {
	width: 150px;
}

.form_block .table_list01 td .form_inner04 {
	margin-top: 15px;
	font-size: 93%;
}

.form_block .table_list01 td .form_inner04 input[type="button"] {
	margin-right: 5px;
	padding: 5px 10px;
	background-color: rgb(0, 70, 155);
	border: none;
	color: #fff;
	border-radius: 3px;
}

@media only screen and (max-width: 829px) {
	.form_block .form_box {
		padding: 20px;
	}
	
	.form_block .form_info p:last-child {
		font-size: 108%;
	}

	
	.form_block .table_list01 th {
		width: 100%;
		padding: 0 0 5px;
		font-size: 108%;
	}
	
	.form_block .table_list01 td {
		padding: 0 0 35px;
	}
	
	.form_block .table_list01 td input[type="text"],
	.form_block .table_list01 td input[type="password"] {
		border-width: 1px;
	}

	.form_block .table_list01 td label {
		display: block;
	}

	.form_block .table_list01 td label + label {
		margin: 5px 0 0;
	}
	
	.form_block .table_list01 td .form_inner01 p,
	.form_block .table_list01 td .form_inner01 div {
		width: 86%;
	}

	.form_block .table_list01 td .form_inner01 p:first-child {
		width: 14%;
	}

	.form_block .table_list01 td .form_inner02 {
		display: block;
	}

	.form_block .table_list01 td .form_inner02 div {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.form_block .table_list01 td .form_inner02 div:last-child {
		margin-bottom: 0;
	}

	.form_block .table_list01 td .form_inner03 p {
		margin-right: 5px;
	}

	.form_block .table_list01 td .form_inner03 div input {
		width: 80%;
	}
	.form_block .table_list01 td .form_inner04 input[type="button"] {
		margin: 0 5px 5px 0;
		padding: 5px 10px;
		background-color: rgb(0, 70, 155);
		border: none;
		color: #fff;
		border-radius: 3px;
		font-size: 100%;
	}
}


/*完了
---------------------------------------------------------- */

.thanks_block {
	text-align: center;
}

.thanks_block article {
	margin-bottom:70px;
	text-align: center;
	font-size:116%;
}

.thanks_block p {
	margin-bottom:15px;
	line-height:1.8;
}

.thanks_block p:last-child{
	margin-bottom:0;
}

@media only screen and (max-width: 829px) {
	.thanks_block article {
		margin-bottom:50px;
	}
	
	.thanks_block p {
		text-align: left;
	}
}

/*Supay キャンペーン
---------------------------------------------------------- */
.campaign {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}
.blueborder {
	border-left-style: solid;
	border-right: solid;
	border-bottom-style: solid;
    border-color: #002060;
}
.campaign .span {
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.campaign .footer {
	margin-top: 5px;
}


