@charset "UTF-8";
/* CSS Document */

/*-------------
article
-------------*/

#article a:hover {
opacity: 0.7;
}

#article.real_estate_consultation .pc {
display: block;
}
#article.real_estate_consultation .sp {
display: none;
}

#article.real_estate_consultation .pdfLink {
    width: 500px;
    margin: 50px auto 30px;
}
#article.real_estate_consultation .pdfLink a {
    display: block;
    background: #FFF url(../../images/icon_pdf_s.png) right 15px top 50% no-repeat;
    background-size: 20px auto;
    padding: 17px 30px 15px 20px;
    border: 2px solid #c60000;
    border-radius: 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

#article.real_estate_consultation .webLink {
    width: 500px;
    margin: 0 auto 0;
}
#article.real_estate_consultation .webLink a {
    display: block;
    background: #FFF url(../../images/arrow_bl.png) right 15px top 50% no-repeat;
    background-size: 8px auto;
    padding: 17px 30px 15px 20px;
    border: 2px solid #91c0ea;
    border-radius: 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (min-width: 600px) {

#article .signArea {
border: 2px solid #f49749;
margin: 0 0 50px 0;
padding: 20px 30px;
box-sizing: border-box;
text-align: center;
}
#article .signArea .detail {
font-size: 16px;
margin: 0 0 10px 0;
line-height: 1.4;
}
#article .signArea .detail span {
color: #4479d9;
}
#article .signArea .telArea {
background: #fff1e6;
padding: 14px 10px 10px 10px;
box-sizing: border-box;
margin: 0 auto 10px;
font-size: 20px;
line-height: 1;
width: 74%;
}
#article .signArea .telArea a,
#article .signArea .telArea .num {
font-size: 34px;
color: #444;
text-decoration: none;
}
#article .signArea .telArea .time {
display: block;
font-size: 13px;
margin: 6px 0 0 0;
}
#article .signArea .operation {
margin: 0;
}
#article .bnService a img {
width: 250px;
}
#article .lead {
font-size: 13px;
}






#article{
width:630px;
font-size:80%;
line-height:160%;
margin:0 0 30px 20px;
padding:0;
float: left;/*rs追加記述*/
}

#article h3{
font-size:140%;
font-weight:lighter;
border-bottom:#91c0ea solid 2px;
margin:20px 0 20px 0;
padding:0 0 3px 0;
}

#article h4{
font-size:110%;
border-left:#91c0ea solid 4px;
margin:15px 0 15px 0;
padding:0 0 0 5px;
}

#article h4 .power{
color: #ffffff;
font-weight: bold;
font-size: 13px;
background-color: #F273A8;
display: inline-block;
margin-left: 10px;
margin-bottom: 2px;
padding: 3px 6px 0 6px;
}

#article h4 .intro{
color: #ffffff;
font-weight: bold;
font-size: 13px;
background-color: #80B950;
display: inline-block;
margin-left: 10px;
margin-bottom: 2px;
padding: 3px 6px 0 6px;
}

#article h4 .practice{
color: #ffffff;
font-weight: bold;
font-size: 13px;
background-color: #519BD2;
display: inline-block;
margin-left: 10px;
margin-bottom: 2px;
padding: 3px 6px 0 6px;
}

#article h5{
font-size:110%;
margin:20px 5px 10px 5px;
}

#article p, #article dl{
margin:10px 5px 10px 5px;
}

#article dl{
margin:10px 5px 10px 5px;
}

#article table{
font-size:100%;
margin:0 0 0 5px;
padding:0;
}

#article table h4, #article table h5{
font-size:130%;
}

#article table p, #article table dl, #article table ul, #article table ol{
font-size:100%;
}


#article ul, #article ol{
list-style:none;
margin:10px 5px 10px 5px;
}

#article input{
margin:0 0 0 5px;
}

#article a{
color:#3366FF;
}

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

.ten {
	color: #C30202;
}

#article p span.generation_current {
	font-size:17px;
}

#article div.line {
	height:5px;
	overflow:hidden;
	background:#2d5d8e;
	margin:-8px 0 20px;
}

}

#container #article .linkTag {
display: block;
text-align: right;
}
#container #article .linkTag li {
display: inline-block;
}
#container #article .linkTag li:after {
content: "　/　";
}
#container #article .linkTag li:last-child:after {
content: "";
}




@media screen and (max-width: 599px) {

#article.real_estate_consultation .pc {
display: none;
}
#article.real_estate_consultation .sp {
display: block;
}

/*タグページ*/
.tagArea {
text-align: left;
padding: 0 10px;
margin: 0 0 15px 0;
box-sizing: border-box;
display: block;
}
.tagArea li {
list-style: none;
display: inline-block;
}
.tagArea li:after {
content: "　/　";
}
.tagArea li:last-child:after {
content: "";
}
.pageTag h4 a {
color: #444;
font-size: 13px;
}
.pageTag #nav-below {
text-align: right;
}

#article .signArea,
#sidenavi .signArea {
border: 2px solid #f49749;
margin: 0 0 30px 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
}
#article .signArea .detail,
#sidenavi .signArea .detail {
font-size: 14px;
margin: 0 0 10px 0;
line-height: 1.4;
}
#article .signArea .detail span,
#sidenavi .signArea .detail span {
color: #4479d9;
}
#article .signArea .telArea,
#sidenavi .signArea .telArea {
background: #fff1e6;
padding: 14px 10px 10px 10px;
box-sizing: border-box;
margin: 0 auto 10px;
font-size: 16px;
line-height: 1;
width: 100%;
}
#article .signArea .telArea .num,
#sidenavi .signArea .telArea .num {
font-size: 18px;
}
#article .signArea .telArea .time,
#sidenavi .signArea .telArea .time {
display: block;
font-size: 13px;
margin: 6px 0 0 0;
}
#article .signArea .operation,
#sidenavi .signArea .operation {
margin: 0;
}
#article .introduction {
margin: 0 0 30px 0;
}
#article .arrivals table td {
padding: 5px 0!important;
vertical-align: top;
}
#article .lead {
font-size: 13px;
margin: 0 0 30px;
}
#article h3 span {
font-size: 12px!important;
display: inline-block;
margin: 0 0 6px 0;
}
#article #tokutei .skkList01 li {
list-style-type: none;
}


#article.real_estate_consultation .pdfLink {
    width: 90%;
    margin: 30px auto 20px;
}
#article.real_estate_consultation .pdfLink a {
    display: block;
    background: #FFF url(../../images/icon_pdf_s.png) right 15px top 50% no-repeat;
    background-size: 20px auto;
    padding: 17px 30px 15px 20px;
    border: 2px solid #c60000;
    border-radius: 5px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}





#article .mmcLink {
display: none;
}






/*相談コーナー以外のページにも関係する箇所*/

.pc {
display: none;
}
body {
background: none;
border-top: 4px solid #699eca;
font-size: 13px;
}

#container img {
max-width: 100%;
}
#container {
width: 100%;
margin: auto;
padding: auto;
}
#container h2 {
background: #699eca;
font-family: "ヒラギノ角ゴ Pro W3", san-serif, "メイリオ", "ＭＳ Ｐゴシック", Osaka;
padding: 14px 10px;
box-sizing: border-box;
height: inherit;
margin: 0 10px 20px 10px;
font-size: 20px;
border: none;
}
#container #header {
position: inherit;
height: inherit;
margin: 0 0 20px 0;
padding: 16px 10px 14px 10px;
border-bottom: 2px solid #eee;
}
#container h1 {
position: inherit;
background: url(../../images/logo_sp.png) no-repeat;
background-size: contain;
line-height: 1.6;
}
#container h1 a {
height: 60px;
font-size: 22px;
}
#header .right {
}
#header #catchCp {
width: 100%;
height: inherit;
position: absolute;
top: 51px;
font-size: 13px;
font-weight: bold;
color: #077191;
}
#navi {
display: none;
width: 100%;
text-align: left;
margin: 0 0 0 5px;
z-index: 1000;
position: relative;
}
#pan {
width: 100%;
color: #000;
font-size: 75%;
text-align: left;
margin: 2px 0 0 5px;
clear: both;
display: none;
}






#container #article {
padding: 0 10px;
box-sizing: border-box;
line-height: 1.4rem;
}
#container #article table,
#container #article th
#container #article td {
	width: 100%;
}

#container #article h3 {
font-size: 15px;
font-weight: normal;
border-bottom: 2px solid #91c0ea;
padding: 0 0 6px 0;
margin: 0 0 20px 0;
}
#container #article h4 {
font-size: 15px;
font-weight: bold;
border-left: 3px solid #91c0ea;
padding: 4px 0 4px 10px;
margin: 0 0 20px 0;
box-sizing: border-box;
line-height: 1.5;
}






/*sidenavi*/
#contents #sidenavi h4 {
font-size: 15px;
margin: 0 0 15px 0;
}
#contents #sidenavi,
#contents #sidenavi .qa_search,
#contents #sidenavi #sidenavi_top,
#contents #sidenavi #sidenavi_top ul {
width: 100%;
}
#contents #sidenavi {
margin: 30px 0 0 0;
padding: 0 10px;
box-sizing: border-box;
}
#contents #sidenavi .searchBox {
margin: 0 0 25px 0;
}
#contents #sidenavi .searchBox h4 {
background: url("../../images/sp_arrow_black_dw.png") 98% 50% no-repeat;
background-size: 10px auto;
}
#contents #sidenavi .searchBox h4.open {
background: url("../../images/sp_arrow_black_up.png") 98% 50% no-repeat;
background-size: 10px auto;
}
#contents #sidenavi .searchBox .qa_search {
padding: 10px;
}
#contents #sidenavi .searchBox .qa_search form select,
#contents #sidenavi .searchBox .qa_search form .searchbox_qa {
display: block;
font-size: 13px;
}
#contents #sidenavi .searchBox .qa_search form select {
margin: 0 0 8px 0;
padding: 8px;
}
#contents #sidenavi .searchBox .qa_search form .searchbox_qa {
padding: 16px 10px;
margin: 0 0 6px 0;
width: 100%;
box-sizing: border-box;
}
#contents #sidenavi .searchBox .qa_search form .buttonArea .search_qa {
width: 60px;
}

/*width="32" height="21" 検索ボタンのPCサイズ*/

#contents #sidenavi .searchBox .qa_search h5 {
font-size: 15px;
margin: 10px 0;
}
#contents #sidenavi .searchBox .qa_search ul li {
font-size: 13px;
margin: 0 0 15px 0;
}
#sidenavi .archive .pagetop {
margin: 8px 10px 0 24px;
}
#sidenavi .archive .pagetop a {
font-size: 15px;
}
#sidenavi .archive .pagetop .selectYear {
font-size: 13px;
padding: 8px;
}




#contents #sidenavi .bnService {
font-size: 0;
text-align: center;
margin: 20px 0 30px 0;
}
#contents #sidenavi .bnService a {
margin: 0 0 10px 0;
display: block;
}
#contents #sidenavi .bnService a img {
width: 100%;
}
#contents #sidenavi #btnArea {
display: none;
}
#contents #sidenavi .qa_search {
box-sizing: border-box;
display: none;
}
#contents #sidenavi #sidenavi_top {
background: url(../../images/bg_sidenavi.jpg) repeat-y;
background-size: contain;
}
#contents #sidenavi #sidenavi_top ul {
font-size: 100%;
line-height: 150%;
text-align: left;
background: url(../../images/bg_sidenavi_top.jpg) no-repeat;
background-size: contain;
padding: 10px 0 3px 0;
}
#contents #sidenavi #sidenavi_bottom {
background: url(../../images/bg_sidednavi_bottom.jpg) no-repeat;
background-size: contain;
margin: 0 0 20px 0;
}





#contents #qa_search .formBox {
width: 100%;
float: left;
}
#contents {
width: 100%;
text-align: left;
background: #FFF;
margin: 7px 0 0 0;
padding: 10px 0 0 0;
box-sizing: border-box;
}
#qa_txt {
width: 100%!important;
margin: 0 0 0 5px;
}



#pagetop {
width: 100%;
font-size: 100%;
text-align: right;
margin: 0 0 30px 0;
padding: 0 10px 0 0;
box-sizing: border-box;
}



#footer {
width: 100%;
height: auto;
background: url(../../images/bg_footernavi.jpg) repeat-x;
background-color: rgba(0, 0, 0, 0);
background-color: #85735a;
color: #fff;
text-align: left;
margin: 0;
padding: 20px 10px 10px 10px;
box-sizing: border-box;
}
#banner {
width: 100%;
height: 100%;
background: url(../../images/bg_banner_sp.jpg) 50% 0 repeat-y;
background-size: contain;
padding: 20px;
box-sizing: border-box;
clear: both;
display: inherit;
}
#banner p {
margin:  0 0 20px 0;
text-align: center;
float: none;
}
.footDowner {
width: 100%;
}
.footDowner .footLogo {
width: 100%;
height: auto;
margin: 0 0 15px 0;
background: none;
}
.footDowner .footLogo img {
float: none;
margin: 0 auto;
}
.footDowner ul {
display: none;
}
.footDowner address {
float: none;
text-align: center;
}
#bg_bottom {
height: inherit;
background: none;
}








#article p {
font-size: 13px;
margin: 0 0 15px 0;
}
#article #qa_txt {
margin: 0;
}
#article .q_and_a table {
font-size: 13px;
margin: 0;
width: 100%;
}




}




















































