/* CSS Document */

#special{
	padding: 0;
	}
	#special header{
		padding-top: 0;
		}
	#special section{
		padding-top: 0;
		}
		#special section h3{
			color: #1a1a1a;
			}
		#special section .wrap{
			display: flex;
			}
		#special section .linkBut{
			min-width: 16em;
			background: #e56e80;
			}
		#special section .center{
			margin-top: 1em;
			}

#lead{
	margin-top: 2em;
	}
	#lead div+div{
	margin-top: 2em;
	}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#special{}
	#special section{}
		#special section .wrap{
			background: #fff;
			border-top: 6px solid #223a70;
			filter: drop-shadow(0.2em 0.2em 0.2em rgba(0,0,0,0.1));
			flex-direction: column-reverse;
			}
			#special section .wrap > div{
				padding: 1em;
				}
		#special section .thumb{
			padding-top: 66.66%;
			}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#special{}
	#special section{}
		#special section:nth-of-type(odd) .wrap{
			flex-direction: row-reverse;
			}
		#special section:nth-of-type(even) .wrap{
			flex-direction: row;
			}
		#special section h3{
			text-align: left;
			}
		#special section .wrap{}
			#special section .wrap > figure{
				position: relative;
				}
			#special section .wrap > div{
				position: relative;
				border-top: 6px solid #223a70;
				background: #fff;
				filter: drop-shadow(0.2em 0.2em 0.2em rgba(0,0,0,0.1));
				z-index: 1;
				}
		#special section .thumb{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 0;
			}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#special{}
	#special section{}
		#special section:nth-of-type(odd) .wrap{}
			#special section:nth-of-type(odd) .wrap figure{
				margin-right: -2em;
				}
		#special section:nth-of-type(even) .wrap{}
			#special section:nth-of-type(even) .wrap figure{
				margin-left: -2em;
				}
		#special section .wrap{}
			#special section .wrap > figure{
				width: calc(60% + 2em);
				height: 24em;
				}
			#special section .wrap > div{
				width: 40%;
				margin: 2em 0;
				padding: 1em;
				}
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#special{}
	#special section{}
		#special section:nth-of-type(odd) .wrap{}
			#special section:nth-of-type(odd) .wrap figure{
				margin-right: -4em;
				}
		#special section:nth-of-type(even) .wrap{}
			#special section:nth-of-type(even) .wrap figure{
				margin-left: -4em;
				}
		#special section .wrap{}
			#special section .wrap > figure{
				width: calc(65% + 4em);
				height: 26em;
				}
			#special section .wrap > div{
				width: 34%;
				margin: 3em 0;
				padding: 1.5em;
				}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none) {
}


