@charset "UTF-8";
@media screen and (max-width: 600px) {
  body {
    font-size: calc(14px + 0.25vw);
  }
  .sticky {
    position: -webkit-static; /* Safari */
    position: static;
    top: 0; /* 位置指定 */
  }
  .sp_hidden {
    display: none;
  }
  .pc_hidden {
    display: block;
  }
  .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  input[type=checkbox], input[type=radio] {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  table.btn_area02 td {
    display: block;
    width: 100%;
  }
  table.btn_area03 td {
    display: block;
    width: 100%;
  }
  table.btn_area03 td .btn_turquoise_05 {
    text-align: center;
    margin: 20px 0 30px;
  }
  table.btn_area03 td .btn_turquoise_05 a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    color: #0095b3;
    position: relative;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #0095b3;
    border-radius: 100vh;
  }
  table.btn_area03 td button.btn_turquoise_05 {
  	display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
	/*
  table.btn_area03 td button.btn_turquoise_05 {
    padding: 5px 10px;
    color: #0095b3;
    position: relative;
    font-size: 0.8em;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #0095b3;
    border-radius: 100vh;
  }
	*/
  /*ログイン画面　-------------------------------------------------------------*/
  .ttl_mps_login {
    font-size: 1.3em;
  }
  /*ヘッダー　-----------------------------------------------------------------*/
  header {
    width: 100%;
    padding: 10px 70px 0px 20px;
    font-size: calc(10px + 0.25vh);
  }
  header h1 {
    display: block;
    margin-right: 0;
    font-size: calc(7px + 1.5vw);
  }
  header h2 {
    display: block;
    font-size: calc(5px + 1.5vw);
  }
  #acount_area {
    padding: 2px 10px;
    height: auto;
  }
  #acount_area ul li {
    font-size: calc(8px + 1vw);
  }
  ul#acount li {
    padding: 0 10px 0 0;
  }
  /*メニュー　-----------------------------------------------------------------*/
  #acount_area {
    font-size: 80%;
  }
  #acount_area dl dd {
    text-indent: 0;
  }
  /*メインコンテンツ　-----------------------------------------------------------------メインコンテンツ*/
  /*利用規約　-----------------------------------------------------------------利用規約*/
  /*お問い合わせ　-----------------------------------------------------------------お問い合わせ*/
  /*お問い合わせ　確認画面　-----------------------------------------------------------------お問い合わせ　確認画面*/
  /*登録情報変更　-----------------------------------------------------------------登録情報変更*/
  /*システム画面　-----------------------------------------------------------------システム画面*/
  .system_table {
    width: 100%;
  }
  .system_table th {
    width: 100%;
    display: block;
    margin: 0;
  }
  .system_table td {
    width: 100%;
    display: block;
    margin: 0;
  }
  /*サブメール登録情報　-----------------------------------------------------------------サブメール登録情報*/
  .submail_table td.submail_mail {
    display: none;
  }
}