.elementor-kit-7941{--e-global-color-primary:#6E523F;--e-global-color-secondary:#E4743F;--e-global-color-text:#333333;--e-global-color-accent:#F8EA50;--e-global-color-6d51edc:#FFFFFF;--e-global-color-3d3850f:#E37741;--e-global-color-89a0938:#2151A2;--e-global-color-967771d:#FF9900;--e-global-color-b86cea0:#FF6600;--e-global-color-ad40ad3:#684F3B;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;background-color:#FCF6E7;}.elementor-kit-7941 a{color:var( --e-global-color-b86cea0 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:950px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */p{
    margin: 0;
    padding: 0;

}


#main h2 {
    clear: both;
    margin-bottom: 10px;
    padding:12px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    background: #7d5318 url(/wp-content/themes/hello-elementor-child/images/heading.png) repeat-x;
}


#main h3 {
    clear: both;
    font-size: 14px;
    line-height: 30px;
    background: url(/wp-content/themes/hello-elementor-child/images/h3.png) no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 0.2em;
    color: #333333;
}


#footer a {
    font-weight: bold;
    color: #FF9900;
}

@media (max-width: 767px){
    #main img{
        width:100%;
    }
    
   #main table{
        border-collapse: collapse;
        width:100% !important;
        margin :0!important;
        padding:0!important;
    }
    
    
    #main th,td{
    margin:0 auto;
    display: block !important;
    }
    
    #main table img{
     display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
    }
}


#main p {
    padding: 15px 15px 15px 20px;
}



/*------------------------------------------------------------
	テーブル部分
------------------------------------------------------------*/


input[type="text"],
textarea {
width: 70%;
}

.infoTable {
border: none;
border-collapse: inherit;
border-top: dotted 1px #939393;
margin: 20px auto;
}

.infoTable th,
.infoTable td {
border: none;
border-bottom: 1px dotted #939393;
font-size: 13px;
}

.infoTable th {
border-right: 1px dotted #939393;
padding: 15px 10px 15px 0;
width: 30%;
vertical-align:middle;
}

.infoTable td {
padding: 15px 0 15px 20px;
width: 70%;
}

.infoTable th .required {
background: #C66868;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #FFF;
display: block;
font-size: 13px;
font-weight: normal;
line-height: 1.3;
padding: 6px 12px;
}

.infoTable th .required {
float: right;
margin: 3px 0 0 5px;
}

p.button_submit{
    text-align: center!important;
}
.mw_wp_form .error,
.infoTable .error{
    background: #FADADA!important; 
    font-size: 93% !important;
    color: #B70000 !important;
    display: block !important;
    width: 80% !important;
    text-align: center !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
}

@media all and (min-width: 0px) and (max-width: 768px) {
    
.infoTable{
     margin: 20px auto;
     padding:0px;
} 
       
.infoTable th,.infoTable td {
display: block;
border-bottom: 1px dotted #939393;
border-right: none;
padding: 15px 2% 15px 0;
width: 100%;
}

.infoTable tr{
display: block;
width: 100%;
}

.infoTable th .required {
margin: 0 5px 5px 0;
}
}

/*------------------------------------------------------------
	フォーム部分
------------------------------------------------------------*/
.infoTable .mwform-tel-field input[type="text"], 
.infoTable .mwform-zip-field input[type="text"],
.infoTable #zip,
.infoTable #zip1{
display: inline-block;
width: auto;
}

.infoTable input[type=email],
.infoTable input[type=number],
.infoTable input[type=password],
.infoTable input[type=reset],
.infoTable input[type=search],
.infoTable input[type=tel],
.infoTable input[type=text],
.infoTable input[type=url],
.infoTable select, textarea {
    color: #666;
    padding: .75em;
    margin-bottom: 10px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: auto!important;
}

.infoTable input[type=email]:focus,
.infoTable input[type=password]:focus,
.infoTable input[type=reset]:focus,
.infoTable input[type=search]:focus,
.infoTable input[type=tel]:focus,
.infoTable input[type=text]:focus,
.infoTable input[type=url]:focus,
.infoTable select:focus, textarea:focus {
    background-color: #fff;
    border-color: #eaeaea;
    box-shadow: none
}

.infoTable input[type=button],
.infoTable input[type=button]:focus,
.infoTable input[type=button]:hover,
.infoTable input[type=reset],
.infoTable input[type=reset]:focus,
.infoTable input[type=reset]:hover,
.infoTable input[type=submit],
.infoTable input[type=submit]:focus,
.infoTable input[type=submit]:hover {
    box-shadow: none
}


.infoTable input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.7px 0;
    padding: 0;
    border: none
}

.infoTable input[type=range]:focus {
    outline: 0
}

.infoTable input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #CF9FA5;
    background: rgba(255, 255, 255, .2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

.infoTable input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.7px
}

.infoTable input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .2)
}

.infoTable input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #CF9FA5;
    background: rgba(255, 255, 255, .2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

.infoTable input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer
}

.infoTable input[type=range]::-ms-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.infoTable input[type=range]::-ms-fill-lower {
    background: rgba(199, 199, 199, .2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #CF9FA5
}

.infoTable input[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, .2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #CF9FA5
}

.infoTable input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer;
    height: 8.6px
}

.infoTable input[type=range]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, .2)
}

.infoTable input[type=range]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, .2)
}

.infoTable input[type=color] {
    border: none;
    width: 100px;
    padding: 0;
    height: 30px;
    cursor: pointer
}

.infoTable input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none
}

.infoTable input[type=color]::-webkit-color-swatch {
    border: none
}/* End custom CSS */