@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900');

/*--COMMON--*/
#eg_column_phenix {
	margin: 0 auto;
	color:#6a6371;
	font-size:14px;
	font-family: "Noto Sans JP";
	width: 800px;
	max-width: 100%;
}

#eg_column_phenix img {
	width:100%;
}

#eg_column_phenix a {
	font-size: inherit;
	text-decoration: none;
}

/*--KV--*/
#eg_column_phenix #kv {
	margin: 20px 0;
	max-width:1170px;
	display:block;
	width:100%;
	height:auto;
}

/*--h1--*/
#eg_column_phenix h1 {
	margin-bottom:20px;
	text-align: justify;
	font-size: 3.2rem;
}

/*--h2--*/
#eg_column_phenix h2 {
	position: relative;
    margin: 80px 0px 30px;
	padding-left: 8px;
	font-size: 2.5rem;
	border-left: 6px solid #C7A956;
}

	#eg_column_phenix .publish_date {
		color:#999;
		text-align: left;
	}

	#eg_column_phenix .provision {
		color:#999;
	}

	#eg_column_phenix .outline {
		margin: 30px 0;
	}

/*--contents_list--
#eg_column_phenix .contents_list {
	margin-top: 25px;
	padding: 15px 30px;
	line-height: 2.7rem;
	background-color:#ecebec
}

#eg_column_phenix .contents_list li {
	list-style: disc;
}

#eg_column_phenix .contents_list > p {
	background-color: none;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:2.2rem;
}
*/

/*--products--*/
#eg_column_phenix .products .flex {
	display:flex;
}

#eg_column_phenix .products .flex div .flex div {
	width:50%;
}
#eg_column_phenix .products .detail_Btn {
    padding: 8px 16px;
	width: fit-content;
    color: #fff;
	background-color: #9e853f;
    font-weight: 500;
}

/*
#eg_column_phenix .products .flex a {
	background-color: #9e853f;
    padding: 8px 16px;
    color: #fff;
    font-weight: 500;
}
*/
#eg_column_phenix .products .img_info {
	display: flex;
	padding: 0 20px;
}

#eg_column_phenix .products a:hover,
#eg_column_phenix .button:hover {
	transition: 0.5s;
	opacity: 0.7;
}

#eg_column_phenix .products .product_img {
	width:50%;
	max-width: 200px;

}

#eg_column_phenix .products .product_img img {
	width:145px;
}


#eg_column_phenix .products .product_info {
	justify-content: space-between; 
	width:50%;
	max-width: 200px;
}

#eg_column_phenix .products .product_info .product_name {
	height:50px;
}

#eg_column_phenix .products .product_info > p {
	font-size: 1.2rem;
    margin: 20px auto;
}

/*--details--*/
#eg_column_phenix .details .details_kv {
	margin:30px 10px;
	width: 50%;
}


#eg_column_phenix .details .blackcoating,
#eg_column_phenix .details .curlup_black, 
#eg_column_phenix .details .set { 
	display: block;
	margin:0 auto;
}

#eg_column_phenix .details .blackcoating,
#eg_column_phenix .details .curlup_black {
	width:60%;
}

#eg_column_phenix .details .set {
	width:100%;
}

#eg_column_phenix .details .flex {
	display: flex;
}


#eg_column_phenix .details .flex_row {
	display: flex;
	align-items: center;
}
	#eg_column_phenix .details .flex_row.reverse {
		flex-direction: row-reverse;
	}
	#eg_column_phenix .details .description {
		text-align: justify;
	}
	#eg_column_phenix .details .flex_row .description {
		width: 500px;
	}
	#eg_column_phenix .details .description p {
		margin:30px 0;
	}

#eg_column_phenix .outline,
#eg_column_phenix .details .description {
	line-height: 2.7rem;
}

#eg_column_phenix .details .supportjel {
	margin-top: 40px;
	padding: 3px;
    text-align: center;
	border-radius: 10px;
    background: #807777;
    width: 170px;
    color: #fff;
    font-size: 1.2rem;
}

/*--others-
#eg_column_phenix .others .flex {
	margin-top: 40px;
	display: flex;
	margin: auto; 
	box-sizing: border-box;
}

#eg_column_phenix .others .flex > div {
	margin:10px;
	flex: 1 1 21%;
	text-align: center;
}

#eg_column_phenix .others img {
	margin-bottom: 20px;
	width:75%;
	max-width: 100%;
	height: auto;
}

#eg_column_phenix .others > h2 {
	font-size: 2.0rem;
	background-color:transparent;
} 

#eg_column_phenix .others .flex > a {
	border: 3px solid #ccc;
	background-color: #ccc;
	padding: 4px;
	font-size: 1.3rem;
	font-weight: 400;
}
	-*/

#eg_column_phenix .button a {
	display: block;
	margin: 55px auto;
	padding: 15px 85px;
	width: 80%;
    text-align: center;
    background-color: #000;
	transition: 0.3s;
	color:#fff;
    font-size: 1.8rem;
	font-weight: 600;
}
/*
#eg_column_phenix .button a {
	color:#fff;
    font-size: 1.8rem;
    font-weight: 400;
}
	*/

@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}
@media screen and (max-width: 1024px){
}
@media (max-width: 767px){

#eg_column_phenix {
	margin: 0 auto;
	color:#6a6371;
	font-size:14px;
	font-family: "Noto Sans JP";
	width: 90%;
}

#eg_column_phenix #kv {
	width:100%;
}

#eg_column_phenix img {
	display: block;
	margin: 0 auto;
	width:100%;
}

#eg_column_phenix .details .details_kv {
    margin: 0 8px;
    width: 45%;
}

#eg_column_phenix a {
	font-size: 1.5rem;
	}

#eg_column_phenix .outline,
#eg_column_phenix .details .description {
	line-height: 4rem;
}

#eg_column_phenix .publish_date {
	font-size:1.8rem;
}

	#eg_column_phenix .provision {
    font-size: 1.7rem;
	}

#eg_column_phenix .products .flex a {
	padding: 5px 0px;
}

	/*--outline--*/
	#eg_column_phenix .outline {
		font-size: 2rem;
	}

	/*--details--*/
	#eg_column_phenix .details .description {
		font-size: 2rem;
		margin-top: 15px;
	}

	#eg_column_phenix .products .product_info > p {
		font-size: 1.8rem;
		margin: 20px 0px;
	}

	#eg_column_phenix .products .product_img img {
    	width: 130px;
	}

	#eg_column_phenix .details .button {
		align-items: center;
		font-weight: 600;
	}

	#eg_column_phenix .button a {
		margin:40px auto;
	}


	#eg_column_phenix .products .flex {
		flex-direction: column;
	}

	#eg_column_phenix .button a {
		padding: 15px 6px;
        font-size: 2rem;
		font-weight: 600;
	}

	#eg_column_phenix .products .flex div {
		width:100%;
}

	#eg_column_phenix .products .img_info {
		padding:0;
}

#eg_column_phenix .products .product_info .product_name {
	height: 50px;
	font-size: 1.8rem;
}

	/*--others--
	#eg_column_phenix .x_scrollArea {
		overflow-x: scroll;
	}
	#eg_column_phenix .others .flex {
		display: flex;
		justify-content: left;
		padding: 5px;
		width: fit-content;
	}
	#eg_column_phenix .others .flex > div {
		min-width: 120px;
		padding: 10px;
	}
	#eg_column_phenix .others .flex > div:last-child {
		margin-right: 10px;
	}
	#eg_column_phenix .others .flex > div img {
		width: 100%;
	}
	#eg_column_phenix .details .flex_row,
	#eg_column_phenix .details .flex_row.reverse {
		flex-direction: column;
	}
	#eg_column_phenix .details .flex_row .description {
		width: auto;
	}
	*/

}