@charset "utf-8";
/*----------------------------------------------------
  HEADER
----------------------------------------------------*/

@media screen and (max-width: 767px) {
header{
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/header_bg.png") left top;
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 9999;
	top: 0;
}
header div{
	padding: 0 10px;
}
header div .left{
	float: left;
	width: 50%;
	padding: 5px 0 0;
}
header div h1{
/*	float: right;*/
}
header div #btn_back{
	float: left;
	padding: 4px 0 0 0;
	line-height: 0;
}
header div #logo img{
	width: 130px;
}
header div #btn_back img{
	width: 25px;
}
header div .right{
	float: right;
	padding: 0;
}
header div .right nav{
	display: none;
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/nav_bg.png") left top;
	border-top: solid 1px #999999;
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 50000;
}
header div .right nav ul{
	border-top: none;
	background: #ededed;
	padding: 0 10px;
	display: none;
}
header div .right nav ul li:first-child{
	border-top: none;
}
header div .right nav ul li{
	border-top: solid 1px #cccccc;
}
header div .right nav ul li a{
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/nav_allow.png") no-repeat right 50%;
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	padding: 13px 0 13px 5px;
}
header div .right p{
	line-height: 0;
	float: right;
}
header div .right p img{
	width: 90px;
}
header div .right #nav_btn{
	border:none;
	padding: 6px 10px 0 0;
}
header div .right #nav_btn img{
	width: 22px;
	float: left;
}
header p.sumitLogo{
	width: 95%;
	margin: 0 auto;
	text-align: right;
	padding:7px 0 0;
}
}
/*===============================================================================*/
@media screen and (min-width:768px) and ( max-width:1024px) {
/*for TAB*/
header{
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/header_bg.png") left top;
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 9999;
	top: 0;
}
header div{
	padding: 0 10px;
}
header div .left{
	float: left;
	width: 230px;
	padding: 0;
}
header div h1{
/*	float: right;*/
}
header div #btn_back{
	float: left;
	padding: 0;
	line-height: 0;
}
header div #logo img{
	width: 230px;
}
header div #btn_back img{
	width: 25px;
}
header div .right{
	float: right;
	padding: 10px 2% 0;
}
header div .right nav{
	display: none;
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/nav_bg.png") left top;
	border-top: solid 1px #999999;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 50000;
}
header div .right nav ul{
	border-top: none;
	background: #ededed;
	padding: 0 10px;
	display: none;
}
header div .right nav ul li:first-child{
	border-top: none;
}
header div .right nav ul li{
	border-top: solid 1px #cccccc;
}
header div .right nav ul li a{
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/nav_allow.png") no-repeat right 50%;
	background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	padding: 13px 0 13px 5px;
}
header div .right p{
	line-height: 0;
	float: right;
}
header div .right p img{
	width: 100px;
}
header div .right #nav_btn{
	border:none;
	padding: 8px 10px 0 0;
}
header div .right #nav_btn img{
	width: 22px;
	float: left;
}
.tab-only{
    display: block;
}
header p.sumitLogo{
	width: 95%;
	margin: 0 auto;
	text-align: right;
	padding:13px 0 0;
}
}
/*==============================================================*/
@media screen and (min-width: 1025px) {

header{
	background: url("/ja/entry_form/lp/common/component/base/header_diners_lions/header_bg.png") left top;
	position: fixed;
	width: 100%;
	height: 90px;
	top:0;
	z-index: 9999;
}
header div{
	width: 944px;
	margin: 0 auto;
}
header div .left{
	float: left;
	width: 270px;
	padding: 0;
}
header div #btn_back{
	float: left;
	width: 50px;
}
header div #logo img{
	width: 270px;
}
header div .right{
	float: right;
	width: 664px;
	padding: 10px 0 0;
}
header div .right nav{
	display: block !important;
	height: auto !important;
	float: right;
	padding: 9px 0 0 0;
}
header div .right nav ul li:first-child{
	padding: 0;
}
header div .right nav ul li{
	float: left;
	padding: 0 0 0 30px;
}
header div .right nav ul li a{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
header div .right p{
	float: right;
	line-height: 0;
	padding: 2px 0 0 30px;
}
header p.sumitLogo{
	width: 944px;
	margin: 0 auto;
	text-align: right;
	padding:10px 0 0;
}
}
#fade_header{
	display: none;
}



/*
20211114 add
*/
.ba_fee_revision{
    margin-top:3em;
    text-align: left;
}


.ba_fee_revision_title{
    text-align: center;
}
.bizac_diners_lions .bizac_diners_lionsInner .ba_fee_revision h2{
    text-decoration: underline;
    margin:1em 0 0.5em;
    font-size: larger;
}
.ba_fee_revision h3{
    font-size:smaller;
}
.ba_fee_revision table th,
.ba_fee_revision table td{
    text-align: center;
    background-color: white;
}
.ba_fee_revision table th{
    background-color: #ccc;
    font-size: smaller;
}

.ba_fee_revision table{
    margin:1em auto;
    width:100%;
}
.ba_fee_revision table th,
.ba_fee_revision table td,
.ba_fee_revision table tr{
        border:solid 1px #333;
        padding:0.2em;
}
.explain_title{
    font-weight: bold;
}
.explain{
    text-indent:-1em;
    padding-left:1em;
}
.explain.ex2{
    font-size:smaller;
    text-indent:-1.3em;
    padding-left:1.3em;
}
/*
20231226 add
*/
body{
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
}