@charset "UTF-8";
/* CSS Document */


/* 公開時 非表示アイテム */
#hero a.bnr_catalog,
#scrollBanner,
#nav-menu .catalog { display: none;}


h2.topChapter {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #9B8568;
    margin: 80px 0 15px;
}
@media screen and (max-width:768px) {
    h2.topChapter {
        font-size: 26px;
        padding: 0;
    }
}

.mainBtn div a {
    display: block;
    padding: 20px 30px;
    border-radius: 15px;
    background-image: url(../img/btn_arrow.webp);
    background-position: bottom 35px right 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: #FFF;
    box-shadow: 2px 2px 4px rgb(170, 170, 170);
    opacity:1;
    margin: 0 auto;
    max-width: 400px;
}
.mainBtn div a:hover { opacity:.8; }

.mainBtn div a div {
    width: 100%; height:220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.mainBtn div a.solution div { background-image: url(../img/btn_main_img1.webp); }
.mainBtn div a.device div { background-image: url(../img/btn_main_img2.webp); }

.mainBtn div a p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #000;
    letter-spacing: 0.05em;
    text-align:center;
    padding: 5px 0;
}
.mainBtn div a.solution p {
    background-image: url(../img/logo_zeb_planner.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 70px;
}

@media screen and (max-width:768px) {

}




/*------------ トップ 事例スライダ ------------*/
.jirei-slide {
    width: 100%;
}

.jirei_item {
    margin: 0 5px 0 5px!important;
}
.jirei_item a {
    display: block;
    position: relative;
    width: 270px; height: 300px;
}
.jirei_item p {
    position: absolute;
    bottom: 0; left: 0;
    width: calc(100% - 20px);
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3em;
}

.jirei_item img {
    height: auto;
    width: 100%;
}

.jirei_thumb {
    width: 270px; height: 300px;
    background-position: center;
    background-size: cover;
}

.slick-prev:before,
.slick-next:before { color: #000066; }

.jirei-slide .dots-wrap {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.jirei-slide .dots-wrap li {
    width: 40px;
    height: 6px;
    margin: 0 5px;
    background: #CCC;
    cursor: pointer;
}

.jirei-slide .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.jirei-slide .dots-wrap li:hover,
.jirei-slide .dots-wrap li.slick-active {
    background: #9B8568;
}



ul.columnPanel {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
ul.columnPanel li {
    width: calc((100% - 60px) / 3);
}

ul.columnPanel li a {
    display: block;
    padding: 20px 30px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 2px 2px 4px rgb(170, 170, 170);
    opacity:1;
    transition: .2s;
}
ul.columnPanel li a:hover { opacity:.8; }

ul.columnPanel li a img {
    width: 100%; height:220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

ul.columnPanel li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #000;
    text-align: left;
}
ul.columnPanel li a p span {
    font-size: 12px;
    color: #5b5b5b;
}
ul.columnPanel li a p span::after {
  content: '\A';
  white-space: pre-wrap;
}

@media screen and (max-width:768px) {
    ul.columnPanel { display: block; }
    ul.columnPanel li { width: 100%; margin-bottom: 30px; }
}



.typeOfZeb div h4 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 200px;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}
.typeOfZeb .zeb h4 { background-color: #0071BC; }
.typeOfZeb .nearly h4 { background-color: #29ABE2; }
.typeOfZeb .ready h4 { background-color: #00A99D; }
.typeOfZeb .oriented h4 { background-color: #7AC943; }

.typeOfZeb div img { width: 80%; }

@media screen and (max-width:768px) {
    .typeOfZeb div img { width: 100%; }
}

.midashi-about {
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    color: #4A4A4A;
    border-left: 5px solid #046A81;
    padding-left: 10px;
}

.chapter_type1 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #046A81;
    margin: 80px 0 15px;
    padding-bottom: 10px;
    background-image: url(../img/chapter_bg_type1.webp);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.chapter_type2 {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #4A4A4A;
    margin: 60px 0 30px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #4A4A4A;
}
.chapter_type3 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    margin: 60px 0 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4A4A4A;
}

.chapter_works {
    width: 100%;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 55px;
    color: #4A4A4A;
    margin: 0;
    background-image: url(../img/chapter_bg_works.webp);
    background-size: contain;
    background-position: top 50px left;
    background-repeat: no-repeat;
}
.chapter_works span::after {
        content: '\A';
        white-space: pre-wrap;
}
.chapter_works span { font-size: 21px; }



h3.balloon {
    font-size: 30px;
    font-weight: bold;
    color: #046A81;
    line-height:140px;
    width: 530px; height: 185px;
    background-image: url(../img/chapter_bg_balloon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 15px;
}
h3.balloon + h4 {
    font-size: 30px;
    font-weight: bold;
    color: #4A4A4A;
    line-height:1.4em;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .chapter_type1 { font-size: 24px;}
    h3.balloon {
        width: 100%; height: 120px;
        line-height:90px;
        font-size: 26px;
    }
    h3.balloon + h4 {
        font-size: 24px;
        font-weight: bold;
        color: #4A4A4A;
        line-height:1.4em;
        margin-bottom: 30px;
    }

    .chapter_works {
        font-size: 24px;
        line-height: 30px;
        background-position: top 28px left;
    }
    .chapter_works span { font-size: 14px; }
}

a.columnBtn {
    display: block;
    margin: 60px auto 30px;
    width: 550px;
    border: 1px solid #4A4A4A;
    background-color: #FFF;
    text-decoration: none;
}
a.columnBtn.mini { width: 450px; }
a.columnBtn p {
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #4A4A4A;
    background-image: url(../img/btn_arrow.webp);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 30px 30px;
}
a.columnBtn div {
    background-color: #777777;
    padding: 10px;
    color: #FFF;
    font-size: 18px;
}
a.columnBtn:hover div {
    background-color: #afafaf;
}
a.columnBtn div span {
    background-color: #FFF;
    color: #4A4A4A;
    padding: 2px 5px;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    a.columnBtn,
    a.columnBtn.mini { width: 80%; }
    a.columnBtn p { font-size: 18px; line-height: 50px;}
    a.columnBtn div span::after {
        content: '\A';
        white-space: pre-wrap;
    }
}



/***********************************************************************
 * ZEBプランナー実績
 ********************************************************************* */
.plannerBox {
    width: 100%;
    margin: 50px auto 0;
    padding: 15px 80px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

table.plannerTable {
    height: 100%;
}

.plannerBox .border_year {
    padding: 5px 0;
    background-color: hsl(0, 0%, 88%);
}

.plannerBox .caseLink {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}


p.source { font-size: 13px; text-align: right; }
.plannerBox .caseLink,
.plannerBox .border_year,
.plannerBox .source {
  clear: both;
}
.plannerBox .border_year,
.plannerBox .source { margin: 15px 0 10px;}
.plannerBox .caseLink a {
  display: block;
  width: 260px;
  margin-right: 30px;
}
.plannerBox .caseLink a:hover { text-decoration: none;}
.plannerBox .caseLink a:last-child { margin-right: 0px;}
.plannerBox .caseLink a img { width: 260px; height: auto; }
.plannerBox .caseLink a p {
  line-height: 1.4em;
  font-size: 13px;
  color: #4d4d4d;
  text-decoration: none;
  padding: 10px 0 15px 30px;
}
.plannerBox .caseLink a p {
  background: url("/jp/solution/zeb/img/achievements/pdf01.png") no-repeat left 5px ;
}

.plannerBox .di-f { margin: 30px 0; }
.plannerBox .di-f p { text-align: center;}

img.planner_logo_l {
    display: block;
    width: 180px;
    margin: 0 auto;
}
img.planner_logo_m {
    display: block;
    width: 150px; height: auto;
    margin: 0 auto;
}
img.bells_logo {
    display: block;
    width: 180px;
}
@media screen and (max-width:768px) {
    img.planner_logo_m { width: 100px; }
    img.planner_logo_l { width: 150px; }
    img.bells_logo { width: 250px; margin: 0 auto; }
    .plannerBox { width: 100%; padding: 10px ; }
    .plannerBox .caseLink a {
        width: 100%;
        margin-right: 0;
    }
    .plannerBox .caseLink a img { width: 100% }
}





.worksHeader {
    display: flex;
    align-items:center;
    margin: 30px 0 50px;
}
.worksHeader img,
.worksHeader p { width: 50%; }
.worksHeader p {
    background-color: #046A81;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #FFF;
    padding: 50px 0 50px 30px;
}



.figBlock650 {
    width: 650px;
    margin: 50px auto 50px;
}
.figBlock850 {
    width: 850px;
    margin: 50px auto 50px;
}
.figBlock1000 {
    width: 100%;
    margin: 50px auto 50px;
}
.figBlock650 img,
.figBlock850 img,
.figBlock1000 img { width: 100%; }



.worksImg { margin-bottom: 30px; }
.worksImg img {
    width: 100%;
}
.worksImg .caption_M {
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 0 0;
}

@media screen and (max-width:768px) {
    .worksHeader { display: block; }
    .worksHeader img { width: 100%; }
    .worksHeader p {
        font-size: 21px;
        width: calc(100% - 30px);
        padding: 30px 0 30px 30px;
    }
    .figBlock850,
    .figBlock650 { width: 100%; }
}


.catalog_dl_area {
    width: 60%;
    border: 5px solid #9B8568;
    padding: 30px;
    display: flex;
    margin: 0 auto;
    background-color: #FFF;
}
.catalog_dl_area img {
    width: 20%;
}
.catalog_dl_area div {
    width: calc(100% - 20%);
}
.catalog_dl_area div p {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
    color: #9B8568;
    text-align: center;
    padding: 10px 0 30px ;
}
.catalog_dl_area div a,
a.commonBtn {
    font-size: 24px;
    color: #9B8568;
    padding: 15px 60px 15px 30px;
    border: 1px solid #9B8568;
    background-image: url(../img/dl_btn_arrow.webp);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right 15px;
    transition: .2s;
}
.catalog_dl_area div a:hover,
a.commonBtn:hover,
a.commonBtn:hover span {
    background-color:#9B8568;
    color: #FFF!important;
}
@media (max-width: 768px) {
    .catalog_dl_area {
        padding: 30px 10px 50px;
    }
    .catalog_dl_area,
    .catalog_dl_area img {
        width: 100%;
        display: block;
    }
    .catalog_dl_area div {
        width: 100%;
    }
    .catalog_dl_area img {
        width: 50%;
        margin: 0 auto;
    }
    .catalog_dl_area div p {
        font-size: 21px;
    }
    a.commonBtn { display: block; }
}


ul.worksList {
    width: 100%;
}
ul.worksList li {
    border-bottom: 1px solid #4A4A4A;
    padding: 30px;
    transition: .2s;
}
ul.worksList li:hover { background-color: #F5F5F5;}
ul.worksList li a {
    display: flex;
    color: #4d4d4d;
}
ul.worksList li a img {
    width: 430px; height: 260px;
}
ul.worksList li a div {
    padding: 50px 0 0 30px;
    text-align: left;
}
ul.worksList li a div h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    ul.worksList li a {
        display: block;
    }
ul.worksList li a img {
    width: 100%; height: auto;
}
ul.worksList li a div {
    padding: 20px 0 0 0;
}
ul.worksList li a div h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
ul.worksList li a div p {
    font-size: 16px;
    line-height: 1.5em;
}
}

ul.anchorBtn {
    width: 100%;
    margin: 100px 0 0;
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
ul.anchorBtn li { }
ul.anchorBtn li a {
    display: block;
    width: 480px; height: 150px;
    background-repeat: no-repeat;
    background-size: 480px 150px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
ul.anchorBtn li a:hover { opacity: .6;}
ul.anchorBtn li.light a { background-image: url(../img/edge_btn_light.webp); }
ul.anchorBtn li.ac a { background-image: url(../img/edge_btn_ac.webp); }


@media (max-width: 768px) {
    ul.anchorBtn {
        margin: 60px 0 30px;
        gap: 5px;
    }
    ul.anchorBtn li a {
        width: 180px; height: 175px;
        background-size: 180px 175px;
    }
    ul.anchorBtn li.light a { background-image: url(../img/edge_btn_light_sp.webp); }
    ul.anchorBtn li.ac a { background-image: url(../img/edge_btn_ac_sp.webp); }

}


.edgeCategory {
    width: 100%;
    background-image: url(../img/edge_pattern.gif);
    background-repeat: repeat;
    margin: 0 auto 50px;
    padding: 15px 0;
    font-size: 34px;
    font-weight: bold;
    color: #FFF;
    border-radius: 0 0 30px 30px;
}
.edgeCategory span::before {
    content: '\A';
    white-space: pre-wrap;
}
.edgeCategory span { font-size: 24px;}

@media (max-width: 768px) {
    .edgeCategory { font-size: 24px; line-height: 1em;}
    .edgeCategory span { font-size: 16px;}
}


.innerTitle {
    background-color: #4A4A4A;
    border-radius: 15px;
    padding: 15px 30px;
    width: 350px;
    margin: -70px auto 50px;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 768px) {
    .innerTitle {
        margin: -50px auto 30px;
        font-size: 21px;
    }
}

.txtXS { font-size: 13px!important; }
.txtS { font-size: 18px!important; line-height: 1.4em!important;  }
.txtM { font-size: 32px!important; line-height: 1.4em; }

@media (max-width: 768px) {
    .txtXS { font-size: 13px!important; }
    .txtS { font-size: 18px!important; }
    .txtM { font-size: 21px!important; }
}

.edgeMidashi {
    background-color: #EBE7E1;
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    margin: 50px 0 30px;
}
.edgeMidashi h3 {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
}
.edgeMidashi p {
    font-size: 13px;
    margin-top: 10px;
}

.edgeMidashi.mini {
    padding: 10px 0;
    background-color: #5C9EAD;
}
.edgeMidashi.mini h3 {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
}

p.num {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: top 10px left;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
p.num.one { background-image: url(../img/edge_num_1.webp); }
p.num.two { background-image: url(../img/edge_num_2.webp); }
p.num.three { background-image: url(../img/edge_num_3.webp); }

em.box {
    border: 1px solid #4d4d4d;
    padding: 3px 10px;
    vertical-align: middle;
    line-height: 1.3em;
}
em.box.blue { border-color:#046A81; color:#046A81;}
em.box.red { border-color:#E50012; color:#E50012; padding: 1px 5px;}

em.tape {
    background-color: #EBE7E1;
    line-height: 1.4em;
    padding: 10px 50px;
    letter-spacing: 0.4em;
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width:768px) {
    .edgeMidashi h3 { font-size: 18px; }
    p.num {
        padding-left: 35px;
        background-position: top left;
        font-size: 24px;
        line-height: 1.4em;
    }
}

p.dataNum {
    font-size:60px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    text-align: center;
}

.blue,
p.dataNum.blue { color: #046A81; }

p.dataNum span { font-size: 26px; }

table p.dataNum,
.blocks.col .resultsBox p.dataNum {font-size:30px; text-align:center;}
table p.dataNum span,
.blocks.col .resultsBox p.dataNum span {font-size: 18px;}


.resultsBox {
    width: 80%;
    background-image: url(../img/edge_pattern.gif);
    background-repeat: repeat;
    padding: 15px;
    margin: 30px auto 10px;
    color: #FFF;
    border-radius: 30px;
}
.blocks.col .resultsBox { width: 100%; }

@media screen and (max-width:768px) {
    .resultsBox {width: 100%; padding: 30px 15px 15px; }
    .resultsBox p.dataNum { line-height: .6em; }
}









/*
=================================================
=================================================


テーブル関連


=================================================
=================================================
*/

.table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .table-wrap { width: 100%; }
}

.edge_tb {
    width: 850px;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
}
.edge_tb th,
.edge_tb td {
    border-bottom: 1px solid #3b2a2a;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
}

/***********************************************************************
 * 京都ビル　表組み
 ********************************************************************* */
  .works_kyoto_tb {
    width: 850px;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #3b2a2a;
    margin: 0 auto;
  }

  .works_kyoto_tb th,
  .works_kyoto_tb td {
    border: 1px solid #3b2a2a;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
  }

  .works_kyoto_tb .blank {
    background: #f5f5f5;
  }

  .works_kyoto_tb .head-left {
    background: #35a7dc;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .works_kyoto_tb .head-right {
    background: #10c7c8;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .works_kyoto_tb .subhead,
  .works_kyoto_tb .col-left,
  .works_kyoto_tb .col-center,
  .works_kyoto_tb .col-right {
    background: #cfe3ec;
  }

  .works_kyoto_tb .col-right {
    background: #d3ecea;
  }

  .works_kyoto_tb .item {
    background: #ffffff;
    text-align: left;
    font-size: 16px;
    padding-left: 14px;
    white-space: nowrap;
  }

  .works_kyoto_tb .num {
    font-size: 16px;
  }

  .works_kyoto_tb .change {
    font-size: 16px;
  }

  .works_kyoto_tb .small {
    font-size: 16px;
  }

  .works_kyoto_tb col.col-item   { width: 22%; }
  .works_kyoto_tb col.col-nearly { width: 11%; }
  .works_kyoto_tb col.col-change { width: 38%; }
  .works_kyoto_tb col.col-ready  { width: 29%; }

  @media (max-width: 768px) {
    .table-wrap {
        width: 100%;
    }
    .works_kyoto_tb th,
    .works_kyoto_tb td {
      padding: 8px 10px;
      border-width: 2px;
    }

    .works_kyoto_tb {
      border-width: 2px;
      min-width: 850px;
    }

    .works_kyoto_tb .head-left,
    .works_kyoto_tb .head-right {
      font-size: 18px;
    }

    .works_kyoto_tb .item {
      font-size: 18px;
    }

    .works_kyoto_tb .num {
      font-size: 18px;
    }

    .works_kyoto_tb .change {
      font-size: 17px;
    }

    .works_kyoto_tb .small {
      font-size: 14px;
    }
  }



  /* =========================
     この表専用
  ========================= */
  .aircon-table { width: 100%; }

  .aircon-table col.col-type   { width: 15%; }
  .aircon-table col.col-name   { width: 40%; }
  .aircon-table col.col-units  { width: 14%; }
  .aircon-table col.col-power  { width: 17%; }
  .aircon-table col.col-total  { width: 14%; }

  .aircon-table th,
  .aircon-table td {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .aircon-table .item {
    font-size: 16px;
  }

  .aircon-table .num {
    font-size: 16px;
  }

  .aircon-table .total-row td {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .aircon-table th.label-gas { background-color: #63A3B1;}
  .aircon-table th.label-electric { background-color: #B3A28C;}

  @media (max-width: 768px) {
    .aircon-table {
      min-width: 760px;
    }

    .aircon-table th,
    .aircon-table td,
    .aircon-table .item,
    .aircon-table .num,
    .aircon-table .total-row td {
      font-size: 16px;
    }
  }








  /*
=================================================
=================================================


コラム記事 関連


=================================================
=================================================
*/

/* タイトル・見出し */
.column_title {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 55px;
    color: #4A4A4A;
    margin: 0 0 50px;
    
    background-image: url(../img/chapter_bg_works.webp);
    background-size: contain;
    background-position: top 50px left;
    background-repeat: no-repeat;
}
.column_title i {
    font-size: 24px;
}
.column_title span::after {
        content: '\A';
        white-space: pre-wrap;
}
.column_title span {
    font-size: 28px;
    color: #5C9EAD;
    letter-spacing: .6em;
}
.column_title em {
    position: absolute;
    top: 10px; right: 0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
}

@media (max-width: 768px) {
    .column_title {
        font-size: 21px;
        line-height: 35px;
        margin: 0 0 50px;
        background-position: top 30px left;
    }
    .column_title span {
        font-size: 14px;
        color: #5C9EAD;
        letter-spacing: .1em;
    }
    .column_title em {
        top: 3px; right: 0;
        font-size: 14px;
    }
}
.mds,
.mds_line {
    font-size: 20px;
    padding-bottom: 5px;
}
.mds_line { border-bottom: 1px solid #C9C9C9; }




/* 段落処理　indent */
.blocks > section.indentBlock {
    padding-left: 20px;
    text-align: left;
}
.blocks > section.indentBlock > section.indentBlock {
    padding-left: 33px;
}
.blocks > section.indentBlock > section.indentBlock > section.indentBlock {
    padding-left: 33px;
}







/* リストスタイル */
ul.list_Dot { list-style: none; font-size: 18px; }
ul.list_Dot li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.list_Dot li::before {
  content: '・';
}


ol.list_num {
  list-style: none;
  counter-reset: number;
}
ol.list_num li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
ol.list_num li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}

ol.list_num.gold li::before { border: 1px solid #9B8568; }




/* COLOR */
.gold { color: #9B8568;}