.text{
background-color: #fff;
            padding: 20px;
            border-radius: 8px;
          
            
            margin: 20px auto;
line-height: 1.8; /* ???????? */
  text-align: justify; /* ???????????? */
  max-width: 1200px; /* ????????? */
  margin: 0 auto; /* ???? */
  padding: 20px; /* ????? */
   /* ??????????? */
  border-radius: 8px; /* ???????? */
 /
}
.slick-slide img {
    display: block;
    max-width: 100%;
margin:0 auto;
height:100%;
object-fit: cover;
	
}
.text h2 {
  font-size: 24px; /* ???????? */
  color: #0056b3; /* ????????? */
  text-align: center; /* ????????? */
  margin-bottom: 20px; /* ??????? */
}
.text p {
  font-size: 16px; /* ???????? */
  margin-bottom: 15px; /* ????? */
}

.text p:last-of-type {
  margin-bottom: 0; /* ????????????? */
}
.responsive{
margin-top:30px;
max-width:1200px;
margin:0 auto;
}
.news{
background-color:#fff;
}
.news-inner{
 margin: 0 auto;
    padding: 30px 20px;
}
.news-item{
 margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.news-title img{
display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 20%;
}
.text-color{
color:black;
}
@media (max-width: 767px) {
.news-title img{
 width: 50%;
}
}
.news-item{
text-align:center;
}
/* ??? */
#introduction {
  margin: 0 auto;
  height: auto;
  width: 100%;
  background-color: #fff;
  padding-top: 75px;

margin-bottom: 78px;
}

/* ????? */
.section {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

/* ???????? */
.section-body {
  margin: 0 auto;
  padding-top: 50px;
  padding: 0 20px;
}

/* ????????????? */
.introduction-info {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.8em;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

/* ?????????? */
.introduction-info th {
  width: 30%;
  min-width: 115px;
  padding-top: 9px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #666666;
  vertical-align: top;
  font-weight: normal;
  padding-left: 10px;
}

/* ????????? */
.introduction-info td {
  width: 70%;
  vertical-align: top;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px dotted #666666;
}
iframe {
    border: 0; /* ??????????? */
    display: block; /* ??????????? */
    margin: 0 auto; /* ?????? */
    margin-bottom:100px;
}
.news-title{
text-align:center;
}
@media screen and (min-width:1000px){
.text{
text-align:center;
}
}

