@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#sla #wrap{
		width: 980px;
		margin: 0 auto;
		letter-spacing: 0.06em;
	}

	
	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 80px;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 160px 190px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		padding-left: 50px;
		line-height: 1.5;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
		padding-left: 50px;
	}


	/** ページタイトルの対応 **/
	#sla .page_info{
		margin-top: 80px;
		margin-bottom: 70px;
	}
	#sla .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 42px;
		margin: 0 auto 5px;
	}
	#sla .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 50px;
	}
	#sla .page_info .page_lead{
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
		line-height: 2;
		margin: 0 auto;
	}


	/** 項目毎のあしらい **/
	.sections dl{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0 0 0 50px;
	}
	.sections dl + dl{
		margin-top: 30px;
	}
	.sections dl dt{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.5;
	}
	.attention-sla{
		color: #EA0029;
		font-size: 13px;
		display: block;
	}
	table{
		width: 100%;
		border: 1px solid #e1e1e1;
		margin-top: 10px;
	}
	table .trttl{
		background: #f1f1f1;
		text-align: center;
		padding: 5px 0;
	}
	table tr td{
		text-align: center;
		padding: 5px 0;
	}
	table tr td + td, 
	table tr th + th {
		width: 70%;
		border-left: 1px solid #e1e1e1;
	}
	.sections dl.entryback{
		padding-left: 0;
		margin-bottom: 10px;
	}
	.sections-lead{
		padding-left: 50px;
		margin-bottom: 10px;
	}
	.mb10{
		margin-bottom: 10px;
	}
}





/*////////////////////////////////////////////////////////////////////////////

　750px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:750px) {
	#sla #wrap{
		letter-spacing: 0.06em;
	}

	
	/* 各セクション共通ヘッダーの対応（三角グレーと見出し） */
	.sections {
		position: relative;
		padding-top: 8%;
		margin-bottom: 80px;
	}
	.sections:before{
		position: absolute;
		top: 0;
		left: -2.5%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 100px 0 0;
		border-color: #fafafa transparent transparent transparent;
		z-index: -1;
	}
	.sections h2{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.sections .sections-ttl-lead{
		margin-bottom: 30px;
	}

	
	/** ページタイトルの対応 **/
	#sla .page_info{
		margin-top: 50px;
   		margin-bottom: 30px;
	}
	#sla .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 48px;
		margin: 0 auto;
	}
	#sla .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#sla .page_info .page_lead{
		font-size: 14px;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}

	/** 項目毎のあしらい **/
	.sections dl{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.sections dl + dl{
		margin-top: 30px;
	}
	.sections dl dt{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.5;
	}
	.attention-sla{
		color: #EA0029;
		font-size: 13px;
		display: block;
		text-indent: -1em;
    	padding-left: 1em;
    	line-height: 1.4;
    	margin-top: 2%;
	}
	table{
		border: 1px solid #e1e1e1;
		display: flex;
	}
	table tr {
		display: block;
	}
	table tr td, 
	table tr th {
		display: block;
		padding: 14px;
	}
	table tr td{
		border-left: 1px solid #e1e1e1;
	}
	table tr td + td, 
	table tr th + th {
		border-top: 1px solid #e1e1e1;
	}
	table tr th.trsecond{
		min-height: 50px;
    	line-height: 50px;
	}
	table thead {
		display: block;
		width: 30%;
		background: #f1f1f1;
	}
	table thead tr {
		width: 100%;
	}
	table tbody {
		display: block;
		width: 70%;
	}
	.sections dl.entryback{
		padding-left: 0;
		margin-bottom: 10px;
	}
	.sections-lead{
		margin-bottom: 10px;
	}
	.indentlist li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.mb10{
		margin-bottom: 3%;
	}
}

