@charset "utf-8";
/* CSS Document */
.content section {
	clear: both;
}
.content section:nth-of-type(1){
	position:relative;
	}
.content section:nth-of-type(1) div{
	position:absolute;
	top:45px;
	right:0;
	}
.content section:nth-of-type(1)>p{
	float:left;
	margin-right:210px;
	margin-bottom:70px;
	}
.content section:nth-of-type(1) span{
	font-size:17px
	}

.content section:nth-of-type(2){
	padding-bottom:20px;
	}
.content section:nth-of-type(2) img{
	padding:4px;
	}

iframe{
	width:100%;
	height:400px;
	}
.content .map {
	width:97%;
	padding:10px;
	border:1px solid #c7c7c7;
	margin-top:20px;
	margin-bottom:20px;
	}/*
.content section:nth-of-type(3) p:nth-of-type(1){
	padding-bottom:20px;
	}
.content section:nth-of-type(3) div:nth-of-type(2),.content section:nth-of-type(3) div:nth-of-type(3){
	width:50%;
	max-width:310px;
	position:relative;
	float:left;
	}
.content section:nth-of-type(3) div:nth-of-type(3){
	float:right;
	}
.content section:nth-of-type(3) div:nth-of-type(2) a,.content section:nth-of-type(3) div:nth-of-type(3) a{
	position:absolute;
	right:0;
	bottom:18px;
	display:block;
	width:80px;
	}

.content section:nth-of-type(4){
	padding-bottom:20px;
	}
.content section:nth-of-type(4) th{
	width:140px;
	}
*/

/* tablet　を消しました */
/* tablet　を消しました */
/* tablet　を消しました */




@media screen and (max-width: 620px) {
.content section:nth-of-type(1) div{
	position:static;
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
	}
.content section:nth-of-type(1)>p{
	float:none;
	margin:0;
	padding-bottom:20px;
	}
.content section:nth-of-type(2)>div {

	margin: 0 auto;
	text-align: center;
	}
.content section:nth-of-type(2) img{
	width:90%;
	margin: 0 auto;
	text-align: center;
	}

.content section:nth-of-type(3) div:nth-of-type(2),.content section:nth-of-type(3) div:nth-of-type(3){
	float:none;
	width:100%;
	max-width:none;
	}
.content section:nth-of-type(3) div:nth-of-type(2) img,.content section:nth-of-type(3) div:nth-of-type(3) img{
	width:100%;
	height:auto;
	}

.content section:nth-of-type(4) th{
	width:100%;
	}