/* #key ---------------------------------------------------------------- */
#key {
  width: 100%;
  margin-bottom: 19px;
}

#key .key-top {
  margin-top: 10px;
}
#key img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* #top ---------------------------------------------------------------- */
#top {
}

#top a {
}

#top-report {
  margin-bottom: 50px;
}

#top-report h2 {
  position: relative;
}
#top-report h2.top-report {
  margin-bottom: 40px;
}
#top-report h2 img {
  width: 100%;
  height: auto;
}
#top-report h2 a.more_btn {
  position: absolute;
  top: 45%;
  right: 2%;
}

#top-report h2 a span {
  padding: 0 20px;
}

#top-report h2 a.more_btn:hover span {
  opacity: 0.7;
}

#top-report .report-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#top-report .report-box {
  display: block;
  width: 40%;
  margin:0 5%;
}

#top-report a.report-box:hover .img {
  opacity: 0.7;
}

#top-report a.report-box:hover .text dl dd {
  text-decoration: underline;
}

#top-report .box{
  width: 100%;
  min-height: 345px;
  overflow: hidden;
  margin-bottom: 24px;
}

#top-report .box .img {
  width: 100%;
  position: relative;
  border-radius: 0 0 20px 0;
  overflow: hidden;
  margin-bottom:10px;
  box-sizing: border-box;
  border: 1px solid #d4c4e1;
}

#top-report .box .img img {
  width: 100%;
  height: 23vw;
  min-height: 250px;
  max-height: 350px;
  object-fit: cover; 
}

#top-report .box .img .new  {
  position: absolute;
  top: 0;
  left: 0;
}
#top-report .box .img .new img {
  width: auto;
  height: auto;
  min-height: auto;
  max-height: auto;
  object-fit:none; 
}

@media screen and (min-width: 1278px) {
	/* 1278x以上に適用されるCSS（スマホ用） */
  #top-report .box .img img {
    height: 350px;
  }
  
  #top-report .box .img .new img{
    height: auto;
  }
}

#top-report .box .img .category{
  width: 132px;
  line-height: 38px;
  background: #AC87C5;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
#top-report .box .img span{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

#top-report .box .text {
  padding: 6px 0 0;
}

#top-report .box .text dl dt{
  margin-bottom: 10px;
}

#top-report .box .text dl dt b{
  display: block;
  font-size: 22px;
  font-weight: 400;    
  line-height: calc(32/22);
  max-height: calc( 32px * 2);
  color: #AC87C5;
  overflow: hidden;
}

#top-report .box .text dl dt a b {
  color: #AC87C5;
}
#top-report .box .text dl dt a:hover b{
  text-decoration: underline;
  text-decoration-color: #AC87C5;
}

#top-report .box .text  dl span.date{
  display: block;
  color: #1a1a1a;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 0.2rem;
}

#top-report .box .text dl dd{
  /*line-height: calc(20/14);
  margin-bottom: 10px;
  max-height: calc( 24px * 3 );
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/ /* 任意の行数を指定 */

}
#top-report .box .text dl dd .more-link {
   text-align: right;
}
#top-report .box .text dl dd .more-link a {
   color: #AC87C5;
}
#top-report .box .text dl dd .more-link a:hover {
  text-decoration: underline;
}

#top-youtube {
  padding: 0 0 100px;
}

#top-youtube h2 {
  margin-bottom: 30px;
}

#top-youtube .movie-list {
  width: 100%;
  margin:0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#top-youtube .movie-box {
  display: block;
  width: 40%;
  margin:0 5% 30px;
}

#top-youtube .movie-box iframe {
  width: 100%;
  max-width: 390px;
  height: 215px;
  transition-duration: 0.3s;
}

#top-youtube .movie-box iframe:hover {
  opacity: 0.7;
}


/* #second ---------------------------------------------------------------- */
#second {
  padding: 30px 47px 100px 47px;
}

.title-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

.title-area h2 {
  color: #fff;
  background: #AC87C5;
  padding: 30px 45px;
  border-radius: 10px;
  margin-right: 22px;
  display: inline-block;
}

.title-area .selectbox{
    display: inline-flex;
    align-items: center;
    position: relative;
}

.title-area .selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #1a1a1a;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.title-area .selectbox select {
    appearance: none;
    min-width: 120px;
    padding: 12px 15px;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 1em;
    cursor: pointer;
    border-bottom: 1px solid #AC87C5;
}

#congress {
}

#congress .report-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#congress .report-box {
  display: block;
  width: 45%;
    
}

#congress .box{
  width: 100%;
  min-height: 345px;
  overflow: hidden;
  margin-bottom: 44px;
}

#congress .box .img {
  width: 100%;
  height: 30vw;
  background: #ddf5e8;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin-bottom:10px;
  overflow: visible;
}

#congress .box .img .jacket {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

#congress .box .img.symposium .jacket {
  width: 90%;
}

.single-congress h4 {
  border-left: solid 4px #008000;
  padding: 0 0 0 10px;
  font-size: 120%;
  font-weight: bold;
}

.single-congress h5 {
  font-size: 110%;
  font-weight: bold;
  color: #008000;
}

.single-congress .congress-q {
  color: #AC87C5;
  font-weight: bold;
}

.single-congress .congress-a {
  color: #9E0D3E;
  font-weight: bold;
}

.TableF01 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666
}

.TableF01 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px
}

.TableF02 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-bottom-color: #999999
}

.TableF02 th {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-left-color: #999999;
    padding: 5px;
    background-color: #C4D9DD
}

.TableF02 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-left-color: #999999;
    padding: 5px
}

.TableF03 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
    font-size: 90%;
    margin: 10px 0
}

.TableF03 th {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #B3EE8B;
    font-weight: normal
}

.TableF03 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #ECF9DC
}

.TableF04 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
    font-size: 90%;
    margin: 10px 0
}

.TableF04 th {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #AADFDE;
    font-weight: normal
}

.TableF04 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #E8F6F6
}

.TableF05 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
    font-size: 80%;
    margin: 10px 0
}

.TableF05 td.beazh {
    background-color: #ffebcd;
    font-weight: bolder;
    font-size: 70%
}

.TableF05 th {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #AADFDE;
    font-weight: bolder
}

.TableF05 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #ffffff
}

.TableF05_1 {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #666666;
    border-bottom-color: #666666;
    font-size: 75%;
    margin: 5px 0
}

.TableF05_1 td.beazh {
    background-color: #ffebcd;
    font-weight: bolder
}

.TableF05_1 th {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #AADFDE;
    font-weight: bolder
}

.TableF05_1 td {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    padding: 5px;
    background-color: #ffffff
}

@media screen and (min-width: 1278px) {
	/* 1278x以上に適用されるCSS（スマホ用） */
  #congress .box .img {
    height: 420px;
  }
}

#congress .box .img .new{
  position: absolute;
  top: 0;
  left: 0;
}

#congress .box .img .new img{
  width: 60px;
  height: auto;
  min-height: auto;
}

#congress table.pdf-info{
  width: 92%;
  margin: 0 auto 10px;
}

#congress table.pdf-info th {
  vertical-align: middle;
}

#congress table.pdf-info th:first-child {
  vertical-align: top;
}

#congress table.pdf-info th img {
  margin-right: 10px;
  margin-top: 5px;
}

#congress table.pdf-info td {
  font-size: 12px;
  font-weight: 600;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  align-items: flex-start;
}

#congress table.pdf-info td a{
  width: 50%;
  display: inline-block;
  margin-bottom: 5px;
}

#congress table.pdf-info td a span{
  text-decoration: underline;
}

#congress table.pdf-info td a:before {
  content: "▶";
  font-size: 12px;
  padding-right: 5px;
}

#congress table.pdf-info td a span:hover{
  text-decoration: none;
}

#congress .box .text dl dt{
  background: #AC87C5;
  display: block;
  font-size: 20px;
  font-weight: 400;    
  line-height: calc(38/20);
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

#congress .box .text dl dd{
  padding-left: 1rem;
  text-indent:-1rem;
  margin-bottom: 12px;
  position: relative;
}

#congress .box .text dl dd a:hover {
  text-decoration: underline;
}

#congress .box .text dl dd:first-of-type{
  font-size: 20px;
  font-weight: 500;    
}

#congress .box .text dl dd:before {
  content: "▶";
  font-size: 12px;
  padding-right: 5px;
  top:0;
}

/*記事詳細*/
#second .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #9B9B9B;
  font-size: 15px;
}

#second .breadcrumb li a {
  color: #AC87C5;
}

#second .breadcrumb li a:hover {
  text-decoration: underline;
}

#second .breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #9B9B9B; /* 記号の色 */
}

.post-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.post-detail .post-article {
  width: 100%;
  max-width: 803px;
  border: 12px solid #8ADAB2;
  border-radius: 20px;
  padding: 32px 50px;
  line-height: 1.8;
}

.post-detail .post-article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; 
}

.post-detail .post-article img.alignright {
  float: right;
  margin: 0 0 1.0rem 1.0rem;
}

.post-detail .post-article img.alignleft {
  float: left;
  margin: 0 1.0rem 1.0rem 0;
}

.post-detail .post-article p,
.post-detail .post-article h3,
.post-detail .post-article h4{
  margin-bottom: 20px; 
}

.post-detail .post-article h2 {
  text-align: left;
  white-space: inherit;
  line-height: 1.3;
  margin-bottom: 20px;
}

.post-detail .post-article h3 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.post-detail .post-article h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.post-detail .post-article a {
  text-decoration: underline;
}

.post-detail .post-article a:hover {
  text-decoration: none;
}

.post-detail .share-article {
  margin-left: 20px;
}

.post-detail .share-article .share-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: sticky;
  top: 20px;
  right: 20px;
}

.post-detail .share-article .share-btn dt {
  white-space: nowrap;
  margin-bottom: 20px;
}

.post-detail .share-article .share-btn dd {
  margin-bottom: 20px;
}


/* #about ---------------------------------------------------------------- */
#second.about {
  padding: 0;
}

#about {
  padding-top: 50px;
}

#about .member-list {
}

#about .member-list .member {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  margin-bottom: 105px;
}

#about .member-list .member .text {
  padding: 10px 0 0;
  width: 464px;
}

#about .member-list .member .text h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 33px;
  font-weight: 700;
  line-height: calc(42/33);
  margin-bottom: 20px;
}

#about .member-list .member .text .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #AC87C5;
  line-height: calc(42/27);
  margin-bottom: 20px;
  white-space: nowrap;
}

#about .member-list .member .text .name .kanji {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

#about .member-list .member .text .name .roma {
  font-size: 13px;
  margin: 0 15px;
}

#about .member-list .member .text .name .sns {
  display: flex;
  justify-content: flex-start;
}

#about .member-list .member .text .name .sns li {
  margin-right: 10px;
}

#about .member-list .member .text .icon {
}

#about .member-list .member .text .icon p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
}

#about .member-list .member .text .icon p img {
  margin-right: 5px
}

#about .member-list .member .text .area-title {
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

#about .member-list .member .text .area-title::after {
  content:"";
  height: 1px;
  width: 100%;;
  background-color: #8ADAB2;
}

#about .member-list .member .text .area {
  display: flex;
  justify-content: space-between;
}

#about .member-list .member .text .area .area-text {
  width: 175px;
  font-size: 14px;
}

#about .member-list .member .text .area .area-img {
  width: 265px;
}

#about .member-list .member .text .area .area-img img {
  width: 100%;
  height: auto;
}

#about .member-list .member .img {
  width: 450px;
  position: relative;
}

#about .member-list .member .img .img-profile{
  width: 100%;
}

#about .member-list .member .img i {
  font-style: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #AC87C5;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 20px;
}

#about .member-list .member .img .profile {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 15px 10px;
  width: 182px;
  font-size: 14px;
  line-height: calc(24/16);
  border-radius: 10px;
}



#about .member-list .member.right .text {
  margin-left: 50px;
}

#about .member-list .member.right .img {
  margin-left: 27px;
}


#about .member-list .member.left .text {
  margin-right: 45px;
}

#about .member-list .member.left .img i {
  right: 20px;
  left:auto;
}
#about .member-list .member.left .img .profile {
  right: 20px;
  left: auto;
}


/* #questionnaire ---------------------------------------------------------------- */
#second.questionnaire {
  padding: 0;
}

#questionnaire {
  width: 100%;
  padding: 0 30px;
}

#questionnaire h3 {
  text-align: center;
  margin-bottom: 45px;
}

#questionnaire .questionnaire-list {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  width: 448px;
  margin: 0 auto;
}

#questionnaire .questionnaire-list li {
  margin: 0 0 42px;
  width: 50%;
  text-align: center;
}

#questionnaire .questionnaire-list li a.more_btn {
  padding-right: 22px;
  margin: 0 28px;
}

#questionnaire .questionnaire-list li .more_btn:before {
    margin-right: 10px;
}

/*アンケート結果報告*/
#RightCont  {
  width: 660px;
  margin: 0 auto;
}

#RightCont h2 {
  text-align: left;
}
#questionnaire_detail {
  width: 100%;
}
#questionnaire_detail h2 {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 20px;
}

#questionnaire_detail h3 {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 20px;
  margin-bottom: 20px;
}

#questionnaire_detail h4 {
    margin-top: 20px;
  margin-bottom: 20px;
}

#RightCont img.margin20 {
    margin: 20px;
}

.enquete_page-enquete_rep a {
    display: block;
    width: 670px;
    height: 40px;
    background-image: url(../enquete/enquete2014_report.png);
    background-repeat: no-repeat;
    margin: 5px 0 40px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)"
}

.enquete_page-enquete_rep a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"
}

.enquete_wrapper {
    width: 660px;
    padding-left: 20px
}

.enquete_wrapper li {
    display: inline-block
}

.enquete_table_s {
    width: 330px;
    border-collapse: collapse
}

.enquete_table_l {
    width: 630px;
    border-collapse: collapse;
    margin-left: 20px
}

.enquete_table_s th,.enquete_table_s td,.enquete_table_l th,.enquete_table_l td {
    border: 1px solid #666;
    padding: 6px 10px 4px;
}

.enquete_table_s .txt-align-c,.enquete_table_l .txt-align-c {
    text-align: center
}

.enquete_table_s .txt-align-r,.enquete_table_l .txt-align-r {
    text-align: right;
}

.enquete_table_s .back_gl,.enquete_table_l .back_gl {
    background-color: #CCC
}

/* #inquiry ---------------------------------------------------------------- */
#second.inquiry {
  padding: 0;
}

#inquiry {
  width: 100%;
  padding: 0 66px 62px;
}

#inquiry h3 {
  text-align: center;
  margin-bottom: 20px;
}

#inquiry h3 span {
  display: block;
  color: #EF4435;
}

#inquiry table {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 100%;
  margin-bottom: 20px;
}

#inquiry table th {
  font-size: 16px;
  line-height: calc(28/16);
  font-weight: bold;
  width: 105px;
  vertical-align: middle;
  padding-bottom: 20px;
}

#inquiry table th span  {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}

#inquiry table td  {
  font-size: 16px;
  line-height: calc(28/16);
  padding-bottom: 20px;
  vertical-align: middle;
}

#inquiry table td input,#inquiry table td textarea  {
  border: 1px solid #000;
  padding: 12px 1rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

#inquiry table td input::placeholder {
  color: #ccc; 
}

#inquiry table td textarea {
  height: 200px;
}

#inquiry table.check th {
  width: 50%;
}
#inquiry table.check td {
  display: flex;
}
#inquiry table.check td label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
#inquiry table.check td input {
  width: 20px;
  height: 20px;
  border-radius: auto;    
  -webkit-appearance: auto;
    appearance:auto;
  margin-right: 5px;
}

#inquiry .text-bottom {
  margin-bottom: 20px;
  font-size: 14px;
}

#inquiry .check-area {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
  font-weight: 700;
}


#inquiry .check-area  input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: auto;    
  -webkit-appearance: auto;
    appearance:auto;
  margin-right: 10px;
}

#inquiry .btn-area {
  display: flex;
  justify-content: center;
}

#inquiry .btn-area .more_btn {
  background: #AC87C5;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 20px;
}
#inquiry .btn-area .back_btn {
  background: #999999;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}

#inquiry .btn-area .more_btn:before {
  background: #fff;
  color: #AC87C5;
  margin-right: 10px;
  
}

/*wp-pagenavi*/
body.single .wp-pagenavi {
  display: none;
}
.wp-pagenavi {
	clear: both;
	text-align:center;
  margin: 20px auto;

}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #AC87C5;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #AC87C5;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #AC87C5;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #AC87C5;
    }


/* .link ---------------------------------------------------------------- */
.link h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: left;
  white-space: nowrap;
  margin-bottom: 20px;
}

.link .link_list {
  margin-bottom: 50px;
  
}

.link .link_list li {
  margin-bottom: 20px;
}

.link .link_list li dl {
  display: flex;
  margin-left: 20px;
  
}
.link .link_list li dl dt {
  width: 35%;
  display: flex;
}

.link .link_list li dl dd a {
  color: #AC87C5;
}

.link .link_list li dl dd a:hover {
  text-decoration: underline;
}

/* .privacy ---------------------------------------------------------------- */
.privacy .privacy_list li {
  margin-bottom: 30px;
}
.privacy h3 {
  margin-bottom: 10px;
}
.privacy p {
  font-size: 14px;
  text-indent: 1em;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */
  /* #key ---------------------------------------------------------------- */
    #key {
      margin:0;
    }
    #key img {
      display: block;
      margin: 0 auto;
      width: 100%;
    }
  
  /* #top ---------------------------------------------------------------- */
    #top {
    }
    
    #top #key {
      margin:-4px 0 15px;
    }

    #top-report {
      margin-bottom: 20px;
    }

    #top-report h2.top-report {
      margin-bottom: 40px;
      position: relative;
    }
    #top-report h2 img {
      width: 100%;
      height: auto;
    }
    #top-report h2 a.more_btn {
      display: inline-block;
      margin: 10px auto 0;
      font-size: 14px;
      line-height: 36px;
      padding: 0px 12px;
      position:inherit;
      top:auto;
      right: auto;
    }

    #top-report h2 a.more_btn:before {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 18px;
    }

    #top-report .report-list {
      width: 100%;
      padding: 0;
    }

    #pid-home #top-report .report-list {
      width: 100%;
      padding: 0 4%;
    }

    #top-report .report-box {
      width: 100%;
      margin:0 0 30px;
    }

    #top-report .box{
      margin-bottom: 0px;
    }

    #top-report .box .img {
    }

    #top-report .box .img img {
      width: 100%;
      height: 75vw;
      min-height: 150px;
    }

    #top-report .box .img .category{
      width: auto;
      text-align: center;
      padding: 0 10px;
    }
    #top-report .box .img span{
    }

    #top-report .box .text {
      padding: 6px 0 0;
    }

    #top-report .box .text dl dt b{
      display: block;
    }

    #top-report .box .text  dl span.date{
      letter-spacing: 0.1rem;
    }
  
    #top-youtube {
      padding: 0 0 80px;
    }
  
    #top-youtube h2 {
      font-weight: bold;
    }

    #top-youtube .movie-list {
      width: 100%;
      margin:0 0 20px;
    }

    #top-youtube .movie-box {
      display: block;
      width: 100%;
      margin:0 4% 30px;
    }

    #top-youtube .movie-box iframe {
      width: 100%;
      max-width: 100%;
      height: 60vw;
      transition-duration: 0.3s;
    }

    #top-youtube .movie-box iframe:hover {
      opacity: 0.7;
    }
  
    #top-bottom {
      width: 92%;
      max-width: 280px;
      margin: 0 auto;
    }
  
    #top-bottom h2 {
      margin-bottom: 30px;
      font-weight: bold;
    }
  
    #top-bottom .header_link {
    margin-bottom: 50px;
    }
  
    #top-bottom .header_link li {
      font-size: 16px;
      margin-bottom: 28px;
      line-height: 40px;
    }

    #top-bottom .header_link li a {
      padding: 3px 10px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      font-size: 16px;
      border: 1px solid #AC87C5;
    }

    #top-bottom .header_link li a img {
      margin-right: 5px;
    }

    #top-bottom .header_link li a:hover {
      opacity: 0.7;
    }
  
    #top-bottom .side_banner {
      margin-bottom: 50px;
    }
  
    #top-bottom .side_banner li {
    margin-bottom: 20px;
    }

    #top-bottom .side_banner li img {
    width: 100%;
    height: auto;
    }



  /* #second ---------------------------------------------------------------- */
    #second {
      padding: 30px 4% 80px;
    }
  
    .title-area  {
      margin-bottom: 30px;
    }
    .title-area h2 {
      padding: 20px 4%;
    }

    #congress {
    }

    #congress .report-list {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content:space-between;
    }

    #congress .report-box {
      display: block;
      width: 100%;

    }

    #congress .box{
      width: 100%;
      min-height: 345px;
      overflow: hidden;
      margin-bottom: 44px;
    }

    #congress .box .img {
      width: 100%;
      height: 300px;
      background: #8ADAB2;
      position: relative;
      border-radius: 10px 10px 10px 10px;
      overflow: hidden;
      margin-bottom:10px;
      overflow: visible;
    }

    #congress .box .img .jacket {
      width: auto;
      height: 250px;
    }

    #congress .box .img.symposium .jacket {
      width: 90%;
      height: auto;
    }

    /*記事詳細*/
    #second .detail .title-area {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0;
    }
  
    #second .detail .title-area h2 {
    }
  
    #second .breadcrumb {
      margin-top: 20px;
      font-size: 11px;
    }
    .post-detail {
      display: block;
    }

    .post-detail .post-article {
      width: 100%;
      max-width: 100%;
      border: 8px solid #8ADAB2;
      border-radius: 20px;
      padding: 16px 4%;
      line-height: 1.8;
    }
  
    .post-detail .post-article p,
    .post-detail .post-article h3,
    .post-detail .post-article h4{
      margin-bottom: 20px; 
    }

    .post-detail .post-article h3 {
      font-size: 24px;
      line-height: 1.4;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    }

    .post-detail .post-article h4 {
      font-size: 18px;
      line-height: 1.4;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    }

    .post-detail .share-article {
      margin-left: 0px;
    }

    .post-detail .share-article .share-btn {
      display: flex;
      flex-flow:row;
      justify-content: center;
      align-items: center;
      position:inherit;
    }

    .post-detail .share-article .share-btn dt {
      white-space:normal;
      margin: 20px 10px 0;
      font-size: 11px;
    }

    .post-detail .share-article .share-btn dd {
      margin: 20px 10px 0;
    }
  
  

    /* #about ---------------------------------------------------------------- */

    #about .member-list .member {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4%;
      margin-bottom: 105px;
    }

    #about .member-list .member .text {
      padding: 10px 0 0;
      width: 100%;
      display: contents;
    }

    #about .member-list .member .text h3 {
      font-size: 26px;
      margin-bottom: 15px;
      order: 1;

    }

    #about .member-list .member .text .name {
      flex-wrap: wrap;
      margin-bottom: 10px;
      order: 2;

    }

    #about .member-list .member .text .name .kanji {
      font-size: 20px;
      margin-bottom: 0px;
    }

    #about .member-list .member .text .name .roma {
      font-size: 13px;
      margin: 0 15px 0px;
    }

    #about .member-list .member .text .name .sns {
      display: flex;
      justify-content: flex-start;
      margin:10px 0;
    }

    #about .member-list .member .text .name .sns li {
      margin-right: 15px;
    }

    #about .member-list .member .text .icon {
      order: 4;
    }

    #about .member-list .member .text .icon p {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 13px;
      margin-bottom: 5px;
    }

    #about .member-list .member .text .area-title {
      order: 5;
    }

    #about .member-list .member .text .area {
      display: block;
      order: 6;
    }

    #about .member-list .member .text .area .area-text {
      width: 100%;
      font-size: 14px;
    }

    #about .member-list .member .text .area .area-img {
      width: 100%;
    }

    #about .member-list .member .text .area .area-img img {
      width: 100%;
      height: auto;
    }

    #about .member-list .member .img {
      width: 100%;
      position: relative;
      order: 3;
      margin-bottom: 10px;

    }

    #about .member-list .member .img .img-profile{
      width: 100%;
      height: auto;
    }

    #about .member-list .member .img .profile {
      position: absolute;
      bottom: 20px;
      left: 4%;
      width: 92%;
      font-size: 12px;
    }



    #about .member-list .member.right .text {
      margin-left: 0px;
    }

    #about .member-list .member.right .img {
      margin-left: 0px;
    }


    #about .member-list .member.left .text {
      margin-right: 0px;
    }

    #about .member-list .member.left .img i {
      right: 4%;
      left:auto;
    }
    #about .member-list .member.left .img .profile {
      right: 4%;
      left: auto;
    }



    /* #questionnaire ---------------------------------------------------------------- */
    #second.questionnaire {
      padding: 0;
    }
  
    #second.questionnaire h2 {
      white-space:inherit;
      text-align: left;
      line-height: 1.7;
      padding: 0 4%;
    }


    #second.questionnaire #key {
      margin-bottom: 33px;
    }
  
    #questionnaire {
      width: 100%;
      padding: 0 4%;
    }

    #questionnaire h3 {
      margin-top: 20px;
      text-align: center;
      margin-bottom: 45px;
    }

    #questionnaire .questionnaire-list {
      display: flex;
      justify-content:flex-start;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
    }

    #questionnaire .questionnaire-list li {
      width: 50%;
      text-align: center;
      margin: 0 0 42px;
    }

    #questionnaire .questionnaire-list li a.more_btn {
      margin: 0 auto;
      padding-right: 22px; 
      font-size: 14px;
    }

    #questionnaire .questionnaire-list li .more_btn:before {
        margin-right: 10px;
    }
  
  /*アンケート結果報告*/
#RightCont  {
  width: 100%;
  padding: 0 4% 30px;
}

#RightCont img.margin20 {
    margin: 20px 0;
}

.enquete_wrapper {
    width: 100%;
    padding-left: 0px;
}
.enquete_table_s {
    width: 100%;
    border-collapse: collapse
}

.enquete_table_l {
    width: 100%;
    border-collapse: collapse;
    margin-left: 0
}

.enquete_table_s th,.enquete_table_s td,.enquete_table_l th,.enquete_table_l td {
    border: 1px solid #666;
    padding: 6px 10px 4px;
}

.enquete_table_s .txt-align-c,.enquete_table_l .txt-align-c {
    text-align: center
}

.enquete_table_s .txt-align-r,.enquete_table_l .txt-align-r {
    text-align: right;
}

.enquete_table_s .back_gl,.enquete_table_l .back_gl {
    background-color: #CCC
}

 
  /* #inquiry ---------------------------------------------------------------- */
    #second.inquiry {
      padding: 0;
    }

    #inquiry {
      width: 100%;
      padding: 0 4% 62px;
    }

    #inquiry h3 {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
    }
    #inquiry table {
      margin-bottom: 20px;
    }

    #inquiry table th {
      display: block;
      font-size: 16px;
      line-height: calc(28/16);
      font-weight: bold;
      width: 100%;
      padding-bottom: 10px;
    }

    #inquiry table th span  {
      font-size: 16px;
      font-weight: bold;
      color: #FF0000;
    }

    #inquiry table td  {
      display: block;
      font-size: 16px;
      line-height: calc(28/16);
      padding-bottom: 20px;
      width: 100%;
      vertical-align: middle;
    }

    #inquiry table td input,#inquiry table td textarea  {
      border: 1px solid #000;
      padding: 7px 1rem;
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
    }

    #inquiry table td input::placeholder {
      color: #ccc; 
    }

    #inquiry table td textarea {
      height: 200px;
    }

    #inquiry table.check th {
      width: 100%;
    }
    #inquiry table.check td {
      display: flex;
    }
    #inquiry table.check td label {
      margin-right: 20px;
      display: flex;
      align-items: center;
    }
    #inquiry table.check td input {
      width: 20px;
      height: 20px;
      border-radius: auto;    
      -webkit-appearance: auto;
        appearance:auto;
      margin-right: 5px;
    }

    #inquiry .text-bottom {
      margin-bottom: 20px;
    }

    #inquiry .check-area {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      align-items: center;
      font-weight: 700;
    }


    #inquiry .check-area  input[type=checkbox] {
      width: 20px;
      height: 20px;
      border-radius: auto;    
      -webkit-appearance: auto;
        appearance:auto;
      margin-right: 10px;
    }

    #inquiry .btn-area {
      display: flex;
      justify-content: center;
    }

    #inquiry .btn-area .more_btn {
      background: #AC87C5;
      color: #fff;
      padding-right: 20px;
      padding-left: 20px;
    }

    #inquiry .btn-area .more_btn:before {
      background: #fff;
      color: #AC87C5;
      margin-right: 10px;

    }
  /* #search ---------------------------------------------------------------- */
    #search h2 {
      margin-bottom: 15px;
    }
    #search .result {
      font-size: min(4.27vw,16px);
    }


    #search ul {
      padding: 0;
    }
    #search ul li {
    margin-bottom: 15px;
    }
    #search .date {
        font-size: min(3.88vw,14px);
    }
    #search .title {
        font-size: min(3.88vw,14px);
    }


    /* .link ---------------------------------------------------------------- */
    .link h3 {
      font-size: 24px;
    }

    .link .link_list {
      margin-bottom: 50px;

    }

    .link .link_list li {
      margin-bottom: 20px;
    }

    .link .link_list li dl {
      display:block;
      margin-left: 4%;

    }
    .link .link_list li dl dt {
      width: 100%;
      display:block
    }

    .link .link_list li dl dd {
      width: 100%;
      display:block
    }


}
@media screen and (max-width: 600px) {
	
}