@charset "UTF-8";
/* ----------------------------------------------------------------------

	東洋経済LP

	-共通パーツ

	-コンテンツごと
		・mainvisual

---------------------------------------------------------------------- */
/*  共通
---------------------------------------------------------------------- */
body {
	overflow-x: hidden;
	color: #18212b;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','Roboto', 'Meiryo', "メイリオ", "ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	font-size: 16px;
	vertical-align: bottom;
	line-height: 1.8;
	letter-spacing: 0.1em;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: underline;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}


/* PC,sp出し分け用 */
.pc-v {
	display: none ;
}
.sp-v {
	display: block ;
}
.sp-v.-inline{
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	.pc-v {
		display: block ;
	}
	.pc-v.-inline{
		display: inline-block;
	}
	.sp-v {
		display: none ;
	}
}

header {
	background-color: #fff;
	width: 100%;
	text-align: center;
	border-bottom: #ccc solid 1px;
	padding: 10px 10px 5px;
	margin: 0 auto;
	box-sizing: border-box;
 }
header .logo {
    margin: 10px auto 5px;
	width: 150px;
 }

@media only screen and (max-width: 820px) {
header .logo {
	margin: 5px auto;
	width: 127px;
 }
 }


.member-terms {
	max-width: 960px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	margin: 0 auto ;
}
.member-terms h1{
	margin:0 0 20px -30px;
	font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
	border-left: solid 15px #A88C49;
	padding: 10px;
}
.member-terms p{
	font-size:14px;
	line-height:1.8;
	margin: 0 auto 5px;

}
.member-terms dt{
	margin:40px 0 20px;
}
.member-terms dd{
	margin:20px;
	line-height:1.6;
}
.member-terms ol{
	padding-left:30px;
}
.member-terms ol li{
	list-style: auto;
	margin-bottom:15px;
}
.member-terms ol li ul{
	margin-left:20px;
}
.member-terms ul li{
	list-style: none;
	margin-left:-40px;
}

@media only screen and (max-width: 820px) {
.member-terms {
	padding: 20px;
	margin: 0 auto ;
}
.member-terms h1{
	margin:0 0 20px -20px;
	font-size: 24px;
}
.member-terms dd{
	margin:20px 10px;
	line-height:1.6;
}
.member-terms ol{
	padding-left:10px;
}
.member-terms ol li{
	list-style: auto;
	margin-bottom:15px;
}
.member-terms ol li ul{
	margin-left:10px;
}
.member-terms ul li{
	list-style: none;
	margin-left:-40px;
}
}

footer {
	background-color: #fff;
	width: 100%;
	text-align: center;
	border-top: #ccc solid 1px;
	padding: 20px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
footer .logo {
    margin: 0 auto;
	width: 160px; }

@media only screen and (max-width: 820px) {
header .logo {
	width: 180px; }
 }