﻿#request_container {
    width:100%;
    max-width:1004px;
    margin:0 auto;
    text-align:center;
    overflow:hidden;


}

body {
    text-align:center;
}

input {
    font-size: 14px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    padding: 0 10px;
    height: 22px;
}
.head_bar img {
    /*max-width: 1004px;*/
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.hissu_rq {
    color:red;
}

.form_table {
    max-width: 850px;
    width:100%;
    text-align: left;
    margin: 20px auto 0;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.form_table td {
        font-size: 14px;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        padding-left:10px;
}
.padding-top8 {
    padding-top:8px;
}
.margin-top0 {
    margin-top:0;
    margin-bottom:0;
}

.check-margin input[type=checkbox] {
    margin: 0;
    vertical-align: bottom;
}

.tyuui {
    font-size: 12px;
    margin-top:3px !important;
    margin-bottom:3px !important;
}
.form_item_title {
    width: 300px;
    padding: 8px 8px 8px 8px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #f6f6f6;
    text-align:center;
}

.form_item_value_ext {
    /* padding: 20px;*/
    margin: 0px;
}
.long_input {
    width: 92% !important;
}
/*ボタンここから*/
.cp_btn {
    position: relative;
    display: block;
    height:41px;
    width: 160px;
    margin: 20px auto;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #2c9edb;
    border-bottom: 2px solid #999;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

/*.cp_btn:active {
        border-bottom: 2px solid #26C6DA;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }*/
/*ボタンここまで*/
.required {
    color: red;
    font-size:11px;
}
/*
.fieldset {
    background: #efefef;
    border: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}
*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}
@media screen and (max-width: 872px) {
    
    input {
        font-size: 14px;
        font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        padding: 0 15px;
        height: 34px;
    }
    .long_input {
        width: 92% !important;
    }
    .short_input {
        width: 40% !important;
    }

    .form_table tr {
        display: block;
        border-bottom: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

        .form_table tr td {
            border: none;
            width:690px;
        }
    .form_table td {
        font-size: 14px;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        padding-left: 10px;
        padding: 10px;
    }

    .form_item_name {
        width: auto;
        display: block;
        font-size: 11px;
        background: #f6f6f6;
    }
    #request_container {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
    }
    .form_item_value, .form_item_value_ext, #tdContactItems {
        width: 19%;
        vertical-align: middle;
        border-right: none !important;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0;
        text-align: left;
    }
    .form_item_title {
        width: 300px;
        padding: 8px 8px 8px 8px;
        border-right: solid 1px #ccc;
        border-bottom: solid 0px #ccc;
        background: #f6f6f6;
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
        color: black;
        font-weight: bold;
    }
}


.margin-top20 {
    margin-top:20px;
}

.agree-textbox {
    max-width: 840px;
    height: 150px;
    margin:15px auto;
    padding:5px;
    text-align:start;
    border:1px solid #ccc;
    background-color: #fcfcfc;
    overflow: auto;
}

.kiyaku_box p {
    margin:0 auto 15px;
    height: 100px;
    overflow-y: scroll;
    width: 840px;
    border: 1px solid;
    padding: 5px;
    font-size:12px;
    line-height:1.5;
}

#btn_send:disabled {
    opacity: 0.5;
}

input[type=radio] {
    margin-right: 3px;
    height: auto;
    width: auto !important;
}

textarea {
    resize: none;
}