@charset "utf-8";

/*-------------------------------------------------------------------
    * inquiries.css
    * site name : チャンスイット
    * description : お問い合わせページ指定
    * import : web/inquiries.jsp
-------------------------------------------------------------------*/

/* ---------------------------------------お問い合わせ */
#contents {
    margin-bottom: 50px;
}
#inquiriesbox {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 14px;
    width: 950px;
    margin: 10px auto;
}

#inquiriesbox h2 {
    border-top: 2px solid #23b5e0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 20px;
}
#inquiriesbox h3 {
    border-left: 4px solid #55ccee;
    color: #007799;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 6px;
    margin-bottom: 12px;
}
#inquiriesbox h4 {
    background: #23b5e0;
    border-radius: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 15px;
}
#inquiriesbox .helpbox ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 18px 15px 15px;
    margin: 10px 0 30px;
    overflow: hidden;
}
#inquiriesbox .helpbox li {
    float: left;
    width: 300px;
    margin-bottom: 10px;
}
#inquiriesbox .helpbox li:first-child {
    float: none;
    width: 130px;
}
#inquiriesbox .helpbox li a {
    color: #555;
    text-decoration: underline;
    padding: 0 0 0 3px;
}
#inquiriesbox .helpbox li a:hover {
    color: #6cf;
}
#inquiriesbox .helpbox .block {
    margin-bottom: 35px;
}
#inquiriesbox .emphasis {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block {
    margin-bottom: 30px;
}
#inquiriesbox .box {
    background-color: #dff4fa;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #dff4fa), color-stop(.25, #fff),color-stop(.5, #fff), color-stop(.5, #dff4fa),color-stop(.75, #dff4fa), color-stop(.75, #fff),to(#fff));
    -webkit-background-size: 3px 3px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 160px;
    text-align: center;
    padding: 25px 0 30px;
}
#inquiriesbox .btn_inquiries,#inquiriesbox ..btn_entry button{
    background: #ff8a00;
    background: -webkit-linear-gradient(top, #ffaf00 0%,#ff8a00 100%);
    background: linear-gradient(to bottom, #ffaf00 0%,#ff8a00 100%);
    border: 1px solid #ff8a00;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    width: 460px;
    padding: 8px 0;
    margin: 15px auto 0;
}
#inquiriesbox .btn_inquiries:hover,#inquiriesbox .btn_entry button:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/* ---------------------------------------フォーム */
#inquiriesbox .formbox {
    margin-bottom: 20px;
}
#inquiriesbox .formbox dl {
    margin-bottom: 20px;
}
#inquiriesbox .formbox dt {
    font-weight: bold;
    font-size: 16px;
    width: 240px;
    padding: 15px 0;
    position: absolute;
}
#inquiriesbox .formbox dt span,
#inquiriesbox .formbox .agree_box span{
    background: #ff4b4e;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin: 0 10px 0 0 ;
}
#inquiriesbox .formbox dd {
    box-sizing: border-box;
    padding: 10px 0 10px 250px;
}
#inquiriesbox .formbox dd input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px;
}
#inquiriesbox .formbox select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 25px 8px 10px;
    text-indent: 0.01px;
    text-overflow: '';
    background: url(../img/inquiries/arrow.gif) no-repeat 260px center;
    width: 285px;
    height: 38px;
}
#inquiriesbox .formbox select::-ms-expand {
    display: none;
}
#inquiriesbox .formbox .select_wrap {
    display: inline-block;
    position: relative;
}
#inquiriesbox .formbox textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    width: 436px;
}
#inquiriesbox .formbox textarea::-webkit-input-placeholder{
    color: #aeaeae;
}
#inquiriesbox .formbox textarea::-moz-placeholder{
    color: #aeaeae;
    opacity: 1;
}
#inquiriesbox .formbox textarea:-ms-input-placeholder {
    color: #aeaeae;
}
#inquiriesbox .attachment label {
    display: inline-block;
    position: relative;
    background: #23b5e0;
    color:#fff;
    padding: 10px 18px;
    border-radius: 4px;
    transition: all 0.3s;
}
#inquiriesbox .attachment label:hover {
    background: #888;
    transition: all 0.4s;
}
#inquiriesbox .formbox .attachment label input {
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
#inquiriesbox .attachment .filename {
    margin-left:5px;
}
#inquiriesbox .ex {
    background: #eee;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 20px;
    margin: 15px 0 10px;
    width: 463px;
}
#inquiriesbox .privacy_note {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 170px;
    padding: 18px;
}
#inquiriesbox .privacy_note h4{
    width: 200px;
}
#inquiriesbox .privacy_note li {
    margin-bottom: 10px;
}
#inquiriesbox .note li {
    margin-bottom: 10px;
    text-indent: -1rem;
    padding-left: 1rem;
}
#inquiriesbox .agree_box {
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center;
    background: #ffe5e5;
}

/* ---------------------------------------エラー */
#inquiriesbox .p_error {
    background: url(../img/inquiries/ico_error.png) no-repeat 2px 10px;
    color: #ff4b4e;
    padding: 8px 0 5px 22px;
}

/* ------------------reCAPTCHA セキュリティ認証 */
.authentication {
    padding: 15px 40px;
    margin: 15px 0 0;
    background: #f7f7f7;
}
.authentication p {
    text-align: center;
    font-weight: bold;
}
.authentication .g-recaptcha {
    width: 304px;
    margin: 10px auto;
}
.authentication .g-caution {
    width: 500px;
    margin: 15px auto 20px;
    padding: 10px;
    border: 1px solid #f00;
    background-color: #fff;
    font-size: 12px;
    color: #f00;
}@charset "utf-8";

/*-------------------------------------------------------------------
    * inquiries.css
    * site name : チャンスイット
    * description : お問い合わせページ指定
    * import : web/inquiries.jsp
-------------------------------------------------------------------*/

/* ---------------------------------------お問い合わせ */
#contents {
    margin-bottom: 50px;
}
#inquiriesbox {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 14px;
    width: 950px;
    margin: 10px auto;
}

#inquiriesbox h2 {
    border-top: 2px solid #23b5e0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 20px;
}
#inquiriesbox h3 {
    border-left: 4px solid #55ccee;
    color: #007799;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 6px;
    margin-bottom: 12px;
}
#inquiriesbox h4 {
    background: #23b5e0;
    border-radius: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 15px;
}
#inquiriesbox .helpbox ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 18px 15px 15px;
    margin: 10px 0 30px;
    overflow: hidden;
}
#inquiriesbox .helpbox li {
    float: left;
    width: 300px;
    margin-bottom: 10px;
}
#inquiriesbox .helpbox li:first-child {
    float: none;
    width: 130px;
}
#inquiriesbox .helpbox li a {
    color: #555;
    text-decoration: underline;
    padding: 0 0 0 3px;
}
#inquiriesbox .helpbox li a:hover {
    color: #6cf;
}
#inquiriesbox .helpbox .block {
    margin-bottom: 35px;
}
#inquiriesbox .emphasis {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block {
    margin-bottom: 30px;
}
#inquiriesbox .box {
    background-color: #dff4fa;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #dff4fa), color-stop(.25, #fff),color-stop(.5, #fff), color-stop(.5, #dff4fa),color-stop(.75, #dff4fa), color-stop(.75, #fff),to(#fff));
    -webkit-background-size: 3px 3px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 160px;
    text-align: center;
    padding: 25px 0 30px;
}
#inquiriesbox .btn_inquiries,#inquiriesbox .btn_entry button{
    background: #ff8a00;
    background: -webkit-linear-gradient(top, #ffaf00 0%,#ff8a00 100%);
    background: linear-gradient(to bottom, #ffaf00 0%,#ff8a00 100%);
    border: 1px solid #ff8a00;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    width: 460px;
    padding: 8px 0;
    margin: 15px auto 0;
}
#inquiriesbox .btn_inquiries:hover,#inquiriesbox .btn_entry button:hover {
    opacity: 0.7;
    transition: 0.3s;
}
#inquiriesbox .btn_entry button[disabled] {
    background: #ccc;
    border: 1px solid #ccc;
    cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
 #inquiriesbox .btn_entry button[disabled]:hover {
    opacity: 1;}

/* ---------------------------------------フォーム */
#inquiriesbox .formbox {
    margin-bottom: 20px;
}
#inquiriesbox .formbox dl {
    margin-bottom: 20px;
}
#inquiriesbox .formbox dt {
    font-weight: bold;
    font-size: 16px;
    width: 240px;
    padding: 15px 0;
    position: absolute;
}
#inquiriesbox .formbox dt span {
    background: #ff4b4e;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin: 0 10px 0 0 ;
}
#inquiriesbox .formbox dd {
    box-sizing: border-box;
    padding: 10px 0 10px 250px;
}
#inquiriesbox .formbox dd input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px;
}
#inquiriesbox .formbox select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 25px 8px 10px;
    text-indent: 0.01px;
    text-overflow: '';
    background: url(../img/inquiries/arrow.gif) no-repeat 260px center;
    width: 285px;
    height: 38px;
}
#inquiriesbox .formbox select::-ms-expand {
    display: none;
}
#inquiriesbox .formbox .select_wrap {
    display: inline-block;
    position: relative;
}
#inquiriesbox .formbox textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    width: 436px;
}
#inquiriesbox .formbox textarea::-webkit-input-placeholder{
    color: #aeaeae;
}
#inquiriesbox .formbox textarea::-moz-placeholder{
    color: #aeaeae;
    opacity: 1;
}
#inquiriesbox .formbox textarea:-ms-input-placeholder {
    color: #aeaeae;
}
#inquiriesbox .ex {
    background: #eee;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 20px;
    margin: 15px 0 10px;
    width: 463px;
}
#inquiriesbox .privacy_note {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 170px;
    padding: 18px;
}
#inquiriesbox .privacy_note h4{
    width: 200px;
}
#inquiriesbox .privacy_note li {
    margin-bottom: 10px;
}
#inquiriesbox .note li {
    margin-bottom: 10px;
    text-indent: -1rem;
    padding-left: 1rem;
}

/* ---------------------------------------エラー */
#inquiriesbox .p_error {
    background: url(../img/inquiries/ico_error.png) no-repeat 2px 10px;
    color: #ff4b4e;
    padding: 8px 0 5px 22px;
}

/* ------------------reCAPTCHA セキュリティ認証 */
.authentication {
    padding: 15px 40px;
    margin: 15px 0 0;
    background: #f7f7f7;
}
.authentication p {
    text-align: center;
    font-weight: bold;
}
.authentication .g-recaptcha {
    width: 304px;
    margin: 10px auto;
}
.authentication .g-caution {
    width: 500px;
    margin: 15px auto 20px;
    padding: 10px;
    border: 1px solid #f00;
    background-color: #fff;
    font-size: 12px;
    color: #f00;
}