@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;
  }
}

/* ========== accordion ========== */
.c-accordion-01.c-accordion-inheritance>.item>.head:before{
  content: none;
}
.c-accordion-01.c-accordion-inheritance>.item>.head:after{
  background: url(/landing/inheritance/img/icon-chevron-down-black.png);
  width: 22px;
  height: 22px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-accordion-01.c-accordion-inheritance>.item>.head.opened:after{
  background: url(/landing/inheritance/img/icon-chevron-up-black.png);
}
.c-accordion-01.c-accordion-inheritance>.item>.body{
  margin: 0;
}

/* ========== tel ========== */
.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-num {
  background-color: #eb7000;
  color: #FFF!important;
  padding: 0px 7px 0px 7px;
  margin: 0px 6px 0px 6px;
  border-radius: 5px;
  display: inline!important;
  text-align: center!important;
  font-weight: bold;
}
.modal-tel-num {
  background-color: #eb7000;
  color: #FFF!important;
  padding: 5px 12px 5px 12px;
  margin: 0px 6px 0px 6px;
  border-radius: 5px;
  display: inline!important;
  text-align: center!important;
  font-size: 120%;
  font-weight: bold;
}
.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(/landing/inheritance/img/icon_tel_sp.png);
  background-repeat: no-repeat;
  background-size: auto 33px;
  position: absolute;
  left: 16px;
  top: -3px;
  content: "";
}
.menu-num-box-pc {
  border: solid 1px #d4d5d5;
  padding: 20px;
}
.menu-num-box-sp {
  border: solid 1px #d4d5d5;
  padding: 14px;
  border-radius: 14px;
}
.f-modal-con {
  margin-top: 1em;
}
.modal-con {
  margin-top: 2em;
}
.modal-con-num {
  display: table-cell;
  vertical-align: middle;
}
.modal-text {
  display: table-cell;
  vertical-align: middle;
}
.modal-text ul {
  list-style: none;
  margin-bottom: 0px!important;
  padding-left: 0px!important;
}
.modal-text li {
  font-weight: bold;
}
.help-p-space {
  margin-top: 0.25em!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt2-25em {
  margin-top: 2.25em!important;
}
.ml9 {
  margin-left: 9px!important;
}
.ml0 {
  margin-left: 0px!important;
}
.mb0-5em {
  margin-bottom: 0.5em!important;
}
.help-link a {
  color: #535252!important;
}
.help-col2 {
  overflow: hidden;
  width: 100%;
  margin-top: 1.25em;
  margin-bottom: 1em;
}
.help-col2_1 {
  display: inline-block;
  width: 10%;
  float: left;
}
.help-col2_2 {
  display: inline-block;
  width: 85%;
  float: left;
  margin-left: 5px;
}
.v-top {
  vertical-align: top!important;
}
.v-top-text {
  margin-top: -4px;
}
.normal {
  font-weight: normal!important;
}
@media only screen and (max-width: 640px) {
  .help-col2 {
    overflow: hidden;
    width: 100%;
    margin-top: 1.25em;
    margin-bottom: 1em;
  }
  .help-col2_1 {
    display: inline-block;
    width: 25%;
    float: left;
  }
  .help-col2_2 {
    display: inline-block;
    width: 70%;
    float: left;
    margin-left: 5px;
  }
  .help-col2_3 {
    display: inline-block;
    width: 60%;
    float: left;
  }
  .help-col2_4 {
    display: inline-block;
    width: 35%;
    float: left;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .tel-icon img {
    width: 18px;
    margin-top: 0px;
  }
  .tel-num {
    padding: 0px 5px 0px 5px;
    margin: 0px 2px 0px 2px;
    border-radius: 5px;
  }
}



@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/* ========== heading ========== */
.c-heading3-01 h4 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  color: #eb7000;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #d4d5d5;
  padding-bottom: 10px;

  color: #212426;
  font-size: 26px;
  padding-left: 14px;
}

@media only screen and (max-width:640px) {
  .c-heading3-01 h4 {
    border: 0;
    font-size: 125%;
    padding-bottom: 0;

    border-bottom: 1px solid #d4d5d5;
    padding-bottom: 6px;
    font-size: 18px;
  }
}