/*accordion*/

.accbox label {
  background-color: #93AE1E;
  width: 100%;
  display: block;
  color: #FFF;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
  transition: opacity, .5s;
  position: relative;
  font-weight: bold;
  font-size: 15px;
}

.accbox label span {
  position: absolute;
  right: 10px;
  font-weight: normal;
}

.accbox label:hover {
	opacity: 0.8;
}

.accbox input {
	display: none;
}

.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}

ol {
  padding-left: 1.5em;
}

/*map*/

.kokusai-map img {
  width: 80%;
  height: auto;
  margin: 10px auto;
  display:block;
}

.kokusai-map-sp {
  display:none;
}

.ereaname {
  font-weight: bold;
}

.a-cont article ul.erea-list li {
  background: none;
  padding-left: 0;
}

.erea-list {
  text-align: center;
}

.erea-list li {
  display: inline-block;
}

.erea-list li:before {
  content:"|";
  display: inline-block;
  padding: 0 1em;
}

.erea-list li:last-of-type::after {
  content:"|";
  display: inline-block;
  padding-left:1em;
}

.totop {
  text-align: right;
  clear: both;
}

.box {
  width:48%;
  float:left;
  margin-right:3%;
}

.box:nth-of-type(2n) {
  margin-right:0;
}

h2 {
  clear:both;
}

h3 {
  margin-top: 30px;
}

.univ-list {
  overflow:hidden;
}

.row {
  clear:both;
  overflow: hidden;
}

@media all and (max-width: 640px){
  .accbox label span {
    position: static;
    display: block;
  }

  .kokusai-map {
    display: none;
  }

  .kokusai-map-sp {
    display: block;
  }

  .kokusai-map-sp img {
    width: 100%;
    height: auto;
  }

  .erea-list ul {
    text-align: left;
  }

  .box {
    float:none;
    margin-right:0;
    width :100%;
  }
}/*640px*/