@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;
    font-family: 'Noto Sans JP';
}

a {
    color: #000;
    text-decoration: none;
}

/*--iframe_cssˆÚŠÇ—p--*/

.info_contents_box {
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}


.info_contents_box li a {
    padding: 15px 4%;
    display: block;
    align-items: center;
    position: relative;
    transition-duration: .5s;
}

.info_contents_box li a::after {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    content: "";
    display: block;
    bottom: 0;
    background-color: #cccccc;
    height: 1px;
}

.info_contents_box li:last-child a::after {
    display: none;
}


.info_contents_box li span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    color: #1f9b3c;
}

.info_contents_box li p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

/*--info_side--*/

.iframe_box02 {}

.iframe_items {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    display: block;
}

.iframe_items a {
    font-size: 13px;
}

.iframe_items:last-child {
    border-bottom: none;
}
.iframe_items a span {
    color: #2aab4e;
    font-size: 12px;
    display: inline-block;
}
.iframe_items p {
    font-size: 14px;
}

.sale_satei_cont{
    padding: 0px 5%;
}
.sale_satei_cont ul{

}
.sale_satei_cont ul li{

}
.sale_satei_cont ul li a{
    display: flex;
    gap: 10px;
    padding: 20px 0px;
    border-bottom: solid 1px #ccc;
    align-items: center;
    flex-wrap: wrap;
}
.sale_satei_tag{
    padding: 3px 0px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2aab4e;
    font-size: 14px;
    font-weight: normal;
    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;
    width: 100%;
}

/*--/iframe_cssˆÚŠÇ—p--*/