@charset "UTF-8";
.hs-form * {
    box-sizing: border-box;
}
.hs-input{
    background-color: #f5f8fa;
    display: inline-block;
    width: 90%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.hs-form-required {
    color: red;
    font-size: 1em;
}

.hbspt-form fieldset{
    width: 100%;
    max-width:800px;
    margin:0 auto;
}
fieldset.form-columns-1{
    margin:1em auto !important;
}
.form-columns-1 textarea{
    width:100%;
}
.form-columns-2{
    display: flex;
    justify-content:space-between;
}
fieldset.form-columns-2 .hs-form-field{
    width: 50% !important;
}
ul.inputs-list{
    list-style:none;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
}
ul.inputs-list li.hs-form-checkbox{
    max-width:200px;
    min-width:100px;
    height:1.5em;
}
.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 1;
    text-align: left;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: 1;
    border: none;
}
#hsForm_db6655bb-003e-44f1-9535-196f685407bb .hs-form-checkbox .hs-input
{
    width: 1em !important;
    height: 1em !important;
    border: 1px solid #ccc;
    margin:0 .3em 0 0;
}

.hs_genko .hs-input{
    background: none;
    border:none !important;
    padding:10px 0;
    font-size: 95%;
}

.hs_submit .actions{
    width: 360px;
    max-width:600px;
    margin:1em auto;
    text-align: center;
}
.hs_submit .actions .hs-button{
    color:#fff;
    font-weight: bold;
    background-color:#a89206;
    border-color: #c7ae05;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
    vertical-align: middle;
}
hs-form input, .hs-form select, .hs-form textarea {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.hs-form__field__input {
    display: inline-block;
}
.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 1200px){
}/*解像度1200px以下*/

/*--------------------------------------------------------
解像度737px以上950px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 950px){

}/*解像度737px以上950px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width :  736px){

    fieldset.form-columns-3 .hs-form-field{
        margin-bottom:1em;
    }

}/*解像度736px以下*/