@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */



/* 
=============================================== */
.article p {
	margin-bottom:20px;
}

/* 
=============================================== */

span.question {
    color: #fff;
    background-color:#04447c;
    padding: 7px 22px;
    margin-right: 20px;
    border-radius: 30px;
}

span.answer {
    color: #c56083;
    font-weight: bold;
}

#system_01 dt {
    text-indent: -7.5em;
    padding-left: 7.5em;
}


#system_01 dl {
	font-size: 1.25em;
	margin-bottom:30px;
}

#system_01 dl:last-child {
	margin-bottom:0;
}

#system_01 dl dt {	
	color:#04447c;
	font-weight:bold;
	margin-bottom:15px;
}


/* 
=============================================== */
.section p.biko {
	margin-bottom:10px;
	font-size:1.25em;
	text-align:right;
}


#system_02 dl {
	margin-bottom:50px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	
	font-size:1.25em;
}

#system_02 dt {
	float:left;
	width:52%;
	clear:both;
	padding:1.5%;
	border-top:1px solid #e8e8e8;
  
	box-sizing:content-box;
}

#system_02 dt.campaign {
	color:#F63;
}

#system_02 dd {
	float: right;
	width: 42%;
	padding:1.5%;
	border-top: 1px solid #e8e8e8;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	
	box-sizing:content-box;
}
#system_02 dt span {
	display: block;
	color: #999999;
}