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

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #f0920c;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/campaign/2024/20240318_payroll_transfer/img/icon_minus.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/campaign/2024/20240318_payroll_transfer/img/icon_plus.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #ffdfdb;
}
.section-faq .answer:hover {
  background-color: #ffdfdb;
}
.section-faq .answer .label {
  background-color: #ffdfdb;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== accordion ========== */
.charge-accordion>.item>.head {
  background-image: url(/campaign/2024/20240318_payroll_transfer/img/icon_01.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 0.5em center;
}
.charge-accordion>.item>.head.opened {
  background-image: url(/campaign/2024/20240318_payroll_transfer/img/icon_02.png);
  background-repeat: no-repeat;
}
.charge-accordion>.item>.head:before {
  content: none;
}
.charge-accordion>.item>.head:after {
  content: none;
}
.charge-accordion>.item>.head.check {
  background-image: url(/campaign/2024/20240318_payroll_transfer/img/icon_04.png);
  padding: 0;
}
.charge-accordion>.item>.head.check.opened {
  background-image: url(/campaign/2024/20240318_payroll_transfer/img/icon_04.png);
}
.charge-accordion>.item>.head.check a {
  display: block;
  text-decoration: none;
  color: #535252;
  padding: 17px 54px 13px 0;
  outline: none;
}

.charge-accordion>.item:nth-child(2) .c-heading2-02{
  margin-top: 1.875em;
}
.charge-accordion>.item:nth-child(2) .c-heading2-02 .heading-main h2 span{
  background-color: #002060;
  box-shadow: 12px 0 0 #002060, -12px 0 0 #002060;
}
.charge-accordion>.item:nth-child(2) .c-btn-04,
.charge-accordion>.item:nth-child(2) .c-btn-05{
  padding: 21px 20px 19px 50px;
}
.charge-accordion>.item:nth-child(2) .c-copy-01 p em{
  color: #eb7000;
}

/* ========== icon ========== */
.icon-search {
    position: relative;
    padding-left: 22px;
}
@media screen and (min-width: 640px) {
    .icon-search {
        padding-left: 46px;
    }
}

.icon-search:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-top: 4px;
}
@media screen and (min-width: 640px) {
    .icon-search:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: -2px;
    }
}

.icon-search:before {
    background-image: url(/campaign/2024/20240318_payroll_transfer/img/icon_03.png);
}

/* ========== c-entry-area ========== */
.c-entry-area {
  padding-left: 0;
}
.c-entry-item {
 list-style: none;
}
@media only screen and (min-width: 641px) {
  .c-entry-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-entry-item {
  list-style: none;
  }
  .c-entry-item.w43 {
    width: 43%;
  }
  .c-entry-item.c-arrow {
    margin: 0 5%;
  }
}

/* ========== c-payrollBlock-01 ========== */

.c-payrollBlock-02 {
  border: 3px solid #e2b1b5;
  padding: 20px 14px;
  border-radius: 20px;
  }
@media only screen and (max-width: 640px) {
.c-payrollBlock-02 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .c-payrollBlock-02 {
    border: 6px solid #e2b1b5;
    padding: 30px;
  }
  .c-entry-item:nth-child(3) .c-payrollBlock-02 {
    display: grid;
    vertical-align: middle;
  }
}

.c-payrollBlock-01>*:first-child,
.c-payrollBlock-01>*:first-child>*:first-child {
  margin-top: 0
}

.c-payrollBlock-01 h2 {
  margin-bottom: 0;
}

.c-payrollBlock-02 .c-heading4-01 em{
  background-color: transparent;
  color: #F62831;
  font-weight: bold;
}