/* ▼全サイズ▼ */
 /* ▼本マイページに登録済みの資格▼ */
 .mpg-sikaku-nml {
   white-space: normal!important;
 }
 .ws-normal {
   white-space: normal!important;
 }
 /* ▲本マイページに登録済みの資格▲ */
/* 括弧書きリスト，アルファベットリスト */

ol.svl-list,
ol.svl-lower-alpha-list {
  list-style-type: none;
}
ol.svl-list>li::before {
  content: "(" counter(cnt) ")";
  margin-left: -2em;
  margin-right: .25em;
}
ol.svl-list>li {
  counter-increment: cnt;
}
:is(ol.svl-list, ol.svl-lower-alpha-list)>li>* {
  margin-left: -.9em;
}
:is(ol.svl-list, ol.svl-lower-alpha-list)>li.svl-none-caption>*:first-child {
  margin-top: -1.6em;
}

ol.num-list,
ol.num-lower-alpha-list {
  list-style-type: none;
}
ol.num-list>li::before {
  content: "(" counter(cnt) ")";
  margin-left: -2em;
  margin-right: .25em;
}
ol.num-list>li {
  counter-increment: cnt;
}
:is(ol.num-list, ol.num-lower-alpha-list)>li>* {
  margin-left: -.9em;
}
:is(ol.num-list, ol.num-lower-alpha-list)>li.num-none-caption>*:first-child {
  margin-top: -1.6em;
}

ol.circle-num  {
  margin: 0;
  padding: 0
}
ol.circle-num> li  {
  list-style: none;
  padding-left: 2.3em;
  text-indent: -1.3em;
}

ul.list-type-astarisk {
    padding-left: .9rem;
    list-style-type: none;
}

ul.list-type-astarisk>li::before {
    content: "＊";
    display: inline-block;
    width: 1.1em;
    margin-left: -1em;
}

ul.list-type-astarisk>li {
    text-indent: -.1em;
}

ul.chui-one {
    padding-left: 3.6rem;
    list-style-type: none;
}

ul.chui-one>li::before {
    content: "（注意1）";
    display: inline-block;
    margin-left: -1em;
}

ul.chui-one>li {
    text-indent: -2em;
}

ul.chui-two {
    padding-left: 3.6rem;
    list-style-type: none;
}

ul.chui-two>li::before {
    content: "（注意2）";
    display: inline-block;
    margin-left: -1em;
}

ul.chui-two>li {
    text-indent: -2em;
}

ul.chui-three {
    padding-left: 3.6rem;
    list-style-type: none;
}

ul.chui-three>li::before {
    content: "（注意3）";
    display: inline-block;
    margin-left: -1em;
}

ul.chui-three>li {
    text-indent: -2em;
}

.colorBlack {
	color:#000000;
}

/* 上下一括 */
.ma-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
/* 2列構成リスト */
.two-columned-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: .25em;
    column-gap: .25em;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.two-columned-list>*.side-r {
    grid-column: 2 / 3;
}

/* 中央寄せ */
.align-self-center {
    align-self: center !important;
}
.ma-t-10 {
    margin-top: 10px !important;
}
.ma-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pa-x-10 {
    padding-left: 10px !important;
    padding-right: 10px!important;
}
.ma-l-1em {
  margin-left: 1em!important;
}
.table_list_nor {
  width: 100%;
  table-layout: fixed;	/* 列幅固定 */
  border-collapse: collapse;
}
/* --- 行設定 --- */
.table_list_nor tr {
  box-sizing :border-box;
  height: 40px;
}
.table_list_nor tr:first-child {
  height: 30px;
  background-color: #F2F2F2 !important;
  border: 1px solid #eee;
  text-align: center;
}
/* --- 列設定 --- */
.table_list_nor tr td {
  box-sizing :border-box;
  word-break: break-all;
  border: 1px solid #bfbfbf;
  vertical-align: text-top;
}
/* ▼受験内容確認▼ */
.plus-mark-btn160 {
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  background-color: #1987e9;
  letter-spacing: 0.05em;
  text-align: left;
}
.plus-mark-btn160:before  {
  display: inline-block;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding: 0px 8px;
  color: #fff;
  text-decoration: none;
}
/* ▲受験内容確認▲ */
.jukenmousikomikaku-radiusborder  {
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px;
}

.siborikomi-sikaku-shu {
  width: 150px;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 5px;
}
/* ▼モーダル▼ */
.button {
  padding: 0 2em;
  border: 0;
  height: 100px;
  font-size: 45px;
  border-radius: 5px;
  font-weight: 900;
  position: relative;
  font-family: serif;
}
.button:hover {
  cursor: pointer;
}
.modal {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-content {
  min-width: 360px;
  background-color: #FFFFFF;
  margin: 30% auto;
  width: 100%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  height: 540px;
  position: absolute;
  margin-bottom: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modalClose {
  text-align:right;
  color:#7030A0;
}
.modalClose:hover {
  cursor: pointer;
}
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
/* ▲モーダル▲ */
li.last-child::before{
  content: none !important;
}
ol.list_parentheses{
  padding:0 0 0 0;
  margin:0;
}
ol.list_parentheses li.count-plus{
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  content: "(" counter(cnt) ") ";
}
:is(ol, ul).shiharai-dot {
  list-style-type: disc;
  margin: 0px 15px 0px 13px!important;
}
:is(ol, ul).shiharai-dot>li{
  margin-left: -1.6em;
}
/* ▲全サイズ▲ */

/* ▼PCサイズ未満▼ */
@media ( max-width :1024px) {
  /* responsive.cssがある場合のフッター設定 */
  #footer-link {
    min-width: 360px;
  }
  #contentbody {
    width: 100%;
    min-width: 360px;
  }
  #contentbody_wide  {
    min-width: 360px;
    width:100%;
    margin: 0 0px;
  }
  /* サーベイランス設定 */
  #contentbody_svl {
    width:100%;
    min-width:360px;
  }
  .wrap {
    width: 100%;
    min-width: 360px;
  }
  .container {
    min-width: 360px;
  }
  #img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  /*改行しない*/
  .nowrap  {
    white-space: nowrap;
  }
  .box div {
    width: 90%;
    margin: 5px;
    flex-shrink: 0;
  }
}
/* ▲PCサイズ未満▲ */

/* ▼タブレットサイズ以下▼ */
@media ( max-width :1024px) {

  /* ▼ディスプレイ設定▼ */
  .display-pcOnly {
    display: none!important;
  }
  .display-spOnly  {
    display: block!important;
  }
  .disp-spBlock-pcTableCell  {
    display:block;
  }
  .inline-display-spOnly  {
    display: inline-block!important;
  }
  .inline-chg-spBlock  {
	display:block!important;
  }
  .flex-display-spOnly  {
    display: flex!important;
  }
  .disp-block  {
    display:block!important;
  }
  .disp-none-imp  {
    display: none !important;
  }
  .table-spOnly  {
    display: table !important;
  }
  .inline1024 {
    display:inline !important;
  }
  .spinline-pcblock {
    display:inline !important;
  }
  .spline-pcnone {
    display:inline !important;
  }
  /* 1024px以下でのみdisplay:blockする */
  .disp-block1024 {
    display:block!important;
  }
  .disp-table-row1024 {
    display:table-row!important;
  }
  /* 1024px以下でのみdisplay:none */
  .disp-none1024  {
    display:none;
  }
  .table-cell1024 {
    display:table-cell;
  }
  /* ▲ディスプレイ設定▲ */

  /* ▼width▼ */
  .w-auto {
    width:auto!important;
  }
  .w-67p {
    width:67% !important;
  }
  .w-100p {
    width:100% !important;
  }
  .w-90 {
    width:90px!important;
  }
  .w-120 {
    width:120px!important;
  }
  .w-123 {
    width:123px!important;
  }
  .w-130 {
    width:130px!important;
  }
  .w-230px  {
    width:230px!important;
  }
  .max-w-280 {
    max-width:280px!important;
  }
  .max-w-400 {
    max-width:400px!important;
  }
  .max-w-550 {
    max-width:550px!important;
  }
  .m-w-768 {
    max-width:768px!important;
  }
  .min-w-120 {
    min-width:120px!important;
  }
  .min-w-130 {
    min-width:130px!important;
  }

  /* ▲width▲ */

  /* ▼height▼ */
  .line-hei-30 {
    line-height:30px;
  }


  /* ▲height▲ */

  /* ▼text-align▼ */
  .t-left1024 {
    text-align:left!important;
  }
  /* ▲text-align▲ */

  /* ▼マージン▼ */
  .ma-l-1em {
    margin-left: 1em!important;
  }
  .ma-t-25em {
    margin-top: .25em !important;
  }
  .m-0em {
    margin : 0em;
  }
  #m-0 {
  	margin:0px!important;
  }
  .m-t-10px {
    margin-top:10px;
  }
  .m-0 {
    margin : 0px;
  }
  .m-10 {
    margin : 10px;
  }
  .m-10-30 {
    margin : 10px 30px!important;
  }
  .m-r-10 {
    margin-right:10px!important;
  }
  .m-0-10 {
    margin: 0px 10px!important;
  }
  .m-b-m-2 {
    margin-bottom:-2px!important;
  }
  /* ▲マージン▲ */

  /*▼パディング▼*/
  .p-0 {
    padding:0px!important;
  }
  .p-5 {
    padding:5px!important;
  }
  .mpg-toiawase-pad {
	padding-left:0px;
  }
  .p-l-0  {
    padding-left:0px!important;
  }
  .p-l-5 {
    padding-left: 5px!important;
  }
  .p-l-10 {
    padding-left: 10px!important;
  }
  .p-5-10-0-10 {
    padding: 5px 10px 0px 10px;
  }
  .p-5-10 {
    padding: 5px 10px;
  }
  #p-0 {
    padding:0px!important;
  }
  .p-l-20 {
    padding-left:20px!important;
  }
  .p-l-75 {
    padding-left:75px!important;
  }
  #p-b-5 {
    padding-bottom: 5px !important;
  }
  .p-b-5 {
    padding-bottom: 5px !important;
  }
  .p-b-10 {
    padding-bottom: 10px !important;
  }
  .p-r-10 {
    padding-right:10px !important;
  }
  /*▲パディング▲*/

  /* ▼ボーダー▼ */
  .border-blue-2px {
    border:2px solid #00ff !important;
  }
  /* ▲ボーダー▲ */
  .ws-normal-sp {
    white-space: normal!important;
  }
  .select-design  {
    padding: 3px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
  }
  :is(ol, ul).list-type-disc {
    list-style-type: disc;
    margin: 0px 15px 0px 15px!important;
  }
  :is(ol, ul).list-type-disc>li,
  :is(ol, ul).list-type-decimal>li {
    margin-left: -1.6em;
  }
  /* ▼使用材料グリッドCSS▼ */
  .grid-siyouzai {
    display: block;
    text-align:left;
  }
  .grid-siyouzai div {
    border-top: none;
    border-left: none;
    padding: 0px;
  }
  .grid-bottom-b {
	border-bottom: none;
  }
  .grid-right-b {
	border-right: none;
  }
 /*  .grid-siyouzai .row-end {
      white-space: preserve-breaks;
  }
  .grid-siyouzai .row-end::after {
    content: "\a";
  } */
  /* ▲使用材料グリッドCSS▲ */

  /* ▼資格詳細▼ */
  .form_table ,
  .sikaku-shosai {
    width:100%;
  }
  .sikaku-shosai th {
    width:100px!important;
	min-width:100px!important;
	white-space:nowrap;
	background: #eee;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-weight: normal;
  }
  .sikaku-shosai td {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    white-space: normal;
  }
  .sikaku-shosai tr:nth-child(odd) {
	background: none;
  }
  #sikaku-p-0  {
    padding:0px!important;
  }
  #sikaku-p-0-20  {
    padding:0px 20px!important;
  }
  /* ▲資格詳細▲ */

  /* ▼試験申込内容▼ */
  .siken-mou-naiyou tr:nth-child(odd)  {
    background: none;
  }
  .siken-mou-naiyou td  {
    height:auto!important;
    padding: 0px!important;
  }
  .siken-mou-respTable span::before {
    font-weight:bold;
    content: attr(data-label)"：";
  }
  .siken-mou-respTable span,
  .nothing-space::before {
    content: attr(data-label)""!important;
  }

  .siken-mou-respTable span,
  .siken-data-none::before {
    content: none!important;
  }
  .table_inline .bkcolor_w td {
	background-color: transparent;
	border: none;
  }
  .table_inline .bkcolor_g td {
    background-color: transparent;
    border: none;
  }
  .siken-nai-border {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
  }
   .siken-nai-b-top {
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }


  .siken-nai-b-bottom {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  /* ▲試験申込内容▲ */

  /* フォントサイズ */
  .f-size13 {
    font-size: 13px;
  }

  /* ▼sp再開削除ボタンの配置レイアウト▼ */
  .justify-between  {
    display:flex;
    flex-grow:1;
    justify-content:space-between;
    margin-left:15px;
  }
  /* ▲sp再開削除ボタン▲ */

  /* ▼spマイページ利用者情報の確認・変更画面▼ */
  .mpgResp-kaku-th {
    padding-top:10px !important;
    padding-left: 0px !important;
    width: 100% !important;
    background-color: transparent !important;
    text-align: left !important;
    border:none !important;
  }
  .mpgResp-kaku-td {
    width: 100% !important;
    text-align: left !important;
    border:none !important;
  }
  .mpgResp-kaku-tdEnd {
    width: 100% !important;
    text-align: left !important;
    border-bottom: 1px dotted !important;
  }
  /* ▲spマイページ利用者情報の確認・変更画面▲ */

  /* ▼spマイページ利用者情報登録▼ */
  /* テーブルの縦表示設定(一行処理) */
  .row_table,
  .row_table td,
  .row_table th {
    min-width: 360px;
    box-sizing: border-box;
    text-align: left;
    padding:5px 15px 5px 15px;
  }
  .row_table th {
    min-width: 360px;
    display: block;
  }
  .row_table td {
    height: auto;
    display: block;
  }
  /* @ 奇数行に色を付ける(グレー) */
    .row_table tr:nth-child(odd) {
    background: #eee;
  }
  /* 字下げ(・がある個所などに使用) */
  .row_table p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: -1em;
    padding-left: 1em;
  }
  /*トップのパディング処理*/
  .padding-top  {
    padding-top:10px !important;
  }
  /* ▲spマイページ利用者情報登録▲ */

  /* 入力箇所の処理 */
  input[type='text'], textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em;
    border: 1px solid #ccc;
    outline: none;
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 100%;
  }
  /* グレーの背景（1024px以下版) */
  .thick_frame-form_900  {
    /* height: 110px; */
    width: 100%;
    min-width: 360px;
    background-color: #eee;
    display: block;
    padding: 0px;
  }
  .thick_frame-form_900 td {
    height: auto;
    width: 100%;
    display: block;
  }
  .thick_frame-form_900 th {
    width: 100%;
    min-width: 360px;
    display: block;
    text-align: left;
  }

  /* ▼spパスワード変更画面▼ */
  .pass_frame-form_900  {
    width: 100%;
    min-width: 360px;
    display: block;
    padding: 0px;
    margin: 0px;
  }
  .pass_frame-form_900 tbody {
    width: 100%;
    min-width: 360px;
    text-align: left;
    display: block;
  }
  .pass_frame-form_900 tr {
    width: 100%;
    min-width: 360px;
    display: block;
    text-align: left;
  }
  .pass_frame-form_900 td {
    height: auto;
    display: block;
    max-width: 500px;
  }
  .pass_frame-form_900  input {
    width:90%;
    min-width:310px;
    box-sizing: border-box;
    padding: 0.5em;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
  }
  /* 20px 15px */
  .new-pass-margin  {
    margin: 20px 15px;
  }
  /* 現在のパスワード説明欄 */
  .now-pw  {
    padding:20px 0px 0px 0px;
  }
  /* 新しいパスワード説明欄 */
  .new-pw  {
    padding:10px 0px 0px 0px;
  }
  /* 新しいパスワード（確認）入力欄 */
  .new-pw-kaku  {
    padding:10px 0px 0px 0px;
  }

  /* 現在のパスワード入力欄 */
  .now-pw-inp  {
    padding: 5px 0px 0px 25px;
  }
  /* 新しいパスワード入力欄 */
  .new-pw-inp  {
    padding:5px 0px 0px 25px;
  }
  /* 新しいパスワード（確認）入力欄 */
  .new-pw-kakuinp  {
    padding:5px 0px 20px 25px;
  }

  /* 新しいパスワードと確認の２つだけの場合こちらを使用 */
  .now-pw2  {
    padding:20px 0px 0px 0px;
  }
  .now-pw-inp2  {
    padding:5px 0px 0px 25px;
  }
  .new-pw-kaku2  {
    padding:10px 0px 0px 0px;
  }
  .new-pw-kakuinp2  {
    padding:5px 0px 20px 25px;
  }
  /* ▲spパスワード変更画面▲ */

  /* マイページ登録のグレー背景時のパディング(2行目) */
  .gray-padding2  {
    padding: 5px 0px 0px 20px;
  }

  /* ▼spメールアドレス登録画面▼ */
  /* マイページ登録のグレー背景時テキストボックス */
  .text-input-gray  {
    width: 300px !important;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: 15px;
    box-sizing: border-box;
    padding: 0.5em;
    border: 1px solid #ccc;
    outline: none;
  }
  /* マイページ登録のグレー背景時のパディング(1行目) */
  .gray-padding1  {
    margin: 0px;
    padding: 10px 0px 0px 20px;
  }
  /* ▲spメールアドレス登録画面▲ */

  .text-gray  {
    margin-left: 20px;
    margin-top: 10px;
  }
  /* キャプチャテキストサイズ */
  .captchatxt-size  {
    width: 320px;
    height:70px;
  }

  /* ▼in_form-tableの設定▼ */
  .in_form-table,
  .in_form-table tbody,
  .in_form-table tr {
    width: 100%;
    background-color: transparent;
  }
  .in_form-table th {
    white-space: normal;
    display: block;
  }
  .in_form-table td {
    box-sizing: border-box !important;
    height: auto;
    padding: 7px 15px 7px 15px !important;
    display: block;
    border-top: 0px solid #ccc;
  }
  /* ▲in_form-tableの設定 ▲*/

  /* ▼次へ戻るボタンのレスポンシブ▼ */
  .tab-margin20px  {
    margin-top:20px;
  }
  .name-text-style  {
    height: 30px !important;
    width:340px !important;
  }
  /* サーベイランス */
  .thick_frame-form_900sv  {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .m-leftlight10px  {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* ▼マイページ基本▼ */
  #contentbody_wide  {
    min-width: 360px;
    width:100%;
    margin: 0 0px;
  }
  .mypage-frame-form table {
    width: 100%;
    box-sizing:border-box;
  }
  .mypage-frame-form  {
    /* max-width: 1024px; */
    width: auto;
    margin: 10px;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .mypage-frame-form .inf-tbl-lst a:before {
    content: none;
  }
  /* 解除ボタンデザイン */
  .kaijo-buttom  {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 10px;
    background-color:#ff9933;
    cursor:pointer;
  }
  .my-page-table th {
    white-space: normal;
  }
  .mpt-kensaku-k  {
    min-width:166px;
  }
  /* ▲マイページ基本▲ */

  /* ▼in_form-table_s▼ */
  /* 通常td */
  .in_form-table_s td  {
    box-sizing: border-box;
    display:outo;
  }
  .in_form-table_s select  {
    display: block;
  }
  .in_form-table_s tr  {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .mypage-frame-form table tr th {
    width: 100%;
    box-sizing:border-box;
  }
  /* ▲in_form-table_s▲ */

  /* ▼業務従事▼ */
  .gyoumu-juuji-table  {
    width:100%;
    min-width:360px;
  }
  /* pタグ内の処理 */
  .gyoumu-juuji-table p {
    padding:0px;
    margin:0px;
  }
  /* tdの一番上で使用 */
  .gyoumu-td1  {
    padding: 5px 2px 5px 3px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* tdの一番上で使用 */
  .gyoumu-td2  {
    padding: 5px 5px 5px 5px;
    text-align: left;
    vertical-align: baseline;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* tdの一番下で使用 */
  .gyoumu-td3  {
    padding: 5px 5px 5px 5px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
  }
  /* thの①の箇所で使用 */
  .gyomu-th1  {
    width: 15px;
    max-width:15px;
    background-color: #f2f2f2;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    line-height: 1.4;
    font-weight: normal;
    box-sizing: border-box;
  }
  /* thの一番下以外で使用 */
  .gyoumu_th2  {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f2f2f2;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-left-style: none;
    text-align: left;
    font-weight: normal;
    width: 97px;
  }
  /* 一番下のthに仕様（ボーダーボトム有りトップ無し） */
  .gyoumu_th3  {
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    text-align: left;
    font-weight: normal;
    width: 97px;
  }
  .gyoumu-textarea  {
    resize: vertical;
    height: 50px;
  }
  /* ▲業務従事▲ */

  /* ▼業務従事確認▼ */
  .gyoumu-kakunin-table  {
    width:100%;
    min-width:360px;
  }
  /* thの①の箇所で使用 */
  .gyomu-kaku-th1  {
    width: 15px;
    max-width:15px;
    background-color: #f2f2f2;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    font-weight: normal;
  }
  /* thの一番下以外で使用 */
  .gyoumu-kaku-th2  {
    background-color: #f2f2f2;
    padding: 5px;
    border: 1px solid #ccc;
    border-left-style: none;
    text-align: left;
    font-weight: normal;
    white-space:nowrap;
    width: 91px;
  }
  /* 一番下のthに仕様（ボーダーボトム有りトップ無し） */
  .gyoumu-kaku-th3  {
    background-color: #f2f2f2;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: normal;
    white-space:nowrap;
  }
  /* tdの一番上で使用 */
  .gyoumu-kaku-td1  {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* tdの一番上で使用 */
  .gyoumu-kaku-td2  {
    padding: 5px;
    text-align: left;
    vertical-align: baseline;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* tdの一番下で使用 */
  .gyoumu-kaku-td3  {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .gyoumu-kaku-div {
    padding: 5px;
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 100%;
    width: auto;
    word-wrap: break-word;
  }
  /* ▲業務従事確認▲ */

  /* ▼新しい適格証明書▼ */
  .new-tekikakushomei-table  {
    width:100%;
    min-width:360px;
  }
  .new-tekikakushomei-table .pad3  {
    padding:3px;
  }
  .new-tekikakushomei_regular {
    width:117px;
    background-color: #f2f2f2;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-left-style: solid;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    height: 30px;
  }
  .new-tekikakushomei_top1 {
    text-align: left;
    padding: 5px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .tekikakushomei_middle {
    padding:5px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .tekikakushomei_bottom  {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* 一つで孤立している箇所で使用 */
  .tekikakushomei_one  {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* 入力箇所の処理 */
  .new-tekikakushomei-table input {
    box-sizing: border-box;
    padding: 0.5em;
    border: 1px solid #ccc;
    outline: none;
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 100%;
  }
  .tekikakushomei_div_b {
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 100%;
    word-wrap: break-word;
  }
  .tekikakushomei_textarea {
    resize: vertical;
    height: 60px;
  }
  /* ▲新しい適格証明書▲ */

  /* ▼新しい適格証明書確認▼ */
  .new-tekikaku-kaku-table  {
    width:100%;
    min-width:360px;
  }
  .new-tekikaku-kaku-regular {
    width: 112px;
    background-color: #f2f2f2;
    padding:5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
  .new-tekikaku-kaku-td {
    text-align: left;
    padding:5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .new-tekikaku-kaku-bottomtd {
    text-align: left;
    padding:5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .new-tekikaku-kaku-div  {
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 100%;
    word-wrap: break-word;
  }
  .tekikaku-kaku-td_sv61 {
    padding: 0px;
    border: none;
  }
  /* ▲新しい適格証明書確認▲ */

  /* ▼サーベイランス料金内訳▼ */
  .sv-uchiwake-kaku-table  {
    width:100%;
    min-width:360px;
  }
  .sv-uchiwake-kaku-regular {
    width:170px;
    background-color: #f2f2f2;
    padding:5px;
    border: none;
    text-align: left;
    white-space: nowrap;
    font-weight:bold;
  }
  .sv-uchiwake-kaku-redregular {
    background-color: #FFCCCC;
    width:170px;
    padding:5px;
    border: none;
    text-align: left;
    font-weight:bold;
    white-space: nowrap;
  }
  .sv-uchiwake-kaku-bottomregular {
    height:100px;
    width:170px;
    background-color: #f2f2f2;
    padding:5px;
    border: 1px solid #ccc;
    border-right-style: solid;
    border-left-style: solid;
    border-left-style: none;
    border-right-style: none;
    text-align: left;
    font-weight:bold;
  }
  .sv-uchiwake-kaku-td  {
    padding: 15px 10px 15px 10px;
    border: none;
  }
  .td_uchiwake-kaku-bottomtd {
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* ▼サーベイランス料金内訳（税込み）▼ */
  .svl-uchiwake_regular2  {
    width: 113px;
    white-space:normal;
    padding: 5px;
  }
  .svl-uchiwake_regular2-bottom  {
    width: 113px;
    white-space:normal;
    padding: 5px;
  }
  /* ▼サーベ宛名▼ */
  .svl-atena-th {
    width:75px!important;
    border: 1px solid #ccc!important;
    display:table-cell!important;
    white-space:nowrap!important;
    text-align:center!important;
    padding:0px;
  }
  .svl-atena-td {
    border: 1px solid #ccc!important;
    display:table-cell!important;
  }
  /* ▲サーベ宛名▲ */

  /* ▼セーブデータ編集▼ */
  .save-data-th {
    width:85px!important;
    border: 1px solid #ccc!important;
    display:table-cell!important;
    white-space:nowrap!important;
    text-align:center!important;
    padding: 0px 10px;
  }
  .save-data-td {
    border: 1px solid #ccc!important;
    display:table-cell!important;
  }
  /* ▲セーブデータ編集▲ */
  /* ～～～～～～～～～～～～～～～～～～～↓サーベイランス申し込み完了画面のレスポンシブ設定↓～～～～～～～～～～～～～～～ */
   .svl-success-frame-form_900 {
    width: 100%;
    min-width: 360px;
    margin: 30px auto 20px;
    padding: 10px 0px 10px 0px;
    background-color: #eee;
    display: block;
    text-align:center;
  }
  /* ～～～～～～～～～～～～～～～～～～～↑サーベイランス申し込み完了画面のレスポンシブ設定↑～～～～～～～～～～～～～～～ */

  /*  ～～～～～～～～～～～～～～～～～～↓受付窓口の選択↓ ～～～～～～～～～～～～～～～～～～ */
  .th_tsuisi {
    height: 35.5px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-left-style: solid;
    border-collapse: collapse;
    background-color: #1987e9;
    color: white;
  }
  /*  ～～～～～～～～～～～～～～～～～～↑受付窓口の選択↑ ～～～～～～～～～～～～～～～～～～ */
  .row_table select   {
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;

  }
  /* ▼パディングまとめ▼ */
  .padding-lr10px  {
    margin-left:10px;
    margin-right:10px;
  }
  .pad-lr5px  {
    padding-left:5px;
    padding-right:5px;
  }
  .pad-t5px  {
    padding-top:5px;
  }
  .padding-tb10px  {
    padding-top:10px;
    padding-bottom:10px;
  }
  /* 1024px以下の時margin10px */
  .mar10px-768under  {
    margin:10px;
  }
  /* マージンレフト15px */
  .mar-l15px  {
    margin-left:15px;
  }
  /* マージントップ10px */
  .mar-top10px  {
    margin-top:10px;
  }
  /* ▲パディングまとめ▲ */

  .table_list_s td  {
    padding:5px;
  }
  .pad0  {
    padding: 0px!important;
  }
  /* 字下げ（・がある個所などで使用） */
  .kaigyo {
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: -1em;
    padding-left: 1em;
  }

  /* ▼本人管理マイページ用▼ */
  .height-top  {
    height:auto;
    padding-top:0px;
  }
  .honnin-mpg-mar  {
    margin-left:20px;
    margin-right:20px;
    margin-top:5px;
    width: auto !important;
  }
  /* ▲本人管理マイページ用▲ */

  .henshin-textarea {
    resize: vertical!important;
    width: 100%!important;
    height: 60px!important;
  }

}

/* ▲タブレットサイズ以下▲ */
/* ------------------------------------------------------------------------------------------------- */
/* ▼PCサイズ以上の処理▼ */
@media ( min-width :1025px) {
  .tab-block  {
    display:block!important;
  }
  /* マージンレフト10px */
  .margin-L-10px  {
    margin-left:10px;
  }

  /* ▼pc in_form-table_s▼ */
  .in_form-table_s textarea {
    width:100%;
  }
  /* ▲in_form-table_s▲ */
  .sth_regular5 {
    width: 170px;
    background-color: #f2f2f2;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-right-style: solid;
    border-left-style: solid;
    border-left-style: none;
    border-right-style: none;
    text-align: left;
  }
  .td_union21 {
    width: 0px;
    padding: 0px 0px 0px 0px;
  }
  .td_union31 {
    width:5%;
    padding: 5px;
  }
  .sv_div_b {
    width:auto;
  }
}
/* ▲PCサイズの処理▲ */
/*-------------------------------その他px-----------------------------*/
@media  ( max-width :768px) {
  .w-100p-768 {
    width:100%!important;
  }
  .disp-table-768 {
    display:table!important;
  }
  .min-w-130-768 {
    min-width:130px!important;
  }
  .w-130-768 {
    width:130px!important;
  }
  .display-spOnly-768  {
    display: block!important;
  }
  .p-r-10-768 {
    padding-right:10px !important;
  }
  .specific-screen .in_form-table_s2,
  .specific-screen .in_form-table_s2 tbody,
  .specific-screen .in_form-table_s2 tr {
    display: revert; /* デフォルトの値に戻す */
    width: revert;
    background-color: revert;
  }
	}
/* ▼グレーの背景▼ */
@media  ( max-width :900px) and ( min-width :769px) {
  .thick_frame-form_900 {
    width: 100%;
    margin: 30px auto 20px;
    padding: 10px;
    background-color: #eee;
  }
  .svl-success-frame-form_900 {
    width: 100%;
    margin: 30px auto 20px;
    padding: 10px 0px 10px 0px;
    background-color: #eee;
  }
}
@media  ( min-width :901px) {
  .svl-success-frame-form_900 {
    width: 900px;
    margin: 30px auto 20px;
    padding: 10px 0px 10px 0px;
    background-color: #eee;
  }
}
@media  ( max-width :700px) {
  .thick_frame-form_700 {
    width: 100%;
    min-width:360px;
    box-sizing: border-box;
    background-color: #eee;
  }
  .informationTitle {
    padding: 10px;
  }
  .informationTitle2 {
    padding: 10px 60px;
  }
}
@media  ( min-width :768px) and ( max-width :1109px) {
  .thick_frame-form_900sv {
    width: 100%;
    margin: 10px 0 10px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .m-leftlight10px  {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ▲グレーの背景▲ */

/* ▼400px以下の処理 サーベイランス既得資格表▼ */
@media ( max-width :400px) {
  .svl-kitoku-w-no {
    width:25px;
  }
}
/* ▲400px以下の処理 サーベイランス既得資格表▲ */

/* ▼401px以上の処理 サーベイランス既得資格表▼ */
@media ( min-width :401px) {
  .svl-kitoku-w-no {
    width:40px;
  }
}
/* ▲401px以上の処理 サーベイランス既得資格表▲ */

/* ▼520px以下の時▼ */
@media  ( max-width :520px) {
  .m-t-10-calfrom {
    margin-top:10px;
  }
  .br-none521u {
    display:block!important;
  }
}
/* ▲520px以下の時▲ */

/* ▼531px以上の時displaynoneする▼ */
@media  ( min-width :531px) {
  .disp-none531{
    display:none!important;
  }
}
/* ▲531px以上の時displaynoneする▲ */

/* ▼534px以下の処理 サーベ支払方法チェックボックスのずれ▼ */
@media ( max-width :534px) {
  .svl-m-b-18 {
	margin-bottom:18px;
  }
}
/* ▲534px以下の処理 サーベ支払方法チェックボックスのずれ▲ */

/* ▼592px以下の処理▼ */
@media (max-width :592px) {
  .nbsp-none  {
    display: none;
  }
  /* 業務従事期間margin5 */
  .gjk-margin5  {
   margin-bottom: 5px;
  }
  /* 業務従事期間margin1 */
  .gjk-margin1  {
   margin-bottom: 1px;
  }
}
/* ▲592px以下の処理▲ */

/* ▼593px以上の処理▼ */
@media (min-width :593px) {
  .br-none  {
    display: none;
  }
}
/* ▲593px以上の処理▲ */

/* ▼600px以上の時▼ */
@media  ( min-width :600px) {
  .br-none600  {
    display:none;
  }
}
/* ▲600px以上の時▲ */

/* ▼マイページログイン650px以下▼ */
@media  ( max-width :650px) {
  .thick_frame-form.login,
  .thick_frame-form.pwd_chg {
    width: 100%;
    min-width: 360px;
    padding-bottom: 20px;
  }
  /* グレーの背景（タブレット版) */
  .thick_frame-form {
    width: 100%;
    /* height: 110px; */
    margin: 30px 20px 20px 0;
    box-sizing: border-box;
    background-color: #eee;
  }

  .mail-input  {
    width:90% !important;
    min-width:300px;
    padding: 0.5em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 15px;
  }
  .error-login-input  {
    width:90% !important;
    min-width:300px;
    padding: 0.5em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 15px;
    background-color: #ffd9e1 !important;
    height:30px;
  }
  .pass-input  {
    width:90% !important;
    min-width:300px;
    padding: 0.5em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 15px;
    height:30px;
  }
  /* マイページログイン設定 */
  .mypage-style  {
    height: 40px;
    margin: 0px;
    padding: 20px 0px 0 20px;
  }
  /* フォントサイズ */
  .f-size22  {
    font-size: 22px;
  }
  .padding-top25  {
    padding-top: 10px;
  }
  .thick_frame-form td {
    height: auto;
    width: 100%;
    display: block;
    min-width: auto;
  }
   .thick_frame-form tr {
    height: auto;
    width: 100%;
    display: block;
    min-width: auto;
  }
  .thick_frame-form th {
    width: 100%;
    display: block;
    text-align: left;
    min-width: auto;
  }
  .mypage-dpno  {
    display:none!important;
  }
  /* パスワード入力欄のレイアウト調整 */
  .pass-padding  {
    height: 40px;
    margin: 0px;
    padding: 15px 0px 0px 20px;
  }
  /* メールアドレス入力欄のレイアウト調整 */
  .mail-padding  {
    height: 40px;
    padding-top: 25px;
  }
  .error-ml15  {
    margin-left: 15px;
  }
}
/* ▲マイページログイン650px以下▲ */

/* ▼680px以下▼ */
@media ( max-width :680px) {
 .smh-disp-none  {
    display:none!important;
  }
}
/* ▲680px以下▲ */

/* ▼720px以下の処理 サーベイランス既得資格表▼ */
@media ( max-width :720px) {
  .svl-kitoku-none720 {
    display:none;
  }
}
/* ▲720px以下の処理 サーベイランス既得資格表▲ */

/* ▼769px以上▼ */
@media ( min-width :769px) {
 .w-200-769px  {
    width:210px!important;
  }
  .normal-769 {
    white-space:normal!important;
  }
}
/* ▲769px以上▲ */

/* ▼850px以上の処理 受験保存データ表▼ */
@media ( min-width :850px) {
  .disp850only  {
    display:none;
  }
}
/* ▲850px以上の処理 受験保存データ表▲ */

/* ▼899px以下の処理 サーベイランスカレンダー▼ */
@media (max-width :899px) {
  .w-100pa-899d {
    width:100%!important;
  }
}
/* ▲899px以下の処理 サーベイランスカレンダー▲ */

/* ▼910px以下の処理 サーベイランスカレンダー▼ */
@media (max-width :910px) {
  .br-none3  {
    display: block;
  }
}
/* ▲910px以下の処理 サーベイランスカレンダー▲ */

/* ▼911px以上の処理 サーベイランスカレンダー▼ */
@media (min-width :911px) {
  .br-none3  {
    display: none;
  }
}
/* ▲911px以上の処理 サーベイランスカレンダー▲ */

/* ▼914以下の時▼ */
@media ( max-width :914px) {
  /* 914px以下の時margin10px */
  .mar10px-768under  {
    margin:10px;
  }
}
/* ▲914以下の時▲ */

/* ▼915px以上の時▼ */
@media ( min-width :915px) {
  .buttom3-none  {
    display:none;
  }
}
/* ▲915px以上の時▲ */

/* ▼920px以下の時▼ */
@media ( max-width :920px) {
  .m-920d {
    margin:20px 0px!important;
  }
}
/* ▲920px以下の時▲ */

/* ▼939px以下の時▼ */
@media ( max-width :939px) {
  /* 資格登録案内 */
  .sikaku-annai {
    width: 100%;
    margin: 30px 20px 20px 0;
    box-sizing: border-box;
    background-color: #eee;
    padding:10px!important;
  }
}
/* ▲939px以下の時▲ */

/* ▼949px以下の時▼ */
@media ( max-width :949px) {
  .mar-top949  {
    margin-top:20px;
  }
}
/* ▲949px以下の時▲ */

/* ▼950px以上の時▼ */
@media ( min-width :950px) {
  .br-none950  {
    display:none;
  }
  .mar949{
    margin-left:10px;
  }
}
/* ▲950px以上の時▲ */

/* ▼987px以下の時▼ */
@media ( max-width :987px) {
  .mar-top987  {
    margin-top:10px;
  }
  .br-n-988u {
    display:block;
  }
}
/* ▲987px以下の時▲ */

/* ▼992以上の時　本マイページに登録済みの資格表▼ */
@media ( min-width :992px) {
  .mpg-sikaku-992none {
    display:none;
  }
}
/* ▲992以上の時　本マイページに登録済みの資格表▲ */

/* ▼1003px以下の処理▼ */
@media (max-width :1003px) {
  .s-code-calto  {
    width:90px!important;
    margin-top:10px;
  }
  .s-code-calto1 {
    width:90px!important;
  }
  .br-none1004u {
	display:block;
  }
}
/* ▲1003px以下の処理▲ */

/* ▼1085px以上の処理▼ */
@media (min-width :1085px) {
  .br-none1085u {
	display:none;
  }
}
/* ▲1085px以上の処理▲ */

/* ▼1139px以下の処理▼ */
@media (max-width :1139px) {
  .m-l-0-1139d {
    margin-left:0px!important;
  }
}
/* ▲1139px以下の処理▲ */

/* ▼1145px以下の処理▼ */
@media (max-width :1145px) {
  .br-none1145d {
	display:none;
  }
}
/* ▲1145px以下の処理▲ */

/* ▼1159px以下の処理▼ */
@media (max-width :1159px) {
  .m-t-10-1159d {
    margin-top:10px;
  }
}
/* ▲1159px以下の処理▲ */


/* ▼1216px以下の処理▼ */
@media (max-width :1216px) {
   .buttonmar1216 {
     margin-top:10px;
   }
   .buttonmar-l-1216 {
     margin-left:10px;
   }
   .w-100pa-1216 {
     width:100%;
   }
}
/* ▲1216px以下の処理▲ */

/* ▼1217px以上の処理▼ */
@media (min-width :1217px) {
  .br-none1217u {
	display:none;
  }
}
/* ▲1217px以上の処理▲ */

/* ▼1280以下の処理▼ */
@media ( max-width :1280px) {
  .svl-kitoku-none1280 {
    display:none;
  }
  .none1280 {
    display:none;
  }
}
/* ▲1280以下の処理▲ */

/* ▼1349px以下の処理▼ */
@media ( max-width :1349px) {
  .jk-seiyaku1349 {
    width:100%!important;
  }
}
/* ▲1349px以下の処理▲ */

/* ▼1364以下の処理 カレンダーの配置設定▼ */
@media ( max-width :1364px) {
  .br-none2  {
      display: block;
  }
  .nbsp-none2  {
    display: none;
  }
}
/* ▲1364以下の処理 カレンダーの配置設定▲ */

/* ▼1388px以下の処理▼ */
@media (max-width :1388px) {
  .record_width {
	width: 100% !important;
  }
}
/* ▲1388px以下の処理▲ */

/* ▼1512以下の処理▼ */
@media (max-width :1512px) {
  .s-code-kensaku {
    margin-left:0px!important;
    margin-top:10px!important;
  }
  .br-none1513u {
    display:block;
  }
}
/* ▲1512px以下の処理▲ */

/* ▼ヘッダー用▼ */
@media ( max-width :428px) {
  /* スマホサイズ用のヘッダー */
  #header-logo .logo-area {
    width: auto;
    min-width: 360px;
    text-align: center;
  }
}
@media ( max-width :1024px) {
  /* ヘッダーロゴを表示しない */
  .body-mar65px  {
    margin-top:65px;
  }
  .body-mar85px  {
    margin-top:85px;
  }
  .header-top6px  {
    top: 6px !important;
  }
  .top-button-logo  {
    width:40px;
    text-align:left;
/*    margin-left: 25px;
    margin-top: 5px; */
  }
  #header {
    min-width: 360px;
  }
}
/* ▲ヘッダー用▲ */

/* ▼ログインボタン▼ */
@media ( min-width :1101px) {
  .btn_login  {
    display: block !important;
    width: 299px;
    height: 39px;
  }
  .btn_login_sp  {
    display: none !important;
    width: 299px;
    height: 39px;
  }
}
@media ( max-width :1100px) {
  .btn_login  {
    display: none !important;
    width: 299px;
    height: 39px;
  }
  .btn_login_sp  {
    display: block !important;
    width: 299px;
    height: 39px;
  }
}
/* ログインボタン域（本人）のレイアウト*/
@media (max-width :1024px) {
  .btn_login_area {
    display: block !important;
  }
}
/* ログイン（本人）エラーメッセージ域のレイアウト*/
@media (max-width :650px) {
  .msg_login_area {
    margin-left: -50px;
    padding: 0 10px;
    width: 95%;
  }
}
/* ▲ログインボタン▲ */

/* ▼respTable▼ */
@media (max-width: 1024px) {
  .respTable tbody {
    border-collapse: separate;
    border-radius:0px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    margin: 0px 7px 0px !important;
    width: calc(100% - 14px) !important;
    display:block;
  }
  .respTable th {
    display: none;
  }
  .respTable tr {
    display: block;
    height: auto !important;
  }
  .respTable td:first-child {
    border-radius: 10px 10px 0px 0px;
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    display:block;
  }
  .respTable td {
    border-radius: 0;
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    display:block;
  }
  .respTable td:last-child {
    border-radius: 0px 0px 10px 10px;
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    margin: 0px 0px 10px !important;
    display:block;
  }
  .respTable td::before {
    font-weight: bold;
    content: attr(data-label)"：";
  }
   /* 票の一番下から2つ目をradiusしたいときに使用する用respTable */
  .save-respTable {
    border-radius: 0px 0px 10px 10px !important;
    margin-bottom: 10px !important;
  }
  /* 返金通知書ダウンロード画面 */
  .henkin-respTable tbody {
    border-collapse: separate;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    margin: 0px 7px 0px !important;
    width: calc(100% - 14px) !important;
    display:block;
  }
  .henkin-respTable th {
    display: none;
  }
  .henkin-respTable tr {
    background-color: #f93 !important;
    display: block;
    height: auto !important;
  }
  .henkin-respTable td:first-child {
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    display:block;
  }
  .henkin-respTable td {
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    display:block;
  }
  .henkin-respTable td:last-child {
    text-align: left !important;
    border-collapse: separate !important;
    border-top: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing:  content-box !important;
    height: auto !important;
    margin: 0px 0px 10px !important;
    display:block;
  }
  .henkin-respTable td::before {
    font-weight: bold;
    content: attr(data-label)"：";
  }
}
/* ▲respTable▲ */

/* ▼フッター▼ */
@media ( max-width :498px) {
  /*改行しない*/
  .nowrap-f  {
    white-space: nowrap;
  }
  /*フッタのレイアウト処理*/
  .padding-bottom300  {
    padding-bottom: 300px !important;
  }
}
/* ▲フッター▲ */