.fs-c-inputInformation__message {
  display: none; }

#certification {
  border: 1px solid #BBBBBB;
  text-align: center;
  padding: 40px 50px;
  width: 1000px;
  margin: 0 auto; }
  #certification h3 {
    background-color: #F1F1F1;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    padding: 15px 0;
    margin-bottom: 40px; }
  #certification.public h3 {
    margin-bottom: 10px; }
  #certification.public p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: center; }
  #certification.public > p {
     margin-bottom: 20px; }   
#fs_form .fs-c-inputInformation__field {
  background-color: #fff;
  padding: 0;
  padding-bottom: 40px; }
#fs_form .fs-c-inputTable {
  width: 700px;
  margin: 0 auto; }
  #fs_form .fs-c-inputTable .fs-c-inputTable__headerCell {
    width: 200px; }
    #fs_form .fs-c-inputTable .fs-c-inputTable__headerCell .fs-c-requiredMark {
      color: #AD0909; }
  #fs_form .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 500px; }
#fs_form .fs-c-inputInformation__button {
  display: block;
  padding: 0;
  margin: 0; }
  #fs_form .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
    display: none; }
  #fs_form .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
    display: block;
    border: 1px solid #3D6D96;
    color: #3D6D96;
    background-color: #fff;
    width: 500px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0; }
    #fs_form .fs-c-inputInformation__button .fs-c-button--cardAuthenticate:hover {
      background-color: #3D6D96;
      color: #fff;
      text-decoration: none; }

#app {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 60px; }
  #app .txt {
    width: 430px; }
    #app .txt p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      text-align: left; }
     #certification.public #app .txt p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71;
      text-align: left; }
  #app .btn {
    width: 400px;
    margin-left: auto; }
    #app .btn ul {
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #app .btn ul li:first-child {
        width: 190px; }
      #app .btn ul li:last-child {
        width: 194px; }

#new_arrive {
  border: 1px solid #3D6D96;
  text-align: center;
  padding: 40px 50px;
  width: 1000px;
  margin: 60px auto 0; }
  #new_arrive h3 {
    background-color: #F1F1F1;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    padding: 15px 0;
    margin-bottom: 40px; }
  #new_arrive p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    padding-bottom: 35px; }
  #new_arrive #new_arrive_btn a {
    display: block;
    border: 1px solid #3D6D96;
    color: #3D6D96;
    width: 500px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
    background: #3D6D96;
    color: #fff; }
    #new_arrive #new_arrive_btn a:hover {
      background-color: #3D6D96;
      color: #fff;
      text-decoration: none; }

@media screen and (max-width: 1340px) {
  #certification {
    padding: calc(40 / 1340 * 100vw) calc(50 / 1340 * 100vw);
    width: calc(1000 / 1340 * 100vw); }
    #certification h3 {
      font-size: calc(20 / 1340 * 100vw);
      padding: calc(15 / 1340 * 100vw) 0;
      margin-bottom: calc(40 / 1340 * 100vw); }
  #certification.public h3 {
    margin-bottom: calc(10 / 1340 * 100vw); }
  #certification.public p {
    font-size: calc(14 / 1340 * 100vw); }
  #certification.public > p {
     margin-bottom: calc(20 / 1340 * 100vw); }  
     
  #fs_form .fs-c-inputInformation__field {
    padding-bottom: calc(40 / 1340 * 100vw); }
  #fs_form .fs-c-inputTable {
    width: calc(700 / 1340 * 100vw); }
    #fs_form .fs-c-inputTable .fs-c-inputTable__headerCell {
      width: calc(200 / 1340 * 100vw); }
    #fs_form .fs-c-inputTable .fs-c-inputTable__dataCell {
      width: calc(500 / 1340 * 100vw); }
  #fs_form .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
    width: calc(500 / 1340 * 100vw);
    font-size: calc(16 / 1340 * 100vw);
    padding: calc(20 / 1340 * 100vw) 0; }

  #app {
    padding-top: calc(60 / 1340 * 100vw); }
    #app .txt {
      width: calc(430 / 1340 * 100vw); }
      #app .txt p {
        font-size: calc(16 / 1340 * 100vw); }
     #certification.public #app .txt p {
       font-size: calc(14 / 1340 * 100vw); }
    #app .btn {
      width: calc(400 / 1340 * 100vw); }
      #app .btn ul li:first-child {
        width: calc(190 / 1340 * 100vw); }
      #app .btn ul li:last-child {
        width: calc(194 / 1340 * 100vw); }

  #new_arrive {
    padding: calc(40 / 1340 * 100vw) calc(50 / 1340 * 100vw);
    width: calc(1000 / 1340 * 100vw);
    margin: calc(60 / 1340 * 100vw) auto 0; }
    #new_arrive h3 {
      font-size: calc(20 / 1340 * 100vw);
      padding: calc(15 / 1340 * 100vw) 0;
      margin-bottom: calc(40 / 1340 * 100vw); }
    #new_arrive p {
      font-size: calc(16 / 1340 * 100vw);
      padding-bottom: calc(35 / 1340 * 100vw); }
    #new_arrive #new_arrive_btn a {
      width: calc(500 / 1340 * 100vw);
      font-size: calc(16 / 1340 * 100vw);
      padding: calc(20 / 1340 * 100vw) 0; } }
@media screen and (max-width: 750px) {
  #certification {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    width: calc(700 / 750 * 100vw); }
    #certification h3 {
      font-size: calc(30 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0;
      margin-bottom: calc(50 / 750 * 100vw); }
  #certification.public h3 {
    margin-bottom: calc(20 / 750 * 100vw); }
  #certification.public p {
    font-size: calc(24 / 750 * 100vw);
    text-align: left; }
  #certification.public > p {
     margin-bottom: calc(30 / 750 * 100vw); }  
     
  #fs_form {
    width: calc(600 / 750 * 100vw);
    padding: 0; }
    #fs_form .fs-c-inputInformation__field {
      padding-bottom: 0; }
    #fs_form .fs-c-inputTable {
      width: 100%; }
      #fs_form .fs-c-inputTable .fs-c-inputTable__headerCell {
        width: 100%;
        padding-top: 0; }
      #fs_form .fs-c-inputTable .fs-c-inputTable__dataCell {
        width: 100%; }
    #fs_form .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
      width: calc(600 / 750 * 100vw);
      font-size: calc(28 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0;
      min-width: inherit; }

  #app {
    padding-top: calc(60 / 750 * 100vw); }
    #app .txt {
      width: 100%;
      padding-bottom: calc(40 / 750 * 100vw); }
      #app .txt p {
        font-size: calc(27 / 750 * 100vw); }
     #certification.public #app .txt p {
       font-size: calc(24 / 750 * 100vw); }
    #app .btn {
      width: 100%; }
      #app .btn ul li:first-child {
        width: calc(278 / 750 * 100vw); }
      #app .btn ul li:last-child {
        width: calc(284 / 750 * 100vw); }

  #new_arrive {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(70 / 750 * 100vw);
    width: calc(700 / 750 * 100vw); }
    #new_arrive h3 {
      font-size: calc(30 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0;
      margin-bottom: calc(50 / 750 * 100vw); }
    #new_arrive p {
      font-size: calc(28 / 750 * 100vw);
      padding-bottom: calc(40 / 750 * 100vw);
      text-align: left; }
    #new_arrive #new_arrive_btn a {
      width: calc(600 / 750 * 100vw);
      font-size: calc(28 / 750 * 100vw);
      padding: calc(30 / 750 * 100vw) 0; } }
