/*
Theme Name: Rounding
Theme URI: https://pluginspoint.com/roundingwp
Author: https://themeforest.net/user/johanspond
Author URI: https://pluginspoint.com
Support: johanspond@gmail.com
Description: Rounding Business WordPress Theme.
Version: 2.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rounding
Domain Path: /languages
Tags: threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*下層ページH2要素の文字整形*/
h2 {
color: #466baa !important;
    font-size: 28px ;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.6;
}
/*下層ページH2要素下のP要素文字整形*/
.center-title p {
    padding: 0 70px;
	font-size: 18px;
    line-height: 2.2;
    margin-bottom: 95px;
    text-align: center;
}

/*ページヒーローヘッダーのオーバーレイ色*/
.image-overlay:after {
	background-color:#4d7da3 !important;
}

footer.footer-bg {
background: #b2b2b2;
    background-image: none;
}

p.wow.fadeInUp {
    font-weight: 500;
}

/*sticky menu 不透明度調整 */
div#sticky-header {
    background: #ffffffeb;
}

.slider-content h1 {
    font-size: 35px;
}

.breadcrumb-area {
   padding-top: 100px;
   padding-bottom: 100px; 
}