*, *::before, *::after {
    box-sizing: border-box;
}
body {
    width:100%;
    font-family:"Noto Sans JP", sans-serif;
    font-size:18px;
    z-index:0;
    line-height:2.2em;
    letter-spacing:0.1em;
    color:#000;
    background:#FDF5E6;
    font-weight:400;
}
a {
    color:#000;
	outline : none;
	text-decoration:none;
}
a.active, a:active, a:focus, a:hover {
    color:#000;
	text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin:0;
  padding:0;
  line-height:1.5em;  
}
p{
  margin:0;
  padding:0;
}
img{
    width:100%;
    height:auto;
}
*:focus {
  outline: none;
}
section {
    width:100%;
    padding:100px 0; 
}
.mx-auto{
    display: block !important;
    margin:0 auto !important;
}
.text-center{
    display:block !important;
    text-align:center !important;
}
@media screen and (max-width: 575px){
body {
    font-size:16px;
    line-height:2.0em;
}
section {
    padding:60px 15px;
}
}
/*--------------------------------------------------------------
アニメーション
--------------------------------------------------------------*/
 /* アニメーション*/
.animation01{
    opacity:0;
}
/*--------------------------------------------------------------
ヘッダー、フッター
--------------------------------------------------------------*/
header{
    margin:100px auto 50px;
}
.header-logo{
    width:400px;
    display:block;
    margin:0 auto 50px;
}
.menu-area{
    display:flex;
    justify-content: center;
    gap: 30px;
}
.menu-area a{
    width:33.333333%;
    display:block;
    font-size:24px;
    padding-bottom:10px;
    border-bottom:1px solid #501d11;
    color:#501d11;
    font-weight:500;
}
footer{
    padding:15px 0;
}
@media screen and (max-width: 991px){
.menu-area a{
    font-size:18px;
}
}
@media screen and (max-width: 767px){
.menu-area{
    display:block;
}
.menu-area a{
    width:240px;
    margin:0 auto 15px;
    font-size:18px;
}
}
@media screen and (max-width: 575px){
header{
    margin:50px auto 0;
}
.header-logo{
    width:80%;
    max-width:280px;
    display:block;
    margin:30px auto;
}
.menu-area {
    width: 100%;
    margin: 0 auto;
    padding-bottom:10px;
}
}
@media screen and (max-width: 330px){
.menu-area a{
    font-size:16px;
}
}
/*--------------------------------------------------------------
​協会概要
--------------------------------------------------------------*/
.section-title{
    font-size:36px;
    margin:0 0 50px;
    color:#501d11;
    font-weight:600;
}
.section-sub-title{
    display:inline-block;
    font-size:24px;
    margin:0 0 30px;
    background:#501d11;
    color:#fff;
    padding:10px 30px;
}
.sec-area {
    width:100%;
    margin: 0 auto 100px;
    text-align: center;
}
.sec-area02{
    width:100%;
    margin: -100px auto 0;
    padding-top:100px;  
}
.page-text {
    margin:20px 0 0;
}
.page-table{
    width:100%;
    text-align:left;
    margin:30px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}
.page-table tr{
    border:none;
}
.page-table th{
    width:20%;
    padding:25px 0;
    border-bottom:1px solid #501d11;
    color:#501d11;
    line-height:1.5em;
    font-weight:500;
}
.page-table td{
    width:80%;
    padding:20px 0;
    border-bottom:1px solid #000;
    line-height:1.6em;
}
th.table-top{
    border-top:1px solid #501d11;
}
td.table-top{
    border-top:1px solid #000;
}
@media screen and (max-width: 575px){
.section-title{
    font-size:24px;
    margin:0 0 30px;
    color:#501d11;
}
.section-sub-title{
    font-size:18px;
    margin:0 0 15px;
    padding:7px 20px;
}
.sec-area {
    margin: 0 auto 60px;
}
.sec-area02{
    margin: -60px auto 0;
    padding-top:60px;  
}
.page-text {
    text-align: left;  /* 本文のテキストを左揃えにする */
}
.page-table th{
    width:70px;
}
.page-table td{
    width:calc(100% - 70px);
}
}

/*--------------------------------------------------------------
プライバシーポリシー
--------------------------------------------------------------*/
.privacy-area strong{
    display:block;
    margin:50px 0 0;
    font-size:18px;
    font-weight:500;
}
.indent-text{
    display:block;
    margin:0 0 0 1em;
    text-indent:-1em;
}
@media screen and (max-width: 575px){
.privacy-area strong{
    margin:30px 0 0;
    font-size:16px;
}
}