@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  アクセスマップ
* --------------------------------------------------------------------------------------------------*/
.contentIn {
	width: auto;
}
section .boxStyle01 {
    margin: 0;
}
#sec01 {
	margin-bottom: 100px;
}
#sec01 .boxImage {
	width: 633px;
}
#sec01 .boxText {
	width: 300px;
}
#sec01 .boxText .ttlStyle03 {
	border-bottom: 1px dashed #b2b2b2;
}
#sec01 .boxStyle01 .boxText p {
    min-height: auto;
	margin: 0 8px 20px;
	line-height: 1.6;	
}
#sec01 .boxStyle01 .boxText .btnStyle01 {
	margin: 0 8px 52px;
}
#sec02 table {
	width: 100%;
}
#sec02 table th {
	width: 410px;
	vertical-align: top;
	padding: 13px 22px !important;
}
#sec02 table tr {
	border-bottom: 1px dotted #b2b2b2;
}
#sec02 table tr:first-of-type {
	border-top: 1px dotted #b2b2b2;
}
#sec02 table th,
#sec02 table td {
	vertical-align: top;	
	padding: 13px 0;
}

@media screen and (max-width:768px) {
	section {
		margin-bottom: 50px;
	}
	section:last-child {
		margin-bottom: 0;
	}	
	#sec01 .boxImage,
	#sec01 .boxText {
		width: auto;
	}
	#sec01 .boxStyle01 .boxText p {
		margin: 0 4px 10px;
	}	
	#sec01 .boxStyle01 .boxText .btnStyle01 {
		margin: 0 auto 20px;
	}
	#sec02 table th {
		width: 40%;
		padding: 7px 15px !important;
	}
	#sec02 table th,
	#sec02 table td {
		padding: 7px 0;
		line-height: 1.5;
	}	
}