@charset "UTF-8";
@import url(//db.onlinewebfonts.com/c/4387b781fdcc752283b72bdc76757065?family=All+Round+Gothic);
/*----------------------------------------------------*/
/*----------------------   PC   ----------------------*/
/*----------------------------------------------------*/

@media screen and (min-width: 750px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
  }
  .sp { display: none; }

/*----------------------   header   ----------------------*/

  header {
    display: block;
    width: 1100px;
    margin: 10px auto;
    background-color: #fff;
  }
  header h1 {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin: 0 auto 0 0;
  }
  header h1 img {
    display: block;
    width: 100%;
  }
  header p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
  header ul {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    padding-left: 150px;
  }
  header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
  }
  header ul li span {
    color: #ff64ba;
    font-weight: bold;
  }
  header ul li img {
    display: block;
    vertical-align: middle;
    width: 50px;
  }
  header nav.NavMenu {
    display: none;
  }

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
    background-color: #f9f9f9;
    height: 300px;
    position: relative;
  }
  #top .topwrap {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
  }
  #top .topwrap .topback {
    background-color: rgba(255, 100, 186, 0.7);
    width: 35%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .toptext {
    width: 1100px;
    height: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 0;
  }
  #top .toptext h2 {
    color: #fff;
    font-size: 28px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 90px;
    display: block;
  }
  #top .toptext h2 span {
    color: #fff;
    font-size: 16px;
    line-height: 3; 
  }
  #top .toptext h2:before {
    content: '';
    position: absolute;
    left: 50%;
    /*線の上下位置*/
    bottom: 48px;
    display: inline-block;
    /*線の長さ*/
    width: 60px;
    /*線の太さ*/
    height: 1px;
    /*位置調整*/
    -webkit-transform: translateX(-190%);
    transform: translateX(-190%);
    background-color: white;
    border-radius: 2px;
  }
  #top .toptext .toptextbox {
    width: 750px;
    height: 150px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: 100px;
    padding-top: 20px;
    padding-left: 0px;
    line-height: 2.5;
    font-size: 12px;
  }
  #top .toptext .toptextbox p span {
    color: #ff64ba;
    width: 100px;
    font-size: 16px;
    vertical-align: middle;
  }
  #top .toptext .toptextbox img {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -170px;
  }

/*----------------------   menu   ----------------------*/

  #menu {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 11px;
  }
  #menu .menubox {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #menu .menubox ul {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 0 23px;
  }
  #menu .menubox ul li {
    display: inline-block;
    padding: 0 15px;
  }
  #menu .menubox ul li a {
    text-decoration: none;
    color: #666;
  }
  #menu .menubox ul li a:hover {
    color: #ff64ba;
    text-decoration: underline;
  }

/*----------------------   monthlyamount   ----------------------*/

  #monthlyamount {
    width: 100%;
    background-color: #f9f9f9;
  }
  #monthlyamount .monthlyamountwrap {
    width: 1100px;
    margin: 0 auto;
  }
  #monthlyamount .monthlyamountwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #monthlyamount .monthlyamountwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #monthlyamount .monthlyamountwrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 16px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox {
    width: 750px;
    text-align: left;
    margin-top: -120px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 50px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox table, #monthlyamount .monthlyamountwrap .monthlyamountbox td, #monthlyamount .monthlyamountwrap .monthlyamountbox th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox th {
    background-color: #eaeaea;
    width: 300px;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox td {
    background-color: #f9f9f9;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox td span { font-size: 18px; }

/*----------------------   support   ----------------------*/

  #support { width: 100%; }
  #support .supportwrap {
    width: 1100px;
    margin: 0 auto;
  }
  #support .supportwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #support .supportwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #support .supportwrap p {
    color: #ff64ba;
    width: 150px;
    padding-top: 5px;
    font-size: 16px;
  }
  #support .supportwrap .supportbox {
    width: 750px;
    text-align: left;
    margin-top: -120px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 50px;
  }
  #support .supportwrap .supportbox p {
    padding-top: 10px;
    font-size: 12px;
    color: #666;
    width: 700px;
  }
  #support .supportwrap .supportbox span.supporttext {
    font-size: 10px;
    line-height: 1.25;
  }
  #support .supportwrap .supportbox table.mobile { display: none; }
  #support .supportwrap .supportbox table,
  #support .supportwrap .supportbox td,
  #support .supportwrap .supportbox th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
  }
  #support .supportwrap .supportbox th {
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    height: 70px;
  }
  #support .supportwrap .supportbox th img { width: 100%; }
  #support .supportwrap .supportbox td {
    width: 130px;
    background-color: #f9f9f9;
    font-weight: 600;
    vertical-align: middle;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  

/*----------------------   support   ----------------------

  #support02 {
    width: 100%;
    background-color: #f9f9f9; }
    #support02 .support02wrap {
      width: 1000px;
      margin: 0 auto; }
      #support02 .support02wrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #support02 .support02wrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        background-color: #007ec3;
      }
      #support02 .support02wrap p {
        color: #007ec3;
        width: 150px;
        padding-top: 5px;
        font-size: 16px; }
      #support02 .support02wrap .support02box {
        width: 680px;
        text-align: left;
        margin-top: -120px;
        margin-left: auto;
        margin-right: 0;
        padding-bottom: 50px; }
        #support02 .support02wrap .support02box p {
          padding-top: 10px;
          font-size: 11px;
          color: #666;
          width: 97%;
          margin: 0 auto; }
        #support02 .support02wrap .support02box h4 {
          font-size: 14px;
          color: #007ec3;
          padding-top: 10px;
          width: 97%;
          margin: 0 auto; }
        #support02 .support02wrap .support02box ul {
          width: 680px; }
          #support02 .support02wrap .support02box ul li {
            width: 190px;
            height: 200px;
            margin-right: 10px;
            background-color: white;
            display: inline-block;
            vertical-align: middle;
            padding: 10px;
            -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
            position: relative; }
            #support02 .support02wrap .support02box ul li h5 {
              text-align: center;
              font-weight: 400;
              padding-top: 10px; }
            #support02 .support02wrap .support02box ul li p span {
              font-size: 9px; }
            #support02 .support02wrap .support02box ul li .supportimg {
              width: 130px;
              position: absolute;
              bottom: 10px;
              left: 40px; }
              #support02 .support02wrap .support02box ul li .supportimg img {
                width: 100%; }
        #support02 .support02wrap .support02box .example {
          width: 660px;
          color: #fff;
          margin-top: 15px;
          background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
          background: linear-gradient(25deg, #007ec3, #00c1ca);
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
          #support02 .support02wrap .support02box .example h6 {
            font-size: 14px;
            color: #fff;
            padding-top: 10px;
            padding-left: 10px; }
            #support02 .support02wrap .support02box .example h6 span {
              padding-left: 10px;
              font-size: 11px; }
          #support02 .support02wrap .support02box .example ul {
            width: 640px;
            margin: 0 auto;
            position: relative; }
            #support02 .support02wrap .support02box .example ul img.ulimage01 {
              width: 30px;
              position: absolute;
              top: 85px;
              left: 140px; }
            #support02 .support02wrap .support02box .example ul img.ulimage02 {
              width: 30px;
              position: absolute;
              top: 85px;
              left: 299px; }
            #support02 .support02wrap .support02box .example ul img.ulimage03 {
              width: 30px;
              position: absolute;
              top: 85px;
              left: 457px; }
            #support02 .support02wrap .support02box .example ul li {
              width: 125px;
              height: 150px;
              margin: 10px 5px;
              background-color: white;
              display: inline-block;
              vertical-align: middle;
              padding: 10px;
              -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
              #support02 .support02wrap .support02box .example ul li h4 {
                text-align: center;
                font-weight: 400;
                height: 30px;
                padding-top: 5px;
                padding-bottom: 20px; }
              #support02 .support02wrap .support02box .example ul li p {
                padding-top: 5px;
                text-align: center; }
                #support02 .support02wrap .support02box .example ul li p span {
                  font-size: 8px;
                  line-height: 3; }
-*/

/*----------------------   footmenu   ----------------------*/

  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 50px;
  }
  #footmenu .footmenuwrap {
    width: 1100px;
    margin: 0 auto;
  }
  #footmenu .footmenuwrap h2 {
    color: #ff64ba;
    font-size: 28px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #footmenu .footmenuwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    /*位置調整*/
    background-color: #666;
    /*線の色*/
  }
  #footmenu .footmenuwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 16px;
  }
  #footmenu .footmenuwrap .footmenubox {
    width: 610px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
  }
  #footmenu .footmenuwrap .footmenubox ul {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-right: 20px;
  }
  #footmenu .footmenuwrap .footmenubox ul li {
    padding-bottom: 4px;
    line-height: 1.75;
  }
  #footmenu .footmenuwrap .footmenubox ul li a {
    text-decoration: none;
    color: #666;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  #footmenu .footmenuwrap .footmenubox ul li a:hover {
    color: #ff64ba;
    text-decoration: underline;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:before { margin-right: 1rem; }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after { margin-left: 1rem; }

/*----------------------   footmenu   ----------------------*/

  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
  }
  footer #foot {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer #foot img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
  }
  footer #foot ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
  }
  footer #foot ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 11px;
    color: #fff;
  }
  footer #foot ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer #foot ul li a:hover { text-decoration: underline; }
  footer #foot p {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-left: 255px;
    color: #fff;
  }

/*----------------------   page_top   ----------------------*/

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); 
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; 
  }
  #page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}

/*----------------------------------------------------*/
/*----------------------   sp   ----------------------*/
/*----------------------------------------------------*/

@media screen and (max-width: 749px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #3f3f3f;
    font-size: 11px;
    font-weight: 500;
  } 
  .pc { display: none; }

  /*----------------------   header   ----------------------*/

  header {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 100;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  header h1 {
    width: 100%;
  }
  header h1 img {
    display: block;
    width: 35%;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  header p { display: none; }
  header nav.NavMenu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #666;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
    box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
  }
  header nav.NavMenu p {
    background: #007ec3;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
  }
  header nav.NavMenu ul {
    background: #f9f9f9;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  header nav.NavMenu ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #666;
  }
  header nav.NavMenu ul li a {
    display: block;
    color: #000;
    padding: 20px 0;
    text-decoration: none;
  }
  header nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  header nav.NavMenu.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  header .Toggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 18px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
  } 
  header .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  header .Toggle span:nth-child(1) { top: 9px; }
  header .Toggle span:nth-child(2) { top: 18px; }
  header .Toggle span:nth-child(3) { top: 27px; }
  header .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .Toggle.active span:nth-child(2), 
  header .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
    background-color: #ff64ba;
    height: 300px;
    position: relative;
    z-index: 10;
  }
  #top img { display: none; }
  #top .toptext {
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
  }
  #top .topwrap .topback { display: none; }
  #top .toptext h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #top .toptext h2 span {
    color: #fff;
    font-size: 14px;
    line-height: 3;
  }
  #top .toptext h2:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 40px;
    /*線の上下位置*/
    display: inline-block;
    width: 100px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-180%);
    transform: translateX(-180%);
    /*位置調整*/
    background-color: white;
    /*線の色*/
  }
  #top .toptext .toptextbox {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    position: absolute;
    top: 170px;
    right: 0;
  }
  #top .toptext .toptextbox p span {
    color: #ff64ba;
    font-weight: bold;
    font-size: 14px;
  }

/*----------------------   menu   ----------------------*/

  #menu { display: none; }

/*----------------------   monthlyamount   ----------------------*/

  #monthlyamount {
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
    padding-top: 70px;
    margin-top: -70px;
    z-index: -10;
  }
  #monthlyamount .monthlyamountwrap {
    width: 95%;
    margin: 0 auto;
  }
  #monthlyamount .monthlyamountwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #monthlyamount .monthlyamountwrap h2:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #monthlyamount .monthlyamountwrap p {
    color: #ff64ba;
    width: 20%;
    padding-top: 5px;
    font-size: 14px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox {
    width: 70%;
    text-align: left;
    margin-top: -100px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 10px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox table,
  #monthlyamount .monthlyamountwrap .monthlyamountbox td,
  #monthlyamount .monthlyamountwrap .monthlyamountbox th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
    font-size: 11px;
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox th {
    background-color: #eaeaea;
    width: 300px;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox td {
    background-color: #f9f9f9;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #monthlyamount .monthlyamountwrap .monthlyamountbox td span { font-size: 18px; }

/*----------------------   compensation   ----------------------*/

  #support { 
    width: 100%; 
    background-color: white;
    position: relative;
    padding-top: 70px;
    margin-top: -70px;
    z-index: -20;
    padding-bottom: 30px;
  }
  #support .supportwrap {
    width: 95%;
    margin: 0 auto;
  }
  #support .supportwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #support .supportwrap h2:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #support .supportwrap p {
    color: #ff64ba;
    width: 20%;
    padding-top: 5px;
    font-size: 14px;
  }
  #support .supportwrap .supportbox {
    width: 70%;
    text-align: left;
    margin-top: -100px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 10px;
  }
  #support .supportwrap .supportbox p {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #666;
  }
  #support .supportwrap .supportbox table.pc { display: none; }
  #support .supportwrap .supportbox table, #support .supportwrap .supportbox td, #support .supportwrap .supportbox th {
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    border: 1px;
  }
  #support .supportwrap .supportbox th {
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 0%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 150px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
  }
  #support .supportwrap .supportbox td {
    width: 95%;
    background-color: #f9f9f9;
    font-weight: 300;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: left;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }

/*----------------------   footmenu   ----------------------*/

  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    position: relative;
    padding-bottom: 50px;
    padding-top: 70px;
    margin-top: -70px;
    z-index: -40;
  }
  #footmenu .footmenuwrap {
    width: 95%;
    margin: 0 auto;
  }
  #footmenu .footmenuwrap h2 {
    color: #ff64ba;
    font-size: 20px;
    padding-top: 50px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
  }
  #footmenu .footmenuwrap h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #ff64ba;
    /*線の色*/
  }
  #footmenu .footmenuwrap p {
    color: #ff64ba;
    width: 100px;
    padding-top: 5px;
    font-size: 14px;
  }
  #footmenu .footmenuwrap .footmenubox {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    margin-top: -70px;
  }
  #footmenu .footmenuwrap .footmenubox ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  #footmenu .footmenuwrap .footmenubox ul li {
    display: block;
    padding: 5px 0;
    line-height: 1.75;
  }
  #footmenu .footmenuwrap .footmenubox ul li a {
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: #ff64ba;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after {
    border-top: 1px solid;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #footmenu .footmenuwrap .footmenubox ul .title-border:before { margin-right: 1rem; }
  #footmenu .footmenuwrap .footmenubox ul .title-border:after { margin-left: 1rem; }

/*----------------------   footer   ----------------------*/

  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
  }
  footer #foot {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer #foot img {
    display: block;
    vertical-align: middle;
    width: 40%;
    margin: 0 auto;
  }
  footer #foot ul { display: none; }
  footer #foot p {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
  }

/*----------------------   page_top   ----------------------*/

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: -40px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

