@charset "UTF-8";
/***********************共通設定************************/
#footer {
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 120px;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

/*----------------------------------------------------
pageHead
----------------------------------------------------*/
#pageHead {
  /* 751- */
}
#pageHead .lead {
  text-align: left;
  margin-bottom: 25px;
}
@media all and (min-width: 751px) {
  #pageHead .lead {
    text-align: center;
    margin-bottom: 70px;
  }
}

/*----------------------------------------------------
section
----------------------------------------------------*/
#pageBody .section {
  position: relative;
  padding: 60px 0;
  /* 751- */
  /* 751- */
  /* 1017- */
}
#pageBody .section::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #pageBody .section::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#pageBody .section .secLead {
  margin-top: 2em;
  text-align: left;
}
#pageBody .section .image {
  margin-top: 25px;
}
#pageBody .section .colTitle {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  #pageBody .section {
    padding: 120px 0;
  }
  #pageBody .section .secLead {
    margin: 0 0 0 140px;
  }
  #pageBody .section .image {
    margin-top: 55px;
  }
  #pageBody .section .colTitle {
    margin-top: 90px;
  }
}
@media all and (min-width: 1017px) {
  #pageBody .section .secLead {
    margin-left: 90px;
  }
}
#pageBody .section .supportList {
  padding-top: 20px;
  /* -750 */
  /* 751- */
}
#pageBody .section .supportList li {
  margin-top: 25px;
}
#pageBody .section .supportList li h4 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.039em;
  margin-bottom: 0.6em;
}
#pageBody .section .supportList li p {
  text-align: left;
}
#pageBody .section .supportList li .note {
  margin-top: 1em;
}
#pageBody .section .supportList li table {
  width: 100%;
  border: 1px solid #707070;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
}
#pageBody .section .supportList li table th, #pageBody .section .supportList li table td {
  font-size: 12px;
  padding: 0.5em 1em;
  border: 1px solid #707070;
  border-width: 0 1px 1px 0;
}
#pageBody .section .supportList li table th {
  background-color: #F9F9F9;
  vertical-align: top;
  font-weight: normal;
}
@media all and (max-width: 750px) {
  #pageBody .section .supportList table.forSP {
    display: table;
    margin-top: 20px;
  }
  #pageBody .section .supportList thead th {
    text-align: center;
  }
  #pageBody .section .supportList tbody td {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  #pageBody .section .supportList {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageBody .section .supportList li {
    width: 48%;
    margin-top: 35px;
  }
  #pageBody .section .supportList li h4 {
    font-size: 20px;
    margin-bottom: 0.7em;
  }
  #pageBody .section .supportList li p {
    font-size: 14px;
    line-height: 2;
  }
  #pageBody .section .supportList li.wide {
    width: 100%;
  }
  #pageBody .section .supportList li.wide p {
    text-align: center;
  }
  #pageBody .section .supportList li .note {
    max-width: 606px;
    margin: 1.2em auto 0;
    text-align: left !important;
  }
  #pageBody .section .supportList li table.forPC {
    display: table;
  }
  #pageBody .section .supportList li table {
    margin: 15px auto 0;
    max-width: 606px;
  }
  #pageBody .section .supportList li table th, #pageBody .section .supportList li table td {
    font-size: 14px;
    padding: 0.8em 1em;
  }
  #pageBody .section .supportList li table td {
    padding: 1em 1em;
  }
  #pageBody .section .supportList li table tbody th {
    background: #FFFFFF;
  }
  #pageBody .section .supportList li table tbody td {
    text-align: right;
  }
}
#pageBody .section .exchangeList {
  /* 751- */
}
#pageBody .section .exchangeList li {
  margin-top: 25px;
}
#pageBody .section .exchangeList li:first-child {
  margin-top: 40px;
}
#pageBody .section .exchangeList .image {
  margin: 0;
}
#pageBody .section .exchangeList h4 {
  margin-top: 0.9em;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.039em;
}
#pageBody .section .exchangeList p {
  margin-top: 0.9em;
  text-align: left;
}
@media all and (min-width: 751px) {
  #pageBody .section .exchangeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageBody .section .exchangeList li {
    width: 48%;
    margin-top: 40px;
  }
  #pageBody .section .exchangeList li:first-child, #pageBody .section .exchangeList li:nth-child(2) {
    margin-top: 43px;
  }
  #pageBody .section .exchangeList h4 {
    margin-top: 1.1em;
    font-size: 20px;
  }
  #pageBody .section .exchangeList p {
    margin-top: 1.2em;
    font-size: 14px;
    line-height: 2;
  }
}

.spArrow {
  /* -750 */
}
@media all and (max-width: 750px) {
  .spArrow {
    height: 1100px;
    overflow: hidden;
  }
  .spArrow::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#ffffff));
    background-image: linear-gradient(180deg, transparent 0 50%, #ffffff 100%);
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .spArrow::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: 15px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-right: 3px solid #222222;
    border-bottom: 3px solid #222222;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 3;
  }
  .spArrow .viewButton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent;
    z-index: 4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* 751- */
  }
}
@media all and (max-width: 750px) and (min-width: 751px) {
  .spArrow .viewButton {
    cursor: pointer;
    height: 120px;
  }
}
@media all and (max-width: 750px) {
  .spArrow.view {
    padding-bottom: 30px;
    overflow: visible;
    height: 100%;
  }
  .spArrow.view::before {
    opacity: 0;
  }
  .spArrow.view::after {
    bottom: 20px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .spArrow.view .viewButton {
    bottom: 0px;
  }
}