form {
    width: 100%;
    margin: 0 auto 10.0rem auto;
}
form h1 {
    font-size: 3.0rem;
    padding: 10.0rem 0 0 0;
}
form p {
    font-size: 1.6rem;
}

.form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 0 -2.0rem 0;
}
.form_item > div {
    display: block;
    width: 70%;
    padding: 1.0rem 0 0 1.0rem;
}
.form_item > div p {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 1.6rem;
}

label {
    width: 40%;
    padding: 1.0rem;
    font-size: 1.8rem;
    text-align: right;
}
label span {
    color: red;
}

input[type=text], textarea[name=comment] {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.0;
    padding: 0.5rem 1.0rem;
}

.submit {
    margin-top: 10.0rem;
    text-align: center;
}

button {
    display: block;
    padding: 0.6rem 1.2rem;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    margin: 0 auto;
}
button[type=submit] {
    width: 40%;
    margin: 0 auto;
    padding: 2.0rem 0;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background: #30877d;
    border-radius: 50px;
    transition: .5s;
    cursor: pointer;
}
input[type=button] {
    font-size: 2.0rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    border-radius: 0.4rem;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #30877d;
    color: #30877d;
    background: #fff;
    margin: 0 auto;
    padding: 0.6rem 1.2rem;
}
input[type=button] + button {
    display: inline-block;
}
input.other {
    width: 85%;
    float: right;
}

.sentaku {
    margin-top: -1%;
    line-height: 3.0;
}

.error-form {
    border-color: #fb9a93 !important;
}

._thanks {
    padding: 10.0rem 0;
}
._thanks h1 {
    font-size: 3.0rem;
    text-align: center;
    padding: 0 0 5.0rem 0;
}
._thanks p {
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 10.0rem 0;
}


/* -------------------------- */
/* レスポンシブ設定 */
/* -------------------------- */
@media screen and (max-width: 769px){
    form {
        width: 100%;
    }
    form h1, ._thanks h1 {
        font-size: 8.0vw;
    }
    form p, ._thanks p {
        font-size: 4.267vw;
    }
    .form_item {
        display: block;
        width: 100%;
        padding: 1.5rem 0;
        margin: 0;
    }
    .form_item > div {
        display: block;
        width: 100%;
        padding: 1.0rem 0 0 0;
    }
    .form_item > div p {
        display: block;
        width: 100%;
        margin-top: 0;
        font-size: 4.267vw;
    }
    label {
        width: 100%;
        padding: 1.0rem;
        text-align: justify;
        font-size: 3.733vw;
    }
    form input[type=text],
    form textarea[name="comment"] {
        width: 100%;
        font-size: 3.733vw;
        line-height: 2.0;
        padding: 0.5rem 1.0rem;
    }
    input.other {
        float: none;
    }
    .submit {
        margin-top: 10.0rem;
        text-align: center;
    }
    button[type=submit] {
        width: 45%;
        padding: 4.167vw 0;
        font-size: 3.750vw;
    }
    button, input[type=button] {
        font-size: 4.800vw;
    }
}

/* -------------------------- */
/* 23.08追記　　　　　　　 */
/* -------------------------- */
.boxPrivacy h3,
.boxPrivacy h4,
.boxPrivacy h5,
.boxPrivacy p{
    margin-bottom: 20px;
}        
        
#c4Bk :placeholder-shown {
  font-size: 1.8rem !important; /* placeholderのフォントサイズダウン */
}
/* Chrome */
#c4Bk input::-webkit-input-placeholder, #c4Bk textarea::-webkit-input-placeholder {
  color: #9fa2a3;
  opacity: 1;
}
/* Firefox */
#c4Bk input::-moz-placeholder, #c4Bk textarea::-moz-placeholder {
  color: #9fa2a3;
  opacity: 1;
}
/* IE */
#c4Bk input::-ms-input-placeholder, #c4Bk textarea::-ms-input-placeholder {
  color: #9fa2a3;
  opacity: 1;
}
    /*-----------------------------------------------
 .checkList
-------------------------------------------------*/
#c4Bk .checkList{
  padding-left: 0;
}
#c4Bk .checkList label{
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#c4Bk .checkList label::before,
#c4Bk .checkList label::after {
  content: "";
  display: block; 
 /* border-radius: 50%;*/
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#c4Bk .checkList label::before{
  background-color: #fff;
  border: 1px solid #bbbbbb;
 /* border-radius: 50%;*/
  width: 18px;
  height: 18px;
  left: 5px;
}
#c4Bk .checkList label::after{
  background-color: #07917e;
  /*border-radius: 50%;*/
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 8px
}
#c4Bk .checkList input:checked + label::after{
  opacity: 1;
}
form .submit {
  margin-top: 60px;
}
form .submit input[name="btn_back"] {
    border: none;
    font-weight: 400;
}

@media screen and (max-width: 769px){
#c4Bk :placeholder-shown {
  font-size: 3.733vw !important; /* placeholderのフォントサイズダウン */
}
.boxPrivacy .middle {
	font-size:3.2vw;
}
.boxPrivacy h4,
.boxPrivacy p,
.boxPrivacy li,
.boxPrivacy dt,
.boxPrivacy dd {
  font-size: 3.2vw;
}
    
/* 送信確認、完了ページ
---------------------------------------------------------- */
#pageConfirm .form_item {
  padding: 3rem 0;
}
#pageConfirm label {
        padding: 0;
    font-weight: bold;
    }
#pageConfirm form .submit input[name="btn_back"] {
  background-color: #c3c3c3;
    margin-right: 5%;
    padding: 4.167vw 0;
    font-size: 3.750vw;
}
    
.btnBackHome a {
    font-size: 3.750vw;
}


}/* //media width769px */