/*====================================
article16 style
====================================*/
@media screen and (min-width: 768px) {
	.pickupBlock { display: block; overflow: hidden; margin-bottom: 60px; zoom: 1; }
	.pickupBlock h1 { margin: 0 0 27px; padding: 30px 40px; background: #f1f1f1; font-size: 150%; border: none; font-weight: normal; }
	.pickupBlock figure { margin: 1.5em 0; }
	.pickupBlock figcaption { font-size: 85%; }
	.pickupBlock .taC { text-align: center; }
	.pickupBlock hr { height: 1px; border: none; border-top: 1px solid #ccc; margin: 40px 0; }
	.pickupBlock p { margin: 1.5em 0; }
}
@media screen and (max-width: 767px) {
	.pickupBlock { margin: 0 5vw 10vw; }
	.pickupBlock h1 { margin: 0 0 3vw; padding: 3vw 4vw; border: none; background: #f1f1f1; font-weight: normal; font-size: 4vw; }
	.pickupBlock figure { margin: 1.5em 0; }
	.pickupBlock figcaption { font-size: 3.125vw; }	
	.pickupBlock .taC { text-align: center; }
	.pickupBlock hr { margin: 5vw 0; height: 0.2vw; border: none; border-top: 0.2vw solid #ccc; }
	.pickupBlock p { margin: 1.5em 0; }
}


/*-----------------------------------------------------
Title
------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.pickupBlock .articleTitle01 { line-height: 1.8; margin: 40px 0 30px; font-weight: bold; font-size: 160%; border: none; padding: 0; }
	.pickupBlock .articleTitle01 span { border-bottom: 2px solid #000; }
	.pickupBlock .articleTitle02 { background: #f1f1f1; border: none; color: #333; padding: 20px; line-height: 1.2; margin: 40px 0 30px; font-weight: bold; font-size: 140%; }
}
@media screen and (max-width: 767px) {
	.pickupBlock .articleTitle01 { line-height: 1.8; margin: 4vw 0 3vw; font-weight: bold; font-size: 4.6vw; border: none; padding: 0; }
	.pickupBlock .articleTitle01 span { border-bottom: 0.4vw solid #000; }
	.pickupBlock .articleTitle02 { background: #f1f1f1; border: none; color: #333; padding: 2vw; line-height: 1.2; margin: 6vw 0 4vw; font-weight: bold; font-size: 4.6vw; }
}


/*-----------------------------------------------------
Columns
------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.pickupBlock .column { display: flex; flex-wrap: wrap; margin: 40px 0; }
	.pickupBlock .column.space-between { justify-content: space-between; }
	.pickupBlock .column.col3 > div { width: 268px; }
	.pickupBlock .column.col3 > div:not(:last-child) { width: 306px; border-right: 1px solid #ccc; padding-right: 40px; margin-right: 40px; }
	.pickupBlock .column.col4 > div { width: 218px; }
	.pickupBlock .column.col4 > div:not(:last-child) { width: 232px; border-right: 1px solid #ccc; padding-right: 15px; margin-right: 15px; }
}
@media screen and (max-width: 767px) {
	.pickupBlock .column { display: flex; flex-wrap: wrap; margin: 0; }
	.pickupBlock .column.space-between { justify-content: space-between; }
	.pickupBlock .column >* { width: 43vw; margin-top: 4vw; }
	.pickupBlock .column >*:nth-child(odd) { border-right: 0.2vw solid #333; }
	.pickupBlock .column img { max-width: 20vw; max-height: 20vw; }
}


/*-----------------------------------------------------
Other
------------------------------------------------------*/
.pickupBlock .linkBtn { margin-top: 25px; }
.pickupBlock .linkBtn a { display: inline-block; color: #fff; background: #333; padding: 7px 15px; text-decoration: none; }


/*-----------------------------------------------------
text
------------------------------------------------------*/
.txtShizusen { padding-left: 5em; position: relative; }
.txtAsano { padding-left: 5em; position: relative; }
.txtShizusen .name,
.txtAsano .name { position: absolute; top: 0; left: 0; }

.youtube { width: 100%; aspect-ratio: 16 / 9; }
.youtube iframe { width: 100%; height: 100%; }
