@charset "utf-8";

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


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


	/** 項目毎のあしらい **/
	.sections div{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 0 0 0 50px;
	}
	.sections div + div{
		margin-top: 30px;
	}
	.sections h3{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.5;
	}
	.first-child01,
	.first-child02,
	.first-child03,
	.first-child04,
	.first-child05,
	.first-child06,
	.first-child07{
		position: relative;
		padding-left: 1.5em;
	}
	.first-child01::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "1";
	}
	.first-child02::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "2";
	}
	.first-child03::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "3";
	}
	.first-child04::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "4";
	}
	.first-child05::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "5";
	}
	.first-child06::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "6";
	}
	.first-child07::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "7";
	}

	.sections .second-child{
		padding-left: 1em;
	}

	.second-child01,
	.second-child02,
	.second-child03,
	.second-child04,
	.second-child05{
		position: relative;
		padding-left: 3em;
	}
	.second-child01::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（1）";
	}
	.second-child02::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（2）";
	}
	.second-child03::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（3）";
	}
	.second-child04::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（4）";
	}
	.second-child05::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（5）";
	}

	.signature{
		width: 14em;
		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) {
	#terms #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;
	}

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


	/** 項目毎のあしらい **/
	.sections div{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.sections div + div{
		margin-top: 30px;
	}
	.sections h3{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.5;
	}
	.first-child01,
	.first-child02,
	.first-child03,
	.first-child04,
	.first-child05,
	.first-child06,
	.first-child07{
		position: relative;
		padding-left: 1.25em;
	}
	.first-child01::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "1";
	}
	.first-child02::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "2";
	}
	.first-child03::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "3";
	}
	.first-child04::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "4";
	}
	.first-child05::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "5";
	}
	.first-child06::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "6";
	}
	.first-child07::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "7";
	}

	.sections .second-child{
		padding-left: 1em;
	}

	.second-child01,
	.second-child02,
	.second-child03,
	.second-child04,
	.second-child05{
		position: relative;
		padding-left: 2.75em;
	}
	.second-child01::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（1）";
	}
	.second-child02::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（2）";
	}
	.second-child03::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（3）";
	}
	.second-child04::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（4）";
	}
	.second-child05::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "（5）";
	}

	.signature{
		width: 13em;
		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;
	}

}

