@charset "UTF-8";
header .links-holder .links .links1-ttl {
  background-color: #000; }

.buy-wrapper {
  margin-top: 60px; }
  .buy-wrapper .visual {
    background: url("../../../../data/img/pc/common/visual_bg.png") no-repeat center center;
    background-size: cover;
    height: 120px; }
    .buy-wrapper .visual .layout {
      height: 100%; }
      .buy-wrapper .visual .layout .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        text-align: center;
        width: 100%; }
        .buy-wrapper .visual .layout .txt h1 {
          font-size: 32px;
          line-height: 1;
          color: #fff;
          width: 100%; }
          .buy-wrapper .visual .layout .txt h1 span {
            display: block;
            font-size: 16px;
            margin-top: 15px; }
  .buy-wrapper .content {
    float: right;
    width: 710px; }
  .buy-wrapper h2 {
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #122F77;
    line-height: 1; }
    .buy-wrapper h2::before {
      content: "";
      position: absolute;
      display: block;
      margin: auto;
      height: 5px;
      width: 80px;
      background-color: #122F77;
      left: 0;
      right: 0;
      bottom: -37px; }
  .buy-wrapper h3 {
    margin: 58px auto 30px;
    border-left: 10px solid #122F77;
    color: #122F77;
    font-size: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .buy-wrapper h4 {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EFF5EA;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 5px solid #122F77;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #122F77; }
  .buy-wrapper h5 {
    font-size: 20px;
    color: #122F77;
    line-height: 1; }
  .buy-wrapper p {
    font-size: 16px;
    color: #333; }
    .buy-wrapper p.mb50 {
      margin-bottom: 50px; }
  .buy-wrapper .wrap {
    padding-left: 30px; }
  .buy-wrapper .sec1 {
    padding: 48px 0 0; }
    .buy-wrapper .sec1 .content h2 {
      margin-top: 10px; }
    .buy-wrapper .sec1 .content img.visual-img {
      margin: 98px auto 0; }
    .buy-wrapper .sec1 .content .wrap .entries {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 60px; }
      .buy-wrapper .sec1 .content .wrap .entries li {
        width: 210px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .buy-wrapper .sec1 .content .wrap .entries li .img {
          position: relative;
          margin-bottom: 5px; }
        .buy-wrapper .sec1 .content .wrap .entries li span {
          display: block;
          font-size: 12px; }
        .buy-wrapper .sec1 .content .wrap .entries li p.name {
          line-height: 1.6;
          background: #333333;
          color: #fff;
          font-weight: bold;
          text-align: center;
          margin-bottom: 10px;
          display: -webkit-flex;
          /* Safari用 */
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          /* Safari用 */
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          /* Safari用 */
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 70px; }
        .buy-wrapper .sec1 .content .wrap .entries li .inline {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .buy-wrapper .sec1 .content .wrap .entries li .inline span.stocks {
            font-size: 12px;
            padding: 2px 8px;
            color: #333; }
          .buy-wrapper .sec1 .content .wrap .entries li .inline span.price {
            font-size: 18px;
            font-weight: bold;
            padding-left: 7px;
            color: #C1272D;
            text-align: right; }
    .buy-wrapper .sec1 .content .wrap p.orange {
      color: #FF5800;
      font-size: 24px;
      font-weight: bold;
      margin: 10px auto 50px; }
    .buy-wrapper .sec1 .content .wrap dl {
      background: #F8FCFD;
      padding: 25px 20px;
      margin-bottom: 25px; }
      .buy-wrapper .sec1 .content .wrap dl dd {
        color: #122F77;
        font-weight: bold; }
    .buy-wrapper .sec1 .content .wrap p.bold {
      font-weight: bold; }
    .buy-wrapper .sec1 .content .wrap h4 {
      margin-bottom: 25px; }
    .buy-wrapper .sec1 .content .contact-one {
      margin-top: 60px; }
  .buy-wrapper .sec2 {
    padding: 60px 0 90px; }
    .buy-wrapper .sec2 .content img.visual-img {
      margin: 98px auto 25px; }
    .buy-wrapper .sec2 .content p.mb75 {
      margin-bottom: 75px; }
    .buy-wrapper .sec2 .content .wrap .inline {
      margin-bottom: 20px; }
      .buy-wrapper .sec2 .content .wrap .inline p {
        display: inline-block; }
        .buy-wrapper .sec2 .content .wrap .inline p.orange {
          color: #FF5800;
          font-size: 16px;
          font-weight: bold; }
        .buy-wrapper .sec2 .content .wrap .inline p.bg {
          position: relative;
          font-weight: bold; }
          .buy-wrapper .sec2 .content .wrap .inline p.bg::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 15px;
            background: #FFD800;
            left: 0;
            bottom: -1px;
            z-index: -1; }
    .buy-wrapper .sec2 .content .wrap ul {
      margin-bottom: 60px; }
      .buy-wrapper .sec2 .content .wrap ul li {
        margin-bottom: 15px; }
        .buy-wrapper .sec2 .content .wrap ul li span {
          background-color: #333333;
          color: #fff;
          padding: 3px 0 4px;
          font-size: 14px;
          display: inline-block;
          width: 100px;
          text-align: center;
          vertical-align: top; }
        .buy-wrapper .sec2 .content .wrap ul li p {
          color: #333;
          font-size: 14px;
          margin-bottom: 0;
          display: inline-block;
          margin-left: 10px;
          width: 560px;
          vertical-align: middle; }
    .buy-wrapper .sec2 .content .wrap p.bold {
      font-weight: bold;
      font-size: 20px; }
    .buy-wrapper .sec2 .content .contact-one {
      margin-top: 55px; }

@media screen and (max-width: 750px) {
  header p {
    font-size: 1.7rem; }
  .buy-wrapper {
    margin-top: 16rem; }
    .buy-wrapper .visual {
      background: url("../../../../data/img/sp/common/visual_bg.jpg") no-repeat center center;
      background-size: cover;
      height: 18rem; }
      .buy-wrapper .visual .layout {
        height: 100%; }
        .buy-wrapper .visual .layout .txt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          text-align: center;
          width: 100%; }
          .buy-wrapper .visual .layout .txt h1 {
            font-size: 4.4rem;
            line-height: 1;
            color: #fff;
            width: 100%; }
            .buy-wrapper .visual .layout .txt h1 span {
              display: block;
              font-size: 2.4rem;
              margin-top: 2rem; }
    .buy-wrapper .layout {
      margin: 0 4rem;
      width: auto; }
    .buy-wrapper .content {
      float: none;
      width: auto; }
    .buy-wrapper h2 {
      position: relative;
      font-size: 4rem;
      line-height: 1; }
      .buy-wrapper h2::before {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        height: .5rem;
        width: 8rem;
        background-color: #122F77;
        left: 0;
        right: 0;
        bottom: -4.2rem; }
    .buy-wrapper h3 {
      margin: 6rem auto 3rem;
      border-left: 1rem solid #122F77;
      color: #122F77;
      font-size: 3.6rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.3rem 0 1.7rem 2.5rem;
      line-height: 1.4;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .buy-wrapper h4 {
      height: 7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-left: .5rem solid #122F77;
      padding-left: 2.5rem;
      margin-bottom: 3rem;
      color: #122F77; }
    .buy-wrapper h5 {
      font-size: 2.6rem;
      color: #122F77;
      line-height: 1; }
    .buy-wrapper p {
      font-size: 2.6rem; }
      .buy-wrapper p.mb50 {
        margin-bottom: 10rem; }
    .buy-wrapper .wrap {
      padding-left: 0; }
    .buy-wrapper .sec1 {
      padding: 6.5rem 0; }
      .buy-wrapper .sec1 .content h2 {
        margin-top: 0; }
      .buy-wrapper .sec1 .content h3 {
        margin-top: 6rem; }
      .buy-wrapper .sec1 .content img.visual-img {
        margin-top: 10rem; }
      .buy-wrapper .sec1 .content .wrap .entries {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 7rem; }
        .buy-wrapper .sec1 .content .wrap .entries li {
          width: 32rem;
          margin-bottom: 5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .buy-wrapper .sec1 .content .wrap .entries li .img {
            position: relative;
            margin-bottom: 1rem; }
          .buy-wrapper .sec1 .content .wrap .entries li span {
            display: block;
            font-size: 1.8rem; }
          .buy-wrapper .sec1 .content .wrap .entries li p.name {
            background: #333333;
            color: #fff;
            font-weight: bold;
            text-align: center;
            margin-bottom: 1.7rem;
            padding: 1rem 0 1.5rem;
            height: 7.5rem; }
          .buy-wrapper .sec1 .content .wrap .entries li .inline span.stocks {
            font-size: 2.4rem;
            padding: 0; }
          .buy-wrapper .sec1 .content .wrap .entries li .inline span.price {
            font-size: 2.8rem;
            padding-left: 0; }
      .buy-wrapper .sec1 .content .wrap p.orange {
        font-size: 3.6rem;
        font-weight: bold;
        margin: 5rem auto 10rem;
        text-align: center; }
      .buy-wrapper .sec1 .content .wrap dl {
        background: #F8FCFD;
        padding: 2.5rem 3.5rem;
        margin: 4rem auto 3rem; }
        .buy-wrapper .sec1 .content .wrap dl dd {
          font-size: 2.6rem; }
      .buy-wrapper .sec1 .content .wrap h4 {
        margin-bottom: 3rem; }
      .buy-wrapper .sec1 .content .contact-one {
        margin-top: 10rem; }
    .buy-wrapper .sec2 {
      padding: 10rem 0 0; }
      .buy-wrapper .sec2 .content h2 {
        line-height: 1.4; }
      .buy-wrapper .sec2 .content h3 {
        margin-top: 10rem; }
      .buy-wrapper .sec2 .content img.visual-img {
        margin: 10rem auto 4rem; }
      .buy-wrapper .sec2 .content .wrap .inline {
        margin-bottom: 6rem; }
        .buy-wrapper .sec2 .content .wrap .inline p {
          display: block; }
          .buy-wrapper .sec2 .content .wrap .inline p.orange {
            font-size: 3rem;
            font-weight: bold; }
          .buy-wrapper .sec2 .content .wrap .inline p.bg {
            position: relative;
            font-weight: bold;
            font-size: 3rem; }
            .buy-wrapper .sec2 .content .wrap .inline p.bg::after {
              position: absolute;
              content: '';
              width: 56rem;
              height: 1.5rem;
              background: #FFD800;
              left: 0;
              bottom: -1px;
              z-index: -1; }
      .buy-wrapper .sec2 .content .wrap ul {
        margin-bottom: 10rem; }
        .buy-wrapper .sec2 .content .wrap ul li {
          margin-bottom: 2rem; }
          .buy-wrapper .sec2 .content .wrap ul li span {
            padding: .3rem 0 .4rem;
            font-size: 2.4rem;
            display: inline-block;
            width: 19rem;
            text-align: center;
            vertical-align: top; }
          .buy-wrapper .sec2 .content .wrap ul li p {
            color: #333;
            font-size: 2.4rem;
            margin-bottom: 0;
            display: inline-block;
            margin-left: 2.2rem;
            width: 44rem; }
      .buy-wrapper .sec2 .content .wrap h5 span {
        position: relative;
        z-index: 1; }
        .buy-wrapper .sec2 .content .wrap h5 span::after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          background: #FFD800;
          width: 100%;
          height: 15px;
          z-index: -1; }
      .buy-wrapper .sec2 .content .wrap p.bold {
        font-size: 3rem; }
      .buy-wrapper .sec2 .content .contact-one {
        margin-top: 10rem; } }
