.container {
	margin-top: 60px;
}
.container1 {
	width: 100%;
	margin: 0 auto;
}
.container1 img {
	display: block;
	width: calc(100% - 10px);
	margin: 0 auto;
	margin-bottom: 10px;
}
.container1 h2 {
	font-size: 24px;
	color: rgba(0,0,85,100);
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 5px solid rgba(0,0,85,100);
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.container_in {
	border: 1px solid rgba(0,0,85,100);
    border-radius: 8px;
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   padding-left: 8px;
   padding-right: 8px;
   padding-bottom: 8px;
}
.container_in1 {
	margin-top: 18px;
	margin-bottom: 18px;;
}
.container_in1 img{
	margin: 0 auto;
	display: block;
}

.container_in2 p{
	font-size: 12px;
	font-weight: 500;
	padding: 15px 5px 15px 5px;
	border: 1px solid #ccc;
	word-break: auto-phrase;
}
.container_in2 h3{
	font-size: 12px;
	color: rgba(0,0,85,100);
	font-weight: 600;
	margin-bottom: 4px;
}
.container_in2 h4{
	font-size: 16px;
	color: rgba(0,0,85,100);
	font-weight: 600;
}
.oil-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.oil-details-table th, .oil-details-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
	font-size: 11px;
	font-weight: 600;
}

.oil-details-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.container_in1 .oil_image{
	max-width: 45%;
	height: auto;
}

.back-button {
	width: calc(100% - 10px);
	display: block;
	font-size: 24px;
	color: rgba(0,0,85,100);
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 5px solid rgba(0,0,85,100);
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/


}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/	
	
.container_in {
	display: flex;
	align-items: center;
	margin-top: 16px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid rgba(0,0,85,100);
    border-radius: 8px;
}

.container_in1 {
	flex: 1;
	margin-right: 18px;
}
.container_in2 {
	flex: 2;
	margin-left: 18px;
	margin-right: 18px;
}
.container_in2 h3{
	font-size: 16px;
	color: rgba(0,0,85,100);
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 16px;
}
.container_in2 h4{
	font-size: 18px;
	color: rgba(0,0,85,100);
	font-weight: 600;
}
.container_in2 p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
	padding: 15px 5px 15px 5px;
	border: 1px solid #ccc;
	word-break: auto-phrase;
}
.oil-details-table th, .oil-details-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
	font-size: 14px;
	font-weight: 500;
}
.container_in1 .oil_image{
	max-width: 75%;
	height: auto;
}
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
#maincontent {
	    display: flex;
		justify-content: center;
	}
	#maincontent .container {
		max-width: 1024px;
		margin-left: 0px;
		margin-right: 0px;
	}	
	
	.container_in {
		display: flex;
		margin-top: 16px;
		margin-left: 5px;
		margin-right: 5px;
		justify-content: center;
		align-items: center;
	}
	
	.container_in1 {
		flex: 1;

	}
	.container_in1 .oil_image{
		max-width: 60%;
		height: auto;
	}
	.container_in2 {
		flex: 2;
		margin-left: 18px;
		margin-right: 18px;
	}
	.container_in2 h3{
		font-size: 18px;
		color: rgba(0,0,85,100);
		font-weight: 600;
		margin-bottom: 4px;
		margin-top: 16px;
	}
	.container_in2 h4{
		font-size: 20px;
		color: rgba(0,0,85,100);
		font-weight: 600;
	}
	.container_in2 p{
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 16px;
		padding: 15px 16px 12px 16px;
		border: 1px solid #ccc;
		word-break: auto-phrase;
	}
	.oil-details-table th, .oil-details-table td {
		border: 1px solid #ccc;
		padding: 8px;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
	}

}