@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== table ========== */
.c-table-01 .centering02 {
  vertical-align: middle;
}

/* ========== accordion ========== */
.c-accordion-01.c-accordion-maintenance > .item > .head {
  font-size: 100%;
  font-weight: normal;
}

.c-accordion-01.c-accordion-maintenance > .item > .body {
  margin-right: auto;
  margin-left: auto;
}

/* ========== heading ========== */
.c-heading3-maintenance h3 {
  border-bottom: none;
  padding-bottom: 0;
}

.c-heading4-maintenance h4 {
  font-weight: normal;
}

/* ============= add module ============= */
.help-text-01 {
  color: #eb7000;
  font-size: 150%;
}

.help-text-01 a {
  color: #eb7000 !important;
  text-decoration: none !important;
}

.help-text-01 span {
  display: inline;
}

.tel-icon img {
  width: 24px;
  margin-top: -5px;
}

.con-tel-sp {
  border-radius: 10px;
  border: solid 2px #d4d5d5;
  margin-top: 1em;
}

.sp-tel-icon a {
  display: block;
  text-align: center;
  margin-bottom: 0.50em;
  position: relative;
}

.sp-tel-icon a:before {
  width: 33px;
  height: 33px;
  background-image: url(/help/img/icon_tel_sp.png);
  background-repeat: no-repeat;
  background-size: auto 33px;
  position: absolute;
  left: 16px;
  top: -3px;
  content: "";
}

@media only screen and (max-width: 640px) {
  .tel-icon img {
    width: 18px;
    margin-top: 0px;
  }
}

.mt10 {
  margin-top: 10px !important;
}