@media (max-width: 640px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 640px) {
  .sp_br {
    display: block;
  }
}

.sec {
  padding: 70px 0 80px;
}

.page-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #009944;
  text-align: center;
}

.sub-ttl {
  font-size: 30px;
  color: #009944;
  text-align: center;
}

.green {
  color: #009944;
}

.shadow {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

footer {
  min-height: 50px;
  background-color: #EDFAF1;
  text-align: center;
  color: #878E8A;
  line-height: 50px;
}

.sec.sec-top {
  text-align: center;
}

.sec.sec-top .txt {
  letter-spacing: 0.05em;
  padding-top: 30px;
}

@media (max-width: 640px) {
  .sec.sec-top .txt {
    padding-top: 15px;
  }
}

.sec.sec-spending {
  background-color: #FFF9EF;
}

.sec.sec-spending .spending-list {
  text-align: left;
  margin: 20px 0 50px;
}

.sec.sec-spending .spending-list tr {
  border-top: 1px solid #A6E2BA;
}

.sec.sec-spending .spending-list tr:nth-of-type(7) td {
  letter-spacing: -0.05em;
}

.sec.sec-spending .spending-list tr:last-of-type {
  border-bottom: 1px solid #A6E2BA;
}

.sec.sec-spending .spending-list th, .sec.sec-spending .spending-list td {
  padding: 7px 0 7px 12px;
}

.sec.sec-spending .spending-list th {
  border-left: 1px solid #A6E2BA;
  border-right: 1px solid #A6E2BA;
  width: 20%;
  background-color: #EDFAF1;
  color: #009944;
}

.sec.sec-spending .spending-list td {
  border-right: 1px solid #A6E2BA;
  width: 80%;
  background-color: #fff;
  color: #3F3F3F;
}

#main_payslip .points {
  width: 55%;
  margin: 50px auto 0;
  border: 3px solid #009944;
  border-radius: 30px;
  padding: 40px 90px;
  background-color: #fff;
}

@media (max-width: 640px) {
  #main_payslip .points {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 35px;
  }
}

#main_payslip .points .ttl {
  padding-bottom: 20px;
  position: relative;
  display: block;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #009944;
}

@media (max-width: 640px) {
  #main_payslip .points .ttl {
    padding-bottom: 10px;
  }
}

#main_payslip .points .ttl::before {
  content: '';
  background-image: url(../images/money/icn-point.png);
  background-size: contain;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 225px;
}

@media (max-width: 640px) {
  #main_payslip .points .ttl::before {
    left: 180px;
  }
}

#main_payslip .points .point {
  text-align: left;
}

.sec.sec-payslip {
  background-color: #FFF9EF;
  padding: 80px 0;
}

.sec.sec-payslip .in > p {
  padding: 20px 0 50px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .in > p {
    padding: 10px 0 25px;
  }
}

.sec.sec-payslip figure figcaption {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #009944;
  padding-bottom: 10px;
}

.sec.sec-payslip figure img {
  max-width: 100%;
}

.sec.sec-payslip .detail {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 50px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .detail {
    padding: 30px;
    margin-top: 25px;
  }
}

.sec.sec-payslip .detail .ttl {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  color: #009944;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .detail .ttl {
    padding-bottom: 10px;
  }
}
.sec.sec-payslip .references {
  padding-top: 70px;
}

.sec.sec-payslip .references:last-of-type {
  padding-bottom: 30px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .references:last-of-type {
    padding-bottom: 0px;
  }
}

.sec.sec-payslip .references .ttl {
  text-align: left;
  padding-top: 20px;
}

.sec.sec-payslip .references table {
  text-align: center;
  margin: 10px 0;
}

.sec.sec-payslip .references table tr {
  border-left: 1px solid #6DC78C;
}

.sec.sec-payslip .references table tr:nth-of-type(even) {
  background-color: #fff;
}

.sec.sec-payslip .references table tr:nth-of-type(odd) {
  background-color: #EDFAF1;
}

.sec.sec-payslip .references table tr:nth-of-type(10) td {
  font-size: 20px;
}

.sec.sec-payslip .references table th, .sec.sec-payslip .references table td {
  padding: 15px 0;
}

.sec.sec-payslip .references table th {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #6DC78C;
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sec.sec-payslip .references table td {
  border-bottom: 1px solid #6DC78C;
  border-right: 1px solid #6DC78C;
}

.sec.sec-payslip .references .footnote a {
  color: #0083D5;
}

.sec.sec-payslip .references .extra-wage {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin: 20px 0 50px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .references .extra-wage {
    margin: 10px 0 25px;
    padding: 30px;
  }
}

.sec.sec-payslip .references .extra-wage .ttl {
  text-align: center;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #009944;
  letter-spacing: 0.15em;
}

.sec.sec-payslip .references .extra-wage .txt {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .references .extra-wage .txt {
    padding-top: 10px;
  }
}

.sec.sec-payslip .references figure figcaption {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #009944;
  padding-bottom: 10px;
}

.sec.sec-payslip .references figure img {
  max-width: 100%;
}

.sec.sec-payslip .qa {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin-top: 60px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .qa {
    padding: 30px;
    margin-top: 30px;
  }
}

.sec.sec-payslip .qa .question {
  color: #009944;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.75;
}

.sec.sec-payslip .qa .answer {
  width: 95%;
  margin: auto;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 640px) {
  .sec.sec-payslip .qa .answer {
    padding-top: 30px;
  }
}

.sec.sec-payslip .qa .answer::before {
  content: 'A';
  font-size: 20px;
  color: #009944;
  font-weight: 700;
  position: absolute;
  left: -25px;
  top: 55px;
}

@media (max-width: 640px) {
  .sec.sec-payslip .qa .answer::before {
    top: 25px;
  }
}

.sec.sec-salary {
  margin-top: 30px;
  background-color: #FFF9EF;
}

@media (max-width: 640px) {
  .sec.sec-salary {
    margin-top: 15px;
  }
}

.sec.sec-salary .in > p {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .sec.sec-salary .in > p {
    padding-top: 10px;
  }
}

.sec.sec-salary .type {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 50px;
  padding: 40px;
}

@media (max-width: 640px) {
  .sec.sec-salary .type {
    padding: 30px;
    margin-top: 25px;
  }
}

.sec.sec-salary .type .ttl {
  text-align: center;
  font-size: 20px;
  color: #009944;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  .sec.sec-salary .type .ttl {
    padding-bottom: 10px;
  }
}

.sec.sec-salary .principle .item {
  padding-bottom: 30px;
}

@media (max-width: 640px) {
  .sec.sec-salary .principle .item {
    padding-bottom: 15px;
  }
}

.sec.sec-salary .principle .item:last-of-type {
  padding-bottom: 0;
}

.sec.sec-salary .principle .item p {
  line-height: 2.1;
}

.sec.sec-target {
  background-color: #FFF9EF;
  margin-top: 30px;
  padding-bottom: 50px;
}

@media (max-width: 640px) {
  .sec.sec-target {
    margin-top: 15px;
  }
}

.sec.sec-target .ttl {
  text-align: center;
  color: #009944;
  letter-spacing: 0.15em;
  font-size: 20px;
  font-weight: 700;
}

.sec.sec-target .points {
  width: 50%;
  margin: 50px auto;
  border: 3px solid #009944;
  border-radius: 30px;
  padding: 40px 90px;
  background-color: #fff;
}

.sec.sec-target .points .ttl {
  padding-bottom: 20px;
  position: relative;
  display: block;
}

.sec.sec-target .points .ttl::before {
  content: '';
  background-image: url(../images/money/icn-point.png);
  background-size: contain;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 170px;
}

.sec.sec-target .points .point {
  line-height: 2.3;
}

.sec.sec-target .qa {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .sec.sec-target .qa {
    padding: 20px;
    margin-top: 25px;
  }
}

.sec.sec-target .qa .question {
  color: #009944;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.75;
}

.sec.sec-target .qa .answer {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  position: relative;
}

@media (max-width: 640px) {
  .sec.sec-target .qa .answer {
    padding-top: 15px;
  }
}

.sec.sec-target .qa .answer::before {
  content: 'A';
  font-size: 20px;
  color: #009944;
  font-weight: 700;
  position: absolute;
  left: -25px;
  top: 25px;
}

@media (max-width: 640px) {
  .sec.sec-target .qa .answer::before {
    top: 10px;
  }
}

.sec.sec-target .references {
  padding-top: 70px;
}

@media (max-width: 640px) {
  .sec.sec-target .references {
    padding-top: 35px;
  }
}

.sec.sec-target .references:last-of-type {
  padding-bottom: 30px;
}

.sec.sec-target .references .ttl {
  text-align: left;
  padding-top: 20px;
}

.sec.sec-target .references table {
  text-align: center;
  margin: 10px 0;
}

.sec.sec-target .references table tr {
  border-left: 1px solid #6DC78C;
}

.sec.sec-target .references table tr:nth-of-type(even) {
  background-color: #fff;
}

.sec.sec-target .references table tr:nth-of-type(odd) {
  background-color: #EDFAF1;
}

.sec.sec-target .references table tr:nth-of-type(10) td {
  font-size: 20px;
}

.sec.sec-target .references table th, .sec.sec-target .references table td {
  padding: 15px 0;
}

.sec.sec-target .references table th {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #6DC78C;
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sec.sec-target .references table td {
  border-bottom: 1px solid #6DC78C;
  border-right: 1px solid #6DC78C;
}

@media (max-width: 640px) {
  .sec.sec-target .references .footnote {
    word-wrap: break-word;
  }
}

.sec.sec-target .references .footnote a {
  color: #0083D5;
}

@media (max-width: 640px) {
  .sec.sec-target .references .footnote a {
    word-wrap: break-word;
    display: block;
  }
}

.sec.sec-target .references .extra-wage {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin: 20px 0 50px;
}

.sec.sec-target .references .extra-wage .ttl {
  text-align: center;
  padding-top: 0;
}

.sec.sec-target .references figure figcaption {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #009944;
  padding-bottom: 10px;
}

.sec.sec-target .references figure img {
  max-width: 100%;
}

.sec.sec-event {
  background-color: #EDFAF1;
  padding: 70px 0 80px;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .sec.sec-event {
    margin-top: 15px;
  }
}

.sec.sec-event .events-info .txtarea {
  text-align: left;
  width: 600px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 50px 0 50px 100px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea {
    width: 96%;
    padding: 40px;
  }
}

.sec.sec-event .events-info .txtarea .ttl {
  font-size: 20px;
  color: #009944;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea .ttl {
    font-size: 18px;
  }
}

.sec.sec-event .events-info .txtarea .info {
  display: flex;
  font-size: 18px;

  color: #3f3f3f;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .txtarea .info {
    font-size: 13px;
  }
}

.sec.sec-event .events-info .txtarea .info dd {
  margin-left: 20px;
}

.sec.sec-event .events-info .txtarea .info:last-of-type dd {
  color: #009944;
}

.sec.sec-event .events-info .more-btn {
  background-color: #009944;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 310px;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .sec.sec-event .events-info .more-btn {
    font-size: 13px;
  }
}

.sec.sec-video {
  padding: 70px 0 80px;
}

.sec.sec-video .in {
  width: 840px;
}

@media (max-width: 640px) {
  .sec.sec-video .in {
    width: 90%;
  }
}

.sec.sec-video .sub-ttl {
  font-size: 30px;
  color: #009944;
  text-align: center;
}

.sec.sec-video .video-box {
  display: flex;
  margin-top: 35px;
}

@media (max-width: 640px) {
  .sec.sec-video .video-box {
    flex-direction: column;
  }
}

.sec.sec-video .video-box .video-item {
  margin: 0 20px;
  width: 50%;
}

@media (max-width: 640px) {
  .sec.sec-video .video-box .video-item {
    width: 100%;
    margin: 0 auto;
  }
  .sec.sec-video .video-box .video-item:last-of-type {
    margin-top: 20px;
  }
}

.sec.sec-video .video-box .video-item .video-clip {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec.sec-video .video-box .video-item .video-clip iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec.sec-video .video-box .video-item .txtarea p {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #3f3f3f;
}

.sec.sec-video .video-box .video-item .txtarea p.green {
  color: #009944;
  margin: 5px 0;
}

.sec.sec-video .more-btn {
  background-color: #009944;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 216px;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .sec.sec-video .more-btn {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .sec.sec-video .more-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

.life-contents {
  background-color: #FFF9EF;
  padding: 60px 0 50px;
}

.life-contents .contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .life-contents .contents {
    flex-direction: column;
    margin-top: 20px;
  }
}

.life-contents .contents a.content {
  display: block;
  margin: 0 20px;
  width: 42%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #3f3f3f;
}

@media (max-width: 640px) {
  .life-contents .contents a.content {
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    font-size: 13px;

  }
}
