@media screen and (min-width: 768px) {
  #page_tuning p {
    line-height: 2; } }

#page_tuning #tuning_01 .subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #page_tuning #tuning_01 .subtitle {
      font-size: 36px;
      margin-bottom: 50px;
      text-align: center; } }

@media screen and (min-width: 768px) {
  #page_tuning #tuning_01 table {
    table-layout: fixed; } }

@media screen and (max-width: 767px) {
  #page_tuning #tuning_01 table tr {
    display: block; }
  #page_tuning #tuning_01 table thead {
    float: left;
    width: 50%; }
    #page_tuning #tuning_01 table thead tr {
      width: 100%; }
      #page_tuning #tuning_01 table thead tr th {
        display: block;
        font-size: 12px; }
  #page_tuning #tuning_01 table tbody {
    float: right;
    width: 50%; }
    #page_tuning #tuning_01 table tbody tr {
      width: 100%; }
      #page_tuning #tuning_01 table tbody tr td {
        display: block;
        font-size: 12px; } }

#page_tuning #tuning_01 table caption {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #page_tuning #tuning_01 table caption {
      font-size: 14px;
      padding: 10px; } }

#page_tuning #tuning_01 table th, #page_tuning #tuning_01 table td {
  border: solid 1px #fff;
  padding: 10px;
  text-align: center; }

#page_tuning #tuning_01 .flow {
  background: url(images/bg.png) 100% 50% no-repeat;
  background-size: auto 100%;
  margin-bottom: 50px; }
  #page_tuning #tuning_01 .flow ul {
    background: rgba(0, 0, 0, 0.5); }
    #page_tuning #tuning_01 .flow ul li {
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        #page_tuning #tuning_01 .flow ul li {
          margin-bottom: 20px; } }
