body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 3rem;
}

.ss_speaker_img.col-md-3 {
  margin-bottom: 20px;
}

#lead h1 {
  margin: 30px 0;
}

#lead-text {
  margin-top: 20px;
  font-size: 18px;
}

.etail-table {
  padding: 30px 0;
}

.container {
  margin-bottom: 40px;
}

#inq {
  margin-bottom: 0;
  padding: 30px 0 10px;
}

#detail-table td,
#detail-table tr {
  border-bottom: 1px solid #999;
}

#detail-table th {
  width: 15%;
  text-align: right;
  padding-right: 20px;
}

.grey {
  background-color: #efefef;
}

#content_header {
  text-align: center;
  background-color: #144A96;
}

#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 {
  background-position: center top;
  background-repeat: no-repeat;
  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");
}

.application_link {
  /*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;
}

.application_link .button {
  font-size: 18px;
  font-weight: bold;
  line-height: 75px;
  display: table;
  padding: 0 65px !important;
  -webkit-transition-duration: 0.12s;
  transition-duration: 0.12s;
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none;
  letter-spacing: 0.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;
}

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

#ss_inqtitle {
  margin-top: 50px;
}

/** Step bar **/
#step_bar_box {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  margin-top: 15px;
}

.step_bar {
  list-style: none;
}

.step_bar li {
  line-height: 46px;
  color: #a6a6a6;
  text-decoration: none;
  padding: 0 15px 0 35px;
  background: #eee;
  display: inline-block;
}

.step_bar li small {
  font-size: 80%;
}

.step_bar li::after {
  position: relative;
  display: block;
  margin-top: -25px;
  margin-left: auto;
  margin-right: -25px;
  height: 22px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #eee;
}

.step_bar li::before {
  float: right;
  display: block;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: -25px;
  height: 21px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  background: #eee;
}

.step_bar li:first-child {
  padding-left: 20px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
  padding-left: 35px;
  padding-right: 40px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.step_bar li:last-child::before {
  border: 0;
}

.step_bar li:last-child::after {
  border: 0;
}

.step_bar li.current {
  background: #001f4c;
  color: #fff;
}

.step_bar li.current::before {
  background: #001f4c;
}

.step_bar li.current::after {
  background: #001f4c;
}

.step_bar li.current:last-child {
  margin-right: -35px;
}

.step_bar li.current:last-child::before {
  border: 0;
}

.step_bar li.current:last-child::after {
  border: 0;
}

.pre-scrollable {
  height: 150px;
  border: 3px solid #efefef;
  padding: 20px;
  margin-bottom: 30px;
}

.material-icons.rotate {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
