@charset "UTF-8";

/*
Theme Name: Boom-KA_theme
Description: Boom-KAのためのテーマ。
Version: α1.5
Author: beeq
*/

body{
  font-family: "Questrial","Arial", "Zen Kaku Gothic New","Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  /* overflow: hidden; */
}

main{
 
    max-width: 1200px;
    width: 90%;
    margin: 200px auto;
}

a{
    color: #333;
    text-decoration: none;
}

h2{
  margin: 0;
}

p{
  margin: 0;
}

.p__justify{
  margin: 15px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section{
    margin: 50px 0;
}

.section__headline{
    text-align: center;
    margin: 150px 0 50px;
}

.a__blue{
  color: blue;
  text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }

button{
  border: 0;
}