.top-header {
    height: 86px;
}
main {
	background-color: #ceecff;
	padding-top: 85px;
}
main p {
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 13.3334vw;
	}	
}
body p {
	font-size: 16px;
}
section > div.container {
	width: 60%;
	margin: 0 auto;
	padding-top: 1rem;
}
.dp-sp {
	display: none;
}
.dp-pc {
	display: block;
}
@media only screen and (max-width:1200px) {
	section > div.container {
		width: 80%;
	}
}
@media only screen and (max-width:1040px) {
	.top-header {
	    height: 152px;
	}
}
@media only screen and (max-width:768px) {
	.top-header {
	    height: 34.2vw;
	}
	.dp-sp {
		display: block;
	}
	.dp-pc {
		display: none;
	}
}
@media only screen and (max-width:576px) {
	section > div.container {
		width: 90%;
	}
}

/* title */
section.title {
	background-color: #e46813;
	border-bottom: 5px solid #e4681d;
}
section.title .imgbox {
	text-align: right;
	padding-top: 1rem;
	padding-right: 1rem;
}
section.title .imgbox img {
	width: 150px;
}
section.title h1 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
section.title h3 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 32px;
	color: #fff;
	padding-bottom: 10px;
}
@media only screen and (min-width:1000px) {
	section.title .imgbox img {
		width: 200px;
		height: auto;
	}
}
@media only screen and (max-width:768px) {
	section.title .imgbox img {
		width: 110px;
	}
	section.title h1 {
		font-size: 27px;
	}
	section.title h3 {
		font-size: 17px;
	}
}

/* content */
section.content .flexbox{
	display: flex;
	justify-content: center;
}
section.content .pointbox{
	margin: 5px auto 20px;
	padding: 10px 20px;
	border: 2px solid #548235;
	background-color: #fff;
}
section.content .flexbox .feefree img{
	max-width: 150px;
	margin: 30px 15px 5px auto;
	display: flex;
	align-items: center;
}
section.content .flexbox .tiger img{
	max-height: 150px;
	width: auto;
	margin: 5px 10px 20px;
}
section.content .programbox {
	display: flex;
	background-color: #e2f0d9;
	margin: 20px auto;
}
section.content .schedule {
	width: 30%;
	background-color: #a9d18e;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
}
section.content .schedule h3 {
	font-size: 20px;
	font-weight: bold;
	color: #b10004;
	margin-bottom: 10px;
}
section.content .schedule span {
	font-size: 20px;
	font-weight: bold;
}
section.content .program {
	width: 70%;
	padding: 20px 20px 10px;
	border: 2px solid #a9d18e;
}
section.content .program h3 {
	font-size: 20px;
	font-weight: bold;
}
section.content .program p {
	margin-left: 1rem;
	margin-bottom: 10px;
}
@media only screen and (max-width:768px) {
	section.content .programbox {
		display: block;
		margin: 20px auto;
	}
	section.content .schedule {
		width: auto;
		display: flex;
		padding: 1rem 1.5rem;
		align-items: inherit;
	}
	section.content .schedule h3 {
		margin: 0 10px 0 0;
	}
	section.content .program {
		width: auto;
		padding: 1rem 1.5rem;
	}
}


/* detail */
section.detail .detailbox {
	display: flex;
	margin-bottom: 20px;
}
section.detail .caption {
	max-width: 150px;
	width: 20%;
	margin-right: 20px;
}
section.detail .caption p {
	background-color: #2f5597;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
}
section.detail .txt {
	padding: 10px 20px;
}
section.detail .txt span {
	vertical-align: top;
}
section.detail .txt div {
	margin-top: 30px;
}
section.detail .appfrm {
	background-color: #e87839;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 10px;
}
section.detail .appfrm:hover {
	background-color: #e8905d;
}
section.detail .contact {
	width: 80%;
	margin: 0 auto 1rem;
}
section.detail .contact p {
	text-align: right;
}
.br-sp {
	display: none;
}
@media only screen and (max-width:965px) {
	.br-sp {
		display: block;
	}
	section.detail .contact p {
		text-align: left;
	}
}
@media only screen and (max-width:755px) {
	section.detail .caption {
		width: 100%;
	}
	section.detail .caption p {
		padding: 5px 10px;
	}
	section.detail .contact {
		width: 100%;
		margin: 0 auto 1rem;
	}
	section.detail .txt div {
		text-align: center;
	}
}
@media only screen and (max-width:514px) {
	section.detail .detailbox {
		display: block;
	}
}


/* organizer */
section.organizer {
	background-color: #2f5597;
	color: #fff;
	padding-bottom: 32px;
	text-align: center;
}

