@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
.inqAttention {
  color: #B20000;
}

.inqCycleAidWrap {
  border: 1px solid #DDDDDD;
  margin-bottom: 50px;
}

.inqCycleAidTitle {
  background: #EEEEEE;
  text-align: center;
  padding: 10px;
  color: rgb(72, 167, 106);
  font-size: 1.7rem;
}

.inqCycleAidBox {
  padding: 20px;
}
.inqCycleAidBox :last-child {
  margin-bottom: 0;
}

.inqCycleAidItem {
  margin-bottom: 20px;
}

.inqCycleAidAdd dt {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.inqCycleAidAdd dd {
  font-size: 1.5rem;
}

.inqCycleAidTel li {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.aidTel,
.aidFax {
  color: rgb(230, 0, 18);
  font-weight: 900;
  position: relative;
  margin-left: 35px;
}
.aidTel:before,
.aidFax:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  position: absolute;
  color: #fff;
  background: rgb(230, 0, 18);
  text-align: center;
  left: -2em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.aidTel:before {
  content: "\f095";
}
.aidTel a, .aidTel span {
  color: rgb(230, 0, 18);
}

.aidFax:before {
  content: "\f1ac";
}

.inqTelTime {
  color: #444;
  display: block;
  font-size: 1.3rem;
}

.applyWrap {
  margin-bottom: 50px;
}
.applyBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  transition: background-color 0.3s;
  padding: 0 20px;
}

.applyRed a {
  background: rgb(230, 0, 18);
}
.applyRed a:hover {
  background: rgb(255, 0, 21);
}

.applyBlue a {
  background: rgb(72, 167, 106);
}
.applyBlue a:hover {
  background: rgb(54, 155, 255);
}

/* フォーム部分
==================================*/
.error {
  background: #f4d4d4 !important;
  color: #dd3636;
  font-weight: 600;
}

.errMessage {
  font-size: 1.5rem;
  font-weight: 900;
  color: #dd3636;
  margin-top: 5px;
}

.errBox {
  border: 3px double #dd3636;
  background-color: #f4d4d4;
  padding: 10px;
  margin: 0 0 40px;
}

.errBox p {
  color: #dd3636;
  font-weight: 600;
}

.entryform {
  margin-bottom: 80px;
}

.entryformBox {
  border: 1px solid #ddd;
  margin-bottom: -1px;
}

.inputItems,
.inputArea {
  font-size: 1.5rem;
  padding: 15px;
  width: 100%;
}

.inputItems {
  width: 100%;
  background: #EEEEEE;
}
.inputArea input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
}

.required {
  background-color: #B20000;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 5px;
  margin: 0 10px 0 0;
}

.any {
  background-color: #888888;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  padding: 1px 5px;
  margin: 0 10px 0 0;
}

.inputArea textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.checkBox {
  display: block;
  cursor: pointer;
}

.checkBoxMargin {
  margin-right: 20px;
}
[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  width: 20px !important;
}

.btnConfirm input {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #737373;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 300px;
  transition: background-color 0.3s;
}
.btnConfirm input:hover {
  background: #888888;
}

.formBtnWrapper {
  margin: 40px 0;
}

.formBtnWrapper input {
  margin-bottom: 10px;
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #737373;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 1.6rem;
}

textarea::placeholder,
input::placeholder {
  color: #b1b1b1;
}

@media print, screen and (min-width: 768px){
  .inqCycleAidWrap {
    width: 90%;
    margin: 0 auto 50px;
  }
  .inqCycleAidTitle {
    font-size: 2rem;
  }
  .inqCycleAidBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inqCycleAidItem {
    margin-bottom: 0;
  }
  .inqCycleAidItem:first-child {
    width: 57%;
  }
  .inqCycleAidItem:last-child {
    width: 43%;
  }
  .inqCycleAidTel li {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .applyWrap {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 50px;
  }
  .applyBtn {
    width: 48%;
  }
  .inputItems,
  .inputArea {
    padding: 15px;
  }
  .inputItems {
    flex-basis: 220px;
    display: flex;
    align-items: center;
  }
  .inputArea {
    flex-basis: calc(100% - 230px);
  }
  .inputArea input {
    width: 70%;
  }
  .checkBox {
    margin-right: 20px;
  }
  .checkBoxWrap {
    display: flex;
  }
  .formBtnWrapper {
    width: 620px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .formBtnWrapper input {
    width: 300px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 960px){
  .applyWrap {
    width: 780px;
  }
}

@media print, screen and (min-width: 960px){
  .inqCycleAidWrap {
    width: 780px;
  }
}

/*# sourceMappingURL=inquiry.css.map*/