@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	recommendation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recommendation .recommendation__title{
    width: 100%;
	margin: 0 auto 48px;
    text-align: center;
}
#recommendation .recommendation__title h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.7;
    letter-spacing: 0.03em;
}
#recommendation .type1__flex3{
	align-items: stretch;
	margin-bottom: 48px;
}
.recommendation__card{
    width: 30.982142857%;
    margin-right: 3.5267857145%;
	background: #fff;
    box-shadow: 0 0 19px 0 rgba(68, 62, 32, 0.10);
}
.recommendation__card:nth-of-type(3n){
    margin-right: 0;
}
.recommendation__card > a > div{
    padding: 20px;
}
.recommendation__card > a > div h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
    margin-bottom: 16px;
}
.recommendation__card > a > div div:nth-of-type(1){
    display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 16px;
}
.recommendation__card > a > div div:nth-of-type(1) img{
    width: 16px;
    margin-right: 4px;
}
.recommendation__card > a > div div:nth-of-type(1) p{
    font-family: "NotoSansJP";
    color: #BCBCBC;
	font-size: 15px;
	line-height: 1;
    flex: 1;
}
.recommendation__card > a > div div:nth-of-type(2) p{
    display: inline-block;
    font-size: 15px;
	line-height: 1;
    padding: 6px 10px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.recommendation__card > a > div div:nth-of-type(2) p:last-of-type{
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
	#recommendation .recommendation__title{
		margin: 0 auto 32px;
	}
	#recommendation .recommendation__title h2{
		font-size: 24px;
	}
	#recommendation .type1__inner2{
        padding: 48px 20px;
        margin-top: 0;
    }
    #recommendation .type1__flex3{
		margin-bottom: 0;
	}
	.recommendation__card{
        width: 100%;
        margin-right: 0%;
    }
    .recommendation__card > a > div h3{
        font-size: 18px;
    }
    .recommendation__card > a > div div:nth-of-type(2) p{
        font-size: 13px;
    }
}