body{
margin: 0;
background-color: transparent;
}
.top_sale_col{
        width: max-content;
        margin: 0;
}
.top_sale_col>ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
}
.top_sale_col>ul>li{
        width: auto;
        max-width: 85vw;
        margin: 0 auto 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: clamp(14px, 4vw, 16px);
        line-height: 1.5em;
	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: wrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 0;
}
.lp_staff_col>ul>li{
	width: 48%;
	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%;
	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: 13em;
	min-height: 200px;
	object-fit: cover;
}
.top_bukken_report li.top_bukken_report__item>a>div>div{
	position: absolute;
	display: block;
	background: #0009;
	bottom: 0;
	color: #FFF;
	width: 100%;
	padding: 15px 0px 8px 0px;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>span{
    position: absolute;
    font-size: 14px;
    top: -15px;
    left: 5%;
    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.k{}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul>li{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.top_bukken_report li.top_bukken_report__item>a>div>div>ul>li.t_b_pri{
font-size: 5vw;
    line-height: 2em;
    color: yellow;
    font-weight: bold;
}
.top_bukken_report li.top_bukken_report__item>a>h2{
    margin: 0.5em auto;
    padding: 0;
    font-size: 3.5vw;
    color: #FFF;
    font-weight: normal;
}
.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;
}

.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: 2em;
    padding: 0;
    margin: 0;
font-size: 18px;
}

ul.top_diary_list>li>a>div>span{
display: inline-block;
    background: #2060ad;
    margin: auto 1em;
    padding: 0 1em;
    line-height: 1.7em;
    border-radius: 20px;
    font-size: 14px;
    color: #FFF;
}




/* 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{}