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

#ppwrap,
#mokutekiwrap,
#kyodowrap,
#kaijiwrap,
#tokkiwrap {
	max-width:1200px;
	width:85%;
	height:auto;
	margin:0 auto 150px auto;
	text-align:center;
	box-sizing:border-box;
}

.txtwrap {
	width:100%;
	margin-bottom:40px;
	text-align:left;
}

.txtwrap p {
	width:100%;
	margin-bottom: 15px;
	text-align:left;
	line-height:1.5;
	font-size:0.95em;
}

.txtwrap ol,
.txtwrap ul {
	width: calc(85% - 80px);
	margin: 0px auto 50px 80px;
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.txtwrap ol,
	.txtwrap ul {
		width: calc(95% - 80px);
		margin: 0px auto 50px 80px;
		text-align: left;
	}
}

.txtwrap ol li,
.txtwrap ul li {
	margin-bottom:15px;
	text-align:left;
	line-height:1.3;
}
.txtwrap ol li {list-style-type: decimal;}
.txtwrap ul li {list-style-type: disc;}


p.atten {
	box-sizing:border-box;
	width:80%;
	text-align:center;
	border:#0C4FB7 1px dashed;
	padding:15px 25px;
	margin: 0px auto 50px auto;
	line-height:1.5;
}

p.atten span {
	font-weight:bold;
	margin-bottom:10px;
}

@media only screen and (max-width: 1000px) {
	p.atten {text-align:left;}
}


/*** 2024.09 h3は全部これにした ***/
.txtwrap h3 {
	font-weight:bold;
	color:#0C4FB7;
	border-bottom:#333 1px solid;
	font-size:1.1em;
	padding: 20px 0 6px 20px;
	box-sizing:border-box;
	margin-bottom: 20px;
	line-height:1.5;
}

/* 利用目的 */
/* 2024.09 こっちはやめる */
/* #mokutekiwrap .txtwrap h3 {
	color:#0C4FB7;
	border:#333 1px solid;
	font-size:1.1em;
	padding: 7px 20px;
	box-sizing:border-box;
	margin-bottom:10px;
	line-height:1.5;
}
#mokutekiwrap .txtwrap p.cap {
	color:#333;
	font-size:0.9em;
	margin-bottom:50px;
	line-height:1.5;
} */

/* 共同 */
/* 2024.09 こっちはやめる */
/* #kyodowrap .txtwrap h3 {
	font-weight:bold;
	color:#0C4FB7;
	border-bottom:#333 1px solid;
	font-size:1.1em;
	padding: 0 0 6px 20px;
	box-sizing:border-box;
	margin-bottom: 50px;
	line-height:1.5;
}*/

/* 開示・特記 */
/* 2024.09 こっちはやめる */
/*#kaijiwrap .txtwrap h3,
#tokkiwrap .txtwrap h3 {
	font-weight:bold;
	color:#0C4FB7;
	border-bottom:#333 1px solid;
	font-size:1.1em;
	padding: 0 0 6px 20px;
	box-sizing:border-box;
	margin-bottom: 15px;
	line-height:1.5;
}*/

/* 2024.09 これは使ってない */
#kaijiwrap .txtwrap ul {
	width:calc(85% - 80px);
	margin:10px auto 50px 80px;
	text-align:left;
}
@media only screen and (max-width: 750px) {
	#kaijiwrap .txtwrap ul {
		width:calc(95% - 80px);
		margin:10px auto 50px 80px;
		text-align:left;
	}
}

#kaijiwrap .txtwrap p.atten {
	margin:10px auto 50px auto;
}

/* ご利用にあたって */
.donyutxt {
	margin:0 auto;
	text-align:left;
	line-height:1.8;
	display:table;
	font-size:1em;
}

.termswrap {
	max-width:1000px;
	width:85%;
	height:auto;
	margin:0 auto 150px auto;
	text-align:center;
	box-sizing:border-box;
	font-size:1em;
}

.termswrap .txtwrap {
	margin-bottom:40px;
	text-align:left;
	display:table;
}
.termswrap .txtwrap p {
	text-align:left;
	line-height:1.8;
	font-size:1em;
}
