@charset "UTF-8";

/******************************************************

fonts

******************************************************/
h3.line {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: #39221c solid 1px;
  margin-top: 50px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

h4.mark {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
}

h4.mark:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6%;
  width: 3px;
  height: 88%;
  background: #e1cd96;
}

p+h4.mark {
  margin-top: 40px;
}

.red {
  color: #c72900;
}

.formBox .input {
  border-top: #cccccc dotted 1px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formBox .input em {
  width: 200px;
  flex-shrink: 0;
}

.formBox .input em span {
  color: #c72900;
  padding-left: 5px;
}

.formBox .input .inputBox {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.formBox .input .inputBox input+span {
  padding-left: 10px;
}

.formBox .input .inputBox .selectBox {
  display: inline-block;
}

.formBox .input .select-box .input_inner_box{
  margin-bottom: 0;
}

.formBox .input .input_inner_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
}

.formBox .input .input_inner_box em {
  width: 100px;
}

.formBox .input .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  background: #fff;
  border: #cccccc solid 1px;
  padding-right: 50px;
  color: #000000;
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 3px;
}

.formBox .selectBox:before {
  background: #fff;
  content: "";
  height: 42px;
  width: 40px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.formBox .selectBox:after {
  background: #fff;
  color: #39221c;
  content: "▼";
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  border: #cccccc solid 1px;
  border-left: 0;
  display: inline-block;
  z-index: 2;
}

.formBox .selectBox select option,
.formBox .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}


.formBox .submit {
  text-align: center;
}

.formBox .submit .btn {
  margin: 0 auto;
  font-size: 1.5rem;
  width: 280px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
  border: #cccccc solid 1px;
  padding: 0;
}

.formBox .submit .btn:hover {
  background: #39221c;
}

.checkBox .checkbox label {
  display: block;
  width: auto;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #39221c;
  font-size: 1.6rem;
  line-height: 1;
}
.checkBox .checkBox label span {
  display: inline-block;
  line-height: 28px;
}
.checkBox .checkbox input[type="checkbox"]:checked ~ label {
  color: #39221c;
}
.mfp_element_checkbox{
  width: 25px;
  height: 25px;
}

.checkbox{
  margin-bottom: 25px;
  width: 220px;
}
.checkBox {
  align-items:flex-start !important;
}
.checkbox .mfp_err{
  position: absolute;
  bottom: -12px;
  background-position: 0px 4px;
}
/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .mfp_element_checkbox {
    width: 22px;
    height: 22px;
}
.checkBox .checkbox label{
  padding-left: 5px;
}
  h3.line {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  h4.mark {
    font-size: 1.3rem;
    padding-left: 8px;
    margin-bottom: 10px;
  }

  p+h4.mark {
    margin-top: 20px;
  }

  .formBox .input {
    padding: 10px 0;
    display: block;
  }

  .formBox .input em {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .formBox .input .inputBox {
    width: 100%;
  }

  .formBox .input .inputBox input+span {
    padding-left: 10px;
  }

  .formBox .input .inputBox .selectBox {
    display: inline-block;
  }

  .formBox .submit {
    text-align: center;
    padding-top: 10px;
  }

  .formBox .submit .btn {
    margin: 0 auto;
    font-size: 1.4rem;
    width: 100%;
    background: #39221c;
    color: #fff;
    border: 0;
  }

  .formBox .input .input_inner_box em {
    width: 100%;
  }

  .formBox .input .input_inner_box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: flex-start;
  }

  .formBox .input .input_inner_box .selectBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .formBox .input .select-box .selectBox{
    margin-bottom: 0;
  }
  
}

/******************************************************
    
PC / common

******************************************************/