.slideListBtn01 {
	margin: 10px auto 10px;
	padding-left: 10px;
	width: 98%;
	height: 36px;
    /*background-color:#fff;*/
	/*color: #fff;*/
	color: #003399;
	/*text-align: center;*/
    border-radius:5px;
    /*box-shadow:2px 2px 2px #555;*/
    border: 1px solid #003399;
	/*font-size: 90%;*/
	font-weight: bold;
}
.slideListBtn01 p {
	margin: 0px;
	padding: 6px !important;
	font-size: 17px;
	background: url(https://www.tbiz.co.jp/imgs/angle-up.png) 95% center no-repeat;
}
.slideListBtn01 p.step1 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}
.slideListBtn01 p.step2 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}
.slideListBtn01 p.step3 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}
.slideListBtn01 p.step4 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}
.slideListBtn01 p.step5 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}
.slideListBtn01 p.step6 {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-down.png) 95% center no-repeat;
}

.slideListBtn01 p.active {
	background: url(https://www.tbiz.co.jp/tourokukai/img/angle-up.png) 95% center no-repeat;
}
#slideList1 {
    background: url(https://www.tbiz.co.jp/tourokukai/img/post171.jpg) center no-repeat;
}
#slideList2 {
    background: url(https://www.tbiz.co.jp/tourokukai/img/post172.jpg) center no-repeat;
}
#img173 {
    padding: 20px;
}

.whiteback {
    background-color: rgba(255,255,255,0.7);
    margin: 0 40px;
    padding: 20px;
    border-radius: 50px;
    width: 280px;
}
#slideList1,#slideList2,#slideList3,#slideList4,#slideList5,#slideList6 {
	margin: 0 0px;
}

/*
 * Reset of the white-space hack
 * The width + left/right padding of DTs/DDs equals 50% (to create two equal columns)
 */
.data-table dt,
.data-table dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  /*width:46%;*/
  padding:3px 2% 4px;
  margin:0;
}
.data-table dt {
  width: 10%;
}
.data-table dd {
  width: 80%;
}

#temporaryForm .contactBody,
#regularForm .contactBody{
  width:684px;
  margin-top:15px;
  }

#temporaryForm .contactBody{background:url(https://www.tbiz.co.jp/imgs/contact_temporary-back.jpg) repeat-y;}
#regularForm .contactBody{background:url(https://www.tbiz.co.jp/imgs/contact_regular-back.jpg) repeat-y;}

#main .contactBody h5{
  width:684px;
  height:35px;
  text-indent:-1000000px;
  overflow:hidden;
  }

#temporaryForm .contactBody h5{background:url(https://www.tbiz.co.jp/imgs/contact_temporary-title.jpg) no-repeat ;}
#regularForm .contactBody h5{background:url(https://www.tbiz.co.jp/imgs/contact_regular-title.jpg) no-repeat ;}

#temporaryForm .contactBody p,
#regularForm .contactBody p{
  text-align:left;
  }

#temporaryForm .contactBody .bottom,
#regularForm .contactBody .bottom{
  width:590px;
  text-align:left;
  padding:15px 9px 15px 85px;
  }

#temporaryForm .contactBody .bottom{background:url(https://www.tbiz.co.jp/oshigoto/imgs/entrybox_life-bottom.jpg) no-repeat bottom;}
#regularForm .contactBody .bottom{background:url(https://www.tbiz.co.jp/imgs/contact_regular-bottom.jpg) no-repeat bottom;}
.contactBody .tel{ color: #ff6766; font-size: 2em; font-weight: bold;}
.red{ font-weight: bold; color: #000000; text-align: left; font-size: 120%; line-height: 1.2em;}

.data-table ol{
  margin-left:15px !important;
  padding:0 !important;
  }
.inq {
  font-size: 18px;
  font-weight: bold;
  color: #d14380;;
  padding-left: 15px;
}
.inqmail {
  font-size: 16px;
  font-weight: bold;
  color: #d14380;;
  padding-top: 20px;
}
.inqmail a{
	color :#d14380;!important!
}


.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font22 {
  font-size: 22px;
}
.font_darkblue {
  color: #2f5496;
}
.font_blue {
  color: #78addc;
}
.font_green {
  color: #00b050;
}
.font_red {
  color: #FF0000;
}
.font_bold {
  font-weight: bold;
}

.tel, .tel a{
  color: #ff6766;
  font-size: 24px;
  font-weight: bold;
}
.tel {
  line-height: 1.5em;
}

.btn,
a.btn,
button.btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 0.5rem;
}
a.btn-radius-solid {
  background: #ff5353;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5353), to(#ff9393));
  background: -webkit-linear-gradient(top, #ff5353 0%, #ff9393 100%);
  background: linear-gradient(to bottom, #ff5353 0%, #ff9393 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff5353), to(#ff9393));
  background: -webkit-linear-gradient(bottom, #ff5353 0%, #ff9393 100%);
  background: linear-gradient(to top, #ff5353 0%, #ff9393 100%);
}

.orange {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #ff6766;
    border-radius: 8px;
}
.orange .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #ff6766;
    font-weight: bold;
}
.orange p {
    margin: 0; 
    padding: 0;
}
