
.cnt{	padding-bottom: 0;}
main h2{
	font-size: 0;
	line-height: 0;
}
.bt_bg{
	text-align: right;
	margin: 20px 0;
	padding: 0 20px;
}
.bt_bg .bt_main{
	width: 130px;
}
.imgup{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
.imgup img{
	width: 100%;
	height: auto;
}


/** slide **/

#slide{
	position: relative;
	padding: 0 0 35px 0;
}
#slide img{
	width: 100%;
	height: auto;
}
#slide .slider img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#slide .slick-prev,
#slide .slick-next{
	width: 35px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	position: absolute;
	bottom: -35px;
	z-index: 2;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#slide .slick-prev{
	left: 0 !important;
	background: url(img/l.png) no-repeat;
	background-size: 35px auto;
}
#slide .slick-next{
	right: 0 !important;
	background: url(img/r.png) no-repeat;
	background-size: 35px auto;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -22.5px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots button{
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 50px;
	background: #ccc;
}
.slick-active button{ background: #ffc619;}



/** news **/

#news{
	padding: 0 0 20px 0;
}
#news .s_title{	margin-bottom: 0;}

.infobox{
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 7px 20px 8px 20px;
	background: #ffcd33;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title h4{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title p{
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
.infobox_main{
	padding: 0 20px;
}
.infobox_main_in{
	width: auto;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.infobox_main_in:only-child{	width: 100%;}
.infobox_main .img{
	width: auto;
	text-align: center;
	margin: 0 0 15px 0;
}
.infobox_main .img a{
	display: inline-block;
	vertical-align: top;
}
.infobox_main .img img{
	width: 100%;
	max-width: 300px;
	height: auto;
}
#news .bt_bg{
	margin: 20px 20px 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** newface **/

#newface{
	padding-bottom: 1px;
}


/** list **/

.list{
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list::-webkit-scrollbar{
	display: none;
}

.list .cbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(45vw - 20px);
	min-width: 97px;
	max-width: calc(88% / 2 - 20px) !important;
	margin: 0 10px !important;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
}
.list .cbox .img img{
	width: 100%;
	height: auto;
}

.list .cbox .i_new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.list .cbox .i_new img{
	width: 50px;
	height: auto;
}

.list .cbox .txt{
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 10px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .i_osusume{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 10px;
	left: 10px;
}
.list .cbox .i_osusume img{
	width: 18px;
	height: auto;
}
.list .cbox .name{
	font-size:min(4vw, 18px);
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .i_osusume+.name{	padding-left: 22px;}
.list .cbox .name a{	color: currentColor;}
.list .cbox .size{
	font-size:min(2.3vw, 12px);
	line-height: 1.2;
	margin: 3px 0 0 0;
}
.list .today{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 45px;
	border: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .today p{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.list .today p span{
	position: relative;
	bottom: -2px;
	font-size: 16px;
	line-height: 1;
}
.list .cbox .time{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
	-webkit-animation:now 0.75s ease-in-out infinite alternate;
	-moz-animation:now 0.75s ease-in-out infinite alternate;
	animation:now 0.75s ease-in-out infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.list .date{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background: #ffcc33;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** review **/

#review{	padding: 0 20px 20px 20px;}

.rvbox_bg{
	margin: 0 0 20px 0;
}
.rvprof{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 50px;
	background: #ffcd33;
	border-radius: 25px 0 0 25px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvprof .img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvprof .img img{
	width: 50px;
	height: auto;
}
.rvprof .txt{
	text-align: left;
	padding: 2px 0 0 5px;
}
.rvprof .txt p:nth-of-type(1){
	font-size: 10px;
	line-height: 16px;
}
.rvprof .txt p:nth-of-type(1) a{
	font-size: 16px;
	font-weight: bold;
	color: currentColor;
}
.rvprof .txt p:nth-of-type(2){
	font-size: 12px;
	line-height: 16px;
}
.rvprof .rvbt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 30px;
	font-size: 12px;
	line-height: 16px;
	color: currentColor;
	border: 1px solid currentColor;
	border-radius: 3px;
	margin-left: auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvprof .rvbt:hover{
	text-decoration: none;
	color: #ffcd33;
	background: #333;
}
.rvbox{
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.rvbox dl:last-of-type{	margin-top: 5px;}
.rvbox dt,
.rvbox dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.rvbox dt{
	width: 58px;
}
.rvbox dt span{
	display: inline-block;
	vertical-align: top;
	border: 1px solid currentColor;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox dd{}
.rvbox dd.star{
	font-size: 22px;
	line-height: 22px;
	color: #ccc;
}
.rvbox dd.star em{	color: #ffcc00;}
.rvbox .rv_txt{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 15px 0 0 0;
}
.rbt_bg{
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbt_bg .bt_main{
	width: 130px;
}


/** blog **/

#blog{
	padding: 0 20px 20px 20px;
}
.blogbox{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.blogbox:first-of-type{	padding-top: 0;}
.blogbox_l{
	width: 105px;
	margin-right: 10px;
}
.blogbox_l img{
	width: 105px;
	height: auto;
	border-radius: 5px;
}

.blogbox_r{
	width: calc(100% - 115px);
}
.blogbox_r:only-child{	width: 100%;}
.blogbox_r .blog_name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
}

.blogbox_r .blog_name .blog_img{
	width: 40px;
	margin-right: 10px;
}
.blogbox_r .blog_name .blog_img span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.blogbox_r .blog_name .blog_img span img{
	width: 100%;
	height: auto;
}

.blogbox_r .blog_name p{
	width: calc(100% - 50px);
	font-size: 12px;
	line-height: 15px;
}
.blogbox_r .blog_name p a{	color: #333;}

.blogbox h4{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.blogbox .blog_txt{
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 750px) {
	.blogbox .blog_txt{
		-webkit-line-clamp: 4;
	}
}

.blogbox .bt_main{
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 10px;
}

#blog .bt_bg{
	text-align: right;
	margin: 0;
	padding: 0;
}
#blog .bt_bg .bt_main{
	margin-top: 20px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.list .cbox{
		margin: 0 10px 20px 10px;
	}

}
