@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
.Column
-----------------------------------------------------------
----------------------------------------------------------- */
.Column main {
  margin-bottom: 50px;
}

.Column .LO-content-wrap .img-wrap img {
  width: 100%;
  margin-bottom: 20px;
}

.Column .LO-content-wrap .title-wrap {
  margin-bottom: 10px;
}

.Column .LO-content-wrap .title-wrap h1 {
  color: #e64f5c;
  font-size: 17px;
  border-bottom: 2px solid #e64f5c;
  padding: 0 5px 8px;
  line-height: 1.3;
  font-weight: bold;
}

.Column .LO-content-wrap .HTMLeditor {
  padding: 0 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.Column .LO-content-wrap .HTMLeditor p {
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 13px;
}

.Column .LO-content-wrap .HTMLeditor p a {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}

.Column .LO-content-wrap .HTMLeditor h2 {
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 2px solid #ed646f;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.Column .LO-content-wrap .HTMLeditor h3,
.Column .LO-content-wrap .HTMLeditor #toc>p {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  border-left: 3px solid #ed646f;
  line-height: 1.4;
  padding-left: 7px;
}


.Column .LO-content-wrap .HTMLeditor ol,
.Column .LO-content-wrap .HTMLeditor ul {
  margin-top: 0;
}

.Column .LO-content-wrap .HTMLeditor ol,
.Column .LO-content-wrap .HTMLeditor ul,
.Column .LO-content-wrap .HTMLeditor img {
  margin-bottom: 20px;
}

.Column .LO-content-wrap .HTMLeditor .TLP-main-image img {
  margin-bottom: 0;
}

.Column .LO-content-wrap .HTMLeditor li+li {
  margin-top: 5px;
}

.Column .LO-content-wrap .HTMLeditor li p {
  margin-bottom: 0;
}

.Column .LO-content-wrap .HTMLeditor ul.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}

.Column .LO-content-wrap .HTMLeditor ul.flex-wrap li {
  width: calc((100% - 15px) / 2);
}

.Column .LO-content-wrap .HTMLeditor ul.flex-wrap li+li {
  margin: 0;
}

.Column .LO-content-wrap .HTMLeditor ul.flex-wrap li strong {
  font-weight: bold;
  display: block;
  text-align: center;
}

.Column .LO-content-wrap .HTMLeditor ul.flex-wrap li img {
  margin-bottom: 5px;
}

.Column .LO-content-wrap .HTMLeditor table {
  width: 100% !important;
}

.Column .LO-content-wrap .HTMLeditor span.under-line {
  background: linear-gradient(transparent 50%, #fdedaf 60%);
  padding-bottom: 0.1em;
  font-weight: bold;
  display: inline;
}

.Column .LO-content-wrap .HTMLeditor .BTN-main,
.Column .LO-content-wrap .HTMLeditor .BTN-sub {
  padding-top: 0;
  margin-bottom: 20px;
}

.Column .LO-content-wrap .HTMLeditor .BTN-main a,
.Column .LO-content-wrap .HTMLeditor .BTN-sub a {
  background-image: none;
}

.Column .LO-content-wrap .HTMLeditor .work-item+.work-item {
  margin-top: 10px;
}

.Column .LO-content-wrap .HTMLeditor .HTMLeditor-table-wrap table {
  width: 750px !important;
  font-size: 13px;
}

.Column .LO-content-wrap .HTMLeditor dl {
  font-size: 13px;
  font-feature-settings: "palt";
}

.Column .LO-content-wrap .HTMLeditor dl dt {
  margin-top: 20px;
  font-size: 14px;
}

.Column .LO-content-wrap .HTMLeditor dl dt:first-child {
  margin-top: 0;
}

.Column .LO-content-wrap .HTMLeditor dl dt span {
  color: #64a0ed;
}

.Column .LO-content-wrap .HTMLeditor dl dd span {
  color: #ed6464;
  font-weight: bold;
}

/*
---------------------------------------------------------
#toc
--------------------------------------------------------- */
.Column .LO-content-wrap .HTMLeditor #toc {
  background: #f2f2f2;
  padding: 20px 20px 10px;
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: height 0.4s ease;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
  color: #777;
  font-size: 12px;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap button:hover {
  text-decoration: underline;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap button:before {
  content: "";
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  height: 25px;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap button span {
  position: relative;
}

.Column .LO-content-wrap .HTMLeditor #toc .open-btn-wrap button span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid #777;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 5px;
  right: -10px;
}

.Column .LO-content-wrap .HTMLeditor #toc>p {
  font-size: 16px;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}

.Column .LO-content-wrap .HTMLeditor #toc ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.Column .LO-content-wrap .HTMLeditor #toc ul li {
  margin: 0;
  border-top: 1px solid #ccc;
}

.Column .LO-content-wrap .HTMLeditor #toc>ul>li:first-child {
  border-top: none;
}

.Column .LO-content-wrap .HTMLeditor #toc ul li a {
  color: #333;
  font-size: 13px;
  padding: 6px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-feature-settings: "palt";
}

.Column .LO-content-wrap .HTMLeditor #toc ul li a:hover {
  text-decoration: underline;
}

.Column .LO-content-wrap .HTMLeditor #toc>ul li ul li {
  padding-left: 15px;
}

.Column .LO-content-wrap .HTMLeditor #toc>ul li ul li a {
  font-size: 12px;
}

.Column .LO-content-wrap .btn-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Column .LO-content-wrap .cta-btn {
  margin-top: 80px;
}

.Column .LO-content-wrap .cta-btn a,
.Column .LO-content-wrap .btn-wrap a {
  width: 90%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #ed646f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  box-shadow: 2px 3px 2px 0 rgba(183, 31, 31, 0.2);
}

.Column .LO-content-wrap .cta-btn a:before {
  content: "";
  position: absolute;
  top: -85px;
  right: -12px;
  background: url(/img/web_design_comment.svg) no-repeat center center;
  width: 169px;
  height: 105px;
  background-size: 100%;
  transform: rotate(-15deg);
}

.Column .LO-content-wrap hr {
  margin: 50px 0;
}

.Column .LO-content-wrap .bottom-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.Column .Content .Alpha {
  margin-bottom: 20px;
}

.Column .Content .Beta,
#news .Content .Beta {
  width: auto;
}