.l-relation li:first-child {
  display: none; }

@media print, screen and (min-width: 961px) {
  .p-job-box-ttl, .p-job-box, .p-recommend {
    width: 100%;
    max-width: 1020px;
    padding: 0 30px;
    margin: 0 auto; } }

@media print, screen and (min-width: 961px) {
  .p-job-inr {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto; } }

.p-job-acc-ttl, .p-qa-acc-ttl {
  position: relative; }
  .p-job-acc-ttl:before, .p-qa-acc-ttl:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    border-top: 1px solid #0c1530;
    position: absolute;
    right: 17px;
    top: 50%; }
  .p-job-acc-ttl:after, .p-qa-acc-ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    border-top: 1px solid #0c1530;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .4s .4s; }
  .is-open.p-job-acc-ttl:after, .is-open.p-qa-acc-ttl:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.p-js-fade-up, .p-company-txt {
  opacity: 0;
  transform: translate(0, 20px); }
  .is-anime.p-js-fade-up, .is-anime.p-company-txt {
    transform: translate(0, 0);
    opacity: 1; }
    @media only screen and (max-width: 960px) {
      .is-anime.p-js-fade-up, .is-anime.p-company-txt {
        transition: opacity 1s, transform 1s; } }
    @media print, screen and (min-width: 961px) {
      .is-anime.p-js-fade-up, .is-anime.p-company-txt {
        transition: opacity 1s .2s, transform 1s .2s; } }

.p-js-photo {
  text-align: center;
  overflow: hidden;
  transform: translate(0, 20px);
  clip-path: inset(0 0 100% 0);
  opacity: 0; }
  .p-js-photo img {
    width: 100%;
    transform-origin: 50% 0;
    transform: scale(1.3); }
  .p-js-photo.is-anime {
    transform: translate(0, 0);
    clip-path: inset(0 0 0 0);
    opacity: 1; }
    @media only screen and (max-width: 960px) {
      .p-js-photo.is-anime {
        transition: opacity 1s .4s, clip-path 1s .4s, transform 1s .4s; } }
    @media print, screen and (min-width: 961px) {
      .p-js-photo.is-anime {
        transition: opacity 1s, clip-path 1s, transform 1s; } }
    .p-js-photo.is-anime img {
      transform: scale(1); }
      @media only screen and (max-width: 960px) {
        .p-js-photo.is-anime img {
          transition: transform 1s .4s; } }
      @media print, screen and (min-width: 961px) {
        .p-js-photo.is-anime img {
          transition: transform 1s; } }

@media only screen and (max-width: 960px) {
  .p-mv {
    min-height: 600px;
    height: calc(100vh - 80px); } }
@media print, screen and (min-width: 961px) {
  .p-mv {
    min-height: 750px;
    height: calc(100vh - 115px); } }

.p-mv-ttl {
  position: relative;
  z-index: 100;
  color: #fff;
  display: inline-block;
  transform: translate(0, 20px);
  opacity: 0; }
  @media only screen and (max-width: 960px) {
    .p-mv-ttl {
      width: 240px;
      margin-top: calc(50vh - 57px); } }
  @media print, screen and (min-width: 961px) {
    .p-mv-ttl {
      width: 366px;
      margin-top: calc(50vh - 57px); } }

.is-anime .p-mv-ttl {
  transform: translate(0, 0);
  opacity: 1; }
  @media only screen and (max-width: 960px) {
    .is-anime .p-mv-ttl {
      transition: opacity 1s, transform 1s; } }
  @media print, screen and (min-width: 961px) {
    .is-anime .p-mv-ttl {
      transition: opacity 1s .4s, transform 1s .4s; } }

.p-job-ttl span {
  display: block; }
@media only screen and (max-width: 960px) {
  .p-job-ttl {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; } }
@media print, screen and (min-width: 961px) {
  .p-job-ttl {
    margin-bottom: 80px; } }

@media only screen and (max-width: 960px) {
  .p-job-ttl01 {
    width: 122px;
    margin-bottom: 5px; } }
@media print, screen and (min-width: 961px) {
  .p-job-ttl01 {
    width: 200px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 960px) {
  .p-job-ttl02 {
    width: 180px; } }
@media print, screen and (min-width: 961px) {
  .p-job-ttl02 {
    width: 290px; } }

.p-job-acc {
  border-bottom: solid 1px #cccccc; }
  .p-job-acc:nth-of-type(1) {
    border-top: solid 1px #cccccc; }

.p-job-acc-ttl {
  font-weight: bold; }
  @media only screen and (max-width: 960px) {
    .p-job-acc-ttl {
      padding: 30px 20px;
      font-size: 16px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 961px) {
    .p-job-acc-ttl {
      padding: 50px 0;
      font-size: 20px;
      font-size: 1.25rem; } }

.p-job-acc-body {
  display: none; }
  @media only screen and (max-width: 960px) {
    .p-job-acc-body {
      padding-bottom: 50px; } }
  @media print, screen and (min-width: 961px) {
    .p-job-acc-body {
      padding: 0px 0;
      padding-bottom: 80px; } }

@media only screen and (max-width: 960px) {
  .p-job-index {
    margin: 10px 20px 40px 20px; } }
@media print, screen and (min-width: 961px) {
  .p-job-index {
    margin-bottom: 90px;
    margin-top: 10px; } }

@media only screen and (max-width: 960px) {
  .p-job-box-ttl {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    padding: 0 20px 0 20px; } }
@media print, screen and (min-width: 961px) {
  .p-job-box-ttl {
    font-size: 14px;
    font-size: 0.875rem; } }

.p-job-box {
  display: flex; }
  @media only screen and (max-width: 960px) {
    .p-job-box {
      flex-direction: column-reverse;
      padding: 0;
      margin-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-job-box {
      align-items: center;
      justify-content: space-between;
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 961px) {
    .p-job-box:nth-of-type(odd) {
      flex-direction: row-reverse; } }

@media print, screen and (min-width: 961px) {
  .p-job-txt {
    width: calc(100% - 500px); } }

@media only screen and (max-width: 960px) {
  .p-job-img {
    margin-bottom: 20px; } }
@media print, screen and (min-width: 961px) {
  .p-job-img {
    width: 460px; } }

.p-job-bnr {
  overflow: hidden;
  display: block;
  border: 1px solid #ccc; }
  @media print, screen and (min-width: 961px) {
    .p-job-bnr:hover img {
      transform: scale(1.03); } }
  .p-job-bnr img {
    width: 100%; }
    @media print, screen and (min-width: 961px) {
      .p-job-bnr img {
        transition: transform .3s; } }

@media only screen and (max-width: 960px) {
  .p-recommend {
    padding: 0; }
    .p-recommend .c-hl02 {
      padding-left: 20px;
      padding-right: 20px; } }
@media print, screen and (min-width: 961px) {
  .p-recommend {
    padding-top: 70px; } }

@media only screen and (max-width: 960px) {
  .p-recommend-moreLink {
    padding-left: 20px;
    padding-right: 20px; } }

.p-regist {
  padding: 0; }
  @media only screen and (max-width: 960px) {
    .p-regist {
      margin: 50px 20px 0 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-regist {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin: 80px 0 0; } }

.p-regist-btn {
  display: block;
  background: #fff; }
  @media only screen and (max-width: 960px) {
    .p-regist-btn {
      padding: 4px;
      margin-top: 15px; } }
  @media print, screen and (min-width: 961px) {
    .p-regist-btn {
      width: 100%;
      padding: 6px;
      flex: 0 0 calc((100% - 10px) / 2); } }
  .p-regist-btn a {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    letter-spacing: .05em;
    height: 100%; }
    @media only screen and (max-width: 960px) {
      .p-regist-btn a {
        min-height: 110px;
        padding: 10px 30px 10px 80px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn a {
        min-height: 126px;
        padding: 10px 15px 10px 100px;
        transition: background .3s; }
        .p-regist-btn a:hover {
          background: rgba(255, 255, 255, 0.8); } }
    @media only screen and (max-width: 960px) {
      .p-regist-btn a:after {
        content: "";
        display: block;
        background: url(/benesseinfo/saiyou/_assets2024/_common/img/c-arr-bk.png) 50% 50%/contain no-repeat;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translate(0, -50%);
        transition: transform .5s;
        width: 16px;
        height: 10px; } }

.p-regist-btn-mail {
  background: linear-gradient(to right, #BF80FE, #12A5FF); }
  .p-regist-btn-mail a:before {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202401/icon-mail.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      .p-regist-btn-mail a:before {
        width: 33px;
        height: 24px;
        left: 40px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn-mail a:before {
        width: 48px;
        height: 36px;
        left: 50px; } }

.p-regist-btn-career {
  background: linear-gradient(to right, #FEC183, #FF1572); }
  .p-regist-btn-career a:before {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202401/icon-career.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      .p-regist-btn-career a:before {
        width: 36px;
        height: 36px;
        left: 40px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn-career a:before {
        width: 52px;
        height: 52px;
        left: 50px; } }

.p-regist-btn-open {
  background: linear-gradient(to right, #20c3c1, #3397d8); }
  @media only screen and (max-width: 960px) {
    .p-regist-btn-open a {
      min-height: 95px; } }
  @media print, screen and (min-width: 961px) {
    .p-regist-btn-open a {
      min-height: 110px; }
      .p-regist-btn-open a:hover {
        background: rgba(255, 255, 255, 0.8); }
        .p-regist-btn-open a:hover:after {
          transform: translate(5px, -50%) rotateY(360deg); } }
  .p-regist-btn-open a:before {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202407/icon-document.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      .p-regist-btn-open a:before {
        width: 35px;
        height: 35px;
        left: 40px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn-open a:before {
        width: 46px;
        height: 46px;
        left: 50px; } }

.p-regist-btn-alumni {
  background: linear-gradient(to right, #ffc700, #e97800); }
  .p-regist-btn-alumni a:before {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202412/icon-alumni.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      .p-regist-btn-alumni a:before {
        width: 36px;
        height: 36px;
        left: 40px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn-alumni a:before {
        width: 54px;
        height: 54px;
        left: 50px; } }

.p-regist-btn-group {
  background: linear-gradient(to right, #79c058, #009a65); }
  .p-regist-btn-group a:before {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202501/icon-group.svg) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      .p-regist-btn-group a:before {
        width: 36px;
        height: 36px;
        left: 40px; } }
    @media print, screen and (min-width: 961px) {
      .p-regist-btn-group a:before {
        width: 54px;
        height: 54px;
        left: 50px; } }

.p-regist-btn-bnr {
  background: transparent; }
  @media only screen and (max-width: 960px) {
    .p-regist-btn-bnr {
      margin-top: 15px; } }
  @media print, screen and (min-width: 961px) {
    .p-regist-btn-bnr {
      flex: 0 0 calc((100% - 10px) / 2); } }
  .p-regist-btn-bnr a {
    padding: 0;
    background: transparent; }
    .p-regist-btn-bnr a:after {
      display: none; }
    .p-regist-btn-bnr a:hover {
      opacity: .8;
      transition: 0.3s; }
  .p-regist-btn-bnr img {
    width: 100%; }

.p-regist-ttl {
  font-weight: bold;
  line-height: 1.2; }
  @media only screen and (max-width: 960px) {
    .p-regist-ttl {
      font-size: 16px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 961px) {
    .p-regist-ttl {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media only screen and (max-width: 960px) {
    .p-regist-ttl span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 961px) {
    .p-regist-ttl span {
      font-size: 12px;
      font-size: 0.75rem; } }

@media only screen and (max-width: 960px) {
  .p-regist-txt {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px; } }
@media print, screen and (min-width: 961px) {
  .p-regist-txt {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px; } }

@media only screen and (max-width: 960px) {
  .p-job-list {
    min-height: 565px;
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-list-bg-sp.png) no-repeat center;
    background-size: cover;
    margin-top: 30px; } }
@media print, screen and (min-width: 961px) {
  .p-job-list {
    background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-list-bg-pc.png) no-repeat center;
    background-size: cover;
    margin-top: 50px; } }

@media print, screen and (min-width: 961px) {
  .p-job-list-content {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media only screen and (max-width: 960px) {
  .p-job-tab {
    display: flex;
    margin-bottom: 30px; } }
@media print, screen and (min-width: 961px) {
  .p-job-tab {
    width: 300px; } }
.p-job-tab .p-job-tab-item {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .p-job-tab .p-job-tab-item {
      font-size: 12px;
      font-size: 0.75rem;
      flex-direction: column;
      width: 33.33%;
      padding: 35px 10px;
      border-right: 1px solid #fff; } }
  @media print, screen and (min-width: 961px) {
    .p-job-tab .p-job-tab-item {
      font-size: 16px;
      font-size: 1rem;
      height: 110px;
      padding-left: 30px;
      border-bottom: 1px solid #fff; } }
  .p-job-tab .p-job-tab-item:last-child {
    border: none; }
  .p-job-tab .p-job-tab-item.is-active {
    background: #fff;
    color: #000; }
    .p-job-tab .p-job-tab-item.is-active:after {
      content: "";
      display: block;
      position: absolute; }
      @media only screen and (max-width: 960px) {
        .p-job-tab .p-job-tab-item.is-active:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          border-top: 12px solid #fff;
          border-bottom: 0;
          bottom: -12px; } }
      @media print, screen and (min-width: 961px) {
        .p-job-tab .p-job-tab-item.is-active:after {
          right: -15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 15px solid #fff;
          border-right: 0; } }
    .p-job-tab .p-job-tab-item.is-active:hover {
      background: #fff; }
  .p-job-tab .p-job-tab-item:hover {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s; }
.p-job-tab .p-job-tab-item:before {
  content: "";
  display: block; }
  @media only screen and (max-width: 960px) {
    .p-job-tab .p-job-tab-item:before {
      margin-bottom: 8px; } }
  @media print, screen and (min-width: 961px) {
    .p-job-tab .p-job-tab-item:before {
      margin-right: 15px; } }
.p-job-tab .tab01:before {
  width: 29px;
  height: 26px;
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon01-wh.png);
  background-size: 100%; }
.p-job-tab .tab01.is-active:before {
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon01-bl.png);
  background-size: 100%; }
.p-job-tab .tab02:before {
  width: 30px;
  height: 28px;
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon02-wh.png);
  background-size: 100%; }
.p-job-tab .tab02.is-active:before {
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon02-bl.png);
  background-size: 100%; }
.p-job-tab .tab03:before {
  width: 30px;
  height: 30px;
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon03-wh.png);
  background-size: 100%; }
.p-job-tab .tab03.is-active:before {
  background: url(/benesseinfo/saiyou/_assets2024/cr_s/img/202409/job-icon03-bl.png);
  background-size: 100%; }

.p-job-item {
  display: none; }
  @media only screen and (max-width: 960px) {
    .p-job-item {
      width: 90%;
      margin: auto; } }
  @media print, screen and (min-width: 961px) {
    .p-job-item {
      width: 700px; } }
  @media only screen and (max-width: 960px) {
    .p-job-item.is-show {
      display: block; } }
  @media print, screen and (min-width: 961px) {
    .p-job-item.is-show {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .p-job-item li {
    background: #fff;
    position: relative;
    border-radius: 50px;
    background: linear-gradient(to right, #20e1bf, #209dfe); }
    @media only screen and (max-width: 960px) {
      .p-job-item li {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 10px; } }
    @media print, screen and (min-width: 961px) {
      .p-job-item li {
        margin-top: 15px;
        width: 340px;
        font-size: 16px;
        font-size: 1rem; }
        .p-job-item li:nth-child(-n+2) {
          margin-top: 0; } }
    .p-job-item li:after {
      content: "";
      display: block;
      background: url(/benesseinfo/saiyou/_assets2024/_common/img/c-arr-bk.png) 50% 50%/contain no-repeat;
      position: absolute;
      top: 50%;
      right: 1.5em;
      transform: translate(0, -50%);
      transition: transform .5s; }
      @media only screen and (max-width: 960px) {
        .p-job-item li:after {
          width: 16px;
          height: 10px; } }
      @media print, screen and (min-width: 961px) {
        .p-job-item li:after {
          width: 18px;
          height: 12px; } }
    .p-job-item li a {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 16px 30px 16px 30px;
      border-radius: 50px; }
    .p-job-item li a:hover {
      background: rgba(255, 255, 255, 0.8);
      transition: 0.3s; }

.p-company {
  position: relative;
  padding-top: 0; }
  @media only screen and (max-width: 960px) {
    .p-company .c-box-1100 {
      padding: 0;
      padding-bottom: 160px; } }

.p-company-ttl span {
  display: block; }
@media only screen and (max-width: 960px) {
  .p-company-ttl {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; } }
@media print, screen and (min-width: 961px) {
  .p-company-ttl {
    margin-bottom: 80px; } }

@media only screen and (max-width: 960px) {
  .p-company-ttl01 {
    width: 160px;
    margin-bottom: 5px; } }
@media print, screen and (min-width: 961px) {
  .p-company-ttl01 {
    width: 242px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 960px) {
  .p-company-ttl02 {
    width: 185px; } }
@media print, screen and (min-width: 961px) {
  .p-company-ttl02 {
    width: 290px; } }

.p-company-txt {
  position: absolute;
  background: #fff; }
  @media only screen and (max-width: 960px) {
    .p-company-txt {
      padding: 30px 30px;
      width: 90%;
      right: 0;
      bottom: 60px; } }
  @media print, screen and (min-width: 961px) {
    .p-company-txt {
      padding: 50px;
      width: 50%;
      right: 0;
      bottom: -10px; } }

@media print, screen and (min-width: 961px) {
  .p-company-txt-inr {
    max-width: 470px; } }

.p-company-txt-inr a:hover .c-link-arrow-right {
  background: linear-gradient(currentcolor, currentcolor) 0% 100%/100% 1px no-repeat; }
.p-company-txt-inr a:hover .p-company-txt-ttl,
.p-company-txt-inr a:hover .p-company-txt-name,
.p-company-txt-inr a:hover .p-company-txt-cate {
  opacity: .5; }

.p-company-txt-ttl {
  transition: all .5s ease-out; }
  @media only screen and (max-width: 960px) {
    .p-company-txt-ttl {
      width: 230px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-company-txt-ttl {
      width: 368px;
      margin-bottom: 30px; } }

.p-company-txt-name {
  font-weight: bold;
  transition: all .5s ease-out; }
  @media only screen and (max-width: 960px) {
    .p-company-txt-name {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 5px; } }
  @media print, screen and (min-width: 961px) {
    .p-company-txt-name {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-company-txt-cate {
  transition: all .5s ease-out; }
  @media only screen and (max-width: 960px) {
    .p-company-txt-cate {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media print, screen and (min-width: 961px) {
    .p-company-txt-cate {
      font-size: 14px;
      font-size: 0.875rem; } }

@media only screen and (max-width: 960px) {
  .p-note {
    padding-top: 0; } }

.p-note-ttl span {
  display: block; }
@media only screen and (max-width: 960px) {
  .p-note-ttl {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 961px) {
  .p-note-ttl {
    margin-bottom: 80px; } }

@media only screen and (max-width: 960px) {
  .p-note-ttl01 {
    width: 285px;
    margin-bottom: 5px; } }
@media print, screen and (min-width: 961px) {
  .p-note-ttl01 {
    width: 450px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 960px) {
  .p-note-ttl02 {
    width: 150px; } }
@media print, screen and (min-width: 961px) {
  .p-note-ttl02 {
    width: 250px; } }

@media only screen and (max-width: 960px) {
  .p-note-box {
    border-top: 1px solid #cccccc;
    margin-bottom: 50px; } }
@media print, screen and (min-width: 961px) {
  .p-note-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 60px; } }

.p-note-item {
  display: block; }
  @media only screen and (max-width: 960px) {
    .p-note-item {
      border-bottom: 1px solid #cccccc;
      padding: 15px 0 30px 0; } }
  @media print, screen and (min-width: 961px) {
    .p-note-item {
      width: 31%; } }

.p-note-item-img {
  margin-bottom: 25px; }

@media only screen and (max-width: 960px) {
  .p-note-item-ttl {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem; } }
@media print, screen and (min-width: 961px) {
  .p-note-item-ttl {
    margin: 0 15px 15px 15px;
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 960px) {
  .p-note-item-txt {
    margin-bottom: 20px; } }
@media print, screen and (min-width: 961px) {
  .p-note-item-txt {
    margin: 0 15px 15px 15px; } }

.p-note-item-good {
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 961px) {
    .p-note-item-good {
      margin: 0 15px 0px 15px; } }
  .p-note-item-good img {
    width: 100%;
    vertical-align: baseline; }
  .p-note-item-good span {
    width: 15px;
    margin-right: 8px; }
  @media only screen and (max-width: 960px) {
    .p-note-item-good i {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media print, screen and (min-width: 961px) {
    .p-note-item-good i {
      font-size: 14px;
      font-size: 0.875rem; } }

.p-qa {
  background: rgba(255, 255, 255, 0.4); }
  @media only screen and (max-width: 960px) {
    .p-qa {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-qa {
      margin-bottom: 60px; } }

.p-qa-acc-box {
  border-top: 1px solid #cccccc; }
  .p-qa-acc-box:last-of-type {
    border-bottom: 1px solid #cccccc; }

.p-qa-acc-ttl {
  display: flex;
  cursor: pointer; }
  @media only screen and (max-width: 960px) {
    .p-qa-acc-ttl {
      padding: 20px 0;
      font-size: 18px;
      font-size: 1.125rem; } }
  @media print, screen and (min-width: 961px) {
    .p-qa-acc-ttl {
      padding: 30px 0;
      font-size: 20px;
      font-size: 1.25rem; } }

.p-qa-acc-body {
  display: none; }

.p-qa-acc-body-inr {
  display: flex; }
  @media only screen and (max-width: 960px) {
    .p-qa-acc-body-inr {
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-qa-acc-body-inr {
      padding-left: 48px;
      padding-top: 10px;
      padding-bottom: 30px; } }

.p-qa-icon {
  display: block; }
  @media only screen and (max-width: 960px) {
    .p-qa-icon {
      width: 20px;
      margin-right: 15px;
      margin-top: 3px; } }
  @media print, screen and (min-width: 961px) {
    .p-qa-icon {
      width: 24px;
      margin-right: 25px; } }

@media only screen and (max-width: 960px) {
  .p-qa-txt {
    width: calc(100% - 80px); } }
@media print, screen and (min-width: 961px) {
  .p-qa-txt {
    width: calc(100% - 120px); } }

/*# sourceMappingURL=cr_s.css.map */
