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], input[name=email] {
    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"],
    input[name=email] {
        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 */


.boxPrivacy {
width: 100%;
height: 400px;
padding: 30px;
border: 1px solid #d6d6db;
overflow-y: scroll;
/* font-size: 1.4rem; */
}
.boxPrivacy p, .boxPrivacy li, .boxPrivacy dt, .boxPrivacy dd {
/* font-size: 16px; */
line-height: 180%;
}

/* .boxPrivacy li {
padding-left: 28px;
text-indent: -28px;
} */

.boxPrivacy dl.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.boxPrivacy dl.list dt {
width: 15%;
}
.boxPrivacy dl.list dd {
width: 85%;
}
.boxPrivacy h5, .boxPrivacy h4, .boxPrivacy h3, .boxPrivacy h2, .boxPrivacy h1 {
margin-top: 20px;
margin-bottom: 10px;
}
.boxPrivacy .blue {
color: #185a8c;
}
.boxPrivacy .green {
color: #07917e;
}
.boxBorder {
padding: 20px;
border: 1px solid #dddddd;
}
.boxPrivacy a.underLine {
text-decoration: underline;
color: #333;
}

@media (min-width: 992px) {
    .boxPrivacy {
        font-size: 1.6rem;
    }
    .boxBorder {
        padding: 30px;
        border: 1px solid #dddddd;
    }
    .boxPrivacy ol.list li h5 {
        text-indent:0;
        font-size: 1.4rem;
    }
}

/* ol.list */

.boxPrivacy ol.list {
	margin:0 0 20px 0;	
	padding:0 0 0 1.5em;
}
.boxPrivacy ol.list.noMark,
.boxPrivacy ol.list.noMark1em,
.boxPrivacy ol.list.noMark1_5em,
.boxPrivacy ol.list.noMark2em,
.boxPrivacy ol.list.noMark3_5em {
	padding-left:0;
}
.boxPrivacy ol.list.noMark > li {
	list-style:none;
	padding-left:1.7em;
	text-indent:-1.7em;
}
.boxPrivacy ol.list.noMark1em > li {
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
}
.boxPrivacy ol.list.noMark1_5em > li {
	list-style:none;
	padding-left:1.5em;
	text-indent:-1.5em;
} 
.boxPrivacy ol.list.noMark2em > li {
	list-style:none;
	padding-left:2em;
	text-indent:-2em;
}
.boxPrivacy ol.list.noMark3_5em > li {
	list-style:none;
	padding-left:3.5em;
	text-indent:-3.5em;
} 
.boxPrivacy ul.list ol.list.noMark2em > li:before {
	background:none;
}
.boxPrivacy ol.list li ul {
	padding:0;
	text-indent:0;
}
.boxPrivacy ol.list li h5 {
	text-indent:0;
}
.boxPrivacy ul.list li:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    content: ' ';
    width: 14px;
    height: 14px;
    background: url(/img/common/i_dot.png) no-repeat 0 0;
    background-size: 14px 14px;
}

.boxPrivacy ul.list {
    position: relative;
    margin: 0 0 20px 0;
}
.boxPrivacy ul.list li {
    position: relative;
    padding-left: 15px;
    list-style: none;
}