@charset "UTF-8";
.grayBox {
  padding: 30px;
  width: auto;
  overflow: hidden;
  background: #f8f8f8; }
  .grayBox strong {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px; }
  .grayBox .centerArrow {
    text-align: center;
    display: block;
    padding: 10px 0; }
    .grayBox .centerArrow span {
      font-size: 50px;
      color: #8faec7; }

.discList {
  padding-top: 20px; }
  .discList li {
    padding-bottom: 10px;
    margin-left: 1em; }
  .discList li:before {
    content: "●";
    font-size: .8em;
    padding-right: 5px;
    position: relative;
    top: -1px; }

.c-txt {
  text-align: center; }

.col3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .col3-box .col3-in {
    width: 30%; }
    .col3-box .col3-in img {
      width: 100%;
      height: auto; }
    .col3-box .col3-in p {
      margin: 5px 0 0 0;
      text-align: center; }

.tbl-box table {
  width: 900px;
  margin: 0 0 15px 0; }
  .tbl-box table thead th {
    padding: 10px;
    color: #fff;
    background: #ca9e1f;
    border-right: 1px solid #fff;
    vertical-align: middle; }
    .tbl-box table thead th:nth-child(3) {
      width: 60px; }
    .tbl-box table thead thnth-child(5) {
      width: 230px; }
  .tbl-box table tbody td {
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #F3F8FC; }

.tag-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%; }
  .tag-btns .tag {
    width: 31%;
    margin: 0 1% 10px 1%;
    background: #ca9e1f; }
    .tag-btns .tag a {
      display: block;
      padding: 10px 20px;
      text-align: center;
      color: #fff; }
      .tag-btns .tag a span {
        position: relative; }
        .tag-btns .tag a span:after {
          content: "";
          font-size: 1em;
          padding-left: 5px;
          position: absolute;
          top: 3px;
          margin-left: 5px;
          padding: 7px 7px;
          color: #000;
          line-height: 0.3;
          background: #fff;
          border-radius: 20px;
          transform:rotate(-90deg); }
.pc {
  display: none; }

.sp {
  display: block; }

.tbl-box {
  overflow-x: scroll; }
  .tbl-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5; }
  .tbl-box::-webkit-scrollbar {
    height: 7px;
    background-color: #F5F5F5; }
  .tbl-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ca9e1f; }
.tbl-box table tbody .tbl-tits td {
  background: none; }
  .tbl-box table tbody .tbl-tits td span {
    padding: 5px;
    color: #fff;
    background: #ca9e1f; }
/*# sourceMappingURL=pc_style.map */