.banner {
  background: url(../images/bgimgtop.jpg) no-repeat center top;
  background-size: cover;
  padding: 65px 0;
  text-align: center;
}

.banner .boxcir {
  position: relative;
}

.banner .boxcir .txt {
  position: absolute;
  max-width: 560px;
  width: 100%;
  bottom: 8.5%;
}

.banner .boxcir h2, .banner .boxcir p {
  text-shadow: 2px 2px 3px #192b4b;
  font-weight: bold;
}

.banner .boxcir h2 {
  color: #fffc00;
  font-size: 22px;
  margin-bottom: 1.5%;
}

.banner .boxcir p {
  color: #fff;
  font-size: 10px;
}

@media (min-width: 768px) {
  .banner .boxcir {
    width: 420px;
    margin: 0 auto;
  }
  .banner .boxcir h2 {
    font-size: 24px;
  }
  .banner .boxcir p {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .banner .boxcir {
    width: 561px;
  }
  .banner .boxcir h2 {
    font-size: 34px;
  }
  .banner .boxcir p {
    font-size: 16px;
  }
}

.newtop {
  background: url(../common_img/bgpartern.png) repeat;
  padding: 35px 0;
}

@media (min-width: 768px) {
  .newtop {
    padding: 45px 0;
  }
}

.newtop .d-flex {
  flex-wrap: wrap;
}

.newtop__box {
  background: #fff;
  padding: 3%;
  width: 100%;
  position: relative;
  height: 200px;
  overflow-y:scroll; 
}

.newtop__box::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #17469e transparent transparent;
}

@media (min-width: 768px) {
  .newtop__box {
    padding: 2%;
  }
}

.newtop__box-wrap {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .newtop__box-wrap {
    width: 72%;
  }
}

@media (min-width: 992px) {
  .newtop__box {
    padding: 2% 3%;
    padding-top: 3%;
  }
}

.newtop__box dl {
  margin: 10px 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .newtop__box dl {
    margin: 20px 0;
    padding-bottom: 15px;
  }
}

.newtop__box dl:first-child {
  margin-top: 0;
}

.newtop__box dl:last-child {
  border-bottom: 0px dotted #ccc;
  margin-bottom: 0;
  padding-bottom: 0;
}

.newtop__box dl dt {
  margin-bottom: 1%;
  color: #17469e;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .newtop__box dl dt {
    min-width: 100px;
    margin-bottom: 0;
  }
  .newtop__box dl dt::after {
    position: absolute;
    content: '';
    background: #ccc;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .newtop__box dl dd {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.newtop__box dl dd a {
  color: #646464;
}

.newtop .facebook {
  width: 100%;
  margin-top: 3%;
  height: 400px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .newtop .facebook {
    width: 26%;
    margin-top: 0;
    height: 240px;
  }
}

.newtop .facebook img {
  width: 100%;
}

.newtop .facebook .fb-page {
  width: 100%;
  margin: 0 auto;
}

.newtop .facebook .infacebook {
  max-width: 500px;
  margin: 0 auto;
}

.tittop {
  margin: 30px 0 20px;
}

@media (min-width: 768px) {
  .tittop {
    margin: 40px 0 20px;
  }
}

.tittop h3 {
  font-size: 30px;
  color: #17469e;
}

@media (min-width: 768px) {
  .tittop h3 {
    font-size: 35px;
  }
}

.tittop p {
  font-size: 20px;
  color: #5a5a5a;
}

.blockitem .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.blockitem--col {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .blockitem--col {
    flex: 0 0 48%;
    margin: 15px 0;
  }
}

@media (min-width: 992px) {
  .blockitem--col {
    flex: 0 0 32%;
    margin: 25px 0;
  }
}

.blockitem--col a {
  display: flex;
  flex-wrap: nowrap;
}

.blockitem--col img {
  min-width: 105px;
}

.blockitem--col .txt {
  padding-left: 3%;
}

.blockitem--col .txt h4 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #17469e;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blockitem--col .txt h4 i {
  margin-right: 10px;
  color: #17469e;
}



.newtop h4 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #17469e;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.newtop h4 i {
  margin-right: 10px;
  color: #17469e;
}
