@charset "UTF-8";

.articleStype {
  width: 750px;
  margin: 0 auto;
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000;
  text-align: left;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.articleStype,
.articleStype * {
  box-sizing: border-box;
}

.articleStype img {
  max-width: 100%;
}

.articleStype a,
.articleStype a:link,
.articleStype a:visited {
  color: #14907f;
  text-decoration: underline;
}

.articleStype a:hover {
  text-decoration: none;
  opacity: 1;
}

.articleStype h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.2rem;
  margin-bottom: 40px;
  position: relative;
}

.articleStype h1.qa {
  padding-left: 50px;
}

.articleStype h1.qa::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: calc((4.2rem - 40px) / 2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #23ac9d;
  border-radius: 50%;
}

.articleStype h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  padding-bottom: 12px;
  margin: 70px 0 35px;
  position: relative;
  border-bottom: 3px solid #e5e5e5;
}

.articleStype h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  display: block;
  background-color: #23ac9d;
  width: 100px;
}

.articleStype h2 em {
  font-style: normal;
  font-weight: 700;
  width: 100%;
  display: block;
}

.articleStype h2 span {
  display: inline-block;
  margin-bottom: 7px;
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  padding: 0 15px;
}

.articleStype h2.qa {
  padding-left: 45px;
}

.articleStype h2.qa::before {
  content: "A";
  position: absolute;
  left: 0;
  top: calc((3.6rem - 30px) / 2);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

.articleStype h2.dotted {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.1;
}

.articleStype h2.dotted::before,
.articleStype h2.dotted::after {
  content: "";
  flex-grow: 1;
  height: 0;
  border-top: 1px dotted #49c5b8;
  background-color: transparent;
  margin: 0;
  position: static;
  width: auto;
}

.articleStype h2.dotted::before {
  margin-right: 30px;
}

.articleStype h2.dotted::after {
  margin-left: 30px;
}

.articleStype h2.dotted em {
  width: auto;
  display: inline;
}

.articleStype h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 50px 0 30px;
  padding-left: 10px;
  border-left: 3px solid #23ac9d;
}

.articleStype h4 {
  color: #14907f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 25px 0 25px;
}

.articleStype h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 23px 0 20px;
}

.articleStype h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 20px 0 10px;
}

.articleStype h2.center,
.articleStype h3.center,
.articleStype h4.center,
.articleStype h5.center,
.articleStype h6.center {
  margin-left: auto;
  margin-right: auto;
}

.articleStype h2:first-child,
.articleStype h3:first-child,
.articleStype h4:first-child,
.articleStype h5:first-child,
.articleStype h6:first-child {
  margin-top: 0;
}

.articleStype p {
  margin-bottom: 1.25em;
}

.articleStype p:last-child {
  margin-bottom: 0;
}

.articleStype span.mark {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

.articleStype table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}

.articleStype table td,
.articleStype table th {
  line-height: 2.1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px;
  text-align: left;
}

.articleStype table th {
  background-color: #edf9f8;
  font-weight: 700;
  text-align: left;
}

.articleStype table.center td,
.articleStype table.center th {
  text-align: center;
}

.articleStype table.top th,
.articleStype table.top td {
  vertical-align: top;
}

.articleStype table ul li::before {
  top: calc((2.1rem - 6px) / 2);
}

.articleStype p + table {
  margin-top: 50px;
}

:root {
  --pc-scrollable-width: 150%;
}

.articleStype .pc-table-scroller table {
  width: var(--pc-scrollable-width);
}

.articleStype .pc-table-scroller {
  width: 100%;
  overflow-x: scroll;
}

.articleStype .pc-table-scroller {
  position: relative;
  width: auto;
}

.articleStype .pc-table-scroller::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/icon-slide-wh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: none;
}

.articleStype .pc-table-scroller.active::after {
  display: block;
}

.articleStype dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.articleStype dl:last-of-type {
  margin-bottom: 35px;
}

.articleStype dl.width-2-8 dt {
  width: 20%;
}

.articleStype dl.width-2-8 dd {
  width: 80%;
}

.articleStype dl.font3em dt {
  width: 3em;
}

.articleStype dl.font3em dd {
  width: calc(100% - 3em);
}

.articleStype dl.font4em dt {
  width: 4em;
}

.articleStype dl.font4em dd {
  width: calc(100% - 4em);
}

.articleStype dl.font5em dt {
  width: 5em;
}

.articleStype dl.font5em dd {
  width: calc(100% - 5em);
}

.articleStype dl.font6em dt {
  width: 6em;
}

.articleStype dl.font6em dd {
  width: calc(100% - 6em);
}

.articleStype dl.font10em dt {
  width: 10em;
}

.articleStype dl.font10em dd {
  width: calc(100% - 10em);
}

.articleStype dl.font14em dt {
  width: 14em;
}

.articleStype dl.font14em dd {
  width: calc(100% - 14em);
}

.articleStype dt {
  width: 30%;
  color: #14907f;
  font-weight: 700;
  text-align: left;
  padding-right: 15px;
  margin-bottom: 15px;
}

.articleStype dd {
  width: 70%;
  margin-bottom: 15px;
}

.articleStype dd:last-child,
.articleStype dt:last-child {
  margin-bottom: 0;
}

.articleStype ul {
  margin-bottom: 50px;
}

.articleStype ul:last-child {
  margin-bottom: 0;
}

.articleStype ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 7px;
}

.articleStype ul li:last-of-type {
  margin-bottom: 0;
}

.articleStype ul li::before {
  content: "";
  position: absolute;
  top: calc((2.8rem - 6px) / 2);
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #14907f;
  border-radius: 50%;
}

.articleStype ul.notes li {
  padding-left: 2em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.articleStype ul.notes li:last-of-type {
  margin-bottom: 0;
}

.articleStype ul.notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}

.articleStype ul.thumb-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.articleStype ul.thumb-card-list li {
  width: calc((100% - 20px) / 2);
  margin: 0;
  padding: 20px 39px 20px 20px;
  border: 1px solid #49c5b8;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow: hidden;
  transition: opacity 0.2s;
}

.articleStype ul.thumb-card-list li::before {
  display: none;
}

.articleStype ul.thumb-card-list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 19px;
  height: 100%;
  background-color: #49c5b8;
  background-image: url(../img/arrow_thumb_card_list.png);
  background-repeat: no-repeat;
  background-size: calc(12px / 2) auto;
  background-position: center;
}

.articleStype ul.thumb-card-list li:hover {
  opacity: 0.7;
}

.articleStype ul.thumb-card-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.articleStype ul.thumb-card-list li .thumb {
  width: 110px;
  height: auto;
  border-radius: 4px;
}

.articleStype ul.thumb-card-list li p {
  margin: 0;
  padding: 0;
  color: #14907f;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 0vw;
  overflow: hidden;
}

.articleStype ul.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.articleStype ul.card-list li {
  width: calc((100% - 20px) / 2);
  margin: 0;
  padding: 15px 53px 15px 18px;
  border: 2px solid #000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.articleStype ul.card-list li::before {
  display: none;
}

.articleStype ul.card-list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 35px;
  height: calc(100% - 13px * 2);
  border-left: 2px dotted #000;
  background-image: url(../img/arrow_card_list.png);
  background-repeat: no-repeat;
  background-size: calc(12px / 2) auto;
  background-position: center;
}

.articleStype ul.card-list li:hover {
  opacity: 0.7;
}

.articleStype ul.card-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.articleStype ul.card-list li p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
}

.articleStype ul.card-list li em {
  color: #ff4a4a;
  font-style: normal;
  font-weight: 700;
}

.articleStype ul.has-max-items-pc li:nth-of-type(n + 5) {
  display: none;
}

.articleStype a.more-btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #ff8989;
  margin: -10px auto 50px;
  background-color: #ff8989;
  background-image: url(../img/more_btn_open.png);
  background-repeat: no-repeat;
  background-size: calc(34px / 2) auto;
  background-position: right 18px center;
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s;
}

.articleStype a.more-btn::before {
  content: attr(data-text-open);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.articleStype a.more-btn:hover {
  opacity: 0.7;
}

.articleStype a.more-btn.expanded {
  background-color: #fff;
  background-image: url(../img/more_btn_close.png);
}

.articleStype a.more-btn.expanded::before {
  content: attr(data-text-close);
  color: #ff8989;
  padding-right: 0;
}

.articleStype a.more-btn.sp {
  display: none !important;
}

.articleStype ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.articleStype ol:last-child {
  margin-bottom: 0;
}

.articleStype ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}

.articleStype ol li:last-of-type {
  margin-bottom: 0;
}

.articleStype ol li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: calc((2.8rem - 22px) / 2);
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background-color: #23ac9d;
}

.articleStype ol.notes li {
  padding-left: 2.5em;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.articleStype ol.notes li:last-of-type {
  margin-bottom: 0;
}

.articleStype ol.notes li::before {
  counter-increment: item;
  content: "※" counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  display: inline;
  font-weight: normal;
  color: #000;
  border-radius: 0;
  background-color: transparent;
}

.articleStype .small {
  font-size: 1.2rem;
}

.articleStype .right {
  text-align: right;
}

.articleStype .center {
  text-align: center;
}

.articleStype .bold {
  font-weight: 700;
}

.articleStype .font-red {
  color: #ff0000;
}

.articleStype .font-green {
  color: #14907f;
}

.articleStype .font-blue {
  color: #1cabe9;
}

.articleStype .font-orange {
  color: #ff693c;
}

.articleStype .marker {
  background: linear-gradient(transparent 78%, rgba(73, 197, 184, 0.25) 0%);
  display: inline;
  padding: 0;
}

.articleStype .marker.yellow {
  background: linear-gradient(rgba(255, 255, 38, 0) 60%, #fff5b1 80%);
}

.articleStype .underline {
  text-decoration: underline;
}

.articleStype .image {
  width: auto;
  max-width: 640px;
  margin: 50px auto;
  display: block;
}

.articleStype .image.bordered {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
}

.articleStype .image.left,
.articleStype .image.right {
  width: auto;
  max-width: 45%;
  margin-top: calc((2.8rem - 1.4rem) / 2);
  margin-bottom: 2.8rem;
}

.articleStype .image.left {
  float: left;
  margin-left: 0;
  margin-right: 50px;
}

.articleStype .image.right {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}

.articleStype h6 + .image {
  margin-top: 20px !important;
}

.articleStype .image + .caption {
  margin-top: -40px;
  text-align: center;
}

.articleStype .spacer {
  display: block;
  margin-bottom: 50px;
}

.articleStype .logo {
  display: block;
}

.articleStype .logo + h1 {
  margin-top: 20px;
}

.articleStype .mv {
  display: block;
  margin-bottom: 50px;
}

.articleStype .series {
  margin-bottom: 10px;
  color: #14907f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.articleStype .date {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 25px;
}

.articleStype .button {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.articleStype .button + .button {
  margin-top: -30px;
}

.articleStype p + .button {
  margin-top: 50px;
}

.articleStype .button a {
  background-color: #49c5b8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  min-height: 60px;
  padding: 5px 58px 5px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border: 2px solid #49c5b8;
  border-radius: 7px;
  background-image: url("../img/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px auto;
  transition: all 0.2s;
}

.articleStype .button a:hover {
  color: #49c5b8;
  background-color: #fff;
  border-color: #49c5b8;
  background-image: url("../img/arrow_bluegreen_right.svg");
}

.articleStype .buttons {
  display: flex;
  flex-wrap: wrap;
}

.articleStype .buttons li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.articleStype .buttons li::before {
  display: none;
}

.articleStype .buttons li:last-of-type {
  margin-bottom: 0;
}

.articleStype .buttons li a {
  display: inline-flex;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  color: #0d8270;
  text-decoration: none;
  background-color: #dbf3f1;
  border: 1px solid #dbf3f1;
  border-radius: 7px;
  transition: all 0.2s;
}

.articleStype .buttons li a:hover {
  background-color: #fff;
  border-color: #0d8270;
}

.articleStype .anchors {
  position: relative;
  margin-bottom: 25px;
  padding: 45px;
  border: 2px dotted #000;
  border-radius: 7px;
  text-align: center;
}

.articleStype .anchors p {
  position: absolute;
  top: -0.5em;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.articleStype .anchors ul li {
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 18px;
  background-image: url("../img/arrow_black_down.svg");
  background-repeat: no-repeat;
  background-position: left top calc((2em - 5px) / 2);
  background-size: 8px auto;
}

.articleStype .anchors ul li::before {
  display: none;
}

.articleStype .anchors ul li.sub {
  margin-left: 21px;
  font-weight: normal;
  margin-bottom: 2px;
}

.articleStype .anchors ul li.sub2 {
  margin-left: calc(21px * 2);
  font-weight: normal;
  margin-bottom: 2px;
}
/*
.articleStype .anchors ul li.sub+ :not(.sub) {
  margin-top: 12px;
}

.articleStype .anchors ul li:not(.sub)+.sub {
  margin-top: -10px;
}
*/
.articleStype .anchors ul li.sub + :not([class]) {
  margin-top: 12px;
}

.articleStype .anchors ul li:not([class]) + .sub {
  margin-top: -10px;
}

.articleStype .anchors ul li.sub2 + :not([class]) {
  margin-top: 12px;
}

.articleStype .anchors ul li:not([class]) + .sub2 {
  margin-top: -10px;
}

.articleStype .anchors ul li:last-of-type {
  margin-bottom: 0;
}

.articleStype .anchors ul li a {
  text-decoration: none;
}

.articleStype .anchors ul li a:hover {
  color: #000;
}

.articleStype p:not(.date) + .anchors {
  margin-top: 50px;
}

.articleStype .anchors.auto {
  padding: 20px;
}

.articleStype .anchors.auto .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.articleStype .anchors.auto .toggle {
  cursor: pointer;
  border: 1px solid #bbb;
  font-size: 14px;
  line-height: 1;
  color: #14907f;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
}

.articleStype .anchors.auto .toggle::before {
  content: attr(data-open);
}

.articleStype .anchors.auto.expanded .toggle::before {
  content: attr(data-close);
}

.articleStype .anchors.auto ul {
  margin: 24px 0 0;
  display: none;
}

.articleStype .links li {
  padding-left: 18px;
  background-image: url("../img/arrow_black_right.svg");
  background-repeat: no-repeat;
  background-position: left 5px top calc((2em - 8px) / 2);
  background-size: 5px auto;
}

.articleStype .links li::before {
  display: none;
}

.articleStype .links li:last-of-type {
  margin-bottom: 0;
}

.articleStype .boxy {
  border-radius: 7px;
  padding: 40px 50px;
  margin-bottom: 50px;
}

.articleStype .boxy + .boxy {
  margin-top: -15px;
}

.articleStype .boxy.dotted {
  border: 2px dotted #000;
}

.articleStype .boxy.bg-green {
  background-color: #edf9f8;
}

.articleStype .boxy.bg-blue {
  background-color: #eaf7fc;
}

.articleStype .boxy.bg-red {
  background-color: #ffdede;
}

.articleStype .boxy.bg-gray {
  background-color: #f2f2f2;
}

.articleStype .boxy.paper {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.articleStype p:not(.heading) + .boxy {
  margin-top: 50px;
}

.articleStype .profile {
  border-radius: 7px;
  padding: 45px 50px 40px;
  margin-bottom: 50px;
  display: block;
  background-color: #f2f2f2;
  position: relative;
}

.articleStype .profile::after,
.articleStype .profile::before {
  content: "";
  display: block;
  clear: both;
}

.articleStype .profile + .profile {
  margin-top: -15px;
}

.articleStype .profile .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 1em;
  float: left;
}

.articleStype .profile .icon.rect {
  border-radius: 0;
}

.articleStype .profile h6 {
  margin-top: 0;
  overflow: hidden;
}

.articleStype .profile p {
  overflow: hidden;
}

.articleStype p + .profile {
  margin-top: 50px;
}

.articleStype blockquote {
  border-radius: 7px;
  padding: 40px 50px;
  margin: 0 auto 50px;
  background-color: #f2f2f2;
  position: relative;
}

.articleStype blockquote::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 30px;
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("../img/quote_left_large.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.articleStype p + blockquote {
  margin-top: 50px;
}

.articleStype cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 50px;
  word-break: break-all;
}

.articleStype cite:last-child {
  margin-bottom: 0;
}

.articleStype p cite {
  display: inline;
  font-weight: normal;
  margin-bottom: auto;
}

.articleStype cite a {
  font-weight: normal;
}

.articleStype q {
  color: #14907f;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
}

.articleStype q::after,
.articleStype q::before {
  content: "";
  position: relative;
  top: 0;
  width: 8px;
  height: 1em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.articleStype q::before {
  margin-right: 2px;
  background-image: url("../img/quote_left.svg");
}

.articleStype q::after {
  margin-left: 0;
  background-image: url("../img/quote_right.svg");
}

.articleStype .balloon {
  position: relative;
  margin-bottom: 50px;
  min-height: 115px;
}

.articleStype .balloon::after,
.articleStype .balloon::before {
  content: "";
  position: absolute;
  top: 45px;
}

.articleStype .balloon::before {
  margin-top: -8px;
  border: 8px solid transparent;
}

.articleStype .balloon::after {
  margin-top: -6px;
  border: 6px solid transparent;
}

.articleStype .balloon .icon {
  position: absolute;
  top: 0;
  width: 90px;
  border-radius: 50%;
}

.articleStype .balloon .icon.rect {
  border-radius: 0;
}

.articleStype .balloon .name {
  position: absolute;
  top: 100px;
  width: 90px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.articleStype .balloon .text {
  text-align: left;
}

.articleStype .balloon.left::before {
  left: calc(110px - 20px);
  border-right: 14px solid #49c5b8;
}

.articleStype .balloon.left::after {
  left: calc(110px - 15px);
  border-right: 12px solid #fff;
}

.articleStype .balloon.left .icon {
  left: 0;
}

.articleStype .balloon.left .name {
  left: 0;
}

.articleStype .balloon.left .text {
  margin-left: 110px;
  padding-left: 20px;
  border-left: 2px solid #49c5b8;
}

.articleStype .balloon.right::before {
  right: calc(110px - 20px);
  border-left: 14px solid #49c5b8;
}

.articleStype .balloon.right::after {
  right: calc(110px - 15px);
  border-left: 12px solid #fff;
}

.articleStype .balloon.right .icon {
  right: 0;
}

.articleStype .balloon.right .name {
  right: 0;
}

.articleStype .balloon.right .text {
  margin-right: 110px;
  padding-right: 20px;
  border-right: 2px solid #49c5b8;
}

.articleStype .balloon.top .text,
.articleStype .balloon.middle .text,
.articleStype .balloon.bottom .text {
  display: flex;
  flex-direction: column;
  min-height: 90px;
}

.articleStype .balloon.top.left .text,
.articleStype .balloon.middle.left .text,
.articleStype .balloon.bottom.left .text {
  align-items: flex-start;
}

.articleStype .balloon.top.right .text,
.articleStype .balloon.middle.right .text,
.articleStype .balloon.bottom.right .text {
  align-items: flex-end;
}

.articleStype .balloon.top .text {
  justify-content: flex-start;
}

.articleStype .balloon.middle .text {
  justify-content: center;
}

.articleStype .balloon.bottom .text {
  justify-content: flex-end;
}

.articleStype .balloon + .balloon {
  margin-top: -15px;
}

.articleStype p:not(.heading) + .balloon {
  margin-top: 50px;
}

.articleStype p.heading + .balloon {
  margin-top: 25px;
}

.articleStype .youtube {
  width: 640px;
  margin: 50px auto;
}

.articleStype .youtube + .youtube {
  margin-top: -20px;
}

.articleStype p.heading + .youtube {
  margin-top: 25px;
}

.articleStype .youtube .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}

.articleStype .youtube .video iframe,
.articleStype .youtube .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.articleStype .youtube.right {
  width: 350px;
  float: right;
  margin: calc((2.8rem - 1.4rem) / 2) 0 2.8rem 50px;
}

.articleStype .youtubes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.articleStype .youtubes li {
  width: calc((100% - 30px) / 2);
  padding: 0;
  margin: 0;
}
.articleStype .youtubes li::before {
  display: none;
}
.articleStype .youtubes li .youtube {
  width: 100%;
  margin: 0;
}
.articleStype .youtubes li p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.articleStype .youtubes li .youtube:not(:last-child) {
  margin-bottom: 10px;
}

.articleStype .clear {
  clear: both;
  content: "";
  display: block;
}

.articleStype .sp {
  display: none;
}

.articleStype .mt-0 {
  margin-top: 0 !important;
}

.articleStype .mb-0 {
  margin-bottom: 0 !important;
}

.articleStype .ml-0 {
  margin-left: 0 !important;
}

.articleStype .mr-0 {
  margin-right: 0 !important;
}

/* v2 */
.articleStype h2.-qa,
.articleStype h2.-eg {
  padding-left: 40px;
  padding-bottom: 5px;
}

.articleStype h2.-qa::before,
.articleStype h2.-eg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: calc(44px / 2) auto;
}

.articleStype h2.-qa::before {
  background-image: url(../img/h2_icon_qa.png);
  background-position: center top 7px;
}

.articleStype h2.-eg::before {
  background-image: url(../img/h2_icon_eg.png);
  background-position: center top 7px;
}

.articleStype h3 {
  border-bottom: 2px solid #e5e5e5;
}

.articleStype h3.-q,
.articleStype h3.-a,
.articleStype h3.-eg {
  border-left: none;
  position: relative;
  padding-left: 60px;
  padding-bottom: 4px;
}

.articleStype h3.-q::before,
.articleStype h3.-a::before,
.articleStype h3.-eg::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 8px;
  top: 3px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 700;
}

.articleStype h3.-q::after,
.articleStype h3.-a::after,
.articleStype h3.-eg::after {
  content: "";
  border-left-width: 3px;
  border-left-style: solid;
  display: block;
  width: 0;
  height: calc(100% - 10px);
  position: absolute;
  left: 44px;
  top: 3px;
}

.articleStype h3.-q::before {
  content: "Q";
  background-color: #23ac9d;
}

.articleStype h3.-q::after {
  border-left-color: #23ac9d;
}

.articleStype h3.-a::before {
  content: "A";
  background-color: #ff4a4a;
}

.articleStype h3.-a::after {
  border-left-color: #ff4a4a;
}

.articleStype h3.-eg::before {
  content: "";
  background-color: #23ac9d;
  background-image: url(../img/h3_icon_eg.png);
  background-repeat: no-repeat;
  background-size: calc(22px / 2) auto;
  background-position: center;
}

.articleStype h3.-eg::after {
  border-left-color: #23ac9d;
}

.articleStype h4 {
  color: #000;
  border-left: 3px solid #23ac9d;
  padding-left: 9px;
}

.articleStype h4.-q,
.articleStype h4.-a,
.articleStype h4.-eg {
  border-left: none;
  padding-left: 44px;
  position: relative;
}

.articleStype h4.-q::before,
.articleStype h4.-a::before,
.articleStype h4.-eg::before {
  width: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.articleStype h4.-q::after,
.articleStype h4.-a::after,
.articleStype h4.-eg::after {
  content: "";
  border-left-width: 3px;
  border-left-style: solid;
  display: block;
  width: 0;
  height: calc(100% - 4px);
  position: absolute;
  left: 32px;
  top: 2px;
}

.articleStype h4.-q::before {
  content: "Q";
  color: #23ac9d;
}

.articleStype h4.-q::after {
  border-left-color: #23ac9d;
}

.articleStype h4.-a::before {
  content: "A";
  color: #ff4a4a;
}

.articleStype h4.-a::after {
  border-left-color: #ff4a4a;
}

.articleStype h4.-eg::before {
  content: "";
  background-image: url(../img/h4_icon_eg.png);
  background-repeat: no-repeat;
  background-size: calc(30px / 2) auto;
  background-position: center 4px;
}

.articleStype h4.-eg::after {
  border-left-color: #23ac9d;
}

.articleStype h5 {
  font-size: 1.6rem;
  border-bottom: 2px solid #e5e5e5;
  display: table;
}

.articleStype h5.center {
  text-align: center !important;
}

.articleStype table td.left,
.articleStype table th.left {
  text-align: left;
}

.articleStype table td.right,
.articleStype table th.right {
  text-align: right;
}

.articleStype table td.pc-nowrap,
.articleStype table th.pc-nowrap {
  white-space: nowrap;
}

.articleStype table.-resume {
  border-width: 2px;
}

.articleStype table.-resume th,
.articleStype table.-resume td {
  border-width: 2px;
  padding: 6px 20px;
  line-height: 2em;
}

.articleStype table.-resume th {
  background-color: #f3f3f3;
}

.articleStype .boxy.-email {
  border-radius: 10px;
  padding: 0 15px 23px;
  outline: 2px solid #23ac9d;
  outline-offset: -2px;
  overflow: hidden;
}

.articleStype .boxy.-email .ttl {
  background-color: #23ac9d;
  color: #fff;
  width: calc(100% + 15px * 2);
  margin-left: -15px;
  padding: 5px 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.articleStype .boxy.-email .subject {
  line-height: calc(21 / 14);
  border-bottom: 2px solid #e5e5e5;
  padding: 1.2em 0;
  margin-bottom: 30px;
}

.articleStype .boxy.-email .signature p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.articleStype table.-links {
  border: 2px solid #23ac9d;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
  overflow: hidden;
}

.articleStype table.-links th {
  border: none;
  border-bottom: 2px solid #fff;
  background-color: #23ac9d;
  height: 100%;
  padding: 0;
}

.articleStype table.-links th p,
.articleStype table.-links th a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 2px solid #23ac9d;
  border-left: none;
  padding: 10px 21px 10px 10px;
}

.articleStype table.-links th a {
  background-image: url(../img/arrow_white_right.svg);
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: right 10px center;
}

.articleStype table.-links td {
  border: none;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 16px 20px;
}

.articleStype table.-links td a {
  color: #000;
}

.articleStype table.-links tr:last-child th,
.articleStype table.-links tr:last-child td {
  border-bottom: none;
}

.articleStype table.-links tr:first-child th a {
  border-top: none;
}

.articleStype table.-links tr:last-child th a {
  border-bottom: none;
}

@media (hover: hover) {
  .articleStype table.-links th a {
    transition: all 0.2s;
  }

  .articleStype table.-links th a:hover {
    background-image: url(../img/arrow_bluegreen_right.svg);
    background-color: #fff;
    color: #23ac9d;
  }

  .articleStype table.-links td a:hover {
    color: #23ac9d;
    text-decoration: underline;
  }
}

.articleStype ul.-checks li {
  padding-left: 28px;
}

.articleStype ul.-checks li::before {
  content: "";
  width: calc(36px / 2);
  height: calc(36px / 2);
  display: block;
  background-image: url(../img/ul_icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #fff;
}

.articleStype .button.-job {
  margin-bottom: calc(50px + 4px);
}

.articleStype .button.-job a {
  width: 500px;
  font-size: 2rem;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  border: none;
  background-color: #ff0000 !important;
  box-shadow: 0 4px 0 #c40000;
}

.articleStype .button.-job a span {
  position: relative;
  padding-left: 55px;
}

.articleStype .button.-job a span::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/button_icon_job.png);
  background-repeat: no-repeat;
  background-size: calc(34px / 2) auto;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (hover: hover) {
  .articleStype .button.-job a:hover {
    box-shadow: none;
    color: #fff;
    border: none;
    transform: translateY(4px);
    background-image: url(../img/arrow_white_right.svg);
  }
}

.articleStype .button.-dl a {
  width: 500px;
  font-size: 2rem;
  padding: 13px 20px;
  background-image: none !important;
}

.articleStype .button.-dl a span {
  position: relative;
  padding-left: calc(40px / 2 + 15px);
}

.articleStype .button.-dl a span::before {
  content: "";
  width: calc(40px / 2);
  height: calc(34px / 2);
  background-image: url(../img/button_icon_dl_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (hover: hover) {
  .articleStype .button.-dl a:hover span::before {
    background-image: url(../img/button_icon_dl_green.png);
  }
}

.articleStype .profile-upper {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 50px 0;
}

.articleStype div.profile-upper + div.profile-upper {
  margin-top: -25px;
}

.articleStype .profile-upper .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.articleStype .profile-upper .block p,
.articleStype .profile-upper .block a {
  font-size: 1.2rem;
}

.articleStype .profile-upper p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.articleStype .profile-upper .name {
  font-weight: 700;
  margin-bottom: 0.25em;
}

.articleStype .profile-upper .name em {
  font-style: normal;
  font-weight: 700;
  background-color: #23ac9d;
  color: #fff;
  padding: 0 0.3em;
  margin-right: 10px;
  border-radius: 3px;
  border: 2px solid #23ac9d;
}

.articleStype .profile-upper .links li a {
  color: #000;
  text-decoration: none;
}

.articleStype .heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 23px 0 10px;
}

.articleStype .heading:first-child {
  margin-top: 0;
}

.articleStype .heading + .profile {
  margin-top: 0;
}

.articleStype .profile.-sv {
  border: 2px solid #23ac9d;
  background-color: transparent;
}

.articleStype .profile.-sv .block {
  display: flex;
  align-items: center;
}

.articleStype .profile.-sv .icon {
  width: 100px;
  height: 100px;
  float: left;
  margin: 6px 15px 0 0;
}

.articleStype .profile.-sv .name {
  margin-bottom: 0.5em;
}

.articleStype .profile.-sv .cert {
  background-color: #edf9f8;
  padding: 9px 15px;
  border-radius: 7px;
  font-weight: 700;
}

.articleStype .profile.-sv .detail {
  margin: 1.5em 0;
  display: none;
}

.articleStype .profile.-sv .detail a {
  color: #000;
  text-decoration: none;
}

.articleStype .profile.-sv a.sv-more-btn {
  display: block;
  width: 220px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid #23ac9d;
  margin: 0 auto;
  background-color: #23ac9d;
  background-image: url(../img/sv_more_btn_open.png);
  background-repeat: no-repeat;
  background-size: calc(32px / 2) auto;
  background-position: right 18px center;
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s;
}

.articleStype .profile.-sv a.sv-more-btn::before {
  content: attr(data-text-open);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (hover: hover) {
  .articleStype .profile.-sv a.sv-more-btn:hover {
    opacity: 0.7;
  }
}

.articleStype .profile.-sv a.sv-more-btn.expanded {
  background-color: #fff;
  background-image: url(../img/sv_more_btn_close.png);
}

.articleStype .profile.-sv a.sv-more-btn.expanded::before {
  content: attr(data-text-close);
  color: #23ac9d;
  padding-right: 0;
}

.articleStype .-zoomable {
  position: relative;
  margin: 50px auto;
  display: block;
  width: 640px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: opacity 0.2s;
}

.articleStype .-zoomable::before {
  content: "拡大する";
  position: absolute;
  top: 0;
  right: 0;
  width: 134px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 19px;
  border-bottom-left-radius: 10px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: calc(40px / 2) auto;
  background-position: 19px center;
  background-image: url(../img/zoomable_icon_zoomin.png);
}

@media (hover: hover) {
  .articleStype .-zoomable:hover {
    opacity: 0.7;
  }
}

.articleStype .-zoomable .image {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.lightbox {
  background: rgba(0, 0, 0, 0.5);
}

.lightbox img {
  box-shadow: none;
}

.lightbox__close {
  background-image: url(../img/zoomable_icon_close.png);
  background-size: calc(64px / 2) auto;
  opacity: 1;
}

/* 20225.01 */
.articleStype .filter .filter_title {
  display: inline;
  font-weight: bold;
  line-height: 1.4;
}
.articleStype .filter .filter_reset {
  display: inline;
  line-height: 2.1;
  float: right;
}
.articleStype .filter .buttons:not(:first-child) {
  margin-top: 10px;
}
.articleStype .filter .buttons {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 20px 10px;
  width: 100%;
  clear: both;
}
.articleStype .filter .buttons li a.active {
  background-color: #0d8270;
  border-color: #0d8270;
  color: #fff;
}
.articleStype .filter .filter_item {
  margin: 23px 0;
}
.articleStype .accordion:not(:last-child) {
  margin-bottom: 23px;
}
.articleStype .accordion .accordion_head {
  cursor: pointer;
  position: relative;
  padding-right: calc(23px + 13px * 2);
  margin: 0;
}
.articleStype .accordion .accordion_head .toggle {
  position: absolute;
  right: 2px;
  top: 10px;
  transform: translatey(-50%);
  width: 42px;
  height: 16px;
  z-index: 1;
}
.articleStype .accordion .accordion_head .toggle::after,
.articleStype .accordion .accordion_head .toggle::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #0d8270;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.articleStype .accordion .accordion_head .toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.articleStype .accordion.expanded .accordion_head .toggle:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.articleStype .accordion .accordion_head:hover {
  opacity: 0.7;
}
.articleStype .accordion .accordion_body {
  margin: 25px 0;
  display: none;
}
.articleStype .accordion h3.accordion_head + .accordion_body {
  margin: 30px 0 50px;
}
.articleStype .inverted {
  margin-bottom: 7px;
}
.articleStype .inverted + * {
  margin-top: 0;
}
.articleStype .inverted + p {
  margin-top: 1em;
}
.articleStype .inverted {
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 16px;
  display: block;
  padding: 7px 15px;
  line-height: 1.3;
  max-width: 100%;
  width: max-content;
  height: auto;
}
