/*
File Name: home.css
Version: 3.0
*/

/*** home sec1 ***/

#main {
    margin-bottom: 0;    
}

#home_sec1 {
    height: auto;
    margin: 0 auto;
    max-width: 931px;
    padding: 50px;
    width: 100%;
}

#home_sec1 p {
    font-size: 1.6em;
    line-height: 2.0;
    margin-bottom: 0.5em;
    text-align: center;
}

@media (max-width: 639px) {

    #home_sec1 {
        padding: 30px 15px;
    }

    #home_sec1 p {
        font-size: 1.4em;
        line-height: 1.5;
    }

}

/*** home sec2 ***/

#home_sec2 {
    height: auto;
    width: 100%;
}

#home_sec2 .sec2_div1 {
    background-color: #606058;
    height: auto;
    width: 100%;
}

#home_sec2 .sec2_div1 > .wrapper{
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px;
    width: 100%;
}

#home_sec2 .sec2_div1 ul {
    display: flex;
}

#home_sec2 .sec2_div1 li {
    color: #ffffff;
    flex: 1;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
}

#home_sec2 .sec2_div1 li span {
    font-size: 3.0em;
}

#home_sec2 .sec2_div2,
#home_sec2 .sec2_div3 {
    background-color: #ffffff;
    height: auto;
    width: 100%;
}

#home_sec2 .sec2_div2 > .wrapper,
#home_sec2 .sec2_div3 > .wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec2 .sec2_div2 p,
#home_sec2 .sec2_div3 p {
    font-size: 1.4em;
    margin: 2.0em 0 1.0em;
    position: relative;
    text-align: center;
}

#home_sec2 .sec2_div2 p span,
#home_sec2 .sec2_div3 p span {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    z-index: 2;
}

#home_sec2 .sec2_div2 p::before,
#home_sec2 .sec2_div3 p::before {
    background-color: rgba(255,102,00,0.5);
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

#home_sec2 .sec2_div2 ul,
#home_sec2 .sec2_div3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}

#home_sec2 .sec2_div2 li,
#home_sec2 .sec2_div3 li {
    padding: 10px;
    width: 20%;
}

#home_sec2 .sec2_div2 li img,
#home_sec2 .sec2_div3 li img {
    height: auto;
    width: 100%;
}

@media (max-width: 639px) {
    
    #home_sec2 .sec2_div1 > .wrapper,
    #home_sec2 .sec2_div2 > .wrapper,
    #home_sec2 .sec2_div3 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec2 .sec2_div1 li {
        font-size: 1.0em;
        line-height: 1.2;
    }

    #home_sec2 .sec2_div1 li span {
        font-size: 2.5em;
    }

    #home_sec2 .sec2_div2 p,
    #home_sec2 .sec2_div3 p {
        font-size: 1.2em;
    }

    #home_sec2 .sec2_div2 li,
    #home_sec2 .sec2_div3 li {
        padding: 5px;
        width: 33.33%;
    }
    
}

/*** home sec3 ***/

#home_sec3 {
    height: auto;
    width: 100%;
}

#home_sec3 .sec3_div1 {
    background-color: #ff9933;
    height: auto;
    width: 100%;
}

#home_sec3 .sec3_div1 > .wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px;
    width: 100%;
}

#home_sec3 .sec3_div1 h2 {
    color: #fbfbf8;
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 1.0em;
    text-align: center;
}

#home_sec3 .sec3_div1 p {
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}

#home_sec3 .sec3_div2 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec3 .sec3_div2 h3 {
    font-size: 2.0em;
    line-height: 1.5;
    margin-bottom: 1.0em;
    text-align: center;
}

#home_sec3 .sec3_div2 p {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

#home_sec3 .sec3_div2 p:last-of-type {
    margin-bottom: 0;
}

#home_sec3 .sec3_div2 p:last-of-type a {
    background-color:#339900;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.0;
    padding: 4px 12px;
}

#home_sec3 .sec3_div2 .teachers_entries {
    display: flex;
    flex-wrap: wrap;
}

#home_sec3 .sec3_div2 .teachers_entry {
    background-color: #f0f0e8;
    background-position: center 15px;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    border-radius: 5px;
    flex: 1;
    min-height: 180px;
    margin: 15px 15px 15px 0;
    padding: 180px 15px 15px 15px;
    width: calc(33.33% - 10px);
}

#home_sec3 .sec3_div2 .teachers_entry:last-of-type {
    margin-right: 0;
}

#home_sec3 .sec3_div2 .teachers_entry p {
    font-family: serif;
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

@media (max-width: 639px) {

    #home_sec3 .sec3_div1 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec3 .sec3_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec3 .sec3_div2 {
        padding: 30px 15px;
    }

    #home_sec3 .sec3_div2 h3 {
        font-size: 1.8em;
    }

    #home_sec3 .sec3_div2 .teachers_entries {
        display: block;
    }

    #home_sec3 .sec3_div2 .teachers_entry {
        margin: 0 0 15px 0;
        width: 100%;
    }

    #home_sec3 .sec3_div2 .teachers_entry p {
        font-size: 1.6em;
    }

}

/*** home sec4 ***/

#home_sec4 {
    height: auto;
    width: 100%;
}

#home_sec4 .sec4_div1 {
    background-color: #ffcc33;
    height: auto;
    width: 100%;
}

#home_sec4 .sec4_div1 > .wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 700px;
    padding: 30px;
    width: 100%;
}

#home_sec4 .sec4_div1 h2 {
    color: #fbfbf8;
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 1.0em;
    text-align: center;
}

#home_sec4 .sec4_div1 p {
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

#home_sec4 .sec4_div1 p:last-of-type {
    margin-bottom: 0;
}

#home_sec4 .sec4_div2 {
    align-items: center;
    display: flex;
    height: auto;
    margin: 30px auto;
    padding: 30px 0;
    max-width: 600px;
}

#home_sec4 .sec4_div2 p:first-of-type {
    font-size: 1.4em;
    line-height: 2.0;
    order: 1;
    text-align: center;
    width: calc(50% - 75px);
}

#home_sec4 .sec4_div2 p:first-of-type strong {
    font-size: 1.4em;
    font-weight: bold;
}

#home_sec4 .sec4_div2 p:nth-of-type(2) {
    font-size: 1.4em;
    line-height: 2.0;
    order: 3;
    text-align: center;
    width: calc(50% - 75px);
}

#home_sec4 .sec4_div2 p:nth-of-type(2) strong {
    font-size: 1.4em;
    font-weight: bold;
}

#home_sec4 .sec4_div2 p:not(:last-of-type) img {
    height: 150px;
    width: auto;
}

#home_sec4 .sec4_div2 p:last-of-type {
    order: 2;
    text-align: center;
    width: 150px;
}

#home_sec4 .sec4_div2 p:last-of-type a {
    background-color:#339900;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 12px;
}

@media (max-width: 639px) {

    #home_sec4 .sec4_div1 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec4 .sec4_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec4 .sec4_div2 {
        padding: 15px 0;
    }

    #home_sec4 .sec4_div2 p:first-of-type {
        font-size: 1.0em;
        line-height: 1.5;
        width: calc(50% - 50px);
    }

    #home_sec4 .sec4_div2 p:nth-of-type(2) {
        font-size: 1.0em;
        line-height: 1.5;
        width: calc(50% - 50px);
    }

    #home_sec4 .sec4_div2 p:not(:last-of-type) img {
        height: 100px;
    }

    #home_sec4 .sec4_div2 p:last-of-type {
        width: 100px;
    }

}

/*** home sec5 ***/

#home_sec5 {
    background-color: #807060;
    height: auto;
    width: 100%;
}

#home_sec5 .sec5_div1 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#home_sec5 .sec5_div11 {
    height: auto;
    margin-left: 15px;
    padding: 30px;
    width: calc(60% - 15px);
}

#home_sec5 .sec5_div11 h2 {
    color: #fbfbf8;
    font-size: 2.5em;
    line-height: 1.5;
    margin: 0 auto 1.0em;
    max-width: 400px;
    text-align: center;
    width: 100%;
}

#home_sec5 .sec5_div11 p {
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0 auto 0.5em;
    max-width: 400px;
    text-align: center;
    width: 100%;
}

#home_sec5 .sec5_div11 p:last-of-type {
    margin-bottom: 0;
    margin-top: 1.5em;
}

#home_sec5 .sec5_div11 p:last-of-type a {
    background-color:#ff6600;
    border-radius: 10px;
    color: #fbfbf8;
    font-size: 12px;
    padding: 4px 12px;
}

#home_sec5 .sec5_div12 {
    height: auto;
    margin-right: 15px;
    width: calc(40% - 15px)
}

#home_sec5 .sec5_div12 img {
    height: auto;
    opacity: 0.8;
    vertical-align: bottom;
    width: 100%;
}

@media (max-width: 639px) {

    #home_sec5 .sec5_div1 {
        display: block;
    }

    #home_sec5 .sec5_div11 {
        margin-left: 0;
        padding: 30px 15px;
        width: 100%;
    }

    #home_sec5 .sec5_div11 h2 {
        font-size: 2.0em;
    }

    #home_sec5 .sec5_div12 {
        display: none;
    }

}

@media (min-width: 640px) and (max-width: 991px) {

    #home_sec5 .sec5_div11 {
        width: calc(55% - 15px);
    }

    #home_sec5 .sec5_div12 {
        width: calc(45% - 15px)
    }

    #home_sec5 .sec5_div11 h2 {
        font-size: 1.8em;
    }

}

/*** home sec6 ***/

#home_sec6 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    width: 100%;
}

#home_sec6 .sec6_div1 {
    height: auto;
    padding: 30px;
    width: 100%;
}

#home_sec6 .sec6_div1 h2 {
    font-size: 2.5em;
    line-height: 1.5;
    margin-bottom: 1.0em;
    text-align: center;
}

#home_sec6 .sec6_div1 .sec6_items {
    display: block;
    height: auto;
    width: 100%;
}

#home_sec6 .sec6_item {
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
}

#home_sec6 .sec6_item:last-of-type {
    margin-bottom: 0;
}

#home_sec6 .sec6_item ul {
    width: 45%;
}

#home_sec6 .sec6_item li {
    font-size: 1.2em;
    line-height: 1.5;
}

#home_sec6 .sec6_item li::before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6em;
    font-weight: bold;
    margin-right: 0.5em;
}

#home_sec6 .sec6_item p:first-of-type {
    margin: 0 20px;
    text-align: center;
    width: 60px;
}

#home_sec6 .sec6_item p:first-of-type i {
    background-color: #606058;
    border-radius: 50%;
    color: #ffffff;
    font-size: 3.0em;
    padding: 5px;
    width: 40px;
}

#home_sec6 .sec6_item p:last-of-type {
    background-color: #f0f0e8;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 15px;
    width: calc(55% - 100px);
}

#home_sec6 .sec6_item p:last-of-type strong {
    color: #ff6600;
    font-size: 1.5em;
}

@media (max-width: 639px) {

    #home_sec6 .sec6_div1 {
        padding: 30px 15px;
    }

    #home_sec6 .sec6_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec6 .sec6_div1 .sec6_items {
        display: block;
    }

    #home_sec6 .sec6_item {
        display: block;
        max-width: 400px;
        margin: 15px auto;
        padding: 7.5px;
        width: 100%;
    }

    #home_sec6 .sec6_item:last-of-type {
        margin-bottom: 0;
    }

    #home_sec6 .sec6_item ul {
        height: auto;
        margin-bottom: 15px;
        width: 100%;
    }

    #home_sec6 .sec6_item li {
        font-size: 1.2em;
    }

    #home_sec6 .sec6_item li::before {
        font-size: 1.4em;
    }

    #home_sec6 .sec6_item p:first-of-type {
        margin: 0 auto 15px;
    }

    #home_sec6 .sec6_item p:first-of-type i {
        transform: rotate(90deg);
    }

    #home_sec6 .sec6_item p:last-of-type {
        font-size: 1.1em;
        height: auto;
        padding: 7.5px;
        width: 100%;
    }

}

@media (min-width: 640px) and (max-width: 991px) {
    
    #home_sec6 .sec6_div1 .sec6_items {
        display: block;
    }
    
    #home_sec6 .sec6_div2 {
        display: flex;
        justify-content: space-between;
    }

    #home_sec6 .sec6_div2 .sec4_item {
        display: block;
        margin-bottom: 0;
        padding: 7.5px;
        width: calc(50% - 15px);
    }

    #home_sec6 .sec6_div2 ul {
        height: 120px;
        margin-bottom: 15px;
        width: 100%;
    }

    #home_sec6 .sec6_div2 li {
        font-size: 1.2em;
    }

    #home_sec6 .sec6_div2 p:first-of-type {
        margin: 0 auto 15px;
    }

    #home_sec6 .sec6_div2 p:first-of-type i {
        transform: rotate(90deg);
    }

    #home_sec6 .sec6_div2 p:last-of-type {
        font-size: 1.1em;
        height: 100px;
        padding: 7.5px;
        width: 100%;
    }

    #home_sec6 .sec6_div2 p:last-of-type span.phrase {
        display: inline;
        white-space: normal;
    }

}

/*** home sec7 ***/

#home_sec7 {
    height: auto;
    width: 100%;
}

#home_sec7 .sec7_div1 {
    background-color: #9fc24d;
    height: auto;
    width: 100%;
}

#home_sec7 .sec7_div1 > .wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px;
    width: 100%;
}

#home_sec7 .sec7_div1 h2 {
    color: #fbfbf8;
    font-size: 2.5em;
    line-height: 1.5;
    text-align: center;
}

#home_sec7 .sec7_div2 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec7 .sec7_div2 .testimonials_entry {
    background-position: 0 0;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #303030;
    margin: 0 auto 15px;
    min-height: 165px;
    padding: 0 0 15px 165px;
}

#home_sec7 .sec7_div2 .testimonials_entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

#home_sec7 .sec7_div2 .testimonials_entry > h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#home_sec7 .sec7_div2 .testimonials_entry > p:first-of-type {
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: left;
}

#home_sec7 .sec7_div2 .testimonials_entry .entry_body {
    font-size: 1.4em;
    line-height: 1.5;
}

#home_sec7 .sec7_div2 p:last-of-type {
    margin-top: 1.5em;
    text-align: center;
}

#home_sec7 .sec7_div2 p:last-of-type a {
    background-color:#339900;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 12px;
}

@media (max-width: 639px) {
    
    #home_sec7 .sec7_div1 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec7 .sec7_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec7 .sec7_div2 {
        padding: 30px 15px;
    }

    #home_sec7 .sec7_div2 .testimonials_entry {
        background-position: center 15px;
        min-height: 180px;
        padding: 180px 0 15px 0;
    }

    #home_sec7 .sec7_div2 .testimonials_entry > h3 {
        text-align: center;
    }

    #home_sec7 .sec7_div2 .testimonials_entry > p:first-of-type {
        text-align: center;
    }

    #home_sec7 .sec7_div2 .testimonials_entry .entry_body {
        font-size: 1.2em;
        text-align: justify;
    }

}

/*** home sec8 ***/

#home_sec8 {
    background-color: #68a4d9;
    height: auto;
    width: 100%;
}

#home_sec8 .sec8_div1 {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#home_sec8 .sec8_div11 {
    height: auto;
    margin-left: 15px;
    padding: 30px;
    width: calc(60% - 15px);
}

#home_sec8 .sec8_div11 h2 {
    color: #fbfbf8;
    font-size: 2.5em;
    margin-bottom: 1.0em;
    text-align: center;
}

#home_sec8 .sec8_div11 p {
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

#home_sec8 .sec8_div11 p:last-of-type {
    margin-bottom: 0;
    margin-top: 1.5em;
}

#home_sec8 .sec8_div11 p:last-of-type a {
    background-color:#339900;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 12px;
}

#home_sec8 .sec8_div12 {
    height: auto;
    margin-right: 15px;
    width: calc(40% - 15px)
}

#home_sec8 .sec8_div12 img {
    height: auto;
    opacity: 0.8;
    vertical-align: bottom;
    width: 100%;
}

@media (max-width: 639px) {
    
    #home_sec8 {
        display: block;
    }

    #home_sec8 .sec8_div11 h2 {
        font-size: 2.0em;
    }

    #home_sec8 .sec8_div1 {
        display: block;
    }

    #home_sec8 .sec8_div11 {
        margin-left: 0;
        padding: 30px 15px;
        width: 100%;
    }

    #home_sec8 .sec8_div12 {
        display: none;
    }
    
}

@media (min-width: 640px) and (max-width: 991px) {

    #home_sec8 .sec8_div11 {
        width: calc(50% - 15px);
    }

    #home_sec8 .sec8_div11 h2 {
        font-size: 2.0em;
    }

    #home_sec8 .sec8_div12 {
        width: calc(50% - 15px);
    }

}

/*** home sec9 ***/

#home_sec9 {
    height: auto;
    width: 100%;
}

#home_sec9 .sec9_div1 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px 30px 0;
    width: 100%;
}

#home_sec9 .sec9_div1 h2 {
    font-size: 2.5em;
    text-align: center;
}

#home_sec9 .sec9_div2 {
    display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec9 .sec9_div21 {
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    height: auto;
    margin-right: 15px;
    padding: 5px;
    width: calc(50% - 15px);
}

#home_sec9 .sec9_div22 {
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding: 5px;
    width: calc(50% - 15px);
}

#home_sec9 .sec9_div21 .wrapper ,
#home_sec9 .sec9_div22 .wrapper {
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#home_sec9 .sec9_div21 iframe,
#home_sec9 .sec9_div22 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 639px) {

    #home_sec9 .sec9_div1 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec9 .sec9_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec9 .sec9_div2 {
        display: block;
        padding: 30px 15px;
    }

    #home_sec9 .sec9_div21 {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    #home_sec9 .sec9_div22 {
        margin-left: 0;
        width: 100%;
    }
    
}

/*** home sec10 ***/

#home_sec10 {
    height: auto;
    width: 100%;
}

#home_sec10 .sec10_div1 {
    background-color: #ff6600;
    height: auto;
    width: 100%;
}

#home_sec10 .sec10_div1 > .wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec10 .sec10_div1 h2 {
    color: #ffffff;
    font-size: 2.5em;
    line-height: 1.5;
    text-align: center;
}

#home_sec10 .sec10_div2 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#home_sec10 .sec10_div2 dl {
    margin: 0 auto;
    max-width: 600px;
}

#home_sec10 .sec10_div2 dl::after {
    clear: both;
    content: '';
    display: block;
}

#home_sec10 .sec10_div2 dt {
    clear: both;
    float: left;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 1px;
    width: 150px;
}

#home_sec10 .sec10_div2 dd {
    float: left;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 0 10px 20px;
    width: calc(100% - 170px);
}

#home_sec10 .sec10_div2 dd:last-of-type {
    margin-bottom: 0;
}

#home_sec10 .sec10_div2 dd a {
    border-bottom: 1px dotted #303030;
}

#home_sec10 .sec10_div3 {
    background-color: #f8f8f0;
    height: auto;
    width: 100%;
}

#home_sec10 .sec10_div3 > .wrapper {
    display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px 0;
    width: 100%;
}

#home_sec10 .sec10_div31 {
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 15px;
    width: calc(50% - 15px);
}

#home_sec10 .sec10_div31 h3 {
    background: #807060;
    border-radius: 5px;
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    padding: 10px;
    position: relative;
    text-align: center;
}

#home_sec10 .sec10_div31 h3::after {
    border: 10px solid transparent;
    border-top: 10px solid #807060;
    content: '';
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}

#home_sec10 .sec10_div31 .sec10_div311 {
    margin: 0 auto;
    width: 280px;
}

#home_sec10 .sec10_div32 {
    height: auto;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 15px;
    width: calc(50% - 15px);
}

#home_sec10 .sec10_div32 h3 {
    background: #807060;
    border-radius: 5px;
    color: #fbfbf8;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    padding: 10px;
    position: relative;
    text-align: center;
}

#home_sec10 .sec10_div32 h3::after {
    border: 10px solid transparent;
    border-top: 10px solid #807060;
    content: '';
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}

#home_sec10 .sec10_div32 form {
    background-color: #606058;
    margin: 0 auto;
    padding: 15px;
    max-width: 340px;
}

#home_sec10 .sec10_div32 input[type="text"] {
    border-radius: 0;
    font-size: 1.4em;
    margin-bottom: 1.0em;
    padding: 5px;
    width: 100%;
}

#home_sec10 .sec10_div32 input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ff6600;
    border-radius: 0;
    border-style: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.4em;
    padding: 8px;
    width: 100%;
}

#home_sec10 .sec10_div32 p {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

#home_sec10 .sec10_div32 p:last-of-type {
    margin-bottom: 1.5em;
}

@media (max-width: 639px) {

    #home_sec10 .sec10_div1 > .wrapper {
        padding: 30px 15px;
    }

    #home_sec10 .sec10_div1 h2 {
        font-size: 2.0em;
    }

    #home_sec10 .sec10_div2 {
        padding: 30px 15px;
    }

    #home_sec10 .sec10_div2 dl {
        max-width: none;
    }

    #home_sec10 .sec10_div2 dt {
        float: none;
        width: 100%;
    }

    #home_sec10 .sec10_div2 dd {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }

    #home_sec10 .sec10_div3 > .wrapper {
        display: block;
    }

    #home_sec10 .sec10_div31 {
        margin-right: 0;
        width: 100%;
    }

    #home_sec10 .sec10_div32 {
        margin-left: 0;
        width: 100%;
    }

    #home_sec10 .sec10_div32 p {
        font-size: 1.2em;
    }

}

