@charset "UTF-8";
/* ---------------------------------
	reset
---------------------------------- */
body {
    -webkit-text-size-adjust: 100%;
  }
  
  h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
  }
  
  p {
    margin: 0;
  }
  
  ol, ul {
    list-style: none;
  }
  
  ol, ul, dl, dt, dd {
    padding: 0;
    margin: 0;
  }
  
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  
  a {
    color: #004eff;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  img {
    width: 100%;
    vertical-align: middle;
  }
  
  table {
    border-collapse: collapse;
  }
  

  .common-wrapper {
    width: 620px;
    margin: 0 auto;
    }
  

  @media (max-width: 920px) {
      .common-wrapper {
          width: 100%;
          padding: 0 5%;
      } 
    }  
    

.under_marker_yellow {
    background: linear-gradient(transparent 60%, #FEF263 60%);
}

.under_marker_yellow_bold {
    background: linear-gradient(transparent 60%, #FEF263 60%);
    font-weight: bold;
    color: #000;
}

.under_marker_yellow_bold_r {
    background: linear-gradient(transparent 60%, #FEF263 60%);
    font-weight: bold;
    color: #db0000;
}

.under_marker_yellow_bold_bl {
    background: linear-gradient(transparent 60%, #FEF263 60%);
    font-weight: bold;
    color: #004eff;
}

.under_marker_yellow_bold_bl_2 {
  background: linear-gradient(transparent 60%, #FEF263 60%);
  font-weight: bold;
  color: #004eff;
  font-size: 23px;
}

.red_bold {
    font-weight: bold;
    color: #db0000;
}

.black_bold {
    font-weight: bold;
    color: #000;
}

.black_bold_title {
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.red_la{
    color: #db0000;
}

.titlebox {
padding-bottom: 0.5em;
line-height: 1.4;
border-bottom: solid 1px #dcdcdc;
text-align: center;
color: #000;
}

.pr {
    color: #000;
    font-size: 12px;
    text-align: right;
}

.mainbox{
    text-align: center;
    margin: 30px 20px 30px 20px;
}

.center_box {
    text-align: center;
    }

    .center_box p {
    /* display: inline-block; */
    line-height: 2.5;
    font-size: 21px;
    margin-top: 40px;
    }

    .price_box{
    display: flex;
    justify-content: space-between;
    }

    .contact-area{
      margin: 60px auto;
    }

    .qa-box {
      position: relative;
    }
    .qa-box .ans  {
      position: absolute;
      font-size: 15px;
      top: 45px;
      left: 118px;
      line-height: 2;
    }

    .kaitori {
      position: relative;
    }

    .kaitori .kaitori-s {
    position: absolute;
    top: 82%;
    margin: 0 38px;
    }

    .kaitori .kaitori-s img {
      width: 90%;
    }

    .red-bold{
    font-size: 28px;
    font-weight: bold;
    font-style: oblique;
    color: #db0000;
    }
    .red-bold1{
      font-size: 28px;
      color: #db0000;
      }
      .red-bold2{
        font-size: 28px;
        font-weight: bold;
        color: #db0000;
        }
        .red-bold3{
          font-size: 28px;
          font-weight: bold;
          font-style: oblique;
          color: #db0000;
          }
      .blue-bold{
        font-weight: bold;
        font-size: 28px;
        color: #004eff;
      }
    .title01{
    margin: 30px auto -30px;
    font-size: 30px;
    color: fcff01;
    display: inline-block;
    background-color: #000;
    }

    .title02{
      margin: -30px auto 20px;
      font-size: 45px;
    }

    body {
      font-family: 'Noto Sans JP', sans-serif;
  }
  
  

  .kaitori button[type="submit"] {
    position: absolute;
    width: 80%;
    margin: -150px -232px;
  }

  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

   .kuchikomi1{
    position: relative;
  } 

  .kuchikomi2{
    position: absolute;
    top: 401px;
    font-size: 16px;
    left: 28px;
  } 