@charset "utf-8";
div#contents ul.page_nav_sp {
  display: none;
}
div#contents div.section {
  margin-bottom: 0;
}
div#contents div.section h2 {
  margin-bottom: 30px;
}
div#contents div.section h3 {
  padding: 7px 10px;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url("css/PIE.htc");
  color: #fff;
  background: #006BB5;
  font-weight: bold;
  cursor: pointer;
}
div#contents div.section h3:after {
  display: none;
}
div#contents div.section div.section {
  margin-bottom: 40px;
}
div#contents div.section div.box {
  margin: 0 2% 20px 0;
  float: left;
  width: 31.2%;
}
div#contents div.section p {
  margin: 0;
  padding: 15px 10px;
  background: #E3F3FE;
}
div#contents div.section p.more {
  padding-top: 0;
}
div#contents div.section p.control {
  padding: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  behavior: url("css/PIE.htc");
  position: relative;
  height: 15px;
  background: #B3DFFC;
  cursor: pointer;
}
div#contents div.section p.base {
  height:auto;
  padding: 0 0 0 0;

}
div#contents div.section p.control:before,
div#contents div.section p.control:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
div#contents div.section p.control:before {
  margin-left: -9px;
  border-width: 7px 8.5px 0 8.5px;
  border-top-color: #fff;
}
div#contents div.section p.control:after {
  margin-left: -6px;
  border-width: 5px 5.5px 0 5.5px;
  border-top-color: #B3DFFC;
}
div#contents div.section p.control.opened:before,
div#contents div.section p.control.opened:after {
  border-top-color: transparent;
  top: auto;
  bottom: 5px;
}
div#contents div.section p.control.opened:before {
  border-width: 0 8.5px 7px 8.5px;
  border-bottom-color: #fff;
}
div#contents div.section p.control.opened:after {
  border-width: 0 5.5px 5px 5.5px;
  border-bottom-color: #B3DFFC;
}
div#contents div.section#section2 div.section div.box div p {
  background: #DBFBDB;
}
div#contents div.section#section3 div.section div.box div p {
  background: #F2FBDB;
}
div#contents #section2 p.control {
  background: #8CD7CD;
}
div#contents #section2 p.control:after {
  border-top-color: #8CD7CD;
}
div#contents #section2 p.control.opened:after {
  border-bottom-color: #8CD7CD;
}
div#contents #section3 p.control {
  background: #D1E3A2;
}
div#contents #section3 p.control:after {
  border-top-color: #D1E3A2;
}
div#contents #section3 p.control.opened:after {
  border-bottom-color: #D1E3A2;
}
@media screen and (max-width: 640px) {
  div#contents ul.page_nav_sp {
    margin-bottom: 40px;
    display: block;
  }
  div#contents ul.page_nav_sp li a {
    margin: 0 5%;
    padding: 25px 0 40px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    behavior: url("css/PIE.htc");
    position: relative;
    display: block;
    float: left;
    width: 23%;
    color: #fff;
    background: #006BB5;
    font-weight: bold;
    font-size: 116%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
  }
  div#contents ul.page_nav_sp li a:hover {
    opacity: 0.5;
  }
  div#contents ul.page_nav_sp li a:before,
  div#contents ul.page_nav_sp li a:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  div#contents ul.page_nav_sp li a:before {
    margin-left: -15px;
    border-width: 16px 15px 0 15px;
    border-top-color: #B3DFFC;
  }
  div#contents ul.page_nav_sp li a:after {
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
    border-top-color: #006BB5;
  }
  div#contents ul.page_nav_sp li.nav2 a:before {
    border-top-color: #8CD7CD;
  }
  div#contents ul.page_nav_sp li.nav3 a:before {
    border-top-color: #D1E3A2;
  }
  div#contents div.section {
    margin-bottom: 30px;
  }
  div#contents div.section h2 {
    margin-bottom: 20px;
  }
  div#contents div.section div.section {
    margin-bottom: 0;
  }
  div#contents div.section div.box {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
}
/* max-width:640px */
