.jtpl-section{
  margin-bottom:80px;
}
#cc-m-15992349824 {
  padding: 1px 80px;
  margin: 0 auto;
}

.left-box{
  width:20%;
  float:left;
  padding:5px 0;
}
.left-box .left-main{
  width:210px;
  float: right;
}
.left-box .left-main ul{
  padding-left: 0;
}
.left-box .title{
  float:right;
  text-align:left !important;
  margin:0;
  width: 100%;
}
.left-box .title :before{
  width:100%;
  bottom:-13px
}
.left-box .title span{
  font-size: 2.2rem;
}
.right-box{
  width:80%;
  float:right;
}
.right-box .right-title{
  text-align: center;
  padding:0 80px;
}
.right-box .title{
  width:100%;
  text-align:left !important;
}
.right-box .title span{
  font-size: 2.2rem;
}
.right-box .title :before{
  width:100%;
  bottom:-13px
}

/*アーカイブ*/
#cardlayout-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 2em 0;
  max-width: 960px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  float:right;
}

.card-list {
  margin: 0.5em auto;
  padding: 5px 10px 5px 0;
  width: 96%;
  background: none;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); */
  text-align: left;
}
.card-list li a{
  color:#025197;
  display: flex;
  align-items: center;
}
.card-list li a:before{
  content: "\f138";
  margin-right: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
  color: #025197;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
  .card-list {
      margin: 0.5em 0;
      width: calc(96% / 2); /* 100%幅を2で割るという指定 */
      padding: 5px 10px 5px 0;
  }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
  .card-list {
      width: 100%; /* 100%幅を3で割るという指定 */
      padding: 5px 10px 5px 0;
  }
  
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
  #cardlayout-wrap::after{
      content: "";
      display: block;
      width: calc(96% / 3);
  }
}
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
   #cc-matrix-4664520024{
      padding:0px 20px;
      float:unset;
      width:auto;
   }
   .right-box .right-title{
      padding:0;
   }
   .right-box .title{
      text-align: center !important;
      line-height:1.5em !important;
   }
   .right-box .title span{
      font-size:36px;
   }
   .right-box .title :before{
      width: 50px;
      bottom: -20px;
   }
   .left-box{
      float:unset;
      width:auto;
   }
   .left-box .left-main{
      width:auto;
      float:unset;
   }
   .left-box .title{
      float:unset;
      text-align:center !important;
   }
   .left-box .title span{
      font-size:36px;
   }
   .left-box .title :before{
      width: 50px;
      bottom: -20px;
   }
   .card-list{
      background:#f0f0f0;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
   }
   .card-list li a{
      padding:20px 0;
      justify-content: center;
   }

  #cc-m-15992349824 {
      padding: 0;
  }
}
@media screen and (min-width:769px)  {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
 #cc-matrix-4664520024{
      padding:0px;
  }
}

