@charset "utf-8";
/* CSS Document */

.content1 {
	padding: 30px 0;
	margin: 30px 0 0;
}@media screen and (max-width: 767px) {
	.content1 {
		padding: 30px 5vw;
		margin: 0;
	}
}

.content1 h2 {
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: bold;
}

.content1 .flexbox {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}@media screen and (max-width: 767px) {
	.content1 .flexbox {
		flex-wrap: wrap;
	}
}

.content1 h3 {
	font-size: 20px;
	border-bottom: 2px solid #005BAC;
	display: block;
	padding-bottom: 10px;
	margin-top: 30px;
}

.content1 p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 180%;
}

.content1 .box {
	width: 50%;
	margin-top: 20px;
}@media screen and (max-width: 767px) {
	.content1 .box {
		width: 100%;
	}
}


.content1 .box#left {
	padding-right: 20px;
	border-right: 1px solid #000;
}@media screen and (max-width: 767px) {
	.content1 .box#left {
		border-right: 0;
		padding-right: 0;
	}
}

.content1 .box#right {
	padding-left: 20px;
}

.content1 .box table {
	margin-top: 20px;
	width: 100%;
	
	background-size: 100%;
	background-position: left;
}

.content1 .box#left table {
	background: url("../images/ski/back1.png")no-repeat top;
}

.content1 .box#right table {
	background: url("../images/ski/back2.png")no-repeat top;
}

.content1 .box table th {
	vertical-align: top;
	padding: 10px 10px 10px;
	line-height: 180%;
	font-size: 14px;
}

.content1 .box table td {
	vertical-align: top;
	padding: 10px 0 10px 10px;
	line-height: 180%;
	font-size: 14px;
	width: 93%;
}






