<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------ã€Žå…±é€šè¨­å®šã€-----------------------------------*/
*{
    /*HTMLè¦ç´&nbsp;ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ãƒžãƒ¼ã‚¸ãƒ³ã‚„ãƒ‘ãƒ‡ã‚£ãƒ³ã‚°ã‚’ãƒªã‚»ãƒƒãƒˆ*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ã‚¹ãƒ&nbsp;ãƒ¼ã‚ºãªã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã‚’æœ‰åŠ¹ã«ã™ã‚‹ */
html {
    scroll-behavior: smooth;
  }

body {background: #FFD699;
    font-family: "Noto Sans JP", sans-serif;}
header {background: #FF8CFA;}




#contact_button{
    transition: transform 0.2s;
}


#contact_button:hover {
    transform: scale(1.05);
  }



#fixedbox{background: #FF55C5;
    position: fixed;
    width: 100%;

    bottom: 0px; /* é©å®œèª¿æ•´ã—ã¦ãã&nbsp;ã•ã„ */
    z-index: 998;
    }
main{    letter-spacing: 2px; /* ãƒœã‚¿ãƒ³ã®æ–‡å­—é–“ã‚’4pxã«è¨­å®š */}

footer {
    margin-top: 20px;
    height: 400px; /* é©åˆ‡ãªé«˜ã•ã‚’è¨­å®š */
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60"%3E%3Ccircle cx="50" cy="80" r="60" fill="%23FF8CFA" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* å·¦å³ä½ç½®ã‚’ä¸­å¤®æƒãˆã«ã™ã‚‹ */
    width: 100%;
    
  }



  .foot {
    /* background: #e0d7d7; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .aitem {
    vertical-align: top; /* ä¸Šæƒãˆã«ã™ã‚‹ãŸã‚ã®è¨­å®š */
    /* background: #333030; */
    width: 10%;
    min-width: 100px;
    margin-right: 0px; /* é©åˆ‡ãªé–“éš”ã‚’è¨­å®šã—ã¦ãã&nbsp;ã•ã„ */
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center; /* ä¸­å¤®å¯„ã› */
    

}

.foot .aitem ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot .aitem li {

    margin-bottom: 3px; /* é©åˆ‡ãªé–“éš”ã‚’è¨­å®šã—ã¦ãã&nbsp;ã•ã„ */
    font-size: 11px;
    margin-bottom: 2px;
    text-align: center; 
}
.foot li a{

    text-decoration: none; /* ãƒªãƒ³ã‚¯ã®ã‚¢ãƒ³ãƒ€ãƒ¼ãƒãƒ¼ã‚’ãªãã™ */
}
.foot .cont{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}












footer .container .content{
    padding-bottom: 0;
}








p {
    text-indent: 0.8em; /* ãƒ†ã‚­ã‚¹ãƒˆã®å…ˆé&nbsp;­ã«1emã®ã‚¹ãƒšãƒ¼ã‚¹ã‚’è¿½åŠ&nbsp; */
}
b{color: #56514f;}
/*ãƒ•ã‚©ãƒ³ãƒˆã‚«ãƒ©ãƒ¼*/
.t_red{color:rgb(230, 0, 0);}
.t_pink {
    color: #FF55C5;
  }

  .t_orange {
    color: orange;
  }
.t_blue{color:rgb(50, 50, 200);}
.t_gray{color:rgb(110, 100, 100);}
.t_white{color:rgb(255, 255, 255);}
/*ãƒ•ã‚©ãƒ³ãƒˆé…ç½®*/
.t_center{text-align: center;}
.t_right{text-align: right;}
.orange_line{

    padding: 1px 5px; /* æž&nbsp;ã¨ãƒ†ã‚­ã‚¹ãƒˆã®é–“ã«å°‘ã—ã‚¹ãƒšãƒ¼ã‚¹ã‚’è¨­ã‘ã‚‹ */
    background-color: orange;
    /* color: white; */
    

}

/* ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¤ãƒ³è¨­å®š*/
.openbtn {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
}
  .fadein-left{
      transform: translate(-30px,0);
  }
  .fadein-right{
      transform: translate(100px,0);
  }
  .fadein-up{
      transform: translate(0,-30px);
  }
  .fadein-bottom{
      transform: translate(0,30px);
  }
  .scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }





/* -----------------------------------ã€ŽPCä¸­ç”¨è¨­å®šã€-----------------------------------*/
@media(min-width: 600px){
    .banner_article{
        display: flex;
        justify-content: center;
    }
    .banner_article img{
        justify-content: center;
        padding:10px;
        width:200px;
        height:100px;
    }

    /*-------------- ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®š --------------*/
    header {height: 140px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
    header .container .content{
    width : 95%;
    /* background: #FF8CFA; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
    header a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        transition: color 0.2s; /* ã‚«ãƒ©ãƒ¼å¤‰åŒ–ã®ãƒˆãƒ©ãƒ³ã‚¸ã‚·ãƒ§ãƒ³åŠ¹æžœã‚’è¿½åŠ&nbsp; */
      }
      
      header a:hover {
        color: white; /* ãƒã‚¤ãƒ³ã‚¿ãŒä¸Šã«ã‚ã‚‹ã¨ãã®è‰²ã‚’ç™½ã«è¨­å®š */
      }

    header .container .content .img{
    background-image: url('zoom_rogo_mini.png');
    background-size: cover;
    width:min(250px,18vw);
    height:min(120px,8.5vw);
    border-radius: 5px;
    }

    .header_menu_box{
        width : 100%;
        /* background: #FF8CFA; */
        display: flex;
        align-items:end;
        justify-content: space-around;
        flex-wrap: wrap;

        }
  
    header .header_menu{
    width : 33%;
    text-align: center;
    font-size: min(30px,3vw);
    line-height: 1.3; /* 1.5å€ã®è¡Œã®é«˜ã• */
 
    user-select: none;
    white-space: nowrap;
    }
    header .header_menu span{
        font-weight: 800; /* 800ã¯ã‚ˆã‚Šå¼·ã„ãƒ•ã‚©ãƒ³ãƒˆã‚¦ã‚§ã‚¤ãƒˆã‚’è¡¨ã—ã¾ã™ */
    
    } 
 /*--------------ãŠå•ã„åˆã‚ã› --------------*/
    #fixedbox{background: #FF55C5;
        height:80px;
        /* width: 300px; */
        margin-right: 0;
        display: flex;
        justify-content: flex-end;
        
        }

    .contact_menu_box{
        /* background: #5b4e56; */
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse; /* å­è¦ç´&nbsp;ã‚’é€†ã«ä¸¦ã¹ã‚‹ */
    }

    #contact_button{
        width:200px;
        margin-right: 30px;
    }


/* PCã‚µã‚¤ã‚º ç”»é¢æž&nbsp; åŸºæœ¬100%ã§ã&nbsp;ãŒã€580pxä»¥ä¸‹ã«ã¯ãªã‚‰ãªã„*/
.container{
    width:max(580px,100%);
    height: 100%;
    /*å­è¦ç´&nbsp;ã‚’ä¸­å¤®å¯„ã›*/
    display: grid;
    place-items: center;
    /* background: #000000; */
    }
/* PCã‚µã‚¤ã‚º ã‚³ãƒ³ãƒ†ãƒ³ãƒ„æž&nbsp; åŸºæœ¬ç”»é¢æ¯”90%ã&nbsp;ãŒã€900ä»¥ä¸Šã«ã¯ãªã‚‰ãªã„*/
.container .content{
    width:min(90vw,1200px);
    padding: 8px;
    /* background: #000000; */
    }



/* PCã‚µã‚¤ã‚º ãƒ•ã‚©ãƒ³ãƒˆã®è¨­å®š */
h1 {font-size: 56px; color: 
    #FF55C5;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    margin-right: 40px;
    user-select: none;
}
h2 {font-size:48px;user-select: none;
    text-align: center; /* ãƒ†ã‚­ã‚¹ãƒˆã‚’ä¸­å¤®å¯„ã›ã«ã™ã‚‹ */
    color: #FF55C5;

    font-weight: bolder;
    margin-bottom: 30px;}
h3 {font-size: 40px;user-select: none;}
h4 {font-size: 32px;user-select: none;}
h5 {font-size: 24px;user-select: none;}
p {font-size: 20px;}
.t_large{font-size: 20px;
    font-weight: bold;
    color: #56514f;}
    .t_large_pink{font-size: 25px;
        font-weight: bold;
        color: #FF55C5;}
.t_small{font-size: 14px;  letter-spacing: 3px; /* å­—é–“ã‚’2ãƒ”ã‚¯ã‚»ãƒ«ã«è¨­å®š */}

/* PCã‚µã‚¤ã‚º ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¿ã‚¤ãƒˆãƒ«ã¨èª¬æ˜Ž  */
.summary{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.summary DIV{
    vertical-align: bottom;
}


/* PCã‚µã‚¤ã‚º ãƒ†ãƒ¼ãƒ–ãƒ«åŸºæœ¬è¨­å®š */
table{width: 100%;margin-top: 10px;margin-bottom: 10px;
    border-collapse: collapse;}
th,td{padding: 20px;border: 2px solid #FFD699;}
th{background: #FF8CFA;color: #fff;  white-space: nowrap;}/* å­—ã‚’æŠ˜ã‚Šè¿”ã•ã›ãªã„ */
td{background: #ffffff;}
td div{margin: 8px;}
    
/* PCã‚µã‚¤ã‚º ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ãƒ©ãƒ™ãƒ«åŸºæœ¬è¨­å®š */
label{
    padding-right: 24px;
}


button {/* PCã‚µã‚¤ã‚º ãƒœã‚¿ãƒ³åŸºæœ¬è¨­å®š */
    display: block; /* ãƒœã‚¿ãƒ³ã‚’ãƒ–ãƒ­ãƒƒã‚¯ãƒ¬ãƒ™ãƒ«è¦ç´&nbsp;ã«ã™ã‚‹ */
    width: 200px; /* ãƒœã‚¿ãƒ³ã®æ¨ªå¹…ã‚’è¨­å®š */
    height: 50px; /* ãƒœã‚¿ãƒ³ã®é«˜ã•ã‚’è¨­å®š */
    margin: 0 auto; /* ãƒœã‚¿ãƒ³ã‚’æ°´å¹³æ–¹å‘ã«ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°ã™ã‚‹ */
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
  }






.article{/* è¨˜äº‹ */
 display: flex;
 justify-content: start;   
}
/* è¨˜äº‹ç”¨ç”»åƒ */
.article.photo_area div.square_img{/* æ­£å››è§’å½¢ */
    margin: 10px;

}
.horizontal_img{/* æ¨ªé•·ç”»åƒ */
    width: 250px;
    height: 200px;

    margin: 10px;


}
.article.photo_area div.vertical_img{/* ç¸¦é•·ç”»åƒ */
    margin: 10px;

}

.txt_area{/* è¨˜äº‹ */
    padding: 30px;
   }





}





/* -----------------------------------ã€Žã‚¹ãƒžãƒ›ç”¨è¨­å®šã€-----------------------------------*/
  @media(max-width: 600px){

    .banner_article{
        display: flex;
        justify-content: space-around;
    }
    .banner_article img{
        padding:10px;
        width:160px;
        height:80px;
    }    

    /*-------------- ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®š --------------*/
    header {height: 240px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

    header .container{
        display: flex;
        justify-content: center;}
    header .container .content{
    width : 340px;
    /* background: #FF8CFA; */



    }
    header .container .img{
    background-image: url('zoom_rogo_long.jpg');
    margin: 10px 0px;
    background-size: cover;
    width: 325px;
    height:60px;
    border-radius: 5px;

    }
    header .header_menu_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        
        }
    header .header_menu{
    text-align: center;
    /* background: #000000; */
    font-size: 0px;
    margin-top: 5px;
    margin:2px;
    padding: 0px;

    }
    .header_menu p.t_small{
        text-indent: 0; /* æ–‡é&nbsp;­ã®éš™é–“ï¼ˆåŠè§’ã‚¹ãƒšãƒ¼ã‚¹ï¼‰ã‚’ãªãã™ */
        font-size: 11px;

    }

    header .header_menu small{
    font-size: 11px;
    vertical-align: bottom; /* ãƒ†ã‚­ã‚¹ãƒˆã‚’ä¸‹ãžã‚ãˆã«ã™ã‚‹ */
    } 
    header .header_menu span{
    display: none; /* æ–‡å­—ã®è‰²ã‚’é€æ˜Žã«ã™ã‚‹ï¼ˆéžè¡¨ç¤ºã«ã™ã‚‹ï¼‰ */
    } 
    #photo{
    background-image: url('photo.png?3'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */

    width:100px;
    height: 45px;
    } 
    #price{
    background-image: url('price.png?3'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */
    width:100px;
    height: 45px;
    } 
    #about_zoom{
    background-image: url('about_zoom.png?3'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */
    width:100px;
    height: 45px;
    }      
    #QandA{
    background-image: url('QandA.png?4'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */
    width:100px;
    height:45px;
    }
    #map{
    background-image: url('map.png?3'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */

    width:100px;
    height:45px;
    } 
    #english{
    background-image: url('english.png?3'); /* ç”»åƒã®ãƒ‘ã‚¹ */
    background-size: contain; /* èƒŒæ™¯ç”»åƒã‚’divè¦ç´&nbsp;ã«åŽã‚ã‚‹ */
    background-repeat: no-repeat; /* èƒŒæ™¯ç”»åƒã‚’ç¹°ã‚Šè¿”ã—è¡¨ç¤ºã—ãªã„ */
    width: 100px;
    height:45px;
}       


#fixedbox{background: #FF55C5;
    height:120px;
    }
 /*-------------- ãƒ¡ã‚¤ãƒ³è¨­å®š --------------*/

/*åŸºæœ¬100%ã§æœ€å°å€¤360px*/
.container{
    width:100%;
    height: 100%;
    /*å­è¦ç´&nbsp;ã‚’ä¸­å¤®å¯„ã›*/
    /* display: grid;
    place-items: center;     */
    }

  .container .content{
    margin: 0 auto;
    width : 95%;
    padding: 8px;
    margin-bottom: 20px;
    padding-bottom: 70px;
    /* background: #ffffff; */
    height: auto; /* è‡ªå‹•é«˜ã•èª¿æ•´ */

    
    }

    /* ã‚¹ãƒžãƒ›ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã®è¨­å®š */
    h1 {font-size: 28px;user-select: none;
        color:#FF55C5;
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
        user-select: none;
        margin-bottom: 10px;
        }



    h2 {font-size: 24px;user-select: none;
        color: #FF55C5;

        font-weight: bold;
        margin-bottom: 10px;}
    h3 {font-size: 20px;font-weight: bolder;}
    h4 {font-size: 20px;}
    h5 {font-size: 16px;font-weight: bolder;}
    p {font-size: 15px;}
    .t_large{font-size: 20px;
        color: #56514f;}
        .t_large_pink{font-size: 20px;
            font-weight: bold;
            color: #FF55C5;}

            .t_large_red{font-size: 20px;
                font-weight: bold;
                color: #FF0000;}
    .t_small{font-size: 12px;}
    


/* ã‚¹ãƒžãƒ›ã‚µã‚¤ã‚º ãƒ†ãƒ¼ãƒ–ãƒ«åŸºæœ¬è¨­å®š */
table{width: 100%;border-collapse: collapse;}
th,td{border: 2px solid #FFD699;padding: 16px;}
th{background: #FF8CFA;color: #fff;  white-space: nowrap; display: block;}/* å­—ã‚’æŠ˜ã‚Šè¿”ã•ã›ãªã„ */
td{background: #ffffff; display: block;}


/* ã‚¹ãƒžãƒ›ã‚µã‚¤ã‚º ã‚³ãƒ³ãƒ†ãƒ³ãƒ„èª¬æ˜ŽåŸºæœ¬è¨­å®š */
.summary{
    margin-bottom: 30px;

}

/* ã‚¹ãƒžãƒ›ã‚µã‚¤ã‚º ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ãƒ©ãƒ™ãƒ«åŸºæœ¬è¨­å®š */
label{
    padding-right: 1em;
}
button {/* ã‚¹ãƒžãƒ›ã‚µã‚¤ã‚º ãƒœã‚¿ãƒ³åŸºæœ¬è¨­å®š */
    display: block; /* ãƒœã‚¿ãƒ³ã‚’ãƒ–ãƒ­ãƒƒã‚¯ãƒ¬ãƒ™ãƒ«è¦ç´&nbsp;ã«ã™ã‚‹ */
    width: 200px; /* ãƒœã‚¿ãƒ³ã®æ¨ªå¹…ã‚’è¨­å®š */
    height: 50px; /* ãƒœã‚¿ãƒ³ã®é«˜ã•ã‚’è¨­å®š */
    margin: 0 auto; /* ãƒœã‚¿ãƒ³ã‚’æ°´å¹³æ–¹å‘ã«ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°ã™ã‚‹ */
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
  }







  .article{/* è¨˜äº‹ */
    display: flex;
    justify-content: center;  
    /* background: #ffffff; */

   }
   /* è¨˜äº‹ç”¨ç”»åƒ */
   .article.photo_area div.square_img{/* æ­£å››è§’å½¢ */
       margin: 10px;
   
   }
   .horizontal_img{/* æ¨ªé•·ç”»åƒ */
       width: 250px;
       height: 200px;
   
       margin: 10px;
   
   
   }
   .article.photo_area div.vertical_img{/* ç¸¦é•·ç”»åƒ */
       margin: 10px;
   
   }
   
   .txt_area{/* è¨˜äº‹ */
      }
   





 /*-------------- ï¾Œï½¯ï¾€ï½°è¨­å®š --------------*/

 footer {
    margin-top: 20px;
    height:590px; /* é©åˆ‡ãªé«˜ã•ã‚’è¨­å®š */
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60"%3E%3Ccircle cx="50" cy="80" r="60" fill="%23FF8CFA" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* å·¦å³ä½ç½®ã‚’ä¸­å¤®æƒãˆã«ã™ã‚‹ */
    width: 100%;
    
  }
      .contact_menu_box img{
        width:200px;
  }
   
   }


/* -----------------------------------ã€Žã‚¹ãƒžãƒ›ç”¨è¨­å®šã€ã“ã“ã¾ã§-----------------------------------*/



/*-------------- ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–è¨­å®š --------------*/
.noPc {
	display:none;
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width : 768px)  {
.noPc {
	display: block;
}
.noSp {
	display: none !important;
}
br.sp {
	display:inline;
}
}



 /*-------------- ãŠå•åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;è¨­å®š --------------*/

.wpcf7-form {
	margin: 0 auto 80px auto;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
		font-size: 20px;
		border-radius: 3px 3px 3px 3px;
		border: 1px solid #bbb;
		width: 100%;
		padding: 0.3em;
}
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form .btnBox {
	display: flex;
	justify-content: center;
	margin: 1em auto;
}
.wpcf7-form .btnBox .btn {
	text-align: center;
	margin: 0 1em;
}
.wpcf7-form .btnBox .btn &gt; input[type="submit"],
.wpcf7-form .btnBox .btn &gt; input[type="button"] {
	cursor: pointer;
	display: inline-block;
	width: 250px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: rgb(52, 152, 219);
	color: #fff;
	border-radius: 5px;
	border: none;
	font-size: 18px;
}
.wpcf7-form .btnBox .btn &gt; input[type="submit"]::before,
.wpcf7-form .btnBox .btn &gt; input[type="submit"]::after,
.wpcf7-form .btnBox .btn &gt; input[type="button"]::before,
.wpcf7-form .btnBox .btn &gt; input[type="button"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.wpcf7-form .btnBox .btn &gt; input[type="submit"]:hover,
.wpcf7-form .btnBox .btn &gt; input[type="button"]:hover {
	background-color: rgb(22, 122, 189);
}
.wpcf7-form .btnBox .btn &gt; input[type="submit"],
.wpcf7-form .btnBox .btn &gt; input[type="submit"]::before,
.wpcf7-form .btnBox .btn &gt; input[type="submit"]::after,
.wpcf7-form .btnBox .btn &gt; input[type="button"],
.wpcf7-form .btnBox .btn &gt; input[type="button"]::before,
.wpcf7-form .btnBox .btn &gt; input[type="button"]::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 0;
}

.wpcf7-form .checkArea {
	text-align: center;
	margin: 0 auto 40px auto;
}
.wpcf7-form .checkArea p {
	font-size: 17px;
	text-indent: 0;
}
.wpcf7-form .checkArea p input[type="checkbox"] {
 	display: block;
	width: 25px;
	height: 25px;
	margin: 20px auto 0 auto;
 }

.wpcf7-form .wpcf7-spinner {
    display: block;
}</pre></body></html>