@charset "UTF-8";
#hw-message-title {
    height: 60px;
    border-bottom: 1px solid #454545;
    margin-bottom: 64px;
}

#hw-message-inner {
    text-align: left;
    width: 880px;
    margin: 0 auto;
    padding-top: 28px;
}

#hw-message-inner img {
    width: 155px;
    height: auto;
}

#hw-message {
    padding-bottom: 56px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
    width: 960px;
    margin: 0 auto;
}



.input-notice {
    font-size: 12px;
    color: #8B8B8B;
    position: absolute;
    top: -19px;
    left: 223px;
}

#hw-message form {
    position: relative;
}

#hw-message hr {
    border: none;
    border-bottom: 1px solid #292929;
}
.message{
    margin-top:20px;
}
.message-subtitle {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin: 28px 0 0 67px;
    text-align: left;
    position: relative;
    padding-right: 130px;
    padding-left: 30px;
    background: url(/special/1810_timetodare/message/tit-triangle.png) left center no-repeat;
}

#hw-message table {
    width: 100%;
    border-collapse: collapse;
    max-width: 656px;
    height: 100%;
}

#hw-message table th {
    vertical-align: top;
    padding-top: 9px;
    color: #333;
    width: 172px;
    padding-left: 30px;
    padding-right: 24px;
    text-align: right;
    font-size: 13px;
}

#hw-message table td {
    padding: 1px 0px 7px 0;
    max-width: 400px;
}

#hw-message input[type="text"],
#hw-message input[type="password"],
#hw-message input[type="tel"],
#hw-message input[type="email"],
#hw-message input[type="number"],
#hw-message table textarea {
    width: 100%;
    border: none;
    background: #b7b7b7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* max-width: 100%; */
    /* display: block; */
    -webkit-appearance: none;
    /* padding-right: 20px; */
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: #2b2b2b;
    font-weight: bold;
}

#hw-message input[type="text"],
#hw-message input[type="password"],
#hw-message input[type="tel"],
#hw-message input[type="email"],
#hw-message input[type="number"] {
    height: 32px;
    vertical-align: top;
    max-width: 394px;
}

select {
    vertical-align: top;
    height: 25px;
}

#hw-message table textarea {
    width: 100%;
    background: #b7b7b7;
    max-width: 394px;
}

.sub-link {
    margin-top: 27px;
    text-align: left;
    margin-left: 107px;
}

.sub-link a {
    line-height: 2.4em;
    color: #333;
    text-decoration: none;
    margin-right: 52px;
    font-weight: bold;
    font-size: 14px;
}

.sub-link br {
    display: none;
}

#hw-message #zipcode {
    width: 159px;
}

#hw-message #age {
    width: 100px;
}

.table-inner {
    width: auto;
    display: inline-block;
    height: 100%;
}

#hw-message .table-inner tr {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    margin-top: 0;
    width: auto;
}

#hw-message .table-inner th {
    width: 57px;
    padding-left: 0;
    padding-right: 10px;
    margin: 0;
}

#hw-message #sex-table th {
    width: 40px;
}

#hw-message .table-inner td {
    padding-right: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

#hw-message .table-inner label {
    vertical-align: middle;
    padding: 0 10px 0 0px;
    font-size: 16px;
    color:#AAA;
}

.custom-selectbox {
    position: relative;
}

.custom-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}

.custom-selectbox .inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 0 12px;
    width: 220px;
    height: 32px;
    font-size: 11px;
    line-height: 32px;
    background: #1a1a1a;
    padding-left: 34px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #D1D1D1;
}

.custom-selectbox .inner span{
    color:#fff;
}

.custom-selectbox .inner:before,
.custom-selectbox .inner:after {
    content: '';
    position: absolute;
    display: block;
}

.custom-selectbox .inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    background: #1a1a1a;
    border-right: 1px solid;
    margin: 4px 0;
}

.custom-selectbox .inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #D1D1D1;
    border-width: 5px 5px 0 5px;
}

#job-select > .inner {
    width: 394px;
}

#prefecture-table {
    float: right;
    width: 264px;
}

#prefecture-select > .inner {
    width: 160px;
}

#form-notice {
    padding: 30px 97px 25px 72px;
    color: #9E9E9E;
    text-align: left;
    line-height: 1.9em;
    font-size: 12px;
}

#form-notice a {
    color: #FFFF00;
}

#form-item-1 {
    margin: 0px 0px 0px 0px;
}

#form-item-2 {
    margin: 14px 0px -20px 0px;
}

#form-item-3 {
    margin: 11px 0px 0px 0px;
}

#form-submit,
#form-reset {
    -webkit-appearance: none;
    border: 1px solid #333333;
    height: 44px;
    width: 264px;
    margin-right: 16px;
    border-radius: 6px;
}

#form-submit img {
    width: 43px;
    height: auto;
}

#form-reset img {
    width: 82px;
    height: auto;
}

.btn-base {
    cursor: pointer;
    background-color: #1a1a1a;
    background-image: url(/special/1810_timetodare/common/images/site-btn-bg-gra.png);
    background-repeat: repeat-x;
    border: 1px solid #333333;
    background-position: top left;
    display: inline-block;
    vertical-align: middle;
    height: 49px;
    text-align: center;
    align-items: flex-start;
}

.btn-base img {
    vertical-align: middle;
}

.btn-base:hover {
    background-image: url(/special/1810_timetodare/common/images/site-btn-bg-gra-on.png);
    background-position: bottom left;
}

#back-top-btn-area {
    text-align: center;
    margin-top: 55px;
}

#back-top-btn-area .btn-base {
    width: 266px;
    position: relative;
}

#back-top-btn-area .btn-base img {
    margin-top: 15px;
}

#button-area {
    text-align: center;
}

#thanks-message {
    background-image: url(../img/message-thanks-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    height: 367px;
}

#thanks-message p img {
    width: 268px;
    height: auto;
}

#thanks-message p {
    padding-top: 100px;
    font-size: 15px;
}

#form-notice-strong {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#subtitle1 .title-line {
    margin-left: 130px;
}

.title-line {
    display: block;
    border-bottom: 1px solid #454545;
    margin-left: 160px;
    position: relative;
    width: auto;
    top: -11px;
    /* margin-top: -2px; */
}

#form-notice span {
    color: #40b4b1;
}

.for-sp {
    display: none;
}

.msg-tks {
  text-align: center;
}

.tks-e {
  font-size: 3em;
}

@media screen and (max-width: 1059px){
#hw-message {

    width: 820px;
}
}

@media screen and (max-width: 839px) {
    .for-sp {
        margin-top: 2px;
        display: inline;
        color: #8B8B8B;
        position: absolute;
        font-size: 9px;
    }
    .input-notice {
        display: none;
    }
    #hw-message table textarea {
        width: 300px;
    }
    .sub-link a {
        font-size: 10px;
        margin-right: 5px;
    }
    .sub-link br {
        display: none;
    }
    #hw-message-title {
        height: 36px;
        margin-bottom: 8px;
    }
    #hw-message-inner {
        width: 320px;
        /* padding-top: 27px; */
        box-sizing: border-box;
        padding: 16px 10px 0 14px;
    }
    #hw-message-inner img {
        width: 115px;
    }
    #hw-message {
        width: auto;
    }
    #hw-message {
        padding-bottom: 20px;
    }
    #hw-message table,
    #hw-message table tbody,
    #hw-message table th,
    #hw-message table tr,
    #hw-message table th,
    #hw-message table td,
    #hw-message .table-inner {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .ie9 #hw-message table th,
    .ie9 #hw-message table td{
        float: left;
    }
    #hw-message table {
        /* padding: 10px; */
        box-sizing: border-box;
    }
    #hw-message table th {
        padding: 0;
        text-align: left;
        width: auto;
    }
    #hw-message table td {
        width: auto;
        padding-right: 0;
    }
    #hw-message .table-inner table {
        padding: 0;
        width: auto;
    }
    #button-area {
        padding: 0 10px;
        width: 300px;
        margin: 0 auto;
    }
    #form-submit,
    #form-reset {
        width: 100%;
        margin-bottom: 20px;
    }
    #hw-message table th {
        font-size: 12px;
        padding-bottom: 6px;
        /* text-align: left; */
    }
    #hw-message input[type="text"],
    #hw-message input[type="password"],
    #hw-message input[type="tel"],
    #hw-message input[type="email"],
    #hw-message input[type="number"] {
        height: 25px;
        max-width: 9999px;
        width: 300px;
    }
    #hw-message form {
        margin-top: 5px;
    }
    #hw-message form hr {
        display: none;
    }
    #form-item-2 {
        margin-top: 7px;
    }
    #hw-message table td {
        padding-bottom: 10px;
    }
    .sub-link {
        padding-top: 19px;
        text-align: center;
        margin-left: 0;
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .sub-link br {
        display: none;
    }
    #prefecture-table {
        display: block;
        float: none;
        padding-top: 10px;
    }
    #sex-table tbody {
        width: auto !important;
    }
    .title-line {
        top: -7px;
    }
    #prefecture-select > .inner {
        width: 300px;
    }
    #form-item-3 {
        margin-top: 5px;
    }
    #hw-message #sex-table {
        display: inline-block;
        padding-left: 20px;
        margin-top: -19px;
        width: 170px;
    }
    #hw-message #sex-table th {
        padding-bottom: 2px;
    }
    #hw-message #sex-table td {
        /* padding-left: 17px; */
        padding-top: 5px;
        width: auto;
    }
    .message-subtitle {
        margin: 0 auto;
        width: 300px;
        padding-right: 0;
        box-sizing: border-box;
        /* left: 10px; */
        font-size: 13px;
        margin-bottom: 10px;
    }
    .custom-selectbox .inner {
        line-height: 30px;
        height: 32px;
        margin-top: 0;
    }
    #form-notice {
        padding: 15px 10px 45px 10px;
        width: 320px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #thanks-message p img {
        width: 186px;
    }
    #thanks-message p {
        font-size: 11px;
        padding-top: 44px;
    }
    #thanks-message {
        height: auto;
        padding-bottom: 19px;
        background-size: contain;
    }
    #job-select > .inner {
        width: 300px
    }
    #subtitle1 .title-line {
        margin-left: 96px;
    }
    .title-line {
        margin-left: 124px;
        /* margin-top: -2px; */
    }
}
