.site_content {
  background: #f2f8e4;
  width: 100%;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .site_content {
    padding-bottom: 112px;
  }
}
.site_content .content_title {
  padding-bottom: 24px;
  padding-left: 36px;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
  color: #207a74;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .site_content .content_title {
    font-size: 18px;
    padding-left: 0;
  }
}
/* .c-content_block */
.site_content .c-content_block {
  max-width: 1000px;
  width: 90vw;
  margin: 0 auto;
}
.site_content .c-content_block h3 {
  color: #207a74;
  font-size: 1.6rem;
  border-bottom: solid 1px #207a74;
  letter-spacing: 0.1em;
  margin-top: 2em;
}
.site_content .c-content_block h4 {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 2.5em 0 1.5em;
}
/* .CardList */
.c-content_block .CardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px 3%;
  list-style: none;
  padding: 0;
  margin-bottom: 4em;
}
.c-content_block .CardList li {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0.3em;
  text-align: center;
  display: flex;
  font-weight: bold;
  min-height: 10em;
  line-height: 1.3;
  position: relative;
}
.c-content_block .CardList li.gmail_link:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/gmail_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.oulook-classic_link:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/outlook_classic_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.icloud_link:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/apple-icloud_icon.png)
    no-repeat;
  width: 90px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.outlook-new_link:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/outlook_new_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.payment-error:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/payment-error_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.unrecognized01:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/unrecognized01_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.unrecognized02:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/unrecognized02_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.unrecognized03:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/unrecognized03_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.services_product01:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/services_product01_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.services_product02:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/services_product02_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.services_product03:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/services_product03_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.services_product04:before {
  content: '';
  background: url(https://t-marketing.jp/contact_form/img/services_product04_icon.png)
    no-repeat;
  width: 45px;
  height: 45px;
  background-size: contain;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.c-content_block .CardList li.unrecognized-charge {
  display: block;
  padding: 1em;
  color: #207a74;
  text-decoration: none;
  min-height: 5em;
}
.c-content_block .CardList li a {
  display: block;
  width: 100%;
  padding: 1em;
  color: #207a74;
  text-decoration: none;
}
.c-content_block .CardList li a:hover {
  background: #6db21d;
  transition-duration: 0.7s;
  color: #fff;
  border-radius: 0.3em;
}
.c-content_block .ServiceList {
  width: fit-content;
  margin: auto;
}
.c-content_block .ServiceList li {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
/* .btn-style9 */
.c-content_block .btn-style9 {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: #207a74;
  color: white;
  transition: filter 0.3s;
  font-size: 1.25rem;
  padding: 1em 1.5em;
  display: inline-block;
  width: auto;
  border-radius: 8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 2em;
}
.c-content_block .btn-style9:hover {
  filter: brightness(120%);
}
.c-content_block .btn-style9 a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
/* .manual_setting */
.c-content_block .manual_setting {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px 3%;
  margin: 3em 0 2em;
}
.c-content_block .manual_setting div {
  border: solid 1px #207a74;
  padding: 1.3em 1em 1em;
}
.c-content_block .manual_setting div h4 {
  margin: 0 0 1.5em;
  border-bottom: solid 1px #6db21d;
  line-height: 2;
}
.c-content_block .manual_setting div h5 {
  color: #207a74;
  font-size: 1.2rem;
  margin: 1.9em 0 0.7em;
}
.c-content_block .manual_setting div ul {
  padding: 0 0 0 1.7em;
  line-height: 2.3em;
  list-style-type: circle;
  color: #207a74;
}
