body #container {
    background: #FFF;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,tr,th,td,header,main,footer{
margin:0;
padding:0;
}
#content-main h1,#content-main h2,#content-main h3,#content-main h4,#content-main h5,#content-main h6,#content-main p{
    color: #333;
    margin-bottom: 15px;
}
#content-main p,#content-main a{
    font-size:16px;
}
#content-main li,#content-main a{
    text-decoration: none;
}
body #container #content-main .area-content a:link, body #container #content-main .area-content a:hover, body #container #content-main .area-content a:visited{
    text-decoration: none;
}
.area-content-inner h2{
    margin-top: 25px;
    font-size: 24px;
}
section.area-content{
    margin-bottom: 15px;
}
section.read{
    margin-bottom: 30px;
}

section.member-cooperation{
    margin-bottom: 55px;
}

#term{
	margin-bottom: 55px;
}
#term h1{
	margin-top: 25px;
    font-size: 24px;
}
#term table{
 	 width: 100%;
}
#term tbody{
 	vertical-align: top;
	text-align: left;
}
#term tbody tr{
	display: block;
	padding-bottom: 40px;
}
#term table th{
	display: block;
	width: 100% - 20px;
	padding: 5px 0px 0px 0;
	font-size: 20px;
	text-align: left;
}
#term table td{
	display: block;
	width: 100% - 20px;
	padding: 5px 0px 10px 0;
	border-bottom: none;
}
#term table td p{
	padding:0;
	margin-bottom: 10px;
}
#term table td .p__last{
	margin-bottom: 0 !important;
}
#term table.commission thead{
	display: none;
}
#term table.commission tr{
	display: block;
	padding-bottom: 15px;
}
#term table.commission th{
	display: block;
	width: 100% - 20px;
	padding: 0;
	border: none; 
	font-weight: bold;
	font-size: 16px;
}
#term table.commission td{
	display: block;
	width: 100% - 20px;
	padding: 0;
}
#term strong{
	font-weight: bold;
}
#term ol{
	margin-top: 10px;
}
#term li{
	margin-top: 10px;
	margin-left: 1.5em;
	list-style:decimal outside;
}

/*SP*/
@media (max-width: 768px){
.area-content ul li.link{
    border-top:solid 1px #dedede; 
    background: url(/_assets/img/ico-arrow-gr-right.png) no-repeat center left;
    background-size: 8px;
}
.area-content ul li.link:last-child{
    border-bottom:solid 1px #dedede;
}
.area-content ul li.link a{
    display: block;
    line-height: 1.6;
    padding: 15px 0 15px 15px;
    color: #333;
}
    
}


/*TAB*/
@media (min-width: 769px){

.area-header-inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
}
.area-content-inner h2{
    text-align: center;
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 60px;
}   
section.read p{
    font-size: 18px;
}   
.area-content ul li.link{
    background: url(/_assets/img/ico-arrow-gr-right.png) no-repeat center left;
    padding: 5px 15px 5px 0px;
    background-size: 8px;
}
.area-content ul li.link a{
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    height: 40px;
    color: #333;
}
.area-content ul li.link a:hover{
    color: #070;
    font-weight: 500;
}
.area-content ul li.link a:focus{
    color: #070;
    font-weight: 500;
}

#term h1{
    text-align: center;
    margin-top: 5px;
    font-size: 28px;
    margin-bottom: 60px;
}
#term table tr{
		border-top: 1px solid #dedede;
		padding: 20px 0;
}
#term table th{
	display: table-cell;
	width: 200px;
	padding: 10px 0;
	border-top: none;
	border-bottom: none;
	font-size: 16px;
}
#term table td{
	display: table-cell;
	padding: 10px;
	border-bottom: none;
}

#term table.commission tr{
	padding: 20px 0 20px 0;
}
#term table.commission tr:first-child{
	margin-top: 15px;
}
#term table.commission th{
	display: table-cell;
	width: 100px;
	padding: 0px 0;
	border: none;
	font-weight: normal;
}
#term table.commission td{
	display: table-cell;
	padding: 0px 0;
}
#term table.commission thead tr{
	border-top: none;
  	padding-top: 0;
}
	
}


/*PC*/