/* #key ---------------------------------------------------------------- */
#key {
  width: 100%;
  background: #f79b1e;
  padding-top: 6px;
}
#key img {
  display: block;
  margin: 0 auto;
}
.slider {
  margin: 0 auto;
  width: 940px;
}
#key .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-img {
  margin: 0 7px;
  padding-bottom: 43px;
}
.slider-img a {
  width: 456px;
}
.slider-img img {
  height: auto;
  width: 456px;
  box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.35);
}
.slider .slick-dots {
  bottom: 6px;
}
.slider .slick-dots li {
  background: #fff;
  width: 52px;
  height: 7px;
  text-indent: -9999px;
}
.slider .slick-dots li.slick-active {
  background: #ffff01;
}
.slider .slick-dots li button:before {
  content: "";
}
/* #top ---------------------------------------------------------------- */
#top {
}
#top a {
  color: #4D4D4D;
}

#movie h2 {
  margin-bottom: 15px;
}

#topics img.icon-topic {
  margin-bottom: 5px;
}

#topics  {
  margin-bottom: 35px;
  border-bottom: 3px solid #fff001;
}

#topics ul {
  margin:0 15px 15px;
  font-weight: bold;
}

#topics ul li {
  line-height: calc(30/14);
  display: table;
}

#topics ul li a:hover {
  opacity: 0.7;
  
}

#topics ul li span {
  display: table-cell;
}

#topics ul li span.red {
  color: #ED1C24;
  padding-right: 10px;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  white-space: nowrap;
}

#top-report {
}

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

#top-report .report-list {
  width: 638px;
  margin:0 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}

#top-report a.report-box {
  display: block;
  width: 193px;
  margin-right: 29px;
}

#top-report a.report-box:nth-child(3n) {
  margin-right: 0;
}

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

#top-report .box{
  width: 100%;
  min-height: 345px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

#top-report .box img {
  width: 193px;
  height: 154px;
  object-fit: cover; 
}

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

#top-report .box .text .date{
  display: block;
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

#top-report .box .text span{
  color: #ED1C24;
}

#top-report .box .text dl dt{
  font-size: 18px;
  font-weight: bold;
  line-height: calc(24/18);
  min-height: calc( 24px * 2 );
  margin-bottom: 7px;
}

#top-report .box .text dl dd{
  line-height: calc(18/14);
  margin-bottom: 10px;
  min-height: calc( 18px * 3 );
}

#top-report .box .text .category{
  border-top: 2px solid #e4e4e4;
  padding: 7px 0 0;
  display: flex;
  flex-wrap: wrap;
}


#top-report .box .text .category span {
  color: #fff;
  background: #fbb039;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  padding: 0 3px;
  margin: 0 3px 5px;
}

#top-report .page-nation {
  text-align: center;
}

.wp-pagenavi {
  color: #666;
  font-size: 16px;
    
}
.wp-pagenavi .pages {
  display: none;
    
}
.wp-pagenavi .previouspostslink {
    
}
.wp-pagenavi .page {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border: 1px solid #f4c834;
  margin: 0 5px;
}
.wp-pagenavi .current {
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  background: #f4c834;
  margin: 0 5px;
    
}
.wp-pagenavi .nextpostslink {
  width: 32px;
  height: 32px;
  display: inline-block;
    
}
/* #second ---------------------------------------------------------------- */
/*#container .post-body {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}*/

#side .side-topics {
  margin:0 0 25px 10px;
}

#side .side-topics a {
  display: block;
  color: #4d4d4d;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 14px;
}

#side .side-topics a:hover {
  opacity: 0.7;
}

#side .side-topics a:not(:first-child) {
  padding-top: 10px;
}

#side .side-topics a:last-child {
  border-bottom: none;
}

#side .side-topics a .date {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

#side .side-topics a .date span {
  color: #ED1C24;
}

#side .side-topics a .box {
  display: flex;
  justify-content: space-between;
}

#side .side-topics a .box .img,#side .side-topics a .box .text {
  width: 50%;
}

#side .side-topics a .box .img img {
  width: 90%;
  height: auto;
}

#side .side-topics a .box .text .title {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(22/16);
  margin-bottom: 7px;
  
}

#side .side-topics a .category {
  display: flex;
  flex-wrap: wrap;
}

#side .side-topics a .category span {
  color: #fff;
  background: #fbb039;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  padding: 0 3px;
  margin-bottom: 5px;
}

.accordion_one {
  margin: 0 auto;
}
.accordion_one .accordion_header {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 50px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordi
.accordion_one .accordion_header .one_i {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.stay .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_one .accordion_header.stay.open .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion_one .accordion_header .one_i:before, .accordion_one .accordion_header .one_i:after {
  display: flex;
  content: '';
  background-color: #f4c834;
  border-radius: 10px;
  width: 14px;
  height: 3px;
  position: absolute;
  top: 12px;
  left: 27px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .one_i:before {
  width: 3px;
  height: 14px;
  top: 7px;
  left: 33px;
}
.accordion_one .accordion_header.stay .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .one_i:before {
  content: none;
}
.accordion_one .accordion_header.stay.open .one_i:before {
  content: "";
}
.accordion_one .accordion_header.open .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_one .accordion_header.stay.open .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 5px 17px 0;
  box-sizing: border-box;
}
.accordion_one .accordion_inner.stay {
  display: block;
}


/* #member ---------------------------------------------------------------- */
#member {
  width: 614px;
  margin-left: 30px;
}

#member h2 {
  margin-bottom: 20px;
}

#member .profile {
  width: 540px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
#member .profile .prof-deitail {
  width: 340px;
  overflow: hidden;
}
#member .profile .prof-deitail .area {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 24px;
  color: #f79b1e;
  border: 1px solid #f79b1e;
  margin:0 0 10px 20px;
}

#member .profile .prof-deitail .name {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #4d4d4d;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
}

#member .blue .prof-deitail .name {
  display:inherit;
}

#member .profile .prof-deitail .name:before {
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-color: #fff001;
    content: '';
}

#member .profile .prof-deitail .name rt {
  font-size: 8px; /* 文字サイズを大きく */
}

#member .profile .prof-deitail .name span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#member .profile .prof-deitail .roma {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#member .profile .prof-deitail ul.link{
  display: flex;
  margin:-10px 0 15px 20px;
}

#member .profile .prof-deitail ul.link li{
  margin-right: 15px;
}

#member .profile .prof-deitail ul.link li a{
  color: #4d4d4d;
  font-weight: bold;
  font-family: 'Calibri';
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background: #fff77e;
  text-decoration: none;
  text-align: center;
  line-height: 41px;
  white-space: nowrap;
}

#member .profile .prof-deitail ul.link li.fb a{
  background: none;
}

#member .profile .prof-deitail ul.link li.twitter a{
  background: none;
}

#member .profile .prof-deitail ul.link li.insta a{
  font-size: 70%;
  background: none;
}

#member .profile .prof-deitail ul.link li a:hover{
  opacity: 0.7;
}

#member .profile .prof-deitail .katagaki {
  font-weight: bold;
  margin-left: 40px;
  font-size: 15px;
  line-height: calc(24/15);
  
}

#member .profile .prof-deitail .katagaki span {
  padding-right: 20px;  
  text-indent: -18px;
  padding-left: 0em;
  
}
#member .profile .prof-deitail .katagaki span:before {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  content: '●';
  color: #fff001;
  display: table-cell;
}

#member .red .prof-deitail .area {color: #ff0044; border: 1px solid #ff0044;}
#member .green .prof-deitail .area {color: #00b2a2; border: 1px solid #00b2a2;}
#member .blue .prof-deitail .area {color: #72d1ff; border: 1px solid #72d1ff;}
#member .purple .prof-deitail .area {color: #652d90; border: 1px solid #652d90;}

#member .red .prof-deitail .name:before {background-color: #ff0044;}
#member .green .prof-deitail .name:before {background-color: #00b2a2;}
#member .blue .prof-deitail .name:before {background-color: #72d1ff;}
#member .purple .prof-deitail .name:before {background-color: #652d90;}

#member .red .prof-deitail ul.link li a{background: #ff7fa2;}
#member .green .prof-deitail ul.link li a{background: #7fd9d0;}
#member .blue .prof-deitail ul.link li a{background: #b8e8ff;}
#member .purple .prof-deitail ul.link li a{background: #b397ca;}

#member .red .prof-deitail .katagaki span:before {color: #ff0044;}
#member .green .prof-deitail .katagaki span:before {color: #00b2a2;}
#member .blue .prof-deitail .katagaki span:before {color: #72d1ff;}
#member .purple .prof-deitail .katagaki span:before {color: #652d90;}


/* #report ---------------------------------------------------------------- */
#report {
  width: 614px;
  margin-left: 30px;
}
#report a {
  color: #f79b1e;
}

#report h2 {
}

#report p,#congress p,#document p {
  margin-bottom: 10px;
}
#report img,#congress img,#document img {
  width: 100%;
  margin-bottom: 10px;
}

#report .report-list {
  padding: 0 19px 0 24px;
}

#report .report-list a {
  color: #4D4D4D;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

#report .report-list a:hover {
  opacity: 0.7;
}

#report .report-list a:last-child {
  border-bottom: none;
  margin-bottom: 25px;
}

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

#report .report-list a .box img {
  width: 231px;
  height: 184px;
  object-fit: cover; 
}

#report .report-list a .box .text {
  width: 322px;
    display: flex;
    flex-direction: column;
}

#report .report-list a .box .text .date{
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

#report .report-list a .box .text span{
  color: #ED1C24;
}

#report .report-list a .box .text dl dt{
  font-size: 20px;
  font-weight: bold;
  line-height: calc(26/20);
  margin-bottom: 10px;
}

#report .report-list a .box .text dl dd{
  line-height: calc(22/14);
  margin-bottom: 10px;
}

#report .report-list a .box .text .category {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}

#report .report-list a .box .text .category span{
  color: #fff;
  background: #fbb039;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  margin: 0 3px 5px;
}

#report .report-list a .box .text .category.red span{
  background: #cd607a;
}

#report .report-list a .box .text .category.blue span{
  background: #329ede;
}

.page-nation {
  text-align: center;
}

.no-report {
  margin: 20px 0;
}

/* .post ---------------------------------------------------------------- */
.post h2 {
  margin-bottom: 10px;
}

.post .category{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.post .category span {
  color: #fff;
  background: #fbb039;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  padding: 0 3px;
  margin: 0 3px 5px;
}

.post .category.red span{
  background: #cd607a;
}

.post .category.blue span{
  background: #329ede;
}

.post .date {    
  margin-bottom: 10px;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.post .theme {    
  margin-top: 30px;
  color: #f79b1e;
}

.post .theme a:hover {
  text-decoration: underline;
}

.post img.size-auto,
.post img.size-full,
.post img.size-large,
.post img.size-medium,
.post .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.post .alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.post .alignright,
.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .aligncenter,
.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter {
	margin-bottom: 12px;
}
.post .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
  padding: 5px 5px 0;
}
.post .wp-caption img {
}
.post .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* #about ---------------------------------------------------------------- */
#about {
  width: 614px;
  margin-left: 30px;
}
#about h2 {
  margin-bottom: 20px;
}
#about .about {
  padding: 0 19px 0 24px;
}

#about .about h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid #f79b1e;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

#about .about h3::before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #f79b1e transparent #f79b1e;
}
#about .about .about-in {
  padding: 0 10px;
  margin-bottom: 50px;
}
#about .about .about-in p {
  margin-bottom: 20px;
}
#about .contact  {
  background: #DEDEDE;
  padding: 10px 0 20px;
}
#about .contact h4  {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#about .contact p.hibi {
  text-align: center;
  margin-bottom: 20px;
}
#about .contact .box {
  display: flex;
  justify-content: center;
    align-items: stretch;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#about .contact .box div {
  background: #fff;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
#about .contact .box div:first-child {
  border-right: 1px solid #ccc;
}
#about .contact .box div:last-child {
}
#about .contact .box div p.text {
  font-weight: bold;
}
#about .contact .box div .tel {
  font-size: 28px;
  color: #f79b1e;
}

#about .contact .box div .btn {
  display: block;
  color: #fff;
  width: 80%;
  padding-right: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  position: relative; 
  box-sizing: border-box;
  background: #f79b1e url("../img/bg-yajirushi.png") no-repeat right 15px center / 22px auto;
  background-size: 14px;
  margin: 0 auto;
  text-decoration: none !important;
  transition: .3s;
  margin-top: 7px;
}

#about .contact .box div .btn:hover {
  background: #f79b1e url("../img/bg-yajirushi.png") no-repeat right 10px center / 22px auto;
  background-size: 14px;
}
#about .contact .box div .btn.purple {
  background: #3533a0 url("../img/bg-yajirushi.png") no-repeat right 15px center / 22px auto;
  background-size: 14px;
}

#about .contact .box div .btn.purple:hover {
  background: #3533a0 url("../img/bg-yajirushi.png") no-repeat right 10px center / 22px auto;
  background-size: 14px;
}

/* #form ---------------------------------------------------------------- */
#form {
  width: 100%;
  padding: 0 30px;
}
 
#form h2 {
  margin-bottom: 20px;
}
 
#form h3 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}

#form #form-inner{
  padding: 0 20px;
  
}

#form #form-inner .text {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28/16);
  margin-bottom: 25px;
}

#form .text2 {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28/16);
  margin-bottom: 25px;
}

#form #form-inner table {
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

#form #form-inner table td input,#form #form-inner table td textarea  {
  border: 1px solid #c8c8c8;
  padding: 7px 1rem;
  width: 578px;
  box-sizing: border-box;
}

#form #form-inner table td.age input {
  width: 83px;
}

#form #form-inner table td.tel input {
  width: 100px;
}
#form #form-inner .btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#form #form-inner .btn-area input {
  font-size: 20px;
  line-height: 25px;
  color: #666666;
  background: #F4C835;
  padding:6px 0;
  width: 188px;
  text-align: center;
  transition : 0.3s;
  margin: 0 20px;
}
#form #form-inner .btn-area input.btn-back {
  background: #666666;
  color: #fff;
}
#form #form-inner .btn-area input:hover {
  opacity: 0.7;
}

#form .mw_wp_form_complete .text {
  display: none;
}


/* #policy ---------------------------------------------------------------- */
#policy {
  padding: 0 4% 100px;
}

#policy h2 {
    margin: 0 0 20px 0;
}

#policy h3 {
    margin: 20px 0 20px 0;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    border-left: 5px solid #f79b1e;
}

#policy a {
  text-decoration: underline;
}




/* #search ---------------------------------------------------------------- */
#search {
  width: 100%;
  padding: 0 4% 100px;
}

#search h2 {
    margin: 0 0 20px 0;
}

#search .result {
  font-size: 18px;
  margin-bottom: 20px;
}


#search ul {
  padding: 0 2%;
}
#search ul li {
  margin-bottom: 20px;
}
#search .date {
    color: #000;
    font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

#search .title {
    font-size: 14px;
    font-weight: bold;
    line-height: calc(26/20);
}

#search .title:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */
  /* #key ---------------------------------------------------------------- */
    #key {
      padding-top: 6px;
    }
    #key img {
      display: block;
      margin: 0 auto;
      width: 100%;
    }
    .slider {
      margin: 0 auto;
      width: 100%;
      max-width: 940px;
    }
    #key .slick-dotted.slick-slider {
      margin-bottom: 0;
    }
    #key .slider .slick-dots li {
    width: 45px;
    }
  /* #top ---------------------------------------------------------------- */
    #top {
    }
    #top a {
      color: #4D4D4D;
    }

    #movie h2 {
      margin-bottom: 11px;
      width: 100%;
    }

    #movie h2 img {
      width: 100%;
      height: auto;
    }

    #topics img.icon-topic {
      margin-bottom: 5px;
      width: 50px;
      height: auto;
    }

    #topics  {
      margin-bottom: 25px;
      border-bottom: 2px solid #fff001;
      font-size: min(3.88vw,14px);
    }

    #topics ul {
      margin:0 2% 15px;
      font-weight: bold;
    }
  
    #topics ul li {
      margin-bottom: 10px;    
      line-height: calc(20/14);
    }
  
    #topics ul li span.red {
      margin-bottom: 5px;  
      white-space: nowrap;
      display: block;
    } 

    #top-report {
    }

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

    #top-report a.report-box {
      display: block;
      width: 31%;
      margin-right: 3.5%;
    }

    #top-report a.report-box:nth-child(3n) {
      margin-right: 0;
    }

    #top-report .box{
      width: 100%;
      min-height: 275px;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 24px;
    }

    #top-report .box img {
      width: 100%;
      height: 154px;
      object-fit: cover; 
    }

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

    #top-report .box .text .date{
      display: block;
      color: #000;
      font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: min(3.33vw,12px);
      margin-bottom: 5px;
    }

    #top-report .box .text span{
      color: #ED1C24;
    }

    #top-report .box .text dl dt{
      font-size: min(3.88vw,14px);
      font-weight: bold;
      line-height: calc(24/18);
      min-height: calc( 24px * 1 );
      margin-bottom: 4px;
    }

    #top-report .box .text dl dd{
      font-size: min(3.33vw,12px);
      line-height: calc(18/14);
      margin-bottom: 10px;
      min-height: calc( 18px * 1 );
    }

    #top-report .box .text .category{
      border-top: 2px solid #e4e4e4;
      padding: 7px 0 5px;
      display: flex;
      flex-wrap: wrap;
    }


    #top-report .box .text .category span {
      color: #fff;
      background: #fbb039;
      white-space: nowrap;
      font-size: min(2.77vw,10px);
      line-height: 18px;
      padding: 0 3px;
      margin: 0 3px 5px;
    }

    .wp-pagenavi {
      font-size: 14px;
    }
  
    .wp-pagenavi .page {
      width: 28px;
      height: 28px;
      line-height: 28px;
    }
  
    .wp-pagenavi .current {
      width: 28px;
      height: 28px;
      line-height: 28px;
    }
    .wp-pagenavi .nextpostslink {
      width: 28px;
      height: 28px;
      line-height: 28px;

    }
  /* #member ---------------------------------------------------------------- */
    #member {
      width: 100%;
      margin-left: 0;
    }

    #member h2 {
      margin-bottom: 20px;
    }

    #member .profile {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 47px;
    }

    #member .profile .img-profile {
      width: 35%;
      height: auto;
    }
    #member .profile .prof-deitail {
      width: 65%;
      overflow: hidden;
    }
    #member .profile .prof-deitail .area {
      display: inline-block;
      font-size: min(3.33vw,12px);
      font-weight: bold;
      padding: 0px 14px;
      color: #f79b1e;
      border: 1px solid #f79b1e;
      margin:0 0 10px 20px;
    }

    #member .profile .prof-deitail .name {
      width: 100%;
      font-size: min(5vw,18px);
      padding-bottom: 5px;
      padding-left: 20px;
    }

    #member .blue .prof-deitail .name {
      display:inherit;
    }

    #member .profile .prof-deitail .name:before {
        position: absolute;
        left: 5px;
        bottom: 0px;
        width: 100%;
        height: 5px;
        transform: skew(-45deg);
        background-color: #fff001;
        content: '';
    }

    #member .profile .prof-deitail .name rt {
      font-size: 8px; /* 文字サイズを大きく */
    }

    #member .profile .prof-deitail .name span {
      font-size: min(3.33vw,12px);
    }

    #member .profile .prof-deitail .roma {
      margin-bottom: 20px;
      font-size: min(3.33vw,12px);
    }

    #member .profile .prof-deitail ul.link{
      display: flex;
      margin:-10px 0 15px 10px;
      font-size: min(3.33vw,12px);
    }

    #member .profile .prof-deitail ul.link li{
      margin-right: 15px;
    }

    #member .profile .prof-deitail ul.link li a{
      color: #4d4d4d;
      font-weight: bold;
      font-family: 'Calibri';
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      background: #fff77e;
      text-decoration: none;
      text-align: center;
      line-height: 36px;
    }
    #member .profile .prof-deitail ul.link li a img {
        width: 30px;
        height: 30px;

    }

    #member .profile .prof-deitail ul.link li a:hover{
      opacity: 0.7;
    }

    #member .profile .prof-deitail .katagaki {
      font-weight: bold;
      margin-left: 30px;
      font-size: min(3.33vw,12px);
      line-height: calc(24/15);

    }

    #member .profile .prof-deitail .katagaki span {
      padding-right: 20px;  
      text-indent: -18px;
      padding-left: 0em;

    }
    #member .profile .prof-deitail .katagaki span:before {
      font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      content: '●';
      color: #fff001;
      display: table-cell;
    }

    #member .red .prof-deitail .area {color: #ff0044; border: 1px solid #ff0044;}
    #member .green .prof-deitail .area {color: #00b2a2; border: 1px solid #00b2a2;}
    #member .blue .prof-deitail .area {color: #72d1ff; border: 1px solid #72d1ff;}
    #member .purple .prof-deitail .area {color: #652d90; border: 1px solid #652d90;}

    #member .red .prof-deitail .name:before {background-color: #ff0044;}
    #member .green .prof-deitail .name:before {background-color: #00b2a2;}
    #member .blue .prof-deitail .name:before {background-color: #72d1ff;}
    #member .purple .prof-deitail .name:before {background-color: #652d90;}

    #member .red .prof-deitail ul.link li a{background: #ff7fa2;}
    #member .green .prof-deitail ul.link li a{background: #7fd9d0;}
    #member .blue .prof-deitail ul.link li a{background: #b8e8ff;}
    #member .purple .prof-deitail ul.link li a{background: #b397ca;}

    #member .red .prof-deitail .katagaki span:before {color: #ff0044;}
    #member .green .prof-deitail .katagaki span:before {color: #00b2a2;}
    #member .blue .prof-deitail .katagaki span:before {color: #72d1ff;}
    #member .purple .prof-deitail .katagaki span:before {color: #652d90;}
  
  
  /* #report ---------------------------------------------------------------- */
    #report {
      width: 100%;
      margin-left: 0;
    }

    #report .report-list {
      padding: 0;
    }

    #report .report-list a {
      color: #4D4D4D;
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid #c8c8c8;
    }

    #report .report-list a:last-child {
      border-bottom: none;
      margin-bottom: 25px;
    }

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

    #report .report-list a .box .img {
      width: 45%;
    }

    #report .report-list a .box img {
      width: 100%;
      height: 165px;
      object-fit: cover; 
    }

    #report .report-list a .box .text {
      width: 50%;
    }

    #report .report-list a .box .text .date{
      color: #000;
      font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;     
      font-size: min(3.33vw,12px);
      margin-bottom: 10px;
    }

    #report .report-list a .box .text span{
      color: #ED1C24;
    }

    #report .report-list a .box .text dl dt{
      font-size: min(3.88vw,14px);
      font-weight: bold;
      line-height: calc(26/20);
      margin-bottom: 4px;
    }

    #report .report-list a .box .text dl dd{
      font-size: min(3.33vw,12px);
      line-height: calc(18/14);
      margin-bottom: 10px;
    }

    #report .report-list a .box .text .category {
      display: flex;
      flex-wrap: wrap;
    }

    #report .report-list a .box .text .category span{
      color: #fff;
      background: #fbb039;
      white-space: nowrap;
      font-size: min(2.77vw,10px);
      line-height: 18px;
      padding: 0 3px;
      margin: 0 3px 5px;
    }
  /* #about ---------------------------------------------------------------- */
    #about {
      width: 100%;
      margin: 0;
    }
  
    #about .about {
      width: 100%;
      padding: 0;
    }
  
    #about .about h3 {
      font-size: min(3.88vw,14px);
      padding: 0.5em 1.5em;
    }
    #about .contact {
      background: #f4c834;
      padding: 10px 4% 20px;
    }
    #about .contact  {
    background: #f4c834;
    padding: 10px 0 20px;
    }
    #about .contact h4  {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px;
    }
    #about .contact p.hibi {
      text-align: center;
      margin-bottom: 20px;
      padding: 0 4%;
    }
    #about .contact .box div {
      width: 100%;
    }
    #about .contact .box div:first-child {
      border-right: none;
      border-bottom: 1px solid #ccc;
      margin-bottom: 0;
    }
  

  /* #form ---------------------------------------------------------------- */
    #form {
      width: 100%;
      padding: 0 4%;
    }

    #form h2 {
      margin-bottom: 20px;
    }

    #form h3 {
      margin-bottom: 50px;
      font-size: 24px;
      font-weight: bold;
    }

    #form #form-inner{
      padding: 0 2%;

    }

    #form #form-inner .text {
      font-size: min(3.88vw,14px);
      font-weight: bold;
      line-height: calc(28/16);
      margin-bottom: 25px;
    }

    #form .text2 {
      font-size: min(3.88vw,14px);
      font-weight: bold;
      line-height: calc(28/16);
      margin-bottom: 25px;
    }

    #form #form-inner table {
      width: 100%;
      margin-bottom: 20px;
    }

    #form #form-inner table th {
      font-size: min(3.88vw,14px);
      line-height: calc(28/16);
      font-weight: bold;
      display: block;
      width: 100%;
    }

    #form #form-inner table th span  {
      font-size: min(3.88vw,14px);
      font-weight: bold;
      color: #FF0000;
    }

    #form #form-inner table td  {
      display: block;
      width: 100%;
      font-size: min(3.88vw,14px);
      line-height: calc(28/16);
      padding-bottom: 20px;
    }

    #form #form-inner table td input,#form #form-inner table td textarea  {
      border: 1px solid #c8c8c8;
      padding: 3px 0.5rem;
      width: 100%;
      box-sizing: border-box;
    }

    #form #form-inner table td.age input {
      width: 83px;
    }
    #form #form-inner .btn-area {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }
    #form #form-inner .btn-area input {
      min-width: 100px;
      font-size: min(3.88vw,14px);
      line-height: 25px;
      color: #666666;
      background: #F4C835;
      padding:6px 20px;
      width: auto;
      text-align: center;
      transition : 0.3s;
      margin: 0 20px;
    }
    #form #form-inner .btn-area input.btn-back {
      background: #666666;
      color: #fff;
    }
    #form #form-inner .btn-area input:hover {
      opacity: 0.7;
    }

    #form .mw_wp_form_complete .text {
      display: none;
    }
  /* #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);
    }

}
@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
    #top-report .report-list {
      justify-content: space-between;
    }
    #top-report a.report-box {
      width: 48%;
      margin: 0;
    }
    #key .slider .slick-dots li {
    width: 25px;
    }
}