.attention-page {
  background: #F7F7F7;
}


@media print,
screen and (min-width: 769px) {
  .attention-page__content h2 {
    padding-left: 44px;
    font-size: 40px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
    text-align: left;
  }

  .attention-page__content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 8px;
    background: #f5c501;
  }

  .attention-page__content h3 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(27/24);
    color: #555;
  }

  #wrap .inner {
    width: 100%;
    max-width: calc(1200px + 2%*2);
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box;
  }

  #wrap .attention-material .inner,
  #wrap .attention-product .inner,
  #wrap .attention-jelly .inner,
  #wrap .attention-heat .inner {
    max-width: calc(1000px + 2%*2);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .attention-page__content h2 {
    padding-left: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: calc(35/24);
    position: relative;
    text-align: left;
  }

  .attention-page__content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 4px;
    background: #f5c501;
  }

  .attention-page__content h3 {
    margin-top: 37px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(25/16);
    color: #555;
  }
}

/*******************************************************************/
/* PC */
/*******************************************************************/
@media print,
screen and (min-width: 769px) {
  .secTtl h2 img {
    width: 100%;
    max-width: 916px;
    margin: auto;
    height: auto;
  }

  /* 発熱のしくみとやけどへのご注意 */
  .attention-intro {
    background: #fff;
    padding: 70px 0 120px;
  }

  .attention-page .attention-intro__title {
    font-weight: normal;
    padding-left: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: calc(27/32);
    text-align: center;
  }

  .attention-page .attention-intro__title::before {
    content: none;
  }

  .attention-intro__description {
    margin-top: 36px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
  }

  .attention-intro__imgs {
    margin-top: 45px;
    display: flex;
    gap: 40px;
  }

  .attention-intro__img {
    width: 100%;
  }

  .attention-intro__imgs img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* 素材による違い */
  .attention-material {
    padding-top: 112px;
  }

  .attention-material__description {
    margin-top: 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
  }

  .attention-material h3 {
    margin-left: 17px;
  }

  .attention-material__block {
    padding: 35px 20px 38px;
    margin-top: 30px;
    background: #fff;
    border-radius: 15px;
  }

  .attention-material__block:nth-of-type(1) {
    border: 5px solid #e01816;
  }

  .attention-material__block:nth-of-type(2) {
    border: 5px solid #F5C501;
  }

  .attention-material__block:nth-of-type(3) {
    border: 5px solid #2680EB;
  }

  .attention-material__block h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: calc(27/24);
    text-align: center;
  }

  .attention-material__block:nth-of-type(1) h4 {
    color: #e01816;
  }

  .attention-material__block:nth-of-type(2) h4 {
    color: #F5C501;
  }

  .attention-material__block:nth-of-type(3) h4 {
    color: #2680EB;
  }

  .attention-material__list {
    margin-top: 20px;
    display: flex;
    gap: 25px;
    justify-content: center;
  }

  .attention-material__item {
    text-align: center;
  }

  .attention-material__item img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  .attention-material__text {
    margin-top: 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(27/17);
    text-align: center;
    color: #333;
  }

  /* 商品（粘度）による違い */
  .attention-product {
    padding-top: 112px;
  }

  .attention-product {
    margin-top: 40px;
  }

  .attention-product__box {
    margin-top: 50px;
    background: #fff;
    padding: 50px 50px 50px 70px;
    position: relative;
  }

  .attention-product__box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 5px;
    background: #f5c501;
  }

  .attention-product__box h3,
  .attention-jelly__content h3 {
    margin-top: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: calc(27/32);
  }

  .attention-product__box h3::before,
  .attention-jelly__content h3::before {
    content: none;
  }

  .attention-product__box h3 .small,
  .attention-jelly__content h3 .small {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    line-height: calc(27/24);
  }

  .attention-product__description {
    margin-top: 27px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
  }

  .attention-product__img {
    margin: 72px auto 0;
    max-width: 800px;
  }

  .attention-product__img-texts {
    margin-top: 17px;
    display: flex;
    justify-content: center;
    gap: 135px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
  }

  /* ゼリー状の瞬間接着剤 */
  .attention-jelly {
    margin-top: 78px;
  }

  .attention-jelly__box {
    background: #fff;
    padding: 50px 50px 50px 70px;
    display: flex;
    gap: 60px;
    position: relative;
  }

  .attention-jelly__box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 5px;
    background: #f5c501;
  }

  .attention-jelly__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .attention-jelly__description {
    margin-top: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
  }

  .attention-jelly__img {}

  /* 実際に熱が発生したようす */
  .attention-heat {
    margin-top: 120px;
    padding-top: 112px;
    padding-bottom: 120px;
    background: #fff;
  }

  .attention-heat__box {
    display: flex;
    justify-content: space-between;
  }

  .attention-heat__box .attention-heat__img img {
    max-width: 310px;
  }

  .attention-heat__img-description {
    font-weight: 700;
    font-size: 24px;
    line-height: calc(27 / 24);
    color: #555;
    text-align: center;
  }

  .attention-heat__content {}

  .attention-heat__description {
    margin-top: 45px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
    max-width: 550px;
  }

  .attention-heat__col {
    display: flex;
  }
  .attention-heat__col-title{
    white-space: nowrap;
  }

  .attention-heat__list-wrapper {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .attention-heat__list {
    margin-bottom: 30px;
    justify-content: space-between;
    display: flex;
    gap: 45px;
  }

  .attention-heat__list .attention-heat__img img {
    width: 100%;
    height: auto;
  }

  .attention-heat__list+.attention-heat__img img {
    width: 100%;
    height: auto;
  }

  .attention-heat__item {
    /* max-width: 160px; */
  }

  .attention-heat__text {
    margin-top: 17px;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(27/16);
    text-align: center;
    color: #333;
  }

  .attention-heat__item:nth-child(3) .attention-heat__text {
    color: #e01816;
  }

  .attention-heat__movie {
    margin: 50px auto 0;
    width: 100%;
    height: 100%;
    max-width: 700px;
  }

  .attention-heat__movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  /* アロンアルフアが服などに垂れてしまった場合の対処法 */
  .attention-howTo {
    padding-top: 112px;
    padding-bottom: calc(100px + 125px);
    margin-bottom: -125px;
    position: relative;
  }

  .attention-howTo::before {
    background: url('../../common/images/sec/attention/howto_bg.png')repeat center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  #wrap .attention-howTo .inner {
    width: 100%;
    max-width: calc(1200px + 2%*2);
    margin: auto;
    position: relative;
    z-index: 1;
  }

  .attention-howTo h2 {
    padding-left: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: calc(27/32);
    text-align: center;
  }

  .attention-howTo h2::before {
    content: none;
  }

  .tab-section {
    margin-top: 45px;
  }

  .tab-container {
    display: flex;
    gap: 15px;
  }

  .tab {
    flex: 1;
    padding: 2.62%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
    z-index: 1;
  }

  .tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../common/images/sec/attention/howto_tab-bg.png') repeat center;
    opacity: 0.75;
    z-index: -1;
  }


  .tab.active {
    /* background: #000; */
    clip-path: none;
  }

  .tab.active::before {
    background: #000;
    /* content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 24px solid transparent;
    border-top: 24px solid #F5C501; */
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  }

  .tab.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #040404;
    position: absolute;
    bottom: -24px;
    margin: 0 auto;
  }

  .tab-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: calc(30/20);
    text-align: center;
    color: #fff;

  }

  .tab-wrapper p {
    color: #fff;
  }

  .tab-content {
    padding: 75px 100px;
    padding: 6.25% 8.33%;
    margin-top: -1px;
    display: none;
    border-top: 10px solid #040404;
    padding-top: 31px;
    background: #fff;
  }

  .tab-content.active {
    display: block;
  }

  .attention-howTo__content {}

  .attention-howTo__list {
    margin-top: 27px;
    display: flex;
    gap: 20px;
  }

  .attention-howTo__item {
    width: 33.3%;
  }

  .attention-howTo__item img {
    width: 100%;
    height: auto;
  }

  .attention-howTo__text {
    padding-left: 37px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(27/16);
    color: #333;
    position: relative;
  }

  .attention-howTo__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('../../common/images/sec/attention/howto_icon.png') no-repeat center center/cover;
  }

  .attention-howTo__attention {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: calc(27/16);
    color: #333;
  }

  .attention-howTo__emphasis {
    margin-top: 87px;
    font-weight: 700;
    font-size: 40px;
    line-height: calc(60/40);
    text-align: center;
    color: #333;

  }

  .attention-howTo__emphasis .deco {
    position: relative;
    display: block;
    margin: auto;
    width: fit-content;
  }

  .attention-howTo__emphasis .deco:nth-child(1) {
    padding: 0 60px;
  }

  .attention-howTo__emphasis .deco:nth-child(2) {
    padding: 0 50px;
  }

  .attention-howTo__emphasis .deco::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
  }

  .attention-howTo__emphasis .deco:nth-child(1):before {
    background: url('../../common/images/sec/attention/attention-howTo__emphasis-deco--01.png') no-repeat center center/cover;
    /* max-width: 643px; */
  }

  .attention-howTo__emphasis .deco:nth-child(2):before {
    background: url('../../common/images/sec/attention/attention-howTo__emphasis-deco--02.png') no-repeat center center/cover;
    /* max-width: 612px; */
  }


  .attention-howTo .attention-howTo__link {
    margin: 70px auto 0;
    padding-right: 50px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 25px;
    line-height: calc(27/20);
    text-align: left;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
  }

  .attention-howTo__link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 8px;
    height: 16px;
    background: url('../../common/images/sec/attention/attention-howTo__link-arrow.png') no-repeat center center/cover;
  }
}


/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {

  .secTtl h2 {
    width: 94.66%;
  }

  /* 発熱のしくみとやけどへのご注意 */
  .attention-intro {
    background: #fff;
    padding: 40px 0 60px;
  }

  .attention-page__content .attention-intro__title {
    padding-left: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: calc(35/24);
    text-align: center;
    color: #333;
  }

  .attention-page__content .attention-intro__title::before {
    content: none;
  }

  .attention-intro__description {
    margin-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: calc(21/14);
    color: #272626;
  }

  .attention-intro__imgs {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 素材による違い */
  .attention-material {
    padding-top: 55px;
  }

  .attention-material__description {
    margin-top: 17px;
    font-weight: 300;
    font-size: 14px;
    line-height: calc(21/14);
    color: #333;
  }

  .attention-material h3 {
    margin-left: 11px;
  }

  .attention-material__block {
    margin-top: 18px;
    padding: 27px 5px 38px;
    background: #fff;
    border-radius: 15px;
  }

  .attention-material__block+.attention-material__block {
    margin-top: 30px;
  }

  .attention-material__block:nth-of-type(1) {
    border: 4px solid #e01816;
  }

  .attention-material__block:nth-of-type(2) {
    border: 4px solid #F5C501;
  }

  .attention-material__block:nth-of-type(3) {
    border: 4px solid #2680EB;
  }

  .attention-material__block h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: calc(25/16);
    text-align: center;
  }

  .attention-material__block:nth-of-type(1) h4 {
    color: #e01816;
  }

  .attention-material__block:nth-of-type(2) h4 {
    color: #F5C501;
  }

  .attention-material__block:nth-of-type(3) h4 {
    color: #2680EB;
  }

  .attention-material__list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    /* justify-content: center; */
  }

  .attention-material__item {
    /* width: calc(100% - 50% - 20px); */
    width: 50%;
    text-align: center;
  }

  .attention-material__item img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }

  .attention-material__text {
    margin-top: 7px;
    font-weight: 700;
    font-size: 14px;
    line-height: calc(20/14);
    text-align: center;
    color: #333;
  }

  /* 商品（粘度）による違い */
  .attention-product {
    padding-top: 45px;
  }

  .attention-product h3 {
    margin-top: 14px;
    font-size: 14px;
    padding-left: 12px;
  }

  .attention-product__box {
    margin-top: 30px;
    background: #fff;
    padding: 37px 20px 40px 20px;
    position: relative;
  }

  .attention-product__box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 3px;
    background: #f5c501;
  }

  .attention-product__box h3,
  .attention-jelly__content h3 {
    padding-left: 0;
    font-size: 24px;
    line-height: calc(27/24);
  }

  .attention-product__box h3::before,
  .attention-jelly__content h3::before {
    content: none;
  }

  .attention-product__box h3 .small,
  .attention-jelly__content h3 .small {
    font-size: 16px;
    /* margin-bottom: 0px; */
    display: block;
    line-height: calc(27/16);
  }


  .attention-product__description {
    margin-top: 13px;
    font-weight: 300;
    font-size: 14px;
    line-height: calc(21/14);
    color: #272626;
  }

  .attention-product__img {
    margin: 30px auto 0;
  }

  .attention-product__img-texts {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 45px;
    font-weight: 300;
    font-size: 12px;
    line-height: calc(27/12);
    color: #333;
  }

  /* ゼリー状の瞬間接着剤 */
  .attention-jelly {
    margin-top: 48px;
  }

  .attention-jelly__box {
    background: #fff;
    padding: 37px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }

  .attention-jelly__box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 3px;
    background: #f5c501;
  }

  .attention-jelly__content {
    display: flex;
    flex-direction: column;
    gap: 17px;
    justify-content: center;
  }


  .attention-jelly__description {
    font-weight: 300;
    font-size: 14px;
    line-height: calc(21/14);
    color: #272626;
  }

  .attention-jelly__img {}

  /* 実際に熱が発生したようす */
  .attention-heat {
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 60px;
    background: #fff;
  }

  .attention-heat__box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
  }

  .attention-heat__img-description {
    margin-top: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(27 / 24);
    color: #555;
  }


  .attention-heat__content {}

  .attention-heat__content+.attention-heat__img {
    max-width: 186px;
    margin: auto;
  }

  .attention-heat__description {
    margin-top: 17px;
    font-weight: 300;
    font-size: 14px;
    line-height: calc(21/14);
    color: #272626;
  }
  .attention-heat__col {
    display: flex;
  }
  .attention-heat__col-title{
    white-space: nowrap;
  }

  .attention-heat__list-wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .attention-heat__list {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    display: flex;
  }

  .attention-heat__list .attention-heat__img img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }

  .attention-heat__list+.attention-heat__img {
    max-width: 60px;
    bottom: -35px;
    position: relative;
  }

  .attention-heat__item {
    display: flex;
    gap: 8px;
  }

  .attention-heat__text {
    font-weight: 300;
    font-size: 12px;
    line-height: calc(20/12);
    display: flex;
    align-items: center;
    color: #333;
  }

  .attention-heat__item:nth-child(3) .attention-heat__text {
    color: #e01816;
  }

  .attention-heat__movie {
    margin-top: 30px;
    width: 100%;
    height: 100%;
  }

  .attention-heat__movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  /* アロンアルフアが服などに垂れてしまった場合の対処法 */
  .attention-howTo {
    padding-top: 60px;
    padding-bottom: calc(68px + 55px);
    margin-bottom: -55px;
    position: relative;
  }

  .attention-howTo::before {
    background: url('../../common/images/sec/attention/howto_bg.png')repeat center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  #wrap .attention-howTo .inner {
    position: relative;
    z-index: 1;
  }

  .attention-howTo h2 {
    padding-left: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(35/24);
    text-align: center;
  }

  .attention-howTo h2::before {
    content: none;
  }

  .tab-section {
    margin-top: 30px;
  }

  .tab-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .tab {
    flex: 1;
    padding: 24px;
    /* padding: 2.62%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
    z-index: 1;
  }

  .tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../common/images/sec/attention/howto_tab-bg.png') repeat center;
    opacity: 0.75;
    z-index: -1;
  }


  .tab.active {
    clip-path: none;
  }

  .tab.active::before {
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  }

  .tab-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(25/16);
    text-align: center;
    color: #fff;

  }

  .tab-wrapper p {
    color: #fff;
  }

  .tab-content {
    margin-top: 5px;
    padding: 32px 30px 50px;
    display: none;
    border-top: 5px solid #040404;
    background: #fff;
  }

  .tab-content.active {
    display: block;
  }

  .attention-howTo__content {}

  .attention-page__content .attention-howTo__content h3 {
    margin-top: 0;
  }

  .attention-howTo__list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }

  .attention-howTo__item img {
    width: 100%;
    height: auto;
  }

  .attention-howTo__text {
    padding-left: 24px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: calc(20/14);
    color: #333;
    position: relative;
  }

  .attention-howTo__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('../../common/images/sec/attention/howto_icon.png') no-repeat center center/cover;
  }

  .attention-howTo__attention {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(21/14);
    color: #333;
  }

  .attention-howTo__emphasis {
    margin-top: 45px;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(35/24);
    text-align: center;
    color: #272626;

  }

  .attention-howTo__emphasis .deco {
    position: relative;
    display: block;
    margin: auto;
    width: fit-content;
  }

  .attention-howTo__emphasis .deco:nth-child(1) {
    padding: 0 15px;
  }

  .attention-howTo__emphasis .deco:nth-child(2) {
    padding: 0 26px;
  }

  .attention-howTo__emphasis .deco:nth-child(3),
  .attention-howTo__emphasis .deco:nth-child(4) {
    padding: 0 16px;
  }

  .attention-howTo__emphasis .deco::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
  }

  .attention-howTo__emphasis .deco:nth-child(1):before {
    background: url('../../common/images/sec/attention/sp/attention-howTo__emphasis-deco--01.png') no-repeat center center/cover;
  }

  .attention-howTo__emphasis .deco:nth-child(2):before {
    background: url('../../common/images/sec/attention/sp/attention-howTo__emphasis-deco--02.png') no-repeat center center/cover;
  }

  .attention-howTo__emphasis .deco:nth-child(3):before,
  .attention-howTo__emphasis .deco:nth-child(4):before {
    background: url('../../common/images/sec/attention/sp/attention-howTo__emphasis-deco--03.png') no-repeat center center/cover;
  }


  .attention-howTo .attention-howTo__link {
    margin: 50px auto 0;
    padding-right: 40px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 20px;
    line-height: calc(27/16);
    text-align: left;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
  }

  .attention-howTo__link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 6px;
    height: 12px;
    background: url('../../common/images/sec/attention/attention-howTo__link-arrow.png') no-repeat center center/cover;
  }
}