@charset "UTF-8";
/* CSS Document */

/* PC_アコーディオン ================================================================================ */
.accordionBox {
  margin: 0 auto;
}
.accordion {
  width: 100%;
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    border-top: #bfbfbf 1px solid;
  	box-sizing:border-box;
    margin-bottom: 40px;
}
.accordion .accordionTtl{
    padding: 20px 60px ;

}
.accordion > ul > li{
	margin:0;
  border-bottom: #bfbfbf 1px solid;
}
.accordion > ul > li > a {
  display: block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #404040;
    text-align: left;
}
.accordion > ul > li > a:hover{
	opacity:1;
}

.accordion > ul > li > a:before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.accordion > ul > li > a.chart:before{
  background-image: url("../images/icon_chart.png");
  top: 20px;
  left: 12px;
}

.accordion > ul > li > a.news:before{
  background-image: url("../images/icon_news.png");
  top: 22px;
  left: 14px;
}

.accordion > ul > li > a.trade:before{
  background-image: url("../images/icon_trade.png");
  top: 18px;
  left: 14px;
}

.accordion > ul > li > a.service:before{
  background-image: url("../images/icon_service.png");
  top: 20px;
  left: 12px;
}

.accordion > ul > li > a.other:before{
  background-image: url("../images/icon_other.png");
  top: 22px;
  left: 13px;
}

.accordion > ul > li > a:after,
.accordion > ul > li > a.active:after{
  position: absolute;
  right: 8px;
  top: 23px;
  color: #404040;
  font-family:Verdana, Geneva, sans-serif;
}
.accordion > ul > li > a:after{
 	content: "▼";
    font-size: 16px;
    font-weight: bold;
    min-width: 2.5em;
    text-align: center;
    line-height: 1;

}
.accordion > ul > li > a.active:after{
  content: "▲";
	font-size: 16px;
	font-weight: bold;
	min-width: 2.5em;
	text-align: center;
 	line-height:1;

}
.accordion > ul > li > div {
  display: none;
}
.accordion .shoruiList {
    position: relative;
    overflow: hidden;
}
.accordion .shoruiList dl {
    left: 50%;
    position: relative;
    float: left;
}
.accordion div.shoruiList > dl > dt {
    font-size: 20px;
    left: -50%;
    position: relative;
	margin-top: 50px;
	font-weight:bold;
}
.accordion div.shoruiList > dl > dd{
	float: left;
    margin-right: 10px;
    position: relative;
    left: -50%;
}

/* PC_アコーディオン内容 ================================================================================ */
.colDownloadWrap {
    margin: 0 auto;
    padding: 10px 20px 20px 54px;
    background: url("../images/img_human_01.png") no-repeat top 10px left 12px;
    background-size:30px auto;
}
.colDownloadWrap li {
    margin-top: 0px;
}
.colDownloadWrap .detail {
    float:left;
    width: 48%;
    background: #e9f0f5;
    padding: 15px 12px 0 12px;
    box-sizing: border-box;
    position: relative;
}

.colDownloadWrap .detail:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #e9f0f5 transparent transparent;
    display: block;
    position: absolute;
    top: 25px;
    left: -8px;
}

.colDownloadWrap .detail p{
  padding-bottom: 15px;
}
.colDownloadWrap .img {
    float:right;
    width: 49%;
}
.colDownloadWrap .version {
    clear:both;
    max-width: 100%;
    padding-top: 10px;
}
/* largeImg ver. */
.colDownloadWrap .largeImg .detail {
    float:none;
    width: 100%;
    margin-bottom: 15px;
}
.colDownloadWrap .largeImg .img {
    float:none;
    width: 100%;
}
/* noImage ver. */
.colDownloadWrap .noImage .detail {
    float:none;
    width: 100%;
}

/* PC_その他レイアウト ================================================================================ */
.accOpen .linkColor:hover{
  cursor: pointer;
  opacity: .5;
}

/* download */
.imgAuto {
    max-width: 100%;
    width: inherit;
    height: auto;
}

.download {
    width: 100%;
    max-width: 770px;
    margin: 0 auto 40px;
}

.downloadInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.downloadInner:last-of-type {
    justify-content: flex-end;
}

.downloadItem {
    margin-right: 30px;
}

.downloadItem p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}

.download + .pageNoticeList li{
  margin-top: 0;
}

.download .downloadQR {
  width: 100px;
}

@media only screen and (max-width: 767px){
  /* SP_アコーディオン ================================================================================ */
  .accordion .accordionTtl {
      padding: 15px 40px 15px 45px;
  }
  .accordion > ul > li > a {
    font-size: 14px;
  }

  .accordion > ul > li > a:before {
    width: 26px;
    height: 26px;
}
  .accordion > ul > li > a.chart:before {
    top: 25%;
    left: 8px;
  }
  .accordion > ul > li > a.trade:before {
    top: 25%;
    left: 8px;
  }
  .accordion > ul > li > a.news:before {
    top: 25%;
    left: 8px;
  }
  .accordion > ul > li > a.service:before {
    top: 23%;
    left: 8px;
  }
  .accordion > ul > li > a.other:before {
    top: 25%;
    left: 8px;
  }
  .accordion > ul > li > a:after,
  .accordion > ul > li > a.active:after {
    font-size: 14px;
    min-width: 2em;
    top: 18px;
}
  /* SP_アコーディオン内容 ================================================================================ */
  .colDownloadWrap {
    padding: 10px 15px 15px 15px;
    background-image: none;
  }
  .colDownloadWrap .detail {
    float: none;
    width: 100%;
    margin-bottom: 50px !important;
  }
  .colDownloadWrap .detail:before{
    content: none;
  }
  .colDownloadWrap .detail:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0px 0 40px;
    border-color: #e9f0f5 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -23px;
    right: 60px;
    transform: rotate(-20deg);
  }
  .colDownloadWrap .detailInner {
    position: relative;
  }
  .colDownloadWrap .detailInner:after {
    content: '';
    display: block;
    width: 39px;
    height: 55px;
    background: url("../images/img_human_01.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: -40px;
    right: 0px;
  }
  .colDownloadWrap .img {
      float: none;
      width: 100%;
      margin-bottom: 10px;
  }
  .colDownloadWrap .version {
      padding-top: 0;
  }
  .colDownloadWrap .version p {
      font-size: 13px;
  }

  /* SP_その他レイアウト ================================================================================ */
  .appIcon {
    width: 22%;
  }
  .accordion {
      margin-bottom: 5px;
  }
  .accOpen span {
      padding-right: 5px;
  }
  .accordion .ZoomLoopeIn{
      display: none;
  }
  .accordion .ZoomLoope img{
    width: 100% !important;
    height: auto !important;
  }

  /* download */
  .downloadInner {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
  }

  .downloadInner:last-of-type {
      justify-content: center;
  }

  .downloadItem {
      margin-right: 0;
      width: 65%;
      text-align: center;
  }

  .downloadItem p:first-of-type {
      font-size: 13px;
      text-align: center;
  }

  .download img{
      max-width: 220px;
      width: 100%;
  }

  .downloadQR {
      display: none;
  }

}
