@charset "UTF-8";
/* utility */
._fwb{font-weight: bold;}
._mb0{margin-bottom: 0!important;}


/* お問い合わせフォーム */
html{
    font-family: sans-serif;
    letter-spacing: 0.05rem;
}
body{
    background-color: #E7003A;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
body._bgWhite{
    margin: 0;
    background-color: #fff;
}
.defaultWrapper{
    width: 1080px;
    background-color: #fff;
    border-radius: 5px;
    margin: 30px auto;
    padding: 30px 60px;
    box-sizing: border-box;
}
.contactTtlImg{
    text-align: center;
    margin-bottom: 5px;
}
.contactTtlWrap h1{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: none;
    font-size: 22px;
}
.contact1P{
    margin-bottom: 10px;
}
.contact1Link{
    text-decoration: underline;
    cursor: pointer;
}
.contact1Link:hover{
    opacity: 0.8;
}
.body_contact1 form{
    width: 68%;
    margin: 45px auto 50px;
}
.contactQuesBlockIn{
    padding: 0 0 30px 0;
}
.contactQuesTtl{
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.contactQuesTtl .markOptional,
.contactQuesTtl .markRequired{
    position: absolute;
    left: 0;
    top: -2px;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: normal;
}
.contactQuesTtl .markRequired{
    color: #ea0000;
    border: 1px solid #ea0000;
}
.contactQuesTtl .markOptional{
    color: #125BF5;
    border: 1px solid #125BF5;
}
.contactQuesBlockIn input,
.contactQuesBlockIn label{
    height: 48px;
    font-size: 16px;
}
::placeholder{
    color: #bcbcbc;
}
.contactQuesBlockIn input,
.contactQuesBlockIn textarea,
.contactQuesBlockIn label{
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.contactQuesBlockIn textarea{
    padding: 15px 10px;
    font-size: 16px;
}
.contactQuesBlockIn .complementP {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
}
.contactQuesBlockIn .complementP._ps {
    display: block;
    position: static;
    margin-top: 4px;
}
.submitBlock{
    position: relative;
    max-width: 368px;
    margin: 20px auto 0;
    text-align: center;
}
.submitOverlay{
    position: absolute;
    inset: 0;
}
.submitBlock input{
    background-color: #E7003A;
    border: solid 1px #E7003A;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 0px 4px 15px 0px #dedede;
    margin: auto;
    text-align: center;
    width: 368px;
    cursor: pointer;
    padding: 18px 0;
}
.submitBlock input:disabled{
    background-color: #949494;
    border: solid 1px #949494;
    cursor: default;
}
.contact1Notes{
    font-size: 12px;
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
}
.box01{
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
    width: 75%;
    margin: 45px auto 50px;
}
.contactQuesBlock input[type=checkbox]{
    display: none;
}
.contactQuesBlock label{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.contactQuesBlock input[type=checkbox]:checked + label{
    border: solid 1px #E7003A;
    background: #FFEAF1;
}
.contactQuesBlock .flexwrap._col2{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
.contact1List{
    list-style: disc;
    padding-left: 24px;
}
div.pMark-corp {
  width: 100%;
  margin: 30px auto 0 auto;
}
.pm_container {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.pm_container .pm_content {
  background: #f7f7f7;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 12px 0 7px 0;
}
.pm_wrap {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}
.pm_title {
  font-size: 1.0em;
  color: #fff;
  padding: 7px 15px 4px 15px;
  background: #E7003A;
  font-weight: 500;
}
.pm_txt {
  width: 100%;
  height: 110px;
  border: 1px solid #ddd;
  margin: 12px 0 5px 0;
  background-color: #fff;
}
.pm_txt-inc {
    line-height: 1.5em;
    width: 98%;
    height: 97px;
    color: #999;
    margin: 3px auto;
    padding: 3px 0;
}
.pm_txt-all {
  text-align: right;
}
.pm_txt-all a {
    font-size: .8em;
    text-decoration: underline;
}
.pm_container .pm_bottom {
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #aaa;
  padding: 7px 0;
}
.pm_container .pm_bottom table {
  width: 100%;
}
.pm_b-txt {
  vertical-align: middle;
  text-align: right;
  font-size: .8em;
}
.Kiyakucheck {
  text-align: center;
}
.Kiyakucheck input,
.Kiyakucheck label{
  cursor: pointer;
}

@media screen and (max-width: 500px) {
    body{
        font-size: 15px;
    }
    .defaultWrapper{
        box-sizing: border-box;
        width: 95%;
        margin: 20px auto;
        padding: 15px 23px;
    }
    .contactTtlImg{
        margin-bottom: 5px;
    }
    .contactTtlImg img{
        width: 75%;
    }
    .contactTtlWrap h1{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .body_contact1 form{
        width: 100%;
        margin: 25px auto 30px;
    }
    .contactQuesBlockIn{
        padding: 0 0 20px 0;
    }
    .contactQuesTtl{
        padding-left: 40px;
        margin-bottom: 10px;
    }
    .contactQuesTtl .markOptional,
    .contactQuesTtl .markRequired{
        padding: 2px 8px;
        font-size: 12px;
    }
    .contactQuesBlockIn input{
        height: 40px;
        font-size: 14px;
    }
    .contactQuesBlockIn input,
    .contactQuesBlockIn textarea{
        padding: 0 10px;
    }
    .contactQuesBlockIn .complementP {
        display: block;
        position: static;
        margin: 3px 0 10px;
    }
    .complementP_mt{
        margin-top: 25px;
    }
    .submitBlock{
        margin-top: 10px;
    }
    .submitBlock input{
        font-size: 18px;
        width: 100%;
        padding: 16px 0;
    }
    .contact1Notes{
        padding: 15px 20px;
    }
    .box01{
        padding: 15px 20px;
        width: 84%;
        margin: 25px auto 30px;
    }
    .contactQuesBlock .flexwrap._col2{
        gap: 8px;
        grid-template-columns: repeat(1, 1fr);
    }
}


/*サンクスページ*/
#breadcrumbs {
  padding: 14px 0 4px;
}

#breadcrumbs .container,
.notFound .container {
  width: 100%;
  margin: 0 auto;
}

#breadcrumbs ol {
  padding: 0 0 4px;
  margin: 0 0 0 4vw;
  display: flex;
  overflow: scroll;
}

#breadcrumbs ol li {
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  color: #666;
  position: relative;
  word-break: keep-all;
}

#breadcrumbs ol li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 6px;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#breadcrumbs ol li a {
  font-size: 10px;
  padding-right: 15px;
  text-decoration: none;
  color: #333;
}

#breadcrumbs ol li span {
  color: #333;
}

.mainTtl {
  position: relative;
  line-height: 25px;
  text-align: left;
  width: 100%;
  padding: 13px 5%;
  color: #fff;
  background: #E7003A;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 18px;
  box-sizing: border-box;
}

.notFound p {
  margin: 0 4vw;
  font-size: 14px;
}

.notFound a {
  text-decoration: none;
}

.notFound .txtLink {
  color: #E7003A;
  font-weight: bold;
}

.notFound .mb10 {
  margin-bottom: 10px;
}

.btn {
  background-color: #E7003A;
  border: solid 1px #E7003A;
  border-radius: 1.0667vw;
  box-shadow: 1.333vw 1.333vw 3.2vw 0px rgba(3, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
  width: 50%;
  cursor: pointer;
}


@media screen and (min-width: 501px) {
  #breadcrumbs .container,
  .notFound .container {
    max-width: 1054px;
  }

  #breadcrumbs ol {
    margin: 0 15px;
    display: inline;
    overflow: visible;
  }

  #breadcrumbs ol li a {
    padding-right: 20px;
  }
  
  .mainTtl {
    background: #FFEAF1;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
  }

  .mainTtl::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #FFEAF1;
  }
  
  .notFound p {
    margin: 0 15px;
    font-size: 16px;
  }

  .notFound .txtLink:hover {
    border-bottom: solid #E7003A 1px;
  }
  
  .btn {
    width: 320px;
    margin: 50px auto 0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0.6vw 0.6vw 0.8vw 0px rgba(3, 0, 0, 0.1);
  }
}