body{
margin: 0;
background-color: transparent;
}

.top_sale_col{
        width: 1000px;
        margin: 0;
}
.top_sale_col>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
}
.top_sale_col>ul>li{
        width: 31%;
        margin: 0 auto 2em;
        display: block;
        background: #f6f8fa;
}
.top_sale_col>ul>li:first-child{margin-left:0;}
.top_sale_col>ul>li:last-child{margin-right:0;}
.top_sale_col>ul>li:hover{}
.top_sale_col>ul>li>a{
        text-decoration: none;
        color: unset;
}
.top_sale_col>ul>li>a>div.col_item_title{
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	color: #2060ad;
	margin: 1em 2%;
}
.top_sale_col>ul>li>a>div.col_item_img{}
.top_sale_col>ul>li>a>div.col_item_img img{
        width: 100%;
        height: 15em;
        object-fit: cover;
}
.top_sale_col>ul>li>a>div.col_item_line{
	margin: auto 2%;
}
.top_sale_col>ul>li>a>div.col_item_line>b{
    display: inline-block;
    background: orange;
    width: fit-content;
    line-height: 2em;
    border-radius: 20px;
    padding: 0 1em;
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0.5em;
}
span.col_item2_nando{
        color: orange;
        font-size: 20px;
}
.top_sale_col .col_item_sp_maintext{
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	margin: 1em 2%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.lp_sale_col{
        width: 1100px;
        margin: 0;
}
.lp_sale_col>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
}
.lp_sale_col>ul>li{
        width: 31%;
        margin: 0 auto 2em;
        display: block;
	transition: 0.3s;
}
.lp_sale_col>ul>li:first-child{margin-left:0;}
.lp_sale_col>ul>li:last-child{margin-right:0;}
.lp_sale_col>ul>li:hover{}
.lp_sale_col>ul>li>a{
        text-decoration: none;
        color: unset;
}
.lp_sale_col>ul>li>a>div.col_item_title{
	font-size: 16px;
	line-height: 1.7em;
	font-weight: bold;
	color: #2060ad;
	margin: 1em 2%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: 0.3s;
}
.lp_sale_col>ul>li:hover>a>div.col_item_title{color: orange;}
.lp_sale_col>ul>li>a>div.col_item_img{
        margin-top: 1em;
}
.lp_sale_col>ul>li>a>div.col_item_img img{
        width: 100%;
        height: 15em;
        object-fit: cover;
}
.lp_sale_col>ul>li>a>div.col_item_line{
	margin: auto 2%;
}
.lp_sale_col>ul>li>a>div.col_item_line>b{
    display: inline-block;
    background: orange;
    width: fit-content;
    line-height: 2em;
    border-radius: 20px;
    padding: 0 1em;
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0.5em;
}





.lp_staff_col>ul{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 0;
}
.lp_staff_col>ul>li{
	width: 18%;
	list-style: none;
        margin: auto;
}
.lp_staff_col>ul>li>a{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none;
    line-height: 1.7em;
    margin: 0.5em;
    color: #333;
}
.lp_staff_col>ul>li>a>img{
        display: block;
        margin: auto;
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 10px;
}
.lp_staff_col>a{
    background: #005fad;
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 2.5em;
    padding: 0 3em;
    position: relative;
    text-decoration: none;
    margin: 2em auto;
    transition: 0.3s;
}
.lp_staff_col>a:hover {
    background: orange;
}





.top_bukken_report {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto !important;
}
@media screen and (max-width: 500px) {
.top_bukken_report {
	min-width: 100%;
}
}
@media screen and (max-width: 1100px) {
.top_bukken_report {
	margin: 5% auto;
}
}

.top_bukken_report__item{
	margin-right: 5px;
	margin-left: 5px;
}
.top_bukken_report__item a{
	height: auto;
	width: 100%;
}
/*
.top_bukken_report__item a{
	height: auto;
	width: 100%;
	transform: scale(.7);
	transition: transform .5s;
}

.top_bukken_report__item.slick-center a{
	transform: scale(1);
}
*/





.top_bukken_report li.top_bukken_report__item{}
.top_bukken_report li.top_bukken_report__item>a{
	display: block;
	text-decoration: none;
}
.top_bukken_report li.top_bukken_report__item>a>div{
	display: block;
	position: relative;
}
.top_bukken_report li.top_bukken_report__item>a>div>img{
	width: 100%;
	height: 300px;
	min-height: 200px;
	object-fit: cover;
}
.top_bukken_report li.top_bukken_report__item>a>div>div{
	position: absolute;
	display: block;
	background: #0009;
	bottom: 5px;
	color: #FFF;
	width: 100%;
	padding: 15px 0px 10px 0px;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>span{
    position: absolute;
    font-size: 14px;
    top: -15px;
    left: 3%;
    background-color: #ff9800;
    display: block;
    padding: 0 1em;
    border-radius: 10px;
    line-height: 1.6em;
    border: 1px solid #FFF;
}

.top_bukken_report li.top_bukken_report__item>a>div>div>span.Μ {
	background: #FF9800;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>span.²¬ρΟ {
	background: #929292;
}

.top_bukken_report li.top_bukken_report__item>a>div>div>span.€k{}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    width: min(96%, 410px);
}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul>li{
    font-size: clamp(12px, 3.5vw, 16px);
    padding: 0;
    margin: 0;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul>li.t_b_pri{
	font-size: clamp(16px, 5vw, 24px);
	font-weight: bold;
	/* line-height: 2em; */
	text-align: right;
	color: #ffff63;
}
.top_bukken_report li.top_bukken_report__item>a>h2 {
    margin: 0;
    padding: 0 0.5em;
    font-size: clamp(14px, 3.5vw, 16px);
    color: #FFF;
}
.top_bukken_report li.top_bukken_report__item>a>p{
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 14px;
}

.top_staff_slide{}

.top_staff_slide li{
	transform: scale(.7);
	transition: transform .5s;
}

.top_staff_slide li.slick-center{
	transform: scale(1);
}

.top_staff_slide li>a{
text-decoration:none;
}

.top_staff_slide li>a>img{
    height: 350px;
    width: 350px;
    object-fit: cover;
}
@media screen and (max-width: 500px) {
.top_staff_slide li>a>img{
    height: auto;
    width: 100%;
    object-fit: cover;
}
}
.top_staff_slide li>a>p{
display:none;
}

.top_staff_slide li.slick-center>a>p{
display:block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5em;
    color: #2060ad;
}

.top_staff_slide .slick-dots{
    width: fit-content;
    right: 5%;
}




ul.top_diary_list{
    width: 100%;
    margin: auto 0 auto auto;
    padding: 0;
    border-top: 1px solid #CCC;
}
ul.top_diary_list>li{
    font-size: 14px;
    padding: 10px;
    list-style: none;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
    transition: 0.3s;
}
ul.top_diary_list>li:hover{
    background-color: #f3f9ff;
}
ul.top_diary_list>li>a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
    line-height: 1.7em;
}

ul.top_diary_list>li>a>div:first-child{
	width: 28%;
}

ul.top_diary_list>li>a>div>img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	display: block;
	margin: auto;
}
ul.top_diary_list>li>a>div{
	font-size: 18px;
	color: #111;
	width: 70%;
	margin-left: 2%;
}
ul.top_diary_list>li>a>div>h3{
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

ul.top_diary_list>li>a>div>span{
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: auto 0em auto auto;
	line-height: 1.7em;
	font-size: 14px;
	color: #2060ad;
}


/* Dots */
.slick-dotted.slick-slider{
	margin: 0;
	padding: 0;
}

.slick-dots{
	bottom: -50px!important;
}
.slick-dots li{}
.slick-dots li button{}
.slick-dots li button:hover,
.slick-dots li button:focus{}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{color:white!important;}
.slick-dots li button:before{}
.slick-dots li.slick-active button:before{}


.ticker ul {
	display: block;
	list-style: none;
	margin: 0;
}
.ticker ul li{
	margin: 0.5em auto 1em auto;
}
.ticker-date{
	font-size: 12px;
	color: #2060ad;
	padding-right: 1em;
}

@media screen and (max-width: 450px) {
.ticker ul {
	padding: 0;
}
.ticker ul li{
	margin: 1em auto 1.2em auto;
	font-size: 4vw;
}
.ticker-date{
	font-size: 3vw;
	color: #2060ad;
display:block;
line-height: 1.7em;
}
}





.column_side_new_box {}

.column_side_new_box iframe {
	width: 100%;
	height: 595px;
}

.column_side_new_box ul


.column_side_new_box ul {
	padding: 0;
	margin: 0;
}
.column_side_new_box ul>li {
	list-style-type: none;
	border-bottom: dashed 1px #ccc;
	padding: 0 0 10px;
	width: 100%;
	margin: auto auto 1em auto;
}
.column_side_new_box ul>li:last-child {
	border-bottom: dashed 0px #ccc;
}

.column_side_new_box ul>li>a{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2px;
	color: #111;
	text-decoration: none;

}

.column_side_new_box ul>li>a:hover {
	color: #2060ae;
}
.column_side_new_box h4{
}
.column_side_new_box img {
    width: 35% !important;
    height: 8em !important;
    object-fit: cover;
    border-radius: 5px;
    margin: 0.5em 2% 0.5em 0;
}
/*---Liframe---*/
.column_side_if ul {
	padding: 0;
	margin: 0;
}
.column_side_if li {
	list-style-type: none;
	border-bottom: dashed 1px #ccc;
	padding: 0 0 10px;
	width: 100%;
	margin: auto auto 1em auto;
}
.column_side_if a {
	display: block;
	color: #111;
	text-decoration: none;
}
.column_side_if a:hover {
	color: #008dd0;
}

.column_side_new_conts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.column_side_new_conts img {
    width: 30% !important;
    height: 4em !important;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 auto;
}
p.column_side_new_info {
    width: 65%;
    color: #2060ae;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
}


.column_side_new_conts .date {
	font-family: 'Century Gothic', 'Arial';
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-bottom: 5px;
	color: #008dd0;
	font-weight: normal;
}
.column_side_if a > p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 27px;
	margin: 0;
}
.column_side_if a > p label {
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	border-radius: 3px;
	padding: 0 5px;
	color: #959595;
	font-size: 12px;
	line-height: 24px;
}
.column_side_if a > p label::before {
	content: '#';
	padding-right: 0px;
}