@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Press+Start+2P&subset=japanese|Ubuntu:300,300i,400,400i,500,500i,700,700i|VT323');
*/
/**************************************************
  ***** Main Contents *****
**************************************************/
* {
  box-sizing: border-box;
}

body {
/*font-family: Avenir Next,arial, helvetica !important;*/
  font-weight: light;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
      letter-spacing: 0.08em;
}

a {
  text-decoration: none;
}


p {
    margin: 5px 0;
    font-size: 19px;
}


img {
    max-width: 100%;
     width: auto !important;
}
.sp {
    display: none !important;
}
.tb {
    display: none !important;
}

/* 2022.04.25 ContactForm7に修正 */
.BlockForm {
    display: flex;
    flex-wrap: wrap;
}
.BlockForm dt {
    width: 28%;
    padding: 20px 10px 10px;
    text-align: right;
}
.BlockForm dd {
    width: 72%;
    padding: 10px;
}
.BlockForm dd a {
    color: #05bbff;
    text-decoration: underline;
}
.BlockForm .BlockForm__Required {
    margin-right: 15px;
    padding: 9px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    background: #d73e3e;
    border-radius: 0;
}
.BlockForm input[type="text"],
.BlockForm input[type="email"],
.BlockForm input[type="tel"] {
    height: 60px;
    width: 100%;
    border: 1px solid #dadada;
    font-size: 1em;
    padding: 20px;
    color: #717171;
    font-weight: normal;
    line-height: 1.8em;
}
.BlockForm input[type="text"].name {
    width: 70% !important;
}

.lp_complete {
    margin: 0 auto;
    padding: 200px 0;
    text-align: center;
    font-size: 30px;
}