.t_wrap{
	margin-top:60px;
}
.t_1400{
	width:90%;
        max-width: 1400px;
	min-width: 920px;
        margin: 0 auto;
}
/*---comment---*/
.t_comment{
	background-color:#f7e5e1;
	border-radius:10px;
	padding:33px 70px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:50px;
}
.t_com_ill{
	position:absolute;
	top:-30px;
	left:70px;
}
.t_com_txt{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:32px;
	width:80%;
	margin:0 auto;
}
/*---/comment---*/

/*---contents---*/
.t_contents{
	margin-bottom:80px;
}
.t_co_top{
	position:relative;
}
.t_co_tl{
	text-align:center;
	padding:28px 0;
}
.t_co_tl p{
	font-size:40px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:40px;
}
.t_co_tl img{
	margin-top:10px;
}
.t_co_more{
	position: absolute;
    	top: 0;
    	bottom: 0;
    	right: 0;
}
.t_co_more a{
	position: relative;
	background:url(/channel_setting/img/t_co_more_off.webp)no-repeat center top;
	color:#000;
	display:block;
	font-size:16px;
	text-align:center;
	padding: 48px 43px 56px 25px;
	font-weight:bold;
}
.t_co_more a::after{
    	content: '';
    	width: 8px;
    	height: 8px;
    	margin-top: -9px;
    	border-top: solid 2px #000;   /* 好みで色を変えてください */  
    	border-right: solid 2px #000;   /* 好みで色を変えてください */  
    	transform: rotate(45deg);
    	position: absolute;
    	top: 50%;
    	right: 25px;
}
.t_co_more a:hover{
	background:url(/channel_setting/img/t_co_more_on.webp)no-repeat center top;
	color:#fff;
}
.t_co_more a:hover::after{
    	border-top: solid 2px #fff;   /* 好みで色を変えてください */  
    	border-right: solid 2px #fff;   /* 好みで色を変えてください */  

}
.t_co_wrap{
	margin-top:20px;
}
.t_co_wrap ul{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.t_co_wrap ul li{
	width:32%;
	background-color:#FFF;
	border-radius:10px;
	padding:1.5%;
	box-sizing:border-box;
	position:relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-right:2%;
}
.t_co_wrap ul li>a{
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
}
.t_co_wrap ul li:nth-child(3n){
	margin-right:0;
}
.t_thumb{
	position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
}
.t_thumb iframe{
	position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_tag {
	padding-top: 57px;
}
.t_tag p {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}
.t_tag label {
	cursor: pointer;
	display: block;
	float: left;
	margin-right:5px;
}
.t_tag label a {
	display: block;
	position: relative;
	z-index: 10;
	color: #ff3300;
	font-size: 13px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
.t_tag label a:hover {
	border-bottom:1px solid #ff3300;
}
.list_01_row .tag label:hover a {
	background: #3f98d7;
	color: #fff;
}
.t_tag label a:before {
	content: '#';

}
.t_co_wrap ul li a{

}
.t_co_wrap ul li a span{
    	width: 90%;
    	position: absolute;
    	bottom: 13%;
	left:5%;
    	display: block;
    	font-size: 15px;
    	color: #111111;
    	line-height: 21px;
    	overflow: hidden;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	height: 44px;
    	letter-spacing: 0;
	font-weight:bold;
}
.t_co_wrap ul li:hover span{
	color:#ff3300;
}
/*---/contents---*/

/*---search---*/
.t_search{
	margin:80px 0;
}
.t_se_wrap{
	display:flex;
	justify-content:space-between;
	background-color:#f7e5e1;
	border:5px solid #fff;
	border-radius:10px;
	padding:3% 4%;
	box-sizing:border-box;
}
.t_se_tag > p, .t_se_free > p{
	font-size:18px;
	font-weight:bold;
}
.t_se_tag{
	width:50%;
}
.t_se_tag ul{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin:20px 0 0 2%;
	width:95%;
}
.t_se_tag ul li{
	margin:0 7px 7px 0;
}
.t_se_tag ul li a{
	background-color:#FFF;
	color:#ff3300;
	font-size:15px;
	padding:5px 25px;
	border-radius:50px;
	font-weight:bold;
	display:block;
}
.t_se_tag ul li a:before{
	content: '#';
}
.t_se_tag ul li a:hover{
	background-color:#ff3300;
	color:#FFF;
}
.t_se_free{
	width:48%;
}
.t_se_free_box{
	margin:20px 0 0 2%;
	width:95%;
}
.t_se_free_tx{
	font-size:15px;
	color:#666;
	margin-bottom:5px;
}
.t_keysearch_form{
	overflow: hidden;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
}
.t_keysearch_form input {
    	border: 2px solid #ff3300;
    	background: #fff;
    	border-radius: 5px 0 0 5px;
    	color: #111;
    	font-size: 15px;
    	line-height: 49px;
    	height: 50px;
    	padding: 0 30px 0 10px;
    	width: 74%;
    	box-sizing: border-box;
    	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.t_keysearch_form button {
    	width: 26%;
    	background: #ff3300;
    	border-radius:0 5px 5px 0;
    	text-align: center;
    	display: block;
    	padding: 11px 0;
    	border: none;
    	box-sizing: border-box;
    	cursor: pointer;
    	font-size: 15px;
    	line-height: 28px;
    	color: #fff;
	display:flex;
	justify-content:center;
	align-items:center;
}
.t_keysearch_form button img{
	margin-right:5%;
	width:15px;
}
/*---/search---*/

