@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* feature */
@media all and (min-width: 751px) {
  .link-feature {
    margin-top: 5rem;
  }
  .link-feature:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .link-feature {
    margin-top: 4.375rem;
  }
  .link-feature:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 751px) {
  .link-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (min-width: 751px) {
  .link-feature-list__item {
    width: calc(0.3333333333 * 100% - 1.0416666667 * 1rem);
    margin-left: 1.5625rem;
  }
  .link-feature-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .link-feature-list__item:nth-child(n+4) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-list__item {
    margin-top: 2.5rem;
  }
  .link-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 751px) {
  .link-feature-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    height: 100%;
  }
  .link-feature-container > * {
    width: 100%;
  }
}
@media all and (min-width: 751px) {
  .link-feature-img {
    flex-shrink: 0;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-img {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .link-feature-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .link-feature-img__label::before {
    content: "";
    display: block;
    padding-top: 34.2857142857%;
  }
  .link-feature-list__item:nth-child(-n+3) .link-feature-img__label::before {
    content: "";
    display: block;
    padding-top: 20%;
  }
  .link-feature-img__label img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
  }
  .link-feature-img__label--180 img {
    width: 51.4285714286%;
  }
  .link-feature-img__label--195 img {
    width: 55.7142857143%;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-img__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .link-feature-img__label--180 {
    width: 11.25rem;
  }
  .link-feature-img__label--195 {
    width: 12.1875rem;
  }
}
@media all and (min-width: 751px) {
  .link-feature-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    flex-grow: 1;
    margin-top: 0.625rem;
  }
  .link-feature-content:first-child {
    margin-top: 0;
  }
  .link-feature-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-content {
    margin-top: 0.625rem;
  }
  .link-feature-content:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 751px) {
  .link-feature-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    flex-grow: 1;
  }
  .link-feature-desc > * {
    width: 100%;
  }
}
@media all and (min-width: 751px) {
  .link-feature-desc__term {
    flex-shrink: 0;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-desc__term {
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .link-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.8571428571;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.8571428571;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 751px) {
  .link-feature-desc__defin {
    flex-grow: 1;
    margin-top: 1.5rem;
  }
  .link-feature-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-desc__defin {
    margin-top: 1.25rem;
  }
  .link-feature-desc__defin:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 751px) {
  .link-feature-code {
    position: relative;
    height: 100%;
  }
  .link-feature-code pre {
    height: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background: #F4F7FB;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .link-feature-code pre code {
    display: block;
    line-height: 1.8571428571;
    font-size: 0.875rem;
    color: #333;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .link-feature-code pre {
    padding-top: 3.3125rem;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-code {
    position: relative;
  }
  .link-feature-code pre {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background: #F4F7FB;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .link-feature-code pre code {
    display: block;
    line-height: 1.8571428571;
    font-size: 0.875rem;
    color: #333;
  }
}
@media all and (min-width: 751px) {
  .link-feature-code-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.75rem;
    margin-right: 0.9375rem;
    text-align: right;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .link-feature-code-btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-code-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    text-align: right;
    cursor: pointer;
  }
}
@media all and (min-width: 751px) {
  .link-feature-code-btn__ico {
    display: inline-block;
    vertical-align: top;
    width: 1.4375rem;
    background: url("/assets/img/common/ico_copy01.png") no-repeat center center;
    background-size: contain;
  }
  .link-feature-code-btn__ico::before {
    content: "";
    display: block;
    padding-top: 126.0869565217%;
  }
}
@media screen and (max-width: 750px) {
  .link-feature-code-btn__ico {
    display: inline-block;
    vertical-align: top;
    width: 1.4375rem;
    background: url("/assets/img/common/ico_copy01.png") no-repeat center center;
    background-size: contain;
  }
  .link-feature-code-btn__ico::before {
    content: "";
    display: block;
    padding-top: 126.0869565217%;
  }
}
