/****************************** mobile,cpmmon ******************************/

/* -------------------- 背景 -------------------- */
.cn01Bg {
  /* background: rgba(255,255,255,0.2);
  background-size: cover;
  position: relative; */
}
.cn01BgImg {
  /* position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../image/topImg03.jpg);
  background-size: cover;
  z-index: -9999; */
}

/* -------------------- h2要素 -------------------- */
.cnHead {
  text-align: center;
  margin-bottom: 30px;
}

/* -------------------- フォーム要素 -------------------- */
.cnFormItem {
  margin-bottom: 15px;
}
/* フォーム要素名 */
.cnFormItemName {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
/* 必須 */
.required {
  color: #ffffff;
  background: #ff0000;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 3px 5px;
  border-radius: 1px;
  box-sizing: border-box;
  margin-left: 3px;
  font-weight: 600;
}
/* フォームinput */
.cnFormInput {
  height: 40px;
}
.cnFormTextArea {
  height: 120px;
}
.cnFormInput input
,.cnFormTextArea textarea {
  background: rgba(255,255,255,0.8);
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  letter-spacing: 1px;
  font-size: 12px;
  box-sizing: border-box;
}
/* フォームボタン */
.cnFormButton input {
  background: #ff473e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 1px;
}
.cnFormButton {
  letter-spacing: 1px;
  height: 48px;
  margin: 30px 0 0 0;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

  /* -------------------- フォーム要素 -------------------- */
  .cnFormItem {
    display: flex;
    justify-content: space-between;
  }
  .cnFormItem {
    margin-bottom: 40px;
  }
  .cnFormItemName {
    font-size: 14px;
    width: 25%;
  }
  .cnFormInput
  ,.cnFormTextArea {
    width: 75%;
  }
  .cnFormButton {
    width: 300px;
    margin: 0 auto;
  }
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){
  /* -------------------- h2要素 -------------------- */
  .cnHead {
    margin-bottom: 60px;
  }

  /* -------------------- フォーム要素 -------------------- */
  .cnFormInput {
    height: 45px;
  }
  .cnFormButton input:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
}
