@charset "UTF-8";

@import url("setting.css");
@import url("common.css");

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=============================================================
#base
=============================================================*/
body,
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	color: #333333;
	text-align: left;
	text-size-adjust: 100%;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

a:active {
	/* color: #0000FF; */
	text-decoration: none;
}

a:visited {
	/* color: #66F; */
	text-decoration: none;
}

a:link {
	/* color: #0000FF; */
	text-decoration: none;
}

a:hover {
	/* color: #00F; */
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	/* text-align: center; */
	width: 100%;
	background-color: #FFF;
}

a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

.hd,
#sp_menu {
	display: none;
}

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

.free_dial img {
	width: 24px;
}

/*=============================================================
#header
=============================================================*/
#headerPC {
	background: var(--colorW);
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	overflow-x: hidden;
}

#headerPC dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
  padding-bottom: 7px;

	dt{
		a{
			display: block;
			max-width: 300px;
      line-height: 1;

			img{
				width: 100%;
			}
		}
	}
	dd.tel{
		color: var(--colorB);

		.tel_list{
			.tel_main{
				font-size: 40px;
				font-weight: 500;
			}
			.tel_sub{
				font-size: 10px;
			}
		}
	}
}
#headerPC .obimenu{
	background: var(--color01);
	width: 100%;

	.inner{
		display: flex;
		max-width:1400px;
		width: 100%;
		margin: 0 auto;

		ul.left{
			display: flex;
			flex-wrap: wrap;
			flex-grow: 1;
			padding: 10px;

			li a{
				font-weight: 600;
				padding: 0 10px;
			}

			li.normal{
				a{
					color: var(--colorW);
				}
				a:hover{
					color: var(--colorB);
				}			
			}
			li.bold{
				a{
					color: var(--colorB);
				}
				a:hover{
					color: var(--colorO);
				}
			}
		}
		ul.right{
			background: var(--colorB);
			color: #fff;
			font-size: 14px;
			display: flex;
			flex-wrap: wrap;
			flex-grow: 1;
			justify-content: center;
			gap: 10px;
			padding: 10px;

			li{
				a{
					border: 1px solid var(--colorW);
					border-radius: 5px;
					color: var(--colorW);
					font-weight: 600;
					padding: 5px 15px;
				}
				a:hover{
					background: var(--colorW);
					color: var(--colorB);
				}
			}
		}
	}
}

.sp-disp,
.menu-btn,
#Viewmenu,
#headerSP{
	display:none;
}

/*=============================================================
#NAVI
=============================================================*/
/* #header ul#navi {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	width: 90%;
	margin: 0px auto 0 auto;
}

#header ul#navi li {
	text-align: center;
	width: 200px;
}

#header ul#navi a {
	font-size: 16px;
	line-height: 1.7em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0.3em 0 0.3em 0;
	border-radius: 4px;
	position: relative;
}

#header ul#navi a:hover {
	background-color: #cce6f3;
}

#header ul#navi li.loan a {
	color: #ff6701;
}

#header ul#navi li.loan span:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../image/navi_loan_point.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: -3px;
	right: -7px;
	animation: flash 1s linear infinite;
}

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
} */

#side_floating {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 5000;
	text-align: center;
}

#side_floating ul {
	text-align: center;
	margin: 0px 0 0 auto;
}

#side_floating li {
	writing-mode: vertical-rl;
	text-align: right;
	display: block;
	margin: 0px 0 10px auto;
	position: relative;
}

#side_floating li a {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin: 0px 0 0 auto;
	padding: 20px;
	position: relative;
	right: 0;
}
@media all and (max-height:760px){
	#side_floating {
		top: 15%;
	}
	#side_floating li a {
		font-size: 12px;
	}
}

#side_floating li a span:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../image/side_floating_arrow.png);
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: 8px;
	left: -2px;
}
#side_floating li.bt1{
	display: none;
}
/* #side_floating li.bt1 a{
	background: var(--colorFL01);
} */

#side_floating li.bt2 a{
	background: var(--colorFL02);
}

#side_floating li.bt3 a{
	background: var(--colorFL03);
}

#side_floating li.bt4 a{
	background: var(--colorFL04);
	padding: 10px;
}

#side_floating li.bt5 a{
	background: var(--colorFL05);

}

#side_floating li a:hover {
	padding-right: 30px;
}

/*=============================================================
#contents
=============================================================*/

#mainbody {
	padding-bottom: 40px;
	width: 100%;
	/* min-width: 1100px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #E1E1E1;
}

ul.breadcrumb-list {
	width: 90%;
	display: flex;
	flex-flow: nowrap;
	justify-content: left;
	font-size: 14px;
	line-height: 1.2em;
	color: #9f937b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	margin: 0px auto 0 auto;
}

ul.breadcrumb-list li {
	color: #1a1a1a;
}

ul.breadcrumb-list a {
	color: #1a1a1a;
	text-decoration: none;
}

ul.breadcrumb-list li+li:before {
	content: ">";
	margin-right: 7px;
	margin-left: 7px;
	color: #919191;
}

ul.breadcrumb-list a:hover {
	text-decoration: underline;
}

#contents,
#search,
#list {
	padding-top: 30px;
	/* min-width: 1100px; */
	max-width: 1200px;
	margin: 0px auto 0 auto;
}

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

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

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

#contents ul.submenu li {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	width: 190px;
	display: block;
}

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

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

#contents ul.submenu 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: #919191;
	transform: rotate(45deg);
	top: 42%;
	right: 5%;
}

#contents ul.submenu li a.active:after {
	content: none;
}

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

#contents ul.submenu li a:hover:after {
	border-color: #FFF;
	right: 3%;
	transition: all 0.5s ease 0s;
}

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

#contents p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin: 0px;
  text-align: center;
}

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

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

.contactBox h5 {
	color: var(--colorB);
	font-size: 36px;
	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: 0 auto 30px;
}

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

.contactBox li {
	width: 32%;

	a{
		display: block;
		color: var(--colorW);
		border-radius: 10px;
		text-align: center;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		b{
			font-size: 27px;
			letter-spacing: 0.05em;
			margin: 5px 0 0;
		}
		span{
			display: block;
			width: fit-content;
			margin: 0 auto;
			padding: 0 0 0 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 {
	background-color: #d0edf7;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	padding: 50px 0 50px 0;
}

#footer_contact ul {
	/* width: 1200px; */
	max-width: 1200px;
	margin: 0px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#footer_contact ul li {
	width: 32%;
	display: flex;
	align-items: center;
}

#footer_contact ul li a {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	padding: 1em 0 1em 0;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

#footer_contact ul li.bt1 a {
	background-color: #0181c3;
}

#footer_contact ul li.bt2 a {
	background-color: #70ba5e;
}

#footer_contact ul li.bt3 a {
	background-color: #FFF;
	border: 2px solid #0181c3;
	box-sizing: border-box;
	padding: 0.5em 0 0.2em 0;
}

#footer_contact ul li.bt1 a:before,
#footer_contact ul li.bt2 a:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../image/sp_footer_icon3.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: 25%;
	left: 5%;
}

#footer_contact ul li.bt2 a:before {
	background-image: url(../image/sp_footer_icon1.png)
}

#footer_contact ul li.bt1 a:hover,
#footer_contact ul li.bt2 a:hover {
	background-color: #7f7f7f;
}

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

.pagetop span {
	display: block;
	border-radius: 50%;
	background: var(--color02);
	color: #fff;
	font-size: 18px;
	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.5;
	font-family: Arial, Helvetica, sans-serif;
}

.pagetop span:hover {
	background-color: var(--color01);
}

.pagetop:hover {
	bottom: 40px;
	transition: all 0.5s ease 0s;
}

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

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

#footer .menu ul {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto 0 auto;
}

#footer .menu li {
	width: 23%;
	color: #FFF;
}

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

#footer .menu li dt {
	border-bottom: 1px solid #FFF;
	padding-left: 1em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	font-size: 16px;
	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.8em;
	font-size: 16px;
	line-height: 1.5em;
}

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

#footer ul.profile {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	align-items: end;
	max-width: 1200px;
	margin: 0px auto 0 auto;
	padding-top: 40px;
}

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

#footer ul.profile li .logo {
	padding-bottom: 10px;
}

#footer ul.profile li p {
	font-size: 16px;
	line-height: 1.7em;
}

#footer ul.profile li:nth-child(2) {
	text-align: right;
}

#footer p.copyright {
	font-size: 13px;
	line-height: 1.7em;
	text-align: right;
	/* padding-top: 100px; */
}

#footer a:hover {
	text-decoration: underline;
}

#footTop{
	position: relative;

	&:before{
		content: "";
		background: var(--color01);
		width: 100%;
		height: 80%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}

	h2{
		color: var(--colorB);
		font-size: 32px;
		font-weight: 600;
		text-align: center;
		padding: 0 0 60px 0;
	}

	.inner{
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px;
		position: relative;

		&:before{
			content: "";
			background: url(/image/common/footTop_L.png);
			background-size: 100%;
			background-repeat: no-repeat;
			width:180px;
			height: 210px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		&:after{
			content: "";
			background: url(/image/common/footTop_R.png);
			background-size: 100%;
			background-repeat: no-repeat;
			width:250px;
			height: 320px;
			position: absolute;
			bottom: 0;
			right: 0;
		}

		h3{
			color: var(--colorW);
			font-size: 24px;
			font-weight: 400;
			line-height: 1.4em;
			text-align: center;
			padding: 0 0 30px;
		}
		a{
			display: block;
			color: var(--colorB);
			text-align: center;

			b{
				display: block;
				font-size: 50px;
				font-weight: 600;
				padding: 0 0 10px;
			}
			span{
				font-size: 0.7rem;
			}
		}
	}
}
.copy{
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
#sp_footer {
	display: none;
}

.sp-disp {
	display: none;
}