/*-----------------------------------------------------
#e2e2e2 #F0D7FC #DAA7F2 #8905C6
------------------------------------------------------*/
/**********　アクティブなタブ　**********/
#tab06{
  border-bottom: none;
}

/***********　H2_wrap　***********/
.h2-wrap h2{
  color: #8905C6;
}

/***********　H3_wrap　***********/
.h3-wrap h3{
  background: #8905C6;
}
/*----- 電話・FAX -----*/
.contact-info-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 4rem 6rem;
}
.contact-info-wrap > dl{
  width: 30%;
  margin: 0;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

/*----- お問合せ方法 -----*/


/*----- お問合わせ・見積りフォーム -----*/
.dl-line-wrap{
  border-top: 1px dashed #8905C6;
}
.dl-line-wrap dt{
	flex: 14em;
	display: flex;
	align-items: center;
	color: #8905C6;
	background: #F0D7FC;
	border-bottom: 1px dashed #8905C6;
}
.dl-line-wrap dd{
	flex-basis: calc(100% - 14em - 6rem);/*IE*/
	padding: 2rem 0 2rem 2rem;
	border-bottom: 1px dashed #8905C6;
}

/* タグ */
b.tag{
  margin-left: .5em;
  letter-spacing: .3em;
  background: #e74c3c;
}
small.tag{
  margin-left: .5em;
  background: #666;
}
/* 送信ボタン */
.form-submit input:hover{
  background:  #8905C6;
}
