@charset "UTF-8";
#contents_visual {
  background: url(../images/outline/visual.jpg) center top no-repeat #eef5f9;
}

#outline > h1 {
  background: url(../images/outline/title.png) left center no-repeat;
}

#greeting > h1 {
  background: url(../images/outline/greeting/title.png) left center no-repeat;
}
#greeting .copy {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #52a1d3;
  font-size: 24px;
  line-height: 42px;
}

#understanding > h1 {
  background: url(../images/outline/understanding/title.png) left center no-repeat;
}
#understanding #learn figure.group {
  width: 200px;
  float: right;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  #understanding #learn figure.group {
    width: calc((100% / 2) - 12px);
  }
}
#understanding #learn figure.group figure {
  margin: 0 0 18px;
}
#understanding #learn .container.left {
  width: 470px;
  float: left;
}
@media screen and (max-width: 768px) {
  #understanding #learn .container.left {
    width: calc((100% / 2) - 12px);
  }
}
@media screen and (max-width: 768px) {
  #understanding #learn .container.route {
    width: 100%;
    float: none;
    clear: both;
  }
}
#understanding #learn dl dt {
  margin: 18px 0 8px;
  padding: 6px 0 6px 30px;
  font-size: 15px;
  font-weight: normal;
  color: #52a1d3;
  min-height: 24px;
  background: url(../images/common/h4_pointer.png) 4px center no-repeat;
  border-bottom: 1px solid #52a1d3;
}
@media screen and (max-width: 768px) {
  #understanding #learn dl dt {
    border-top: 2px solid #4aeac6;
    color: #4aeac6;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    min-height: auto;
    background: none;
    border-bottom: none;
    margin: 0 0 15px;
    padding: 12px 0 0;
    text-align: center;
    font-size: 18px;
  }
}
#understanding #trade dl {
  width: 488px;
}

#policy > h1 {
  background: url(../images/outline/policy/title.png) left center no-repeat;
}

#fee > h1 {
  background: url(../images/outline/fee/title.png) left center no-repeat;
}

#club > h1 {
  background: url(../images/outline/club/title.png) left center no-repeat;
}
#club #club_list ul {
  *zoom: 1;
}
#club #club_list ul:after {
  content: "";
  display: table;
  clear: both;
}
#club #club_list ul li {
  float: left;
  width: 50%;
  margin: 0 0 12px;
}
