@charset "UTF-8";

#fdm {
  position: absolute;
  top: 1140px;
}
#sls,
#slm {
  position: absolute;
  top: 2560px;
}
#mj {
  position: absolute;
  top: 1910px;
}
/*#sls{
	position: absolute;
	border: solid 3px #000;
	width: 100px;
	height: 50px;
	top: 2640px;
}*/

#hjf {
  position: absolute;
  top: 3000px;
}

#ModelingMethod,
#DataFormat,
#standard,
#flow {
  padding-top: 71px;
  margin-top: -71px;
}

.service_link .flex {
  display: flex;
  justify-content: space-between;
}
.service_link a {
  width: calc(100% / 2 - 20px);
  display: block;
  box-sizing: border-box;
  padding: 25px;
  text-decoration: none;
  background: #ffeacc;
  text-align: center;
  color: #333;
}
.service_link a:hover {
  opacity: 0.7;
}
.service_link a + a {
  background: #ccebff;
}

#content .service_link a h3 {
  display: inline-block;
  margin: 0 auto 20px;
  background: none;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  border-bottom: 2px solid #545454;
}

#content .service_link a p {
  margin: 0 0 20px;
}
#content .service_link a img {
  max-width: 100%;
  width: 100%;
}

.balloon_title {
  font-size: 20px;
  font-weight: bold;
  color: /*#5697a7*/ ;
  display: block;
  margin-bottom: 0.5em;
  padding-top: 4px;
}

.balloon_list {
  margin: 0 auto;
}
.balloon_list li {
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}
.balloon_list li:last-child {
  margin-right: 0;
}
.balloon_list .balloon {
  display: table;
  width: 143px;
  height: 90px;
  /* border: 3px solid #079aa9; */
  /* background-color: #fff; */
  border: 2px solid #079aa9;
  background-color: #079aa9;
  text-align: center;
  /* border-radius: 5px; */
  border-radius: 10px;
  position: relative;
}
.balloon_list .balloon:not(.last):before {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 142px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon:not(.last):after {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 138px;
  margin-left: -10px;
  width: 0;
  height: 0;
  /* border-top: 15px solid #fff; */
  border-top: 15px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon div {
  /* color: #056a70; */
  color: #fff;
  font-weight: bold;
  /* font-size: 13px !important;*/
  font-size: 16px !important;
  line-height: 1.5em;
  margin-bottom: 0 !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pslist {
  text-align: center;
}
.pslist li {
  width: 380px;
  display: inline-block;
  float: none;
}
