
/* ----------------------------------------
@p
---------------------------------------- */
.sale{
	width:100%;
}

.sale_main{
	height:500px;
	background-color:#d5edf9;
	background-image:url(/baikyaku/img/sale_main_bg.png);
	background-repeat: repeat-x;
	background-position-y:bottom;
	position:relative;
	margin:0px 0px 40px 0px;
}
.sale_main img{
	display:block;
	margin:auto;
	left:0px;
	right:0px;
	bottom:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
}

.sale_inq_wrap{
    width: 832px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
.sale_inq_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.sale_inq_wrap ul li{
	float:left;
	width:400px;
	margin:0px 32px 0px 0px;
}
.sale_inq_wrap ul li:nth-child(2){
	margin-right:0px;
}
.sale_inq_wrap ul li a{
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 21px 0px;
    border-radius: 7px;
	position:relative;
}
.sale_inq_wrap ul li a::before{
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    right: 20px;
    top: 33px;
    position: absolute;
}
.sale_inq_wrap ul li a::after{
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 28px;
    top: 41px;
    position: absolute;
}
.sale_inq_wrap ul li:nth-child(1) a::after{
    border-top: 2px solid #da1418;
    border-right: 2px solid #da1418;

}
.sale_inq_wrap ul li:nth-child(2) a::after{
    border-top: 2px solid #009b63;
    border-right: 2px solid #009b63;

}
.sale_inq_wrap ul li:nth-child(1) a{
	background-color:#da1418;
}
.sale_inq_wrap ul li:nth-child(1) a:hover{
	background-color:#ab0d10;
}
.sale_inq_wrap ul li:nth-child(2) a{
	background-color:#009b63;
}
.sale_inq_wrap ul li:nth-child(2) a:hover{
	background-color:#0e8a5d;
}
.sale_inq_wrap ul li a span{
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0px 0px 6px 0px;
}
.sale_inq_wrap ul li a span span{
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-align:center;
}

.sale_kibou_wrap{
    width: 1100px;
    height: 480px;
    margin: 74px auto 0px auto;
    clear: both;
    border: solid 5px #0056a1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 45px 35px 45px;
    position: relative;
}
.sale_kibou_wrap::before{
    content: "";
    left: 20px;
    top: -44px;
    position: absolute;
    width: 300px;
    height: 300px;
    background: #fff;
    border-right: solid 5px #0056a1;
    border-left: solid 5px #0056a1;
    border-top: solid 5px #0056a1;
    border-radius: 170px;
}
.sale_kibou_wrap::after{
    content: "";
    left: 20px;
    top: 0px;
    width: 310px;
    height: 300px;
    background-color: #FFF;
    position: absolute;
}
.sale_kibou_wrap iframe{
    width: 1000px;
    height: 162px;
    z-index: 20;
    position: relative;
}
.sale_kibou_icon{
    position: absolute;
    left: 76px;
    top: -24px;
    z-index: 10;
}
.sale_kibou_icon img{

}
.sale_kibou_title{
    z-index: 10;
    position: relative;
    margin: 45px 0px 0px 239px;
    overflow: hidden;

}
.sale_kibou_title h2{
    color: #0056a1;
    font-size: 36px;
    float: left;
    margin: 0px;
    letter-spacing: 2px;
    line-height: 40px;
}
.sale_kibou_title p{
float: left;
    font-size: 15px;
    margin: -2px 0px 0px 38px;
    padding: 0px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sale_kibou_link{
    width: 400px;
    margin: 0px auto 0px auto;
}
.sale_kibou_link a{
    display: block;
    line-height: 60px;
    background-color: #0056a1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border-radius: 7px;
}
.sale_kibou_link a:hover{
    background-color: #1c5586;
}
.sale_kibou_link a::before{
	content: "";
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	right: 20px;
	top: 19px;
	position: absolute;
}
.sale_kibou_link a::after{
	content: "";
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #0056a1;
	border-right: 2px solid #0056a1;
	right: 28px;
	top: 27px;
	position: absolute;
}
.sale_strong_wrap{
    width: 1100px;
    height: 765px;
    margin: 70px auto 40px auto;
}
.sale_strong_wrap h2{
    height: 80px;
    background-color: #0056a1;
    position: relative;
    margin: 0px 0px 40px 0px;
}
.sale_strong_wrap h2 img{
    position: absolute;
    left: 0px;
    right: 0px;
    top: -37px;
    margin: auto;
}
.sale_strong_wrap ul{
	
}
.sale_strong_wrap ul li{
	float:left;
	width:530px;
	margin:0px 40px 40px 0px;
}
.sale_strong_wrap ul li:nth-child(2n){
	margin-right:0px;
}
.sale_strong_wrap ul li:nth-child(3){
	margin-bottom:0px;
}
.sale_strong_wrap ul li:nth-child(4){
	margin-bottom:0px;
}
.sale_strong_img{
	margin-bottom:10px;
}
.sale_strong_img img{
	
}
.sale_strong_wrap ul li h3{
    margin: 0px 0px 15px 0px;
}
.sale_strong_wrap ul li h3 span:nth-child(1){
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0056a1;
    color: #fff;
    font-size: 35px;
    text-align: center;
    border-radius: 7px;
}
.sale_strong_wrap ul li h3 span:nth-child(2){
    font-size: 26px;
    line-height: 49px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 15px;
}
.sale_strong_wrap ul li p{
    font-size: 14px;
    margin: 0px;
    line-height: 21px;
}

.sale_sodan_wrap{
    background-color: #f3f3f3;
    padding: 112px 0px 60px 0px;
    margin: 60px 0px 46px 0px;

}
.sale_sodan{
	width:1100px;
	margin:auto;
}
.sale_sodan h2{
    font-size: 36px;
    font-weight: bold;
    border-bottom: solid 5px #0056a1;
    padding: 0px 0px 20px 20px;
    position: relative;
    line-height: 35px;
    margin: 0px 0px 0px 0px;
    color: #0056a1;
    text-align: center;
    letter-spacing: 1px;
	
}
.sale_sodan h2 img{
left: -7px;
    top: -31px;
    margin: auto;
    position: absolute;
}
.sale_sodan h2::before{
    content: "";
    top: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 9px solid transparent;
    border-top: 17px solid #0056a1;
    position: absolute;
}
.sale_sodan ul{
    margin: 40px 0px 0px 0px;
    padding: 60px 73px;
    list-style-type: none;
    background: #fafafa;
    box-sizing: border-box;
    overflow: hidden;
}
.sale_sodan ul li{
    background-color: #FFF;
    width: 290px;
    height: 372px;
    float: left;
    margin: 0px 42px 42px 0px;
}
.sale_sodan ul li:hover{
    background-color: #f1f1f1;
}
.sale_sodan ul li:nth-child(3n){
	margin-right:0px;
}
.sale_sodan ul li:nth-child(4){
	margin-bottom:0px;
}
.sale_sodan ul li:nth-child(5){
	margin-bottom:0px;
}
.sale_sodan ul li:nth-child(6){
	margin-bottom:0px;
}
.sale_sodan ul li a{
color: #333;
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
}
.sale_sodan ul li a::before{
	content: "";
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0056a1;
	right: 18px;
	bottom: 18px;
	position: absolute;
}
.sale_sodan ul li a::after{
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 27px;
    bottom: 25px;
    position: absolute;
}
.sale_sodan ul li a img{

}
.sale_sodan ul li a h3{
text-align: center;
    font-size: 18px;
    color: #0056a1;
    font-weight: bold;
    margin: 30px 0px 0px 0px;
    line-height: 23px;
}
.sale_sodan ul li:nth-child(3) a h3{
    margin: 19px 0px 0px 0px;
}
.sale_sodan ul li:nth-child(3) a p{
    margin: 5px 0px 0px 0px;
}
.sale_sodan ul li a p{
    font-size: 15px;
    line-height: 24px;
    padding: 0px 26px;
    margin: 15px 0px 0px 0px;
    letter-spacing: 1px;
}

.sale_sidefix_wrap{
	position:fixed;
	right:0px;
	bottom:184px;
}
.sale_sidefix_wrap ul{
	width:70px;
}
.sale_sidefix_wrap ul li{
	margin-bottom:16px;
}
.sale_sidefix_wrap ul li a{
    display: block;
    background-repeat: no-repeat;
    background-position-y: 21px;
    background-position-x: center;
    font-size: 23px;
    padding-top: 59px;
    width: 70px;
    height: 248px;
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    padding-right: 25px;
    letter-spacing: 2px;
    text-align: ;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 7px 0px 0px 7px;

}
.sale_sidefix_wrap ul li:nth-child(1) a{
	background-color:#da1418;
	background-image:url(/baikyaku/img/sale_side_icon01.png);
}
.sale_sidefix_wrap ul li:nth-child(1) a:hover{
	background-color: #ab0d10;
}
.sale_sidefix_wrap ul li:nth-child(2) a{
	background-color:#009b63;
	background-image:url(/baikyaku/img/sale_side_icon02.png);
}
.sale_sidefix_wrap ul li:nth-child(2) a:hover{
	background-color: #0e8a5d;
}
.buy_kobou_scroll{
background: #0056a1;
    height: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 21px;
	margin:40px 0px 30px 0px !important;
    z-index: 10;
    position: relative;
}
.buy_kobou_scroll_l{
    background-image: url(/img/index/live_icon.png);
    background-repeat: no-repeat;
    background-position-x: 62px;
    background-position-y: 9px;
    font-size: 15px;
    color: #0056a1;
    float: left;
    font-weight: bold;
    background-color: #fff;
    width: 100px;
    height: 35px;
    border-radius: 7px;
    padding: 8px 0px 0px 21px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}
.buy_kobou_scroll_r{
    float: right;
    width: 842px;
}
.buy_kobou_scroll_r iframe{
    width: 842px;
    height: 36px;
}