@charset "UTF-8";
/* 初期設定
--------------------------------------*/
#ui6016 img {
	height: auto;
	border: none;
}

#ui6016 a:hover {
	text-decoration: none;
}

#ui6016 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* 共通
--------------------------------------*/
#ui6016 p{
	font-size: 1.4rem;
}
#ui6016 h2{
	font-size: 2.0rem;
}
#ui6016 h3{
	font-size: 2.0rem;
}
#ui6016 ul {
	font-size: 1.4rem;
}

#ui6016 .inner{
	width: 1160px;
    margin: 0 auto;
    padding: 0;
}

/*タイトル*/
#ui6016 .title{
	background-color: #ffe8e1;
}

/*担当者のおすすめ*/
#ui6016 .product_inner{
	width: 900px;
    margin: 0 auto;
    padding: 0;
}
#ui6016 .section01{
	margin: 20px auto;
	border: solid 2px #0b2288;
}
#ui6016 .section01 h2{
	font-weight: bold;
	color: #fff;
	background-color: #0b2288;
	text-align: center;
}
#ui6016 .section01 h2 span{
	color: #ffafaf;
	font-size: 120%;
}
#ui6016 .section01 .itemArea{
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
#ui6016 .section01 .c01{
	width: 230px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fafafa;
}
#ui6016 .section01 .box{
	text-align: center;
	padding: 3px 0 2px;
}
#ui6016 .section01 .type{
	color: #fff;
	background-color: #c00068;
}
#ui6016 .section01 .text01{
	color: #333;
	background-color: #ffe4dc;
	width: 100%;
}
#ui6016 .section01 h3{
    font-weight: bold;
}
#ui6016 .section01 h3 a{
	text-decoration: none;
	color: #333;
}
#ui6016 .section01 h3:hover{
	opacity: 0.6 ;
}
#ui6016 .section01 .c02 {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 585px;
	gap: 10px;
}
#ui6016 .section01 .c02 ul {
	list-style-type: square;
	padding-left: 25px;
}
#ui6016 .section01 .c02 .purchaseArea {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#ui6016 .section01 .c02 .purchaseArea p {
	color: #cc0000;
	font-size: 1.8rem;
}
#ui6016 .section01 .c02 .purchaseArea p span {
	font-size: 170%;
	font-weight: bold;
}
#ui6016 .section01 .c02 .purchaseArea .purchaseBtn {
	display: flex;
    width: 190px;
    font-size: 1.4rem;
    align-items: center;
    border-radius: 3px;
    padding: 0 20px;
    height: 35px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #CC0000;
    position: relative;
}
#ui6016 .section01 .c02 .purchaseArea .purchaseBtn:after {
    font-family: 'FontAwesome';
    content: "\f07a";
    display: inline-block;
    margin-left: 12px;
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#ui6016 .section01 .c02 .purchaseArea .purchaseBtn:hover {
	opacity: 0.6 ;
}

/* --------------------------------------
   （SP用）
--------------------------------------*/
@media screen and (max-width: 767px) {
	
/* 初期設定
--------------------------------------*/

/* 共通
--------------------------------------*/
#ui6016 h2{
	font-size: 1.8rem;
}
#ui6016 h3{
	font-size: 1.8rem;
}
#ui6016 .inner{
	width: auto;
}

/*タイトル*/
#ui6016 .product_inner{
	width: 95%;
}

/*担当者のおすすめ*/
#ui6016 .section01 .imgArea{
	display: flex;
	justify-content: center;
}
#ui6016 .section01 .itemArea{
	flex-direction: column;
	padding: 10px;
}
#ui6016 .section01 .c01{
	width: 100%;
	margin-bottom: 15px;
}
#ui6016 .section01 .c02 {
	width: 100%;
}
#ui6016 .section01 .c02 .purchaseArea {
	flex-direction: column;
	align-items: center;
}
#ui6016 .section01 .c02 .purchaseArea .purchaseBtn {
    width: 100%;
    font-size: 1.8rem;
	height: 50px;
	justify-content: center;
}
#ui6016 .section01 .c02 .purchaseArea .purchaseBtn:after {
	right: 15px;
}


}








