@charset "utf-8";
/* CSS Document */
.form-group.cell_hide {
  display: none;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #003c84;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #26bfa1;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
/* ===================================================================== */
/*	横並びにする
/* ===================================================================== */
/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */
table {
  float: left;
  clear: both;
  width: 100% !important;
  margin-bottom: 30px;
  margin-top: 50px;
}
td {
  background-color: #FDFDFD;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
th {
  font-size: 100%;
  vertical-align: middle;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F5F5F5;
  text-align: left;
  float: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
th.smartNone {
  display: none;
}
th.title {
  height: auto;
  background-color: #EBEBEB;
}
th {}
/* ===================================================================== */
/*	テーブル　追記
/* ===================================================================== */
.basic table {
  width: 100%;
  margin-bottom: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
}
.basic th {
  vertical-align: middle;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #F0F0F0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCCCCC;
  text-align: left;
}
.basic td {
  text-align: left;
  vertical-align: top;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  line-height: 2.0em;
}
.priceT1, .priceT {
  border: none;
  border-collapse: separate;
  margin-top: 10px;
}
.priceT1 th, .priceT1 td, .priceT th, .priceT td {
  text-align: center;
}
.priceT td {
  text-align: right;
  padding-right: 10px;
}
.priceT td.txtC {
  text-align: left;
  /*color:#007cb0;*/
}
/*.priceT td{
    text-align: left;
}*/
#price-plan table th {
  border: none;
}
#price-plan table td {
  border-right: none;
  /*text-align: left!important;*/
 /* vertical-align: bottom;*/
  vertical-align: middle;
	line-height: 1.2;
}
#price-plan .member-price table td {
  border-right: none;
  /* text-align: left!important; */
  vertical-align: middle !important;
}
.member-price tbody td {
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.member-price tbody th {
  border-bottom: 1px solid #fff !important;
}
.member-price table:last-child tr:last-of-type th {
  border-bottom: none !important;
}
/*#price-plan .member-price table th {
	background-color: #333;
}*/
.member-price table:nth-of-type(1) tr:first-of-type th {
  border-right: 1px solid #fff !important;
}
.member-price table:nth-of-type(1) tr:first-of-type th:last-of-type {
  border-right: none !important;
  /*color: red!important;*/
}
.privacypolicy table {
  border: 1px solid #ccc;
}
/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
  ime-mode: active
}
.langEng {
  ime-mode: disabled;
}
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　テキストボックスの文字の色を変更
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　入力言語を設定
/* --------------------------------------------------------------------- */
@media (min-width: 768px) {
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
  td {
    font-size: 1rem;
  }
.tdw30 {
    width: 33%;
}    
}
@media (min-width: 992px) {
  /* ##################################################################### */
  /*	タブレット大
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
  .priceT1.th40 tbody th {
    width: 40% !important;
  }
}
@media (min-width: 1200px) {
  /* ##################################################################### */
  /*	PC　コンピュータ
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
  /*th{	width:25%;	
	}
td {
width: 85%;
}*/
}
@media only screen and (max-width:991px) {
  /*@media only screen and (max-width:769px) {*/
  /* ##################################################################### */
  /*	タブレット・PC　共通設定 テーブル
/* ##################################################################### */
  /* ===================================================================== */
  /*	タブレット・PC　共通設定 テーブル　基本設定
/* ===================================================================== */
  /*
tbody {
	display: block;
}
tbody tr {
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}
tbody th, tbody td {
	padding-right: 15px;
	display: list-item;
	border: none;
	list-style-type: none;
	margin-left: 0px!important;

}*/
  .priceT1 tbody th, .priceT1 tbody td {
    padding-right: 15px;
    display: list-item;
    border: none;
    list-style-type: none;
    margin-left: 0px !important;
  }
  /*	スクロール
--------------------------------------------------------------------- */
  .scroll {
    overflow-x: auto;
    /*white-space: nowrap;*/
    border: solid 1px #ddd;
  }
  .scroll table {
    min-width: 769px;
    margin: 0;
    border: none;
  }
  .scroll tbody {
    display: table;
  }
  .scroll tbody tr {
    display: table-row;
    margin-bottom: 0em;
    text-align: left;
  }
  .scroll tbody th, tbody td {
    /*    text-align: center;
    vertical-align: middle;*/
    display: table-cell;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    list-style-type: none;
  }
  .member-price tbody td {
    position: relative;
  }
  .member-price tbody td:before {
    /*color: red;*/
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .member-price tbody td:nth-of-type(1):before {
    content: " [ 月会費 ] ";
  }
  .member-price tbody td:nth-of-type(2):before {
    content: " [ 入会金 ] ";
  }
  .member-price tbody td:nth-of-type(3):before {
    content: " [ セキュリティ（顔認証）登録料] ";
  }
  .member-price tbody td:nth-of-type(4):before {
    content: " [ご利用時間] ";
  }
  .member-price tbody td /* span*/ {
    text-align: right;
  }
  .member-price table:nth-of-type(1) tr:first-of-type th {
    display: none;
  }
.member-price.other tbody td::before {
    content: attr(data-label);
    display: block; 
    margin-bottom: 0.2rem;
  }     
}