@charset "utf-8";
/* CSS Document */

@media screen and (min-width:960px) {
.Reason {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f28ba6; /* アクセントに明るめピンクの下線 */
}	
.p-reasonBasis__itemHead__title {
    padding: 0.3em;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 2px;
}

.p-reasonBasis__itemText {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-align: left;
    padding: 0 10px;
}
	.p-reasonBasis__itemText a{text-decoration: underline;}	

.f_col_pc3_sp1_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    margin-top: 30px;
}
.f_col_pc3_sp1_2 > div {
    flex: 1 1 30%;
    background: #fff;
    border: 1px solid #f5d3db;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}
}
@media screen and (min-width:768px) and (max-width:959px) {
.Reason {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.p-reasonBasis__itemHead__title {
    padding: 0.2em;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 1px;
}
.p-reasonBasis__itemText {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    text-align: left;
    padding: 0 10px;
}
	.p-reasonBasis__itemText a{text-decoration: underline;}	

.f_col_pc3_sp1_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.f_col_pc3_sp1_2 > div {
    flex: 1 1 80%;
    background: #fff;
    border: 1px solid #f5d3db;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}
}
@media screen and (max-width:767px) {
	.Reason {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1.5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.p-reasonBasis__itemHead__title {
    padding: 0.3em;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 2px;
}
.p-reasonBasis__itemText {
    margin-top: 5px;
    font-weight: 400;
    line-height: 1.9;
    color: #555;
    font-size: 90%;
    text-align: left;
    padding: 0 10px;
}
	.p-reasonBasis__itemText a{text-decoration: underline;}	
.fs-c-productListCarousel__list__item > * + * {
    margin-top: 0px;
}
.fs-c-productPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: -10px;
}	
.f_col_pc3_sp1_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.f_col_pc3_sp1_2 > div {
    background: #fff;
    border: 1px solid #f5d3db;
    border-radius: 10px;
    padding: 5px;
}
	.col_1_2 img{width: 90%;}	
	.col_2_7 img{width: 90%;}	}