/*====================================
article01 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: 2.4rem; border: none; font-weight: normal; }
.pickupBlock figure { margin: 1.5em 0; }
.pickupBlock .taC { text-align: center; }
.pickupBlock hr { height: 1px; border: none; border-top: 1px solid #ccc; margin: 40px 0; }
.pickupBlock p { line-height: 1.8; }
}

@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-bottom: 1.5em; }
.pickupBlock .taC { text-align: center; }
.pickupBlock hr { margin: 5vw 0; height: 0.2vw; border: none; border-top: 0.2vw solid #ccc; }
}


/*-----------------------------------------------------
Title
------------------------------------------------------*/
@media screen and (min-width: 768px) {
.pickupBlock .articleTitle01 { border: none; text-align: center; margin-top: 40px; font-size: 2rem; line-height: 1.4; font-weight: bold; }
.pickupBlock .articleTitle02 { margin-bottom: 25px; font-size: 1.8rem; line-height: 1; background: #f1f1f1; font-weight: bold; padding: 20px 15px; }
.pickupBlock .articleTitle03 { margin-bottom: 25px; padding-left: 15px; border-left: 5px solid #8395af; font-size: 1.8rem; line-height: 1.4; }
.pickupBlock .articleTitle03 span { font-weight: normal; }
}

@media screen and (max-width: 767px) {
.pickupBlock .articleTitle01 { border: none; text-align: center; margin-top: 5vw; font-size: 4vw; line-height: 1.4; font-weight: bold; }
.pickupBlock .articleTitle02 { margin-bottom: 4vw; font-size: 4vw; line-height: 1; background: #f1f1f1; font-weight: bold; padding: 4vw 3vw; }
.pickupBlock .articleTitle03 { margin: 4vw 0; padding-left: 3vw; border-left: 1vw solid #8395af; font-size: 4vw; line-height: 1.4; }
.pickupBlock .articleTitle03 span { font-weight: normal; }
}


/*-----------------------------------------------------
Columns
------------------------------------------------------*/
@media screen and (min-width: 768px) {
.pickupBlock .column { display: -webkit-flex; display: flex; flex-wrap: wrap; margin-bottom: 55px; }
.pickupBlock .column.space-between { -webkit-justify-content: space-between; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.pickupBlock .column.col3 > div { width: 268px; }
.pickupBlock .column.col3 > div.line { width: 306px; border-right: 1px solid #ccc; padding-right: 40px; margin-right: 40px; }
.pickupBlock .column .articleTitle03 { margin-bottom: 5px; }
}

@media screen and (max-width: 767px) {
.pickupBlock .column { margin-bottom: 6vw; }
}


/*-----------------------------------------------------
Other
------------------------------------------------------*/
@media screen and (min-width: 768px) {
.pickupBlock .iframeBlock { background: #f1f1f1; text-align: center; padding: 40px; margin-bottom: 40px; }
.pickupBlock .linkBtn { margin-top: 15px; }
.pickupBlock .linkBtn a { display: inline-block; width: 200px; color: #fff; background: #333; padding: 7px 0; text-decoration: none; }
.pickupBlock .itemTxt { font-weight: bold; font-size: 1.8rem; }
}

@media screen and (max-width: 767px) {
.pickupBlock .iframeBlock { background: #f1f1f1; text-align: center; padding: 5vw; margin-bottom: 5vw; }
.pickupBlock .iframeBlock iframe { width: 80vw; height: 45vw; }
.pickupBlock .linkBtn { margin-top: 3vw; }
.pickupBlock .linkBtn a { display: inline-block; width: 70vw; color: #fff; background: #333; padding: 2vw; text-decoration: none; }
.pickupBlock .itemTxt { font-weight: bold; font-size: 4vw; }
}




