#content-know .career-ratio-title {
    background-color: #9EC068;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    margin: 50px 0 30px 0;
}

#content-know .career-ratio-table {
    width: 100%;
    border-collapse:  collapse;
}

#content-know .career-ratio-table th, td {
    border: solid 1px;
    padding: 10px;
}

#content-know .career-ratio-publish {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: right;
}

@media screen and (min-width: 500px) {
    .br-sp { display:none; }
}

@media screen and (max-width: 768px) {
    #content-know .career-ratio-contents {
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    /*iphone用指定*/
    #content-message {
      width: 100%;
      background: #eaeced url("/img/home/bg_content-think.jpg") top repeat;
    }
  
    #content-message .main {
      width: 100%;
      margin: 0px auto;
      position: relative;
      text-align: center;
      padding: 30px 0 30px 0;
    }
  
    #content-message h3.home-think_tit-01 {
      background-size: auto 20px;
      height: 20px;
      padding: 20px 0 10px 0;
      margin: 0;
    }
  
    #content-message ul {
      margin: 0 0 5px 0;
    }
  
    #content-message ul li {
      display: block;
      text-align: left;
    }
  
    #content-message ul li a {
      display: block;
      width: 82%;
      padding: 15px 5% 15px 13%;
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      color: #ffffff;
      background-color: #1f4d32;
      border-bottom: 1px solid #ffffff;
      text-decoration: none;
    }
  
    #content-message ul li.home-think_tit-02 a {
      background: #1f4d32 url("/img/home/home-think_tit-02-s.gif") 4% no-repeat;
    }
  
    #content-message ul li.home-think_tit-03 a {
      background: #1f4d32 url("/img/home/home-think_tit-03-s.gif") 4% no-repeat;
    }
  
    #content-message ul li.home-think_tit-04 a {
      background: #1f4d32 url("/img/home/home-think_tit-04-s.gif") 4% no-repeat;
    }
  
    #content-message ul li a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
    }
  
    #content-message .btn a {
      text-align: left;
      display: block;
      width: 90%;
      padding: 15px 5%;
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      color: #ffffff;
      background-color: #1f4d32;
      text-decoration: none;
      margin-bottom: 5px;
    }
  
    #content-message .btn a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
    }
  }
  @media screen and (min-width: 768px), print {
    /*PC用指定*/
    #content-message {
      width: 100%;
      background: #eaeced url("/img/home/bg_content-think.jpg") top repeat;
    }
  
    #content-message .main {
      width: 740px;
      margin: 0 auto;
      position: relative;
      text-align: center;
      padding: 70px 0 70px 0;
    }
  
    #content-message h3.home-think_tit-01 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 6px;
        margin: 0 0 25px 0;
        color: #2b4c34;
    }
  
    #content-message ul {
      margin: 0 auto 50px auto;
    }
  
    #content-message ul li {
      display: inline-table;
      vertical-align: bottom;
      width: 243px;
    }
  
    #content-message ul li.home-think_tit-02 a {
      background: url("/img/home/home-think_tit-02.gif") top center no-repeat;
      height: 65px;
      text-indent: -9999px;
    }
  
    #content-message ul li.home-think_tit-03 a {
      background: url("/img/home/home-think_tit-03.gif") top center no-repeat;
      height: 73px;
      text-indent: -9999px;
    }
  
    #content-message ul li.home-think_tit-04 a {
      background: url("/img/home/home-think_tit-04.gif") top center no-repeat;
      height: 70px;
      text-indent: -9999px;
    }
  
    #content-message ul li a {
      display: block;
      width: 100%;
    }
  
    #content-message ul li a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
    }
  
    #content-message .btn {
      text-align: center;
      padding-bottom: 60px;
    }
  
    #content-message .btn a {
      display: block;
      margin: auto;
      width: 740px;
      padding: 8px 0;
      border: 1px solid #ffffff;
      background: #f8f8f8;
      font-size: 14px;
      letter-spacing: 2px;
      color: #333333;
      text-decoration: none;
    }
  
    #content-message .btn a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
    }
  }
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }