@charset "UTF-8";

.contents > div {
	width:100%;
	box-sizing:border-box;
	padding:0 30px;
}

#outline .fbox > div {
	width:60%;
}
#outline .fbox > img {
    width:calc(40% - 50px);
}

#processing .fbox > p {
	width:60%;
}
#processing .fbox > img {
    width:calc(40% - 50px);
}

#location .fbox > div {
	width:calc(50% - 25px);;
}

#location .fbox > div.map {
	position:relative;
	padding-top:30%;
}
#location .fbox > div iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#location .list {
	margin-bottom:2em;
}
#main #location p {
	line-height:1.6;
	box-sizing:border-box;
	padding-left:.5em;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px){


}

@media screen and (max-width:480px){

}