@charset "UTF-8";
#main {
  background: none;
  padding-bottom: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  /* PC */
  #main {
    font-family: ヒラギノ角ゴ Pro,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,Arial,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  #main {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,Arial,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  }
}


/*---------------------------------

 pagetop変更
（参照：/campaign/renkei/LINE/css/master.css)
---------------------------------*/
#pagetop {
  bottom: 80px;
}

#pagetop a {
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}



/*---------------------------------

util

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .u-pc-hidden {
    display: none !important;
  }
  .u-txt--yellow {
    color: #FCCF00;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .u-sp-hidden {
    display: none !important;
  }
  .u-txt--yellow {
    color: #FCCF00;
    font-weight: bold;
  }
}


/*---------------------------------

FV

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .fv {
    padding: 50px 0;
  }
  .fv-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }
  .fv-ttl {
    margin-bottom: 40px;
  }
  .fv-ttl__img {
    width: 500px;
  }
  .fv__name {
    display: inline-block;
    text-align: center;

    font-size: 15px;
    font-weight: bold;

    position: relative;
    margin-bottom: 20px;
  }
  .fv__name::after {
    content: '';
    position: absolute;
    background-color: #FFE500;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
  }

  .fv__btn-wrap {
    text-align: center;
  }
  .fv__btn {
    display: inline-block;
    width: 345px;
    background-color: #06C755;
    border-radius: 8px;

    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .15em;
    padding: 10px 1em;

    position: relative;

    -webkit-box-shadow: 0 3px 0 0 #089a44;

            box-shadow: 0 3px 0 0 #089a44;
  }
  .fv__btn:hover {
    text-decoration: none;
    opacity: .7;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .fv {
    padding: 8vw 0 16vw;
  }
  .fv-inner {
    padding: 0 5.333vw;
    text-align: center;
  }
  .fv-ttl {
    margin-bottom: 8vw;
  }
  .fv-ttl__img {
    width: 100%;
    max-width: 335px;
  }
  .fv__name {
    display: inline-block;
    text-align: center;

    font-size: 4vw;
    font-weight: bold;

    position: relative;
    margin-bottom: 5.333vw;
  }
  .fv__name::after {
    content: '';
    position: absolute;
    background-color: #FFE500;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.333vw;
    border-radius: 1.333vw;
  }

  .fv__btn-wrap {
    text-align: center;
  }
  .fv__btn {
    display: inline-block;
    width: 100%;
    background-color: #06C755;
    border-radius: 8px;

    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 10px 1em;

    position: relative;

    -webkit-box-shadow: 0 3px 0 0 #089a44;

            box-shadow: 0 3px 0 0 #089a44;
  }
}


/*---------------------------------

サマリ

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .smry {
    margin-bottom: 50px;
  }
  .smry-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .smry-box {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
  .smry__ttl {
    background-color: #141414;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;

    padding: .25em .5em;
  }
  .smry__ttl .u-txt--yellow {
    font-weight: bold;
  }
  .smry-cont-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }
  .smry-cont {
    display: block;
    width: 170px;
    min-height: 116px;
    padding: 10px;
    border-radius: 10px;

    text-align: center;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
  }
  .smry-cont::after {
    content: '';
    border-top: solid 8px #333333;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;

    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .smry-cont:not(:last-child) {
    margin-right: 10px;
  }
  .smry-cont:hover {
    text-decoration: none;
    opacity: .8;
  }
  .smry-cont:hover * {
    text-decoration: none;
  }
  .smry-cont__tag {
    display: inline-block;
    max-width: 170px;
    width: 100%;
    border-radius: 2em;
    margin-bottom: 10px;

    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em .5em;

    background-color: #FCCF00;
  }
  .smry-cont__tag--black {
    color: #fff;
    background-color: #141414;
  }
  .smry-cont__name {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    min-height: 2.2em;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* 01-01 */
  .smry-cont--01-01 {
	  border: 2px solid #000;
	  border-radius: 10px;
	  	  width: 150px;
	}
  .smry-cont--01-02 {
	  border: 2px solid #000;
	  border-radius: 10px;
	  width: 140px;
  }
  .smry-cont--01-03 {
	   border: 2px solid #000;
	  border-radius: 10px;
	  	  width: 140px;

  }
  .smry-cont--02-01 {
	   border: 2px solid #000;
	  border-radius: 10px;
  }
	.smry-cont--02-02 {
	 border: 2px solid #000;
	  border-radius: 10px;
	}
}
@media only screen and (max-width: 768px) {
  /* SP */
  .smry {
    margin-bottom: 16vw;
  }
  .smry-inner {
    padding: 0 5.333vw;
  }

  .smry-box {
    border-radius: 4.267vw 4.267vw 0 0;
    overflow: hidden;

    margin-bottom: 5.333vw;
  }
  .smry__ttl {
    background-color: #141414;

    color: #fff;
    font-size: 4.267vw;
    font-weight: bold;
    text-align: center;

    padding: .5em .25em .35em;
  }
  .smry-cont {
    margin-top: 2.667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    min-height: 29.333vw;
    padding: 10px;
    border-radius: 10px;

    text-align: center;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
	  border: 2px solid #000;
  }
  .smry-cont::after {
    content: '';
    border-top: solid 8px #333333;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;

    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 2.667vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .smry-cont:hover {
    text-decoration: none;
    opacity: .8;
  }
  .smry-cont:hover * {
    text-decoration: none;
  }
  .func-cont-det:not(:last-child) {
    margin-bottom: 5.333vw;
  }
  .smry-cont__tag {
    display: inline-block;
    max-width: 58.667vw;
    width: 100%;
    border-radius: 2em;
    margin-bottom: 2.667vw;

    font-size: 3.733vw;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em .75em .5em;

    background-color: #FCCF00;
  }
  .smry-cont__tag--black {
    color: #fff;
    font-size: 3.733vw;
    background-color: #141414;
  }
  .smry-cont__name {
    color: #333333;
    font-size: 5.867vw;
    font-weight: bold;
    line-height: 1.1;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* 01-01 */

}

/*---------------------------------

ラベル

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .label {
    background-color: #141414;
    margin-bottom: 40px;
    max-height: 140px;
    min-height: 140px;
  }
  .label-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;

    position: relative;
  }
  .label-inner::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120px;
    height: 111px;
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/label-deco-01-l-pc@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .label-inner::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120px;
    height: 111px;
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/label-deco-01-r-pc@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .label--connected .label-inner::before,
  .label--connected .label-inner::after,
  .label--every .label-inner::before,
  .label--every .label-inner::after {
    content: '';
  }

  .label__ttl {
    font-size: 26px;
    padding: 1.45em 0;

    color: #fff;
    text-align: center;
    font-weight: bold;

    position: relative;
    z-index: 1;
  }
  .label__ttl--exp {
    font-size: 36px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .label {
    background-color: #141414;
    margin-bottom: 8vw;
  }
  .label-inner {
    position: relative;
  }
  .label-inner::before {
    position: absolute;
    top: 50%;
    left: 2.667vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21.6vw;
    height: 20vw;
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/label-deco-01-l-sp@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .label-inner::after {
    position: absolute;
    top: 50%;
    right: 2.667vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21.6vw;
    height: 20vw;
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/label-deco-01-r-sp@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .label--connected .label-inner::before,
  .label--connected .label-inner::after,
  .label--every .label-inner::before,
  .label--every .label-inner::after {
    content: '';
  }
  .label__ttl {
    font-size: 5.333vw;
    padding: 1em 0;

    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;

    position: relative;
    z-index: 1;
  }
  .label__ttl--exp {
    font-size: 6.4vw;
    font-weight: bold;
  }
}


/*---------------------------------

機能紹介

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .func {
    margin-bottom: 80px;
  }
  .func-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;
  }

  .func-cont {
    border: solid 2px #FCCF00;
    border-radius: 14px;

    margin-bottom: 40px;
    padding: 40px;
  }
  .func-cont--other {
    border-color: #F0F0F0;
    background-color: #F0F0F0;
  }
  
  .func-cont-head {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  .func-cont-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #FCCF00;
  }
  .func-cont__tag {
    display: inline-block;
    border-radius: 2em;

    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em 2em .5em;
    margin-bottom: 0.125em;
	
    background-color: #FCCF00;
  }
  .func-cont__tag--black {
    color: #fff;
    background-color: #141414;
  }
  .func-cont__ttl {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0.25em;
  }
  .func-cont__btxt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0.5em;
  }
  .func-cont-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .func-cont-det {
    width: 340px;
    text-align: center;
  }
  .func-cont__txt {
    font-size: 18px;
    line-height: 1.325;

    margin-bottom: 30px;
  }
  .func-cont-det--grey .func-cont__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;

    margin-bottom: 14px;
  }

  .func-cont-det--grey {
    background-color: #F0F0F0;
    border-radius: 14px;

    padding: 20px 15px 0;
  }
  .func-cont-det--grey .func-cont__thumb {
    width: 200px;
  }

  .func-cont--other .func-cont-head::after {
    content: none;
  }

  .func-cont-exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .func-cont-exp__thumb-wrap {
    width: 250px;
  }
  .func-cont-exp-desc {
    width: 440px;
  }
  .func-cont-exp__txt {
    color: #141414;
    font-size: 18px;
    margin-bottom: 1.25em;
  }
  .func-cont-exp__txt--min {
    font-size: 12px;
    letter-spacing: .125em;
  }

  .func-cont-exp__link {
    color: #141414;
    text-decoration: underline;
  }
  .func-cont-exp__link:hover {
    opacity: .8;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .func {
    margin-bottom: 16vw;
  }
  .func-inner {
    padding: 0 5.333vw;
  }

  .func-cont {
    border: solid 2px #FCCF00;
    border-radius: 14px;

    margin-bottom: 8vw;
    padding: 8vw 5.333vw;
  }
  .func-cont--other {
    border-color: #F0F0F0;
    background-color: #F0F0F0;
  }
  
  .func-cont-head {
    text-align: center;
    position: relative;
    margin-bottom: 5.333vw;
  }
  .func-cont-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #FCCF00;
  }
  .func-cont__tag {
    display: inline-block;
    border-radius: 2em;

    font-size: 3.733vw;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em 2em .5em;
    margin-bottom: 0.125em;

    background-color: #FCCF00;
  }
  .func-cont__tag--black {
    color: #fff;
    background-color: #141414;
  }
  .func-cont__ttl {
    font-size: 5.867vw;
    font-weight: bold;
    padding-bottom: 0.25em;
  }
  .func-cont__btxt {
    font-size: 4.267vw;
    font-weight: bold;
    margin-top: 0.5em;
  }
  .func-cont-det {
    text-align: center;
  }
  .func-cont__txt {
    font-size: 4.267vw;
    line-height: 1.5;

    margin-bottom: 5.333vw;
  }
  .func-cont-det--grey .func-cont__txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;

    margin-bottom: 14px;
  }

  .func-cont-det--grey {
    background-color: #F0F0F0;
    border-radius: 14px;

    padding: 20px 15px 0;
  }
  .func-cont-det--grey .func-cont__thumb {
    width: 200px;
  }

  .func-cont--other .func-cont-head::after {
    content: none;
  }

  .func-cont-exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .func-cont-exp__thumb-wrap {
    width: 66.667vw;
    margin-bottom: 8vw;
  }
  .func-cont-exp__txt {
    color: #141414;
    font-size: 4.267vw;
    margin-bottom: 5.333vw;
  }
  .func-cont-exp__txt--min {
    font-size: 3.2vw;
    letter-spacing: .125em;
  }

  .func-cont-exp__link {
    color: #141414;
    text-decoration: underline;
  }
}


/*---------------------------------

スペシャル

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .spc {
    padding-top: 30px;
    background-color: #FCCF00;

    margin-bottom: 80px;
  }
  .spc-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }
  .spc__tag {
    display: inline-block;
    border-radius: 2em;

    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em 2em .5em;
    margin-bottom: 0.75em;

    background-color: #141414;
  }
  .spc__txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 30px;
  }
  .spc__thumb {
    width: 345px;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .spc {
    padding-top: 8vw;
    background-color: #FCCF00;

    margin-bottom: 16vw;
  }
  .spc-inner {
    padding: 0 4vw;
    text-align: center;
  }
  .spc__tag {
    display: inline-block;
    width: 58.667vw;
    border-radius: 2em;

    color: #fff;
    font-size: 3.733vw;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    padding: .75em 2em .5em;
    margin-bottom: 2.667vw;

    background-color: #141414;
  }
  .spc__txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 5.333vw;
  }
  .spc__thumb {
    width: 345px;
    max-width: 100%;
  }
}


/*---------------------------------

連携

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .cnct {
    margin-bottom: 40px;
  }
  .cnct-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;
  }
  .cnct-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    margin-bottom: 22px;
  }
  .cnct-head__tag {
    width: 49.498%;
    background-color: #F0F0F0;

    color: #141414;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1;

    padding: 26px 1em 22px;
    border-radius: 6px;

    cursor: pointer;
    position: relative;
  }
  .cnct-head__tag:hover {
    opacity: .7;
  }
  .cnct-head__tag.is-active {
    background-color: #FCCF00;
  }
  .cnct-head__tag.is-active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    border-top: 12px solid #FCCF00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .cnct-body {
    border: solid 2px #FCCF00;
    border-radius: 14px;
    padding: 40px;
  }

  .cnct-cont {
    display: none;
  }
  .cnct-cont.is-active {
    display: block;
  }
  .cnct-step-list {
    margin-bottom: 30px;
  }
  .cnct-step {
    position: relative;
    padding-left: 70px;
    min-height: 60px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .cnct-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cnct-step::after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 30px;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    border-top: 10px solid #FCCF00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .cnct-step:not(:last-child)::after {
    content: '';
  }
  .cnct-step--01::before {
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/ic-step-01.svg);
  }
  .cnct-step--02::before {
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/ic-step-02.svg);
  }

  .cnct-step-item {
    font-size: 16px;
  }
  .cnct-step-item b {
    font-weight: bold;
  }
  .cnct-step-item--min {
    font-size: 12px;
  }

  .cnct-thumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnct-thumb {
    text-align: center;
  }
  .cnct-thumb__txt {
    margin-top: 20px;
    font-size: 12px;
  }

  .cnct-thumb__img-link {
    display: inline-block;
  }
  .cnct-thumb__img-link:hover {
    opacity: .8;
  }

  .cnct-thumb__txt__link {
    text-decoration: underline;
  }
  .cnct-thumb__txt__link:hover {
    opacity: .8;
  }

  .cnct-thumb--01 {
    padding: 0 55px;
  }
  .cnct-thumb--01 .cnct-thumb__img {
    width: 251px;
  }
  .cnct-thumb--02 {
    width: 360px;
  }
  .cnct-thumb--02 .cnct-thumb__img {
    width: 246px;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .cnct {
    margin-bottom: 8vw;
  }
  .cnct-inner {
    padding: 0 5.333vw;
  }
  .cnct-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    margin-bottom: 5.333vw;
  }
  .cnct-head__tag {
    width: 49.498%;
    background-color: #F0F0F0;

    color: #141414;
    font-size: 3.467vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;

    padding: 4vw 1em;
    border-radius: 8px;

    cursor: pointer;
    position: relative;
  }
  .cnct-head__tag.is-active {
    background-color: #FCCF00;
  }
  .cnct-head__tag.is-active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    border-top: 10px solid #FCCF00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  .cnct-body {
    border: solid 2px #FCCF00;
    border-radius: 14px;
    padding: 8vw 5.333vw;
  }

  .cnct-cont {
    display: none;
  }
  .cnct-cont.is-active {
    display: block;
  }
  .cnct-step-list {
    margin-bottom: 30px;
  }
  .cnct-step {
    position: relative;
    padding-left: 18.667vw;
    min-height: 16vw;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8vw;
  }
  .cnct-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
    height: 16vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cnct-step::after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 8vw;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    border-top: 10px solid #FCCF00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .cnct-step:not(:last-child)::after {
    content: '';
  }
  .cnct-step--01::before {
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/ic-step-01.svg);
  }
  .cnct-step--02::before {
    background-image: url(/ytc/campaign/renkei/LINE/img/210831/ic-step-02.svg);
  }

  .cnct-step-item {
    font-size: 4.267vw;
  }
  .cnct-step-item b {
    font-weight: bold;
  }
  .cnct-step-item--min {
    font-size: 3.2vw;
  }
  .cnct-step-item--note{
    /* only sp */
    width: 77vw;
    padding-top: 2vh;
    margin: 0 -17vw;
  }
  .cnct-thumb {
    text-align: center;
  }
  .cnct-thumb:not(:last-child) {
    margin-bottom: 8vw;
  }
  .cnct-thumb__txt {
    margin-top: 5.333vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .cnct-thumb__txt__link {
    text-decoration: underline;
  }
  .cnct-thumb__txt__link:hover {
    opacity: .8;
  }
  .cnct-thumb__btn {
    display: inline-block;
    width: 100%;
    background-color: #06C755;
    border-radius: 8px;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 2.667vw 1em;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 #089a44;
            box-shadow: 0 3px 0 0 #089a44;
  }

  .cnct-thumb--01 .cnct-thumb__img {
    width: 66.933vw;
    min-width: 251px;
  }
}


/*---------------------------------

取り扱いについて

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .note {
    margin-bottom: 60px;
  }
  .note-inner {
    max-width: 798px;
    width: 100%;
    margin: 0 auto;

    background-color: #F0F0F0;
    border-radius: 14px;

    padding: 40px;
  }
  .note__ttl {
    color: #141414;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.75em;
  }
  .note__txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.125em;
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .note {
    margin-bottom: 16vw;
    padding: 5.333vw;
  }
  .note-inner {
    padding: 8vw 5.333vw;
    background-color: #F0F0F0;
    border-radius: 14px;
  }
  .note__ttl {
    color: #141414;
    font-size: 4.267vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .note__txt {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.125em;
  }
}


/*---------------------------------

追従

---------------------------------*/
@media print, screen and (min-width: 769px) {
  /* PC */
  .float-cv {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    transform: translateY(100%);
    transition: transform .3s;

    background-color: rgba(0,0,0,.5);

    text-align: center;
  }
  .float-cv-btn {
    display: inline-block;
    width: 345px;
    background-color: #06C755;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .15em;
    padding: 10px 1em;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 #089a44;
            box-shadow: 0 3px 0 0 #089a44;
  }
  .float-cv-btn:link,
  .float-cv-btn:visited,
  .float-cv-btn:active,
  .float-cv-btn:focus {
    text-decoration: none;
  }
  .float-cv-btn:hover {
    opacity: .9;
    text-decoration: none;
  }

  .float-cv.is-float-active {
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 768px) {
  /* SP */
  .float-cv {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.667vw 4vw;
    transform: translateY(100%);
    transition: transform .3s;

    background-color: rgba(0,0,0,.5);

    text-align: center;
  }
  .float-cv-btn {
    display: inline-block;
    width: 100%;
    background-color: #06C755;
    border-radius: 8px;
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 10px 1em;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 #089a44;
            box-shadow: 0 3px 0 0 #089a44;
  }
  .float-cv-btn:link,
  .float-cv-btn:visited,
  .float-cv-btn:active,
  .float-cv-btn:focus {
    text-decoration: none;
  }

  .float-cv.is-float-active {
    transform: translateY(0%);
  }
}

