@charset "UTF-8";

@import url("setting.css");
@import url("common1.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

/*=============================================================
#base
=============================================================*/
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	background-color: #FFF;
	text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	width: 100vw;
}

:focus {
	outline: 0;
}

iframe {
	width: 100%;
}

#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

a {
	text-decoration: none;
}

.free_dial {
	display: flex;
	align-items: center;
	grid-gap: .25rem;
}

.free_dial img {
	width: 20px;
}

/*----------------------------
* メニュー
*----------------------------*/
.menu-btn{
	box-sizing: border-box;
    color: var(--colorB);
    font-size: 13px;
    height: 100%;
    padding: 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999999;
    top: 0;
    right: 0;

    span{
        display: block;
        text-align: center;
        font-size: var(--font-tel);
        width: 100%;
        margin: -5px 0 0;
        padding: 0;
    }

    i{
        font-size: 2.5rem;
        margin: 0;
    }

    .inview{
        display: block;
    }

    .behind{
        display: none;
    }
}

#Viewmenu{
    background-color: var(--colorW);
	border-left: 5px solid var(--color01);
	box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 95vw;
    height: 90dvh;
    overflow: scroll;
    padding: 2rem 1rem 1rem;
    pointer-events: none;
    opacity: 0;
    transform-origin: top right;
    transform: scale(.5);
    transition: all .3s ease;
    
    &.is-active{
        pointer-events: auto;
        opacity: 1;
        transform: scale(1.0);
    }

    ul.menu1{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;

		li{
			width: 100%;
			margin: 0 0 10px;
		}

        a{            
			box-shadow: 5px 5px 10px 0 #ccc;
			box-sizing: border-box;
			color: var(--colorW);
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			width: 90%;
			height: 100%;
			margin: 0 0 10px;
			padding: 5px 10px 5px 40px;
			transition: all ease 0.5s;
			position: relative;

			&:before{
				content:"";
				width: 18px;
				height: 18px;
				position: absolute;
				top: 50%;
				left: 5px;
				transform: translate(0,-50%);
			}
		}

		li.bt1 a{
			background: var(--colorFL01);

			&:before{
				background: url(../image/sp_footer_icon2.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
		}
		li.bt2 a{
			background: var(--colorFL02);

			&:before{
				background: url(../image/sp_footer_icon3.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
		}
		li.bt3 a{
			background: var(--colorFL03);

			&:before{
				background: url(../image/sp_footer_icon4.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
		}
		li.bt4 a{
			background: var(--colorFL04);

			&:before{
				background: url(../image/sp_footer_icon1.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
		}
    }

	#sp_menu_loan,
	#sp_menu_search,
	#sp_menu_bk,
	#sp_menu_profile{
		width: 90%;
		margin: 0 0 20px;

		.title{
			border-bottom: 1px solid var(--colorB);
			width: 100%;
			margin: 0 0 20px;
			padding: 0 0 10px;
		}

		ul{
			li{
				width: 100%;
				margin: 0 0 10px;
			}

			a{
				background: var(--colorW);
				box-shadow: 5px 5px 10px 0 #ccc;
				/* box-sizing: border-box; */
				border-left:3px solid  var(--color01);
				color: var(--colorB);
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				width: calc(90% - 10px);
				height: 100%;
				margin: 0 0 20px;
				padding: 5px 10px 5px 20px;
				transition: all ease 0.5s;
				position: relative;
			}
		}
	}
	
	#sp_menu_search ul a,
	#sp_menu_profile ul a{
		border-left:3px solid  var(--colorB);
	}
	#sp_menu_profile{
		margin: 0 0 40px;
	}

	#sp_menu_company{
		width: 90%;
		margin: 0 0 20px;

		p{
			a{
				color: var(--colorB);
				font-size:32px;
				font-weight: 600;

				span{
					font-size: 14px;
					padding: 0 10px 0 0;
				}
			}
		}
	}
	

	#sp_menu_member{
		border: 1px solid var(--colorB);
		box-sizing: border-box;
		width: 90%;
		margin: 0 0 20px;
		padding: 10px;

		.title{
			width: 100%;
			margin: 0 0 20px;
		}
		p{
			margin: 0 0 20px;

			i{
				font-style: normal;
				color: var(--colorR);
				font-size: 24px;
				padding: 0 5px;
			}
		}
		ul{
			display: flex;
			flex-wrap: wrap;
			gap:10px;
		
			&.before_login{
				li{
					margin: 0 auto 10px;

					a{
						display: block;
						box-shadow: 5px 5px 10px 0 #ccc;
						box-sizing: border-box;
						text-align: center;
						padding: 5px 10px;
					}
				}
				li.bt1{
					width: 100%;
					a{
						background: var(--colorW);
						color: var(--colorB);
						width: 100%;
					}					
				}
				li.bt2{
					width: 100%;
					a{
						background: var(--colorO);
						color: var(--colorW);
						width: 100%;
					}					
				}
				li.bt3,li.bt4 {
					width: 48%;

					a{
						background: var(--colorB);
						color: var(--colorW);
						font-size: 14px;
						width: 100%;		
					}
				}
			}
		}
	}
}


/*=============================================================
#header
=============================================================*/

#side_floating {
	display: none;
}

#headerPC{
  display: none;
}
#headerPC dl {
  padding: 7px 3%;
}

#headerPC dt a{
  display: block;
  width: 70%;
  line-height: 1;
}

body:not(.category-column){
	#headerSP .scroll {
		max-height: 120px; /* .scrollの高さ */
		overflow: hidden;
		transition: max-height .3s ease, opacity .3s ease;
	}

	#headerSP .scroll.scroll_hidden {
		max-height: 0;
		opacity: 0;
	}
	#headerSP{
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		background: var(--colorW);

		dl{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;

			dt{
				width: 50%;

				a{
					display: block;
					margin: 0 auto 10px;
					padding: 10px 0;

					img{
						display: block;
						width: 90%;
						margin: 0 auto;
					}
				}
			}
			dd.topText{
				font-size: 8px;
				text-align: center;
				letter-spacing: -0.5pt;
				padding: 5px 10px;
				width: 100%;
			}
			dd.tel{
				width: 50%;

				.tel_list{
					.tel_main{
						font-size: 24px;
						font-weight: 600;
						margin: 0 0 5px;
						text-align: right;
						padding: 0 18px 0 0;
					}
					.tel_main a{
						color: var(--colorB);
					}
					.tel_sub{
						font-size: 8px;
					}
				}
			}

		}

		div.main{
			display: flex;
			flex-wrap: wrap;
			position: relative;
			
			ul.wrap{
				background: var(--colorB);
				box-sizing: border-box;
				color: #fff;
				font-size: 14px;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: center;
				width: 85%;
				padding: 10px 10px;

				li.bt2,li.bt4{
					font-size: 10px;
					text-align: center;
					width: 18%;
					margin: 0 1%;

					a{
						display: block;
						border: 1px solid var(--colorW);
						border-radius: 3px;
						color: var(--colorW);
						height: 100%;
						padding: 24px 3px 3px;
						position: relative;
						

						&:before{
							content: "";
							position: absolute;
							left:50%;
							transform: translate(-50%,0);
						}
					}
				}
				li.bt2 a:before{
					background: url(/image/common/sp_icon01.svg);
					background-size:100%;
					background-repeat: no-repeat;
					width: 15px;
					height: 20px;
					top: 2px;
				}
				li.bt4 a:before{
					background: url(/image/common/sp_icon02.svg);
					background-size:100%;
					background-repeat: no-repeat;
					width: 15px;
					height: 16px;
					top: 5px;
				}

				li.bt_sp{
					width: 58%;
					margin: 0 0 0 2%;

					a{
						background: #FDF5AC;
						background: linear-gradient(180deg, rgba(253, 245, 172, 1) 0%, rgba(230, 197, 121, 1) 50%, rgba(190, 134, 70, 1) 100%);
						border-radius: 6px;
						box-sizing: border-box;
						color: var(--colorB);
						text-align: center;
						font-size: 11px;
						display: block;
						width: 100%;
						padding: 10px 20px 10px 10px;
						position: relative;

						&:after{
							content: "";
							border-top: 2px solid var(--colorB);
							border-right: 2px solid var(--colorB);
							width: 6px;
							height: 6px;
							position: absolute;
							top: 50%;
							right: 12px;
							transform: rotate(45deg) translate(0,-50%);
						}
					}
				}

				&.wraplogin{
					padding: 8px 8px;
					min-height: 64px;

					li.name{
						width: 80%;
						margin: 0;
					}
					.bt_login1,.bt_login2,.bt_login3{
						font-size: 8px;
						text-align: center;
						width: 18%;
						margin: 0;

						a{
							display: flex;
							align-items: center;
							justify-content: center;
							border: 1px solid var(--colorW);
							border-radius: 3px;
							color: var(--colorW);
							height: 100%;
							padding: 6px 1px 6px;
							position: relative;
							min-height: 25px;

							&:before{
								content: "";
								position: absolute;
								left:50%;
								transform: translate(-50%,0);
							}
						}
					}
					li.bt_sp{
						display: none;
					}
				}
			}
			.menu-btn{
				background: var(--color01);
				width: 15%;
				height: 64px;
				transition: all .3s ease;
			}

			.menu-btn.is-fixed{
				position: fixed;
				top: 0;
				right: 0;
				width: 15%;
    			z-index: 999999;
			}
		}
	}
}

/*=============================================================
#contents
=============================================================*/
ul.breadcrumb-list {
	display: none;
}

#mainbody {
	padding-bottom: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}

#contents h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #1a1a1a;
	margin: 0px auto 30px auto;
}

#contents h1:after {
	content: '';
	display: block;
	width: 30%;
	border-bottom: solid 5px var(--color01);
	position: relative;
	text-align: center;
	margin: 10px auto 0 auto;
}

#mainbody p {
	font-size: 16px;
	line-height: 1.3em;
	color: #333;
	margin: 0;
	padding: 0px;
}

#contents {
	width: 90%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}

/******************************** サブメニュー */
#contents ul.submenu {
	margin: 20px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#contents ul.submenu li {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	width: 48%;
	display: block;
	margin-bottom: 1%;
}

#contents ul.submenu li a {
	display: block;
	background-color: var(--color01Lig);
	padding: 0.5em 0 0.5em 0;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	text-align: center;
  color: var(--colorFL01);
}

#contents ul.submenu li a.active {
	background-color: var(--color01);
	color: #FFF;
}

#contents ul.submenu li a:hover {
	background-color: var(--colorFL01);
	color: #FFF;
}

#contents ul.submenu li a:hover:after {
	border-color: #FFF;
}

/******************************** サブメニュー */


/********************************** contactBox ****************/

.contactBox {
	background: var(--colorL);
	max-width: 1200px;
	padding: 35px 3%;
	margin: 0px auto 5% auto;
}

.contactBox h5 {
	color: var(--colorB);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;	
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.contactBox p.mini{
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 8px auto 24px;
  font-size: 14px;
  line-height: 1.5;
}

.contactBox ul {
	display: flex;
	flex-flow: wrap;
	gap: 8px;
	justify-content: space-between;
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.contactBox li {
	width: 100%;

	a{
		display: block;
		color: var(--colorW);
		border-radius: 10px;
		text-align: center;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 10px 0;
    	box-sizing: border-box;

		b{
			/* font-size: 27px;
			font-weight:600;
			letter-spacing: 0.05em;
			margin: 5px 0 0; */
			display: none;
		}
		
		span{
			display: block;
			width: fit-content;
			margin: 0 auto;
			padding: 5px 0 5px 50px;
			position: relative;
		}

		i{
			font-style: normal;
		}
	}
}

.contactBox li.bt1 a{
	background: var(--colorBTN01);
}
.contactBox li.bt2 a{
	background: var(--colorBTN02);
}
.contactBox li.bt3 a{
	background: var(--colorBTN03);
}

.contactBox li a span:before{
	content: "";
	position: absolute;
	top: 50%;
	left:0;
	transform: translate(0,-50%);
}
.contactBox li.bt1 a span:before{
	content: "";
	background: url(/image/common/icon_bt1.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}
.contactBox li.bt2 a span:before{
	content: "";
	background: url(/image/common/icon_bt2.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 35px;
	height: 28px;
}
.contactBox li.bt3 a span:before{
	content: "";
	background: url(/image/common/icon_bt3.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}


/*=============================================================
#FOOTER
=============================================================*/
#footer_contact {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}

.pagetop span {
	display: block;
	border-radius: 50%;
	background: var(--color02);
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	text-align: center;
	margin: 0px auto 0 auto;
	;
	padding-bottom: 0;
	padding-top: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#footer .menu {
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: var(--colorB);
	padding: 20px 0 10px 0;
}

#footer .menu ul {
	margin: 0px auto 0 auto;
	width: 94%;
}

#footer .menu li {
	color: #FFF;
}

#footer .menu li dl {
	padding-bottom: 40px;
}

#footer .menu li dt {
	border-bottom: 1px solid #FFF;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.5em;
}

#footer .menu li dt:before {
	content: '■';
	display: inline-block;
	margin-right: 7px;
}

#footer .menu li dd {
	padding: 0.4em 0 0em 0.4em;
	font-size: 16px;
	line-height: 1.5em;
}

#footer .menu li a {
	display: block;
	color: #FFF;
	position: relative;
}

#footer .menu li a:after {
	content: '';
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #dbdbdb;
	transform: rotate(45deg);
	top: 45%;
	right: 5%;
}

#footer ul.profile {
	width: 94%;
	margin: 0px auto 0 auto;
	padding-top: 40px;
}

#footer ul.profile li {
	text-align: left;
}

#footer ul.profile li .logo {
	padding-bottom: 20px;
	width: 80%;
}

#footer ul.profile li p {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

 p.copy {
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 14px 10px 90px;	
}


#sp_footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8000;
}

#sp_footer ul {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
}

#sp_footer li {
	width: 20%;
}

#sp_footer a {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
	color: #FFF;
	font-weight: bold;
	padding: 10% 0;
}

#sp_footer a:before {
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	background-size: contain;
	position: relative;
	margin: 0px auto 10% auto;
}

#sp_footer a.bt1 {
	background-color: var(--colorFL01);
}

#sp_footer a.bt1:before {
	background-image: url(../image/sp_footer_icon2.png);
}

#sp_footer a.bt2 {
	background-color: var(--colorFL02);
}

#sp_footer a.bt2:before {
	background-image: url(../image/sp_footer_icon3.png);
}

#sp_footer a.bt3 {
	background-color: var(--colorFL03);
}

#sp_footer a.bt3:before {
	background-image: url(../image/sp_footer_icon4.png);
}

#sp_footer a.bt4 {
	background-color: var(--colorFL04);
}

#sp_footer a.bt4:before {
	background-image: url(../image/sp_footer_icon1.png);
}

#sp_footer a.bt5 {
	background: #FDF5AC;
	background: linear-gradient(180deg, rgba(253, 245, 172, 1) 0%, rgba(230, 197, 121, 1) 50%, rgba(190, 134, 70, 1) 100%);
	color: var(--colorB);
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sp_footer a.bt5:before {
	display: none;
}

.pc-disp {
	display: none;
}
