/*
Theme Name: 有限会社ビルド コーポレートサイト
Theme URI: https://build.forf-homepage-samplesite.net/
Author: 有限会社ビルド
Author URI: https://build.forf-homepage-samplesite.net/
Description: 有限会社ビルド公式コーポレートサイト用WordPressテーマです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, construction, local-business
Text Domain: build-floorcoating
*/

/*-------------------------*/
/*--------ヘッディング-------*/
/*-------------------------*/

body{
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN",
               "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

*{
    margin: 0;
}
.sub_button_wrapper{
    margin-top: 10px;
}
.sub_button_content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.sub_button_content a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 280px;
}
.sub_button_content a p{
    margin-top: 0;
}
a.sub_button01{
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    background: linear-gradient(to right, #1E8697, #61CFF0);
    color: #ffffff;
    height: 52px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
}
a.sub_button02{
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    background: linear-gradient(to right, #D49218, #FF9500);
    color: #ffffff;
    height: 52px;
    box-sizing: border-box;
    border-radius: 10px;
}
