/* スライドショー */
.mb60 {
	max-width: 640px; 
	margin-bottom: 60px;
}	
.swiper-container {
	max-width: 640px;
	text-align: center;
}
.swiper-container .swiper-slide img {
	max-width: 640px;
	width: 100%;
	height: auto;
}
.prettyprint {
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0 0;
}
#thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.3;
	cursor: pointer;
}
#thumbs .swiper-slide-active {
	opacity: 1;
	border: solid 2px rgb(224,0,0); 
}

/* 47号タイトル画像専用 */
#title_img {
	position: relative; 
	margin-bottom: 1em; 
	padding-bottom: 15%; 
}
#title_img .absolute {
	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
}
#title_img-02 {
	position: relative; 
	margin-bottom: 2em; 
}
#title_img-02 .absolute-02 {
	position: absolute; 
	width: 95%; 
	top: 0; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
	padding-top: 1em; 
}


/* 段組設定 */
.col_area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row; 
	/* justify-content: flex-start; */
	justify-content: center; 
	width: 100%; 
}
.col_area div {
	width: 100%; 
	text-align: center; 
}
.col_area h3,
.col_area p {
	text-align: left; 
}
.caption {
	margin-top: 0.25em; 
	font-size: 85%; 
	line-height: 1.6; 
}
.col_area .col2 {
	width: 100%; 
	margin: 3% 0 0 0; 
	text-align: center; 
}
.col_area .col4 {
	width: 48.5%; 
	margin: 3% 3% 0 0; 
	text-align: center; 
}
.col_area .col2:first-child,
.col_area .col4:nth-child(-n+2) {
	margin-top: 0; 
}
.col_area .col2:first-child,
.col_area .col4:nth-child(2n) {
	margin-right: 0; 
}
.col_area .col2:last-child,
.col_area .col4:last-child {
	margin-right: 0 !important; 
}
.col_left {
	width: 100% !important; 
	margin: 0 !important;  
}
.col_right {
	width: 100% !important;  
	margin: 1em 0 0 0 !important;  
}

/* PCでもスマホでも2段組 */
.noChange {
	display: flex; 
	justify-content: space-between; 
}
.noChange .col2 {
	margin: 0 !important; 
	width: 48.5%; 
}
.noChange .col2:nth-child(n+3) {
	padding-top: 1em; 
}

/* ページリンク */
.feature_link {
	position: relative; 
	padding: 0.5em; 
	border: solid 2px rgb(153,153,153); 
}
.feature_link a {
	display: block; 
	text-decoration: none; 
	text-align: center; 
}


h2 {
	margin-bottom: 0; 
	border: 0; 
	font-size: 200%; 
}
.lead {
	color: rgb(48,100,148); 
	font-size: 110%; 
	font-weight: bold; 
	line-height: 1.8; 
}
.last-name {
	font-weight: bold;
	color: rgb(51,51,182); 
}


@media only screen and (min-width: 1025px) {
/* 47号タイトル画像専用 */
#title_img {
	padding-bottom: 5%; 
	}
#title_img .absolute {
	width: 80%; 
	}
#title_img-02 .absolute-02 {
	width: 90%; 
	}

/* 段組設定 */
.col_area .col2 {
	width: 48.5%; 
	margin: 3% 3% 0 0; 
	}
.col_area .col4 {
	width: 23.5%; 
	margin: 2% 2% 0 0; 
	}
.col_area .col2:first-child {
	margin-right: 3%; 
	}
.col_area .col2:nth-child(-n+2),
.col_area .col4:nth-child(-n+4) {
	margin-top: 0; 
}
.col_area .col4:nth-child(2n) {
	margin-right: 2%; 
	}
.col_area .col2:nth-child(2n),
.col_area .col4:nth-child(4n) {
	margin-right: 0; 
	}
.col_left {
	width: 32% !important; 
	margin: 0 3% 0 0 !important;  
	}
.col_right {
	width: 65% !important;  
	margin: 0 !important;  
	}
}