.block h2 {
  margin-bottom: 30px;
}

.block h2 span {
  font-size: .6em;
}


.box-wrap {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap : wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.box-photo {
  width: 30%;
  text-align: center;
}

.box-txt {
  width: 65%
}
.box {
  padding-bottom: 20px;
}
.box ol li {
  list-style-type: decimal;
  margin: 0 0 20px 30px;
}

.point {
  margin-bottom: 30px;
  border-bottom: dotted 1px #4264A5;
}

.point strong {
  font-size: 1.1em;
  color: #4264A5;
}

.point small {
  font-size: .85em;
}

h4.english {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  color: #4264A5;
  border-left: solid 7px #4264A5;
  padding: 6px 0 0 8px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

ul.list {
  margin-bottom: 20px;
}

.list li {
  list-style: square;
  line-height: 1.4em;
  padding-bottom: 10px;
  margin-left: 20px;
}


.about-wrap, .about-wrap2 {
  display:-webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap : wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.about-wrap div {
  width: 30%;
}

.about-wrap2 div {
  width: 45%;
}

.about-wrap h4, .about-wrap2 h4 {
  font-weight: bold;
  color: #3E92CC;
  padding-bottom: 10px;
}

.pdf {
  text-align: right;
}

.pdf a {
  display: inline-block;
  color: #4A9259;
  padding: 5px 0 10px 40px;
  background: url(../images/pdficon_large.png) no-repeat;
}

.kome {
  padding-bottom: 20px;
}

#contents .kome p {
  font-size: .85em;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  
.block h2 span {
  display: block;
}

.box-wrap {
  display: block;
  padding-bottom: 0;
}

.box-photo, .box-txt {
  width: auto;
  text-align: center;
}

.about-wrap, .about-wrap2 {
  display: block;
}

.about-wrap div, .about-wrap2 div {
  width: auto;
}


.pamph-wrap {
  display: block;
}
.pamph-wrap div {
  width: auto;
}
.pamph-wrap div img {
  width: auto;

}

}
@media screen and (max-width: 320px) {

}
