.width1 {
	width: 85px;
}
.width2 {
	width: 105px;
}
.width3 {
	width: 75px;
}
.width4 {
	width: 80px;
}
.width5 {
	width: 80px;
}
.width6 {
	width: 40px;
}
.width7 {
	width: 60px;
}
.width8 {
	width: 70px;
}
.width9 {
	width: 50px;
}
.width10 {
	width: 80px;
}
.width10 {
	width: 135px;
}
.but1 {
	width: 100px;
	height: 30px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0%,rgba(182,182,182,1.00) 100%);
	color: #232323;
	font-size: 18px;
}
.but3 {
	width: 120px;
	height: 35px;
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	border: 1px solid #AFAFAF;
}

.news_box{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; /*換行*/
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  margin-top: 50px;
  margin-bottom: 50px;
}
.news_box .n_box{
  width: 250px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
}
.news_box .n_box img{
  width: 180px;
  margin-bottom: 20px;
}
.news_box .n_box img:hover{
  opacity: 0.8;  
}
.news_box .n_box .d{
  height: 40px;
}
.news_box .n_box .cover{
  position: absolute;
  z-index: 2;
  background-color: hsla(0,0%,100%,0);
  width: 100%;
  height: 100%;
  transition: all 0.8s ease 0s;
}
.news_box .n_box .cover:hover{
  background-color: hsla(0,0%,100%,0.7);
}
.news_box .strokeText {
  z-index: 2;
  position: absolute;
  color: #FFFFFF;
  padding-left: 10px;
  padding-top: 20px;
  text-align: center;
  width: 298px;
}
.news_box .strokeText::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
}
.news_box .n1{

}
.news_box .n1 .strokeText {
  font-size: 48px;
  letter-spacing: 10px;
}
.news_box .n1 .strokeText::before {
  -webkit-text-stroke: 7px #4394ff;
  text-stroke: 7px #4394ff;
  padding-right: 28px;
}
.news_box .n2{

}
.news_box .n2 .strokeText {
  font-size: 48px;
  letter-spacing: 10px;
}
.news_box .n2 .strokeText::before {
  -webkit-text-stroke: 7px #e59e50;
  text-stroke: 7px #e59e50;
  padding-right: 28px;
}
.news_box .n3{

}
.news_box .n3 .strokeText {
  font-size: 42px;
  letter-spacing: 10px;
}
.news_box .n3 .strokeText::before {
  -webkit-text-stroke: 5px #67ccc6;
  text-stroke: 5px #67ccc6;
}
.news_box .n4{
}
.news_box .n4 .strokeText {
  font-size: 48px;
  letter-spacing: 10px;
}
.news_box .n4 .strokeText::before {
  -webkit-text-stroke: 7px #56ad3c;
  text-stroke: 7px #56ad3c;
  padding-right: 28px;
}
.news_box .n5{

}
.news_box .n5 .strokeText {
  font-size: 48px;
  letter-spacing: 10px;
}
.news_box .n5 .strokeText::before {
  -webkit-text-stroke: 7px #a667d9;
  text-stroke: 7px #a667d9;
  padding-right: 28px;
}
.news_box .n6{

}
.news_box .n6 .strokeText {
  font-size: 42px;
  letter-spacing: 10px;
}
.news_box .n6 .strokeText::before {
  -webkit-text-stroke: 7px #e6776e;
  text-stroke: 7px #e6776e;
}

@media screen and (max-width: 767px) {
.news_box {
  margin-top: 40px;
  margin-bottom: 0px;
}
.news_box .n_box {
  font-size: 18px;
}
.news_box .n_box {
  width: 160px;
}
.news_box .strokeText {
  padding-left: 10px;
  padding-top: 10px;
}
.news_box .n_box .d {
  height: 25px;
}
.news_box .n1 .strokeText {
  font-size: 16px;
  letter-spacing: 0px;
}
.news_box .n2 .strokeText {
  font-size: 25px;
  letter-spacing: 5px;
}
.news_box .n3 .strokeText {
  font-size: 25px;
  letter-spacing: 5px;
}
.news_box .n4 .strokeText {
  font-size: 25px;
  letter-spacing: 5px;
}
.news_box .n5 .strokeText {
  font-size: 25px;
  letter-spacing: 5px;
}
.news_box .n6 .strokeText {
  font-size: 25px;
  letter-spacing: 5px;
}

}