@media only screen and (max-width: 768px) {
  /*------------------------------------------------------------

------------------------------------------------------------*/
  .main_img {
    margin: 0px;
    padding: 0px;
    height: auto;
    margin-top: 50px;
    border-top: 2px solid #E52F27;
    position: relative;
  }
  .main_img img {
    width: 100%;
    height: auto;
  }
  .main_img h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-top: 10px;
    left: 15px;
  }
  .option1 {
    width: 95%;
    display: inline-block;
    height: auto;
    padding-top: 20px;
  }
  .option1 .c-title1 {
    text-align: center;
  }
  .option1__title1 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    width: 95%;
    display: inline-block;
    padding: 15px 0;
  }
  .option1 .c-text {
    width: 95%;
    display: inline-block;
  }
  .option1__img1 {
    margin-bottom: 30px;
  }
  .option1__img1 img {
    width: 100%;
  }
  #contents {
    background-image: none;
    background-repeat: repeat-y;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-height: 100%;
    overflow: hidden;
  }
  #contents .right {
    float: none;
    width: 95%;
    margin: 0;
    display: inline-block;
    padding: 0px;
    height: auto;
  }
  #contents .right .c-title2 {
    margin-top: 10px;
  }
  #contents .right .indent {
    margin-top: 0;
    width: 95%;
    display: inline-block;
  }
  #contents .right .indent .privacy {
    margin: 0px auto 0px auto;
    width: 100%;
  }
  #contents .right .indent table tr td {
    text-align: left;
  }
}
