@charset "shift_jis";

/*Thin*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/*Light*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/*Regular*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*Midium*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/*Bold*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/*Black*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url('/fonts/NotoSansJP-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

body,
ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

/*--iframe_cssˆÚŠÇ—p--*/

.info_contents_box {
    font-family: 'Noto Sans JP';
    display: flex;
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.info_contents_box li {
    width: 330px;
}

.info_contents_box li a {
    padding: 30px 50px;
    display: block;
    position: relative;
    transition-duration: .5s;
}

.info_contents_box li a:hover {
    background-color: #e4f2e9;
    opacity: 1;
    transition-duration: .3s;
}

.info_contents_box li a::after {
    width: 1px;
    height: 80px;
    right: 0;
    top: 20px;
    background-color: #cccccc;
    position: absolute;
    display: block;
    content: "";
}

.info_contents_box li:last-child a::after {
    display: none;
}

.info_contents_box li span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.info_contents_box li p {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*--info_side--*/

.iframe_box02 {
    font-family: 'Noto Sans JP';
}

.iframe_items {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.iframe_items a {
    font-size: 13px;
}

.iframe_items:last-child {
    border-bottom: none;
}
.iframe_items span {
    font-size: 12px;
    color: #2aab4e;
    display: inline-block;
    margin-bottom: 5px;
}

.s_info_box{

}
.s_info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_info_box ul li{

}
.s_info_box ul li a{
    display: block;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    border-bottom: solid 1px #ccc;
}
.s_info_box ul li a:hover {
	background-color:#eee;
}
.s_info_box ul li span{
	display:block;
	font-weight:bold;
}
.s_info_box ul li p{
	margin:0px 0px 0px 0px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.s_new_box{

}
.s_new_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_new_box ul li{
    display: block;
    font-size: 13px;
    padding: 8px 0px 8px 0px;
    border-bottom: solid 1px #ccc;
}
.s_new_box ul li span{
	display:block;
	font-weight:bold;
}
.s_new_box ul li p{
	margin:0px 0px 0px 0px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sale_satei_cont{
    padding: 0px;
}
.sale_satei_cont ul{

}
.sale_satei_cont ul li{

}
.sale_satei_cont ul li a{
	display: flex;
	gap: 15px;
	padding: 30px;
	border-bottom: solid 1px #ccc;
	align-items: center;
    color: #333;
}
.sale_satei_cont ul li a:hover{
    background-color: #e4f2e9;
}
.sale_satei_tag{
	width: 80px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2aab4e;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.sale_satei_cont ul li a span{
	font-size: 16px;
	font-weight: bold;
}
.sale_satei_cont ul li a p{
	font-size: 16px;
}




/*--/iframe_cssˆÚŠÇ—p--*/