@charset "utf-8";

.trading_logo_head {
	background-image : url(../categories/nagoya/trading_logo_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	width: 660px;
	position: relative;
}
.trading_ul {
	position: absolute;
	top: 10px;
	left : 180px;
	color: #333;
	line-height : 2em;
}
.trading_ul li {
	font-weight: bold;
	font-size : 1.2em;
}
.trading_wrap {
	width: 656px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAFE9C;
	border-bottom-color: #DAFE9C;
	border-left-color: #DAFE9C;
}
.trading_answer {
	width: 450px;
}
.red {
	color: #C00;
	font-weight: bold;
	font-size: 1.3em;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF;
	padding-bottom: 20px;
	width: 450px;
	margin-left: 180px;
}
.line_none {
	padding-bottom: 20px;
	width: 450px;
	margin-left: 180px;
}
.trading_logo_bottom {
	margin-top : -200px;
	margin-left : 10px;
  margin-right : 500px;
  
  margin-bottom : 80px;
}
.table {
	border-collapse: collapse;
}
.tr1 {
	height: 130px;
	background-color: #DAFE9C;
}
.tr2 {
	height: 130px;
}

.td1 {
	width: 200px;
	text-align: center;
}
.td2 {
	padding: 10px;
}
table.type01{
	width:450px;
	margin:0 0 10px;
	border-collapse:collapse;
	font-size:114.2%;
}
table.type01 th{
	padding:8px;
	border:1px solid #aaa;
	font-weight:normal;
	text-align:left;
}
table.type01 td{
	padding:8px;
	border:1px solid #aaa;
}

table.type02{
	
	width:100%;
	border:1px solid #CCCCCC;
}
table.type02 tr.color01 th,
table.type02 tr.color01 td{
	background:#FFD9B2;
}
table.type02 tr.color02 th,
table.type02 tr.color02 td{
	background:#C9E4FF;
}
table.type02 tr.color03 th,
table.type02 tr.color03 td{
	background:#FFC9C9;
}
table.type02 th{
	padding:10px;
	font-weight:normal;
}
table.type02 td{
	padding:10px;
}

.col{
	margin:0 0 50px;
}
.col p{
	font-size:114.2%;
}
@media only screen and (max-width : 768px ){
	.trading_logo_head {
	width: 100%;
}
.trading_ul {
	top: 15px;
	left : 150px;
	line-height : 2em;
}
.trading_ul li {
	font-size : 1.1em;
}
}

@media only screen and (max-width : 414px ){
.trading_ul {
	top: 20px;
	left : 140px;
	line-height : 1.8em;
}
.trading_ul li {
	font-size : 0.8em;
}
}
@media only screen and (max-width : 375px ){
.trading_ul {
	top: 12px;
	left : 130px;
	line-height : 1.4em;
}
.trading_ul li {
	font-size : 0.9em;
}
}
@media only screen and (max-width : 320px ){
.trading_ul {
	top: 12px;
	left : 110px;
	line-height : 1.2em;
}
.trading_ul li {
	font-size : 0.9em;
}
}

/*　ボタン追加 2022/07　追加CSS */
.densai-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 10px;
}
.densai-link li {
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 32%;
}
.densai-link li a {
	background-color: #F7F2EB;
	border: 2px solid #71A61B;
	border-radius: 5px;
	box-shadow: 2px 3px 3px rgba(180, 180, 180, .6);
	box-sizing: border-box;
	color: #71A61B;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 8px 30px 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition-duration: .2s;
	width: 100%;
}
.densai-link li a::after {
	content: '\03e';
	position: absolute;
	right: 5px;
}
.densai-link li a:hover {
	box-shadow: none;
	opacity: .7;
	transform: translate(1px, 1px);
}
@media screen and (max-width: 936px) {
	.densai-link li a {
		border-radius: 10px;
		padding: 8px 20px 8px 10px; 
	}
}
@media screen and (max-width: 880px) {
	.densai-link li {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.densai-link li {
		width: 32%;
	}
}
@media screen and (max-width: 640px) {
	.densai-link {
		justify-content: center;
	}
	.densai-link li {
		margin-bottom: 15px;
		width: 80%;
	}	
}
/* 2022/11 追加CSS */
.trading_ul li {
	margin-bottom: 5px;
}
.trading_ul li a {
	color: inherit;
	padding-right: 1.5em;
	position: relative;
	text-decoration: none;
}
.trading_ul li a::after {
	content: '\0bb';
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -3px;
}
.mb1em {
	margin-bottom: 1em;
}
.font-bold {
	font-weight: bold;
}
.densai-discount-flow-ttl {
	background-color: #E8E5C5;
	font-size: 1.3em;
	margin-bottom: 10px;
	padding: 6px 8px;
}
.densai-discount-flow-ttl + p {
	margin-bottom: 1.3em;
}
@media only screen and (max-width: 768px) {
	.trading_ul li a::after {
		font-size: 14px;
		top: 50%;
		transform: translateY(-50%);
	}
	.mb1em {
		margin-bottom: 0;
	}
}



/* 2021/04 追加CSS */
.densai-mid-tit {
	border-bottom: 2px solid #7BB220;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	padding: 0 0 6px;
}
.densai-mid-tit img {
	margin-right: 5px;
}
.densai-flow {
	overflow: hidden;
}
.densai-flow-ttl {
	font-size: 20px;
	font-weight: bold;
}
.densai-flow-ttl span {
	color: #4594D6;
}
.densai-flow01 {
	background: url("../common/images/flow_bg_flow01_sp.png") no-repeat left top, #F0F8FD;
	margin-bottom: 10px;
	padding: 10px 10px 10px 60px;
}
.densai-flow p {
	margin-bottom: 10px;
}
.eyecatch02 {
	float: left;
	margin: 0 10px 10px 0;
}
.densai-flow02 {
	background: url("../common/images/flow_bg_flow02_sp.png") no-repeat left top, #F0F8FD;
	margin-bottom: 10px;
	padding: 10px 10px 80px 60px;
}
.densai-flow03 {
	background: url("../common/images/flow_bg_flow03_sp.png") no-repeat left top, #F0F8FD;
	margin-bottom: 10px;
	padding: 10px 10px 60px 60px;
}
.densai-flow04 {
	background: url("../common/images/flow_bg_flow04_sp.png") no-repeat left top, #F0F8FD;
	margin-bottom: 10px;
	padding: 10px 10px 10px 60px;
}
.densai-flow05 {
	background: url("../common/images/flow_bg_flow05_sp.png") no-repeat left top, #F0F8FD;
	padding: 10px 10px 10px 60px;
}
@media screen and (max-width: 768px) {
	.densai-flow02 {
		padding-bottom: 60px;
	}
	.densai-flow03 {
		padding-bottom: 0;
	}
	
}


