@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.product_page_ladies{
	display: block!important;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	overflow: hidden;
}
.br_sp{
    display: none;
}
.br_sp2{
    display: none;
}
.product_page_ladies{
    color: #3c0000;
    letter-spacing: 0.1em;
}
.belle_ruikei{
    display: inline-block;
    position: relative;
    padding-inline: 30px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.belle_ruikei h2{
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.875rem;
    font-weight: 800;
    color: #AA4326;
    letter-spacing: 0.05em;
}
.belle_ruikei strong{
    font-size: 2.5rem;
	font-weight: 800;
}
.ruikei_date{
    font-size: 0.875rem;
	text-align: right;
}
.belle_ruikei::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url("https://belleandsofa.itembox.design/item/image/ruikei-01.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -40px;
}
.belle_ruikei::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url("https://belleandsofa.itembox.design/item/image/ruikei-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: -80px;
    top: 0;
}
@media screen and (max-width: 767px){
    .br_sp{
        display: block;
    }
    .belle_ruikei h2{
        font-size: 1.375rem;
    }
    .belle_ruikei strong{
        font-size: 2rem;
    }
    .belle_ruikei::before {
        width: 80px;
        height: 80px;
        left: 0;
    }
    .belle_ruikei::after {
        width: 80px;
        height: 80px;
        right: -50px;
        top: 0;
    }
}
@media screen and (max-width: 499px){
    .br_sp2{
        display: block;
    }
    .belle_ruikei{
        padding-inline: 20px;
    }
    .belle_ruikei h2{
        font-size: 1.0625rem;
    }
    .belle_ruikei strong{
        font-size: 1.375rem;
    }
    .belle_ruikei::before {
        width: 65px;
        height: 65px;
        left: -5px;
    }
    .belle_ruikei::after {
        width: 65px;
        height: 65px;
        right: -45px;
        top: 0;
    }
    .ruikei_date{
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 375px){
    .belle_ruikei{
        padding-inline: 0;
    }
    .belle_ruikei h2{
        font-size: 0.875rem;
    }
    .belle_ruikei strong{
        font-size: 1.0625rem;
    }
    .belle_ruikei::before {
        width: 55px;
        height: 55px;
        left: -25px;
    }
    .belle_ruikei::after {
        width: 55px;
        height: 55px;
        right: -55px;
        top: 0;
    }
    .ruikei_date{
        font-size: 0.625rem;
    }
}

/* ローファーに対するお悩みTOP3 */
.worry-title{
background: rgb(212,159,40);
background: linear-gradient(90deg, rgba(212,159,40,1) 0%, rgba(243,238,118,1) 15%, rgba(251,250,214,1) 50%, rgba(243,238,118,1) 85%, rgba(212,159,40,1) 100%);
    padding: 10px 0;
    text-align: center;
    margin-top: 80px; 
}
.worry-title h3{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    font-size: 2.25rem;
    color: #3a0003;
    border-bottom: 2px solid #3a0003;
    border-top: 2px solid #3a0003;
    padding: 20px 0 40px 0;
    position: relative;
}
.worry-title h3 > img{
    position: absolute;
    width: 150px;
    height: auto;
    top: -40px;
    left: 130px;
}
.worry-title strong{
    padding: 40px 0 0 15px;
    background-image: url("https://belleandsofa.itembox.design/item/image/6407-crown-01.png");
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 60% 15px;
    font-size: 2.875rem;
}
.worry-title strong b{
    font-size: 3.875rem;
}

.worry-sub{
    display: block;
    text-align: right;
    font-size: 1rem;
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    margin: 10px auto 20px auto; 
}

/* 柔らか・軽い・足に合うローファーなら */
.worry-title2{
background: rgb(212,159,40);
background: linear-gradient(90deg, rgba(212,159,40,1) 0%, rgba(243,238,118,1) 15%, rgba(251,250,214,1) 50%, rgba(243,238,118,1) 85%, rgba(212,159,40,1) 100%);
    padding: 10px 0;
    text-align: center;
    margin-top: 60px; 
}
.worry-title2 h3{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: 0;
    color: #3a0003;
    border-bottom: 2px solid #3a0003;
    border-top: 2px solid #3a0003;
    padding: 30px 0;
}
.l_image {
    position: relative;
}

.l_image h3 {
    position: absolute;
    top: 15%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.2;
}
.l_image span{
    font-size: 3.125rem;
    color: #93135f;
}
.l_image_box {
    text-align: center;
}
.l_image_title {
    display: inline-block;
    position: relative;
    padding-inline: 30px;
}
.l_image_title::before,.l_image_title::after {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #3a0003;
    position: absolute;
    top: 0;
}
.l_image_title::before {
    left: -30px;
    transform: rotate(-30deg);
}
.l_image_title::after {
    right: -30px;
    transform: rotate(30deg);
}

@media screen and (max-width: 767px){
    .worry-title h3{
        font-size: 1.75rem!important;
        padding: 8px 0 25px 0;
        position: relative;
    }
    .worry-title h3 > img{
        top: -50px;
        left: 30px;
    }
    .worry-title strong{
        padding: 30px 0 0 5px;
        background-image: url("../images/6407-crown-01.png");
        background-size: 95px;
        background-repeat: no-repeat;
        background-position: 110% 15px;
        font-size: 2rem;
    }
    .worry-title strong b{
        font-size: 3rem;
    }
    .worry-sub{
        margin: 10px auto 10px auto;
    }
    .worry-title2 h3{
        font-size: 1.75rem;
        padding: 25px 0;
        letter-spacing: -0.01em;
    }
    .l_image_title {
        padding-inline: 0!important;
    }
    .l_image h3 {
        position: absolute;
        top: 15%;
        left: 50%;
        font-size: 1.625rem;
        line-height: 1.2;
    }
    .l_image span{
        font-size: 2.525rem;
        color: #93135f;
    }
    .l_image_title::before {
        left: -60px;
        transform: rotate(-30deg);
    }
    .l_image_title::after {
        right: -50px;
        transform: rotate(30deg);
    }
}
@media screen and (max-width: 499px){
    .worry-title{
        padding: 7px 0;
        margin-top: 60px;
    }
    .worry-title h3{
        font-size: 1.375rem!important;
        padding: 5px 0 15px 0;
        letter-spacing: 0;
        position: relative;
    }
    .worry-title h3 > img{
        width: 110px;
        height: auto;
        top: -50px;
        left: 10px;
    }
    .worry-title strong{
        padding: 30px 0 0 5px;
        background-image: url("../images/6407-crown-01.png");
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: 60% 20px;
        font-size: 1.5625rem;
    }
    .worry-title strong b{
        font-size: 2.25rem;
    }
	.worry-sub{
		font-size: 0.75rem;
	}
	.worry-title2{
		margin-top: 30px;
	}
    .worry-title2 h3{
        font-size: 1.375rem;
        padding: 15px 0;
    }
    .l_image h3 {
        position: absolute;
        top: 15%;
        left: 50%;
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .l_image span{
        font-size: 1.875rem;
        color: #93135f;
    }
	.l_image_title::before,.l_image_title::after{
		width: 2px;
	}
}
@media screen and (max-width: 375px){
    .worry-title h3{
        font-size: 1.125rem!important;
        padding: 0 0 12px 0;
        letter-spacing: 0;
        position: relative;
    }
    .worry-title h3 > img{
        width: 100px;
        height: auto;
        top: -45px;
        left: 10px;
    }
    .worry-title strong{
        padding: 30px 0 0 5px;
        background-image: url("../images/6407-crown-01.png");
        background-size: 45px;
        background-repeat: no-repeat;
        background-position: 60% 25px;
        font-size: 1.375rem;
    }
    .worry-title strong b{
        font-size: 1.75rem;
    }
    .worry-sub{
        font-size: 0.875rem;
        margin: 10px auto 60px auto; 
    }
    .l_image h3 {
        position: absolute;
        top: 15%;
        left: 50%;
        font-size: 1.125rem;
        line-height: 1.2;
    }
    .l_image span{
        font-size: 1.5625rem;
        color: #93135f;
    }
}


/* 悩みタイトル */
.prob_ttl {
    padding: 0.7em 0.5em 0.7em 150px;
    position: relative;
}
.prob_ttl strong{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    font-size: 3rem;
}
.prob_ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 5px;
    background: #cc929c;
}
.prob_ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #3a0003;
    color: #FFFFFF;
    transform: translateY(-50%);
    font-size: 2.5rem;
    font-family: "Manrope", sans-serif;
    font-weight: 900;
}
.prob_s{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    padding: 15px 0 0 150px;
    font-size: 1.25rem;
}
@media screen and (max-width: 767px){
    .prob_ttl {
        padding: 0.5em 0.3em 0.5em 120px;
        position: relative;
    }
    .prob_ttl strong{
        font-size: 2rem;
    }
    .prob_ttl span {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }
    .prob_s{
        padding: 30px 0 0 25px;
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 499px){
    .prob_ttl {
        padding: 0.5em 0.3em 0.5em 100px;
        position: relative;
    }
    .prob_ttl::before {
        height: 4px;
    }
    .prob_ttl strong{
        font-size: 1.75rem;
        letter-spacing: -0.001em;
    }
    .prob_ttl span {
        width: 80px;
        height: 80px;
        font-size: 1.625rem;
    }
    .prob_s{
        padding: 20px 0 0 20px;
        font-size: 1rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 375px){
    .prob_ttl {
        padding: 0.5em 0.3em 0.5em 90px;
        position: relative;
    }
    .prob_ttl span {
        width: 80px;
        height: 80px;
        font-size: 1.5rem;
    }
    .prob_ttl strong{
        font-size: 1.5rem;
        letter-spacing: -0.001em;
    }
}


/* ベルのローファー */
.good_point{
    padding: 50px 20px 20px 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto 40px auto;
}
.belle_loafer_h{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 500;
    font-size: 2rem;
    background-color: #cc929c;
    color: #FFFFFF;
    padding: 8px 30px;
    border-radius: 50px;
}
.good_p{
	margin-top: 40px;
	margin-bottom: 40px;
}
.good_p ul{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}
.good_p ul li{
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 500;
}
.good_p ul li:first-child{
    font-size: 3.725rem;
    color: #cc929c;
    border-right: 8px solid #cc929c;
    padding-right: 20px;
    line-height: 1.5;
    margin-left: 10px;
    letter-spacing: -0.01em;
}
.good_p ul li:last-child{
    font-size: 2rem;
}
.good_p ul li small{
    
}

@media screen and (max-width: 767px){
    .good_point{
        padding: 40px 0 20px 0;
        margin: 0 auto 40px auto;
    }
    .belle_loafer_h{
        font-size: 1.875rem;
        padding: 8px 30px;
        border-radius: 50px;
    }
    .good_p ul{
        margin: 30px auto;
        gap: 15px;
    }
    .good_p ul li:first-child{
        font-size: 2.5rem;
        color: #cc929c;
        border-right: 8px solid #cc929c;
        padding: 8px 15px 10px 10px;
        line-height: 1.2;
        margin-left: 0;
    }
    .good_p ul li:last-child{
        font-size: 1.5625rem;
        letter-spacing: -0.005em;
        line-height: 1.4;
    }
}
@media screen and (max-width: 499px){
	.good_point{
        padding: 40px 0 20px 0;
        margin: 0 auto 10px auto;
    }
    .belle_loafer_h{
        font-size: 1.5rem;
        padding: 5px 20px;
    }
	.good_p{
		margin-top: 20px;
		margin-bottom: 20px;
	}
    .good_p ul li:first-child{
        font-size: 2rem;
        color: #cc929c;
        border-right: 6px solid #cc929c;
        padding: 8px 15px 10px 10px;
        line-height: 1.2;
        margin-left: 0;
        letter-spacing: -0.005em;
    }
    .good_p ul li:last-child{
        font-size: 1.375rem;
        letter-spacing: -0.005em;
        line-height: 1.4;
    }
}
@media screen and (max-width: 375px){
    .good_p ul li:last-child{
        font-size: 1.25rem;
    }
}

.tokuchu_fee{
    display: flex;
    align-items: center;
}
.tokuchu_fee img{
    width: 300px;
    height: auto;
    margin-right: 40px;
}
.tokuchu_fee div{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.tokuchu_fee div span{
    color: #93135f;
    font-size: 2rem;
}
.tokuchu_fee div span small{
    font-size: 1rem;
}
.tokuchu_fee div strong{
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom: 6px dotted #cc929c;
}
@media screen and (max-width: 767px){
    .tokuchu_fee{
        display: flex;
        align-items: center;
    }
    .tokuchu_fee img{
        width: 250px;
        height: auto;
        margin-right: 20px;
    }
    .tokuchu_fee div{
        font-size: 1.375rem;
    }
    .tokuchu_fee div span{
        color: #93135f;
        font-size: 1.75rem;
    }
    .tokuchu_fee div strong{
        padding-bottom: 10px;
        font-size: 1.75rem;
        border-bottom: 6px dotted #cc929c;
    }
}
@media screen and (max-width: 600px){
	.tokuchu_fee{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 499px){
	.tokuchu_fee div{
        font-size: 1.125rem;
    }
    .tokuchu_fee div span{
        font-size: 1.5rem;
    }
    .tokuchu_fee div strong{
        font-size: 1.5rem;
    }
}

/* 商品ポイント */
.point_head{
	margin: 40px auto;
}
.point__head1{
	font-family: "Noto Sans JP", sans-serif!important;
	
    position: relative;
    padding: 0 65px;
    text-align: center;
    color: #cc929c;
}
.point__head1:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 3px!important;
    content: '';
    background: #3a0003;
}
.point__head1 span {
    position: relative;
    padding: 0 2rem;
    background: #fff;
    font-size: 2.5rem;
	font-weight: 700;
    line-height: 1;
}
.point__head1 span b{
    font-size: 5rem;
    font-weight: 800;
}
.point__head2{
	display: block;
    text-align: center;
    font-family: "Zen Maru Gothic", system-ui!important;
	font-size: 2.5rem!important;
    font-weight: 600;
    color: #3a0003;
    border-bottom: 3px solid #3a0003!important;
	padding-bottom: 10px;
}
.point__head2 strong{
    color: #cc929c;
}
.point__head3{
	display: block;
    text-align: center;
    font-family: "Zen Maru Gothic", system-ui!important;
	font-size: 2.5rem!important;
    font-weight: 600;
    color: #3a0003;
    border-top: 3px solid #3a0003!important;
	border-bottom: 3px solid #3a0003!important;
	padding: 10px 0;
}
@media screen and (max-width: 767px){
	.point_head{
		margin: 30px auto;
	}
    .point__head1:before {
        height: 2px!important;
    }
    .point__head1 span {
        padding: 0 1.5rem;
        font-size: 2.125rem;
        line-height: 1;
    }
    .point__head1 span b{
        font-size: 4rem;
    }
    .point__head2{
        font-size: 1.75rem!important;
        border-bottom: 2px solid #3a0003!important;
        margin-bottom: 40px;
    }
	.point__head3{
        font-size: 1.75rem!important;
        border-top: 2px solid #3a0003!important;
		border-bottom: 2px solid #3a0003!important;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 499px){
	.point__head1 {
		padding: 0 20px;
	}
    .point__head1 span {
        padding: 0 1.5rem;
        font-size: 2rem;
        line-height: 1;
    }
    .point__head1 span b{
        font-size: 3rem;
    }
    .point__head2, .point__head3{
        font-size: 1.5rem!important;
    }
}

/*==============ヴィーガンレーザーのためのcss===============*/
.sozai_container_0{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}
.sozai_container_1{
    padding: 30px 0;
}

@media screen and (max-width: 1150px){
    .sozai_container_1{column-gap: 60px;}
}
@media screen and (max-width: 767px){
    .sozai_container_0{
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
		padding: 0;
    }
    .sozai_container_1{
        padding: 0;
		margin-bottom: 20px;
    }
}
.sozai_h3{
	font-family: "Zen Maru Gothic", system-ui!important;
    font-weight: 600;
    font-size: 1.75rem!important;
    color: #cc929c;
    margin-bottom: 10px;
	line-height: 1;
}
.sozai_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
.sozai_img{
    margin-top: 10px;
}
.sozai_area_txt{
    margin-bottom: 15px;
    font-size: 1.25rem;
}
.sozai_area_txt:last-child{
    margin-bottom: 0;
}
.sozai_table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.sozai_table th {
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    background: #86665D;
    border: solid 3px #93766D;
}
.sozai_table td {
    padding: 10px;
    border: solid 3px #93766D;
    color: #3A0003;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
}
.sozai_table .scap_vegan{
    background: #6A3931;
    color: #FFF954;
    border-left: solid 4px #93135F;
    border-right: solid 4px #93135F;
}
.sozai_table .scolumn1{
    background: #DBD1CE;
    font-weight: 500;
}
.sozai_table .scolumn2{
    background: #FFFFFF;
}
.sozai_table .scolumn3{
    background: #FDFACA;
    color: #93135F;
    font-weight: 600;
}
.sozai_table tr *:nth-child(3) {
    border-left: solid 4px #93135F;
    border-right: solid 4px #93135F;
}
.sozai_table tr:first-child *:nth-child(3) {
    border-top: solid 4px #93135F;
}
.sozai_table tr:last-child *:nth-child(3) {
    border-bottom: solid 4px #93135F;
}
.belle-purple{color: #93766D;}

@media screen and (max-width: 767px) {
    .sozai_table{
        margin-top: 10px;
    }
    .sozai_table th {
        font-size: 1.0625rem;
    }
    .sozai_table td {
        font-size: 1rem;
    }
}
@media screen and (max-width: 499px) {
	.sozai_img{
		margin-top: 0;
	}
    .sozai_h3{
        font-size: 1.25rem!important;
		margin-bottom: 5px;
    }
	.sozai_area_txt{
		margin-bottom: 15px;
		font-size: 1rem;
	}
    .sozai_table th {
        font-size: 1rem;
		border: solid 2px #93766D;
    }
    .sozai_table td {
        font-size: 0.875rem;
		border: solid 2px #93766D;
    }
	.sozai_table .scap_vegan{
		border-left: solid 3px #93135F;
		border-right: solid 3px #93135F;
	}
	.sozai_table tr *:nth-child(3) {
		border-left: solid 3px #93135F;
		border-right: solid 3px #93135F;
	}
	.sozai_table tr:first-child *:nth-child(3) {
		border-top: solid 3px #93135F;
	}
	.sozai_table tr:last-child *:nth-child(3) {
		border-bottom: solid 3px #93135F;
	}
}

.point_txt{
    padding: 20px;
}
.highlight1{
    margin-bottom: 20px;
}
.highlight1 span{
    background: linear-gradient(transparent 60%, #fcf8bd 0%);
    line-height: 1.3em;
    font-family: "Zen Maru Gothic", system-ui;
    font-weight: 600;
    font-size: 1.75rem;
    color: #cc929c;
	text-align: justify;
}
.point_txt p{
    font-size: 1.25rem;
    margin-bottom: 20px;
	text-align: justify;
}
.point_txt img{
    margin-bottom: 0;
}
.point_column1{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 40px;
    margin: 40px auto;
}
.point_column1 p{
    padding: 20px;
    background-color: #fdfbd7;
    border-radius: 20px;
    font-size: 1.25rem;
    text-align: justify;
}
.belleaward p{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	line-height: 1.16;
}
.belleaward p b{color: #93135f;}
.point_column2{
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 40px;
    margin: 40px auto;
}
.point_column2 div{
    display: flex;
    flex-direction: column;
    gap: 20px;
	font-family: "Noto Sans JP", sans-serif;
}
.point_column2 div span{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.point_column2 div strong{
	font-weight: 700;
    font-size: 2rem;
    color: #cc929c;
}
.point_column2 div small{
    font-size: 0.9375rem;
}

@media screen and (max-width: 767px){
	.point_column1, .point_column2{
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 20px auto;
	}
	.point_column2{
		justify-content: center;
		align-content: center;
    	align-items: center;
	}
}

@media screen and (max-width: 499px){
	.point_txt{
		padding: 0;
	}
	.highlight1{
		margin-bottom: 10px;
	}
	.highlight1 span{
		font-size: 1.25rem;
	}
	.point_txt p{
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.point_column1 p{
		font-size: 1rem;
	}
	.point_column2 div span{
		font-size: 1.125rem;
	}
	.point_column2 div strong{
		font-size: 1.5rem;
		color: #cc929c;
	}
	.point_column2 div small{
		font-size: 0.875rem;
	}
}

/*==============お客様からの声のcss===============*/
.review_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    gap: 60px;
    padding: 20px;
}
.review_list li{
    background-color: #f6ebee;
    padding: 30px;
    border-radius: 20px;
}
.review_img{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    
    font-size: 1.375rem;
    font-weight: 600;
}
.review_img img{
    width: 150px;
    height: auto;
    margin: auto;
}
.review_img p{
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #3c0000;
    margin: 10px auto;
    font-size: 1.375rem;
    font-weight: 600;
}
.review_txt{
    text-align: justify;
    font-weight: 200;
}
.review_txt span{
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.review_txt strong{
    font-weight: 200;
    background: linear-gradient(transparent 60%, #fcf8bd 0%);
}
@media screen and (max-width: 767px){
    .review_list{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .review_img img{
        width: 120px;
        height: auto;
    }
    .review_img p{
        font-size: 1.125rem;
    }
    .review_txt span{
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 499px){
	.review_list{padding: 10px;}
    .review_img p{
        font-size: 1rem;
    }
    .review_txt{font-size: 0.975rem;}
    .review_txt span{
        font-size: 1rem;
    }
}