#form_msg h3 {
	margin: 20px 0;
	text-indent: 30px;
	background-image: url("../img/tel-icon.png");
	background-repeat: no-repeat;
}


h1, h2, h3 {
  margin: 0;
}

#content_header {
  text-align: center;
  background-color: #001f4c;
}

#main_msg {
  text-align: center;
  background-color: #efefef;
  padding-top: 30px;
}

#main_msg h2 {
  margin-bottom: 20px;
}

#solution_list {
  width: 863px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

#solution_list section {
  display: table-cell;
  background-position: center top;
  background-repeat: no-repeat;
  width: 150px;
  padding-top: 140px;
}

#seminar_icon {
  background-image: url("../img/icon01.png");
}

#ma_icon {
  background-image: url("../img/icon02.png");
}

#event_icon {
  background-image: url("../img/icon03.png");
}

#form {
  width: 800px;
  margin: 30px auto;
}

#form_title {
  text-align: center;
  margin-top: 30px;
}

#form_body {
  padding: 20px;
  border: 1px solid #efefef;
}

#form_msg {
  margin: 15px 0;
  font-size: 18px;
}

#form button {
    font-size: 33px;
    font-weight: bold;
    line-height: 75px;
    display: table;
    padding: 0 65px !important;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    text-decoration: none;
    letter-spacing: .1em;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #23551c;
    background-color: #47AB38;
    margin: 20px auto 0;
    cursor: pointer;
}

#form button:hover {
    text-decoration: none;
    color: white;
    border-color: #23551c;
    background-color: #23551c;
}

#ss_inqtitle {
  margin-top: 50px;
}

.pre-scrollable {
    height: 150px;
    border: 3px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
.proposal{
  margin: 30px 0;
}
.sales_proposal{
	color: #fff;
  background: #004ea1;
  padding: 15px;
  align-items: center;
  border-radius: 10px;
}
.sales_proposal:hover {
  color: #fff;
  background-color: #003b7b;
  border-color: #00356e;
  text-decoration: none
}
