
/* 購入フォームCSS */
p {
    margin-bottom: 20px;
}

span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

p.error_messe{
    margin:5px 0;
    color:red;
}

.form-box h3 {
    font-size:22px;
    margin-bottom:20px;
}

.form-box {
    background-color: #fff;
    max-width:600px;
    padding: 20px;
    margin: 20px auto 30px;
    text-align:left;
}
.form-mida {
    font-size: 16px;
    font-weight: 700;
}
.tenten {
    padding: 5px 0 15px 0;
    width: 100%;
    border-bottom: dashed 1px #999;
}

#headerLogo2 {
    width: 15%;
    margin-bottom: 20px;
    max-width:200px;
}

input[type=checkbox] {
    margin-right: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
label.tenten {
    margin-bottom: 15px;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
select, textarea, input[type="text"], input[type="button"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
		font-size:16px !important;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"] , input[type="button"]{
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="button"], input[type="reset"], input[type="submit"] { 
/*		background-color:#14ae67*/
    background: #F47E3E;
}

input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
/*		background-color: transparent;
		color: #d65050;
*/
    background-color: #000;
}

input.form-text-box2  {
    max-width:700px;
    width:90% !important;
}
input[type="button"].btn-glay { 
/*		background-color:#14ae67
		background: #F47E3E;*/
    background-color: #dcdcdc
}

a {
    color: #F47E3E;
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #000;
}



@media only screen and (max-width: 780px) { 
    h1 { font-size: 32px;}
    h2 { font-size: 28px;}
    h3 { font-size: 22px;}
    h4 { font-size: 18px;}
    h5 { font-size: 16px;}
    h6 { font-size: 14px;}
}

@media only screen and (max-width: 599px) { 

    input.form-text-box2  {
        max-width:599px;
        width:90% !important;
    }
    #headerLogo2 {
        width: 30%;
        margin-bottom: 20px;
        max-width:200px;
    }


}


