@charset "utf-8";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
#wrapper.form {
    background: #fff;
}
.form .main_img_area {
    padding: 20px;
}
.form .main_img_area h2 {
    font-size: 30px;
    color: #181b71;
    text-align: center;
}
.form .main_img_area h2 + p {
    background: #181b71;
    font-size: 26px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.form .text {
    margin-top: 20px;
    background: url("../img/ph_01.jpg") no-repeat top right;
    padding: 00px 40px 20px 80px;
}
.form .text p {
    padding-bottom: 20px;

    font-size: 18px;
}
.form .text.end p {
    color: #cc0000;
    padding: 70px 0;
}
.form .text.comp p {
    padding: 70px 0;
}
.form .text p.impt {
    color: #cc0000;
    font-size: 14px;
}
.form .text a.pdf {
    display: inline-block;
    border: 2px solid #181b71;
    border-radius: 999px;
    color: #181b71;
    padding: 7px 26px 8px 15px;
    text-decoration: none;
}
.form .text a.pdf:hover {
    background: #181b71;
    color: #fff;
    text-decoration: none;
}
.form .text a.pdf::before {
    content: "▶";
    color: #cc0000;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}
.form_block h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #181b71;

    border-bottom: 1px solid #e2e2e2;
}
.form_block dl {
}
.form_block dt {
    width: 290px;
    float: left;
    clear: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    margin-top: 40px;
}
.form_block dt span {
    display: inline-block;
    background: #cc0000;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 50px;
}
.form_block dd {
    align-items: center;
    padding: 30px 0 30px 300px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.form_block input,
.form_block textarea {
    width: 60%;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    padding: 13px 20px;
}
.form_block input.min,
.form_block select {
    width: 40%;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    padding: 13px 20px;
}

.form_block input[type='checkbox'] {
  width: revert;
}

.form_block select,
.form_block label {
  font-size: 16px;
}

.form_block dd.err input,
.form_block dd.err select,
.form_block dd.errtextarea {
    width: 60%;
    border: 1px solid #cc0000;
    background: #feeaea;
    padding: 13px 20px;
}

.form_block dd span {
    display: none;
    position: absolute;
    left: 300px;
    bottom: 5px;
    font-size: 12px;
    color: #cc0000;
}
.form_block dd.err span {
    display: inline-block;
    color: #cc0000;
}
.form_block.comfim dd {
    padding-top: 40px;
    font-size: 15px;
}
.form_block .cal {
    background: #e5e5e5;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    width: 230px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    font-size: 17px;
    margin: 30px 10px;
}
.form_block .send {
    background: #e61610;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    display: inline-block;
    width: 230px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    font-size: 17px;
    margin: 30px 10px;
}


.complete-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.complete-body .txt {
  width: 50%;
}

.complete-body .img {
  width: 45%;
}

.complete-body .txt p:first-child {
  font-size: 18px;
  line-height: 2;
}

.complete-body .txt h3 {
  margin: 25px 0 6px;
  color: #c00;
  font-size: 16px;
  font-weight: bold;
}

.complete-body .txt p:last-child {
  font-size: 14px;
  line-height: 1.8;
}
.complete-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.complete-body .txt {
  width: 50%;
}

.complete-body .img {
  width: 45%;
}

.complete-body .txt p:first-child {
  font-size: 18px;
  line-height: 2;
}

.complete-body .txt h3 {
  margin: 25px 0 6px;
  color: #c00;
  font-size: 16px;
  font-weight: bold;
}

.complete-body .txt p:last-child {
  font-size: 14px;
  line-height: 1.8;
}