@charset "euc-jp";

/* inquiries

お問い合わせページのみで使用するスタイル

------------------------------------------------ */

/* リンク */
a,button[type="submit"] {
    color: #333;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
a:hover { color: #197fde;}

/* 見出し */
.inquiries h2 {
    height: auto;
    clear: both;
    margin-bottom: 15px;
    padding: 7px 0 9px 5px;
    border: none;
    border-bottom: #2879c4 2px solid;
    background-color: #fff;
    font-size: 23px;
    color: #3b3b3b;
}
.inquiries h3 {
    margin-bottom: 15px;
    padding: 4px 0 3px;
    border-bottom: none;
    background-color: #fff;
    font-size: 20px;
    color: #3b3b3b;
}

/* 共通 */
.inquiries .inquiries_top,
.inquiries .inquiries_form,
.inquiries .inquiries_thanks {
    width: 950px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #5a9fdf;
}
.inquiries .inner {
    width: 920px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 30px 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
    -moz-box-shadow: 2px 2px 3px #1e66a9;
    -webkit-box-shadow: 2px 2px 3px #1e66a9;
    box-shadow: 2px 2px 3px #1e66a9;
}
.inquiries .notice_list li {
    margin-bottom: 3px;
    padding-left:1em;
    text-indent:-1em;
    font-size: 12px;
}
.inquiries .notice_list li span {
    color: #f23d52;
}
.inquiries .notice_list li a:hover span {
    color: #197fde;
}

/* 共通 ボタン */
.inquiries .btn_entry a,
.inquiries .btn_entry button[type="submit"] {
    height: 60px;
    box-sizing: border-box;
    display: block;
    padding: 20px 0 15px;
    border: #fffbb9 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    background: #fbc600;
    -moz-box-shadow: 1px 1px 2px #1e66a9;
    -webkit-box-shadow: 1px 1px 2px #1e66a9;
    box-shadow: 1px 1px 2px #1e66a9;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.inquiries .btn_entry a:hover,
.inquiries .btn_entry button[type="submit"]:hover {
    background: #eeb02c;
}
.inquiries .btn_entry button#submit_btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

/*
お問い合わせトップ
お問い合わせ完了
------------------------------------------------ */


/* 見出しアイコン */
.inquiries  h3 { padding-left: 30px;}
.inquiries .inquiries_top .befoore h3 { background: url(../../../img/15/inquiries/ico_inquiries1.gif) no-repeat 0 0;}
.inquiries .inquiries_top .support h3 { background: url(../../../img/15/inquiries/ico_inquiries3.gif) no-repeat 0 0;}
.inquiries .inquiries_top .reply h3 { background: url(../../../img/15/inquiries/ico_inquiries4.gif) no-repeat 0 0;}
.inquiries .inquiries_top .tel h3 { background: url(../../../img/15/inquiries/ico_inquiries6.gif) no-repeat 0 0;}
.inquiries .inquiries_form h3 { background: url(../../../img/15/inquiries/ico_inquiries7.gif) no-repeat 0 0;}
.inquiries .inquiries_thanks .caution h3 { background: url(../../../img/15/inquiries/ico_inquiries8.gif) no-repeat 0 0;}


/* お問い合わせ前に */

.inquiries .inquiries_top .lead {
    margin-bottom: 20px;
}

/* リスト よくある質問 */
.inquiries .inquiries_top .faq_list {
    width: 870px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    border: #ede5d0 1px solid;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fffcf1;
}
.inquiries .inquiries_top .faq_list h4 {
    margin-bottom: 15px;
    padding: 3px 0 2px 25px;
    background: url(../../../img/15/inquiries/ico_inquiries2.gif) no-repeat 0 0;
    font-weight: bold;
    font-size: 15px;
}
.inquiries .inquiries_top .faq_list ul {
    overflow: hidden;
}

.inquiries .inquiries_top .faq_list ul li {
    float: left;
    margin: 0 30px 15px 0;
    font-size: 14px;
}


/* サポート対応について */
.inquiries .inquiries_top .support {
    margin-bottom: 30px;
}
.inquiries .inquiries_top .support .time {
    margin: 8px 0 20px;
    font-weight: bold;
    font-size: 19px;
}

/* お問い合わせから回答までの日数について */
.inquiries .reply_date {
    width: 870px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px;
    border: #ede5d0 1px solid;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #fffcf1;
}
.inquiries .reply .reply_date h4 {
    margin-bottom: 15px;
    padding: 3px 0 2px 25px;
    background: url(../../../img/15/inquiries/ico_inquiries5.gif) no-repeat 0 0;
    font-weight: bold;
    font-size: 15px;
}
.inquiries .reply .reply_date .day {
    margin-bottom: 20px;
}
.inquiries .reply .reply_date .day span {
    display: inline-block;
    margin-left: 5px;
    font-size: 24px;
    font-weight: bold;
}

/* お問い合わせフォームボタン */

.inquiries .inquiries_top .bottom_txt {
    margin: 30px 0 35px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.inquiries .inquiries_top .btn_entry a {
    width: 400px;
    margin: 0 auto 30px;
    -moz-box-shadow: 2px 2px 3px #1e66a9;
    -webkit-box-shadow: 2px 2px 3px #1e66a9;
    box-shadow: 2px 2px 3px #1e66a9;
}

/* お問い合わせ完了 */
.inquiries .inquiries_thanks .complete h3 {
    text-align: center;
}
.inquiries .inquiries_thanks .complete .lead {
    margin-bottom: 20px;
    text-align: center;
}
.inquiries .inquiries_thanks .inner {
    margin: 0 auto;
}
.inquiries .inquiries_thanks .complete .reply_date {
    margin-bottom: 15px;
}
.inquiries .inquiries_thanks .complete {
    margin-bottom: 15px;
}
.inquiries .inquiries_thanks .caution {
    line-height: 1.8em;
}