@charset "utf-8";

/* 共通 */

body {
margin-right: auto;
margin-left: auto;
}

hr {
  background-color: #ccc;
  border-top: 2px dashed #fff;
}

span.red {
  color: #ff222d;
  font-weight: bold;
}

span.text_or {
  color: #e95488;
}

span.text_pk {
  color: #f26b16;
}

/*////////////*/
/*     pc     */
/*////////////*/

@media screen and (min-width: 751px) {
  #container {
    max-width: 850px;
    margin: 0 auto;
  }

  img.img_sp, .br_sp, .sp-bl, .text_sp {
    display: none;
  }

  img.img_pc {
    width: 100%;
  }

  h1 {
    font-size: 2em;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1em; 
  }

  .notes {
    padding: 1em 2em;
    border: solid 4px #ff222d;
  }

  .notes h2 {
    font-size: 1.2em;
    color: #ff222d;
    margin-bottom: 0.5em;
  }

  .notes p {
    line-height: 1.6em;
  }

  .dr_gene_logo {
    background-color: #175b98;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .dr_gene_logo img {
    width: 700px;
    margin: 0 auto;
  }

  .dr_gene_logo p {
    color: #fff;
    font-size: 1.2em;
    margin-top: 1em;
    text-align: center;
   }
   .about-dr-gene-link {
     /* display: inline-block; */
     width: 60%;
     margin: 10px auto;
     padding: 20px;
     border: 1px #fff solid;
     text-align: center;
     color: #fff;
   }

   .about-dr-gene-link a {
     color: #fff;
   }

  .bnr_box img {
    width: 100%;
  }

  .thirty_three_type,
  .aging_trouble {
    margin: 3em auto;
  }

  .thirty_three_type p,
  .aging_trouble p {
    color: #4d4d4d;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
  }

  .buy_cont img {
    width: 100%;
  }

  .buy_cont a img {
    width: 580px;
  }

  .to_diet_lp,
  .to_aging_lp {
    position: relative;
    margin: 3em 0;
  }

  .to_diet_lp img, 
  .to_aging_lp img {
    width: 100%;
  }

  .to_diet_lp a {
    position: absolute;
    top: 78%;
    left: 4%;
    color: blue;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    border: solid 2px blue;
  }

  .to_aging_lp a {
    position: absolute;
      top: 78%;
      right: 4%;
      color: blue;
      font-weight: bold;
      background-color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      border: solid 2px blue;
  }

  .buy_cont_box {
    width: 50%;/*２列で表示*/
    box-sizing: border-box;
    float: left;
    margin-bottom: 4em;
  }

  .buy_cont_box img {
    width: 400px;
    margin: 0em auto;
  }

  .buy_cont_box a img {
    width: 380px;
  }

  .info {
    background-color: #edf4fc;
    padding: 4em 3em; 
    margin-bottom: 4em;
    overflow: hidden;
  }

  .info_menu {
    background-color: #fff;;
  }

  h3.title_red {
    color: #fff;
    background-color: #ff5943;
    padding: 0.8em 1.2em;
  }

  h3.title_blue {
    color: #fff;
    background-color: #64b5ff;
    padding: 0.8em 1.2em;
  }

  .info_menu .item {
    padding: 1em 2em;
  }

  .info_menu h4 {
    padding-bottom: 8px;
  }

  .info_menu p {
    line-height: 1.6em;
  }

  img.entry_example {
    margin: 20px auto;
    width: 640px;
    border: solid 1px #ccc;
  }
  img.credit_card {
    width: 400px;
    margin-top: 16px;
  }

/* footer */
  footer {
    background: #e6e6e6;
    padding-top: 3em;
    width: 100%;
  }

  footer a {
    text-decoration: none;
  }

  .foot-cont {
    margin: 0 auto;
    text-align: center;
  }

  .privacy-mark-area {
    width: 700px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 3em;
    overflow: hidden;
  }

  .privacy-mark-area img {
    width: 70px;
    float: left;
  }

  .privacy-text {
    width: 600px;
    height: 70px;
    float: right;  
    position:relative;
  }

  .privacy-text p{
    font-size: 0.85em;
    line-height: 1.6em;
    color: #4d4d4d;
    text-align: left;
    position:absolute;
    top: 50%;
    transform: translateY(-50%); /* ズレ微調整 */
  }

  .foot_ul {
    display: flex;
    justify-content: center;
    font-size: 1em;
    color: #fff;
  }

  .foot-menu li {
    font-size: 0.9em;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
    color: #4d4d4d;
  }
  
  .foot-menu li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    color: #4d4d4d;
  }

  .foot-menu li:last-child:after {
    display: none;
  }

  .copyright {
    padding: 1em;
    margin-top: 2em;
    font-size: 0.7em;
    text-align: center;
    color: #f2f2f2;
    background-color: #4d4d4d;
  }

}



/*/////////////////////////*/
/*       smartPhone       */
/*////////////////////////*/

@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    margin: 0 auto;
  }
  img.img_pc, .br_pc, .pc-bl {
    display: none;
  }
  img.img_sp {
    width: 100%;
  }

  h1 {
    font-size: 1.2em;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em; 
  }

  h3 {
    font-size: 1.3em;
  }

  hr {
    margin: 0 1em;
  }

  .notes {
    padding: 1.5em;
    border: solid 6px #ff222d;
  }

  .notes h2 {
    font-size: 1.2em;
    color: #ff222d;
    margin-bottom: 0.5em;
  }

  .notes p {
    line-height: 1.6em;
  }

  .dr_gene_logo {
    background-color: #175b98;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .dr_gene_logo img {
    width: 300px;
    margin: 0 auto;
  }

  .dr_gene_logo p {
    color: #fff;
    font-size: 0.9em;
    padding: 0 2em;
    margin-top: 2em;
    text-align: left;
   }

   .about-dr-gene-link {
    /* display: inline-block; */
    width: 80%;
    margin: 10px auto;
    padding: 20px;
    border: 1px #fff solid;
    text-align: center;
    color: #fff;
  }

  .about-dr-gene-link a {
    color: #fff;
  }

  .bnr_box img {
    width: 100%;
  }

  .thirty_three_type,
  .aging_trouble {
    margin: 2em auto;
    padding: 0 1em;
  }

  .thirty_three_type p,
  .aging_trouble p {
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
  }

  .how_to {
    margin-bottom: 2em;
  }

  .to_diet_lp,
  .to_aging_lp {
    margin: 2em 0;
  }

  .to_diet_lp img,
  .to_aging_lp img {
    width: 100%;
  }

  .to_diet_lp a,
  .to_aging_lp a {
    color: blue;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    border: solid 2px blue;
  }

  .buy_cont_box {   
    margin-bottom: 3em;
  }

  .buy_cont_box img {
    width: 100%;
  }

  .buy_cont_box a img {
    width: 90%;
    margin: 0 auto;
  }

  .info {
    background-color: #edf4fc;
    padding: 3em 1em; 
  }

  .info_menu {
    background-color: #fff;;
  }

  h3.title_red {
    color: #fff;
    background-color: #ff5943;
    padding: 0.4em 1.2em;
  }

  h3.title_blue {
    color: #fff;
    background-color: #64b5ff;
    padding: 0.4em 1.2em;
  }

  .info_menu .item {
    padding: 1em 2em;
  }

  .info_menu h4 {
    padding-bottom: 8px;
  }

  .info_menu p {
    line-height: 1.6em;
  }

  img.entry_example {
    margin: 20px auto;
    border: solid 1px #ccc;
  }

  img.credit_card {
    width: 100%;
    margin-top: 16px;
  }

  /* footer */
  footer {
    background: #e6e6e6;
  }

  footer a {
    text-decoration: none;
  }

  .foot-cont {
    padding-top: 3em;
    margin: 0 auto;
    text-align: center;
  }

  .privacy-mark-area {
    padding: 0 1em;
    margin: 0 auto;
    margin-bottom: 2em;
  }

  .privacy-mark-area img {
    width: 80px;
    margin: 0 auto;
  }

  .privacy-text p{
    font-size: 1em;
    line-height: 1.6em;
    color: #4d4d4d;
    text-align: left;
    margin-top: 1em;
  }

  .foot_ul {
    text-align: left;
    margin: 0 1em;
    padding-top: 3em;
    border-top: solid 1px #ccc;
  }

  .foot-menu li {
    font-size: 1em;
    color: #4d4d4d;
    margin-bottom: 1.3em;
  }

  .copyright {
    padding: 1em 0;
    margin-top: 2em;
    font-size: 0.8em;
    text-align: center;
    color: #f2f2f2;
    background-color: #4d4d4d;
  }


}
