.content-img {
				margin: 0 0 36px;
}
.content_item {
				width: 100%;
				margin: 48px 0 24px;
}
.content_item_title {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-between;
				align-items: flex-start;
				margin: 0 0 16px;
}
.content_item_title_text_box {
				background: #999;
				padding: 10px 20px;
				margin: 0 0 16px;
}
.content_item_title_text_box_lot {
								color: #fff;
								font-weight: bold;
				}
				span.content_item_title_lot_num {
								font-size: 22px;
								margin: 0 5px;
				}
				.content_item_title_text_box_name {
								font-size: 40px;
								color: #fff;
								font-weight: bold;
								margin: 0 0 8px;
				}
				.content_item_title_text_box_catch {
								text-align: center;
				}
				.content_item_title_text_box_catch p {
								background: #fff;
								padding: 3px 10px;
								display: inline-block;
								border-radius: 5px;
				}
				.content_item_title_text_box_catch .main {
								font-weight: bold;
								font-size: 18px;
								margin: 0 12px 0 0;
								vertical-align: middle;
				}
				.content_item_title_text_color_titl {
								background: #9FA0A0;
								padding: 3px 8px;
								color: #fff;
								margin: 0 0 8px;
				}
				.content_item_text {
								margin: 0 0 8px;
				}
				.content_item_text .red {
								color: #E60012;
				}
				.content_item_text_caption {
								display: inline-block;
								color: #E60012;
								font-size: 18px;
								border: 2px solid;
								border-radius: 10px;
								padding: 0 16px;
				}
				
				.content_item_text_name {
								font-size: 18px;
								font-weight: bold;
								margin: 0 0 8px;
				}
				.content_item_text_text {
								font-size: 12px;
				}
				.content_item_data2col {
								display: flex;
								flex-direction: row;
								flex-wrap: wrap;
								align-content: center;
								justify-content: space-between;
								align-items: flex-start;
				}
				.content_item_data2col_wrap {
								width: 49%;
				}
				.content_item_data2col_wrap_title {
								background: #9FA0A0;
								padding: 3px 8px;
								text-align: center;
								color: #fff;
								margin: 8px 0 8px;
				}
				.content_item_data2col_wrap_title_s {
								background: #58ABD9;
								padding: 3px 8px;
								text-align: center;
								color: #fff;
								margin: 0 0 8px;
				}
				.content_item_data2col_wrap_title_f {
								background: #E75297;
								padding: 3px 8px;
								text-align: center;
								color: #fff;
								margin: 0 0 8px;
				}
				.content_item_data2col_wrap_table3 table {
								width: 100%;
								margin: 0 0 8px;
				}
				.content_item_data2col_wrap_table3 thead tr {
								background: #FBDAC8;
				}
				.content_item_data2col_wrap_table3 thead th {
								text-align: center;
								border: 2px solid;
				}
				.content_item_data2col_wrap_table3 tbody {
								background: #fff;
				}
				.content_item_data2col_wrap_table3 tbody tr:nth-of-type(even) {
								background: #FFFDE5;
				}
				.content_item_data2col_wrap_table3 tbody td {
								border: 2px solid;
								text-align: center;
				}
				.content_item_data2col_wrap_table2 table {
								width: 100%;
								margin: 0 0 8px;
								background: #fff;
				}				
				.content_item_data2col_wrap_table2 tbody th {
								text-align: center;
								border: 2px solid;
								width: 50%;
								background: #fbdac8;
				}
				.content_item_data2col_wrap_table2 tbody td {
								text-align: center;
								border: 2px solid;
								width: 50%;
				}
				.content_item_data2col_wrap_text {
								font-size: 12px;
				}
				.content_item_data2col_wrap_text .red {
								color: #E60012;
								font-weight:bold;
				}
				.content_item_data2col_wrap_img {
								text-align: center;
								margin: 16px 0 0;
				}
				.content_item_data2col_wrap_img img {
								width: 50%;
								height: 50%;
				}
				.captionblock {
								background: #F8F6E7;
								margin: 20px 0 0;
				}
				.captionblock_title {
								font-size: 24px;
								font-weight: 500;
								padding: 5px 0;
				}
				.captionblock_item_title {
								text-align: center;
								color: #9F9C7C;
								border-top: 2px solid;
								border-bottom: 2px solid;
				}
				.captionblock_item_text {
								font-size: 14px;
								padding: 4px 12px;
				}
				.captionblock_item_img {
								text-align: center;
								padding: 12px 0;
				}
@media (max-width:800px){
.content_item img {
								width: 100%;
				}
				.content_item {
								padding: 0 16px;
				}
				
				span.content_item_title_lot_num {
								font-size: 20px;
				}
				.content_item_title_text_box {
								margin: 0 -16px 16px;
								padding: 10px;
				}
				.content_item_title_text_box_name {
								font-size: 28px;
				}
				.content_item_title_text_box_catch p {
								display: flex;
								flex-direction: column;
								flex-wrap: wrap;
								align-content: center;
								justify-content: center;
								align-items: center;
				}
				.content_item_title_text_box_catch .main {
								margin: 0;
				}
				.content_item_title_text_color {
								margin: 0 0 16px;
				}
				.content_item_data2col_wrap {
								width: 100%;
								margin: 0 0 20px;
				}
				.content_item_data2col_wrap_img img {
								width: 50%;
								height: auto;
				}
				.captionblock_item_img img {
								width: 100%;
				}
}