/* content-box
---------------------------------------- */
.content-box {
  width: 1099px;
  margin: 0 auto;
  padding-left: 250px; }
  @media screen and (max-width: 834px) {
    .content-box {
      width: 100%;
      padding: 0 20px; } }
  .content-box .txt {
    font-size: 20px; }
    @media screen and (max-width: 834px) {
      .content-box .txt {
        font-size: 20px; } }
  .content-box .task {
    margin-top: 45px; }
    .content-box .task .tit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #6f5113;
      background: -moz-linear-gradient(left, #6f5113 0%, rgba(251, 247, 200, 0) 100%);
      background: -webkit-linear-gradient(left, #6f5113 0%, rgba(251, 247, 200, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, from(#6f5113), to(rgba(251, 247, 200, 0)));
      background: -o-linear-gradient(left, #6f5113 0%, rgba(251, 247, 200, 0) 100%);
      background: linear-gradient(to right, #6f5113 0%, rgba(251, 247, 200, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5113', endColorstr='#fbf7c8',GradientType=1 );
      color: #fff;
      font-size: 24px; }
      .content-box .task .tit img {
        margin: 0 10px 0 15px;
        height: 28px; }
      @media screen and (max-width: 834px) {
        .content-box .task .tit {
          font-size: 20px; } }
    .content-box .task .table_sp{
      width: 100%; }
      @media screen and (max-width: 834px) {
        .content-box .task .table_sp{
          overflow: scroll; } }
    .content-box .task table {
      width: 100%;
      margin-top: 18px;
      border-bottom: 1px solid #080305;
      border-right: 1px solid #080305; }
      @media screen and (max-width: 834px) {
        .content-box .task table {
          width: 850px;
          overflow: scroll; } }
      .content-box .task table th,
      .content-box .task table td {
        width: 20%;
        padding: 5px;
        border-top: 1px solid #080305;
        border-left: 1px solid #080305;
        font-size: 20px;
        text-align: center;
        vertical-align: middle; }
      .content-box .task table th {
        background: #646464;
        color: #fff; }
        .content-box .task table th.th01 {
          background: #323232; }
      .content-box .task table td {
        background: #fff; }
        .content-box .task table td sup {
          font-size: 14px; }
    .content-box .task ul li {
      margin-top: 18px;
      margin-left: 30px;
      font-size: 20px;
      list-style-type: disc; }
      @media screen and (max-width: 834px) {
        .content-box .task ul li {
          font-size: 16px; } }
    .content-box .task .ex {
      margin-top: 10px;
      font-size: 14px;
      text-align: right; }
      @media screen and (max-width: 834px) {
        .content-box .task .ex {
          font-size: 12px;
          text-align: left; } }
