@charset "utf-8";

/*　751px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:751px) {
	#security #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;
	}


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


	/** 項目毎のあしらい **/
	.sections.procedure{
		margin-bottom: 20px;
	}
	.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;
	}

	.signature{
		width: 12em;
		margin-left: 770px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 80px;
	}
	.signature p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 8em;
	}
	.signature .signday{
		margin-left: 0em;
	}


}





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

　750px以下の対応

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

@media screen and (max-width:750px) {
	#security #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;
	}

	
	/** ページタイトルの対応 **/
	#security .page_info{
		margin-top: 50px;
   		margin-bottom: 30px;
	}
	#security .page_ttl p{
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.0;
		width: 136px;
		margin: 0 auto;
	}
	#security .page_info h1{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#security .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;
	}

	.signature{
		width: 10em;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 40px;
		float: right;
	}
	.signature p{
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 7.5em;
	}
	.signature .signday{
		margin-left: 0em;
	}

}

