@charset "UTF-8";

#qieto-perfect-for-you {
	display: block;
	width: 100%;
	margin: 0 auto -10%;
	padding: 0 0 20%;
	background-color: #FFF;
	color: #2a2a2a;
    font-weight: 500;	
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

#qieto-perfect-for-you div,
#qieto-perfect-for-you p,
#qieto-perfect-for-you h1,
#qieto-perfect-for-you h2,
#qieto-perfect-for-you h3,
#qieto-perfect-for-you ul,
#qieto-perfect-for-you li,
#qieto-perfect-for-you a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-feature-settings: "palt" 1;
}
#qieto-perfect-for-you img {
	display: block;
    width: 100%;
	margin: 0 auto;
	text-align: center;
    height: auto;
}
#qieto-perfect-for-you .mv {
	position: relative;
}
#qieto-perfect-for-you .btn_top {
    position: absolute;
    bottom: 4%;
    width: 70%;
    margin: 0 auto;
    right: 0;
    left: 0;
}


#qieto-perfect-for-you .catch_zone{
    display: block;
    margin: 5% auto 0;
    font-weight: 500;
    position: relative;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: min(3.2vw, 16px);
}

#qieto-perfect-for-you .futo_ao{
    font-weight: bold;
    color: #002768;
    letter-spacing: 0.1em;
    font-size: min(4.2vw, 20px);
    margin: 2% auto 0;
	text-decoration: underline;
    text-underline-offset: 0.2em;
	
}

#qieto-perfect-for-you .top_table{
	background-color: #e3f3ff;
    text-align: center;
    margin: 12% auto 0;
    padding: 0 0 7%;	
}

#qieto-perfect-for-you .mizu_komoji{
    font-size: min(3.4vw, 18px);
    color: #4184b5;
    font-weight: 500;
    letter-spacing: 1px;	
}
#qieto-perfect-for-you .ttl_table{
	letter-spacing: 1.5px;
    font-size: min(5vw, 25px);
}

.js-scrollable {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
	background-color: #e3f3ff;
}
.js-scrollable::-webkit-scrollbar {
    display: none; 
}

.comparison-table {
	width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    background-color: #e3f3ff;
    margin: 5%;
    overflow: hidden;
}

.comparison-table thead th {
    padding: 2% 0;
    text-align: center;
    justify-items: center;	
    vertical-align: top;
    line-height: 1.6;
    font-size: min(3.2vw, 14px);
}

.comparison-table tbody td {
    padding: 2% 0;
    text-align: center;
    vertical-align: top;
    line-height: 1.6;
    font-size: min(3.2vw, 14px);
}

.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
    border-right: 0.8em solid #e3f3ff;
    min-height: 80px; 
    vertical-align: middle; 
}

.comparison-table th:first-child,
.comparison-table td:first-child {
     text-align: center;
    vertical-align: middle; 
    font-size: min(3.5vw, 15px); 
}
.comparison-table tbody td:first-child {
}
 .comparison-table thead th:first-child {
 }
 
 .comparison-table tbody tr:first-child td {
     border-top: none;
 }


.comparison-table thead th:first-child {
    background-color: #e3f3ff; 
}
.comparison-table thead th:not(:first-child) {
    background-color: #fff; 
}

.comparison-table tbody tr:nth-child(odd) td:first-child {
    background-color: #ceeaff; 
}
.comparison-table tbody tr:nth-child(odd) td:not(:first-child) {
    background-color: #f4faff; 
}

.comparison-table tbody tr:nth-child(even) td:first-child {
    background-color: #e3f3ff; 
}
.comparison-table tbody tr:nth-child(even) td:not(:first-child) {
    background-color: #fff; 
}

.comparison-table .product-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto !important;
}

.comparison-table .product-image img {
    width: 100%;
}

.comparison-table .product-name {
	font-weight: 500;
}

.comparison-table .recommend-text {
    text-align: center;
    min-height: 80px;
    font-size: min(3.2vw, 14px);
}

.comparison-table .recommend-text strong {
    display: inline-block;
	font-weight: 500;
}


.comparison-table .check,
.comparison-table .triangle,
.comparison-table .dash {
    font-size: min(4vw, 16px); 
}
.comparison-table .check {
    color: #002768;
}
.comparison-table .triangle {
    color: #f39c12;
}
.comparison-table .dash {
    color: #999;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: none;
}


#qieto-perfect-for-you .syousai_con{
	background-color: #e3f3ff;
}


#qieto-perfect-for-you .syousai_btn{
	display: flex;
	justify-content: center;
    background-color: #e3f3ff; 	
}

#qieto-perfect-for-you .syousai_btn a{
	width: 29%;
    margin: 0 1%;
}

#qieto-perfect-for-you .product-details-container {
    padding: 8% 0 3%;
    position: relative;
    background-color: #e3f3ff;
}

#qieto-perfect-for-you .product-card {
	width: 90%;
	margin: 0 auto;
}

#qieto-perfect-for-you .product-card-inner {
	border: 0.2em solid #0c85d3;
    border-radius: 1.8em;
    padding: 9% 7%;
    background: #fff;
    height: 100%;
}

#qieto-perfect-for-you .card-title {
	text-align: center;
	font-size: min(5.2vw, 21px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
    margin-bottom: 4%;
}
#qieto-perfect-for-you .card-ttlbig{
	font-size: min(6vw, 27px);
    line-height: 1.5;	
}

#qieto-perfect-for-you .card-image {
	width: 70%;
    max-width: 300px;
    margin: 0 auto 5%;
}

/* --- スペック表 --- */
#qieto-perfect-for-you .spec-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
	font-size: min(3.5vw, 14px);
}
#qieto-perfect-for-you .spec-table th,
#qieto-perfect-for-you .spec-table td {
    border: 0.1em solid #999999;
    padding: 10px 8px;
    vertical-align: middle;
    line-height: 1.5;
}
#qieto-perfect-for-you .spec-table th {
    background: #e6e6e6;
    width: 42%;
    text-align: left;
    font-weight: 500;
}
#qieto-perfect-for-you .spec-table td {
	background: #fff;
	width: 60%;
}
#qieto-perfect-for-you .spec-table tr:last-child th,
#qieto-perfect-for-you .spec-table tr:last-child td {
	/*border-bottom-width: 2px;*/
}

#qieto-perfect-for-you .recommend-title {
    font-size: min(4.6vw, 22px);
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 10% auto 2%;
    color: #002768;
}

#qieto-perfect-for-you .merit-title {
}
	
#qieto-perfect-for-you .review-title {
    font-size: min(4.6vw, 22px);
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin: 10% auto 2%;
    color: #002768;
}

#qieto-perfect-for-you .check-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 14%;
}
#qieto-perfect-for-you .check-list li {
	margin-bottom: 3%;
    font-size: min(3.6vw, 15px);
    line-height: 1.6;
    position: relative;
    padding-left: 8%;
}
#qieto-perfect-for-you .check-icon {
	width: 4%;
    /* height: 18px; */
    position: absolute;
    left: 0;
    top: 14%;
}
#qieto-perfect-for-you .check-list li strong {
    color: #f0ff00;
    line-height: 1.8;
    font-weight: 700;
}

#qieto-perfect-for-you .merit-box {
    position: relative;
    margin: 5% auto 10%;
}

#qieto-perfect-for-you .merit-title {
	position: absolute;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 36%;
    max-width: 150px;
}

#qieto-perfect-for-you .merit-title img {
    width: 100%;
}


#qieto-perfect-for-you .merit-content {
    background: #0c85d3;
    border-radius: 1em;
    padding: 9% 5% 4%;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

#qieto-perfect-for-you .merit-content .check-list {
	margin-bottom: 0; 
}
#qieto-perfect-for-you .point-box {
	position: relative; 
}
#qieto-perfect-for-you .point-title {
    width: 13%;
    margin: 0 auto 5%;
	
}
#qieto-perfect-for-you .point-title span {
	background: #fff8c6; 
	padding: 3px 18px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
#qieto-perfect-for-you .point-content {
    font-size: min(3.6vw, 15px);
    line-height: 1.7;
}

#qieto-perfect-for-you .review-slider {
    position: relative; 
    padding-bottom: 19%;
	overflow: hidden;
}

#qieto-perfect-for-you .review-box.swiper-slide {
    background: #f4faff;
    border-radius: 10px;
    padding: 15px;
    font-size: min(3.6vw, 15px);
    line-height: 1.7;
    height: auto !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#qieto-perfect-for-you .review-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}
#qieto-perfect-for-you .review-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #969595;
    margin: 0 4px;
    cursor: pointer;
}
#qieto-perfect-for-you .review-pagination .swiper-pagination-bullet-active {
    background: #595959; 
}

#qieto-perfect-for-you .product-card.rich-theme .product-card-inner {
	border-color: #2b4170; 
}

#qieto-perfect-for-you .product-card.rich-theme .merit-content {
    background: #2b4170;
}
#qieto-perfect-for-you .product-card.rich-theme .review-box.swiper-slide {
    background: #edf3ff;
	display: flex;
	height: auto !important;
    flex-direction: column;
    justify-content: center;
}
#qieto-perfect-for-you .product-card.sq2-theme .product-card-inner {
	border-color: #13adc9; 
}

#qieto-perfect-for-you .product-card.sq2-theme .merit-content {
    background: #13adc9;
}
#qieto-perfect-for-you .product-card.sq2-theme .review-box.swiper-slide {
    background: #daf4f9;
	display: flex;
	height: auto !important;
    flex-direction: column;
    justify-content: center;
}
#qieto-perfect-for-you .review-slider .swiper-wrapper {
    align-items: stretch !important; 
}

#qieto-perfect-for-you .top_table.theme-yellow,
#qieto-perfect-for-you .top_table.theme-yellow .js-scrollable,
#qieto-perfect-for-you .top_table.theme-yellow .comparison-table,
#qieto-perfect-for-you .top_table.theme-yellow .comparison-table thead th:first-child,
#qieto-perfect-for-you .top_table.theme-yellow .comparison-table tbody tr:nth-child(even) td:first-child {
    background-color: #fff7cc; 
	margin: 0 auto 0;
}

#qieto-perfect-for-you .top_table.theme-yellow .comparison-table {
    width: 100%;
    min-width: 650px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    background-color: #fff7cc; 
	margin: 5%;
    overflow: hidden;
}


#qieto-perfect-for-you .top_table.theme-yellow .comparison-table th:not(:first-child),
#qieto-perfect-for-you .top_table.theme-yellow .comparison-table td:not(:first-child) {
    border-right-color: #fff7cc; 
}

#qieto-perfect-for-you .top_table.theme-yellow .comparison-table tbody tr:nth-child(odd) td:first-child {
    background-color: #fff3ab; 
}

#qieto-perfect-for-you .top_table.theme-yellow .comparison-table tbody tr:nth-child(odd) td:not(:first-child) {
    background-color: #fffce9; 
}

#qieto-perfect-for-you .top_table.theme-yellow .comparison-table tbody tr:nth-child(even) td:not(:first-child) {
    background-color: #fff;
}

#qieto-perfect-for-you .top_table.theme-yellow .comparison-table thead th:not(:first-child) {
    background-color: #fff;
}

#qieto-perfect-for-you .top_table.theme-yellow .mizu_komoji{
    color: #4184b5;
}


#qieto-perfect-for-you .top_table.theme-ho{
    background-color: #FFFFFF; 
	margin: 0 auto 0;
	padding: 0 0 0;
}

#qieto-perfect-for-you .faq-container {
    width: 90%;
    margin: 5% auto 5%;
    /*border-top: 1px solid #eee;*/
}

#qieto-perfect-for-you .faq-item {
    /*border-bottom: 1px solid #eee;*/
}

#qieto-perfect-for-you .faq-trigger {
    display: flex;
    align-items: center;
    padding: 5% 2%;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
}

#qieto-perfect-for-you .faq-icon-q {
    color: #4184b5; 
    font-weight: 700;
    font-size: min(5vw, 22px);
    margin: 0 4% 0 4%;
    flex-shrink: 0;
    width: 1em;
	font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

#qieto-perfect-for-you .faq-title {
    font-weight: 700;
    font-size: min(4.4vw, 20px);
    color: #333;
    letter-spacing: 2px;
    text-align: left;
    line-height: 1.5;
    width: 80%;
}

#qieto-perfect-for-you .faq-toggle {
    position: absolute;
    right: 8%;
    width: 16px;
    height: 16px;
    display: block;
}

#qieto-perfect-for-you .faq-toggle::before,
#qieto-perfect-for-you .faq-toggle::after {
    content: '';
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#qieto-perfect-for-you .faq-toggle::before {
    width: 100%;
    height: 2px;
}

#qieto-perfect-for-you .faq-toggle::after {
    width: 2px;
    height: 100%;
    transition: transform 0.3s ease;
}

#qieto-perfect-for-you .faq-item.is-open .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0; 
}


#qieto-perfect-for-you .faq-content {
    height: 0; 
    background-color: #f9f9f9;
    overflow: hidden;
    transition: height 0.3s ease-in-out; 
}

#qieto-perfect-for-you .faq-content-inner {
    display: flex;
    padding: 6%;
	align-items: center; 
}


#qieto-perfect-for-you .faq-icon-a {
    color: #4184b5;
    font-weight: 700;
    font-size: min(5vw, 22px);
    margin-right: 4%;
    flex-shrink: 0;
    width: 1em;
    text-align: center;
	font-family: Helvetica, Arial, sans-serif;
    margin-top: -5px; 
}

#qieto-perfect-for-you .faq-text {
    font-size: min(3.6vw, 15px);
    line-height: 1.8;
    color: #333;
	text-align: left;
    letter-spacing: 2px;	
}

#qieto-perfect-for-you .faq-text u {
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2px;
}

#qieto-perfect-for-you .faq-text a {
    text-decoration: none;
    color: #333;     
}

#qieto-perfect-for-you .shime_con {
	background-color: #e3f3ff;
}
#qieto-perfect-for-you .con_icon {
	margin: 0 auto;
	padding: 3% 0 4%;
	width: 14%;
}

#qieto-perfect-for-you .shime_txt{
    margin: 0 auto;
    text-align: center;
    width: 80%;
    line-height: 2.6;
    font-size: min(3.6vw, 15px);
}

#qieto-perfect-for-you .shime_con span{
	color: #599add;
}

#qieto-perfect-for-you .brand_bnr{
	margin: 7% auto 0;
    padding-bottom: 14%;
}

#qieto-perfect-for-you .qr_ver{
    top: -6%;
}

#qieto-perfect-for-you .q2_ver{
    top: -5%;
}


/* --- アニメーション --- */
#qieto-perfect-for-you .mv {
    position: relative;
    overflow: hidden; 
}

#qieto-perfect-for-you .mv_title,
#qieto-perfect-for-you .mv_products,
#qieto-perfect-for-you .btn_top_wrapper {
    opacity: 0; 
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

#qieto-perfect-for-you .mv_base {
    position: relative;
}


#qieto-perfect-for-you .mv_title {
    position: absolute;
    top: 40%;
    left: 8%;
    width: 60%;
    transform: translateY(20px); 
}
#qieto-perfect-for-you .mv_products {
    position: absolute;
    right: 0;
    top: 0%;
    width: 40%;
    left: auto;
    transform: scale(0.98); 
    transition: opacity 1.5s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#qieto-perfect-for-you .btn_top_wrapper {
    position: absolute;
    bottom: 4%;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 10;
    transform: translateY(20px);
}

#qieto-perfect-for-you.is-loaded .mv_title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s; 
}
#qieto-perfect-for-you.is-loaded .btn_top_wrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s; 
}
#qieto-perfect-for-you.is-loaded .mv_products {
    opacity: 1;
    transform: scale(1); 
    transition-delay: 1.0s; 
}

#qieto-perfect-for-you .js-scroll-anim {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(30px);
}


#qieto-perfect-for-you .is-animated {
    opacity: 1;
    transform: translateY(0);
}
#qieto-perfect-for-you .syousai_btn {
	display: flex;
	justify-content: center;
    background-color: #e3f3ff; 	
}

#qieto-perfect-for-you .syousai_btn a{
	width: 29%;
    margin: 0 1%;
    
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

#qieto-perfect-for-you .syousai_btn.is-animated a {
    opacity: 1;
}

#qieto-perfect-for-you .syousai_btn a:nth-child(1) {
    transition-delay: 0.0s;
}

#qieto-perfect-for-you .syousai_btn a:nth-child(2) {
    transition-delay: 0.2s;
}

#qieto-perfect-for-you .syousai_btn a:nth-child(3) {
    transition-delay: 0.4s;
}

#qieto-perfect-for-you .shime_txt{
    margin: 0 auto;
    text-align: center;
    width: 80%;
    line-height: 2.6;
    font-size: min(3.6vw, 15px);
    
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(15px); 
}

#qieto-perfect-for-you .shime_txt.is-animated {
    opacity: 1;
    transform: translateY(0);
}

#qieto-perfect-for-you .brand_bnr.js-shime-bnr {
	margin: 7% auto 0;
    padding-bottom: 14%;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.5s; 
}

#qieto-perfect-for-you .shime_txt.is-animated .brand_bnr.js-shime-bnr {
    opacity: 1;
}

#qieto-perfect-for-you .shime_txt span{
	color: #599add;
}

#qieto-perfect-for-you .brand_bnr{
	margin: 7% auto 0;
    padding-bottom: 14%;
}

#qieto-perfect-for-you .product-details-container.js-scroll-anim {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(20px);
}

#qieto-perfect-for-you .product-details-container.is-animated {
    opacity: 1;
    transform: translateY(0);
}

#qieto-perfect-for-you .merit-box.js-slide-left {
    opacity: 0;
    transition: opacity 1.0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.0s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(30px);
    transition-delay: 0.3s; 
}

#qieto-perfect-for-you .merit-box.js-slide-left.is-animated {
    opacity: 1;
    transform: translateY(0); 
}

#qieto-perfect-for-you .spec-table.js-drop-down {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-20px);
    transition-delay: 0.2s;
}

#qieto-perfect-for-you .spec-table.js-drop-down.is-animated {
    opacity: 1;
    transform: translateY(0);
}

#qieto-perfect-for-you .check-list.js-stagger-list {
    opacity: 1; 
    transform: none;
    transition: none;
}

#qieto-perfect-for-you .check-list.js-stagger-list li {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(10px);
}

#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li {
    opacity: 1;
    transform: translateY(0);
}

#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(1) { transition-delay: 0.1s; }
#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(2) { transition-delay: 0.15s; }
#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(3) { transition-delay: 0.2s; }
#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(4) { transition-delay: 0.25s; }
#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(5) { transition-delay: 0.3s; }
#qieto-perfect-for-you .check-list.js-stagger-list.is-animated li:nth-child(6) { transition-delay: 0.35s; }


/* PCでのみスクロールバーを可視化・カスタマイズ (769px以上) */
@media only screen and (min-width: 769px) {
    #qieto-perfect-for-you .js-scrollable {
        scrollbar-width: auto;
        -ms-overflow-style: auto;
    }

    #qieto-perfect-for-you .js-scrollable::-webkit-scrollbar {
        display: block; 
        height: 10px; 
    }

    #qieto-perfect-for-you .js-scrollable::-webkit-scrollbar-track {
        background: #e3f3ff;
    }

    #qieto-perfect-for-you .js-scrollable::-webkit-scrollbar-thumb {
        background-color: #ceeaff; 
        border-radius: 5px;
        border: 2px solid #e3f3ff;
    }
}

@media only screen and (max-width: 768px) {
    #qieto-perfect-for-you .js-scrollable::-webkit-scrollbar {
        display: none;
    }
    #qieto-perfect-for-you .js-scrollable {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media only screen and (min-width: 769px) {
	#qieto-perfect-for-you .theme-yellow .js-scrollable::-webkit-scrollbar-track {
        background: #fff7cc;
    }
	
    #qieto-perfect-for-you .theme-yellow .js-scrollable::-webkit-scrollbar-thumb {
        background-color: #fff3ab; 
        border-radius: 5px;
        border: 2px solid #fff7cc;
    }
}