/* table */
.text-box .title{
    font-size:23px;
    line-height: 33px;
    color:#00CCCC!important;
    margin-top: 10px;
    font-family: "Lato";
    font-weight: 400;
}
.text-box .red{
    color:#de5656;
}
.text-box .text{
    font-size:15px;
}
table.ta-about{
    color:#282828!important;
}
table.ta-about tr th{
    text-align: center!important;
    color:#404040;
    background:#b6eaea;
    border-right:1px solid #fff;
}
table.ta-about tr th:last-child{
    border-right:none
}
table.ta-about tr td{
    border-right:1px solid #ddd;
}
table.ta-about tr td:last-child{
    border-right:none;
}




/* table ta-line
_____________________________________________________________________ */
table.ta-line {
  margin-bottom: 40px;
  width: 100%;
}

table.ta-line > tbody > tr > th,
table.ta-line > tbody > tr > td {
  line-height: 1.8;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc!important;
}

.ta-line th{
	color: #222;
 background:#b6eaea;
}


table.ta-line > thead > tr > th, table.ta-line > tbody > tr > th,
table.ta-line > tfoot > tr > th, table.ta-line > thead > tr > td,
table.ta-line > tbody > tr > td, table.ta-line > tfoot > tr > td {
  border-top: 0 !important;
}

@media (max-width: 640px) {
  table.ta-line,
  table.ta-line tbody,
  table.ta-line tr,
  table.ta-line tr td,
  table.ta-line tr th {
    display: block;
    width: 100% !important;
    border-right: 0;
  }

  table.ta-line tr td {
   border-bottom: 1px solid #ccc!important;
  }
}




.fa-facebook-official{
display: none !important;
}

#nyukai-1 h3 {
    font-size: 16px;
    line-height: 24px;
}

#nyukai-1 p {
    font-size: 14px;
    line-height: 28px;
	}
	
#nyukai-henkou h2{
	font-family: helvetica;
	font-size: 18px;
	line-height: 38px;
}

#bloc-member h2{
font-size: 24px;
font-weight: bold;
color: #000000 !important;
  border-bottom: 1px solid #444;
  margin-top: 2rem;
  margin-bottom: 1rem;
}



.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
  margin-bottom: 1rem;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}