/*----------------------------------------------------
common
----------------------------------------------------*/
@media screen and (max-width: 750px) {
  html{
    margin: 0 !important;
  }
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
  color: #000; }

.inner_l {
  max-width: 1149px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto; }

.inner_m {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;}

.inner_s {
  max-width: 814px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto; }

/* img {
  display: block;
  width: 100%; } */

.for_pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .for_pc {
      display: none; } }

.for_sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .for_sp {
      display: block; } }

.line_bg {
  display: block;
  height: 50.88px;
  background-image: url(../img/about_line.svg);
  background-size: contain; }
  @media screen and (max-width: 750px) {
    .line_bg {
      height: 21px; } }

/*----------------------------------------------------
daas_nav
----------------------------------------------------*/
#daas_nav {
  background-color: #191919; }
  @media screen and (max-width: 750px) {
    #daas_nav .inner_l {
      padding: 0; } }
  #daas_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 35px; }
    @media screen and (max-width: 750px) {
      #daas_nav ul {
        padding: 0;
        margin: 0; } }
    #daas_nav ul li {
      border-left: 1px solid #fff; }
      @media screen and (min-width: 751px) {
        #daas_nav ul li:last-child {
          border-right: 1px solid #fff; } }
      @media screen and (max-width: 750px) {
        #daas_nav ul li {
          width: 33.15%;
          border-bottom: 1px solid #fff; }
          #daas_nav ul li:nth-child(1), #daas_nav ul li:nth-child(4) {
            border-left: none; } }
      #daas_nav ul li a {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        display: block;
        text-align: center;
        font-size: 14.82px;
        letter-spacing: .1em;
        color: #fff;
        padding: 10px 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        @media screen and (min-width: 751px) {
          #daas_nav ul li a {
            min-width: 139.5px;} }
        @media screen and (max-width: 750px) {
          #daas_nav ul li a {
            width: 100%;
            min-width: none !important;
            font-size: 10px; } }
        #daas_nav ul li a span {
          position: relative; }
          #daas_nav ul li a span::before {
            content: '';
            position: absolute;
            display: block;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #fff;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s; }
        @media screen and (min-width: 751px) {
          #daas_nav ul li a:hover span::before {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1); } }
  #daas_nav .contact_btn {
    position: fixed;
    top: 193.9px;
    right: 44.6px;
    width: 100%;
    max-width: 251px;
    z-index: 99; }
    #daas_nav .contact_btn a img {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      @media screen and (min-width: 751px) {
        #daas_nav .contact_btn a:hover{
          opacity: 1 !important; } }
    @media screen and (min-width: 751px) {
      #daas_nav .contact_btn a:hover img{
        opacity: 1 !important;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
    @media screen and (max-width: 750px) {
      #daas_nav .contact_btn {
        top: 130px;
        right: 0;
        max-width: 112px; } }

/*----------------------------------------------------
mv_content
----------------------------------------------------*/
.mv_content .subsc {
  position: relative;
  display: block;
  padding: 30px 0 35px 0;
  background-color: #54C2F0; }
  .mv_content .subsc::before, .mv_content .subsc::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%; }
  .mv_content .subsc::before {
    right: 17.8%;
    width: 8%;
    background-color: #E75297; }
  .mv_content .subsc::after {
    right: 0;
    width: 17.8%;
    background-color: #AACC03; }
  @media screen and (max-width: 750px) {
    .mv_content .subsc {
      padding: 13px 0 17px 0; } }
  @media screen and (min-width: 751px) {
    .mv_content .subsc .inner_m {
      padding-left: 56px; } }
  .mv_content .subsc h1 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
    font-size: 62px;
    font-weight: bold;
    letter-spacing: -.08em;
    line-height: 1.4;
    color: #fff; }
    @media screen and (max-width: 750px) {
      .mv_content .subsc h1 {
        font-size: 22px; } }
  .mv_content .subsc p {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .mv_content .subsc p {
        font-size: 12px; } }

.mv_content .daas {
  background-color: #FFF000; }
  .mv_content .daas .img_wrap {
    display: block;
    width: 100%;
    max-width: 828.42px;
    padding: 25px 0 28px 0;
    margin: 0 auto; }

/*----------------------------------------------------
about_daas
----------------------------------------------------*/
.about_daas .text_box {
  text-align: center;
  padding-top: 57.9px;
  padding-bottom: 70px; }
  @media screen and (max-width: 750px) {
    .about_daas .text_box {
      padding-top: 23px;
      padding-bottom: 28px; } }
  .about_daas .text_box h2 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    color: #E75297; }
    @media screen and (min-width: 751px) {
      .about_daas .text_box h2 {
        letter-spacing: .025em; } }
    @media screen and (max-width: 750px) {
      .about_daas .text_box h2 {
        font-size: 19px; } }
  .about_daas .text_box p {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8;
    padding-top: 25px; }
    @media screen and (max-width: 750px) {
      .about_daas .text_box p {
        font-size: 12px;
        padding-top: 11.5px; } }

/*----------------------------------------------------
voice
----------------------------------------------------*/
.voice {
  background-color: #54C2F0;
  padding: 47px 0 75px 0; }
  @media screen and (max-width: 750px) {
    .voice {
      padding: 30px 0; } }
  .voice .inner_m {
    padding: 0 10px; }
  .voice .billing {
    margin-bottom: 49.4px; }
    @media screen and (max-width: 750px) {
      .voice .billing {
        margin-bottom: 22.4px; } }
    .voice .billing p {
      position: relative;
      max-width: 555px;
      text-align: center;
      font-size: 23px;
      letter-spacing: .025em;
      line-height: 1.8;
      color: #fff;
      background-color: #E75297;
      padding: 9px 0 17px 0;
      border-radius: 9.09px;
      margin: 0 auto; }
      .voice .billing p::before {
        content: '';
        position: absolute;
        bottom: -28px;
        right: 36%;
        width: 0;
        height: 0;
        border-width: 0 45px 40px 0;
        border-style: solid;
        border-color: transparent transparent #E75297 transparent;
        -webkit-transform: rotate(110deg);
        -ms-transform: rotate(110deg);
        transform: rotate(110deg); }
      @media screen and (max-width: 750px) {
        .voice .billing p {
          max-width: 255px;
          font-size: 13px;
          padding: 7px 0; }
          .voice .billing p::before {
            bottom: -15px;
            border-width: 0 25px 20px 0; } }
      .voice .billing p span {
        font-size: 28px;
        line-height: 1.49; }
        @media screen and (max-width: 750px) {
          .voice .billing p span {
            font-size: 18px; } }
    .voice .billing ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #fff;
      padding: 77px 41px 35px 41px;
      border: 2.69px solid #E75297;
      border-radius: 18px;
      margin-top: -50px; }
      @media screen and (max-width: 750px) {
        .voice .billing ul {
          padding: 50px 25px 23.1px 20px;
          margin-top: -30px; } }
      .voice .billing ul li {
        max-width: 115px; }
        @media screen and (max-width: 750px) {
          .voice .billing ul li {
            max-width: 83px;
            padding-bottom: 11.9px; } }
            .voice .billing ul li img{
              display: block;
              width: 100%; }
  .voice .content_voice {
    padding-top: 37.6px;
    border-top: 4px solid #025758; }
    @media screen and (max-width: 750px) {
      .voice .content_voice {
        padding-top: 17px; } }
    .voice .content_voice h3 {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      text-align: center;
      font-size: 34px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 29.3px; }
      @media screen and (max-width: 750px) {
        .voice .content_voice h3 {
          font-size: 22px;
          margin-bottom: 16.3px; } }
    .voice .content_voice .contents {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFF3D7;
      padding: 48px 40px;
      margin: 35px auto 0 auto; }
      @media screen and (max-width: 750px) {
        .voice .content_voice .contents {
          padding: 20px;
          margin: 10px auto 0 auto; } }
      .voice .content_voice .contents p {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .025em;
        line-height: 1.6;
        color: #025758; }
        @media screen and (max-width: 750px) {
          .voice .content_voice .contents p {
            font-size: 14px; } }
      .voice .content_voice .contents .company_name {
        text-align: right;
        font-size: 17px;
        color: #222222;
        padding-top: 14px; }
        @media screen and (max-width: 750px) {
          .voice .content_voice .contents .company_name {
            font-size: 12px;
            padding-top: 10px; } }
      .voice .content_voice .contents .btn {
        display: block;
        width: 100%;
        max-width: 310px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding-top: 25px;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .voice .content_voice .contents .btn {
            max-width: 210px;
            padding-top: 17px; } }
        .voice .content_voice .contents .btn a {
          font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
          display: block;
          font-size: 21px;
          font-weight: bold;
          letter-spacing: .025em;
          line-height: 1.6;
          color: #fff;
          background-color: #025758;
          padding: 10px 0;
          border: 1px solid #025758;
          border-radius: 8px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          @media screen and (min-width: 751px) {
            .voice .content_voice .contents .btn a:hover {
              color: #025758;
              background-color: #fff; } }
          @media screen and (max-width: 750px) {
            .voice .content_voice .contents .btn a {
              font-size: 16px;
              padding: 5.6px 0; } }

/*----------------------------------------------------
smart_recommend
----------------------------------------------------*/
.smart_recommend {
  margin-bottom: 78px; }
  @media screen and (max-width: 750px) {
    .smart_recommend {
      margin-bottom: 30px; } }
  .smart_recommend .smart .smart_operation {
    text-align: center;
    background-color: #AACC03;
    padding: 54px 0 209px 0;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .smart_recommend .smart .smart_operation {
        padding: 30px 0 92.9px 0; } }
    .smart_recommend .smart .smart_operation .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .smart_recommend .smart .smart_operation .title .img_wrap {
        width: 100%;
        max-width: 244px;
        padding-right: 12px; }
        @media screen and (max-width: 750px) {
          .smart_recommend .smart .smart_operation .title .img_wrap {
            max-width: 151px; } }
      .smart_recommend .smart .smart_operation .title h3 {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 35px;
        font-weight: bold;
        letter-spacing: .025em;
        color: #fff;
        margin-bottom: 10px; }
        @media screen and (max-width: 750px) {
          .smart_recommend .smart .smart_operation .title h3 {
            font-size: 19px;
            line-height: 1.2;
            margin-bottom: 0; } }
  .smart_recommend .smart .smart_mv {
    width: 100%;
    margin: -190px auto 0 -15px; }
    @media screen and (max-width: 750px) {
      .smart_recommend .smart .smart_mv {
        margin: -80px auto 0 auto; } }
    .smart_recommend .smart .smart_mv .img_wrap {
      width: 100%;
      max-width: 841.84px;
      margin: 0 auto; }
  .smart_recommend .recommend {
    margin-top: 20px; }
    @media screen and (max-width: 750px) {
      .smart_recommend .recommend {
        margin-top: 15px; } }
    .smart_recommend .recommend h3 {
      text-align: center;
      font-size: 35px;
      font-weight: bold;
      letter-spacing: .025em;
      line-height: 1.3;
      margin-bottom: 24px; }
      @media screen and (max-width: 750px) {
        .smart_recommend .recommend h3 {
          font-size: 19px;
          margin-bottom: 13px; } }
    .smart_recommend .recommend .recommend_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .smart_recommend .recommend .recommend_content .contents {
        width: 48%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 24px 22px 37px 23px; }
        @media screen and (max-width: 750px) {
          .smart_recommend .recommend .recommend_content .contents {
            padding: 10px; } }
        .smart_recommend .recommend .recommend_content .contents .ttl {
          font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
          text-align: center;
          font-size: 25px;
          font-weight: bold;
          letter-spacing: .025em;
          line-height: 1.8;
          color: #fff;
          background-color: #222222;
          margin-bottom: 14.5px; }
          @media screen and (max-width: 750px) {
            .smart_recommend .recommend .recommend_content .contents .ttl {
              font-size: 12px;
              margin-bottom: 6px; } }
        .smart_recommend .recommend .recommend_content .contents .img_wrap {
          margin-bottom: 16px; }
          @media screen and (max-width: 750px) {
            .smart_recommend .recommend .recommend_content .contents .img_wrap {
              margin-bottom: 7px; } }
        .smart_recommend .recommend .recommend_content .contents .text_box {
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          min-height: 153px;
          padding: 23px 20px 24px 20px;
          border-radius: 5px;
          margin-bottom: 21px; }
          .smart_recommend .recommend .recommend_content .contents .text_box:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 750px) {
            .smart_recommend .recommend .recommend_content .contents .text_box {
              min-height: 127px;
              padding: 11.8px 8px 8.9px 8px;
              margin-bottom: 10px; }
              .smart_recommend .recommend .recommend_content .contents .text_box:last-child {
                min-height: 140px; } }
          .smart_recommend .recommend .recommend_content .contents .text_box .title {
            font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
            font-size: 19px;
            font-weight: bold;
            line-height: 1.75;
            color: #E75297; }
            @media screen and (max-width: 750px) {
              .smart_recommend .recommend .recommend_content .contents .text_box .title {
                font-size: 12px; } }
          .smart_recommend .recommend .recommend_content .contents .text_box .text {
            font-size: 14px;
            letter-spacing: .01em;
            line-height: 1.7; }
            @media screen and (max-width: 750px) {
              .smart_recommend .recommend .recommend_content .contents .text_box .text {
                font-size: 10px; } }
      .smart_recommend .recommend .recommend_content .if_manager {
        background-color: #54C2F0; }
        .smart_recommend .recommend .recommend_content .if_manager .text_box {
          background-color: #E3FBFF; }
      .smart_recommend .recommend .recommend_content .if_admin {
        background-color: #FFF000; }
        .smart_recommend .recommend .recommend_content .if_admin .text_box {
          background-color: #FFF7D5; }

/*----------------------------------------------------
difference
----------------------------------------------------*/
.difference {
  background-color: #E75297;
  padding: 68px 0 83px 0; }
  @media screen and (max-width: 750px) {
    .difference {
      padding: 24px 0 30px 0; } }
  .difference .inner_m {
    overflow: visible !important;
    padding: 0 10px; }
  .difference h3 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 43px; }
    @media screen and (max-width: 750px) {
      .difference h3 {
        font-size: 22px;
        margin-bottom: 18px; } }
  .difference .d_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .difference .d_content ul li {
      width: 48.5%;
      height: 465px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 5.46px;
      margin-bottom: 26px; }
      @media screen and (max-width: 750px) {
        .difference .d_content ul li {
          width: 100%;
          height: 100%;
          margin-bottom: 10px; } }
    .difference .d_content ul .color_c {
      background-color: #FFF7D5; }
      .difference .d_content ul .color_c p {
        width: 100%;
        max-width: 315px;
        font-size: 14px;
        letter-spacing: .01em;
        line-height: 1.7;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .difference .d_content ul .color_c p {
            max-width: 300px;
            font-size: 11px; } }
    .difference .d_content ul .conventional {
      padding: 22px; }
      @media screen and (max-width: 750px) {
        .difference .d_content ul .conventional {
          padding: 16px; } }
      .difference .d_content ul .conventional h4 {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        text-align: center;
        font-size: 33px;
        font-weight: bold;
        line-height: 1.3;
        padding-bottom: 14px; }
        @media screen and (max-width: 750px) {
          .difference .d_content ul .conventional h4 {
            font-size: 22px; } }
      .difference .d_content ul .conventional .img_wrap {
        width: 100%;
        max-width: 310px;
        padding-bottom: 18.5px;
        margin: 0 auto; }
    .difference .d_content ul .in_bulk {
      padding: 32px; }
      @media screen and (max-width: 750px) {
        .difference .d_content ul .in_bulk {
          padding: 25px 17px 17px 17px; } }
      .difference .d_content ul .in_bulk .img_wrap {
        width: 100%;
        max-width: 229.69px;
        padding-bottom: 14px;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .difference .d_content ul .in_bulk .img_wrap {
            padding-bottom: 19.8px; } }
    .difference .d_content ul .questions {
      height: 430px;
      background-color: #E6E6E6; }
      @media screen and (max-width: 750px) {
        .difference .d_content ul .questions {
          height: 100%; } }
      .difference .d_content ul .questions .img_wrap {
        max-width: 468px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 31px 0 0 24px;
        margin: 0 0 0 auto;}
        @media screen and (max-width: 750px) {
          .difference .d_content ul .questions .img_wrap {
            padding: 22.5px 0 0 17px; } }
        .difference .d_content ul .questions .img_wrap img {
          border-radius: 5.46px; }
    .difference .d_content ul .support {
      height: 430px;
      background-color: #FFFFFF;
      padding: 25px 26px 24px 26px; }
      @media screen and (max-width: 750px) {
        .difference .d_content ul .support {
          height: 100%;
          padding: 25px 10px 19px 10px; } }
      .difference .d_content ul .support .text_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 67px; }
        @media screen and (max-width: 750px) {
          .difference .d_content ul .support .text_box {
            margin-bottom: 48px; } }
        .difference .d_content ul .support .text_box .contents {
          position: relative;
          width: 30%;
          text-align: center;
          margin: 0 auto; }
          .difference .d_content ul .support .text_box .contents::before, .difference .d_content ul .support .text_box .contents::after {
            content: '';
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            margin: 0 auto; }
          .difference .d_content ul .support .text_box .contents::before {
            bottom: -35px;
            width: 8px;
            height: 25px;
            background-color: #E75297; }
            @media screen and (max-width: 750px) {
              .difference .d_content ul .support .text_box .contents::before {
                bottom: -25px;
                width: 4px;
                height: 15px; } }
          .difference .d_content ul .support .text_box .contents::after {
            bottom: -55px;
            width: 0px;
            height: 0px;
            border-width: 20px 20px 0 20px;
            border-style: solid;
            border-color: #E75297 transparent transparent transparent; }
            @media screen and (max-width: 750px) {
              .difference .d_content ul .support .text_box .contents::after {
                bottom: -35px;
                border-width: 10px 10px 0 10px; } }
          .difference .d_content ul .support .text_box .contents .img_wrap {
            padding-bottom: 13.6px;
            margin: 0 auto; }
          .difference .d_content ul .support .text_box .contents .ttl {
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 6.5px; }
            @media screen and (max-width: 750px) {
              .difference .d_content ul .support .text_box .contents .ttl {
                font-size: 11px; } }
          .difference .d_content ul .support .text_box .contents .txt {
            max-width: 125px;
            text-align: left;
            font-size: 12px;
            letter-spacing: .01em;
            line-height: 1.58;
            margin: 0 auto; }
            @media screen and (max-width: 750px) {
              .difference .d_content ul .support .text_box .contents .txt {
                font-size: 10px; } }
        .difference .d_content ul .support .text_box .service .img_wrap {
          max-width: 133.6px; }
          @media screen and (max-width: 750px) {
            .difference .d_content ul .support .text_box .service .img_wrap {
              max-width: 101px; } }
        .difference .d_content ul .support .text_box .insurance .img_wrap, .difference .d_content ul .support .text_box .window .img_wrap {
          max-width: 63px; }
          @media screen and (max-width: 750px) {
            .difference .d_content ul .support .text_box .insurance .img_wrap, .difference .d_content ul .support .text_box .window .img_wrap {
              max-width: 48px; } }
      .difference .d_content ul .support .customer_support {
        text-align: center;
        color: #fff;
        background-color: #025758;
        padding: 10px 0;
        border-radius: 5.44px; }
        @media screen and (max-width: 750px) {
          .difference .d_content ul .support .customer_support {
            padding: 5px 0; } }
        .difference .d_content ul .support .customer_support p {
          font-size: 16px;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            .difference .d_content ul .support .customer_support p {
              font-size: 10px; } }
          .difference .d_content ul .support .customer_support p span {
            font-size: 24px;
            font-weight: bold; }
            @media screen and (max-width: 750px) {
              .difference .d_content ul .support .customer_support p span {
                font-size: 16px; } }
  .difference .d_content .result {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px; }
    @media screen and (max-width: 750px) {
      .difference .d_content .result {
        margin-top: 52px; } }
    .difference .d_content .result::before, .difference .d_content .result::after {
      content: '';
      position: absolute;
      display: block;
      top: -55px;
      width: 0;
      height: 0;
      border-width: 20px 20px 0 20px;
      border-style: solid;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .difference .d_content .result::before, .difference .d_content .result::after {
          top: -40px; } }
    .difference .d_content .result::before {
      left: 23%;
      border-color: #fff transparent transparent transparent; }
    .difference .d_content .result::after {
      right: 23%;
      border-color: #FFF000 transparent transparent transparent; }
    .difference .d_content .result .cost, .difference .d_content .result .monthly_charge {
      width: 48.5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 17px 17px 17px 27px;
      border-radius: 5.46px; }
      @media screen and (max-width: 750px) {
        .difference .d_content .result .cost, .difference .d_content .result .monthly_charge {
          width: 100%;
          min-height: 290px;
          padding: 17px 20px; } }
      .difference .d_content .result .cost h4, .difference .d_content .result .monthly_charge h4 {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 31px;
        font-weight: bold;
        line-height: 1.2;
        color: #025758; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .cost h4, .difference .d_content .result .monthly_charge h4 {
            font-size: 24px; } }
    .difference .d_content .result .cost {
      background-color: #FFFFFF; }
      @media screen and (max-width: 750px) {
        .difference .d_content .result .cost {
          margin-bottom: 10px; } }
      .difference .d_content .result .cost h4 {
        padding-bottom: 7px; }
      .difference .d_content .result .cost .txt {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 10px; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .cost .txt {
            font-size: 14px; } }
      .difference .d_content .result .cost .calculation p {
        font-size: 13px;
        letter-spacing: .01em;
        line-height: 1.6; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .cost .calculation p {
            font-size: 11px; } }
      .difference .d_content .result .cost .calculation .repair_cost {
        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; }
        .difference .d_content .result .cost .calculation .repair_cost .circle {
          text-align: center;
          font-size: 18px;
          line-height: 1.5;
          color: #fff;
          background-color: #E75297;
          padding: 21px 5px;
          border-radius: 100%; }
          @media screen and (max-width: 750px) {
            .difference .d_content .result .cost .calculation .repair_cost .circle {
              font-size: 16px;
              padding: 21px 5px; } }
          .difference .d_content .result .cost .calculation .repair_cost .circle span {
            font-size: 14px; }
            @media screen and (max-width: 750px) {
              .difference .d_content .result .cost .calculation .repair_cost .circle span {
                font-size: 12px; } }
        .difference .d_content .result .cost .calculation .repair_cost .money {
          font-size: 23px;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            .difference .d_content .result .cost .calculation .repair_cost .money {
              font-size: 16px; } }
          .difference .d_content .result .cost .calculation .repair_cost .money span {
            color: #025758; }
            .difference .d_content .result .cost .calculation .repair_cost .money span.fz36 {
              font-size: 36px; }
              @media screen and (max-width: 750px) {
                .difference .d_content .result .cost .calculation .repair_cost .money span.fz36 {
                  font-size: 26px; } }
            .difference .d_content .result .cost .calculation .repair_cost .money span.fz54 {
              font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
              font-size: 54px;
              font-weight: bold;
              line-height: 1.3; }
              @media screen and (max-width: 750px) {
                .difference .d_content .result .cost .calculation .repair_cost .money span.fz54 {
                  font-size: 44px; } }
    .difference .d_content .result .monthly_charge {
      position: relative;
      background-color: #FFF000; }
      .difference .d_content .result .monthly_charge .img_wrap {
        max-width: 204px;
        padding-bottom: 7px;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .monthly_charge .img_wrap {
            padding-bottom: 11px; } }
      .difference .d_content .result .monthly_charge h4 {
        text-align: center;
        letter-spacing: inherit; }
      .difference .d_content .result .monthly_charge p {
        color: #025758; }
      .difference .d_content .result .monthly_charge .txt {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .monthly_charge .txt {
            font-size: 14px;
            line-height: 1.28;
            padding: 15px 0; } }
      .difference .d_content .result .monthly_charge .only {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 37px;
        font-weight: bold;
        line-height: 1.35; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .monthly_charge .only {
            font-size: 28px; } }
      .difference .d_content .result .monthly_charge .aio {
        position: absolute;
        bottom: -35px;
        right: 14px;
        width: 36.9%;
        max-width: 172px; }
        @media screen and (max-width: 750px) {
          .difference .d_content .result .monthly_charge .aio {
            bottom: -20px;
            right: 10px;
            max-width: 121px; } }

/*----------------------------------------------------
media
----------------------------------------------------*/
.media {
  margin-top: 55px; }
  @media screen and (max-width: 750px) {
    .media {
      margin-top: 23px; } }
  .media .inner_m {
    max-width: 1034px; }
  .media h3 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.39; }
    @media screen and (max-width: 750px) {
      .media h3 {
        font-size: 23px; } }
  .media .img_wrap {
    width: 100%;
    max-width: 70.88px;
    padding-top: 17.5px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .media .img_wrap {
        max-width: 46.93px;
        padding-top: 9.5px; } }
  .media .media_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px 0 72px 0; }
    @media screen and (max-width: 750px) {
      .media .media_link {
        margin: 21px 0 30px 0; } }
    .media .media_link li {
      width: 31.7%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .media .media_link li {
          width: 90%;
          padding-bottom: 10px;
          margin: 0 auto; }
          .media .media_link li:last-child {
            padding-bottom: 0; } }
      .media .media_link li a {
        display: block;
        min-height: 123px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 12.6px 10px 15.5px 10px;
        border: 1px solid #000;
        border-radius: 11.77px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        @media screen and (min-width: 751px) {
          .media .media_link li a:hover {
            opacity: .7; } }
        @media screen and (max-width: 750px) {
          .media .media_link li a {
            height: 100%;
            min-height: inherit;
            padding: 9.6px 10px 12.4px 10px; } }
      .media .media_link li h4 {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: .025em;
        line-height: 1.4;
        color: #fff;
        padding-bottom: 9px; }
        @media screen and (max-width: 750px) {
          .media .media_link li h4 {
            font-size: 18px; } }
      .media .media_link li p {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 13px;
        letter-spacing: .025em;
        line-height: 1.3;
        color: #000; }
        @media screen and (max-width: 750px) {
          .media .media_link li p {
            font-size: 12px; } }
    .media .media_link .itmedia a {
      background-color: #54C2F0; }
    .media .media_link .diamond a {
      background-color: #E75297; }
    .media .media_link .toyo a {
      background-color: #AACC03; }

/*----------------------------------------------------
lineup
----------------------------------------------------*/
.lineup {
  background-color: #FFF000;
  padding: 62px 0 81px 0; }
  @media screen and (max-width: 750px) {
    .lineup {
      padding: 30px 0; } }
  .lineup .ttl_box {
    text-align: center; }
    .lineup .ttl_box .img_wrap {
      width: 100%;
      margin: 0 auto; }
    .lineup .ttl_box .daas_logo {
      max-width: 362px; }
      @media screen and (max-width: 750px) {
        .lineup .ttl_box .daas_logo {
          max-width: 216px; } }
    .lineup .ttl_box .windows {
      max-width: 394px;
      padding-bottom: 12px; }
      @media screen and (max-width: 750px) {
        .lineup .ttl_box .windows {
          max-width: 176px;
          padding-bottom: 10px; } }
    .lineup .ttl_box h3 {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      font-size: 33px;
      font-weight: bold;
      letter-spacing: .025em;
      line-height: 1.39;
      padding: 31.5px 0 43.8px 0; }
      @media screen and (max-width: 750px) {
        .lineup .ttl_box h3 {
          font-size: 22px;
          padding: 15.8px 0 24.4px 0; } }
    .lineup .ttl_box p {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      font-size: 26px;
      font-weight: bold;
      letter-spacing: .025em;
      line-height: 1.76; }
      @media screen and (max-width: 750px) {
        .lineup .ttl_box p {
          font-size: 18px;
          line-height: 1.1; } }
    .lineup .ttl_box .contract_period {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      font-size: 31px;
      font-weight: bold;
      color: #E75297;
      padding: 30px 0; }
      @media screen and (max-width: 750px) {
        .lineup .ttl_box .contract_period {
          font-size: 21px;
          line-height: 1.19;
          padding-top: 15px; } }
  .lineup .pc_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 750px) {
      .lineup .pc_lineup {
        margin-top: 24px; } }
    .lineup .pc_lineup li {
      position: relative;
      width: 24%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff;
      padding: 22.5px 15px 36.5px 15px;
      border: 1px solid #000;
      margin-bottom: 37.8px; }
      @media screen and (max-width: 750px) {
        .lineup .pc_lineup li {
          width: 49%;
          padding: 18px 7px 28px 7px;
          margin-bottom: 9px; } }
      .lineup .pc_lineup li::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13.85px;
        background-color: #E75297; }
        @media screen and (max-width: 750px) {
          .lineup .pc_lineup li::before {
            height: 9px; } }
      .lineup .pc_lineup li .ttl {
        text-align: center;
        font-size: 19px;
        letter-spacing: .025em;
        line-height: 1.3;
        padding-bottom: 7px; }
        @media screen and (max-width: 750px) {
          .lineup .pc_lineup li .ttl {
            font-size: 14px;
            padding-bottom: 5px; } }
      .lineup .pc_lineup li .model_num {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        text-align: center;
        font-size: 15.21px;
        letter-spacing: .025em;
        padding-bottom: 13.5px; }
        @media screen and (max-width: 750px) {
          .lineup .pc_lineup li .model_num {
            font-size: 12px; } }
      .lineup .pc_lineup li .img_wrap {
        width: 100%;
        margin: 0 auto; }
      .lineup .pc_lineup li .txt {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        max-width: 217.8px;
        min-height: 82.6px;
        font-size: 11px;
        line-height: 1.6;
        padding-bottom: 8px;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .lineup .pc_lineup li .txt {
            font-size: 10px;
            line-height: 1.3;
            padding-bottom: 13px; } }
      .lineup .pc_lineup li .spec {
        max-width: 217.5px; }
      .lineup .pc_lineup li .monthly {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 17px; }
        .lineup .pc_lineup li .monthly::before {
          content: '';
          position: absolute;
          display: block;
          bottom: -15px;
          left: 0;
          width: 100%;
          height: 7.61px;
          background-color: #FFF000; }
          @media screen and (max-width: 750px) {
            .lineup .pc_lineup li .monthly::before {
              bottom: -13px;
              height: 5px; } }
        .lineup .pc_lineup li .monthly .circle {
          font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
          text-align: center;
          font-size: 13px;
          font-weight: bold;
          line-height: 1.5;
          color: #fff;
          background-color: #E75297;
          padding: 13px 10px;
          border-radius: 100%;
          margin-right: 8px; }
          @media screen and (max-width: 750px) {
            .lineup .pc_lineup li .monthly .circle {
              font-size: 10px;
              padding: 6px 4px; } }
        .lineup .pc_lineup li .monthly .money {
          font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
          font-size: 27px;
          color: #00707F; }
          @media screen and (max-width: 750px) {
            .lineup .pc_lineup li .monthly .money {
              font-size: 16px; } }
          .lineup .pc_lineup li .monthly .money span {
            font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
            font-size: 41px;
            font-weight: bold;}
            @media screen and (max-width: 750px) {
              .lineup .pc_lineup li .monthly .money span {
                font-size: 25px; } }
  .lineup .notice {
    text-align: right;
    margin-top: -19px; }
    @media screen and (max-width: 750px) {
      .lineup .notice {
        margin-top: 0; } }
    .lineup .notice p {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      display: inline-block;
      text-align: left;
      font-size: 11px;
      line-height: 1.6;
      padding-left: 1em;
      text-indent: -1em; }
      @media screen and (max-width: 750px) {
        .lineup .notice p {
          font-size: 9px;
          line-height: 1.0; } }
  .lineup .select_plan {
    position: relative;
    background-color: #fff;
    padding: 38px 43px;
    border: 1px solid #000;
    margin-top: 159px; }
    @media screen and (max-width: 750px) {
      .lineup .select_plan {
        padding: 30px 10px 10px 10px;
        margin-top: 76px; } }
    .lineup .select_plan::before, .lineup .select_plan::after {
      content: '';
      position: absolute;
      display: block;
      top: -150px;
      left: 0;
      right: 0;
      width: 21.8px;
      height: 73px;
      background-color: #00707F;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .lineup .select_plan::before, .lineup .select_plan::after {
          top: -77px;
          width: 16px;
          height: 55px; } }
    .lineup .select_plan::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .lineup .select_plan .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 750px) {
        .lineup .select_plan .title .m365_logo {
          width: 55%; } }
      .lineup .select_plan .title h3 {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
        font-size: 33px;
        font-weight: bold;
        letter-spacing: .025em;
        line-height: 1.39;
        padding-left: 20px; }
        @media screen and (max-width: 750px) {
          .lineup .select_plan .title h3 {
            font-size: 20px;
            padding-left: 0; } }
    .lineup .select_plan .notice {
        font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      text-align: center;
      font-size: 15px;
      letter-spacing: .025em;
      padding-top: 30px; }
      @media screen and (max-width: 750px) {
        .lineup .select_plan .notice {
          padding-top: 12px; } }
    .lineup .select_plan .plan_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 784px;
      padding: 24px 0 31px 0;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .lineup .select_plan .plan_link {
          padding: 12px 0 0 0; } }
      .lineup .select_plan .plan_link li {
        display: inline-block;
        vertical-align: middle;
        width: 31.8%;
        padding-bottom: 17px; }
        @media screen and (max-width: 750px) {
          .lineup .select_plan .plan_link li {
            width: 100%;
            padding-bottom: 10px; }
            .lineup .select_plan .plan_link li:last-child {
              padding-bottom: 0; } }
        .lineup .select_plan .plan_link li a {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 21.58px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
          @media screen and (min-width: 751px) {
            .lineup .select_plan .plan_link li a {
              background-color: #54C2F0; }
              .lineup .select_plan .plan_link li a:hover {
                background-color: #00707F; } }
          @media screen and (max-width: 750px) {
            .lineup .select_plan .plan_link li a {
              border: 10px solid #54C2F0; } }
          .lineup .select_plan .plan_link li a p {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 113px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 25px 20px; }
            @media screen and (max-width: 750px) {
              .lineup .select_plan .plan_link li a p {
                min-height: 83px;
                background-color: #54C2F0;
                padding: 0; } }
            .lineup .select_plan .plan_link li a p .ttl {
              display: block;
              width: 100%;
              text-align: center;
              font-size: 21px;
              letter-spacing: .025em;
              line-height: 1.5;
              color: #fff;
              margin: auto; }
              @media screen and (max-width: 750px) {
                .lineup .select_plan .plan_link li a p .ttl {
                  font-size: 20px;
                  margin: 0; } }
          .lineup .select_plan .plan_link li a .img_wrap {
            padding: 15px; }
          .lineup .select_plan .plan_link li a .notice {
            text-align: right;
            font-size: 8px;
            color: #222222;
            padding: 0 10px 5px 0; }
    .lineup .select_plan h4 {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      text-align: center;
      font-size: 25px;
      letter-spacing: .025em;
      line-height: 1.8;
      padding-bottom: 12.9px;
      border-bottom: 1px solid #000; }

/*----------------------------------------------------
dlc
----------------------------------------------------*/
.dlc {
  margin: 62px auto; }
  @media screen and (max-width: 750px) {
    .dlc {
      margin: 30px auto; } }
  .dlc .dl_btn a {
    display: block;
    max-width: 316px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    letter-spacing: .025em;
    line-height: 1.4;
    color: #fff;
    background-color: #E75297;
    padding: 27px 50px;
    border: 2px solid #E75297;
    border-radius: 11.77px;
    margin: 0 auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    @media screen and (min-width: 751px) {
      .dlc .dl_btn a:hover {
        color: #E75297;
        background-color: #fff; } }
    @media screen and (max-width: 750px) {
      .dlc .dl_btn a {
        max-width: 260px;
        font-size: 18px;
        padding: 21px 0px; } }
/*----------------------------------------------------
contact
----------------------------------------------------*/
.contact {
  margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .contact {
      margin-bottom: 140px; } }
  .contact .ttl {
    text-align: center;
    margin: 77px 0 70px 0; }
    @media screen and (max-width: 750px) {
      .contact .ttl {
        margin: 40px 0 30px 0; } }
    .contact .ttl p {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      font-size: 27px;
      font-weight: bold;
      letter-spacing: .025em;
      line-height: 1.7; }
      @media screen and (max-width: 750px) {
        .contact .ttl p {
          font-size: 17px; } }
    .contact .ttl h3 {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
      font-size: 33px;
      font-weight: bold;
      letter-spacing: .025em;
      line-height: 1.39;
      color: #025758;
      padding-top: 15px; }
      @media screen and (max-width: 750px) {
        .contact .ttl h3 {
          font-size: 23px;
          padding-top: 5px; } }
