/* ================================
  tea
  MB→PC min-width:768px
================================ */

#tea main .secBox {
padding-bottom: 0;
}

.teaTit {
background-color: #690;
color: #fff;
margin: 0 -5%;
padding: 10px 1em;
font-size: 20px;
}
.teaTit:nth-of-type(n+2) {
margin-top: 20px;
}

.hyo {
width: 100%;
margin: 10px 0;
}
.hyo tr {
border-top: 1px dashed #4c3131;
}
.hyo th {
background: rgb(226,222,195);
background: linear-gradient(166deg, rgba(226,222,195,1) 0%, rgba(252,252,252,1) 70px);
text-align: left;
vertical-align: top;
width: 35%;	
}
.hyo td {
width: 65%;
}
.hyo th,.hyo td {
padding: 10px 10px 5px;
}
.hyo h4 {
color: #690;
}.hyo .clr {
color: #F00;
}
.hyo .fyr {
font-size: 20px;
}

dl#tips {
border: 1px solid #9C0;
color: #690;
background-color: #FFC;
margin: 0 0 20px;
letter-spacing: 1px;
padding: 10px 10px 5px;
}

.zuBox {
text-align: center;
}
.zuBox img {
width: 100%;
max-width: 520px;
height: auto; 
}
.hinpyoTit {
background: #000 url("../tea/img/tea_bg.jpg") no-repeat right top;
background-size: 550px 45px;
height: 45px;
display: flex;
align-items: center;
padding: 0 5%;
color: #fff;
font-weight: normal;
}
.ayumiTit {
background: #000 url("../tea/img/tea_bg02.jpg") no-repeat right top;
background-size: 1100px 45px;
height: 45px;
display: flex;
align-items: center;
padding: 0 5%;
color: #fff;
font-weight: normal;
}

@media screen and (max-width: 767px), print {
  .hyo th,.hyo td {
  display: block;
  width: 100%;
  }
}

@media screen and (min-width: 768px), print {
	.teaTit {
  border-radius: 10px 10px 0 0;
  margin: 20px 0 0;
  padding: 15px 1em;
  font-size: 24px;
	}
	dl#tips {
	padding: 15px 20px 10px;
	}
	.hinpyoTit {
	background-size: 1100px 90px;
	height: 90px;
	padding: 0 20px;
	margin-top: 10px;
	}
	.ayumiTit {
	padding: 0 20px;	
	}
}

/* ちょっと豆知識 */
.triviaBox .box {
	padding: 40px 20px 20px;
	position: relative;
  color: #390;
  font-size: 14px;
}
.triviaBox .box::before, .triviaBox .box::after {
	content: '';
	width: 240px;
	height: 100px;
	position: absolute;
}
.triviaBox .box::before {
	border-left: solid 1px #390;
	border-top: solid 1px #390;
	top: 0;
	left: 0;
}
.triviaBox .box::after {
	border-right: solid 1px #390;
	border-bottom: solid 1px #390;
	bottom: 0;
	right: 0;
}
.triviaBox p strong {
	font-size: 16px
}

.triviaBox .pop {
	width: 80%;
	margin: 20px 0 -45px;
	z-index: 99;
	position:relative;
}

@media screen and (min-width: 768px), print {	

  .triviaBox .box {
    padding: 60px 40px 40px;
  }
  .triviaBox .box::before, .triviaBox .box::after {
    content: '';
    width: 350px;
    height: 140px;
  }
  .triviaBox .pop {
    width: auto;
  }
  .triviaBox p strong {
    font-size: 18px
  }
}



#conteCol2 .linkBox {
  border: 3px dotted #390;
  border-radius: 12px;
  margin: 40px 0;
  padding: 20px 20px 10px;
	background: #f2f5ed;
}
#conteCol2 .linkBox h3{
  font-size: 16px;
  margin-bottom: 10px;
}
#conteCol2 .linkBox ul{		
}
#conteCol2 .linkBox ul li {
  margin-bottom: 10px;
}
#conteCol2 .linkBox ul li::marker {
  color: #390;
}
@media screen and (min-width: 768px), print {	
  
  #conteCol2 .linkBox {
    margin: 50px 0;
    padding: 30px 40px 20px;
  }
  #conteCol2 .linkBox h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #conteCol2 .linkBox ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 10px 8%;
  }
  #conteCol2 .linkBox ul li {
    width: 46%;
    margin-bottom: 0;
  }
  
}
