@charset "utf-8";
.line{clear:both; border-bottom:1px solid #d5d5d5; width:100%; float:left;}
.bdr{border-right:1px solid #ccc;}
.sub1_1, .sub1_2{width:100%; margin:0px;}
.sub1_1 p{margin-bottom:20px; line-height:150%;}
.sub1_2{width:100%;}
.sub1_2 h4{clear:both; font-weight:800; width:100%; font-size:1.8rem;}
.sub1_2 dl{width:100%; margin-left:0px; margin-bottom:20px;}
.sub1_2 dl dt{display:inline-block; margin-right:7px; width:3%; vertical-align:top; font-weight:500; font-size:1.6rem; line-height:150%;}
.sub1_2 dl dd{display:inline-block; width:90%; line-height:150%;}
.sub1_2 p{margin-bottom:20px; line-height:150%;}

.members_info{width:100%; margin:0px;}
.members_info p{line-height:150%;}
.members_info h3{clear:both; font-weight:800; width:100%; font-size:2.0rem; margin-bottom:10px;}
.members_info a{color:#000; text-decoration:none;}
.members_info dl{display:inline-block; width:49%; border-radius:15px; border:3px solid #880949; background-color:#fff; padding:10px; vertical-align:top; height:220px;}
.members_info dl dt{width:100%; margin-bottom:10px; text-align:center;}
.members_info dl dt div{margin:auto;}
.members_info dl dd{width:100%; text-align:center;}
.dd_name{font-weight:800; margin-bottom:8px;}
.president1{color:#880949;}
.president2{border:3px solid #880949 !important;}
.bd2{border:3px solid #880949}

.popup-wrap{
  background-color:rgba(0,0,0,.3);
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:15px;
  z-index:9999999;
}
.popup{
  width:90%;
  height:90%;
  overflow:hidden;
}
.popup-head{
  width:100%;
  min-height:30px;
  padding:15px 0px;
  display:flex;
  line-height:120%;
  align-items:center;
  background-color:#93205e;
  justify-content:center;
  border-radius:30px;
}
.head-title {
	color:#fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}
.popup-body{
  width:100%;
  max-height:90%;
  overflow:hidden;
  border-radius:15px;
  background-color:#ffffff;
}
.body-content{
  width:100%;
  height:100%;
  padding:15px;
}
.body-titlebox{
  text-align:center;
  width:100%;
  height:60px;
  margin-bottom:10px;
}
.body-contentbox{
  word-break:break-word;
}
.body-contentbox dl{width:100%;}
.body-contentbox dl dt{display:inline-block; width:100%; vertical-align:top; margin-bottom:10px;}
.body-contentbox dl dt div{margin:auto;}
.body-contentbox dl dd{display:inline-block; float:right; width:100%; vertical-align:top; font-size:1.6rem; margin-bottom:10px; line-height:120%;}
.body-con-name{text-align:center; font-weight:700;}
.body-con-tel{font-weight:500;}
.body-con-txt{height:250px; overflow-y:scroll;}

.pop-btn{
  display:inline-flex;
  width:100%;
  height:100%;
  font-size:2.0rem;
  justify-content:center;
  align-items:center;
  color:#ffffff;
  cursor:pointer;
}
.popup-close{background-color:transparent !important;}