@charset "UTF-8";

.win.firefox table.tableTypeC {
  /*border-top: none;*/
  border-right: none;
  margin: 30px auto 80px;
  border-collapse: separate;
}
.win.firefox table.tableTypeC th {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border: none;
}
.win.firefox table.tableTypeC td {
  border-bottom: none;
  border: none;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.win.firefox table.tableTypeC thead th {
  background-color: #f4f4f4;
  border: none;
  /*border-bottom: 1px solid #dcdcdc;*/
  border-left: 1px solid #dcdcdc;
}
.win.firefox table.tableTypeC thead th:first-of-type {
  border-left: none;
  border: none;
  /*border-bottom: 1px solid #dcdcdc;*/
}
.win.firefox table.tableTypeC tr:first-of-type td:first-of-type {
  border-left: none;
  /*border-bottom: 1px solid #dcdcdc;*/
}

.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: 16px 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;
}
.balloon_list .balloon.emphasis {
  position: relative;
  border: 4px solid #0097df; /* 縁取りの色と太さ */
  background-color: #0097df; /* バックグラウンドの色 */
}

.balloon_list .balloon.emphasis:not(.last):before {
  border-top: 16px solid #0097df; /* 縁取りの色 */
}

.balloon_list .balloon.emphasis:not(.last):after {
  border-top: 16px solid #0097df; /* バックグラウンドの色 */
  left: 137px;
}

@media screen and (max-width: 640px) {
  .balloon_list .balloon {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 24px;
  }
  .balloon_list .balloon:not(.last):before {
    display: none;
  }

  .balloon_list .balloon:not(.last):after {
    bottom: -17px;
    left: 50%;
    transform: rotate(-0deg);
  }
  .balloon_list .balloon.emphasis:not(.last):before {
    display: block;
    bottom: -20px;
    left: 50%;
    transform: rotate(-0deg);
  }
  .balloon_list .balloon.emphasis:not(.last):after {
    bottom: -15px;
    left: 50%;
  }
}

.pslist {
  text-align: center;
}
.pslist li {
  width: 380px;
  display: inline-block;
  float: none;
}
@media screen and (max-width: 640px) {
  .pslist li {
    width: 100%;
  }
}
