@charset "shift_jis";
/* CSS Document */
#pagetitle {
  padding: 50px 0;
  background: url("../img/fee_img/pagetitle_bg.jpg") no-repeat right 70% center;
  background-size: cover;
  margin-bottom: 10px;
}
#pagetitle h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
@media print, screen and (min-width:768px) {
  #pagetitle {
    padding: 80px 0;
    margin-bottom: 30px;
    background: url("../img/fee_img/pagetitle_bg.jpg") no-repeat right 65% center;
  }
  #pagetitle h2 {
    font-size: 45px;
  }
}
/*------------------------------------------------------------content*/
#fee {
  margin-top: -170px;
  padding-top: 170px;
}
@media print, screen and (min-width:768px) {
  #fee {
    margin-top: -120px;
    padding-top: 120px;
  }
}
/**/
.list_disc {
  text-align: left;
  margin-bottom: 15px;
}
.list_disc li {
  padding-left: 1.2em;
  position: relative;
}
.list_disc li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fe99d0;
  border-radius: 100%;
  padding-right: .2em;
  position: absolute;
  top: 6px;
  left: 0;
}
#fee .fee_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#fee .fee_anchor li {
  width: calc(100% / 2 - 10px);
  margin-bottom: 10px;
}
#fee .fee_anchor li a {
  display: block;
  text-decoration: none;
  border: 1px solid #4085cd;
  border-radius: 10px;
  padding: 5px 0;
  position: relative;
}
#fee .fee_anchor li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #4085cd;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fee .fee_anchor li a:hover {
  color: #fff;
  background: #4085cd;
}
#fee .fee_anchor li a:hover:before {
  border-top: 10px solid #fff;
}
@media print, screen and (min-width:768px) {
  #fee .fee_anchor::after {
    content: "";
    display: block;
    width: calc(100% / 4 - 10px);
  }
  #fee .fee_anchor li {
    width: calc(100% / 4 - 10px);
    margin-bottom: 10px;
  }
}
#gentleman, #lady, #coat, #knit, #casual, #item, #sports, #student, #work, #wafuku, #bedding, #interior, #leather, #reform, #process {
  margin-top: -60px;
  padding-top: 60px;
}
@media print, screen and (min-width:768px) {
  #gentleman, #lady, #coat, #knit, #casual, #item, #sports, #student, #work, #wafuku, #bedding, #interior, #leather, #reform, #process {
    margin-top: -90px;
    padding-top: 90px;
  }
}
#fee .fee_item {
  margin-bottom: 20px;
}
#fee .fee_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #4085cd;
  border-radius: 10px;
}
#fee .fee_table tr th, #fee .fee_table tr td {
  width: 50%;
  padding: 10px 15px;
}
#fee .fee_table tr:not(:last-child) th, #fee .fee_table tr:not(:last-child) td {
  border-bottom: 1px solid #4085cd;
}
#fee .fee_table tr th {
  font-weight: 700;
  text-align: left;
  background: #f3fbfd;
  border-right: 1px dotted #4085cd;
}
#fee .fee_table tr:first-child th {
  border-radius: 10px 0 0 0;
}
#fee .fee_table tr:last-child th {
  border-radius: 0 0 0 10px;
}
#fee .fee_table tr td {
  color: #ed2e2e;
  text-align: right;
}
#fee .note {
  text-align: left;
}