@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	ステップ　共通
/* ##################################################################### */
.table {
  /*    width: 100%;
    margin-bottom: 1rem;*/
  color: #965b21;
}
.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%;
}
/* ===================================================================== */
/*	テーブル　追記
/* ===================================================================== */
.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;
}
/*
.area2 table{
    margin-bottom: 10px;
}
.area2 table td{
    font-weight: bold;
}*/
#price-plan table th {
  border-bottom: solid 1px #fff;
}
/*
#price-plan table th {
    background-color: #000;
    color: #fff;
}*/
#price-plan table th.line {
  border-bottom: solid 1px #fff;
}
#price-plan table th.lineNo {
  border-bottom: none;
}
#price-plan table td {
  border-right: none;
  /*text-align: left!important;*/
  vertical-align: bottom;
}
.privacypolicy table {
  border: 1px solid #ccc;
}
/* ===================================================================== */
/*	横並びにする
/* ===================================================================== */
/* ===================================================================== */
/*	共通設定 テーブル　基本設定
/* ===================================================================== */
table {
  clear: both;
  width: 100% !important;
  margin-bottom: 30px;
  margin-top: 30px;
  /*border-top: 5px solid #000000!important;*/
  border-top: 5px solid #ca4f8a !important;
}
td {
  background-color: #FDFDFD;
  text-align: left;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 100%;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  /*margin-bottom: 30px;*/
}
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 !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
/*th{
	text-align: center;
	background: url("../images/h_bk_01.svg") no-repeat center top;
	background-size: 50%;
	color: #fff;
	padding-top: 3px;
	min-height: 50px;
	margin-top: 20px;
}*/
th.smartNone {
  display: none;
}
th.title {
  height: auto;
  background-color: #EBEBEB;
}
th {}
/* ===================================================================== */
/*	共通設定 疑似テーブル　基本設定
/* ===================================================================== */
/* --言語設定-- */
.langJpn {
  ime-mode: active
}
.langEng {
  ime-mode: disabled;
}
/* --BG設定-- */
textarea {
  width: 100%;
}
input {}
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　テキストボックスの文字の色を変更
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	共通設定 フォーム　基本設定　入力言語を設定
/* --------------------------------------------------------------------- */
@media (min-width: 768px) {
  /* ##################################################################### */
  /*	タブレット
/* ##################################################################### */
}
@media (min-width: 992px) {
  /* ##################################################################### */
  /*	タブレット大
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
}
@media (min-width: 1200px) {
  /* ##################################################################### */
  /*	PC　コンピュータ
/* ##################################################################### */
  /* ===================================================================== */
  /*	
/* ===================================================================== */
  /*th{	width:25%;	
	}
td {
width: 85%;
}*/
}
@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;
  }
  .privacypolicy tbody th, .privacypolicy 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;
  }
  tr {
    border-top: 1px solid #C0C0C0;
  }
  td {
    margin-bottom: 1em;
  }
  /* --------------------------------------------------------------------- */
  /*	★スマホ　お問い合わせ　TDの前に文字を挿入
/* --------------------------------------------------------------------- */
  /*　tbody td:nth-of-type(1):before { content: " [ 会員価格 ] "; }
/*　tbody td:nth-of-type(2):before { content: " [ 一般価格 ] "; }*/
}