@charset "UTF-8";
/* =====================================
	market
===================================== */

.visual{
	position:relative;
	width:100%;
    min-width: 1440px;
	height:250px;
	background:#cbccd4 url(../img/market/visual01.jpg) no-repeat center;
    margin-bottom: 117px;
}

.visual h1{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
	position:absolute;
	top:105px;
	left:50%;
    margin-left: -478px;
}

.visual h1 span{
    font-size: 14px;
    color: #fff;
    display: block;
}

.lead p{
    font-size: 18px;
    font-weight: bold;
	text-align: center;
    line-height: 2.2;
    margin-bottom: 30px;
}

.lead{
    margin-bottom: 78px;
}

.sec{
    width: 1160px;
    margin: 0 auto 56px;
}

.sec h2{
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    padding: 0 0 15px 53px;
    border-bottom: 1px solid #37a4bd;
    box-sizing: border-box;
}

.town h2{
    background: url("../img/market/icon01.jpg") no-repeat top 2px left;
}

.rent h2{
    background: url("../img/market/icon02.jpg") no-repeat top 2px left;
}

.empty h2{
    background: url("../img/market/icon03.jpg") no-repeat top 2px left;
}

.other h2{
    background: url("../img/market/icon04.jpg") no-repeat top 2px left;
}

.sec p{
    font-size: 16px;
    margin: 18px 0 34px;
}

.sec dl{
    display: table;
    padding: 20px 0 25px;
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

.sec dl:nth-of-type(1){
    border-top: 1px solid #e3e3e3;
}

.sec dl dt{
    display: table-cell;
    vertical-align: top;
    width: 272px;
}

.sec dl dt span{
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    width: 150px;
    border: 1px solid #e1684a;
    border-radius: 15px;
    margin-left: 22px;
    color: #e1684a;
    display: inline-block;
}

.sec dl dd{
    padding-left: 18px;
}

.sec dl dd a{
    text-decoration: underline;
    color: #048dac;
    transition:all .3s ease;
}

.sec dl dd a:hover{
    opacity: 0.7;
}

.sec .more{
    font-size: 16px;
    color: #048dac;
    text-align: center;
    line-height: 48px;
    width: 298px;
    border: 1px solid #048dac;
    border-radius: 25px;
    display: table;
    margin: 40px auto 0;
    transition:all .3s ease;
}

.sec .more:hover{
    color: #fff;
    background: #048dac;
}

@media screen and (max-width:640px){

.visual{
    min-width: 100%;
	height:32.55vw;
	background:#cbccd4 url("../img/market/sp/visual01.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 6.51vw;
}

.visual h1{
    font-size: 4.166vw;
	top:13.671875vw;
    transform: translateX(-50%);
    margin-left: 0;
}

.visual h1 span{
    font-size: 2.6vw;
}

.lead p{
    font-size: 3.3854vw;
	text-align: left;
    margin: 0 auto 3.645833vw;
    width: 89.5833%;
}

.lead{
    margin: 0 auto 7.8125vw;
}

.sec{
    width: 89.5833%;
    margin: 0 auto;
    line-height: 2;
}

.sec h2{
    font-size: 4.166vw;
    padding: 0 0 2.6vw 7.29166vw;
    line-height: 1.5;
}

.town h2{
    background: url("../img/market/icon01.jpg") no-repeat top 0.26vw left;
    background-size: 4.6875vw auto;
}

.rent h2{
    background: url("../img/market/icon02.jpg") no-repeat top 0.26vw left;
    background-size: 4.6875vw auto;
}

.empty h2{
    background: url("../img/market/icon03.jpg") no-repeat top 0.26vw left;
    background-size: 4.6875vw auto;
}

.other h2{
    background: url("../img/market/icon04.jpg") no-repeat top 0.26vw left;
    background-size: 4.6875vw auto;
}

.sec p{
    font-size: 3.3854vw;
    margin: 2.864583vw 0 6.51vw;
}

.sec dl{
    display: block;
    padding: 0 0 4.557vw;
    margin-bottom: 5.2vw;
    font-size: 3.3854vw;
}

.sec dl:nth-of-type(1){
    border-top: none;
}

.sec dl:last-child{
    margin-bottom: 10vw;
}

.sec dl dt{
    display: block;
    width: 100%;
    padding-bottom: 2vw;
}

.sec dl dt span{
    font-size: 2.6vw;
    line-height: 4.9479vw;
    width: 33vw;
    border-radius: 2.6vw;
    margin-left: 2.34375vw;
}

.sec dl dd{
    padding-left: 0;
}

.sec dl dd a:hover{
    opacity: 1;
}

.sec .more{
    font-size: 3.3854vw;
    line-height: 10.677vw;
    width: 65.88vw;
    border-radius: 5.46875vw;
    margin: 7.29166vw auto 12vw;
}

.sec .more:hover{
    color: #048dac;
    background: none;
}
header ul li a {
    font-size: 24px !important;
}
}