@charset "utf-8";
/* Author: c.nz */
/* ---------------------------------------------------
	共通箇所
------------------------------------------------------ */
body{
    margin: 0;
    background: url("../img/background_img.png") no-repeat;
    background-color: #FAFCFF;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #3B3B3B;
}
h1, h2, h3{
  font-family: "Noto Serif JP", serif;  
}
#container{
    background: #fff;
    padding: clamp(15px, 8.932px + 1.618vw, 40px) clamp(0px, -12.136px + 3.236vw, 50px) clamp(50px, 42.718px + 1.942vw, 80px);
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1200px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
a, button{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
a:hover{
    opacity: 0.7;
}
.sp-only{
    display: none;
}
.privacy_btn{
    color: #3B3B3B;
    text-decoration: underline;
}
.hidden{
    display: none;
}
.visible{
    display: block;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    body{
        background: none;
    }
    #container{
        margin: 0;
        width: 100%;
        max-width: none;
        background: #ffffffd6;
    }
    main{
        max-width: calc(100% - 20px);
        margin: 10px;
    }
    .sp-only{
        display: block ;
    }
    .pc-only{
        display: none;
    }
}

/* ---------------------------------------------------
	共通箇所　header
------------------------------------------------------ */
header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(30px, 25.146px + 1.294vw, 50px);
}
header .header-logo{
    width: clamp(160px, 126.019px + 9.061vw, 300px);
    
}
header .share-btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}
header .share-btn .line, header .share-btn .mail{
    background: #06C755;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    width: 230px;
    height: calc(65px - 20px); /*高さからpadding分引く*/
    font-size: 24px;
}
header .share-btn .mail{
    background: #7393B3;
}
header .share-btn img{
    width: 46px;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    header .header-logo{
        margin-left: 10px;
    }
    header .share-btn{
        gap: 0;
    }
    header .share-btn .line, header .share-btn .mail{
        width: calc(82px - 10px);
        height: calc(64px - 20px);
        font-size: 12px;
        flex-direction: column;
        gap: 0;
        border-radius: 0;
    }
    header .share-btn img{
        width: 30px;
    }
}

/* ---------------------------------------------------
	共通箇所　footer
------------------------------------------------------ */
footer{
    text-align: center;
    margin: clamp(100px, 80.583px + 5.178vw, 180px)  auto 0;
}
footer .footer-logo{
    display: inline-block;
    width: clamp(200px, 151.456px + 12.945vw, 400px);
    margin: 0 clamp(50px, 42.718px + 1.942vw, 80px) clamp(25px, 21.359px + 0.971vw, 40px);
}
footer .tokushoho a{
    color: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .tokushoho a::after {
    content: "\　";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("../img/btn_arrow_blue.svg") no-repeat center center / cover;
}
footer .copyright{
    margin: 10px auto 0;
    font-weight: normal;
    font-size: 12px;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    footer .tokushoho a{
        font-size: 13px;
    }
    footer .tokushoho a::after{
        width: 15px;
        height: 15px;
        margin-left: 8px;
    }
}

/* ---------------------------------------------------
	共通箇所 ボタン
------------------------------------------------------ */
.btn{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.btn.confirm-btn{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #7393B3;
}
.btn a, .btn button{
    background: #7393B3;
    padding: 22px 20px;
    width: 420px;
    margin-right: clamp(0px, -14.563px + 3.883vw, 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #7393B3;
    box-sizing: border-box;
	transition: all .2s ease;
}
.btn.a3{
    justify-content: space-between;
}
.btn.a3 a{
    width: 32%;
    margin-right: 0;
}
.btn .gray{
    background: #E2E2E2;
    color: #3B3B3B;
    border: solid 3px #E2E2E2;
}
.btn a::after, .btn button::after {
    content: "\　";
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    background: url(../img/btn_arrow_wh.svg) no-repeat center center / cover;
}
.btn .gray::before {
    content: "\　";
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background: url("../img/btn_arrow_black.svg") no-repeat center center / cover;
}
.btn .gray::after {
    content: none;
}
.btn a:nth-last-of-type(1), .btn button:nth-last-of-type(1) {
    margin: 0;
}
.btn a span, .btn button span{
    font-size: clamp(20px, 19.272px + 0.194vw, 23px);
}
.btn a:hover , .btn button:hover{
    background: #fff;
    color: #7393B3;
    opacity: 1;
}
.btn .gray:hover {
    color: #3B3B3B;
}
.btn a:hover::after, .btn button:hover::after{
    background: url("../img/btn_arrow_blue.svg") no-repeat center center / cover;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .btn{
        flex-direction: column;
    }
    .btn a{
        width: 100%;
        margin: 0 0 20px;
        padding: 15px;
        box-sizing: border-box;
/*        justify-content: space-between;*/
    }
    .btn.a3 a{
        width: 100%;
        margin-right: 0;
    }
    .btn a::after, .btn button::after{
        width: 24px;
        height: 24px;
    }
}

/* ---------------------------------------------------
	共通箇所 モーダルウィンドウ
------------------------------------------------------ */
.modal_open {
	cursor: pointer;
}
.modal_overlay, .modal_content {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
}
.modal_overlay.open, .modal_content.open {
	visibility: visible;
}
.modal_overlay.open {
	opacity: 0.6;
}
.modal_content.open {
	opacity: 1;
}
.modal_content {
	background: #FFF;
	width: 90%;
	max-width: 800px;
	max-height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 101;
	overflow: auto;
}
.modal_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.modal_content ul li {
	width: 50%;
	padding: clamp(20px, 17.573px + 0.647vw, 30px);
    box-sizing: border-box;
	text-align: center;
	font-feature-settings: "palt";
	border-bottom: 1px solid #E2E2E2;
}
.modal_content ul li:nth-of-type(odd) {
	border-right: 1px solid #E2E2E2;
}
.modal_overlay {
  width: 100%;
  height: 100%;
  background: grey;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.modal_close {
	width: 100%;
	text-align: center;
	padding: clamp(10px, 7.573px + 0.647vw, 20px) 0;
	box-sizing: border-box;
}
.modal_close span.btn {
    background: #E2E2E2;
    color: #3B3B3B;
    border: solid 3px #E2E2E2;
	width: 30%;
	margin: 0 auto;
	padding: clamp(10px, 7.573px + 0.647vw, 20px) 0;
	cursor: pointer;
	transition: all .2s ease;
}
.modal_close span.btn:hover {
    background: #FFF;
    color: #3B3B3B;
}


/* ---------------------------------------------------
	フォーム上テキスト
------------------------------------------------------ */
h1{
    text-align: center;
    margin: 0 auto clamp(30px, 22.718px + 1.942vw, 60px);
    font-weight: 900;
    font-size: clamp(25px, 22.573px + 0.647vw, 35px);
}
h1::after{
    content: "";
    border-bottom: solid 2px #7393B3;
    width: 80px;
    height: 2px;
    display: block;
    margin: 5px auto 0;
}
.attention{
    margin-bottom: clamp(40px, 30.291px + 2.589vw, 80px);
}
.attn-tit{
    font-weight: 600;
    font-size: clamp(18px, 16.301px + 0.453vw, 25px);
    margin: 0 auto clamp(10px, 7.573px + 0.647vw, 20px);
}
.attn-list{
    list-style-type: none;
    margin: 0 auto;
    font-size: clamp(12px, 10.544px + 0.388vw, 18px);
    line-height: 1.6;
}
ul.attn-list{
    padding-left: 1.2em;
}
.attn-list li:before{
    content: '● '; /* ←ここにリストマーカーにしたい文字列を設定 */
    margin-left: -1.2em; /* 1文字分、左に寄せる */
}
.attn-list span{
    font-size: clamp(18px, 16.301px + 0.453vw, 25px);
    font-weight: 700;
}
.attn-list span.red{
    font-size: clamp(12px, 10.544px + 0.388vw, 18px);
    color: #D20000;
}
.attn-txt{
    font-size: clamp(7px, 5.786px + 0.324vw, 12px) !important;
    margin: clamp(30px, 25.146px + 1.294vw, 50px) clamp(15px, 18.641px + -0.971vw, 0px) 0 !important;
    text-align: justify;
}

.flow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 clamp(40px, 30.291px + 2.589vw, 80px);
}
.flow li{
    width: 10%;
    height: 60px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    background: #D2E2F3;
    padding: 0 30px;
}
.flow li.cur{
    background: #7393B3;
    color: #fff;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .flow li{
        width: 5%;
        height: 30px;
        padding: 0px 20px;
    }
    
}

/* ---------------------------------------------------
	フォーム
------------------------------------------------------ */
form .form-section{
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
    font-size: clamp(18px, 16.301px + 0.453vw, 25px);
}
form .form-section li{
    padding: clamp(30px, 27.573px + 0.647vw, 40px) 0 clamp(30px, 27.573px + 0.647vw, 40px) 1.2em;
    border-bottom: solid 1px #7393B3;
}
form .form-section li:first-of-type{
    padding-top: 0;
    padding-bottom: clamp(30px, 27.573px + 0.647vw, 40px);
}
form .form-section h4{
    margin: 0 0 clamp(15px, 11.359px + 0.971vw, 30px);
}
form .form-section h4:before{
    content: '■ '; /* ←ここにリストマーカーにしたい文字列を設定 */
    margin-left: -1.2em; /* 1文字分、左に寄せる */
}
form .form-section h4 .required{
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #D20000;
    color: #fff;
    padding: 1px 8px;
    margin-left: clamp(12px, 7.631px + 1.165vw, 30px);
}
form .form-section .form-group{
    margin-bottom: clamp(20px, 17.573px + 0.647vw, 30px);
}
form .form-section .form-group:last-of-type{
    margin-bottom: 0;
}
form .form-section .form-group div{
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}
form .form-section .form-group input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 0.3em;
}
form .form-section li p{
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    font-weight: 700;
    margin: 0 0 15px;
}
form .form-section li p.confirm-txt{
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
    margin: 0;
}
form .form-section li p.amount-txt{
    font-size: clamp(30px, 27.573px + 0.647vw, 40px);
    margin: 0;
}
form .form-section li p span{
    font-size: clamp(12px, 11.272px + 0.194vw, 15px);
    margin-left: 10px;
    font-weight: 500;
}
form .form-section li .time-txt{
    font-size: clamp(16px, 15.515px + 0.129vw, 18px);
    margin-right: clamp(10px, 11.214px + -0.324vw, 5px);
}
form .form-section .checkbox_txt{
    font-size: 18px;
}
form .form-section .form-txt{
    margin: 20px 0 0;
    font-size: clamp(12px, 10.544px + 0.388vw, 18px);
    line-height: 1.6;
    font-weight: 500;
}

input, select, textarea{
    font-size: clamp(15px, 14.272px + 0.194vw, 18px);
    padding: 12px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
}
.text{
    width: 580px;
}
.text2, textarea{
    width: 85%;
}
.date{
    margin-right: 20px;
}
.time{
    width: 100px;
}
.prefecture{
    width: 240px;
}
.checkbox{
    width: 20px;
    margin: 0;
}
.radio-btn{
    font-size: clamp(16px, 15.515px + 0.129vw, 18px);
    margin-bottom: clamp(10px, 7.573px + 0.647vw, 20px);
}

.flower, .sample-btn{
    width: 420px;
}
.kazu{
    width: 120px;
}
.alert{
    color: #f51e1e;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-top: 5px !important;
}

.sample-btn{
    height: 20px;
    position: relative;
    margin-top: 5px;
}
.sample-btn a{
    display: block;
    color: #3B3B3B;
    text-decoration: underline;
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    position: absolute;
    right: 0;
}
.sample-btn a:hover{
    text-decoration: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    form .form-section .form-group div{
        padding-left: 1.5em;
    }
    .text, .text2, textarea{
        width: 100%;
    }
    .date{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .time{
        width: 70px;
    }
    .prefecture{
        width: 120px;
    }
    .flower, .sample-btn{
        width: 300px;
    }

}


/* ---------------------------------------------------
	想い出アルバム
------------------------------------------------------ */
.album .sec1 {
    text-align: center;
}
.album .sec1 .name{
    font-size: clamp(18px, 16.301px + 0.453vw, 25px);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 20px;
}
.album .sec1 .name .big-name{
    font-size: clamp(25px, 21.359px + 0.971vw, 40px);
    margin: 0 clamp(7px, 5.058px + 0.518vw, 15px);
}
.album .sec1 .name .age{
    font-size: clamp(14px, 12.544px + 0.388vw, 20px);
}

.album .sec2 {
    margin-top: clamp(40px, 30.291px + 2.589vw, 80px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(20px, 12.718px + 1.942vw, 50px) 0;
}
.album .sec2 .album-list {
    width: 30.9%;
    font-size: clamp(15px, 13.058px + 0.518vw, 23px);
}
.album .sec2 .album-download{
    background: #7393B3;
    padding: 12px;
    margin-top: clamp(10px, 8.786px + 0.324vw, 15px);
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #7393B3;
    box-sizing: border-box;
    cursor: pointer;
}
.album .sec2 .album-download:hover{
    background: #fff;
    color: #7393B3;
    opacity: 1;
}
.album .sec2 .album-download::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background: url("../img/btn_dl_wh.svg") no-repeat center center / cover;
}
.album .sec2 .album-download:hover::before{
    background: url("../img/btn_dl_blue.svg") no-repeat center center / cover;
}

#fileInputs input{
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding: 0;
    margin-bottom: 10px;
}
#fileInputs input:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .album .attn-list{
        text-align: left;
    }
    .album .sec2 .album-list {
        width: 47.8%;
    }
    .album .sec2 .album-download{
        padding: 5px 0;
    }
    .album .sec2 .album-download::before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}

/* ---------------------------------------------------
	弔文
------------------------------------------------------ */
.chobun-radio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}
.chobun-radio .radio-btn{
    max-width: 170px;
    width: 100%;
    margin: 0;
}
.chobun-radio .radio-btn a{
    display: inline-block;
    margin-top: 10px;
}

form .form-section .form-group div.pull-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    padding: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .chobun-radio{
        gap: 20px;
    }
    .chobun-radio .radio-btn{
        max-width: none;
        width: 80%;
        margin: 0;
    }
    .chobun-radio .radio-btn a{
        margin-top: 5px;
    }
    form .form-section .form-group div.pull-flex select{
        width: 45%;
    }
}

/* ---------------------------------------------------
	エリアページ　area
------------------------------------------------------ */

#area .sec2 h2{
    text-align: center;
    font-size: clamp(20px, 17.573px + 0.647vw, 30px);
    margin: 0 auto clamp(25px, 23.786px + 0.324vw, 30px);
}
#area .sec2 h2::after{
    content: "";
    border-bottom: solid 2px #7393B3;
    width: 100%;
    height: 2px;
    display: block;
    margin: 5px auto 0;
}
#area .sec2 .btn{
    margin: 0 auto clamp(40px, 30.291px + 2.589vw, 80px);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    
}

/* ---------------------------------------------------
	お悔み情報一覧ページ　list
------------------------------------------------------ */
.taC{
    text-align: center;
}
.mb-30{
    margin-bottom: clamp(15px, 11.359px + 0.971vw, 30px);
}

#area, #list{
    background: url(../img/background_img2.png),linear-gradient(0deg,rgba(177, 191, 216, 1) 0%, rgba(190, 219, 236, 1) 100%);
    background-size: cover;
    background-attachment: fixed;
}

#list .days{
    margin-bottom: clamp(25px, 23.786px + 0.324vw, 30px);
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#list .days .gray, #list .table a.btn-gr{
    background: #E2E2E2;
    color: #3B3B3B;
    border: solid 3px #E2E2E2;
    width: 150px;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}
#list .days .blue{
    background: #E6EEF4;
    color: #3B3B3B;
    border: solid 3px #E6EEF4;
    width: 150px;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}
#list .search{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: clamp(40px, 30.291px + 2.589vw, 80px);
}
#list .search .search-icon{
    display: inline-block;
    width: 30px;
}
#list .search input{
    margin: 0 10px;
}
#list .search .search_btn{
    background: #7393B3;
    border: solid 3px #7393B3;
    padding: 10px 15px;
    cursor: pointer;
}

#list .table.list h4.center{
    margin: 0 0 clamp(15px, 11.359px + 0.971vw, 30px) 0;
    text-align: center;
    font-size: clamp(20px, 19.301px + 0.453vw, 28px);
}
#list .table.list h4.center::after{
    content: "";
    border-bottom: solid 2px #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin: 5px auto 0;
}
#list .table.list h4.center:before{
    display: none;
}
#list .table.list h4.center.mt60{
    margin-top: 60px;
}
#list .table, .main-contents section{
    margin: 0 auto;
    width: 100%;
}
#list .table .shiki-tab{
    margin-bottom: 30px;
    background: #E6EEF4;
    padding: 30px 20px;
}
#list .table .shiki-tab:last-of-type{
    margin-bottom: 0;
}
#list .table ul{
    width: 100%;
    padding: 0;
    margin: 30px auto 0;
    background: #fff;
}
#list .table li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 30px!important;
    margin-bottom: 30px;
    border-bottom: solid 1px #7393B3;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
}
#list .table li:first-of-type{
    border-top: solid 1px #7393B3;
    padding-top: 30px !important;
}
#list .table  li .table-tit{
    font-size: 23px;
    font-weight: 700;
    border-top: none;
}
#list .table p{
    margin: 0;
}
#list .table .w30{
    width: 30%;
}
#list .table .w40{
    width: 40%;
}
#list .table .w50{
    width: 50%;
}
#list .table .w60{
    width: 60%;
}
#list .table p.mb-30{
    margin-bottom: clamp(15px, 11.359px + 0.971vw, 30px);
}
#list .table .btn-flex{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    
}
#list .table .btn-flex div{
    text-align: right;
    text-align: -webkit-right;
}
#list .table .btn-flex a{
    margin: 0;
    min-width: 150px;
    width: 150px;
}
#list .table.list .list-img{
    width: 200px;
    height: auto;
}
#list .table .btn-flex a{
    background: #7393B3;
    padding: 10px;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #7393B3;
    box-sizing: border-box;
}
#list .table a.w40{
    color: #3B3B3B;
    line-height: 1.8;
}
#list .table .name{
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}
#list .table .big-name{
    margin: 0 10px;
    font-size: clamp(25px, 23.786px + 0.324vw, 30px);
    font-weight: 800;
}
#list .table .hall{
    display: inline-block;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    color: #3B3B3B;
    background-color: #E6EEF4;
    margin-right: 5px;
    padding: 0px 5px 2px;
}


@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    #list .days{
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    #list .days .gray, #list .table a.btn-gr, #list .days .blue{
        width: 46%;
    }
    #list .table .w60,　#list .table .w50, #list .table .w30, #list .table .w40{
        width: 100%;
    }
    #list .table .shiki-tab{
        padding: 30px 10px;
    }
    #list .table.list li{
        flex-direction: column;
        padding-left: 0;
        padding: 0 15px 15px !important;
        margin-bottom: 15px;
    }
    #list .table.list li:first-of-type{
        padding-top: 15px !important;
    }
    #list .table .btn-flex{
        justify-content: space-between;
        margin-top: 20px;
        gap: 10px;
    }
    #list .table .btn-flex div{
        width: 30%;
    }
    #list .table .btn-flex a{
        min-width: 0;
        padding: 2px;
        width: auto;
        height: 60px;
    }
    #list .table.list .list-img{
        margin-bottom: 20px;
    }
}
