@charset "utf-8";
/*----------------------------------------------------------------------
  - index
		- about
		- inquiry
		- invitation
		- prrequest
		- event
		- info
		- wn
		- member
		- journal
		- sitemap
		- search
----------------------------------------------------------------------*/



/*----------------------------------------------------------------------
  index
----------------------------------------------------------------------*/
#index .top {
	padding:35px 0 0;
	position:relative;
	display:flex;
}

#index .top .slide {
	width:642px;
	border:solid 1px #DDDDDD;
	margin-bottom:0;
}

#index .top .slide{
  display: none;
}

#index .top .slide.slick-initialized{
  display: block;
}

#index .top .slick-slide {
	position:relative;
}

#index .top .slide p {
	color:#FFF;
	background:rgba(55,55,113,0.8);
	position:absolute;
	bottom:0;
	width:100%;
	padding:1px 10px;
}

#index .top .slide .slick-prev {
	left:10px;
	z-index:1;
}

#index .top .slide .slick-prev::before,
#index .top .slide .slick-next::before {
	content:'\f053';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	opacity:1;
}

#index .top .slide .slick-next {
	right:10px;
}

#index .top .slide .slick-next::before {
	content:'\f054';
}

#index .top .slide .slick-dots {
	display:none!important;
}

#index .top .about {
	width:420px;
	margin:0 30px;
}

#index .top .about h2 {
	font-size:22px;
	font-weight:500;
	background:linear-gradient(#FFF 50%,#F0E6EF 51%);
	display:inline;
}

#index .top .about a {
	width:240px;
	height:46px;
	line-height:48px;
	border:solid 1px #CCCCCC;
	text-align:center;
	position:relative;
	margin-top:35px;
	float:right;
	text-decoration: none;
	color: #333;
}

#index .top .about a::before {
	position:absolute;
	left:10px;
}

#index .top .about a::after {
	content:'';
	position:absolute;
	width:24px;
	height:17px;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	right:-5px;
	bottom:-4px;
}

#index .top .about a:hover {
	background-color: #4C4D9C;
	color: #FFF;
}

#index .top .about .arrow:hover::before{
	color: #FFF;
}

#index .menu {
	background:url(../image/index/menu-bg.png);
	background-size:100%;
	padding:90px 0 20px;
	position:relative;
}

#index .menu svg {
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}

#index .menu svg:first-of-type {
	top:0;
}

#index .menu .container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#index .menu a {
	width:256px;
	height:158px;
	background:#FFF;
	box-shadow:0 0 10px rgba(187,187,187,0.65);
	text-align:center;
	margin-bottom:25px;
	position:relative;
	color: #000 !important;
}

#index .menu a:hover {
	color: #FFF !important;
}

#index .menu a img {
	position:absolute;
	top:40px;
	left:50%;
	transform:translateX(-50%);
}

#index .menu a p {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	font-size:17px;
	font-weight:500;
}

#index .menu a:hover {
	background:#4C4D9C;
	color:#FFF;
}

#index .menu a img:last-of-type {
	-webkit-transition: .4s;
  -moz-transition: .4s;
	-o-transition: .4s;
}

#index .menu a:hover img:last-of-type {
	opacity:0;
}

#index .news {
	padding:50px 0 0;
	overflow:hidden;
}

#index .news div {
	float:left;
	margin-left:15px;
}

#index .news h3,
#index .fb_tw h3 {
	font-size:28px;
	font-weight:500;
	line-height:normal;
}

#index .news h3::after,
#index .fb_tw h3::after {
	content:'';
	width:40px;
	height:3px;
	background:#A15D98;
	display:block;
}

#index .news div a.arrow {
	margin-top:16px;
	color: #333;
	padding: 3px;
	text-decoration: none;
}

#index .news div a.arrow:hover {
	background-color: #9191CA;
	color: #FFF;
}

#index .news div a.arrow::before {
	margin:0 10px;
}

#index .news div a.arrow:hover::before {
	color: #FFF;
}

#index .news ul {
	width:840px;
	float:right;
	margin-right:25px;
}

#index .news li {
	border-bottom:dashed 1px #CCC;
}

#index .news li a {
	display: block;
	padding:20px;
	color: #333;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	text-decoration: none;
}

#index .news li a:hover {
	background: url(../image/arrow-01.png) #EDEDF5 no-repeat 99% center;
	background-size: 10px;
}

#index .news li span {
	margin:0 25px 0 0;
}

#index .fb_tw {
	display:flex;
	justify-content:space-around;
}

#index .fb_tw iframe {
	border:solid 10px rgba(76,77,156,0.3)!important;
	margin-top:18px!important;
	box-sizing:content-box;
}


/*----------------------------------------------------------------------
  about
----------------------------------------------------------------------*/
.rekidai {
	margin: 0 30px 40px;
	padding: 0;
	list-style: none;
}

.rekidai > li {
  overflow: hidden;
  margin: 0 !important;
		padding: 0 5px;
  position: relative;
		background-image: none !important;
}

.rekidai > li:nth-child(2n) {
	background-color: #E9F4F5;
}

.rekidaiDate {
  width: 220px;
  float: left;
  margin: 0 !important;
		padding: 16px 0;
}

.rekidaiText {
  float: left;
  margin: 0 !important;
		padding: 16px 0;
  border-left: 3px solid #CCC;
  padding-left: 30px;
}

.rekidaiText p {
	margin: 0 !important;
	padding-left: 20px;
}

.rekidaiText:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #5D98A1;
		border: 2px solid #F3F3F3;
  position: absolute;
  left: 237px;
  top: 22px;
		border-radius: 100%;
}


/*---------- introduction----------*/
.intro ul.introList {
	background:linear-gradient(to right bottom, transparent 50%, #ECDFEB 50%),#F5EEF4;
	padding:15px 12px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	margin-bottom:30px;
}

.intro ul.introList li {
	width:144px;
	width:calc((100% / 5) - 11px);
	height:40px;
	line-height:40px;
	text-align:center;
	border:solid 1px #DDC4DA;
	background:#FFF;
	margin-bottom:16px;
	z-index:1;
	padding: 0;
}

.intro ul.introList li:nth-child(n+11) {
	margin-bottom:0;
}

.intro ol.mokuteki {
	width: 800px;
	margin: 0 auto 40px;
	box-shadow:0 0 10px rgba(204,204,204,0.8);
	font-size:18px;
	text-indent:-1em;
	padding-left:38px;
	clear:both;
	padding: 20px 0 16px;
}

.intro ol.mokuteki li {
	padding:16px 40px 0 50px;
	list-style: none;
}

.intro p img.constitution-sp {
	display:none;
}

.intro table.member {
	margin: -20px 0 0;
}

.intro table.member tr {
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #FFF;
	display:block;
}

.intro table.member tr:last-child {
	border-bottom:none;
}

.intro table.member th {
	background:#ECDFEA;
	font-weight:normal;
	text-align:left;
	padding:6px 10px;
	width:164px;
	border: none;
}

.intro table.member td {
	text-align:right;
	padding:6px 10px;
	width:214px;
	border: none;
}

.intro table.active {
	width: 96%;
	margin: 0 auto 30px;
	line-height: 1.4;
}

.intro table.active td {
	padding: 18px 10px;
	border: none;
	background: url(../image/line-01.png) repeat-x 0 100%;
}

.intro table.active td:nth-of-type(2) {
	width: 210px;
}

.intro table.active td .btn {
	margin: 0;
}



/*---------- greeting ----------*/
.greetingBox {
	margin: 0 20px;
}

.greetingSig {
	margin: 0 0 20px !important;
	text-align: right;
}


/*---------- activity ----------*/
.bookBox {
	width: 780px;
	margin: 40px auto 60px;
	padding: 10px 10px 20px;
	box-shadow: 0 0 3px #CCC;
	position: relative;
}

.bookBox:last-of-type {
	margin: 0 auto 20px;
}

.bookBox h3 {
	position: absolute;
	top: -18px;
	background-color: #DBDBEB !important;
}

.bookBox h3::before,
.bookBox h3::after {
	border: none;
}

.bookBox dl {
	margin: 20px 20px 0;
}

.bookBox dl dt {
	margin: 0 0 20px;
}

.bookBox dl dd ol {
	margin: 0;
	padding: 0 0 0 30px;
}

.bookBox dl dd ol li {
	margin: 0 0 5px;
	list-style: decimal;
}

.content .activityList li {
	margin: 0 0 5px;
}


/*---------- officer ----------*/
.content table.officerList,
.content table.officerList3 {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: separate;
	border-spacing: 1px;
}

.content table.officerList2 {
	width: 810px;
	margin: 0 0 40px auto;
	border-collapse: separate;
	border-spacing: 1px;
}

.content table.officerList4 {
	width: 810px;
	margin: 0 0 40px auto;
	border-collapse: separate;
	border-spacing: 1px;
}

.content table.officerList th {
	border: none;
	padding: 6px 4px 4px 18px;
	vertical-align: top;
	width: 160px;
	text-align: left;
	background: url(../image/arrow-01.png) #ECDFEA no-repeat 8px 14px;
	background-size: 6px;
}

.content table.officerList2 th {
	border: none;
	padding: 6px 4px 4px 18px;
	vertical-align: top;
	width: 150px;
	text-align: left;
	background: url(../image/arrow-01.png) #ECDFEA no-repeat 8px 14px;
	background-size: 6px;
}

.content table.officerList3 th {
	border: none;
	padding: 6px 4px 4px 18px;
	vertical-align: top;
	width: 280px;
	text-align: left;
	background: url(../image/arrow-01.png) #ECDFEA no-repeat 8px 14px;
	background-size: 6px;
}

.content table.officerList4 th {
	border: none;
	padding: 6px 4px 4px 18px;
	vertical-align: top;
	width: 270px;
	text-align: left;
	background: url(../image/arrow-01.png) #ECDFEA no-repeat 8px 14px;
	background-size: 6px;
}

.content table.officerList td,
.content table.officerList2 td,
.content table.officerList3 td,
.content table.officerList4 td {
	border: none;
	padding: 4px;
}

.content table.officerList td ul,
.content table.officerList2 td ul,
.content table.officerList3 td ul,
.content table.officerList4 td ul {
	margin: 0;
}

.content table.officerList td ul li,
.content table.officerList2 td ul li,
.content table.officerList3 td ul li,
.content table.officerList4 td ul li {
	width: 24%;
	margin: 0 1% 0 0;
	float: left;
	background-image: none;
	padding: 2px;
	border-bottom: 1px dotted #CCC;
}

.content table.officerList td p.all {
	margin: 3px 0 0;
	text-align: right;
}

.content p.subtitle {
	margin: -30px 10px 0 !important;
	font-weight: 600;
	color: #4C4D9C;
}


.content p.subtitle2 {
	margin: -30px 10px 40px !important;
	font-weight: 600;
	color: #4C4D9C;
}


/*---------- officer ----------*/
.content .honoraryList {
	width: 100%;
	margin: 0 0 40px;
}

.content .honoraryList thead th {
	border: none;
	border: 1px solid #FFF;
	background-color: #ECDFEA;
	text-align: left;
}

.content .honoraryList thead th:nth-of-type(2) {
	padding: 8px 8px 8px 20px
}

.content .honoraryList tbody tr:nth-child(2n) {
	background-color: #F6F6F6;
}

.content .honoraryList tbody th {
	border: none;
	border-bottom: 1px solid #CCC;
	width: 170px;
	font-weight: normal;
	text-align: left;
}

.content .honoraryList tbody td {
	border: none;
	border-bottom: 1px solid #CCC;
	position: relative;
	padding: 8px 8px 8px 20px
}

.content .honoraryList tbody td::before {
 position: absolute;
 bottom: 0;
 left: 0;
 top: 0;
 content: "";
 margin: auto;
 width: 1px;
 height: 80%;
 height: calc(100% - 30px);
 background: #C094BB;
}


/*---------- prize ----------*/
.content .prizeOl li {
	margin: 0 0 10px;
	list-style: none;
 padding-left: 2em;
 text-indent: -2em;
}

.prizeAll {
	width: 320px;
}

.content table.prizeList {
	width: 100%;
	line-height: 1.4;
}

.content table.prizeList thead th {
	padding: 6px;
	background-color: #ECDFEA;
}

.content table.prizeList thead th.time {
	width: 10%;
}

.content table.prizeList thead th.year {
	width: 12%;
}

.content table.prizeList thead th.prize {
	width: 39%;
}

.content table.prizeList thead th.prizefull {
	width: 78%;
}

.content table.prizeList tbody tr:nth-child(2n) {
	background-color: #F6F6F6;
}

.content table.prizeList tbody td {
	padding: 6px;
	vertical-align: top;
}

.prizeList.prizeList-sp {
	display:none;
}


/*---------- regulation ----------*/
.regulationList li {
	border-bottom: 1px dashed #DDD;
}


/*---------- support ----------*/
.content ul.supportList {
	margin: 0 20px 40px;
}

.content ul.supportList li {
	margin: 0;
	padding: 6px 6px 6px 20px;
	background: url(../image/arrow-02.png) no-repeat 8px 15px;
	background-size: 6px;
}

.content ul.supportList li:nth-child(2n) {
	background: url(../image/arrow-02.png) #F6F6F6 no-repeat 8px 15px;
	background-size: 6px;
}

.support50 {
	text-align: right;
}


/*---------- 35th ----------*/
.seigo th {
	background-color: #EEE;	
}

.seigo-sp {
	display:none;
}

.sig {
	text-align: right;
}

.mokujiBox {
	margin: 0 20px 40px;
	padding: 20px;
	border: 1px solid #CCC;
	box-shadow: 4px 4px 0 #AAA;
	line-height: 1.4;
}

.content table.mokuji {
	margin: 0 10px 40px;
}

.content table.mokuji tr {
	background-color: #F3F3F3;
}

.content table.mokuji tr.sec {
	background-color: transparent;
}

.content table.mokuji td {
	border: none;
	padding-right: 18px;
	vertical-align: top;
	position: relative;
	background: url(../image/line-01.png) repeat-x 0 100%;
}

.content table.mokuji td.section {
	padding: 8px 8px 8px 24px;
}

.content table.mokuji td.page {
	padding-left: 20px;
	text-align: right;
	padding-right: 8px;
}

.content table.mokuji td.page::after {
	content: "…";
	position: absolute;
	top: 15px;
	left: 0;
	margin: -6px 0 0;
}


/*----------------------------------------------------------------------
  inquiry
----------------------------------------------------------------------*/
.inqMember {
	margin: 0 20px 40px;
	padding: 20px;
	box-shadow: 0 0 3px #CCC;
}

.inqMember p {
	margin: 0 !important;
}

.inqAbout {
	margin: 0 0 40px;
	background-color: #F6F6F6;
	padding: 20px;
}

.inqAbout p {
	margin: 0 !important;
}


/*----------------------------------------------------------------------
  invitation
----------------------------------------------------------------------*/
.inviPaper {
	width: 190px;
	float: right;
	line-height: 1.4;
	text-align: center;
}

.inviPaper p {
	margin: 10px 0 0 18px !important;
	text-align: left;
}

.inviText {
	width: 580px;
	float: left;
}

.inviTokuten {
	border: 1px dashed #A15D98;
	border-top: 4px solid #A15D98;
	margin: -20px 20px 40px;
	padding: 40px 20px 0;
	border-radius: 10px;
}

#invitation table.kaihi {
	margin: 0 0 30px;
}

#invitation table.kaihi tr {
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #FFF;
	display:block;
}

#invitation table.kaihi tr:last-child {
	border-bottom:none;
}

#invitation table.kaihi th {
	background:#ECDFEA;
	font-weight:normal;
	text-align:left;
	padding:6px 10px;
	width: 100px;
	border: none;
}

#invitation table.kaihi td {
	text-align:right;
	padding:6px 10px;
	border: none;
	width: 160px;
}

#invitation .pay {
	margin: 0 0 40px;
	background-color: #F6F6F6;
	padding: 20px;
}

#invitation .pay p {
	margin: 0 0 10px;
}

#invitation .pay dl {
	margin: 0 14px;
}

#invitation .pay dt {
	width: 80px;
	float: left;
}

#invitation .pay dd {
	margin: 0 0 0 80px;
}

#invitation .addPaperTitle {
	margin-top: -30px !important;
	margin-bottom: 10px !important;
 display: flex;
 align-items: center;
 font-weight: 600;
	font-size: 18px;
}

#invitation .addPaperTitle:before,
#invitation .addPaperTitle:after {
 content: "";
 height: 2px;
 flex-grow: 1;
 background-color: #5D98A1;
}

#invitation .addPaperTitle:before {
 margin-right: 2rem;
}

#invitation .addPaperTitle:after {
 margin-left: 2rem;
}

#invitation .addPaper {
	margin: 0 20px 40px;
}

#invitation .addPaper dl {
	float: left;
	width: 30%;
}

#invitation .addPaper dl dt {
	color: #FFF;
	background-color: #5D98A1;
	text-align: center;
}

#invitation .addPaper dl dd {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

#invitation .addPaper dl dd ul {
	margin: 0 10px;
}

#invitation .addPaper dl dd ul li {
	margin: 0;
}

#invitation .addPaper dl:nth-child(2) {
	margin: 0 5%;
}

#invitation .nomail {
	display: inline-block;
	border: 1px solid #666;
	padding: 2px 4px;
}

#invitation .send {
	margin: 0 0 40px;
	background-color: #F6F6F6;
	padding: 20px;
}

#invitation .send p {
	margin: 0 0 10px !important;
}

/*----------------------------------------------------------------------
  prrequest
----------------------------------------------------------------------*/
.prrequestBox {
	padding: 20px 0 0;
}

.content table.prrequestTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.content table.prrequestTable th {
	width: 220px;
	background-color: #E6ECED;
	border: none;
	text-align: left;
	font-weight: 400;
	padding: 12px 8px;
}

.content table.prrequestTable td {
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 12px 8px;
}

.content table.prrequestTable td input[type=text] {
 font-size: 15px;
	font-family:"ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content table.prrequestTable td input.m {
	width: 200px;
}

.content table.prrequestTable td input.l {
	width: 100%;
}

.content table.prrequestTable td textarea {
	display: block;
	width: 100%;
 font-size: 15px;
	font-family:"ヒラギノ角ゴ Std W3", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content table.prrequestTable td .error {
	position: relative;
	margin: 3px 0 0;
	padding: 2px 3px 0;
	background-color: #F5EEF4;
	font-size: 14px;
	color: #F00;
}

.content table.prrequestTable td .error::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #A15D98;
}

.errorLead {
	margin: 0 0 10px !important;
	color: #F00;
	font-weight: 600;
}

.prrequestBtn {
	text-align: center;
}

.prrequestBtn input {
	margin: 0 10px;
	padding: 10px 20px;
}

.prrequestSendBox {
	padding: 40px;
}

.prrequestSig {
	text-align: right;
}


/*----------------------------------------------------------------------
  event
----------------------------------------------------------------------*/
.eventMeeting {
 position: relative;
	margin: 1.5em 1.5em 40px;
 padding: 1em 2em;
}

.eventMeeting:before, .eventMeeting:after{ 
 content:'';
 width: 100%;
 height: 60px;
 position: absolute;
 display: inline-block;
}

.eventMeeting:before{
 border-left: 2px solid #DBDBEB;
 border-top: 2px solid #DBDBEB;
 top:0;
 left: 0;
}

.eventMeeting:after{
 border-right: 2px solid #DBDBEB;
 border-bottom: 2px solid #DBDBEB;
 bottom:0;
 right: 0;
 z-index: -1;
}

.eventMeeting p {
	margin: 0 !important;
}

/*history*/
.ev-history {
	width: 100%;
	margin: 0 0 40px;
	line-height: 1.3;
}

.ev-history th {
	padding: 8px;
	background-color: #ECDFEA;
}

.ev-history td {
	padding: 8px;
}

.ev-history tbody tr:nth-child(2n) {
	background-color: #F6F6F6;
}

.ev-history tbody tr td:nth-child(1),
.ev-history tbody tr td:nth-child(5) {
	text-align: center;
}

.ev-history tbody tr td:nth-child(2),
.ev-history tbody tr td:nth-child(4) {
	white-space: nowrap;
}

.ev-history.history-sp {
	display:none;
}

/*sympo*/
.sympoList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sympoList li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #CCC;
	background-position: 8px 18px !important;
}

.sympoList li a {
	display: block;
	padding: 8px 8px 8px 20px;
}

.sympoList li:hover,
.sympoList2 li:hover {
	background: url(../image/arrow-02.png) #FFE no-repeat 8px 10px;
	background-position: 8px 18px !important;
	background-size: 6px;
}

.sympoList2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sympoList2 li {
	float: left;
	width: 32%;
	margin: 0 1% 0 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #CCC;
	background-position: 8px 18px !important;
}

.sympoList2 li a {
	display: block;
	padding: 8px 8px 8px 20px;
}

.content table.sympoDetail {
	width: 100%;
	line-height: 1.4;
	border-collapse: separate;
	border-spacing: 1px;
}

.content table.sympoDetail th {
	width: 120px;
	border: none;
	border-bottom: 1px dotted #CCC;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 16px 8px;
	background-color: #F6F6F6;
}

.content table.sympoDetail td {
	border: none;
	border-bottom: 1px dotted #CCC;
	padding: 16px 8px;
}

.content table.sympoDetail td ul {
	margin: 0 !important;
}

.content table.sympoDetail td ul li {
	background-position: 8px 8px;
}

.content table.sympoDetail td ul li:last-of-type {
	margin: 0 !important;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px 10px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #AAA;
	background-image: none !important;
	box-shadow: 2px 2px 0 #CCC;
}

.pager_wrap ul.pager li a {
	display: block;
	width: 200px;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
}

.pager_wrap ul.pager li.active {
	background-color: #F0E6EF;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pager_wrap ul.pager li a:hover {
	color: #333;
	background-color: #F0E6EF;
}

.pager_wrap ul.pager li.prev img {
	vertical-align: -1px;
	margin-right: 8px;
}

.pager_wrap ul.pager li.back img {
	vertical-align: 2px;
	margin-right: 8px;
}

.pager_wrap ul.pager li.next img {
	vertical-align: -1px;
	margin-left: 8px;
}

.pager_wrap ul.pager li.nobtn {
	display: inline-block;
	width: 200px;
	border: none;
	box-shadow: none;
}

/*seminar*/
.content ul.seminarList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ul.seminarList li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #CCC;
	background-position: 8px 16px !important;
	line-height: 1.4;
}

.content ul.seminarList li a {
	display: block;
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	color: #333;
}

.content ul.seminarList li a span {
	text-decoration: underline;
	color: #A05D98;
}

.content ul.seminarList li:hover {
	background: url(../image/arrow-02.png) #FFE no-repeat;
	background-position: 8px 16px !important;
	background-size: 6px;
}

/*kyosan*/
.content table.kyosanList {
	width: 100%;
	margin: 0 0 30px;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
}

.content table.kyosanList tr:nth-child(2n-1) {
	background-color: #F6F6F6;
}

.content table.kyosanList thead th {
	text-align: left;
	border: none;
	font-weight: normal;
	background-color: #ECDFEA;
	padding: 8px 16px;
}

.content table.kyosanList tbody th {
	width: 130px;
	border: none;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
	padding: 8px 16px;
}

.content table.kyosanList td {
	position: relative;
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 8px 16px;
}

.content table.kyosanList td:::before {
	position: absolute;
	content: "";
	width: 1px;
 margin: auto;
 width: 1px;
 height: 80%;
 height: calc(100% - 30px);
 background: #C094BB;
}

/*----------------------------------------------------------------------
  info
----------------------------------------------------------------------*/
.infoNews {
	border: 1px dotted #CCC;
	margin: 0 20px 40px;
	padding: 10px;
}

.infoNews p {
	margin: 0 0 10px !important;
}

.small {
	font-size: 13px;
}

.content .infoMokuji {
	margin-top: 20px;
}

.content .infoMokuji li {
	list-style-position: inside;
	padding: 0 10px;
	background: url(../image/line-01.png) repeat-x 0 100%;
}

.content .infoLink li {
	margin: 0;
	padding: 0;
	background: url(../image/line-01.png) repeat-x 0 100% !important;
}

.content .infoLink li a {
	display: block;
	padding: 6px 6px 6px 20px;
	background: url(../image/arrow-02.png) no-repeat 8px 15px;
	background-size: 6px;
}


.content .infoLink li:nth-child(2n) a {
	background: url(../image/arrow-02.png) #F6F6F6 no-repeat 8px 15px;
	background-size: 6px;
}


/*----------------------------------------------------------------------
  wn
----------------------------------------------------------------------*/
.content ul.wnList li {
	margin: 0;
	padding: 0;
 border-bottom:dashed 1px #CCC;
	background-image: none;
}

.content ul.wnList li a {
display: block;
	padding:20px;
	color: #333;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	text-decoration: none;
}

.content ul.wnList li a:hover {
	background: url(../image/arrow-01.png) #EDEDF5 no-repeat 99% center;
	background-size: 10px;
}

.content ul.wnList li span {
	margin:0 25px 0 0;
}

/*pagerwn*/
.pagerwn_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pagerwn_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pagerwn_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pagerwn_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagerwn_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px 5px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 0 #CCC;
	background-image: none;
}

.pagerwn_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
}

.pagerwn_wrap ul.pager li.active {
	background-color: #F0E6EF;
	display: block;
	padding: 10px 15px;
	color: #333;
}

.pagerwn_wrap ul.pager li.active a:link, .pagerwn_wrap ul.pager li.active a:visited,
.pagerwn_wrap ul.pager li.active a:hover, .pagerwn_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pagerwn_wrap ul.pager li a:hover {
	color: #000;
	background-color: #F0E6EF;
}

.wnDay {
	margin: 0 0 20px !important;
	padding: 0 0 0 16px;
	background: url(../image/date.png) no-repeat 0 7px;
	background-size: 12px;
}


/*----------------------------------------------------------------------
  wn
----------------------------------------------------------------------*/
.sgBosyu1,
.sgBosyu2 {
	margin: 20px 30px 30px;
	border-bottom: 1px dotted #CCC;
}

.sgBosyu1 dt {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0 6px;
	background-color: #E3CEE0;
}

.sgBosyu2 dt {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0 6px;
	background-color: #CEE0E3;
}

.sgBosyu1 dd,
.sgBosyu2 dd {
	padding: 0 6px 6px;
}

.sgBosyu1 dd p,
.sgBosyu2 dd p {
	margin: 0;
}

.content ul.sgList {
	margin: 0 20px 40px;
}

.content ul.sgList li {
	margin: 0;
	padding: 6px 6px 6px 20px;
	background: url(../image/arrow-02.png) no-repeat 8px 15px;
	background-size: 6px;
}

.content ul.sgList li:nth-child(2n) {
	background: url(../image/arrow-02.png) #F6F6F6 no-repeat 8px 15px;
	background-size: 6px;
}


/*----------------------------------------------------------------------
  member
----------------------------------------------------------------------*/
.memberLoginLead {
	margin: 0 0 20px !important;
}

.memberLogin {
	margin: 0 0 30px;
}

.memberLogin a {
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 6px;
	position: relative;
	top: -1px;
	overflow:auto;
	color:#ffffff;
	background: #A15D98;
	text-align:center;
	text-decoration: none;
	-webkit-transition: 0s;
 -moz-transition: 0s;
	-o-transition: 0s;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), inset 0 -2px 0 rgba(84, 48, 80, 0.1), 0 3px #543050;
}

.memberLogin a:hover, .memberLogin a:active {
	box-shadow: none;
	top: 1px;
}

.mlInfo {
	margin: 0 20px 30px;
	padding: 20px 20px 0;
	border: 3px double #ECDFEA;
	background-color: #FCFCFC;
}

.mlInfo p {
	margin-bottom: 20px !important;
}

.mlad {
	display: inline-block;
	border: 1px solid #666;
	padding: 2px 8px;
}

.mlmihon {
	border: 1px dashed #CCC;
	margin: 0 20px;
	padding: 20px 20px 1px;
	background: url(../image/mihon.png) repeat 100% 0;
}

.content ul.kaihouList {
	margin: 0 0 40px;
}

.content ul.kaihouList li {
	display: inline-block;
	width: 200px;
}

.content ul.kaihouList li.l {
	width: 260px;
}

	
/*----------------------------------------------------------------------
  journal
----------------------------------------------------------------------*/
.underline {
	text-decoration:underline;
}

.j_img {
	float:left;
	margin-right:30px;
}

.j_img + ul {
	float:left;
}

.j_img + ul + p {
	clear:both;
}

.blue {
	color:#4C4D9C;
}

.content.journal_eb ul li {
	margin-bottom: 0;
}

.content ul li ol.al {
    padding: 5px 0 0 10px;
}

.content ul li ol.al li {
    list-style-type: lower-alpha;
    background: none;
    padding-left: 0;
    margin-bottom: 5px;
}


/*----------------------------------------------------------------------
  sitemap
----------------------------------------------------------------------*/
.sitemap .wrapper {
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}

.sitemap .wrapper > ul {
	width:calc(50% - 20px);
}

.sitemap .wrapper > ul > li {
	background:none;
	padding-left:0;
	margin-bottom:40px;
}

.sitemap .wrapper > ul > li::before {
	content:'\f061';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	color:rgba(76,77,156,0.5);
	margin-right:0.5em;
}

.sitemap li ul {
	margin:10px 40px 0;
}

.sitemap li li {
	margin-bottom:10px;
}


/*----------------------------------------------------------------------
  search
----------------------------------------------------------------------*/
.content ul.srchList li {
border-bottom: 1px dotted #CCC;
margin: 0 0 10px;
padding: 0;
background: none;
}

.content ul.srchList li a {
display: block;
text-decoration: none;
color: #333;
padding: 8px;
}

.content ul.srchList li a:hover {
background-color: #FFE;
}

.content ul.srchList li p {
margin: 0;
}

.content ul.srchList li dt {
font-weight: 600;
color: #A15D98;
}

.content ul.srchList li dd {
line-height: 1.2;
}



