@charset "utf-8";
/* CSS Document */


.content01 {
	padding: 120px 0 0;
	text-align: center;
	max-width: 1080px;
	margin: auto;
	
}@media screen and (max-width: 767px) {
	.content01 {
		padding: 60px 5vw 0;
	}
}

.content01 .flex-area {
	display: flex;
	justify-content: space-between;
}@media screen and (max-width: 767px) {
	.content01 .flex-area {
		flex-flow: column;
	}
}

.content01 .flex-area iframe {
	margin-top: 60px;
	background: #000;
	width: 480px;
}


.content01 .flexbox {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	border-top: #AAA9A9 dashed 1px;
	text-align: left;
}

.content01 .flexbox:last-child {
	border-bottom: #AAA9A9 dashed 1px;
}

.content01 .flexbox .title {
	font-size: 18px;
	color: #F7931E;
	margin-right: 60px;
	font-weight: bold;
}@media screen and (max-width: 767px) {
	.content01 .flexbox .title {
		white-space: nowrap;
	}
}

.content01 .flexbox .text {
	font-size: 18px;
	width: 440px;
}@media screen and (max-width: 767px) {
	.content01 .flexbox .text {
		width: 80%;
	}
}

.content01 .title2 {
	margin-top: 100px;
}

.content01 .title2:first-of-type {
	margin-top: 0;
}

.content02 {
	padding: 120px 0 0;
	text-align: center;
	max-width: 1080px;
	margin: auto;
}@media screen and (max-width: 767px) {
	.content02 {
		padding: 60px 5vw 0;
	}
}

.content02 iframe {
	margin-top: 60px;
	width: 100%;
	height: 400px;
}

.content03 {
	padding: 120px 0;
	text-align: center;
	background: url("../images/common/back2.png") no-repeat left top;
}@media screen and (max-width: 767px) {
	.content03 {
		padding: 60px 5vw;
	}
}

.content03 h4 {
	font-size: 21px;
	margin-top: 40px;
	text-align: left;
	color: #F7931E;
	font-weight: bold;
}

.content03 p {
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
}

.content03 ul li {
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
	margin-left: 40px;
	list-style-type: decimal;
}





