<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*contact*/
.contctbox {
    border: 2px solid #ccc;
    margin: 20px 0 0 0;
}
.contctbox h3 {
    text-align: center;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 117%;
	border: none !important;
	border-bottom: 1px dotted #ccc !important;
	color: #333 !important;
}
.contct_l {
    float: left;
    margin: 0 0 10px 30px;
    width: 321px;
}
.contct_r {
    float: right;
    margin: 0 30px 10px 0;
    width: 321px;
}
.contctbox a.text_btn {
	width: 100%;
	text-align: center;
}
.link-box a {
	color: #333 !important;
	display: block;
	max-width: 300px;
	width: 100%;
	border: 2px solid #752100;
	padding: 10px;
	margin: 0 auto;
}
.link-box a:hover {
	text-decoration: none !important;
	opacity: .7;
}
.link-box span {
	font-size: 160%;
	display: block;
	color: #333;
}

/*question*/
.qali p.accordion_head {
        border-left: 3px solid #e85548;
    border-bottom: dotted #ccc 1px;
    margin: 0 auto 5px;
    font-size: 16px;
    padding: 0 0 0 10px;
    position: relative;
    padding-right: 25px !important;
    cursor: pointer;
    font-weight:bold
}
.qali p.accordion_head:before {
    content: "";
    position: absolute;
    top: 34%;
    right: 0.5em;
    border-top: 11px solid #e85548;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.qali p.accordion_head.open:before{/*三角記号*/
    top: 30%;
    border-bottom: 11px solid #e85548;
    border-top: none;
 }
.qali p.accordion_head:hover{background:#fdede4;}
.qali .qa {
	border: 1px solid #a0a0a0;
    padding: 3px 15px 3px 32px;
    font-weight: bold;
    text-indent: -25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #EBEBEB url(/contact/images/qaarrow.gif) 700px center no-repeat;
    cursor: pointer;
    margin-top: 15px;
}
.qali .qa:hover{background-color: #fdede4;}

.qali .qa.open{
    background: #EBEBEB url(/contact/images/qaarrow_on.gif) 700px center no-repeat;
}
.qali .qa.open:hover{background-color: #fdede4;}
.qali ul li ul li {
    padding: 10px 10px 10px 30px;
    /* border-left: 1px dotted #D7D7D7; */
    /* border-right: 1px dotted #D7D7D7; */
    /* border-bottom: 1px dotted #D7D7D7; */
}
.qatb1 th {
    border: 1px solid #CCCCCC;
    background: #E6E6E6;
    padding: 2px 5px;
}
.qatb1 td {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 2px 5px;
}
.qali ul li ul li p.redtxt {
    color: #C00;
}

p.kome_text{text-indent:-1em; padding-left:1em;}
p.kome_text::before {content: '※'; }

p.indent-1{padding-left:1em; text-indent:-1em;}
p.indent-26{padding-left:2.6em;text-indent:-2.6em;}

.qali .ml40{margin-left:40px;}
.qali .ml50{margin-left:50px;}
	
.qatb1w100p{ width: 80%;}	

/*contact*/
.goiken_box {
    border: 2px solid #ccc;
    margin: 20px 0 0 0;
}
.goiken_ibox {
    margin: 10px 10px 10px 10px;
}
.goiken_ibox ol li {
    padding-left: 30px;
    text-indent: -30px;
}
.goiken_ibox li {
    margin-bottom: 10px;
}
.goiken_link span {
    font-size: 125%;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

/*madoguchi*/
.madoguchitb th {
    background: #F9DDDB;
    border: 1px solid #CCCCCC;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.madoguchitb th.thno1 {
    background: #FEF5F5;
    border: 1px solid #CCCCCC;
    padding: 5px 10px 5px 7px;
    text-align: left;
}
.madoguchitb td {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 5px 7px 5px 7px;
}
.consultation {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 20px 0 0 0;
}
/*serch*/
.gs-result .gs-title,
.gs-result .gs-title * {
	height:auto !important;
 
}

/*link*/
p.link_btn {
        border-left: 3px solid #e85548;
        border-bottom: dotted #ccc 1px;
        margin: 0 auto 5px;
        margin-top:20px;
        font-size: 16px;
        padding: 0 0 0 10px;
        position: relative;
        padding-right: 25px !important;
        font-weight:bold;
}

p.link_btn:before {
    content: "";
    position: absolute;
    top: 34%;
    right: 0.0em;
    border-top: 6px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #e85548;
}

p.link_btn:hover{
    background:#fdede4;
}

p.link_btn a{
    color:#333 !important;
    display:block
}

p.link_btn a:hover{
    text-decoration:none !important;
}

@media all and (max-width:767px) {
	.contctbox {
		margin-top: 10px;
	}
	.service-img {
		max-width: 400px;
	}
	.contct_l, .contct_r {
		float: none;
		margin: 0 auto 30px;
		width: 90%;
	}
	
	/*question*/
	.qali ul li ul li {
		padding: 10px;
	}
	.qali .qa {
		padding: 10px 18px 10px 10px;
		text-indent: 0;
	}
	/* .qali p.accordion_head { */
	/* 	background: #FBE6E3 url(../images/qaarrow.gif) right 5px center no-repeat; */
	/* } */
	.qali .qa {
		background: #EBEBEB url(../images/qaarrow.gif) right 5px center no-repeat;
	}
	.qali .qa.open {
    	background: #EBEBEB url(/contact/images/qaarrow_on.gif) right 5px center no-repeat;
	}
	.qali .ml20, .qali .ml15 {
		margin-left: 0 !important;
	}
	.qali td {
		padding: 3px;
	}
	.qatable-box {
		border: 2px solid #ccc;
		overflow: scroll;
	}
	.qatb1w100p{ width: 100%;}	

	
	/*madoguchi*/
	.madoguchi-box {
		/*border: 2px solid #ccc;*/
		/*overflow: scroll;*/
	}
	.madoguchitb {
		width: 100%;
                /*font-size:11px;*/
                padding: 5px;
	}
        
        .madoguchitb td {
                padding: 5px;
        }

}
@media all and (min-width:769px) {.table_W640{ width: 640px;}.table_W524{width: 524px;}.table_W400{ width: 400px;}}

.tel_link {
    background: url(/img/fd.png) no-repeat;
    background-size: 34px;
    font-size: 20px;
    padding: 0 0 0 37px;
    margin-top:5px;
    margin-bottom:5px;
}

.rubi{
	background-position-y:bottom;
}

.phone{
    background: url(/img/phone.png) no-repeat !important;
    background-size: 20px !important;
    padding: 0 0 0 23px;
}

.madoguchitb tr td p{ 
	line-height:1.4em !important;
	text-align:center;
}

.madoguchitb tr td .wrapper p{
	text-align:left !important;
}

@media screen and (max-width: 767px) {
    .madoguchitb .sp th, .madoguchitb .sp td{
        display: block; width: 100%;border-top: 0;
    }
    .madoguchitb .thead {
        display: none;
    }
    .madoguchitb tr {
        display: block;
        border-bottom:none !important;
        width: 100%;
    }
    .madoguchitb tr th {
        display: block;
        border-bottom:none;
        text-align:center !important;
        width: 100%;
        background:#F9DDDB !important;
    }
    .madoguchitb th{
        border-bottom:none !important;
    }
    .madoguchitb td {
        display: block;
        border-bottom:none !important;
        width: 100%;
    }
    .madoguchitb .tbl01{width: 80%; text-align: center; margin: 0 auto;}
    .madoguchitb{
        border-bottom: 1px solid #CCCCCC !important;
    }
    .kome{
    	text-align:left !important;
    }
    .wrapper{
    	text-align:left !important;
    }
}

.bTNone{ border-top:none !important; }
.bBNone{ border-bottom:none !important; }
.bLNone{ border-left:none !important; }
.bRNone{ border-right:none !important; }

.hTel{ text-align:left !important; }

/* ローンプラザ（スマホレイアウト無効） */
@media screen and (max-width: 767px) {
	.spNone td{
		display:table-cell;
	}
	.tBlank{
		width:auto !important;
	}
	.tName{
		width:20% !important;;
	}
	.tName{
		font-size:90%;
	}
	
	.hTel{ text-align:center !important; }
}

/* QA見直し後 */
.qali ul li {
	border: 1px solid #a0a0a0;
    padding: 3px 15px 3px 15px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #EBEBEB 700px center no-repeat;
    margin-top: 15px;
}
.qali ul li a {
	color:#333 !important;
}
</pre></body></html>