@charset 'UTF-8';

#wrapper>header nav{
  position: static;
}
article{
  padding: 6.8rem calc(36 / 1200 * 100%);
}
article h2{
  margin: 1.4rem 0 4.6rem 0;
  font-size: 2.0rem;
  font-weight: bolder;
  line-height: 1.75;
  letter-spacing: calc(0.78 / 26 * 1em);
}
article form, article .form-conf{
  padding: 1rem 0;
  position: relative;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
article form, article .form-conf{
  padding: 4.3rem 0;
}
article form::before,
article .form-conf::before,
.guide::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -10;
  margin: auto;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgb(255, 255, 255);
}
article form>p{
  font-size: 1.6rem;
  line-height: 1.25;
}
html[lang='ja'] article form>p{
  font-weight: bolder;
}
article form>.notes{
  font-size: 1.6rem;
  line-height: 1.54;
}
html[lang='ja'] article form .notes{
  font-size: 1.2rem;
}
article form label{
  min-width: 18.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
}
article form label abbr[title]{
  text-decoration: none;
}
article form>div{
  padding: 3.2rem 0;
}
article form>div:not(:last-of-type){
  border-bottom: 1px solid rgb(35, 24, 21);
}
article form>div:first-of-type{
  margin-top: 6.0rem;
}
article form>div div:not(:first-of-type){
  margin-top: 3.2rem;
}
article form>.name div:not(:first-of-type){
  margin-top: 1.3rem;
}
article form>.button{
  text-align: center;
}
/*article form input,*/
article form textarea,
article form select,
article form button{
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.25;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .2s background-color;
  width: 100%;
}
article form input[disabled],
article form textarea[disabled],
article form select[disabled],
article form button[disabled]{
  color: rgb(159, 160, 160);
}
article form input:focus,
article form textarea:focus,
article form select:focus,
article form button:focus{
  outline: none;
  background-color: rgba(239, 239, 239, 0.5);
}
article form input{
  padding: 1.4rem;
  margin  : 0;
  border: none;
  background-color: rgb(239, 239, 239);
}
html[lang='ja'] article form label[for^='name']+span{
  display: inline-block;
  width: 100%;
}
html[lang='ja'] article form label[for^='name']+span input{
  width: calc( (774 - 46) / 774 * 50%);
}
html[lang='ja'] article form label[for^='name']+span input:last-of-type{
  margin-left: calc(46 / 774 * 100%);
}
article form select{
  padding: .5rem 3.5rem .5rem 1rem;
  border-radius: 10px;
  border: solid 1px rgb(163, 163, 163);
  background: rgb(255, 255, 255) url(../images/ico_arrow_under.svg) no-repeat right 1rem top 50%;
  background-size: 15.7px 10px;
}
article form select::-ms-expand{
  display: none;
}
article form textarea{
  padding: 1.4rem;
  margin : 0;
  vertical-align: top;
  border: none;
  background-color: rgb(239, 239, 239);
  overflow: auto;
}
article form textarea+p{
  margin: calc(62 / 1200 * 100%) 0 0 0;
  font-size: 1.6rem;
  line-height: 1.25;
}
article form button{
  padding: .5rem 1rem;
  width: 15.0rem;
  border-radius: 10px;
  border: solid 1px rgb(163, 163, 163);
  background: rgb(255, 255, 255);
}
html[lang='ja'] article form label,
html[lang='ja'] article form button{
  font-weight: bolder;
}
@media screen and (min-width: 568px){
  article form>.button{
    padding-left: 18.8rem;
    text-align: left;
  }
  article form input{
    width: calc(100% - 18.8rem);
  }
  html[lang='ja'] article form label[for^='name']+span{
    width: calc(100% - 18.8rem);
  }
  article form select{
    width: 34.8rem;
    max-width: calc(100% - 18.8rem);
  }
  article form textarea{
    width: calc(100% - 18.8rem);
  }
}


/*input[type=radio]*/
.wrap-iorc {
  display: inline-block;
  min-width: 346px;
}
.iorc-label {
  min-width: 10rem;
}
article form input[type=radio] {
  width: 40px;
  transform: scale(1.5);
}

.wrap-zip {
  display: inline-block;
  width: calc( (774 - 46) / 774 * 68%);
  min-width: 300px;
}
article form label[for^="zip"] + span input {
  width: 100px;
}
article form .memo {
  display: block;
  margin-left: 220px;
}
@media only screen and (max-width: 567px) {
  article form .memo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  article form .memo {
    margin-left: 0;
  }
}

article form .coution {
  font-size: 1.4rem;
  font-weight: normal !important;
  margin-top: 3rem;
  line-height: 1.75;
}
article form .coution a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
article form .coution a:first-child {
  background-color: red;
}

.guide {
  background-color: white;
  padding: 4rem 0;
  position: relative;
  color: black;
  font-feature-settings: 'palt';
}
.guide h4 {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 1rem 0;
}
.guide h4 ~ p, .guide h4 ~ div {
  font-size: 1.25rem !important;
  line-height: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.guide a {
  color: royalblue;
}
.guide .showroom {

  display: flex;
  gap: 10px;
}
.guide .showroom > div:first-child{
  width: 60%;
}
.guide .showroom > div:last-child{
  width: 40%;
}
.guide table {
  margin-left: 0 !important;
}
.guide table tr:last-child {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .guide .showroom {
    display: block;
  }
  .guide .showroom > div{
    width: 100%;
    margin-bottom: 3rem;
  }
}
