#yamecomi {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  color: #5f5f5f;
  -webkit-text-size-adjust: none;
}
#yamecomi * {
  text-align: justify;
  box-sizing: border-box;
}
#yamecomi .sp {
  display: none;
}
#yamecomi a {
  color: #1da1f2;
}
#yamecomi a:hover {
  text-decoration: underline;
}
#yamecomi .title_content {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #000;
}
#yamecomi p {
  color: #5f5f5f;
}
#yamecomi hr {
  border: 0;
  height: 0;
  border-top: 2px solid #f2f2f2;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  clear: none;
}
#yamecomi hr.short {
  width: 420px;
  margin-bottom: 40px;
}
#yamecomi .heading {
  font-size: 20px;
  line-height: 2.35;
  font-weight: bold;
  text-align: center;
  color: #1e1e1e;
}
#yamecomi .logo_yamecomi {
  width: 401px;
  display: block;
  margin: 0 auto 10px;
}
#yamecomi .button {
  text-align: center;
}
#yamecomi .button a {
  color: #fff;
  width: 540px;
  margin: auto;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 45px;
  background-repeat: no-repeat;
  transition: opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#yamecomi .button a:hover {
  opacity: 0.75;
  text-decoration: none;
}
#yamecomi .button.twitter a {
  background-color: #1da1f2;
  background-image: url("../img/common/logo_twitter.png");
  background-size: calc(71px / 2) auto;
}
#yamecomi .button.twitter.follow {
  margin-bottom: 60px;
}
#yamecomi .button.twitter.follow a {
  background-position: left 85px center;
  padding-left: 70px;
}
#yamecomi .button.twitter.share {
  margin-bottom: 40px;
}
#yamecomi .button.twitter.share a {
  background-position: left 128px center;
  padding-left: 50px;
}
#yamecomi .button.twitter.share.aruaru a {
  background-position: left 50px center;
}
#yamecomi .button.apply {
  margin-bottom: 60px;
}
#yamecomi .button.apply a {
  background-color: #005fc5;
  background-image: url("../img/common/arrow_white.png");
  background-size: calc(26px / 2) auto;
  background-position: right 50px center;
  padding-right: 20px;
}
#yamecomi .tagList {
  width: 100%;
  font-size: 0;
  text-align: left;
}
#yamecomi .tagList li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
#yamecomi .tagList li a {
  border: 1px solid #1da1f2;
  color: #1da1f2;
  padding: 0 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  display: inline-block;
  border-radius: 20px;
  transition: all 0.2s;
  text-decoration: none;
}
#yamecomi .tagList li a:hover {
  color: #fff;
  background-color: #1da1f2;
  opacity: 1;
}
#yamecomi .thumbList {
  font-size: 0;
}
#yamecomi .thumbList li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 2);
  margin: 0 30px 60px 0;
  position: relative;
  transition: opacity 0.2s;
}
#yamecomi .thumbList li:nth-of-type(2n) {
  margin-right: 0;
}
#yamecomi .thumbList li .series {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
#yamecomi .thumbList li .thumb {
  width: 100%;
  /*height: 225px;*/
  height: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}
#yamecomi .thumbList li a .thumb {
  transition: all 0.2s;
}
#yamecomi .thumbList li a:hover .thumb {
  opacity: 0.75;
}
#yamecomi .thumbList li p {
  font-size: 16px;
  line-height: 1.5;
}
#yamecomi .thumbList li .ttl {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  color: #1da1f2;
  margin-bottom: 0.4em;
}
#yamecomi .thumbList li .text {
  margin-bottom: 0.4em;
}
#yamecomi .thumbList li .author {
  color: #1e1e1e;
  font-weight: bold;
  display: inline-block;
}
#yamecomi .thumbList li .date {
  font-size: 14px;
  display: inline-block;
  margin-left: 1em;
}
#yamecomi .iconList li {
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
#yamecomi .iconList li:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}
#yamecomi .iconList li a {
  position: relative;
  width: 100%;
  display: block;
  color: #00aaeb;
  padding: 1.15em 80px 1.15em 90px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  transition: all 0.3s;
  text-decoration: none;
}
#yamecomi .iconList li a:hover {
  background-color: #fafafa;
  text-decoration: none;
}
#yamecomi .iconList li a::after,
#yamecomi .iconList li a::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#yamecomi .iconList li a::before {
  left: 40px;
  width: 30px;
  background-size: calc(56px / 2) auto;
}
#yamecomi .iconList li a::after {
  right: 40px;
  width: 10px;
  background-image: url("../img/common/arrow_gray.png");
  background-size: contain;
}
#yamecomi .iconList li.goodjob a::before {
  background-image: url("../img/common/icon_goodjob.png");
}
#yamecomi .iconList li.diagnostic a::before {
  background-image: url("../img/common/icon_diagnostic.png");
  background-size: calc(48px / 2) auto;
}
#yamecomi .iconList li.initiation a::before {
  background-image: url("../img/common/icon_initiation.png");
}
#yamecomi .iconList li.consultation a::before {
  background-image: url("../img/common/icon_consultation.png");
}

#yamecomi.lp h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #1e1e1e;
  margin-bottom: 25px;
}
#yamecomi.lp h3 em {
  color: #ec3324;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  vertical-align: -20%;
}
#yamecomi.lp h3 em:nth-of-type(2n) {
  color: #005fc5;
}
#yamecomi.lp h3 em:last-of-type {
  margin-right: 15px;
}
#yamecomi.lp .mv {
  padding-bottom: 15px;
}
#yamecomi.lp .mv h1 {
  margin-bottom: 13px;
}
#yamecomi.lp .mv h1 img {
  width: 100%;
}
#yamecomi.lp .mv p {
  font-size: 16px;
  line-height: 1.5;
}
#yamecomi.lp .mv p + .tagList {
  margin-top: 30px;
}
#yamecomi.lp .new {
  padding-top: 50px;
}
#yamecomi.lp .content {
  padding-top: 50px;
  margin-bottom: 15px;
}
#yamecomi.lp .registration {
  background-color: #ffeae9;
  margin-bottom: 60px;
  padding: 50px;
  text-align: center;
}
#yamecomi.lp .registration p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#yamecomi.lp .registration .heading {
  font-size: 20px;
  font-weight: bold;
  color: #e23e3e;
  margin-bottom: 18px;
}
#yamecomi.lp .registration .button {
  margin-bottom: 18px;
}
#yamecomi.lp .registration .button a {
  border: 3px solid #e23e3e;
  color: #e23e3e;
  background-color: #fff;
  line-height: 74px;
  border-radius: calc(74px / 2);
  padding-left: 50px;
  background-image: url("../img/common/icon_registration.png");
  background-size: calc(66px / 2) auto;
  background-position: left 124px center;
  transition: all 0.2s;
}
#yamecomi.lp .registration .button:hover a {
  background-image: url("../img/common/icon_registration_on.png");
  background-color: #e23e3e;
  color: #fff;
}
#yamecomi.lp .check_links .balloon {
  background: #00aaeb;
  border-radius: 12px;
  position: relative;
  color: #fff;
  padding: 0.75em;
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
}
#yamecomi.lp .check_links .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 12px solid #00aaeb;
}

#yamecomi.other .title_parent {
  margin-bottom: 30px;
}
#yamecomi.other .title_parent img {
  width: 100%;
}
#yamecomi.other .title_series {
  margin-bottom: 30px;
}
#yamecomi.other .title_series img {
  width: 100%;
}
#yamecomi.other h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
}
#yamecomi.other p:not(.heading) {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
#yamecomi.other p:not(.heading):last-child {
  margin-bottom: 0;
}
#yamecomi.other .author {
  font-weight: bold;
  color: #1e1e1e;
}
#yamecomi.other .date {
  font-size: 14px;
}
#yamecomi.other .cartoon {
  width: 100%;
  margin-bottom: 40px;
}
#yamecomi.other .box_author {
  margin: 0 auto 30px;
  width: 540px;
}
#yamecomi.other .box_author .inner {
  position: relative;
}
#yamecomi.other .box_author .icon_author {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#yamecomi.other .box_author .balloon {
  margin-left: 105px;
  border: 2px solid #888;
  border-radius: 12px;
  padding: 1em;
  background-color: #fff;
  position: relative;
}
#yamecomi.other .box_author .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right-color: #FFF;
  z-index: 2;
}
#yamecomi.other .box_author .balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right-color: #888;
  z-index: 1;
}
#yamecomi.other .box_author .balloon p {
  font-size: 14px;
  text-align: left;
}
#yamecomi.other .box_author .balloon .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.25em;
  text-align: left;
}
#yamecomi.other .box_gray {
  padding: 0;
  margin: 50px 0;
}
#yamecomi.other .box_gray .button.twitter.follow {
  margin: 0 auto 30px;
}
#yamecomi.other .box_gray .button.twitter.share {
  margin: 0 auto;
}
#yamecomi.other .other_cartoons {
  margin-bottom: 30px;
}
#yamecomi.other .other_cartoons .heading {
  margin-bottom: 0.5em;
}
#yamecomi.other .other_cartoons .contentList li {
  margin-bottom: 30px;
}
#yamecomi.other .other_cartoons .contentList li a {
  transition: opacity 0.2s;
}
#yamecomi.other .other_cartoons .contentList li a img {
  width: 100%;
}
#yamecomi.other .other_cartoons .contentList li a:hover {
  opacity: 0.75;
}

/* CTA */
.StypeYamecomiLink {
    width: 750px !important;
    margin: 0 auto 90px !important;
    display: block !important;
    font-size: 1.4rem !important;
    line-height: 2.8rem !important;
    color: #000 !important;
    text-align: left !important;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .StypeYamecomiLink,
  .StypeYamecomiLink * {
    box-sizing: border-box !important;
  }
  .StypeYamecomiLink img {
    max-width: 100% !important;
  }
  .StypeYamecomiLink h2 {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    line-height: 3.6rem !important;
    padding-bottom: 12px !important;
    margin: 70px 0 35px !important;
    position: relative !important;
    border-bottom: 3px solid #e5e5e5 !important;
  }
  .StypeYamecomiLink h2.dotted {
    display: flex !important;
    align-items: center !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    line-height: 1.1 !important;
  }
  .StypeYamecomiLink h2.dotted::before,
  .StypeYamecomiLink h2.dotted::after {
    content: "" !important;
    flex-grow: 1 !important;
    height: 0 !important;
    border-top: 1px dotted #49c5b8 !important;
    background-color: transparent !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }
  .StypeYamecomiLink h2.dotted::before {
    margin-right: 30px !important;
  }
  .StypeYamecomiLink h2.dotted::after {
    margin-left: 30px !important;
  }
  .StypeYamecomiLink h2.dotted em {
    width: auto !important;
    display: inline !important;
    font-style: normal !important;
  }
  .StypeYamecomiLink a,
  .StypeYamecomiLink a:link,
  .StypeYamecomiLink a:visited {
    color: #14907f !important;
    text-decoration: underline !important;
  }
  .StypeYamecomiLink a:hover {
    text-decoration: none !important;
    opacity: 1 !important;
  }
  .StypeYamecomiLink ul {
    margin-bottom: 50px !important;
  }
  .StypeYamecomiLink ul:last-child {
    margin-bottom: 0 !important;
  }
  .StypeYamecomiLink ul li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 7px !important;
  }
  .StypeYamecomiLink ul li:last-of-type {
    margin-bottom: 0 !important;
  }
  .StypeYamecomiLink ul li::before {
    content: "" !important;
    position: absolute !important;
    top: calc((2.8rem - 6px) / 2) !important;
    left: 8px !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #14907f !important;
    border-radius: 50% !important;
  }
  .StypeYamecomiLink ul.thumb-card-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 40px !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li {
    width: calc((100% - 20px) / 2) !important;
    margin: 0 !important;
    padding: 20px 39px 20px 20px !important;
    border: 1px solid #49c5b8 !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    overflow: hidden !important;
    transition: opacity 0.2s !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li::before {
    display: none !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto 0 !important;
    width: 19px !important;
    height: 100% !important;
    background-color: #49c5b8 !important;
    background-image: url(https://d3pl8hewtdyu3c.cloudfront.net/knowhow/common/stype/img/arrow_thumb_card_list.png) !important;
    background-repeat: no-repeat !important;
    background-size: calc(12px / 2) auto !important;
    background-position: center !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li:hover {
    opacity: 0.7 !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: 1 !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li .thumb {
    width: 110px !important;
    height: auto !important;
    border-radius: 4px !important;
  }
  .StypeYamecomiLink ul.thumb-card-list li p {
    margin: 0 !important;
    padding: 0 !important;
    color: #14907f !important;
    font-size: 1.4rem !important;
    line-height: calc(20 / 14) !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    min-height: 0vw !important;
    overflow: hidden !important;
  }