@charset "UTF-8";
/*--test bnr delete--*/
.s5-getStarted {
  display: none; }

#ssm {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #ssm {
      width: 90%;
      max-width: 860px;
      margin: 0 5% 25px; } }
  #ssm * {
    box-sizing: border-box; }
  #ssm h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px auto;
    color: #2f353d; }
    @media screen and (max-width: 768px) {
      #ssm h1 {
        font-size: 20px; } }
  #ssm .product-select {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #ssm .product-select {
        margin-bottom: 30px; } }
    #ssm .product-select .flex {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #404348;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #ssm .product-select .flex {
          display: block;
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
      #ssm .product-select .flex .select-ttl {
        width: 160px;
        font-size: 18px;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #404348;
        border-bottom: none; }
        @media screen and (max-width: 768px) {
          #ssm .product-select .flex .select-ttl {
            width: 100%;
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #404348;
            font-size: 16px;
            line-height: 1.4; } }
      #ssm .product-select .flex .product-remove {
        display: flex;
        justify-content: flex-end;
        margin-left: 40px; }
        @media screen and (max-width: 768px) {
          #ssm .product-select .flex .product-remove {
            margin-bottom: 20px;
            display: block;
            margin-left: 5px; } }
        #ssm .product-select .flex .product-remove span {
          cursor: pointer;
          font-size: 14px;
          position: relative;
          padding-left: 12px;
          text-decoration: none;
          color: #000; }
          #ssm .product-select .flex .product-remove span:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 0;
            height: 0;
            margin-top: -7px;
            content: "";
            border-width: 6px 0 6px 8px;
            border-style: solid;
            border-color: transparent transparent transparent #333; }
          #ssm .product-select .flex .product-remove span:hover {
            text-decoration: underline; }
    #ssm .product-select .radio-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #ssm .product-select .radio-wrapper input[type="radio"] {
        display: none; }
      #ssm .product-select .radio-wrapper .label-a9,
      #ssm .product-select .radio-wrapper .label-a7000,
      #ssm .product-select .radio-wrapper .label-other {
        font-size: 16px;
        line-height: 40px;
        display: block;
        height: 40px;
        margin: 0 15px 15px 0;
        padding: 0 13px;
        cursor: pointer;
        border-radius: 100vh; }
        @media screen and (max-width: 768px) {
          #ssm .product-select .radio-wrapper .label-a9,
          #ssm .product-select .radio-wrapper .label-a7000,
          #ssm .product-select .radio-wrapper .label-other {
            font-size: 14px;
            line-height: 32px;
            height: 32px; } }
      #ssm .product-select .radio-wrapper .label-a9 {
        color: #d11f4c;
        border: 1px solid #d11f4c; }
        #ssm .product-select .radio-wrapper .label-a9:hover {
          background: #ffe5ec; }
      #ssm .product-select .radio-wrapper .label-a7000 {
        color: #735ce6;
        border: 1px solid #735ce6; }
        #ssm .product-select .radio-wrapper .label-a7000:hover {
          background: #eae5ff; }
      #ssm .product-select .radio-wrapper .label-other {
        color: #008754;
        border: 1px solid #008754; }
        #ssm .product-select .radio-wrapper .label-other:hover {
          background: #dff7ef; }
      #ssm .product-select .radio-wrapper input[type="radio"]:checked + .label-a9 {
        color: #fff;
        background: #d11f4c; }
      #ssm .product-select .radio-wrapper input[type="radio"]:checked + .label-a7000 {
        color: #fff;
        background: #735ce6; }
      #ssm .product-select .radio-wrapper input[type="radio"]:checked + .label-other {
        color: #fff;
        background: #008754; }
    #ssm .product-select .note {
      font-size: 14px;
      margin-top: 5px;
      padding-left: 1em;
      text-indent: -1em; }
      @media screen and (max-width: 768px) {
        #ssm .product-select .note {
          width: 100%;
          margin-top: 0; } }
  #ssm .state-select {
    display: block !important;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #ssm .state-select {
        margin-bottom: 30px; } }
    #ssm .state-select .state-select-wrapper {
      padding: 30px;
      background: #f3f4f6; }
      @media screen and (max-width: 768px) {
        #ssm .state-select .state-select-wrapper {
          padding: 15px; } }
      #ssm .state-select .state-select-wrapper .select-inner {
        position: relative;
        width: 320px; }
        @media screen and (max-width: 768px) {
          #ssm .state-select .state-select-wrapper .select-inner {
            width: 100%; } }
        #ssm .state-select .state-select-wrapper .select-inner::after {
          position: absolute;
          top: 40%;
          /* 矢印の位置 */
          right: 20px;
          /* 矢印の位置 */
          width: 6px;
          /* 矢印の大きさ */
          height: 6px;
          /* 矢印の大きさ */
          content: "";
          -webkit-transform: rotate(135deg);
          /* 矢印の傾き */
          transform: rotate(135deg);
          /* 矢印の傾き */
          pointer-events: none;
          /* 矢印部分もクリック可能にする */
          border-top: 1px solid #404348;
          /* 矢印の線 */
          border-right: 1px solid #404348;
          /* 矢印の線 */ }
        #ssm .state-select .state-select-wrapper .select-inner select {
          line-height: 1;
          position: relative;
          width: 100%;
          height: 60px;
          padding-left: 22px;
          cursor: pointer;
          border: 1px solid #c8cbce;
          appearance: none; }
  #ssm .select-store {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #ssm .select-store {
        margin-bottom: 30px; } }
    #ssm .select-store .flex {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #404348;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #ssm .select-store .flex {
          display: block;
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
      #ssm .select-store .flex .select-ttl {
        font-size: 18px;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #404348;
        border-bottom: none; }
        @media screen and (max-width: 768px) {
          #ssm .select-store .flex .select-ttl {
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #404348;
            font-size: 16px;
            line-height: 1.4; } }
      #ssm .select-store .flex .all-select {
        display: flex;
        justify-content: flex-end;
        margin-left: 40px; }
        @media screen and (max-width: 768px) {
          #ssm .select-store .flex .all-select {
            margin-bottom: 20px;
            display: block;
            margin-left: 5px; } }
        #ssm .select-store .flex .all-select span {
          cursor: pointer;
          font-size: 14px;
          position: relative;
          padding-left: 12px;
          text-decoration: none;
          color: #000; }
          #ssm .select-store .flex .all-select span:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 0;
            height: 0;
            margin-top: -7px;
            content: "";
            border-width: 6px 0 6px 8px;
            border-style: solid;
            border-color: transparent transparent transparent #333; }
          #ssm .select-store .flex .all-select span:hover {
            text-decoration: underline; }
    #ssm .select-store .checkbox-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #ssm .select-store .checkbox-wrapper {
          margin-bottom: 15px; } }
      #ssm .select-store .checkbox-wrapper input[type="checkbox"] {
        display: none; }
      #ssm .select-store .checkbox-wrapper .label {
        font-size: 16px;
        line-height: 40px;
        display: block;
        height: 40px;
        margin: 0 15px 15px 0;
        padding: 0 13px;
        cursor: pointer;
        color: #41454a;
        border: 1px solid #d9dadb;
        border-radius: 100vh;
        background: #fbfcff; }
        @media screen and (max-width: 768px) {
          #ssm .select-store .checkbox-wrapper .label {
            font-size: 14px;
            line-height: 32px;
            height: 32px; } }
        #ssm .select-store .checkbox-wrapper .label:hover {
          background: #f5f8ff; }
      #ssm .select-store .checkbox-wrapper input[type="checkbox"]:checked + .label {
        color: #004fff;
        border-color: #004fff;
        background: #f5f8ff; }
  #ssm .notes {
    margin-bottom: 50px;
    padding: 12px 0;
    text-align: center;
    background: #5687f4; }
    @media screen and (max-width: 768px) {
      #ssm .notes {
        margin-bottom: 35px;
        padding: 8px;
        text-align: left; } }
    #ssm .notes p {
      color: #fff; }
      @media screen and (max-width: 768px) {
        #ssm .notes p {
          font-size: 12px; } }
  #ssm .select-ttl {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #404348;
    border-bottom: 1px solid #404348; }
    @media screen and (max-width: 768px) {
      #ssm .select-ttl {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 12px; } }
  #ssm .results .state-wrapper {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #ssm .results .state-wrapper {
        margin-bottom: 50px; } }
    #ssm .results .state-wrapper .state h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 40px;
      color: #2f353d; }
      @media screen and (max-width: 768px) {
        #ssm .results .state-wrapper .state h2 {
          font-size: 24px;
          margin-bottom: 15px; } }
    #ssm .results .state-wrapper .state .store-wrapper {
      width: 96.66%;
      margin: 0 auto 40px; }
      @media screen and (max-width: 768px) {
        #ssm .results .state-wrapper .state .store-wrapper {
          margin: 0 auto 25px; } }
      #ssm .results .state-wrapper .state .store-wrapper h3 {
        font-size: 20px;
        display: block;
        padding: 11px 15px;
        color: #fff;
        background: #676c73; }
        @media screen and (max-width: 768px) {
          #ssm .results .state-wrapper .state .store-wrapper h3 {
            font-size: 18px;
            padding: 0 10px; } }
      #ssm .results .state-wrapper .state .store-wrapper ul.store {
        display: block;
        background: #fff; }
        #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit {
          position: relative;
          padding: 25px;
          transition: 0.3s;
          pointer-events: none;
          border-bottom: 1px solid #e0e0e0; }
          @media screen and (max-width: 768px) {
            #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit {
              padding: 20px 0 50px; } }
          #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit:hover {
            background: #f5f8ff; }
          #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit p {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #404348; }
            @media screen and (max-width: 768px) {
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit p {
                font-size: 16px;
                line-height: 1.4; } }
          #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul {
            display: flex;
            flex-direction: row; }
            @media screen and (max-width: 768px) {
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul {
                flex-wrap: wrap; } }
            #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul li {
              font-size: 14px;
              font-weight: bold;
              line-height: 40px;
              margin: 0 10px 10px 0;
              padding: 0 13px;
              color: #fff;
              border-radius: 100vh; }
              @media screen and (max-width: 768px) {
                #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul li {
                  font-size: 12px;
                  line-height: 32px;
                  display: inline-block; } }
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul li.a9 {
                background: #d11f4c; }
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul li.a7000 {
                background: #735ce6; }
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit ul li.other {
                background: #008754; }
          #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit a {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            pointer-events: auto; }
            #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit a span {
              font-size: 14px;
              position: absolute;
              top: calc(50% - 7px);
              right: 25px;
              display: inline-block;
              padding-left: 12px;
              text-decoration: none;
              color: #000; }
              @media screen and (max-width: 768px) {
                #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit a span {
                  top: auto;
                  bottom: 20px;
                  left: 0; } }
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit a span:before {
                position: absolute;
                top: 50%;
                left: 0;
                width: 0;
                height: 0;
                margin-top: -6px;
                content: "";
                border-width: 6px 0 6px 8px;
                border-style: solid;
                border-color: transparent transparent transparent #333; }
              #ssm .results .state-wrapper .state .store-wrapper ul.store li.store-unit a span:hover {
                text-decoration: underline; }

p.notfound {
  display: none;
  font-size: 18px;
  margin: -30px 0 60px; }
  @media screen and (max-width: 768px) {
    p.notfound {
      font-size: 16px;
      margin: 0 0 40px; } }

@media screen and (min-width: 769px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; }

  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; } }

/*# sourceMappingURL=ssm.css.map */
