/* CSS Document */
.headTitle01 {
  width: 100%;
  background-image: url(../images/bg_header01.jpg);
}

.mainArea h3 {
  background-image: url("../images/icon_mail.png");
}

.withdrawal-container {
  width: 100%;
  margin-top: 25px;
}

.withdrawal-contents01 {
  width: 100%;
  border-top: 0.5px solid #f6efe3;
}

.withdrawal-block01 {
  width: 100%;
  border-bottom: 0.5px solid #f6efe3;
}

.leftBlock {
  width: 31%;
  padding: 30px;
  background-color: #fbf7ef;
  float: left;
}

.leftBlock p {
  font-size: 15px;
  float: left;
}

.required {
  font-size: 12px;
  color: #fff;
  padding: 3px 7px;
  background-color: #cb4040;
  border-radius: 10%;
  float: right;
}

.rightBlock {
  width: 69%;
  float: right;
}

.rightBlock input {
  font-size: 14px;
  width: 85%;
  height: 35px;
  margin: 23px 0px 23px 20px;
  padding-left: 15px;
}

.rightBlock input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.rightBlock input:-ms-input-placeholder {
  color: #b0b0b0;
}

.rightBlock input::-ms-input-placeholder {
  color: #b0b0b0;
}

.rightBlock input::placeholder {
  color: #b0b0b0;
}

@media screen and (max-width: 767px) {
  .leftBlock {
    padding: 18px;
  }
  .leftBlock p {
    font-size: 13px;
    margin-bottom: 10px;
    float: none;
  }
  .required {
    float: none;
  }
  .rightBlock input {
    margin: 24px 0px 24px 25px;
  }
}

@media screen and (max-width: 513px) {
  .withdrawal-contents01 {
    border-top: none;
  }
  .withdrawal-block01 {
    margin-bottom: 30px;
    border-bottom: none;
  }
  .leftBlock {
    width: 100%;
    float: none;
  }
  .leftBlock p {
    margin-bottom: 0px;
    float: left;
  }
  .required {
    float: right;
  }
  .rightBlock {
    width: 100%;
    float: none;
  }
  .rightBlock input {
    width: 70%;
    margin: 20px 0px 0px 0px;
  }
}

.withdrawal-contents02 {
  max-width: 740px;
  width: 100%;
  margin: 45px auto 0px;
  position: relative;
}

.withdrawal-contents02 img {
  position: absolute;
  top: 24px;
  left: 0;
}

.withdrawal-contents02 p {
  font-size: 16px;
  padding-left: 63px;
  float: left;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .withdrawal-contents02 {
    margin: 30px auto 0px;
  }
  .withdrawal-contents02 img {
    width: 5%;
    top: 13px;
  }
  .withdrawal-contents02 p {
    font-size: 14px;
    padding-left: 45px;
    line-height: 24px;
  }
}

@media screen and (max-width: 513px) {
  .withdrawal-contents02 p {
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .withdrawal-contents02 img {
    width: 30px;
    margin: 0 auto 10px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .withdrawal-contents02 p {
    padding-left: 0;
  }
}

.withdrawal-contents03 {
  width: 100%;
  margin: 55px 0px 0;
}

@media screen and (max-width: 640px) {
  .withdrawal-contents03 {
    margin-top: 35px;
  }
}

.withdrawal-contents03 h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.withdrawal-contents03 p {
  font-size: 16px;
  line-height: 28px;
}

.withdrawal-contents03 textarea {
  font-size: 15px;
  width: 100%;
  height: 210px;
  margin-top: 20px;
}

.submitBtn01 a {
  font-size: 18px;
  color: #fff;
  width: 320px;
  height: 60px;
  margin: 0px auto;
  padding: 17px 124px;
  background-color: #e38a80;
  border-radius: 28.5px;
  position: relative;
}

.submitBtn01 a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .withdrawal-contents03 h4 {
    font-size: 16px;
  }
  .withdrawal-contents03 p {
    font-size: 14px;
  }
  .withdrawal-contents03 textarea {
    height: 170px;
  }
  .submitBtn01 a {
    font-size: 16px;
    width: 280px;
    heifht: 45px;
    padding: 13px 110px;
  }
}

.formArea01 h3 {
  background-image: url("../images/ico_index04.png");
}

.formArea01 table {
  width: 100%;
}

.formArea01 th {
  text-align: left;
}

.formArea01 th:not(.verticalTop) {
  vertical-align: middle;
}

.formArea01 .tableHead01 {
  font-size: 15px;
  width: 310px;
  background: #fbf7ef;
  border-left: 1px solid #f3e2c8;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .formArea01 .tableHead01 {
    font-size: 14px;
    width: 185px;
  }
}

.formArea01 .tableContent01 {
  border-right: 0;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .formArea01 .tableContent01 {
    font-size: 13px;
  }
}

.formArea01 .tableContent01 th {
  width: 130px;
}

@media screen and (max-width: 1000px) {
  .formArea01 .tableContent01 th {
    width: 100px;
  }
}

.formArea01 .tableContent01 td {
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .formArea01 .tableContent01 td {
    padding: 4px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .formArea01 .tableContent01 th,
  .formArea01 .tableContent01 td {
    width: 100%;
    display: block;
  }
}

.formArea01 .tableContent01 .remarks01 th,
.formArea01 .tableContent01 .remarks01 td {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .formArea01 .tableContent01 .remarks01 th,
  .formArea01 .tableContent01 .remarks01 td {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .formArea01 .tableContent01 .remarks01 td {
    padding: 4px 0 0;
  }
}

.formArea01 .tableContent01 .remarks01 textarea {
  height: 76px;
}

.formArea01 .tableContent01 .remarks01 p {
  font-size: 12px;
}

.formArea01 .tableHead01,
.formArea01 .tableContent01 {
  padding: 16px 20px;
  border: 1px solid #f6efe3;
}

@media screen and (max-width: 767px) {
  .formArea01 .tableHead01,
  .formArea01 .tableContent01 {
    width: 100%;
    display: block;
  }
}

.formArea01 .required {
  font-size: 12px;
  color: #fff;
  padding: 3px 8px 4px;
  background: #cb4040;
  border-radius: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .formArea01 .radio {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .formArea01 .radio:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .formArea01 .radio:not(:last-child) {
    margin-bottom: 10px;
  }
}

.formArea01 .datepickerArea01 {
  width: 185px;
  margin-right: 5px;
  background: url("../images/ico_index05.png") no-repeat 95% 50%;
}

@media screen and (max-width: 640px) {
  .formArea01 .datepickerArea01 {
    width: 100%;
    margin: 0 0 5px;
    float: none;
  }
}

.formArea01 .datepickerArea01 input {
  background: none;
}

.formArea01 .selectDateArea01:not(:last-child) {
  margin-right: 10px;
}

.formArea01 .selectDate01 {
  width: 66px;
  margin-right: 10px;
  display: inline-block;
}

.formArea01 .textBox01 {
  max-width: 325px;
}

.formArea01 .prefecturalBox01 {
  max-width: 160px;
}

@media screen and (max-width: 640px) {
  .formArea01 .prefecturalBox01 {
    width: 100px;
  }
}

.formArea01 .selectYear01,
.formArea01 .selectMonth01 {
  margin-right: 10px;
  display: inline-block;
}

.formArea01 .selectYear01 {
  width: 160px;
}

@media screen and (max-width: 640px) {
  .formArea01 .selectYear01 {
    width: 100px;
  }
}

.formArea01 .selectMonth01 {
  width: 106px;
}

@media screen and (max-width: 640px) {
  .formArea01 .selectMonth01 {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .formArea01 .telHead01 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
  }
}

@media print, screen and (min-width: 641px) {
  .formArea01 .telHead01 span {
    text-align: center;
    display: inline-block;
  }
}

.formArea01 .textBox02 {
  width: calc(100% - 265px);
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .formArea01 .textBox02 {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 640px) {
  .formArea01 .textBox02 {
    margin-bottom: 10px;
  }
}

.formArea01 .textBox03 {
  width: 252px;
}

@media screen and (max-width: 640px) {
  .formArea01 .textBox02,
  .formArea01 .textBox03 {
    width: 100%;
    float: none;
  }
}

.formArea01 .attentionArea01 {
  margin-top: 30px;
  line-height: 1.7;
  word-wrap: break-word;
}

@media screen and (max-width: 640px) {
  .formArea01 .attentionArea01 {
    margin-top: 5px;
  }
}

.formArea01 .attention01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.formArea01 .breakWord01 {
  word-break: break-all;
}

.formArea01 .checkboxArea01 li:not(:last-child) {
  margin-bottom: 10px;
}

.formArea01 .submitBtn01 {
  width: 318px;
  margin: 55px auto 0;
}

@media screen and (max-width: 640px) {
  .formArea01 .submitBtn01 {
    width: 250px;
    margin-top: 30px;
  }
}

.formArea01 .submitBtn01 input {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .formArea01 .submitBtn01 input {
    font-size: 16px;
  }
}
