@charset "UTF-8";
/* CSS Document */

.collaboratormerit {
  max-width: 700px;
  width: 96%;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #333;
}

.collaboratormerit h1 {
  font-size: 24px;
  color: #00827E;
  margin: 0 0 10px;
}

.collaboratormerit h2 {
  font-size: 18px;
  color: #00827E;
  margin: 20px 0 8px;
  padding: 0.2rem .5rem;
  border-left: 4px solid #00827E;
}

.collaboratormerit h2.acsec_ttl {
  color: #fff;
  background-color: #00827E;
  margin: 0 0 .5rem;
  padding: .5rem .5rem;
}

.collaboratormerit .ch_hd {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding: 0 0 0 16px;
  margin: 16px 0 8px;
}

.collaboratormerit .comment h3 {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding: 0 0 0 16px;
  margin: 0 0 16px;
}

.collaboratormerit .ch_hd::after, .collaboratormerit .comment h3::after {
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #00827E;
  transform: rotate(45deg);
}

.acsec_wrapper {
  position: relative;
  width: 100%;
}

.collaboratormerit .acsec_box {
  width: 100%;
  padding: 0.5rem 1rem 1rem;
  margin: 1rem 0;
  background: #f4f4f4;
  border-left: solid 6px #00827E;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.collaboratormerit .acsec_box:nth-child(odd) {
  margin-left: 3%;
  margin-right: auto;
}

.collaboratormerit .acsec_box:nth-child(even) {
  margin-left: auto;
  margin-right: 3%;
}

.collaboratormerit .acsec_hd {
  color: #00827E;
  font-size: 16px;
  margin: 0 0 1rem; 
  padding: 0;
  border-bottom: dashed 2px #00827E;
}

.collaboratormerit .acsec_p {
  margin: 0; 
  padding: 0;
}


.collaboratormerit p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 20px;
}

.collaboratormerit p.emphasis {
  font-size: 24px;
  font-weight: 700;
}

.collaboratormerit section {
  padding: 0;
  margin: 32px 0 40px;
}


.collaboratormerit img {
  padding: 0;
  margin: 0 0 16px;
}

.collaboratormerit .outline {
  background-color: rgba(0, 130, 126, 0.3);
  padding: 0 8px 8px;
  margin: 20px 0 40px;
  font-size: 14px;
}

.collaboratormerit .outline::before {
  content: "目次";
  display: block;
  background-color: #00827E;
  color: #fff;
  padding: 10px 8px;
  margin: 0 -8px 8px;
}

.collaboratormerit .outline>li {
  position: relative;
  line-height: 1.2;
  list-style-type: none !important;
}

.collaboratormerit .outline>li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  margin: 0 .3rem 0 0;
  /* left: -1.2rem;po
  position: absolute; */
  color: #00827E;
  /*アイコン色*/
}

.collaboratormerit .outline li a {
  text-decoration: underline;
  line-height: 1.8;
}

.collaboratormerit .outline li>ul>li {
  line-height: 1.8;
  margin: 0 0 0 1rem;
}


.collaboratormerit .comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin: 20px 0 40px;
}

.collaboratormerit .comment img {
  width: 70%;
  object-fit: contain;
  margin: 0 auto .5rem;
}

.collaboratormerit table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  font-size: 0.9rem;
}

.collaboratormerit thead {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 1;
  background-color: #fff;
}

.collaboratormerit table td {
  width: 30%;
  text-align: left;
}

.collaboratormerit .tbl_em td {
  padding: .7rem 0 .7rem .2rem;
  font-weight: bold;
  border-radius: .2rem 0 0 .2rem;
}

.collaboratormerit .tbl_val td {
  padding: .7rem 0 .7rem .5rem;
}


.collaboratormerit .tbl_em th:last-child {
  border-radius: 0 .2rem .2rem 0;
}

.collaboratormerit .tbl_em {
  background-color: rgba(0, 130, 126, 0.3);
}

.collaboratormerit .tbl_free {
  font-weight: normal;
}

.collaboratormerit table th {
  width: 35%;
  text-align: center;
  padding: .5rem 0;
  border-left: 1px solid #00827E;
  /* min-width: 4em; */
}

.collaboratormerit table th span {
  font-size: 1rem;
  color: #00827E;
}

.contactForm {
  width: 100%;
}

.contactForm label {
  display: block;
  margin: 1rem 0 .3rem;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1rem;
  color: #ffffff;
  border-radius: .2rem;
  margin-right: .5rem;
  padding: .2rem .5rem;
}

/* 必須タグ */
.label_must {
  background-color: #00827E;
}

/* 任意タグ */
.label_option {
  background-color: #888988;
}

.contact-text {
  width: 100%;
  padding: .5rem;
  margin: .2rem 0 1rem;
  font-size: 1rem;
  border: #00827E 2px solid;
  border-radius: 5px;
  text-indent: 0.5rem;
}

.contact-textarea {
  width: 100%;
  padding: .5rem;
  margin: .2rem 0 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  border: #00827E 2px solid;
  border-radius: 5px;
}

::placeholder {
  color: #aaa;
}

.contact-radio {
  display: flex;
  flex-direction: column;
}

.contact-radio-text {
  display: block;
  margin: 0 0 .5rem;
}

.contact-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: block;
  margin: 0 0 .5rem;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #555;
  border-radius: 100%;
  content: "";
  height: 1rem;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s;
  width: 1rem;
}

/* チェック後のボタン */
input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #00827E;
  box-shadow: inset 0 0 0 3px #fff;
}


.contact_main select option:first-child {
  display: none;
  color: #00827E;
}

.wpcf7-submit {
  font-size: 1rem;
  height: 3rem;
  margin: 0.5rem auto;
  text-indent: 0.5rem;
  width: 100%;
  max-width: 300px;
  background-color: #00827E;
  border: #00827E 2px solid;
  border-radius: 5px;
  color: #fff;
  display: block;
}

.collaboratormerit .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-top: .5rem;

  & .wpcf7-list-item {
    display: flex;
    gap: .5rem;
    margin: 0;

    & span::before {
      display: none;
    }
  }
}

.collaboratormerit .caution {
  background: #f3ccc2;
  margin: 0 0 20px;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  border-radius: 8px;
}

.collaboratormerit .caution p {
  margin: 0;
}

@media screen and (min-width: 500px) {
  .collaboratormerit h1 {
    font-size: 32px;
    margin: 0 0 20px;
  }

  .collaboratormerit .outline {
    padding: 0 20px 5px;
    margin: 40px 0 15px;
    font-size: 1rem;
  }

  .collaboratormerit .outline::before {
    padding: 10px 20px;
    margin: 0 -20px 10px;
  }

  .collaboratormerit section {
    margin: 60px 0 80px;
  }

  .collaboratormerit h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    padding: 0.5rem 1rem;
    border-left: 8px solid #00827E;
  }

  .collaboratormerit .comment {
    flex-direction: row;
  }

  .collaboratormerit .comment img {
    width: 100%;
    max-width: 190px;
    object-fit: contain;
    margin: 0 16px 0 0;
  }

  .collaboratormerit .ch_hd, .collaboratormerit .comment h3  {
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
  }
  
  .collaboratormerit .ch_hd::after, .collaboratormerit .comment h3::after {
    top: 8px;
    width: 12px;
    height: 12px;
  }

  .collaboratormerit .acsec_box {
    width: 85%;
  }

  .collaboratormerit .acsec_hd {
    font-size: 18px;
  }

  .collaboratormerit table {
    font-size: 1rem;
  }

  .collaboratormerit thead {
    top: 60px;
  }

  .collaboratormerit .tbl_em td {
    padding: .8rem 0 .8rem .5rem;
    border-radius: .5rem 0 0 .5rem;
  }

  .collaboratormerit .tbl_val td {
    font-size: 1rem;
    padding: .8rem 0 .8rem 1rem;
  }
  .collaboratormerit .tbl_em th:last-child {
    border-radius: 0 .5rem .5rem 0;
  }
  
  .collaboratormerit table th {
    padding: 1rem 0;
  }

  .collaboratormerit table th span {
    font-size: 1.2rem;
  }
}