@media all and (min-width: 641px) {
  .section-top .section-title {
    width: 204px
  }

  .section-column-holder .section--inner {
    padding-bottom: 120px
  }

  .section-column-holder .top-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.55556;
    margin-bottom: 60px
  }

  .section-column-holder .column-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 904px;
    margin: auto
  }

  .section-column-holder .column-holder .box {
    width: 100%;
    position: relative
  }

  .section-column-holder .column-holder .box+.box {
    margin-top: 40px
  }

  .section-column-holder .column-holder .box:hover .btn-check {
    color: #9d162e
  }

  .section-column-holder .column-holder .box:hover .icon-arrow {
    fill: #9d162e
  }

  .section-column-holder .box-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border: 1px solid #ccc
  }

  .section-column-holder .pic-holder {
    width: 423px;
    overflow: hidden
  }

  .section-column-holder .pic-holder .pic {
    margin-top: -1px
  }

  .section-column-holder .info-holder {
    width: 472px;
    padding: 30px
  }

  .section-column-holder .info-holder .column-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
  }

  .section-column-holder .info-holder .column-title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #9d162e;
    position: absolute;
    left: 3px;
    bottom: 0
  }

  .section-column-holder .info-holder .column-text {
    font-size: 15px;
    line-height: 2.13333
  }

  .section-column-holder .btn-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 72px;
    height: 14px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 16px;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  .section-column-holder .btn-check .text {
    width: 60px;
    display: block;
    font-weight: bold
  }

  .section-column-holder .btn-check .icon-arrow {
    width: 6px;
    height: 10px;
    right: 0;
    margin: 0;
    -webkit-transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  /*20190827*/
  .section-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
  }

  .column-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 904px;
    margin: auto;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    /*
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
*/
  }

  .w-3col {
    width: 32%;
    margin-right: 16px;
  }

  .w-3col:nth-child(3n) {
    margin-right: 0;
  }

  .border-1 {
    border: 1px solid #ccc;
  }

  .position-relative {
    position: relative;
  }

  .category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
    white-space: nowrap;
  }

  .section-column-holder .btn-check {
    bottom: 10px;
    right: 10px;
    color: #fff;
  }

  .category-box {
    display: block;
    position: relative;
    background-color: #fff;
    border: 2px solid #ccc;
    height: 420px;
  }

  .category-pic-holder {
    overflow: hidden;
    height: 190px;
    display: grid;
    place-content: center;
    gap: 1ch;
  }

  .category-info-holder {
    text-align: left;
    padding: 10px;
    padding-bottom: 30px;
  }

  .category-column-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.375;
    position: relative;
    padding-bottom: 16px;
  }

  .category-column-title:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #9d162e;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .category-column-text {
    font-size: 14px;
    line-height: 1.33333;
  }

  .mt-16 {
    margin-top: 16px;
  }

  .category-page-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }

  .column-update-date {
    color: #666666;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .section-top .section-title {
    width: 39.84375vw
  }

  .section-column-holder {
    padding-bottom: 18.75vw
  }

  .section-column-holder .top-text {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.46154;
    margin-bottom: 10.9375vw
  }

  .section-column-holder .column-holder .box+.box {
    margin-top: 9.375vw
  }

  .section-column-holder .column-holder .box {
    display: block;
    position: relative;
    background-color: #fff;
    border: 2px solid #ccc
  }

  .section-column-holder .info-holder {
    text-align: left;
    padding: 4.6875vw;
    padding-bottom: 12.5vw
  }

  .section-column-holder .column-title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.375;
    position: relative;
    padding-bottom: 3.90625vw;
    margin-bottom: 3.90625vw
  }

  .section-column-holder .column-title:after {
    content: "";
    display: block;
    width: 6.25vw;
    height: .3125vw;
    background-color: #9d162e;
    position: absolute;
    bottom: 0;
    left: 0
  }

  .section-column-holder .column-text {
    font-size: 2.4rem;
    line-height: 1.33333
  }

  .section-column-holder .btn-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 125px;
    position: relative;
    margin-left: auto;
    position: absolute;
    bottom: 3.90625vw;
    right: 4.6875vw
  }

  .section-column-holder .btn-check .text {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 2.8rem
  }

  .section-column-holder .btn-check .icon-arrow {
    margin-left: 20px;
    width: 8px;
    height: 14px
  }

  /*20180827*/
  .section-title {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 2px solid #ccc;
  }

  .section-title-mt-sp {
    padding-top: 60px;
  }

  .column-col-mt {
    margin-top: 16px;
  }

  .position-relative {
    position: relative;
  }

  .category-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
  }

  .column-title:after {
    content: none !important;
  }

  .category-box {
    display: block;
    position: relative;
    background-color: #fff;
    border: 2px solid #ccc;
    margin-top: 9.375vw;
  }

  .category-box:first-child {
    margin-top: -10.9375vw;
  }

  .category-pic-holder {
    overflow: hidden;
  }

  .category-info-holder {
    text-align: left;
    padding: 4.6875vw;
    padding-bottom: 12.5vw;
  }

  .category-column-title {
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 4.6875vw;
    line-height: 1.375;
    position: relative;
    padding-bottom: 3.90625vw;
  }

  .category-column-title:after {
    content: "";
    display: block;
    width: 6.25vw;
    height: .3125vw;
    background-color: #9d162e;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .category-column-text {
    font-size: 2.4rem;
    line-height: 1.33333;
  }

  .category-page-title {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }

  .section-column-holder .category-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 125px;
    position: relative;
    margin-left: auto;
    position: absolute;
    bottom: 2vw;
    right: 2vw
  }

  .section-column-holder .category-check .text {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #fff;
  }

  .section-column-holder .category-check .icon-arrow {
    margin-left: 20px;
    width: 8px;
    height: 14px
  }

  .column-update-date {
    color: #666666;
    font-size: .8em;
    line-height: 1.33333;
    margin-top: 0;
  }

  body .section-column-holder .column-title {
    margin-bottom: 0;
  }

}

/* column sec06～10 */
@media (min-width: 641px) {
  body .section-column-holder .holder .sec-num.sec06 {
    width: 55px;
  }

  body .section-column-holder .holder .sec-num.sec07 {
    width: 56px;
  }

  body .section-column-holder .holder .sec-num.sec08 {
    width: 57px;
  }

  body .section-column-holder .holder .sec-num.sec09 {
    width: 56px;
  }

  body .section-column-holder .holder .sec-num.sec10 {
    width: 70px;
  }
}

@media screen and (max-width: 640px) {
  body .section-column-holder .sec-num.sec06 {
    width: 9.0625vw;
  }

  body .section-column-holder .sec-num.sec07 {
    width: 9.0625vw;
  }

  body .section-column-holder .sec-num.sec08 {
    width: 9.0625vw;
  }

  body .section-column-holder .sec-num.sec09 {
    width: 9.0625vw;
  }

  body .section-column-holder .sec-num.sec10 {
    width: 12vw;
  }
}


body .btn {
  display: inline-block;
  width: 100%
}

body .btn .icon {
  display: block
}

body .btn-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative
}

body .btn-default.btn-icon-abs .icon,
body .btn-default.btn-icon-abs .icon-arrow,
body .btn-default.btn-icon-abs .icon-svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

body .btn-border-red {
  border: solid 1px #9c162e;
  color: #9c162e
}

body .btn-border-red:visited {
  color: #9c162e
}

body .btn-border-red:hover .icon-target-black {
  stroke: #fff
}

body .btn-border-black {
  border: solid 1px #000;
  color: #000
}

body .btn-border-black:visited {
  color: #000
}

body .btn-border-black:hover .icon-target-black {
  stroke: #fff
}

body .btn-border-pink {
  border: solid 1px #e274a1;
  color: #e274a1
}

body .btn-border-pink .text {
  color: #e274a1
}

body .btn-border-pink:visited {
  color: #e274a1
}

body .btn-bg-black {
  background-color: #333333;
  color: #fff
}

body .btn-bg-black:visited {
  color: #fff
}

body .btn-bg-black:hover {
  color: #fff
}

body .btn-bg-black .text {
  color: #fff
}

body .btn-bg-purple {
  background-color: #61697d;
  border: solid 1px #61697d;
  color: #fff
}

body .btn-bg-purple:visited {
  color: #fff
}

body .btn-bg-purple:hover {
  color: #fff
}

body .btn-bg-purple .text {
  color: #fff
}

body .btn-border-blue {
  border: solid 1px #00b1dd;
  color: #00b1dd
}

body .btn-border-blue:visited {
  color: #00b1dd
}

body .btn-border-blue .text {
  color: #00b1dd
}

body .btn-border-blue:hover {
  color: #fff;
  background-color: #00b1dd
}

body .btn-border-blue:hover .icon-target-blue {
  stroke: #fff
}

body .btn-border-blue:hover .text {
  color: #fff
}


@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important
  }

  .dism-column {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
  }

  body .btn {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none
  }

  body .btn:hover {
    opacity: 0.6
  }

  body .btn-op-light {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none
  }

  body .btn-op-light:hover {
    opacity: 0.9
  }

  body .btnHoverZoom img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  body .btnHoverZoom:hover img {
    -webkit-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1)
  }

  body .btnHoverZoomPic {
    overflow: hidden
  }

  body .btnHoverZoomPic .pic {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  body .btnHoverZoomPic:hover .pic {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }

  body .btnHoverBlack .pic {
    display: block;
    position: relative
  }

  body .btnHoverBlack .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
  }

  body .btnHoverBlack:hover .pic:before {
    opacity: 1
  }

  body .btn-default {
    /* width: 240px; */
    height: 60px;
    font-size: 18px
  }

  body .btn-default .icon-arrow {
    position: absolute;
    width: 6px;
    height: 10px;
    right: 15px
  }

  body .btn-default .icon-target {
    right: 14px
  }

  body .btn-arrow-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: underline
  }

  body .btn-arrow-right .text {
    font-size: 15px;
    text-decoration: underline
  }

  body .btn-arrow-right:hover .text {
    text-decoration: none
  }

  body .section-column-holder .section--inner {
    padding-bottom: 100px
  }

  body .section-column-holder .column-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.57143;
    margin-bottom: 10px;
    border-bottom: 2px solid #565656;
    padding-bottom: .3em;
  }

  body .section-column-holder .top-text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px
  }

  body .section-column-holder .btn-border-black {
    width: 650px;
    margin: auto;
    margin-top: 50px
  }

  body .section-column-holder .holder+.holder {
    margin-top: 80px
  }

  body .section-column-holder .holder .title {
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 50px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf
  }

  body .section-column-holder .holder .sec-num {
    display: block;
    font-size: 0;
    margin-right: 30px
  }

  body .section-column-holder .holder .sec-num.sec01 {
    width: 43px
  }

  body .section-column-holder .holder .sec-num.sec02 {
    width: 55px
  }

  body .section-column-holder .holder .sec-num.sec03 {
    width: 54px
  }

  body .section-column-holder .holder .sec-num.sec04 {
    width: 56px
  }

  body .section-column-holder .holder .sec-num.sec05 {
    width: 56px
  }

  body .section-column-holder .holder .sec-title {
    padding-left: 20px;
    border-left: 1px solid #bfbfbf
  }

  body .section-column-holder .holder .holder-contents.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
  }

  body .section-column-holder .holder .box.left,
  body .section-column-holder .holder .box.right {
    width: 492px
  }

  body .section-column-holder .holder .box-content+.box-content {
    margin-top: 35px
  }

  body .section-column-holder .holder .box-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px
  }

  body .section-column-holder .holder .badge {
    width: 142px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin-right: 20px;
    background-color: #9d162e
  }

  body .section-column-holder .holder .name {
    font-size: 18px;
    font-weight: bold
  }

  body .section-column-holder .holder .intro-text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px
  }

  body .section-column-holder .holder .box-text {
    font-size: 15px;
    line-height: 1.73333
  }

  body .section-column-holder .holder .note-text {
    font-size: 13px
  }

  body .section-column-holder .holder .pic+.note-text {
    margin-top: 18px
  }

  body .section-column-holder .holder .pic+.intro-text {
    margin-top: 30px
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important
  }

  body .btn-default {
    width: 90%;
    position: relative;
    margin: auto;
    padding: .5em 7vw;
  }

  body .btn-default .icon-arrow {
    position: absolute;
    width: 1.875vw;
    height: 2.8125vw;
    right: 4.6875vw
  }

  body .btn-default .icon-target {
    width: 3.28125vw;
    height: 3.28125vw;
    right: 4.6875vw
  }

  body .btn-arrow-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: underline;
    font-size: 3.75vw
  }

  body .btn-arrow-right .icon-svg {
    width: 1.875vw;
    height: 2.8125vw
  }

  body .hoverSwapColor.btn-border-black:hover {
    color: #fff;
    background-color: #000
  }

  body .hoverSwapColor.btn-border-black:hover .icon-arrow {
    fill: #fff
  }

  body .hoverSwapColor.btn-border-black:hover .text {
    color: #fff
  }

  body .hoverSwapColor.btn-border-pink:hover {
    color: #fff;
    background-color: #e274a1
  }

  body .hoverSwapColor.btn-border-pink:hover .icon-arrow {
    fill: #fff
  }

  body .hoverSwapColor.btn-border-pink:hover .text {
    color: #fff
  }

  body .hoverSwapColor.btn-border-red:hover {
    color: #fff;
    background-color: #9c162e
  }

  body .hoverSwapColor.btn-border-red:hover .icon-arrow {
    fill: #fff
  }

  body .hoverSwapColor.btn-border-red:hover .text {
    color: #fff
  }

  body .btn-border-bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 54px;
    border-bottom: solid 1px #000
  }

  body .btn-border-bottom .text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0
  }

  body .btn-border-bottom .text.text-abs {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
  }

  body .btn-border-bottom .icon {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px
  }

  body .btn-border-bottom .icon-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  body .btn-border-bottom .icon-line.vertical-line {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
  }

  body .btn-border-bottom:hover,
  body .btn-border-bottom:visited {
    border-bottom: 1px solid #9d162e
  }

  body .btn-border-bottom:hover .text,
  body .btn-border-bottom:visited .text {
    color: #9d162e
  }

  body .btn-border-bottom:hover .icon-line,
  body .btn-border-bottom:visited .icon-line {
    background-color: #9d162e
  }

  body .section-column-holder {
    margin-top: 4vw
  }

  body .section-column-holder .section--inner {
    padding-bottom: 18.75vw
  }

  body .section-column-holder .holder+.holder {
    margin-top: 10.9375vw
  }

  body .section-column-holder .column-title {
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: .3em;
    border-bottom: 2px solid #565656;
    padding-bottom: .3em;
  }

  body .section-column-holder .top-text {
    line-height: 1.61538;
    font-size: 4.0625vw;
    margin-top: 4.6875vw;
    margin-bottom: 10.9375vw
  }

  body .section-column-holder .note-text {
    font-size: 3.125vw;
    margin-top: 3.125vw
  }

  body .section-column-holder .sec-num {
    display: block;
    font-size: 0;
    margin-right: 3.90625vw
  }

  body .section-column-holder .sec-num.sec01 {
    width: 7.8125vw
  }

  body .section-column-holder .sec-num.sec02 {
    width: 8.90625vw
  }

  body .section-column-holder .sec-num.sec03 {
    width: 8.75vw
  }

  body .section-column-holder .sec-num.sec04 {
    width: 9.0625vw
  }

  body .section-column-holder .sec-num.sec05 {
    width: 9.0625vw
  }

  body .section-column-holder .sec-title {
    font-weight: bold;
    border-left: 2px solid #bfbfbf;
    font-size: 4.375vw;
    padding-left: 4.6875vw
  }

  body .section-column-holder .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    padding-left: 3.125vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    margin-bottom: 5.46875vw
  }

  body .section-column-holder .intro-text {
    line-height: 1.66667;
    font-size: 3.75vw;
    margin-bottom: 4.6875vw
  }

  body .section-column-holder .badge {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #9d162e;
    width: 30.15625vw;
    font-size: 3.75vw;
    margin-bottom: 3.125vw
  }

  body .section-column-holder .name {
    display: block;
    font-weight: bold;
    font-size: 4.0625vw;
    margin-bottom: .78125vw
  }

  body .section-column-holder .box-text {
    font-size: 3.75vw
  }

  body .section-column-holder .box-content+.box-content {
    margin-top: 4.6875vw
  }

  body .section-column-holder .btn-border-black {
    margin-top: 10.9375vw
  }

  .section--inner {
    padding: 0 6.25vw;
  }

  main.dism-column {
    padding: 0;
    font-size: 1.4rem;
  }
}


/* column-common */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.text-center {
  text-align: center;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

sub {
  font-size: 70%;
}

.font-weight-bold {
  font-weight: bold;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.w-35 {
  width: 35%;
}

.mr20 {
  margin-right: 20px;
}

.marker-animation.active {
  background-position: -100% .5em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(242, 255, 130) 50%);
  background-repeat: repeat-x;
  background-size: 200% 1.8em;
  background-position: 0 .5em;
  transition: all 1.8s ease;
  font-weight: bold;
}

/* 頭髪の日 */
.column-banner-wrap {
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.column-banner-wrap a:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media screen and (max-width: 640px) {
  .column-banner-wrap {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* タイアップ */
@media screen and (max-width: 640px) {
  .category-box.mt_0:first-child {
    margin-top: 9.375vw;
  }
}

body .section-column-holder .holder span.note-text {
  display: block;
  text-align: right;
}

/* 監修者情報 */
.kansyu {
  background-color: #E3E9EB;
  padding: 1.5rem;
  width: 100%;
  margin: 5rem 0;
}

.kansyu .kansyu-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 5px solid #4F81BD;
  justify-content: space-evenly;
  align-items: center;
  padding: 5rem 2rem 2rem 2rem;
}

.kansyu .kansyu-inner .kansyu-title {
  background-color: white;
  color: #0B5CBC;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  position: absolute;
  top: -11%;
  left: 35%;
}

.kansyu .kansyu-inner .kansyu-pic {
  width: 30%;
}

.kansyu .kansyu-inner .career {
  background-image: url(../../../templates/img/career-back.png);
  background-size: 100%;
  position: relative;
  height: 22rem;
  width: 53%;
  padding: 1rem;
}

.kansyu .kansyu-inner .career .career-upper {
  margin: 0 0 0 1rem;
}

.kansyu .kansyu-inner .career .career-lower {
  margin: 2rem 0 0 1rem;
  font-size: 14px;
  line-height: 30px;
}

.kansyu .kansyu-inner .kansyu-comment {

  padding: 4rem 2rem;
  background-color: white;
  margin-bottom: 0 !important;
}

.career .career-upper .name {
  margin: 1rem 0 0 0;
  font-weight: bold;
  font-size: 20px;
}

.career .career-upper .margin0 {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .kansyu {
    background-color: #E3E9EB;
    padding: initial;
    width: 100%;
    margin: 5rem 0;
  }

  .kansyu .kansyu-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #4F81BD;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
  }

  .kansyu .kansyu-inner .kansyu-title {
    background-color: white;
    color: #0B5CBC;
    font-size: 4.375vw;
    font-weight: bold;
    letter-spacing: 0.5rem;
    position: absolute;
    top: -4%;
    left: 26%;
  }

  .kansyu .kansyu-inner .kansyu-pic {
    width: 100%;
  }

  .kansyu .kansyu-inner .career {
    background-image: url(../../../templates/img/career-back.png);
    background-size: 160%;
    position: relative;
    height: 53vw;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
  }

  .kansyu .kansyu-inner .career .career-upper {
    margin: initial;
  }

  .kansyu .kansyu-inner .career .career-lower {
    margin: 10vw 0 0 0;
    font-size: 3vw;
    line-height: initial;
  }

  .kansyu .kansyu-inner .kansyu-comment {

    padding: 3rem 2rem;
    background-color: white;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .career .career-upper .name {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 4.375vw;
  }

  .career .career-upper .margin0 {
    margin: 0;
  }

  @media screen and (max-width: 640px) {
    .pic1 {
      width: 37%;
      margin-right: 20% !important;
      margin-left: 22% !important;
      display: block;
    }

    .mens-skin-uv-holder {
      display: block !important;
    }

    .pic2 {
      width: 37%;
      margin-left: 30% !important;
      margin-bottom: 4% !important;
      display: block;
    }

  }
}

.mens-skin-uv-holder {
  display: flex;
}

.pic1 {
  margin-right: 4%;
}

.toner-timing-img {
  width: 20%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .toner-timing-img {
    width: 40%;
  }

}



/* 記事ランキングスライダー */
.ranking {
  text-align: center;
  margin-top: 10rem;

}


.ranking_slider .slide_item {

  display: none;
}

/* ロード時の一瞬縦並び、テキストの非表示を防止 */
.ranking_slider .slick-initialized .slide_item {
  display: block;
}

.ranking_slider .is--active .slide_item h2 {
  display: block;
}

.ranking_slider .is--active .slide_item .set__desc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .ranking_slider .slide_item {
    height: initial;
  }
}

.attention_keyword {
  background-color: #ddd;
}

.attention_keyword ul {
  display: flex;
  list-style: none;
  padding: 20px;
  gap: 10px 20px;
  flex-wrap: wrap;
}



/*--------画像サイズ調整---------*/
.ranking_slider img {

  margin: auto;
  width: 85%;
  max-width: 1500px;
  padding: 1rem;
  border: 1px solid #86878D;
}

/*--------記事詳細ページ順位---------*/

.ranking_slider .set {
  position: relative;
}


.ranking_slider #no1 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #F0CA43;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

.ranking_slider #no1 .set:after {
  content: "1";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

.ranking_slider #no2 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #A0C3DF;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

.ranking_slider #no2 .set:after {
  content: "2";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

.ranking_slider #no3 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #cb6d51;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

.ranking_slider #no3 .set:after {
  content: "3";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

.ranking_slider #no4 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #B7B7B7;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

.ranking_slider #no4 .set:after {
  content: "4";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

.ranking_slider #no5 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #000000;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

.ranking_slider #no5 .set:after {
  content: "5";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

.ranking_slider #no6 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 50px solid #000000;
  border-right: 50px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

.ranking_slider #no6 .set:after {
  content: "6";
  position: absolute;
  top: 1px;
  left: 31px;
  font-size: 22px;
  color: #FFF;
  z-index: 20;
}

@media only screen and (max-width: 640px) {


  .ranking_slider #no1 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no1 .set:after {
    top: 1px;
    left: 21px;
  }

  .ranking_slider #no2 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no2 .set:after {
    top: 1px;
    left: 21px;
  }

  .ranking_slider #no3 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no3 .set:after {
    top: 1px;
    left: 21px;
  }

  .ranking_slider #no4 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no4 .set:after {
    top: 1px;
    left: 21px;
  }

  .ranking_slider #no5 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no5 .set:after {
    top: 1px;
    left: 21px;
  }

  .ranking_slider #no6 .set:before {
    top: -13px;
    left: 3px;
  }

  .ranking_slider #no6 .set:after {
    top: 1px;
    left: 21px;
  }
}




/*--------記事一覧ページ順位---------*/

#archive.sec_inner {
  max-width: 92%;
  margin: auto;
}


#archive .ranking_slider .set {
  position: relative;
}


#archive .ranking_slider #no1 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #F0CA43;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

#archive .ranking_slider #no1 .set:after {
  content: "1";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

#archive .ranking_slider #no2 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #A0C3DF;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

#archive .ranking_slider #no2 .set:after {
  content: "2";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

#archive .ranking_slider #no3 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #cb6d51;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.9;
  border-radius: 100px;
}

#archive .ranking_slider #no3 .set:after {
  content: "3";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

#archive .ranking_slider #no4 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #B7B7B7;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

#archive .ranking_slider #no4 .set:after {
  content: "4";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

#archive .ranking_slider #no5 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #000000;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

#archive .ranking_slider #no5 .set:after {
  content: "5";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

#archive .ranking_slider #no6 .set:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 60px solid #000000;
  border-right: 60px solid transparent;
  z-index: 10;
  opacity: 0.7;
  border-radius: 100px;
}

#archive .ranking_slider #no6 .set:after {
  content: "6";
  position: absolute;
  top: 1px;
  left: 41px;
  font-size: 30px;
  color: #FFF;
  z-index: 20;
}

@media only screen and (max-width: 640px) {


  #archive .ranking_slider #no1 .set:before {
    border-top: 50px solid #F0CA43;
    border-right: 50px solid transparent;
    top: -13px;
    left: 3px;
  }

  #archive .ranking_slider #no1 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }

  #archive .ranking_slider #no2 .set:before {
    border-top: 50px solid #A0C3DF;
    border-right: 50px solid transparent;
    top: -11px;
    left: 3px;
  }

  #archive .ranking_slider #no2 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }

  #archive .ranking_slider #no3 .set:before {
    border-top: 50px solid #cb6d51;
    border-right: 50px solid transparent;
    top: -11px;
    left: 3px;
  }

  #archive .ranking_slider #no3 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }

  #archive .ranking_slider #no4 .set:before {
    border-top: 50px solid #B7B7B7;
    border-right: 50px solid transparent;
    top: -11px;
    left: 3px;
  }

  #archive .ranking_slider #no4 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }

  #archive .ranking_slider #no5 .set:before {
    border-top: 50px solid #000000;
    border-right: 50px solid transparent;
    top: -11px;
    left: 3px;
  }

  #archive .ranking_slider #no5 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }

  #archive .ranking_slider #no6 .set:before {

    border-top: 50px solid #000000;
    border-right: 50px solid transparent;
    top: -11px;
    left: 3px;
  }

  #archive .ranking_slider #no6 .set:after {
    top: 1px;
    left: 21px;
    font-size: 22px;
  }
}



/*---------------------*/
.ranking_slider h2 {
  text-align: left;
  width: 85%;
  margin: auto;
  padding: 1rem;
  font-size: 18px
}

.ranking_slider .set__desc {
  display: none;
}


.ranking_slider .is--active h2 {
  display: initial;
}

.ranking_slider .is--active .set__desc {
  display: initial;
}


@media only screen and (max-width: 640px) {
  .ranking_slider .is--active h2 {
    display: initial;

  }

  .ranking_slider .is--active .set__desc {
    display: initial;

  }
}



@media only screen and (max-width: 640px) {

  .ranking_slider img {
    height: initial;
    max-height: initial;
    min-height: initial;
    margin: initial;
    width: 100%;
    max-width: initial;
    padding: 1rem;
    border: 1px solid #86878D;
  }

  .ranking_slider .set {
    position: relative;
    padding: 0 2.5% !important;
  }

  .ranking_slider h2 {
    text-align: left;
    width: 100%;
    padding: 1rem;
    font-size: 4.375vw;


  }
}


.ranking_slider .slick-slide {}

@media only screen and (max-width: 640px) {
  .ranking_slider .slick-slide {}
}


.ranking_slider .is--active {}

/*-----------height調整----------*/
.ranking_slider .slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next:before {
  content: '〉' !important;
}

.slick-prev:before {
  content: '〈' !important;
}

.ranking_slider .slick-next {
  top: 200px !important;
  right: -100px !important;
}

.ranking_slider .slick-prev {
  top: 200px !important;
  left: -100px !important;
}


/* 一覧の矢印の位置 */
#archive .ranking_slider .slick-next {
  top: 200px !important;
  right: -60px !important;
}

#archive .ranking_slider .slick-prev {
  top: 200px !important;
  left: -60px !important;
}



.ranking_slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.ranking_slider .slick-arrow:before {
  font-size: 4vw !important;
  color: #000 !important;
  opacity: 0.3 !important;
}

@media only screen and (max-width: 640px) {

  .ranking_slider .slick-next {
    top: 30vw !important;
    right: -11% !important;
  }

  .ranking_slider .slick-prev {
    top: 30vw !important;
    left: -11% !important;
  }

  /* 一覧の矢印の位置 */
  #archive .ranking_slider .slick-next {
    top: 30vw !important;
    right: 0 !important;
  }

  #archive .ranking_slider .slick-prev {
    top: 30vw !important;
    left: 0 !important;
  }


  .ranking_slider .slick-arrow {
    width: initial !important;
    height: initial !important;
    z-index: 2 !important;
  }

  .ranking_slider .slick-arrow:before {
    font-size: 10vw !important;
    color: #000 !important;
    opacity: 0.3 !important;
  }
}


.archive-topics .attention_keyword {
  max-width: 75%;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .archive-topics .attention_keyword {
    max-width: 95%;
  }
}



/* 関連リンクスライダー */

.related_slider .slide_item {

  display: none;
}

/* ロード時の一瞬縦並び、テキストの非表示を防止 */
.related_slider .slick-initialized .slide_item {
  display: block;
}

.related_slider .is--active .slide_item h2 {
  display: block;
}

.related_slider .is--active .slide_item .set__desc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .related_slider .slide_item {
    height: initial;
  }
}



/*--------画像サイズ調整---------*/
.related_slider img {

  margin: auto;
  width: 90%;
  max-width: 1500px;
  padding: 1rem;
  border: 1px solid #86878D;
}


/*---------------------*/
.related_slider h2 {
  text-align: left;
  width: 85%;
  margin: auto;
  padding: 1rem;
  font-size: 18px
}

.related_slider .set__desc {
  display: none;
}


.related_slider .is--active h2 {
  display: initial;
}

.related_slider .is--active .set__desc {
  display: initial;
}


@media only screen and (max-width: 640px) {
  .related_slider .is--active h2 {
    display: initial;

  }

  .related_slider .is--active .set__desc {
    display: initial;

  }
}



@media only screen and (max-width: 640px) {

  .related_slider img {
    height: initial;
    max-height: initial;
    min-height: initial;
    margin: initial;
    width: 100%;
    max-width: initial;
    padding: 1rem;
    border: 1px solid #86878D;
  }

  .related_slider .set {
    position: relative;
    padding: 0 2.5% !important;
  }

  .related_slider h2 {
    text-align: left;
    width: 100%;
    padding: 1rem;
    font-size: 4.375vw;


  }
}


.related_slider .slick-slide {}

@media only screen and (max-width: 640px) {
  .related_slider .slick-slide {}
}


.related_slider .is--active {}

/*-----------height調整----------*/
.related_slider .slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next:before {
  content: '〉' !important;
}

.slick-prev:before {
  content: '〈' !important;
}

.related_slider .slick-next {
  top: 200px !important;
  right: -100px !important;
}

.related_slider .slick-prev {
  top: 200px !important;
  left: -100px !important;
}

.related_slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.related_slider .slick-arrow:before {
  font-size: 4vw !important;
  color: #000 !important;
  opacity: 0.3 !important;
}

@media only screen and (max-width: 640px) {

  .related_slider .slick-next {
    top: 30vw !important;
    right: -11% !important;
  }

  .related_slider .slick-prev {
    top: 30vw !important;
    left: -11% !important;
  }

  .related_slider .slick-arrow {
    width: initial !important;
    height: initial !important;
    z-index: 2 !important;
  }

  .related_slider .slick-arrow:before {
    font-size: 10vw !important;
    color: #000 !important;
    opacity: 0.3 !important;
  }
}




.c-KeywordLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  /* background-color: #f5f5f5; */
  margin-top: 0;
  margin-bottom: 6.5rem;
  padding: 22px 4.5%;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-KeywordLink {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .c-KeywordLink {
    display: block;
    margin-top: 2rem;
    padding: 0.75rem 2vw;
  }
}

.c-KeywordLink__Label {
  margin-right: 1.5rem;
  padding-right: 1.75rem;
  position: relative;
}

@media (max-width: 767px) {
  .c-KeywordLink__Label {
    font-size: min(13px, 3.46vw);
    font-size: 3.75vw;
    margin: 0 0 0 0.25rem;
  }
}

@media (min-width: 768px) {
  .c-KeywordLink__Label::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    right: 0;
    bottom: -0.5rem;
    border-right: 1px solid #000;
  }
}

.c-KeywordLink__Body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .c-KeywordLink__Body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .c-KeywordLink__Body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-KeywordLink__Body::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}

.c-KeywordLink__Body a {
  font-weight: bold;
  padding: 0 1rem;
}

.c-KeywordLink__Body a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-KeywordLink__Body a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    font-size: min(13px, 3.46vw);
    font-size: 3.75vw;
    margin-top: 0.5rem;
    padding: 0 0 0 0.75rem;
  }
}

body .btn-border-height {
  height: 70px;
}