@charset "utf-8";
/*
Theme Name: wp_buddyplus
Theme URL: https://www.buddyplus.co.jp/
Description: このテーマは、企業用サイト向けに作成されたテンプレ―トファイルです。レスポンシブ対応。
Author: Buddyplus Inc.
Author URI: https://www.buddyplus.co.jp/　
Version: 0.1
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* header */
header {
    display: flex;
    padding: 5px 2% 5px;
    background-color: #008000;
    height: auto;
}
h1 {
    margin: 0;
    font-size: 150%;
    padding-left: 36px;
    background: no-repeat url(/images/logo_buddyplus100x100.png);
    background-size: 24px;
    background-position: left 5px bottom 55%;
}
h1 a {
    color: #fff;
    text-decoration: none;
}
h1 a:hover {
    text-decoration: underline;
}
nav {
    /* margin: 0 0 0 auto; */
    margin: 0;
    padding: 5px;
}
nav.pc-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
}
nav.pc-nav li {
    margin: 0 0 0 15px;
    font-size: 100%;
}
nav.pc-nav li a {
    color: #fff;
    text-decoration: none;
}
nav.pc-nav li a:hover {
    text-decoration: underline;
}

/* main */
main {
    min-height: 80vh;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 10px;
}
h2 {
    text-align: center;
}

/* footer */
footer {
    height: auto;
    color: #000;
    background-color: #eee;
}
footer .container {
    width: 100%;
    max-width: 768px;
    padding: 10px 10px;
    margin: 0 auto;
}
.footer-menu {
    text-align: right;
}
.footer-menu a {
    text-decoration: none;
}
.footer-menu a:hover {
    text-decoration: underline;;
}
.footer-text {
    text-align: center;
}
