@charset "utf-8";

.gate_content01 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.gate_content01 .clearfix .pic {
	margin-top: 10px;
}

.gate_content01 .clearfix .txt {
	margin-top: 10px;
}

.gate_content01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 20px;
}

.gate_content02 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 81px;
}

.gate_content02 .area {
	margin-top: 10px;
}

.gate_content02 .area article {
	color: #FFF;
	position: relative;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.gate_content02 .area article:nth-of-type(1) {
	background-color: #052235;
}

.gate_content02 .area article:nth-of-type(2) {
	background-color: #7eb2d9;
}

.gate_content02 .area article:nth-of-type(3) {
	background-color: #052235;
}

.gate_content02 .area article:nth-of-type(4) {
	background-color: #7eb2d9;
}

.gate_content02 .area article:nth-of-type(n+2) {
	margin-top: 41px;
}

.gate_content02 .area article .point {
	position: absolute;
	transform: rotate(-2deg);
	left: -5px;
	top: -30px;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	box-shadow: 10px 10px 10px -10px #000000;
}

.gate_content02 .area article:nth-of-type(1) .point {
	background-color: #7eb2d9;
}

.gate_content02 .area article:nth-of-type(2) .point {
	background-color: #052235;
}

.gate_content02 .area article:nth-of-type(3) .point {
	background-color: #7eb2d9;
}

.gate_content02 .area article:nth-of-type(4) .point {
	background-color: #052235;
}

.gate_content02 .area article .point span {
	font-weight: bold;
	font-size: 16px;
}

.gate_content02 .area article h4 {
	font-size: 16px;
}

.gate_content02 .area article p {
	margin-top: 10px;
}

.gate_content03 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

.gate_content03 .clearfix .pic {
	margin-top: 20px;
}

.gate_content03 .clearfix .txt {
	margin-top: 20px;
}

.gate_content03 .clearfix .txt h4 {
	font-family: MyFont01, serif;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 3px;
}

@media screen and (min-width : 768px){
	.gate_content01 .clearfix .pic {
		float: left;
		width: 48.5%;
	}

	.gate_content01 .clearfix .txt {
		float: right;
		width: 48.5%;
	}

	.gate_content02 .area {
		display: flex;
		flex-wrap: wrap;
	}

	.gate_content02 .area article {
		width: 48.75%;
	}

	.gate_content02 .area article:nth-of-type(2) {
		margin-left: 2.5%;
	}

	.gate_content02 .area article:nth-of-type(3) {
		background-color: #7eb2d9;
	}

	.gate_content02 .area article:nth-of-type(4) {
		background-color: #052235;
		margin-left: 2.5%;
	}

	.gate_content02 .area article:nth-of-type(n+2) {
		margin-top: 0px;
	}

	.gate_content02 .area article:nth-of-type(n+3) {
		margin-top: 41px;
	}

	.gate_content02 .area article:nth-of-type(3) .point {
		background-color: #052235;
	}

	.gate_content02 .area article:nth-of-type(4) .point {
		background-color: #7eb2d9;
	}

	.gate_content03 .clearfix .pic {
		float: left;
		width: 48.5%;
	}

	.gate_content03 .clearfix .txt {
		float: right;
		width: 48.5%;
		margin-top: 0px;
	}
}