@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.toplinkbtn{
	width:80%;
	background: #ae853d url(img/btn_arrow_white.png) no-repeat right 30px center;
}
/* oki_20220509 */

  .top_cate_link a{
      text-decoration: none;
      color:#fff;
  }


    .kanren {
      border: 3px solid #ff5252;
      border: 1px solid #bfbfbf;
      padding: 20px 30px ;
      margin: 30px 0;
      position: relative;
      box-sizing: border-box;
      z-index: 0;
  }
  .midasi {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px;
  }
  .kanren br {
      display: none;
  }

  /* アコーディオンのときに下記追加 */
  .readmore-content {
      position: relative;
      overflow: hidden;
      height: 100px;
  }
  /* .readmore-content::before { */
      /* display: block; */
      /* position: absolute; */
      /* bottom: 0; */
      /* left: 0; */
      /* width: 100%; */
      /* content: ""; */
      /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
      /* height: 50px; */
      /* z-index: 1; */
      /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%); */
      /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%); */
  /* } */

  /* 続きを読むボタン */
  .readmore-label{
      display: table;
      bottom: 5px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: 5px auto;
      z-index: 2;
      padding: 6px 15px;
      background-color: #ff7777;
      background-color: #ae853d;
      /* border-radius: 20px; */
      color: #FFF;
      font-weight: bold;
  }
  .readmore-label:before{
      content: "\7D9A\304D\3092\8AAD\3080";
  }

  .readmore-check{
      display: none;
  }
  /*チェック時にボタンを非表示*/
  .readmore-check:checked ~ .readmore-label{
      position: static;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
      /* display: none; */
  }
  .readmore-check:checked ~ .readmore-label:before{
      content: "\9589\3058\308B";
  }
  /*チェック時に高さを自動に戻す*/
  .readmore-check:checked ~ .readmore-content{
      height: auto;
  }
  /*チェック時グラデーション等を削除*/
  .readmore-check:checked ~ .readmore-content::before {
      display: none;
  }

  /* oki_20220509 */




  /* oki_20230515 */

    p.cap {
        font-size: 0.8em;
        color: gray;
        word-break: break-all;
        margin-top: 10px;
		text-align: center;
    }
    #index p.cap-l,
    #category p.cap-l,
	#page p.cap-l {
        font-size: 0.8em;
        color: gray;
        word-break: break-all;
        margin-top: 10px;
		margin-bottom:10px;
		text-align: left;
    }
#header h1:before,
#header .site_ttl:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  line-height: 1.5;
  margin-right: 1rem;
  padding: 0 1rem;
}
footer .copyright a:before {
  content: "【PR】";
}











/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    #header h1, #header .site_ttl {
      padding-right: 70px;
    }
    /*//////side_共通バナー start//////*/
    #side .design_banner {
      margin-bottom: 20px;
      padding: 10px 10px 10px;
      border-top: 6px solid #767171;
      background: #D3C3A9 url(https://www.bereaved-funeralrites.com/wp/wp-content/themes/wp100/img/freespace_bg.jpg) no-repeat center top;
    }
    #side .design_banner .inner {
      padding: 10px 10px 10px;
      background: rgba(255, 255, 255, 0.7);
    }
    #side .design_banner p {
      margin-bottom: 10px;
      line-height: 1.5;
    }
    #contents #side .design_banner .title {
      margin: 0 0 10px;
      padding: 10px 5px;
      color: #FFF;
      font-size: 15px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      border-right: 4px solid #B0522F;
      border-left: 4px solid #B0522F;
      background: url(https://www.bereaved-funeralrites.com/wp/wp-content/themes/wp100/img/common/h2_bg.jpg) repeat left top;
    }
    #side .design_banner .title a {
      text-decoration: none;
      color: #fff;
    }
    #side .design_banner .title a:hover {
      opacity: 0.5;
    }
    #side .design_banner .photo {
      margin: 0 0 11px;
    }
    #side .design_banner .photo img {
      max-width: 100%;
    }
    #side .design_banner .side-btn_pc {
      padding: 10px;
      display: block;
      font-size: 15px;
      width: 100%;
      color: #fff;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.7;
      text-align: center;
      text-decoration: none;
      background: #b0522f url(img/btn_arrow_white.png) no-repeat 97% center;
      margin-bottom: 5px;
    }
    #side .design_banner .side-btn_pc:hover {
      background-color: #305F00;
    }
    #side .design_banner .side-btn_sp {
      display: none;
    }
    /*//////side_共通バナー end//////*/
    /*//////ページ下部_共通バナー start//////*/
    div#sp-common_banner {
      display: none;
    }
    #common_banner {
      color: #000;
      max-width: 720px;
      width: 100%;
      margin: 0 auto;
      background: url(https://www.bereaved-funeralrites.com/wp/wp-content/uploads/bg_img.png) center center;
      min-height: 100%;
      max-height: 100%;
      border: 3px solid #325569;
      padding: 20px 0;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      opacity: 0.9;
    }
    .m_title {
      text-align: center;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .m_title span.m_txt {
      vertical-align: -50%;
      line-height: 1.4;
    }
    .m_title span.s_txt01 {
      font-size: 26px;
      font-weight: bold;
      color: #000000;
      margin-right: 5px;
      text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
    }
    .m_title span.s_title02 {
      display: block;
      font-size: 27px;
      font-weight: bold;
      color: #000000;
      text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
    }
    span.large_red_marker {
      color: #b0522f;
      font-size: 36px;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    }
    span.c_marker {
      color: #E64B6B;
      font-size: 30px;
    }
    span.small_txt {
      font-size: 18px;
    }
    #common_banner .service_box span.red_marker {
      color: #b0522f;
      font-size: 30px;
      font-weight: bold;
      text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
      margin-right: 5px;
    }
    #common_banner .service_box span.yen_txt {
      color: #b0522f;
      font-size: 13px;
      font-weight: bold;
      text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
    }
    #main .service_box span.zyoutai_txt {
      color: #111;
      font-size: 16px;
      background: none;
    }
    .service_list {
      width: 100%;
      text-align: center;
    }
    .main_contents {
      display: inline-block;
      padding: 7px 10px;
      width: 233px;
      max-width: 100%;
      box-sizing: border-box;
      max-height: 100%;
      height: 100%;
    }
    .main_contents img {
      position: absolute;
      left: 36%;
      top: 95%;
    }
    .service_box {
      display: inline-block;
      margin: 0;
      padding: inherit;
      width: 220px;
      max-width: 100%;
      color: #555;
      font-size: 16px;
      box-sizing: border-box;
      height: 100%;
      max-height: 100%;
    }
    .service_box.sakura_con {
      border: solid 3px #83A269;
      background-color: #83a26994;
    }
    .service_box.tomoe_con {
      border: solid 3px #e6b422;
      background-color: #e6b4228a;
    }
    .service_box.zuiundou_con {
      border: solid 3px #608aab;
      background-color: #608aab7a;
    }
    #common_banner p.large_text {
      line-height: 1.4;
      font-size: 21px;
      text-align: center;
      padding: 10px 5px;
      margin-top: 0;
      margin-bottom: 5px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #fff;
    }
    #common_banner p.large_text.sakura {
      background-color: #83A269;
    }
    #common_banner p.large_text.tomoe {
      background-color: #daa520;
    }
    #common_banner p.large_text.zuiundou {
      background-color: #608aab;
    }
    #common_banner p.price {
      line-height: 1.5;
      margin: 0;
      text-align: center;
      padding: 0;
    }
    #common_banner p.btn {
      margin: 5px 0;
      display: block;
      text-align: center;
      width: 100%;
    }
    #common_banner p.btn a {
      text-decoration: none;
      color: #fff;
      display: inline-block;
      width: 100%;
      background-color: #b0522f;
      padding: 10px;
      font-weight: normal;
      color: #fff;
      line-height: 1.5;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 18px;
    }
    #common_banner p.btn a:hover {
      background-color: #305F00;
    }
    /*//////ページ下部_共通バナー end//////*/
  }
  
  .wr03_table-row table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px;
    border: none;
  }
  
  .wr03_table-row table th, .wr03_table-row table td {
    border: 1px solid #aaa;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
  }
  
  .wr03_table-row table th {
    font-size: 16px;
    font-weight: bold;
    background-color: #BB8940;
    color: #fff;
  }
  
  .btn-sougi {
    margin: 10px auto;
    width: 100%;
    padding: 5px 5px 5px 5px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FFF;
    background: #694ba0 url(img/btn_arrow_white.png) no-repeat 298px center;
    box-shadow: 0 0 4px #999;
  }
  
  /*----------------------------------------------------
        SPサイトcss
    ----------------------------------------------------*/
  
  @media screen and (max-width: 599px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    /*//////side_sp共通バナー//////*/
    #side .design_banner {
      margin-bottom: 20px;
      padding: 10px 10px 10px;
      border-top: 6px solid #767171;
      background: #D3C3A9 url(img/design_banner_bg.jpg) no-repeat center top;
    }
    #side .design_banner .inner {
      padding: 10px 10px 10px;
      background: rgba(255, 255, 255, 0.7);
    }
    #side .design_banner p {
      margin-bottom: 10px;
      line-height: 1.5;
    }
    #contents #side .design_banner .title {
      margin: 0 0 10px;
      padding: 10px 5px;
      color: #FFF;
      font-size: 22px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      border-right: 4px solid #B0522F;
      border-left: 4px solid #B0522F;
      background: url(https://www.bereaved-funeralrites.com/wp/wp-content/themes/wp100/img/common/h2_bg.jpg) repeat left top;
    }
    #side .design_banner .title a {
      text-decoration: none;
      color: #fff;
    }
    #side .design_banner .title a:hover {
      opacity: 0.5;
    }
    #side .design_banner .photo {
      margin: 0 0 11px;
    }
    #side .design_banner .photo img {
      max-width: 100%;
    }
    #side .design_banner .side-btn_sp {
      padding: 10px 0;
      display: block;
      font-size: 17px;
      width: 100%;
      color: #fff;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.7;
      text-align: center;
      text-decoration: none;
      background: #b0522f url(img/btn_arrow_white.png) no-repeat 96% center;
      margin-bottom: 5px;
    }
    #side .design_banner .side-btn_sp:hover {
      background-color: #305F00;
    }
    #side .design_banner .side-btn_sp {
      display: block;
    }
    #side .design_banner .side-btn_pc {
      display: none;
    }
    /*//////side_sp共通バナー end//////*/
    /*//////ページ下部_共通バナー start//////*/
    div#common_banner {
      display: none;
    }
    div#sp-common_banner {
      display: block;
    }
    #sp-common_banner {
      color: #000;
      margin: 0 auto;
      max-width: 599px;
      width: 100%;
      padding-top: 2px;
      background: url(https://www.bereaved-funeralrites.com/wp/wp-content/uploads/bg_img) center top;
      overflow: hidden;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .sp-main_contents {
      position: relative;
      display: inline-block;
      padding: 7px 10px;
      width: 100%;
      box-sizing: border-box;
      max-height: 100%;
    }
    .sp-service_box {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 100%;
      color: #555;
      font-size: 16px;
      border: solid 3px #555;
      box-sizing: border-box;
    }
    #sp-common_banner .sp_m_title {
      padding-top: 20px;
      text-align: center;
      vertical-align: middle;
    }
    #sp-common_banner .sp_m_title span.s_txt01 {
      font-size: 22px;
      font-weight: bold;
      color: #000000;
      margin-right: 5px;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
      line-height: 1.2;
      margin: 7px 0;
    }
    #sp-common_banner .sp_m_title span.s_title02 {
      font-size: 22px;
      font-weight: bold;
      color: #000000;
      margin-right: 5px;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
      line-height: 1.4;
      margin: 7px 0;
      display: block;
    }
    .sp_m_title span.c_marker {
      color: #E64B6B;
      font-size: 25px;
    }
    .sp_m_title span.large_red_marker {
      color: #c31f00;
      font-size: 28px;
      font-weight: bold;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
      margin-right: 5px;
    }
    #sp-common_banner .sp-service_box span.red_marker {
      color: #b0522f;
      font-size: 40px;
      font-weight: bold;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
      margin-right: 5px;
      border-bottom: none;
      background: none;
    }
    #sp-common_banner .sp-service_box span.yen_txt {
      color: #b0522f;
      font-size: 15px;
      font-weight: bold;
      background: none;
      text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    }
    #sp-common_banner .sp-service_box span.zyoutai_txt {
      color: #111;
      font-size: 25px;
      background: none;
    }
    .sp_m_title span.small_txt {
      font-size: 18px;
    }
    #sp-common_banner .service_list {
      max-width: 599px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }
    #sp-common_banner p.large_text {
      font-weight: bold;
      line-height: 1.4;
      font-size: 28px;
      text-align: center;
      padding: 10px;
      margin-top: 0;
      margin-bottom: 0;
      color: #fff;
    }
    #sp-common_banner span.r_txt {
      color: #db245b;
      background-color: #fff;
      font-size: 25px;
    }
    #sp-common_banner span.g_txt {
      color: #1e6439;
      background-color: #fff;
      font-size: 25px;
    }
    #sp-common_banner span.b_txt {
      color: #2860a3;
      background-color: #fff;
      font-size: 25px;
    }
    #sp-common_banner p.large_text.sakura {
      background: #83A269;
    }
    .sp-service_box.sakura {
      background-color: #83a269a1;
    }
    #sp-common_banner p.large_text.tomoe {
      background: #daa520;
    }
    .sp-service_box.tomoe {
      background-color: #e6b4228a;
    }
    #sp-common_banner p.large_text.zuiundou {
      background: #608aab;
    }
    .sp-service_box.zuiundou {
      background-color: #608aab7a;
    }
    #sp-common_banner p.price {
      line-height: 1.5;
      margin: 0;
      text-align: center;
      font-size: 26px;
      padding: 10px;
    }
    #sp-common_banner p.btn {
      position: relative;
      left: 0;
      background: #b0522f;
      font-size: 21px;
      font-weight: bold;
      color: #fff;
      line-height: 1.5;
      padding: 15px 10px;
      margin: 0 auto 20px;
      display: block;
      margin-bottom: 0;
      text-align: center;
      line-height: 1.3;
    }
    #sp-common_banner p.btn a {
      color: #fff;
      text-decoration: none;
    }
    .wr03_table-row table {
      border-collapse: collapse;
      border-spacing: 0;
      empty-cells: show;
      font-size: 14px;
      width: 100%;
      margin-bottom: 20px;
      border: none;
    }
    .wr03_table-row table thead {
      display: none;
    }
    .wr03_table-row table th, .wr03_table-row table td {
      border: 1px solid #aaa;
      text-align: center;
      word-break: break-all;
      vertical-align: middle;
      padding: 20px;
      display: block;
      margin: -1px;
    }
    .wr03_table-row table th {
      font-size: 16px;
      font-weight: bold;
      background-color: #BB8940;
      color: #fff;
    }
    .wr03_table-row table td:last-child {
      margin-bottom: 20px;
    }
    .wr03_table-row table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-align: left;
      color: #BB8940;
      word-break: break-all;
      vertical-align: middle;
      display: block;
      font-size: 16px;
    }
    /*//////ページ下部_共通バナー end//////*/
  p.time_function {
      font-size: 12px;
  }
  }
  
  /*----------------------------------------------------
  table
  https://www.bereaved-funeralrites.com/
  https://www.bereaved-funeralrites.com/plan/family_funeral.html
  ----------------------------------------------------*/
  /*SP*/
  @media screen and (max-width: 599px) {
    .wr01_table-scroll{
      margin: 20px 0px;
      width: auto;
      white-space: nowrap;
      padding-bottom: 10px;
      overflow-x: scroll;
    }
    .wr01_table-scroll::-webkit-scrollbar{
      height: 10px;
    }
    .wr01_table-scroll::-webkit-scrollbar-track{
      background: #f1f1f1;
      border-radius: 5px;
    }
    .wr01_table-scroll::-webkit-scrollbar-thumb{
      background: #bcbcbc;
      border-radius: 5px;
    }
    .wr01_table-scroll table {
      border-collapse:collapse;
      border-spacing:0;
      empty-cells:show;
      font-size: 14px;
      width: 100%;
      margin: 0;
      border: none;
    }
    #category .wr01_table-scroll table th,
    #category .wr01_table-scroll table td,
    #index .wr01_table-scroll table th,
    #index .wr01_table-scroll table td {
      border: 1px solid #aaa;
      display: table-cell;
      text-align: center;
      word-break: break-all;
      vertical-align: middle;
      padding: 5px 10px;
      font-size: 13px;
    }
    #category .wr01_table-scroll table td ul,
    #index .wr01_table-scroll table td ul {
      margin: 0;
      text-align: left;
    }
    #category .wr01_table-scroll table td ul li,
    #index .wr01_table-scroll table td ul li {
      font-size: 14px;
    }
    #category .wr01_table-scroll table th,
    #index .wr01_table-scroll table th {
      font-size: 16px;
      font-weight: bold;
      background-color: #BB8940;
      color: #fff;
      padding: 5px;
    }
    .wr01_table-scroll table tr td:nth-child(2) {
      text-align: left;
    }
    #category .wr01_table-scroll table td .btn-sougi,
    #index .wr01_table-scroll table td .btn-sougi {
      margin: 10px auto;
      width: 240px;
      padding: 5px 5px 5px 5px;
      display: block;
      color: #fff;
      font-size: 14px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.7;
      text-align: center;
      text-decoration: none;
      border: 2px solid #FFF;
      background: #694ba0 url(img/btn_arrow_white.png) no-repeat 298px center;
      box-shadow: 0 0 4px #999;
    }
    #category .wr01_table-scroll table td  .btn-tel,
    #index .wr01_table-scroll table td  .btn-tel {
      margin: 13px auto;
      padding: 10px;
      display: block;
      color: #fff;
      font-size: 13px;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.7;
      text-align: center;
      text-decoration: none;
      background: url(img/sp/tel_img.png) no-repeat 4% center, url(img/sp/btn_arrow_white.png) no-repeat 95% center,#488635;
      background-size: 16px auto,7px auto,100%;
      border: 2px solid #FFF;
      box-shadow: 0 0 2px #999;
      width: 80%;
    }
  }
  /*SP*/
  
  /*PC*/
  @media screen and (min-width: 600px) {
    .wr01_table-scroll{
      margin: 20px 0px;
      width: auto;
      white-space: nowrap;
      padding-bottom: 10px;
      overflow-x: scroll;
    }
    .wr01_table-scroll::-webkit-scrollbar{
      height: 10px;
    }
    .wr01_table-scroll::-webkit-scrollbar-track{
      background: #f1f1f1;
      border-radius: 5px;
    }
    .wr01_table-scroll::-webkit-scrollbar-thumb{
      background: #bcbcbc;
      border-radius: 5px;
    }
    .wr01_table-scroll table {
      border-collapse:collapse;
      border-spacing:0;
      empty-cells:show;
      font-size: 14px;
      width: 100%;
      margin: 0;
      border: none;
    }
    .wr01_table-scroll table th,
    .wr01_table-scroll table td {
      border: 1px solid #aaa;
		      background-color: #ffffff;
      text-align: left;
      word-break: break-all;
      vertical-align: middle;
      padding: 10px 20px;
      font-size: 13px;
    }
    #category .wr01_table-scroll table td ul,
    #index .wr01_table-scroll table td ul {
      margin: 0; 
    }
    .wr01_table-scroll table th{
      font-size: 16px;
      font-weight: bold;
      background-color: #BB8940;
      color: #fff;
    }
    .wr01_table-scroll table tr td:nth-child(2) {
      text-align: left;
    }
  }
  /*PC*/
  