@charset "utf-8";
body {
font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
color: #333;
font-size: 16px;
line-height: 32px;
text-align: justify;
background-color: #FEF5D9;
background-image: url(../img/bg_body.png);
background-repeat: repeat-x;
background-position: left top;
background-size:35px;
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000;}

.clear {clear: both;}
.clearfix:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}

/*FLEX BOX*/
.container {
display: flex;
justify-content: space-between;
align-items: flex-start;
align-content: stretch;
flex-wrap: wrap;
}

ul{list-style: none;}

.Bold{font-weight: bold;}

.BgPurple{background-color: #F4EEED;}
.BgPink{background-color: #F9C9C8;}
.BgOrange{background-color: #F2D2B3;}
.BgGreen{background-color: #D9E0B4;}
.BgBlue{background-color: #C3D1DE;}
.BgKhiki{background-color: #DDD8C3;}
.BgGreen2{background-color: #C3DED0;}
.BgYellow{background-color: #F2E6B2;}