
/* common */

.tf-wk{
	text-align:left;
	margin: 2rem auto;
}

.tf-year{
	border-bottom:2px solid #33ccff;
	color:#33ccff;
	font-weight:bold;
	margin-bottom:1rem;
	padding-bottom:0.5rem;
}

.new-set{
	background-color:rgba(217,217,33,0.1);
	border-radius:10px;
	margin-bottom:2rem;
	padding:1.5rem;
}

.new-set img{
	background-repeat:no-repeat;
	background-size:contain;
	border:5px solid #0bd983;
	box-sizing:border-box;
}

.new-set p{	color:#0f2624;}

.new-set span{
	border-bottom:1px solid #0bd983;
	color:#0bd983;
	font-weight:bold;
	display:inline-block;
}

.tf-list{
	display: flex;
	flex-wrap:wrap;
}

.tf-list li{
	border-right:1px solid #0bd983;
	border-bottom:1px solid #0bd983;
	padding:0 0.55rem 1rem 0;
	box-sizing:border-box;
}

.list-date{
	background-color:#0bd983;
	color:#fff;
	font-weight:bold;
}

.tf-list img, .list-p{
	background-size:contain;
	margin:0.25rem 0 0.5rem 0;
}

.acv-set{
	background-color:rgba(51,204,255,0.1);
	border-radius:10px;
	text-align:center;
	padding:1rem;
	box-sizing:border-box;
}

.acv-set span{
	display:block;
	color:#ff59ac;
	font-weight:bold;
	border-bottom:1px solid #33ccff;
}

.acv-set p{
	color:#33ccff;
	margin-bottom:1rem;
}

.acv-list{
	display: flex;
	flex-wrap:wrap;
}

.acv-list a{
	background-color:#33ccff;
	border-radius:10px;
	display:inline-block;
	text-decoration: none;
	color:#fff;
	width:96%;
	 box-sizing:border-box;
}


/* a link */

.new-set a, .tf-list a{
	display:inline-block;
	text-decoration: none;
	color:#0f2624;
}


/* tedukuri-co */

.tf-co-date{
	background-color:#0bd983;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
}

.tf-co-tl{
	color:#076b41;
	font-weight:bold;
	width:94%;
}

.tf-co-tl h1{display:inline;}


.tf-co-tx{
	margin:2rem auto;
	width:94%;
}

.tf-co-tx span, .kmd{color:#1fccbe; font-weight:bold;}

.tf-co-btn{text-align:center;}

.tf-co-btn a{
	display:inline-block;
	background-color:#1fccbe;
	border-radius:50px;
	color:#fff;
	font-weight:bold;
 text-decoration:none;
}





/* pc */
@media all and (min-width: 768px) {

.tf-wk{ width:900px;}

.tf-year{ font-size:1.8rem;}

.new-set img{ float:left; margin-right:1rem;}

.new-set p{
	font-size:1.3rem;
	line-height:2.0rem;
}

.new-set span{
	font-size:1.5rem;
	margin: 1.5rem 0 1rem 0;
	padding-bottom:0.75rem;
	width:420px;
}

.tf-list li{width:210px; margin:0 0.46rem 1rem 0.46rem;}
.list-date{ font-size:1.0rem; padding:0.5rem;}
.tf-list p{ font-size:0.8rem; line-height:1.2rem;}


.acv-set{ margin-top:3rem;}

.acv-set span{
	margin-bottom:0.75rem;
	padding-bottom:0.5rem;
	font-size:1.0rem;
}

.acv-set p{
	margin-bottom:1rem;
	font-size:1.6rem;
}

.acv-list li{width:25%;}

.acv-list a{
	font-size:1.2rem;
	margin:0 0.25rem 1rem 0.25rem;
	padding:0.75rem;
}


/* tedukuri-co */

.tf-co-date{ font-size:1.6rem; padding:1rem;}
.tf-co-tl{ margin:1.5rem auto; font-size:1.7rem; line-height:2.4rem;}

.tf-co-tx{
	margin:2rem auto;
	width:94%;
}

.tf-co-tx p{margin-bottom:1.2rem; 	font-size:1.2rem; line-height:1.8rem;}
.tf-co-tx span{font-size:1.3rem;}

.tf-co-btn a{
	width:60%;
	margin:2rem auto;
	font-size:1.5rem;
	padding:1rem;
}







}





/* smp */
@media all and (max-width: 767px) {

.tf-wk{ width:97%;}

.tf-year{ font-size:1.5rem;}

.new-set img{ width:100%;}

.new-set p{
	font-size:1.1rem;
	line-height:1.5rem;
}

.new-set span{
	font-size:1.3rem;
	margin: 1.5rem 0 1rem 0;
	padding-bottom:0.5rem;
	width:100%;
}


.tf-list li{width:48%; margin:0 1% 1rem 1%;}
.tf-list img{ width:100%;}
.list-date{ font-size:0.9rem; padding:0.4rem;}
.tf-list p{ font-size:0.7rem; line-height:1.0rem;}


.acv-set{ margin-top:2rem;}

.acv-set span{
	margin-bottom:0.75rem;
	padding-bottom:0.4rem;
	font-size:0.8rem;
}

.acv-set p{
	margin-bottom:1rem;
	font-size:1.3rem;
}

.acv-list li{
	width:33%;
	box-sizing:border-box;
}

.acv-list a{
	font-size:1.0rem;
	margin-bottom: 0.6rem;
	padding:0.6rem;
}


/* tedukuri-co */

.tf-co-date{ font-size:1.2rem; padding:0.75rem;}
.tf-co-tl{ margin:1rem auto; font-size:1.2rem; line-height:1.8rem;}

.tf-co-tx{
	margin:1.5rem auto;
	width:94%;
	font-size:1rem;
	line-height:1.5rem;
}

.tf-co-tx p{margin-bottom:1rem; 	font-size:1rem; line-height:1.5rem;}
.tf-co-tx span{font-size:1.1rem;}

.tf-co-btn a{
	width:70%;
	margin:1rem auto;
	font-size:1.1rem;
	padding:0.7rem;
}




}
