#main {
  margin-bottom: 17px; }
  #main .sec01 {
    padding: 31px 0 36px;
    background: url("../img/index/sec01_bg.jpg") no-repeat center/auto 630px; }
    #main .sec01 .inner {
      margin: 0 auto;
      width: 1028px;
      display: block; }
    #main .sec01 .lBox {
      padding-bottom: 14px;
      border: 1px solid #B7A388;
      border-radius: 12px;
      width: 100%;
      background-color: #FFF; }
      #main .sec01 .lBox .h2Ttl {
        margin-bottom: 28px;
        padding: 16px 10px 12px 81px;
        font-size: 1.8rem;
        letter-spacing: 3.6px;
        font-weight: normal;
        border-bottom: 6px solid #B7A388;
        background: url("../img/index/sec01_icon01.png") no-repeat left 10px top 7px/50px auto; }
    #main .sec01 .newsList {
      margin: 0 18px; }
      #main .sec01 .newsList li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #B7A388; }
      #main .sec01 .newsList a {
        display: flex;
        justify-content: space-between; }
        #main .sec01 .newsList a:hover {
          opacity: 0.7; }
      #main .sec01 .newsList .photo {
        width: 195px; }
      #main .sec01 .newsList .txtBox {
        margin-top: 12px;
        width: calc(100% - 208px); }
      #main .sec01 .newsList .info {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        letter-spacing: 6px;
        color: #076684; }
        #main .sec01 .newsList .info .tag {
          margin-right: 15px;
          display: inline-flex;
          width: 102px;
          height: 36px;
          background-color: #3D7DD8;
          align-items: center;
          justify-content: center;
          color: #FFF;
          font-size: 1.4rem;
          letter-spacing: 0.28px; }
          #main .sec01 .newsList .info .tag.color01 {
            background-color: #D69B3E; }
          #main .sec01 .newsList .info .tag.color02 {
            background-color: #3D840F; }
      #main .sec01 .newsList .ttl {
        margin-bottom: 6px;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.8px;
        color: #076684;
        font-weight: 500; }
      #main .sec01 .newsList .txt {
        display: block;
        line-height: 1.75; }
    #main .sec01 .newsSingle {
      margin: 0 18px; }
      #main .sec01 .newsSingle .newsSingleBox:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #B7A388; }
      #main .sec01 .newsSingle a {
        display: flex;
        justify-content: space-between; }
        #main .sec01 .newsSingle a:hover {
          opacity: 0.7; }
      #main .sec01 .newsSingle .photo {
        display: block;
        max-width: 500px;
        text-align: center;
        margin: auto; }
      #main .sec01 .newsSingle .txtBox {
        margin-top: 12px;
        width: calc(100% - 208px); }
      #main .sec01 .newsSingle .info {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        letter-spacing: 6px;
        color: #076684; }
        #main .sec01 .newsSingle .info .tag {
          margin-right: 15px;
          display: inline-flex;
          width: 102px;
          height: 36px;
          background-color: #3D7DD8;
          align-items: center;
          justify-content: center;
          color: #FFF;
          font-size: 1.4rem;
          letter-spacing: 0.28px; }
          #main .sec01 .newsSingle .info .tag.color01 {
            background-color: #D69B3E; }
          #main .sec01 .newsSingle .info .tag.color02 {
            background-color: #3D840F; }
      #main .sec01 .newsSingle .ttl {
        margin-top: 10px;
        margin-bottom: 6px;
        border-bottom: 2px solid #b7a388;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.8px;
        color: #076684;
        font-weight: 500; }
      #main .sec01 .newsSingle .txt {
        margin: 30px auto;
        display: block;
        line-height: 1.75; }
