/*
Theme Name:   Thyme Theme
Theme URI:    https://orienteer-tech.co.jp
Description:  Businesspress Child Theme
Author:       Orienteer Technologis Inc.
Author URI:   https://orienteer-tech.co.jp
Template:     businesspress
Version:      1.0.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bp-child
*/

.home .site-content {
    max-width: 900px;
}
.home h2 {
    border-bottom: solid 2px darkseagreen;
    padding: 1rem;
    margin-top: 3rem;
}
.home-header-overlay {
    background-color: rgba( 0, 0, 0 , 0.2 );
}
.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0.2 );
}
input[type="tel"] {
    border: solid 1px #e6e6e6;
    color: #777;
    margin-top: 0.6em;
    padding: 0.6em;
}
@media screen and (min-width: 980px) {
    .home-header-content {
        padding-bottom: 280px;
        padding-top: 280px;
    }
}
@media screen and (min-width: 782px) {
    .main-header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .with-marker > figure {
        width: 34px;
    }
    .with-marker > div {
        flex: 1;
    }
    .with-marker > p {
        flex: 1;
    }
}
