/*
Theme Name:SOURCE-child
Version:1.7.3
Template:source_tcd045
*/


a{
  text-decoration: none!important;
}
.profile_wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.profile {
    margin: 50px 0 0;
    max-width: 1000px;
    width: 100%;
  }
  .profile a.name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #005929;
    border-left: 2px solid #000;
    padding: 2px 10px;
  }
  .profile img {
    width: 150px;
    margin: 20px 0;
  }
  .profile table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #e3e3e3;
    width: 100%;
    font-size: 14px;
	      vertical-align: middle;

  }
  .profile table th {
    width: 25%;
    color: #142c47;
    background: #eee;
    padding: 0 25px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    letter-spacing: 2px;
    vertical-align: middle;
  }

  .profile table td {
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    text-align: left;
    padding: 15px 25px;
    line-height: 2;
    letter-spacing: 2px;
  }
  .profile table ul {
    padding: 0;
    margin: 0;
  }
  .profile table ul li {
    list-style: none;
  }
  
  .inner {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
  }
  


  .post_content p{
    margin: 0;
  }

  .partner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    margin: 60px 0;
  }
  .partner img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .partner .box {
    width: 31%;
    margin: 0 0 20px;
    box-shadow: 0 0 15px rgba(226, 226, 238, 0.7);
    padding: 0 0 25px;
    background-color: #fff;
  }
  .partner .box .title {
    color: #000;
    position: relative;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 1rem 0;
  }
  .partner .box .title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #386639;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .partner .box a.name {
    color: #386639;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 10px 15px 0;
    display: block;
  }
  .partner .box .info {
    color: #000;
    padding: 5px 0 0;
    font-style: 13px;
    letter-spacing: 1px;
    padding: 0 15px;
  }
  .d_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .d_flex .d_txt {
    width: 47%;
  }
  .d_flex .d_txt p {
    font-size: 14px;
  }
  .d_flex .d_img {
    width: 47%;
  }
  .d_flex .d_img img {
    width: 100%;
  }


  .col_1215 .d_left {
    width: 47%;
  }
  .col_1215 .d_left p {
    font-size: 14px;
  }
  .col_1215 .d_right {
    width: 47%;
  }
  .col_1215 .d_right img {
    width: 100%;
  }
  .col_1215 .d_left img {
    width: 100%;
  }
  .col_1215_2 .d_left
  {
    width: 47%;
  }
  .col_1215_2 .d_left img
  {
    width: 100%;
  }
 



  .d_flex .d_left {
    width: 47%;
  }
  .d_flex .d_left p {
    font-size: 14px;
  }
  .d_flex .d_right {
    width: 47%;
  }
  .d_flex .d_right img {
    width: 100%;
  }
  


  .page-id-1325 .post_content td, 
  .page-id-1325 .post_content th {
   border: none;
}
 
  
.top_contact{
  display: block;
  text-decoration: none;
  background-color: #333;
  color: #ffffff!important;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
}
.top_contact:hover {
  background: #666!important;
}
  
#footer_top, #footer_top a,{
  color: #000!important;

}

.book_txt small{
  text-align: center;
  display: block;
}
.book_txt a{
  text-align: center;
  display: block;
}

p.line_ten{
  margin: 0 0 2em 0;
}

.tcd-pb-widget strong{
  margin: 0 0 25px;
  display: block;
}


.d_flex_3{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.d_flex_3 .box{
  width: 30%;
}
.d_flex_3 .box img{
  width: 100%;
}

#footer_address .logo{
	    margin: 0 0 0 0;

}
#footer_address{
	color:#000000;
	margin:0 0 75px;
}

#footer_bottom{
	background-color:#005929!important;
	color:#ffffff!important;
}
#footer_bottom a{
	color:#ffffff!important;
}
  @media (max-width: 768px) {
    
    
    
    .profile table th {
      font-size: 13px;
      width: 100%;
      display: block;
      padding: 15px 15px;
      text-align: center;
      box-sizing: border-box;
    }
    .profile table td {
      font-size: 13px;
      width: 100%;
      display: block;
      padding: 15px 15px;
      box-sizing: border-box;
      text-align: center;
    }
    .profile table td.txt {
      text-align: left;
    }
    
    .partner {
      gap: 20px;
    }
    .partner .box {
      width: 100%;
    }
    
    div.flex{
      display: flex;
    }
    
    .d_flex .d_txt {
      width: 100%;
    }
    
    .d_flex .d_img {
      width: 100%;
    }
    
    .col_2 .d_img{
      margin: 20px 0;

    }
    
    
    .col_1215 .d_left 
    {
      width: 100%;
    }
    .col_1215 .d_left img
    {
      width: 100%;
    }

    .col_1215 .d_right {
      width: 100%;
  }

  .d_flex .d_left {
    width: 100%;
}

    
   
    
    .col_1215 .d_left{
      order: 2;
    }


    .d_flex .d_left {
      width: 100%;
    }
    .d_flex .d_right {
      width: 100%;
    }




    .sp_scrol{
      overflow-x: scroll;
      white-space: nowrap;
    }
  
    .sp_scrol table{
      width: 700px;
    }

    .d_flex_3{
      gap: 15px;
    }

    .d_flex_3 .box{
      width: 70%;
    }
    
	  
#footer_bottom{
	background-color:#005929!important;
	color:#ffffff!important;
}
#footer_bottom a{
	color:#ffffff!important;
}
	  
	  .mobile #copyright{
		  background-color:#005929!important;
}
  }

  
  
  /*# sourceMappingURL=style.css.map */





/* =====  2023.2.17  ===== */
/* 「コンテンツ幅が狭い」に対応 */
#contents{max-width: unset;}
#main_col{max-width: 1280px;}
/* h3のmargin */
#contents h3{margin-top:60px; margin-bottom:20px;}






span.keyword {
  padding: 0 0 0 30px;
}
.searchform form {
  width: 100%;
  display: flex;
  font-size: 16px !important;
  box-sizing: border-box;
}
.searchform  .searchfield {
  width: 85%;
  padding: 10px;
  border-radius: 3px;
}
.searchform  .searchsubmit {
  width: 10%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}
.staff-list table {
  border: 1px solid #ddd;
}
.staff-list thead th {
  background-color: #d5f9e2;
  font-weight: 600;
  text-align: center;
}
.staff-list th,
.staff-list td {
  border: none;
  border-bottom: 1px solid #ddd;
}
.staff-list tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.staff-list td:first-child {
  width: 300px;
}
.staff-list td:first-child,
.staff-list td:last-child {
  text-align: center;
  vertical-align: middle;
}
.staff-list td a {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
  background-color: #005929;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  border-radius: 4px;
  font-style: normal;
  border: 2px solid transparent;
  white-space: nowrap;
}
.staff-list td a:hover {
  border: 2px solid #005929;
  background-color: #fff;
  color: #005929;
}
.staff .term-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.staff .term-list a {
  display: inline-block;
  width: 30%;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  background-color: #f8f8f8;
  margin: 0 10px 10px 0;
  color: #000;
  box-shadow: 1.5px 1.5px 1px #000;
  transition: .3s;
}
.staff .term-list a:hover {
  color: #000;
  background-color: #deffea;
}
.search-everything-highlight-color {
  background-color: transparent !important;
}
.staff .post_content h4 {
  font-weight: 900;
  padding-bottom: .8em;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 10px;
}
.staff .tcd-pb-row.row2 .tcd-pb-row-inner {
  display: flex;
  justify-content: space-between;
}
.staff .tcd-pb-row.row2 .tcd-pb-row-inner > div {
  width: 48%;
}
.staff .cac_txt {
  margin-bottom: 50px;
}
.staff .tcd-pb-row.row3 {
  margin-top: 40px;
}
.staff .staff-list {
  margin-top: 30px;
}

@media screen and (max-width: 580px) {
  .searchform  .searchfield {
    width: 80%;
  }
  .searchform  .searchsubmit {
    width: 20%;
  }
  .staff .tcd-pb-row.row2 {
    margin-bottom: 0;
  }
  .staff .term-list {
    flex-direction: column;
  }
  .staff .term-list a {
    width: 95%;
    margin: 6px 5px;
  }
  .staff-list table {
    font-size: 13px;
  }
  .staff-list th,
  .staff-list td {
    display: block;
    padding: 5px;
    line-height: 1.3;
    border: none;
  }
  .staff-list tr {
    border-bottom: 1px solid #ddd;
  }
  .staff-list thead th {
    text-align: left;
  }
  .staff-list td:first-child {
    text-align: left;
    padding-top: 15px;
    font-weight: 600;
    font-size: 15px;
  }
  .staff-list td:last-child {
    padding-bottom: 15px;
  }
  .staff-list td a {
    padding: 6px 12px;
  }
  .staff .tcd-pb-row.row2 .tcd-pb-row-inner {
    flex-direction: column;
    justify-content: flex-start;
  }
  .staff .tcd-pb-row.row2 .tcd-pb-row-inner > div {
    width: 100%;
  }
  .staff .tcd-pb-row.row2 .tcd-pb-row-inner > div.col1 {
    margin-bottom: 30px;
  }
}