@charset "utf-8";

/** aboutCountry **/

.pj-aboutCountry { position:relative; }
.pj-aboutCountry__map {
	margin-left:auto;
	margin-right:auto;
	max-width:520px;
}
.pj-aboutCountry__catchphrase {
	text-align:center;
	font-size:2.4rem;
}

@media screen and ( max-width:767px ) {
	.pj-aboutCountry__catchphrase { font-size:1.6rem; }
}





/** GreetingMessage **/

.pj-greetingMessage {
	position:relative;
	display:block;
}
.pj-greetingMessage .pj-text { margin-bottom:2.0em; }
.pj-greetingMessage__organizer { margin-top:3.0em; }

@media screen and ( max-width:767px ) {
	.pj-greetingMessage .pj-text { margin-bottom:1.5em; }
	.pj-greetingMessage__organizer { margin-top:2.0em; }
}





/** ExchangeProgram **/

.pj-exchangeProgram { position:relative; }
.pj-exchangeProgram > .pj-media__aside {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	width:calc( 550 / 940 * 100% );
	max-width:550px;
}
.pj-exchangeProgram__photo {
	width:100%;
	max-width:calc( 320 / 550 * 100% );
}
.pj-exchangeProgram__photo--sub { max-width:calc( 210 / 550 * 100% ); }
.pj-exchangeProgram .pj-figure { margin-top:0; }

@media screen and ( max-width:767px ) {
	.pj-exchangeProgram > .pj-media__aside {
		align-items:flex-start;
		width:100%;
	}
}





/** CountryCeremony **/

.pj-countryCeremony { position:relative; }
.pj-countryCeremony > .pj-media__aside {
	width:calc( 430 / 940 * 100% );
	max-width:430px;
}
.pj-countryCeremony > .pj-media__body {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.pj-countryCeremony__photo {
	margin-left:auto;
	margin-right:auto;
}
.pj-countryCeremony__photo--sub { max-width:270px; }

@media screen and ( min-width:768px ) {
	.pj-countryCeremony:not(.pj-media\@gt-sp--reverse) .pj-countryCeremony__photo { margin-left :0; }
	.pj-countryCeremony.pj-media\@gt-sp--reverse       .pj-countryCeremony__photo { margin-right:0; }
}
@media screen and ( max-width:767px ) {
	.pj-countryCeremony > .pj-media__aside {
		width:100%;
		max-width:320px;
	}
}
