/*
Theme Name: WOW WORKS
Theme URI: https://wow-works.co.jp/
Description: 川崎市で外壁塗装を検討中の方へ。おすすめ業者の比較、費用相場、口コミ、失敗しない選び方まで分かりやすく解説。優良業者選びをサポートします。
Version: 1.0.0
Author: WOW WORKS株式会社
Author URI: https://wow-works.co.jp/
Text Domain: shirokuma
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, responsive, media, reform
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

ul, ol {
    list-style: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Components
   ========================================================================== */

.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #804EA2;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.button:hover {
    opacity: 0.8;
}


h2_asobu {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h2_asobu::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}