@charset 'UTF-8';
/* **********************************************************************
 *
 *       Title:   東京クレジット master.css
 *
 ********************************************************************** */
/* 基本設定
======================================================= */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	position: relative;
	min-width: 980px;
	text-align: left;
	color: #333333;
	background: #ffffff;
	font: 1.0rem;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','游ゴシック体', YuGothic,'游ゴシック Medium', 'Yu Gothic Medium','游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body.contact {
	min-width: 980px;
}

a:link ,a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover ,a:active {
	text-decoration: none;
	color: #333;
}

address ,caption ,cite ,code ,dfn ,em ,th ,var {
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 16px;
	font-size: 1.6rem;
}

ul {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

ol {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0 5px 15px;
	padding: 0 0 0 20px;
}

/* レイアウト設定
======================================================= */
.wrapper {
	width: 980px;
	margin: 60px auto 40px;
	text-align: left;
}
.wrapper .side {
	float: left;
	width: 210px;
	padding: 0;
}
.wrapper .main {
	float: right;
	width: 720px;
	padding: 0;
	overflow: hidden;
	min-height: 500px;
}
.contact .wrapper .main {
	float: none;
	width: 700px;
	margin: 0 auto;
}


/* header設定
======================================================= */

.head_wrap {
	background: #fdfdfd url(../img/bg_head.jpg) 0 0 no-repeat;
}
#top .head_wrap {
	padding: 0 0 55px;
}

header {
	padding: 0;
	overflow: hidden;
}
header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header .inner {
	width: 980px;
	margin: 0 auto;

}
header .logo {
	float: left;
	width: 290px;
	margin: 0;
	padding: 37px 0 40px 0;
}
header .logo a {
	display: block;
    width: 290px;
    height: 22px;
    background: url(../img/logo.png) 0 0 no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.sp_trigger,
.overlay,
.sp_mufg {
	display: none;
}

/* nav
======================================================= */
nav {
	float: right;
	display: block !important;
	margin: 0;
	padding: 33px 0 0 0;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
nav ul li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/bar_nav.gif) 0 50% no-repeat;
	padding: 0 20px;
}
nav ul li:first-child {
	background: none;
}
nav ul li a {
	display: block;
	padding: 5px 0px;
	text-align: center;
}
nav ul li a:link ,nav ul li a:visited {
	text-decoration: none;
	color: #333333;
}
nav ul li a:hover,
.company li.nav04 a {
	border-bottom: 3px solid #bbb;
}
nav ul li.nav02 span {
	background: url(../img/ico_blank.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
}
nav ul li.mufg {
    width: 78px;
    height: 32px;
    background: url(../img/logo_mufg.png) 0 0 no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 20px;
}
nav ul.subnav {
	display: none;
}


/* パンくず
======================================================= */
.breadcrumb {
	width: 980px;
	margin: 0 auto;
	color: #666;
}
.breadcrumb ol {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 15px 0 15px;
	padding: 0;
	list-style-type: none;
}
.breadcrumb ol li {
	float: left;
}
.breadcrumb ol li a,
.breadcrumb ol li a:visited {
	color: #666;
}


/* 下層ナビゲーション
======================================================= */
/* cate_top */
.cate_top {
	padding: 0 15px;
	border-bottom: 2px solid #c2c2c2;
}

.cate_top a {
	padding: 10px 0 20px;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.cate_top a:link ,.cate_top a:visited ,.cate_top a:hover {
	color: #333333;
	text-decoration: none;
}
.shop .cate_top a {
	background: url(../img/ico_nav01.png) 0 .8em no-repeat;
}
.rate .cate_top a {
	background: url(../img/ico_nav02.png) 0 .8em no-repeat;
}
.recruit .cate_top a {
	background: url(../img/ico_cate_recruit.png) 0 .8em no-repeat;
}
.faq .cate_top a {
	background: url(../img/ico_nav04.png) 0 .8em no-repeat;
}

/* subnav */
.side ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.side ul.subnav {
	margin: 0 0 40px;
}

.side ul.subnav> li {
	border-bottom: 1px solid #d9d9d9;
}

.side ul.subnav li li {
	border-top: 1px solid #d9d9d9;
}

.side ul.subnav li a {
	display: block;
	margin: 0;
	padding: 12px 15px 10px 14px;
	background: #ffffff url(../img/arw_s.png) 195px 50% no-repeat;
}

.side ul.subnav li li a {
	display: block;
	margin: 0;
	padding: 12px 15px 10px 28px;
	background: url(../img/arw_s.png) 195px 50% no-repeat;
}

.side ul.subnav li a:link ,.side ul.subnav li a:visited {
	color: #333333;
	text-decoration: none;
}

.side ul.subnav li a:hover {
	background: #f8f8f8 url(../img/arw_s.png) 195px 50% no-repeat;
	color: #333333;
	text-decoration: none;
}

.side ul.subnav li li a:link ,.side ul.subnav li li a:visited {
	background: #f8f8f8 url(../img/arw_s.png) 195px 50% no-repeat;
	color: #333333;
	text-decoration: none;
}

.side ul.subnav li li a:hover {
	background: #d70000;
	color: #ffffff;
	text-decoration: none;
}

.side ul.subnav li.current > a {
	background: #f8f8f8 url(../img/arw_s.png) 195px 50% no-repeat;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.side ul.subnav li li.current a {
	background: #555;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.side ul.bnr {
	width: 210px;
	margin: 20px 0 0;
}

.side ul.bnr li {
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
}

.side_menu {
	padding: 0;
	text-align: center;
	margin: 0 0 0 0;
}
.side_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.side_menu ul li {
	margin: 0 0 20px;
}
.side_menu ul li a {
	display: block;
	padding: 24px 10px 24px 0px;
	text-align: left;
}
.side_menu ul li a span {
	display: inline-block;
	background: #fff;
	padding: 8px 10px;
	line-height: 1;
}
.side_menu ul li.credit a {
	border-left: 4px solid #1985e8;
	background: url(../img/bg_sidebnr01.jpg) 0 0 no-repeat;
}
.side_menu ul li.wcs a {
	border-left: 4px solid #df0000;
	background: url(../img/bg_sidebnr02.jpg) 0 0 no-repeat;
}
.side_menu ul li.wcs a span:before {
	content: "";
	padding: 0 0 0 18px;
	background: url(../img/ico_blank.png) 0 50% no-repeat;
}
.side_menu ul li.loan a {
	border-left: 4px solid #ee8600;
	background: url(../img/bg_sidebnr03.jpg) 0 0 no-repeat;
}
.side_menu ul li a:link,.side_menu ul li a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* トップページ設定
======================================================= */
.wrappertop .block {
	clear: both;
	width: 100%;
	margin: 0 0 40px;
}

/* 下層共通設定
======================================================= */

.wrapper .block {
	clear: both;
	width: 100%;
	margin: 0 0 40px;
	overflow: hidden;
}

.tit_btn {
	position: relative;
}
.tit_btn .btn {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
}
.tit_btn .btn a,
.tit_btn .btn a:visited {
	display: block;
	width: 120px;
	background: #d70000 url(../img/arw_w.png) 95% 50% no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 4px;
	border-radius: 5px;
}

h1.pagetit {
	width: 980px;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 auto;
	padding: 20px 0 50px;
	color: #333333;
	position: relative;
	text-align: center;
}
.main .block h2 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0 0 30px;
	padding: 0 0 10px;
	color: #333333;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
}
.main .block h2:after {
	position: absolute;
	content: ' ';
	display: block;
	border-bottom: solid 2px #c2c2c2;
	bottom: -2px;
	width: 20%;
}
.main .block h3 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 15px;
	padding: 0 0 0 24px;
	color: #333333;
	background: url(../img/h3_bullet.gif) 0 0.8em no-repeat;
}


/* pagetop
======================================================= */
.pagetop {
	position: fixed;
	z-index: 10;
	right: 50px;
	bottom: 0;
}

.pagetop a {
	float: left;
	padding-top: 50px;
	height: 0 !important;
	height: 50px;
	margin: 0;
	overflow: hidden;
	outline: none;
	background: url(../img/pagetop.png) no-repeat 50% 50%;
	width: 50px;
}


/* footer
======================================================= */
footer {
	background: #f0f0f0;
}
.contact footer {
	background: #f5f5f5;
}

footer .foot_in {
	width: 980px;
	margin: 0 auto;
}

footer .foot_nav {
	background: #dcdcdc;
}

/* foot_nav */
.foot_nav ul {
	margin: 0;
	padding: 14px 0;
	list-style-type: none;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.foot_nav ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.foot_nav a:link ,.foot_nav a:visited {
	color: #666666;
	text-decoration: none;
}

.foot_nav a:hover {
	text-decoration: underline;
}

/* foot_info */
.foot_info {
	width: 980px;
	margin: 0 auto;
	color: #333333;
	padding: 25px 0;
	overflow: hidden;
}
.foot_info .logo {
	float: left;
}
.foot_info .logo a {
	display: block;
	width: 216px;
	height: 16px;
	background: url(../img/f_logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.foot_info p.copy {
	float: right;
	margin: 0 0 0 30px;
	font-size: 12px;
	font-size: 1.2rem;
}


/* サイトマップ設定
======================================================= */
.block_sm {
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}

.block_sm h2.sitemap {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #000000;
	border: 0;
}

.sitemap_ul {
	margin: 3px 0 0 10px;
	list-style: none;
	border: 0;
}

.sitemap_ul li {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 2px 0 2px 17px;
	text-align: left;
	border: 0;
	background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

.sitemap_ul li ul {
	margin: 3px 0 0 13px;
	list-style: none;
}

.sitemap_ul li ul li {
	padding-left: 17px;
	text-align: left;
	background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

/* スマホPC切替スイッチ
======================================================= */
.dvc_switch {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

.dvc_switch ul {
	margin: 0 auto;
	padding: 0;
}

.dvc_switch li {
	list-style-type: none;
}

.dvc_switch li.pc {
	display: none;
}

.dvc_switch li.sp {
	text-align: center;
}

.dvc_switch li.sp a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #ffffff;
}

.dvc_switch li a {
	width: 100%;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
}

.dvc_switch li:first-child a {
	line-height: 1.6;
}

.dvc_switch p {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
