@charset utf-8;

@font-face {
font-family: 'marugame';
  src: url('/wp-content/themes/dna_doctor/font/まるがめ本丸ゴシックR.otf')
  format('opentype');
}

html{
  width: 100%;
}

body{
  box-sizing: border-box;
  color: #4d4d4d;
}

ul li{
  list-style: none;
}j

a,
a:hover,
a:visited,
a:active{
  text-decoration: none;
  color: #4d4d4d;
}

p{
  margin: 0;
}


/* レイアウト */
.center{
  text-align: center;
}

/* フォント */
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.text-bold{
  font-weight: bold;
}

.text-underline{
  text-decoration: underline;
}

/* カラー */
.text-color-red{
  color: #F00;
}

.text-color-blue{
  color: #3fa9f5;
}

.required{
  color: #f00;
}

/* リンク */
a.link{
  text-decoration: underline;
  color: #3fa9f5;
}
a.link-color-normal{
  text-decoration: underline;
}

.faqButton {
  color: royalblue;
  text-decoration: underline;
}

.faqButton:hover,
.faqButton:visited,
.faqButton:active {
  text-decoration: underline;
  color: royalblue;
}

.faqCustomButton {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid red;
  color: red;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 16px;
  background-color: white;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  font-family: sans-serif;
  position: relative;
}

.faqCustomButton::after {
  content: '>';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
/* デフォルト：980px以上用（PC用）の記述 */
@media screen and (min-width: 769px) {

  p{
    font-size: 16px;
    line-height: 1.5;
  }

  p.text-normal{
    margin-bottom: 30px;
  }

  .viewPc{
    display: block;
  }
  .viewSp{
    display: none;
  }

  /* 横並びのカラム */
  .col{
    margin-bottom: 50px;
    padding: 0 25px;
  }

  .col .col-box{
    float: left;
  }

  .col.col-one .col-box{
    width: 100%;
    padding: 0 25px;
  }

  .col.col-two .col-box{
    width: 50%;
    padding: 0 25px;
  }

  .col.col-three .col-box{
    width: 33%;
    padding: 0 10px;
    margin-top: 100px;
  }

  .col.col-four .col-box{
    width: 25%;
    padding: 0 2px;
  }

  .col .col-box .image{
    margin-bottom: 15px;
  }

  .col .col-box .text{
    color: #4d4d4d;
    font-size: 13px;
  }

  /* ボタン */
  .button a{
    display: block;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    padding: 1em;
  }

  /* 矢印 */
  .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }

  .arrow::before,
  .arrow::after{
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;

    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* タイトル */
  .title-band{
    font-size: 20px;
    background-color: #000;
    color: #fff;
    padding: 8px;
  }
  
  .check-box-area {
    margin: 20px auto;
    text-align: center;
  }

  .check-box-area {
    margin: 20px auto;
    text-align: center;
  }

  /* 結果を見るボタン */
  .page-top{
    display: none;
    text-align: center;
  }

  .btn-report-login {
    position: fixed;
    bottom: 30px;
    right: 30px ;
  }

  .check-box-area {
    margin: 20px auto;
    text-align: center;
  }

}

@media screen and (min-width: 769px) and ( max-width: 979px) {


}

@media screen and (max-width: 768px) {

  p{
    font-size: 12px;
    line-height: 1.5;
  }

  p.text-normal{
    margin-bottom: 15px;
  }

  .viewPc{
    display: none;
  }
  .viewSp{
    display: block;
  }

  /* 横並びのカラム */
  .col{
    margin-bottom: 50px;
    padding: 0 25px;
  }

  .col .col-box{
    float: left;
  }

  .col.col-one .col-box{
  }

  .col.col-two .col-box{
  }

  .col.col-three .col-box{
  }

  .col.col-four .col-box{
    width: 25%;
    padding: 0 2px;
  }

  .col .col-box .image{
  }

  .col .col-box .text{
  }



  /* タイトル */
  .title-band{
    font-size: 13px;
    background-color: #000;
    color: #fff;
    padding: 8px;
  }
  .check-box-area {
    margin: 20px auto;
    text-align: center;
  }
 .check-box-area {
  margin: 20px auto;
  text-align: center;
  width: 80%;
 }

   /* 結果を見るボタン */
   .page-top{
    display: none;
    text-align: center;
  }

  .btn-report-login {
    position: fixed;
    bottom: 30px;
    right: 30px ;
  }

  .check-box-area {
    margin: 20px auto;
    text-align: center;
  }

}