@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");
.SP {
  display: none; }
  @media (max-width: 640px) {
    .SP {
      display: block; } }

#support {
  font-family: "Noto Sans Japanese", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
  color: #333; }
  #support img {
    max-width: 100%;
    height: auto；; }
  #support a img:hover {
    opacity: 0.7; }
  #support .header {
    background-color: #F24FA0; }
    #support .header .container {
      width: 980px;
      margin: 0 auto;
      padding: 40px 0;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        #support .header .container {
          width: 100%;
          margin: 0;
          padding: 40px 15px; } }
      #support .header .container h2 {
        text-align: center;
        margin-bottom: 30px; }
        #support .header .container h2.sub {
          margin-bottom: 0; }
        @media (max-width: 640px) {
          #support .header .container h2 img {
            height: 30px; } }
      #support .header .container p {
        line-height: 1.5;
        color: #fff;
        font-size: 18px; }
        @media (max-width: 640px) {
          #support .header .container p {
            font-size: 14px; } }
      #support .header .container .news {
        background-color: #fff;
        border-radius: 6px;
        padding: 15px;
        margin-top: 20px; }
        #support .header .container .news h3 {
          font-size: 18px;
          color: #f24fa0;
          margin-bottom: 15px;
          font-weight: bold; }
          @media (max-width: 640px) {
            #support .header .container .news h3 {
              font-size: 16px; } }
        #support .header .container .news ul li {
          line-height: 1.5;
          font-size: 16px;
          margin-bottom: 10px; }
          @media (max-width: 640px) {
            #support .header .container .news ul li {
              font-size: 14px; } }
          #support .header .container .news ul li span {
            display: inline-block;
            margin-right: 5px;
            border-radius: 4px;
            color: #fff;
            padding: 0px 8px;
            font-size: 14px; }
            #support .header .container .news ul li span.iconNews {
              background-color: #0086AB; }
            #support .header .container .news ul li span.iconInfo {
              background-color: #cc0000; }
          #support .header .container .news ul li a {
            color: #333;
            text-decoration: none; }
            #support .header .container .news ul li a:hover {
              text-decoration: underline; }
  #support .content .container {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      #support .content .container {
        width: 100%;
        margin: 0;
        padding: 40px 15px; } }
    #support .content .container .box_qa {
      margin-bottom: 50px; }
      @media (max-width: 640px) {
        #support .content .container .box_qa {
          margin-bottom: 20px; } }
      #support .content .container .box_qa .title {
        font-weight: bold;
        font-size: 24px;
        padding-left: 15px;
        border-left: thick solid #F24FA0;
        margin-bottom: 15px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .content .container .box_qa .title {
            font-size: 20px; } }
      #support .content .container .box_qa .txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px; }
        @media (max-width: 640px) {
          #support .content .container .box_qa .txt {
            font-size: 14px; } }
      #support .content .container .box_qa .bnr_qa {
        background-image: url("../img/bnr_qa.png");
        background-repeat: no-repeat;
        width: 980px;
        height: 100px;
        display: block;
        text-indent: -9999px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 640px) {
          #support .content .container .box_qa .bnr_qa {
            background-image: url("../img/bnr_qaSP.png");
            background-size: cover;
            width: 100%;
            height: 0;
            padding-top: 31.25%;
            box-sizing: border-box; } }
        #support .content .container .box_qa .bnr_qa:hover {
          opacity: 0.7; }
    #support .content .container .list {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 640px) {
        #support .content .container .list {
          display: block; } }
      #support .content .container .list a {
        text-decoration: none;
        color: #333; }
      #support .content .container .list .box {
        box-sizing: border-box;
        border-radius: 6px;
        background-color: #ddd;
        border: 2px solid #ddd;
        width: 480px;
        padding: 40px;
        text-align: center;
        cursor: pointer;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 640px) {
          #support .content .container .list .box {
            margin-bottom: 20px;
            width: 100%;
            text-align: left;
            padding: 20px; } }
        #support .content .container .list .box:hover {
          background-color: #fff; }
        #support .content .container .list .box h4 {
          margin-bottom: 40px;
          font-weight: bold;
          font-size: 24px; }
          @media (max-width: 640px) {
            #support .content .container .list .box h4 {
              font-size: 20px;
              margin-bottom: 20px; } }
          #support .content .container .list .box h4 i {
            font-size: 40px;
            margin-right: 15px;
            vertical-align: sub; }
        #support .content .container .list .box p {
          font-size: 16px;
          line-height: 1.5; }
          @media (max-width: 640px) {
            #support .content .container .list .box p {
              font-size: 14px; } }
  #support .info {
    background-color: #ddd; }
    #support .info .container {
      width: 980px;
      margin: 0 auto;
      padding: 40px 0;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        #support .info .container {
          width: 100%;
          margin: 0;
          padding: 40px 15px; } }
      #support .info .container h3 {
        font-weight: bold;
        font-size: 24px;
        padding-left: 15px;
        border-left: thick solid #F24FA0;
        margin-bottom: 30px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .info .container h3 {
            font-size: 20px; } }
      #support .info .container .list li {
        margin-bottom: 15px;
        font-size: 16px;
        background: url("../img/icon01.png") no-repeat 0 0;
        background-size: 27px 24px;
        padding-left: 40px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .info .container .list li {
            font-size: 14px;
            line-height: 24px; } }
        #support .info .container .list li a {
          color: #333;
          text-decoration: none; }
          #support .info .container .list li a:hover {
            text-decoration: underline; }
  #support .second_page .container {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      #support .second_page .container {
        width: 100%;
        margin: 0;
        padding: 40px 15px; } }
    #support .second_page .container .box {
      margin-bottom: 80px; }
      @media (max-width: 640px) {
        #support .second_page .container .box {
          margin-bottom: 20px; } }
      #support .second_page .container .box .title {
        font-weight: bold;
        font-size: 24px;
        padding-left: 15px;
        border-left: thick solid #F24FA0;
        margin-bottom: 20px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .second_page .container .box .title {
            font-size: 20px; } }
      #support .second_page .container .box .title2 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .second_page .container .box .title2 {
            font-size: 20px; } }
        #support .second_page .container .box .title2 span {
          display: inline-block;
          margin-right: 10px;
          border-radius: 4px;
          color: #fff;
          padding: 0px 15px; }
          #support .second_page .container .box .title2 span.iconNews {
            background-color: #0086AB; }
          #support .second_page .container .box .title2 span.iconInfo {
            background-color: #cc0000; }
      #support .second_page .container .box .title_sub {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
        color: #F24FA0;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .second_page .container .box .title_sub {
            font-size: 16px; } }
      #support .second_page .container .box .txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px; }
        @media (max-width: 640px) {
          #support .second_page .container .box .txt {
            font-size: 14px; } }
        #support .second_page .container .box .txt strong {
          color: #F24FA0;
          font-weight: bold; }
      #support .second_page .container .box .txt2 {
        background-color: #ddd;
        padding: 30px;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 30px; }
        @media (max-width: 640px) {
          #support .second_page .container .box .txt2 {
            padding: 20px;
            font-size: 14px; } }
      #support .second_page .container .box .txt_sub {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
        color: #666; }
        @media (max-width: 640px) {
          #support .second_page .container .box .txt_sub {
            font-size: 14px; } }
        #support .second_page .container .box .txt_sub strong {
          color: #F24FA0;
          font-weight: bold; }
      #support .second_page .container .box .list li {
        margin-bottom: 15px; }
      #support .second_page .container .box .btn {
        line-height: 1;
        box-sizing: border-box;
        color: #fff;
        background-color: #F24FA0;
        border-radius: 6px;
        font-size: 20px;
        display: inline-block;
        padding: 15px 20px;
        text-decoration: none;
        font-weight: bold;
        border: 2px solid #F24FA0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 640px) {
          #support .second_page .container .box .btn {
            font-size: 14px;
            display: block;
            padding: 15px; } }
        #support .second_page .container .box .btn:hover {
          background-color: #fff;
          color: #F24FA0; }
        #support .second_page .container .box .btn i {
          margin-right: 15px; }
      #support .second_page .container .box .btn2 {
        line-height: 1;
        box-sizing: border-box;
        color: #fff;
        background-color: #ff7200;
        border-radius: 6px;
        font-size: 20px;
        display: inline-block;
        padding: 15px 20px;
        text-decoration: none;
        font-weight: bold;
        border: 2px solid #ff7200;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 640px) {
          #support .second_page .container .box .btn2 {
            font-size: 14px;
            display: block;
            padding: 15px; } }
        #support .second_page .container .box .btn2:hover {
          background-color: #fff;
          color: #ff7200; }
        #support .second_page .container .box .btn2 i {
          margin-right: 15px; }
      #support .second_page .container .box .navidial {
        background-color: #ddd;
        padding: 30px;
        margin-bottom: 20px; }
        @media (max-width: 640px) {
          #support .second_page .container .box .navidial {
            padding: 20px; } }
        #support .second_page .container .box .navidial p {
          font-size: 36px;
          font-weight: bold;
          color: #e82687;
          line-height: 1.5; }
          @media (max-width: 640px) {
            #support .second_page .container .box .navidial p {
              font-size: 26px; } }
          #support .second_page .container .box .navidial p a {
            color: #e82687;
            text-decoration: none; }
          #support .second_page .container .box .navidial p img {
            height: 40px;
            margin-right: 15px;
            vertical-align: sub; }
            @media (max-width: 640px) {
              #support .second_page .container .box .navidial p img {
                height: 20px; } }
          #support .second_page .container .box .navidial p span {
            font-size: 16px;
            font-weight: normal;
            display: inline-block;
            margin-left: 20px;
            color: #333; }
            @media (max-width: 640px) {
              #support .second_page .container .box .navidial p span {
                font-size: 14px;
                display: block;
                margin: 15px 0 0 0; } }
      #support .second_page .container .box .table01 {
        border-collapse: collapse;
        font-size: 16px;
        line-height: 1.5; }
        @media (max-width: 640px) {
          #support .second_page .container .box .table01 {
            font-size: 14px; } }
        #support .second_page .container .box .table01 th {
          border: 1px solid #ddd;
          padding: 10px; }
        #support .second_page .container .box .table01 td {
          border: 1px solid #ddd;
          padding: 10px; }
  #support .news_201101 {
    background-image: url("../img/news/20181101/bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 640px) {
      #support .news_201101 {
        background-position: center center; } }
    #support .news_201101 .inner {
      width: 980px;
      margin: 0 auto;
      padding: 80px 0;
      box-sizing: border-box;
      text-align: center; }
      @media (max-width: 640px) {
        #support .news_201101 .inner {
          width: 100%;
          margin: 0;
          padding: 30px 15px; } }
      #support .news_201101 .inner .title {
        margin-bottom: 10px; }
        @media (max-width: 640px) {
          #support .news_201101 .inner .title {
            margin-bottom: 20px; } }
      #support .news_201101 .inner .txt01 {
        margin-bottom: 80px; }
        @media (max-width: 640px) {
          #support .news_201101 .inner .txt01 {
            margin-bottom: 40px; } }
      #support .news_201101 .inner .box_message {
        background-image: url("../img/news/20181101/bg_message.png");
        width: 1000px;
        height: 600px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 25px 88px 0 190px;
        margin-bottom: 70px;
        text-align: left; }
        @media (max-width: 640px) {
          #support .news_201101 .inner .box_message {
            background: none;
            background-color: #fff;
            width: 100%;
            height: auto;
            padding: 15px;
            border-radius: 6px;
            border: 2px solid #d7e817;
            margin-bottom: 40px; } }
        #support .news_201101 .inner .box_message p {
          font-size: 14px;
          line-height: 1.8; }
          @media (max-width: 640px) {
            #support .news_201101 .inner .box_message p {
              font-size: 14px; } }
        #support .news_201101 .inner .box_message .pcNoneImg {
          display: none; }
          @media (max-width: 640px) {
            #support .news_201101 .inner .box_message .pcNoneImg {
              display: block; } }
  #support .news_201901 {
    background-image: url("../img/news/20190107/bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 640px) {
      #support .news_201901 {
        background-position: center center; } }
    #support .news_201901 .inner {
      width: 980px;
      margin: 0 auto;
      padding: 80px 0;
      box-sizing: border-box;
      text-align: center; }
      @media (max-width: 640px) {
        #support .news_201901 .inner {
          width: 100%;
          margin: 0;
          padding: 30px 15px; } }
      #support .news_201901 .inner .title {
        margin-bottom: 10px; }
        @media (max-width: 640px) {
          #support .news_201901 .inner .title {
            margin-bottom: 20px; } }
      #support .news_201901 .inner .txt01 {
        margin-bottom: 80px; }
        @media (max-width: 640px) {
          #support .news_201901 .inner .txt01 {
            margin-bottom: 40px; } }
      #support .news_201901 .inner .box_message {
        background-image: url("../img/news/20190107/bg_message.png");
        width: 1056px;
        height: 706px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 80px 100px 0 100px;
        margin-bottom: 70px;
        text-align: left; }
        @media (max-width: 640px) {
          #support .news_201901 .inner .box_message {
            background: none;
            background-color: #fff;
            width: 100%;
            height: auto;
            padding: 15px;
            border-radius: 6px;
            border: 2px solid #ff2a00;
            margin-bottom: 40px; } }
        #support .news_201901 .inner .box_message p {
          font-size: 16px;
          line-height: 1.8; }
          @media (max-width: 640px) {
            #support .news_201901 .inner .box_message p {
              font-size: 13px; } }
        #support .news_201901 .inner .box_message .pcNoneImg {
          display: none; }
          @media (max-width: 640px) {
            #support .news_201901 .inner .box_message .pcNoneImg {
              display: block; } }
  #support .santa_message {
    background-image: url("../img/news/santa_message/bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 640px) {
      #support .santa_message {
        background-position: center center; } }
    #support .santa_message .inner {
      width: 980px;
      margin: 0 auto;
      padding: 80px 0;
      box-sizing: border-box;
      text-align: center; }
      @media (max-width: 640px) {
        #support .santa_message .inner {
          width: 100%;
          margin: 0;
          padding: 30px 15px; } }
      #support .santa_message .inner .txt01 {
        font-family: 'Mochiy Pop One', sans-serif;
        color: #fff;
        font-size: 30px;
        line-height: 2;
        margin-bottom: 50px; }
        @media (max-width: 640px) {
          #support .santa_message .inner .txt01 {
            font-size: 16px;
            margin-bottom: 30px; } }
      #support .santa_message .inner .txt02 {
        font-family: 'Mochiy Pop One', sans-serif;
        color: #fff;
        font-size: 30px;
        line-height: 2;
        margin-bottom: 50px; }
        @media (max-width: 640px) {
          #support .santa_message .inner .txt02 {
            font-size: 16px;
            margin-bottom: 30px; } }
      #support .santa_message .inner .box_message {
        width: 1000px;
        box-sizing: border-box;
        margin: 0 auto 50px;
        padding: 25px;
        border: 6px solid #fff000;
        background-color: #fff;
        border-radius: 10px;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        font-weight: bold; }
        @media (max-width: 640px) {
          #support .santa_message .inner .box_message {
            width: 100%;
            margin: 0 0 30px 0;
            font-size: 14px;
            padding: 10px; } }
        #support .santa_message .inner .box_message .txt2 {
          padding: 20px 0;
          text-align: center; }
      #support .santa_message .inner .bottom_btn li {
        margin-bottom: 30px; }
        #support .santa_message .inner .bottom_btn li a {
          font-family: 'Mochiy Pop One', sans-serif;
          display: inline-block;
          background-color: #004A20;
          color: #fff;
          border-radius: 10px;
          padding: 10px 30px;
          width: 600px;
          box-sizing: border-box;
          font-size: 20px;
          text-decoration: none;
          border: 2px solid #009250; }
          @media (max-width: 640px) {
            #support .santa_message .inner .bottom_btn li a {
              width: 100%;
              font-size: 16px; } }
          #support .santa_message .inner .bottom_btn li a:hover {
            opacity: 0.7; }

/*# sourceMappingURL=common.css.map */
