@charset "utf-8";
/* ********************************************************
	Pages CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/



/*-------------------------------
  .company
-------------------------------*/

.con01,
.con02,
.con03,
.con04{
	margin-top:-10px;
  padding-top:120px;
}
.con01 .mainttl+p{
	margin-top: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 2;
}
.con02 table{
	width: 100%;
	margin-top: 40px;
	border: 1px solid #000;
}
.con02 table th,
.con02 table td{
	width: 100%;
	padding: 20px; 
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
}
.con02 table th{
	background: #000;
	width: 30%;
	max-width: 240px;
	border-top: 1px solid #FFF;
	text-align: center;
	color: #FFF;
}
.con02 table td{
	border-top: 1px solid #000;
	text-align:left;
}
.con02 table td p+p{
	margin-top: 1em;
}
.con02 table td ul li:before{
	content: "・";
}
.con03 table{
	width: 100%;
	margin-top: 40px;
}
.con03 table th,
.con03 table td{
	width: 100%;
	padding: 20px; 
	font-size: 16px;
	line-height: 2;
}
.con03 table th{
	width: 30%;
	max-width: 240px;
	border-top: 1px solid #7f8080;
	text-align: center;
}
.con03 table td{
	border-top: 1px solid #7f8080;
	text-align:left;
}
.con03 table tr:first-child th,
.con03 table tr:first-child td{
	border-top: none;
}
.con04 .accessArea.osaka{
	margin-top: 40px;
}
.con04 .accessArea{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.con04 .accessArea .txtArea,
.con04 .accessArea .map{
	width: 50%;
	box-sizing: border-box;
}
.con04 .accessArea .txtArea p{
	font-size: 16px;
	line-height: 2;
}
.con04 .accessArea .txtArea p+p{
	margin-top: 1em;
}
.con04 .accessArea .map iframe{
	width: 100%;
	height: 480px;
}

.con04 .accessArea.osaka .txtArea{
	text-align: right;
}
.con04 .accessArea.osaka .txtArea p{
	width: 550px;
	padding-left: 40px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 0 0 auto;
}
.con04 .accessArea.tokyo .txtArea{
	 order:2;
	padding-left: 40px;
}
.con04 .accessArea.tokyo .map{
	 order:1;
}
.company .contact{
	margin-top: 0;
}
@media screen and  (max-width: 880px){
	
	.con01 .mainttl+p{
		font-size: 14px;
	}
	
	.con04{
		padding: 0 15px 60px;
		box-sizing: border-box;
	}
	.con04 .accessArea.osaka{
		margin-top: 40px;
	}
	.con04 .accessArea{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
    flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.con04 .accessArea .txtArea,
	.con04 .accessArea .map{
		width: 100%;
		box-sizing: border-box;
	}
	.con04 .accessArea .map{
		margin-top: 20px;
	}
	.con04 .accessArea .txtArea p{
		font-size: 14px;
		line-height: 2;
	}
	.con04 .accessArea .txtArea p+p{
		margin-top: 1em;
	}
	.con04 .accessArea .map iframe{
		width: 100%;
		height: 400px;
	}
	.con04 .accessArea.osaka .txtArea{
		text-align: left;
	}
	.con04 .accessArea.osaka .txtArea p{
		width: 100%;
		padding-left: 0;
		margin: 0;
	}
	.con04 .accessArea.tokyo{
		margin-top: 40px;
	}
	.con04 .accessArea.tokyo .txtArea{
		order:1;
		padding-left: 0;
	}
	.con04 .accessArea.tokyo .map{
		 order:2;
	}
	.company .contact{
		margin-top: 0;
	}
	
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が414以上、
　もしくはアスペクト比が1以上（つまり横長）幅が736以上（iPhone6Plusより大きいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (min-width: 415px),screen and (min-aspect-ratio: 1/1) and (min-width: 737px){
}
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media screen and (max-aspect-ratio: 9/10) and (max-width: 414px),screen and (min-aspect-ratio: 1/1) and (max-width: 736px){	
		.con01,
		.con02,
		.con03,
		.con04{
		margin-top:40px;
		padding-top:60px;
		}
	.con01 .mainttl+p{
		font-size: 14px;
	}
	.con02 table th,
	.con02 table td{
	  display: block;
		font-size: 14px;
		line-height: 2;
		box-sizing: border-box;
	}
	.con02 table th{
		width: 100%;
		max-width: 100%;
		border-top: none;
	}
	.con02 table td{
		border-top: none;
	}
	.con03 table{
		width: 100%;
		margin-top: 40px;
	}
	.con03 table th,
	.con03 table td{
		width: 100%;
		padding: 0;
		display: block;
		box-sizing: border-box;
		font-size: 14px;
	}
	.con03 table th{
		width: 100%;
		max-width: 100%;
		padding: 20px 0 10px;
		border-top: 1px solid #7f8080;
		text-align: left;
	}
	.con03 table td{
		padding: 0 0 10px;
		border-top: none;
		text-align:left;
	}
	.con03 table tr:first-child th,
	.con03 table tr:first-child td{
		border-top: none;
	}
	.con04{
		padding: 0 15px 60px;
		box-sizing: border-box;
	}
	.con04 .accessArea.osaka{
		margin-top: 40px;
	}
	.con04 .accessArea{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
    flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.con04 .accessArea .txtArea,
	.con04 .accessArea .map{
		width: 100%;
		box-sizing: border-box;
	}
	.con04 .accessArea .map{
		margin-top: 20px;
	}
	.con04 .accessArea .txtArea p{
		font-size: 14px;
		line-height: 2;
	}
	.con04 .accessArea .txtArea p+p{
		margin-top: 1em;
	}
	.con04 .accessArea .map iframe{
		width: 100%;
		height: 200px;
	}
	.con04 .accessArea.osaka .txtArea{
		text-align: left;
	}
	.con04 .accessArea.osaka .txtArea p{
		width: 100%;
		padding-left: 0;
		margin: 0;
	}
	.con04 .accessArea.tokyo{
		margin-top: 40px;
	}
	.con04 .accessArea.tokyo .txtArea{
		order:1;
		padding-left: 0;
	}
	.con04 .accessArea.tokyo .map{
		 order:2;
	}
	.company .contact{
		margin-top: 0;
	}
}