/* CSS Document */
/*--------------------------------------------------
お問い合わせ - 共通
----------------------------------------------------*/
#inquiry main .mv {
    background-image: url(../../inquiry/img/ttl_bg.png);
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#inquiry main .mv .inner h1 {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
}
:focus {
  outline:none;
}
input[type=text],#inquiry main textarea{
        padding: 1px 5px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    width: 500px;
}
#inquiry main select{
     font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px;
    font-size: 1.6rem;
}
#inquiry main textarea{
    width: 600px;
    height: 150px;
    vertical-align:top;
}
/*フォーム*/
#inquiry main p.read{
    font-size: 1.6rem;
}
#inquiry main p.read strong{
    font-size: 1.8rem;
    font-weight: 600;
}
#inquiry main .form_area{
    margin: 0 auto;
}
#inquiry main .form_area .form_inner{
    margin-top: 40px;
}
#inquiry main .form_area .table_form{
    border-collapse: separate;
    border-spacing: 0px 8px;
    margin: 10px auto 0;
    width: 1100px!important;
    border: none;
}
#inquiry main .form_area .table_form tr{
    background: #ebf2f8;
}
#inquiry main .form_area p.check{
    background: none;
    margin: 30px auto 60px;
    text-align: center;
}
#inquiry main .form_area p.check input{
    margin-right: 10px;
}
#inquiry main .form_area .table_form th{
　　/*font-weight: bold!important;*/
    width: 250px!imporant;
/*    border: none;
    display: block;200914*/
	vertical-align: middle;
}
#inquiry main .form_area .table_form td{
    padding: 13px;
    border: none;
}
#inquiry main .form_area .table_form span.kome{
    color:#da3232;
}
#inquiry main .form_area .table_form span.caution{
    color:#da3232;
    font-size: 1.3rem;
    display: block;
    margin-top: 2px;
}
#inquiry main .form_area p.button{
    text-align: center;
}
#inquiry main .form_area p.button input{
    width: 300px;
    height: 60px;
    border: none;
    background: #ffd631;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.8rem;
     font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor: pointer;
    margin-top: 10px;
}
#inquiry main .form_area p.button input:hover{
    opacity: 0.7;
}
@media screen and (max-width:767px) {
    #inquiry main .mv{
    background-image: url(../../inquiry/img/ttl_bg.png);
    box-sizing: border-box;
    width: 100%;
    min-height: auto;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
    }
    #inquiry main .mv .inner{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    }
    #inquiry main .mv .inner h1{
    font-size: 150%;
    line-height: 1;
    font-weight: bold;
    }
    input[type=text]{
    padding: 1px 5px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    width: 100%;
    }
    #inquiry main select{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 5px;
    font-size: 1.6rem;
    width: 100%;
    }
    #inquiry main textarea{
    width: 100%;
    height: 150px;
    vertical-align:top;
    box-sizing: border-box;
    }
    /*フォーム*/
    #inquiry main p.read{
    font-size: 1.6rem;
    }
    #inquiry main p.read strong{
    font-size: 1.8rem;
    font-weight: 600;
    }
    #inquiry main .form_area{
    margin: 0 auto;
    }
    #inquiry main .form_area .form_inner{
    margin-top: 40px;
    }
    #inquiry main .form_area .table_form{
    border-collapse: separate;
    border-spacing: 0px 8px;
    margin: 10px auto 0;
    width: 100%!important;/*200914*/
    table-layout: fixed;
    }
    #inquiry main .form_area .table_form tr{
    background: #ebf2f8;
    }
    #inquiry main .form_area p.check{
    background: none;
    margin: 30px auto 60px;
    text-align: center;
    }
    #inquiry main .form_area p.check input{
    margin-right: 10px;
    }
    #inquiry main .form_area .table_form th{
    font-weight: bold!important;
    width: 100%;
    text-align: left;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    }
    #inquiry main .form_area .table_form td{
    padding: 10px 10px 10px 10px;
    display: block;
    }
    #inquiry main .form_area .table_form span.kome{
    color:#da3232;
    }
    #inquiry main .form_area .table_form span.caution{
    color:#da3232;
    font-size: 1.3rem;
    display: block;
    margin-top: 5px;
    }
    #inquiry main .form_area p.button{
    text-align: center;
    }
    #inquiry main .form_area p.button input{
    width: 270px;
    height: 60px;
    border: none;
    background: #ffd631;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.8rem;
     font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor: pointer;
    }
    #inquiry main .form_area p.button input:hover{
    opacity: 0.7;
    }
} /*SP_end*/


/*--------------------------------------------------
index
----------------------------------------------------*/
#inquiry main.index .form_area .table_form .search_btn{
    background: #ffd631;
    border: none;
    height: 30px;
    width: 130px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
}
#inquiry main.index .form_area .table_form .search_btn:hover{
    opacity: 0.7;
}
#inquiry main.index .form_area .sc_box{
    width: 1100px;
    margin: 30px auto 0;
}
#inquiry main.index .form_area .sc_box .inner{
    width: 1100px;
  height: 400px;
    overflow: scroll;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    line-height: 2;
    font-size: 1.5rem;
}
#inquiry main.index .form_area .sc_box strong{
    font-weight: 600;
    font-size: 1.8rem;
    margin-top: 20px;
    display: block;
}
#inquiry main.index .form_area .sc_box p.indent{
        padding-left: 15px;
}
@media screen and (max-width:767px) {
    #inquiry main.index .form_area .table_form .search_btn{
    background: #ffd631;
    border: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    margin-top: 10px;
}
#inquiry main.index .form_area .table_form .search_btn:hover{
    opacity: 0.7;
}
    #inquiry main.index .form_area .sc_box{
    width: 100%;
    margin: 30px auto 0;
}
#inquiry main.index .form_area .sc_box .inner{
    width: 100%;
  height: 250px;
    overflow: scroll;
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    line-height: 2;
    font-size: 1.5rem;
}
#inquiry main.index .form_area .sc_box strong{
    font-weight: 600;
    font-size: 1.8rem;
    margin-top: 20px;
    display: block;
}
#inquiry main.index .form_area .sc_box p.indent{
        padding-left: 15px;
}
} /*SP_end*/


/*▲ここまで200925修正*/


/*--------------------------------------------------
確認画面
----------------------------------------------------*/
@media only screen and (min-width: 768px){
} /*PC_end*/

@media screen and (max-width:767px) {
} /*SP_end*/


/*--------------------------------------------------
送信完了
----------------------------------------------------*/
@media only screen and (min-width: 768px){
} /*PC_end*/

@media screen and (max-width:767px) {
} /*SP_end*/
