.c_maintitle {
  background: url("../images/fee/maintitle_bg.jpg") no-repeat center center;
  background-size: cover; }

.point {
  font-size: 1.2rem;
  text-align: right; }

.fee-list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 769px) {
    .fee-list {
      display: block; } }
  .fee-list__item {
    width: 48%;
    margin-right: 4%;
    background-color: #FFF6EE;
    padding: 2.0rem;
    margin-bottom: 2.0rem; }
    @media (max-width: 769px) {
      .fee-list__item {
        width: 100%;
        margin-right: 0;
        min-height: auto; } }
    .fee-list__item dt {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.75;
      margin-bottom: 1.0rem; }
      .fee-list__item dt span {
        color: #E7902C;
        display: inline-block;
        margin-right: .3em; }
    .fee-list__item dd {
      display: flex;
      justify-content: space-between;
      text-align: right;
      line-height: 1.75;
      font-size: 1.8rem; }
      .fee-list__item dd img {
        width: 12.0rem;
        margin-left: 2.0rem; }
    .fee-list__item:nth-child(2n) {
      margin-right: 0; }
  .fee-list + .c_title01 {
    margin-top: 7.0rem; }

section + section {
  margin-top: 7.0rem; }
