/*-------女性会とはー全体-------------*/
#about {
  width: 780px;
  float: left;
  padding-top: 15px;
  padding-right: 0px;
}
#submenu {
  width: 195px;
  float: right;
  margin-top: 30px;
}
#submenu nav {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
}
/*----------女性会とは　関連メニュー------*/
#submenu nav h3.about-title {
  background-image: url(../files/medias/profile/title.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 100%;
  height: 130px;
  padding: 0;
  margin: 0;
  background-size: cover;
}
#submenu nav ul {
  margin: 5px 0 0 0;
  font-size: 1.5rem;
}
#submenu nav ul li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #BEC7E2;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: hsla(0,0%,100%,1.00);
}
#submenu nav ul li:hover{
	background-color: rgba(235,241,255,1.00);
	}
#submenu nav ul li a {
	margin:0;
	padding: 0;
	display: block;
	
}


@media all and (max-width: 999px) {
  #about {
    float: none;
    width: 94%;
    max-width: 780px;
    margin: 0 auto;
  }
  #submenu {
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 0px none;
    padding: 0 0 0 20px;
  }
  #submenu nav {
    display: flex;
  }
  #submenu nav h3.about-title {
    display: none;
  }
  #submenu nav ul {
    border: 0px none;
  }
  #submenu nav ul li {
	display: inline-block;
	  line-height:40px;
	  height:40px;
	margin-right: 20px;
	  padding:0 0 0 10px;
	  background-image: url("../files/medias/profile/point.png");
	background-repeat: no-repeat;
	background-position: left 13px;
	border: 0px none;
	  background-color: transparent;
	}
	#submenu nav ul li:hover{
		background-color: transparent;
	}
	
}
/*---------女性会とは〜子ページタイトル--------*/

#about h2 {
	font-size: 1.6rem;
	width: 100%;
	height: 43px;
	position: relative;
	z-index: 500;
	line-height: 43px;
	margin: 15px 0 0px 0;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #8A93CF;
	font-weight: normal;
}
#about h2:after {
  content: "";
  position: absolute;
  z-index: 501;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid hsla(0, 0%, 100%, 1.00);
}

@media all and (max-width: 979px) {
	#about h2 {
		margin: 0;
}
}
/*-----------入会のご案内----------*/
#box {
  background-color: hsla(0, 0%, 100%, 1.00);
  padding: 25px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
#boxleft {
  width: 500px;
  margin-bottom: 10px;
}
#boxright {
  text-align: center;
  width: 190px;
}
@media all and (max-width: 740px) {
  #box {
    display: block;
    width: 100%;
    margin: 15px auto;
  }
  #boxleft {
    width: 100%;
    margin: 0 auto;
  }
  #boxright {
    display: none;
  }
  p.entry {
    text-align: center;
  }
}
/*----左側----*/
#boxleft .catch {
	color: #DC28AE;
	font-size: 2.5rem;
	line-height: 1.6;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", 平成明朝, 細明朝体;
	font-weight: bold;
	margin-top: 0;
}
#boxleft ul {
  width: 100%;
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #acacac;
}
#boxleft li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 8px;
  padding-left: 0;
  list-style: none;
}
#boxleft h4 {
	color: #BE2293;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 40px 0 5px -7px;
}
#boxleft h4:first-child {
  margin: 10px 0 5px -7px;
}
/*--右側----*/
#boxright p {
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 2px 0 10px 0;
  margin: 0;
}
#boxright img {
  width: auto;
  padding: 1px;
  border: solid 1px #acacac;
  margin: 0;
}
/*---------部会別会員名一覧---------*/
#list {
  background-color: hsla(0, 0%, 100%, 1.00);
  padding: 25px;
  margin-top: 5px;
}
#list h4 {
	font-weight: normal;
	font-size: 2rem;
	margin-top: 70px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom: 3px solid #8A93CF;
	text-align: center;
	color: #4957B4;
}
#list table, #list td {
  border: 1px solid #D4D4D4;
}
#list table {
  margin-top: 10px;
  width: 100%;
}
#list td {
  text-align: left;
  width: 25%;
  padding: 6px;
}
#list table.head {
  width: 45%;
}
#list table.head th {
  font-weight: bold;
  background-color: hsla(0, 0%, 100%, 1.00);
  border: 1px solid #D4D4D4;
  width: 40%;
}
#list table.head td {
  width: 60%;
}
#list caption {
  font-size: 1.1rem;
  text-align: right;
}
@media all and (max-width: 595px) {
  #list table, #list th, #list td, #list table.head, #list table.head th, #list table.head td {
    border: none 0px;
    width: 100%;
    display: block;
    text-align: left;
  }
  #list caption {
    display: block;
  }
}
/*-----------年間の活動------------*/
#katudo {
  background-color: hsla(0, 0%, 100%, 1.00);
  padding: 20px;
  margin-top: 5px;
}
#katudo h4 {
	text-align: center;
	color: hsla(329,61%,42%,1.00);
	font-size: 2rem;
	margin-bottom:25px;
	font-weight: normal;
}
#katudo table, #katudo td {
  margin: 0;
  border: solid 1px #acacac;
  line-height: 1.5;
}
#katudo table {
  width: 100%;
}
#katudo td {
  padding: 10px;
}
#katudo .day {
	background-color: hsla(0, 0%, 97%, 1.00);
	text-align: left;
	width: 125px;
	font-size:1.5rem;
}
#katudo .naiyo {
  font-weight: bolder;
  width: 415px;
}
#katudo .naiyo em {
  font-weight: normal;
  font-style: normal;
  font-size: small;
}
#katudo .coment {
  color: #474747;
  font-size: 1.1rem;
}
#katudo p.hosoku {
  font-size: 1.2rem;
}
@media all and (max-width: 760px) {
  #katudo table, #katudo td {
    border: none 0px;
  }
  #katudo .day, #katudo .naiyo, #katudo .coment {
    width: 100%;
    border: none 0px;
    display: block;
    text-align: left;
    padding: 0;
    background-color: hsla(0, 0%, 100%, 1.00);
  }
  #katudo .day {
	color: hsla(329,61%,42%,1.00);
	padding-top: 16px;
	border-top: solid 1px hsla(0, 0%, 87%, 1.00);
	font-weight: bolder;
  }
  #katudo .coment {
    padding-bottom: 16px;
  }
}
/*----------------会員企業情報一覧--------------------*/
#mem-prof {
  background-color: hsla(0, 0%, 100%, 1.00);
  padding: 25px;
}
#mem-prof h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  color: hsla(0, 0%, 29%, 1.00);
}

#mem-prof p small{
	font-size:1.4rem;
}
#mem-prof p small span{
	color: hsla(228,100%,33%,1.00);
}
#mem-prof div{
	padding:30px 0 20px 0;
}
#mem-prof h3 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: hsla(329,60%,57%,1.00);
}

#mem-prof table {
  width: 100%;
  border: solid 1px #aaa;
	margin-bottom: 40px;
}
#mem-prof td {
  padding: 10px;
  border: solid 1px #ccc;
  line-height: 1.4;
  font-size: 1.5rem;
}
#mem-prof .name {
  background-image: url(../files/medias/member/name_back.gif);
  background-repeat: repeat-y;
  background-position: left 0;
  text-align: left;
  width: 210px;
}
#mem-prof .category {
  text-align: left;
  width: 160px;
  padding-right: 4px;
  padding-left: 4px;
}
#mem-prof .addr {
  text-align: left;
  width: auto;
  padding-right: 4px;
  padding-left: 4px;
}
#mem-prof .phone {
  text-align: center;
  width: 150px;
  padding-right: 4px;
  padding-left: 4px;
}
#mem-prof .ichi {
  color: #acacac;
  text-align: center;
  width: 35px;
}
#mem-prof .hp {
  text-align: center;
  width: 35px;
}
#mem-prof .hp a {
	color: #fff;
	font-size: 11px;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	width: 35px;
	padding: 2px 3px;
}
#mem-prof .hp a:hover {
  color: #fff;
  background-color: #7c0000;
  text-decoration: none;
}
#mem-prof table tr:nth-child(odd) {
	background-color: hsla(330,50%,98%,1.00);
}
@media all and (max-width: 979px) {
  #mem-prof {
    width: 94%;
    margin: 0 auto;
  }
}
@media all and (max-width: 800px) {
  #mem-prof table, #mem-prof td {
    border: none 0px;
    background-color: transparent;
  }
  #mem-prof .name, #mem-prof .category, #mem-prof .addr {
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
  }
  #mem-prof .phone, #mem-prof .ichi {
    display: inline-block;
    text-align: left;
    padding: 0 0 20px 0;
  }
  #mem-prof .phone::before {
    content: "TEL:";
  }
  #mem-prof .name {
    paddin-top: 35px;
    background-image: none;
    font-weight: bolder;
  }
  #mem-prof table tr:last-child {
	border-bottom: 1px solid hsla(329,61%,55%,0.70);
	width: 100%;
  }
  #mem-prof table tr {
    border-top: 1px solid hsla(329,61%,55%,0.70);
    width: 100%;
  }
  #mem-prof table tr:nth-child(odd) {
    background-color: transparent;
  }
}
/*---------お問い合わせ-----------*/
#contact {
  background-color: hsla(0, 0%, 100%, 1.00);
  padding: 25px 40px;

}
#contact p.large {
  font-size: 2.5rem;
	line-height:1.5;
  font-weight: bold;
}
#contact p.large2 {
  font-size: 1.7rem;
	line-height:1.5;
  font-weight: bold;
}
#contact hr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact img {
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact .con-box{
	border-top: solid 1px hsla(0,0%,73%,1.00);
	border-bottom: solid 1px hsla(0,0%,73%,1.00);
	margin-bottom:50px;
}

#contact iframe{
	width:100%;
}


/*-----50周年記念　あゆみ--------*/

#history{
	background-color: hsla(0, 0%, 100%, 1.00);
  padding: 25px 40px;
}