@charset "utf-8";

/***************************************************************************

  ページヘッダ

***************************************************************************/
.dogCntTtl {
  width: 100%;
  background: url("../images/lower/commitment/dog/dog_ttl_bg.png") no-repeat center bottom;
  background-size: cover;
  height: calc(100vh - 80px);
  min-height: 47vw;
  margin: 0 0 80px;
}

.dogCntTtlWrap {
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 0 0;
}

.dogCntTtl h2 {
  font-size: 3.4rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 23vh;
  letter-spacing: 0.14em;
  line-height: 1.85;
  font-weight: 600;
}

.dogCntTtl h2 span {
  font-size: 1.5rem;
  display: block;
  margin: 20px 0 0;
  letter-spacing: 0;
}

.dogCntTtl .breadcrumb,
.dogCntTtl .breadcrumb li,
.dogCntTtl .breadcrumb li a {
  color: #fff;
}

.dogCntTtl .breadcrumb li a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1068px) {
  .dogCntTtl h2 {
    left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .dogCntTtl {
    background: url("../images/lower/commitment/dog/dog_ttl_bg_sp.png") no-repeat center bottom;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    margin: 0 0 15vw;
  }

  .dogCntTtlWrap {
    width: 100%;
    max-width: 1068px;
    margin: -48px auto 0;
    position: relative;
    padding: 0 0 0 0;
  }

  .dogCntTtl h2 {
    font-size: 6vw;
    color: #fff;
    position: absolute;
    line-height: 1.48;
    left: 0;
    right: 0;
    top: 15vh;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }

  .dogCntTtl h2 span {
    font-size: 4vw;
    line-height: 1;
    margin: 2vw 0 0;
    letter-spacing: 0;
  }

  .dogCntTtl .breadcrumb,
  .dogCntTtl .breadcrumb li,
  .dogCntTtl .breadcrumb li a {
    display: none;
  }
}

/***************************************************************************

  コンテンツ

***************************************************************************/
.dogCntH4 {
  font-size: 3.0rem;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 1068px;
  margin: 0 auto 90px;
  text-align: center;
  padding: 0 0 30px;
  background: url(../images/lower/commitment/dog/dog_cnt_h4_bg.svg) no-repeat center bottom;
  background-size: contain;
  letter-spacing: 0.1em;
}

.marker {
  position: relative;
  z-index: 1;
}

.marker:after {
  content: '';
  width: 100%;
  height: 0.3em;
  background: #f7e937;
  position: absolute;
  left: 0;
  bottom: 0.1em;
  z-index: -1;
}

.facilityWrap {
  max-width: 1068px;
  margin: 0 auto 70px auto;
}

.facilityBox {
  display: flex;
  margin-bottom: 40px;
  /*align-items: flex-start;*/
  align-items: flex-start;
}

.facilityBox:nth-of-type(3) {
  margin-bottom: 70px;
}

.facilityBox.sc {
  flex-direction: row-reverse;
}

.facilityImg {
  width: 47.4%;
}

.facilityImg img {
  width: 100%;
  box-shadow: 10px 10px 0 rgba(159, 167, 101, 100%)
}

.sc .facilityImg img {
  width: 100%;
  box-shadow: -10px 10px 0 rgba(159, 167, 101, 100%)
}

.facilityTxt {
  width: 50%;
}

.facilityTxt {
  padding: 25px 0 0 70px;
}

.facilityBox.sc .facilityTxt {
  padding: 25px 80px 0 0;
}

.facilityTxt h5 {
  padding-left: 24px;
  border-left: solid 6px #9fa765;
  font-size: 3.0rem;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.facilityTxt h5 span {
  padding: 20px 0 0;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  display: block;
  1
}

.facilityTxt p {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 25px;
  letter-spacing: 0.035em;
}

.facilityTxt p.mid {
  font-size: 1.4rem;
}

.facilityTxt p.sml {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}



@media screen and (min-width: 1071px) {
  .tblt {
    display: none;
  }
}

@media screen and (max-width: 1070px) {
  .dogCntH4 {
    width: 92%;
  }

  .facilityTxt {
    padding: 25px 0 0 6vw;
  }

  .facilityBox.sc .facilityTxt {
    padding: 25px 7vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .copyTxt .h3Txt {
    font-size: 3.9rem;
  }

  .copyTxt p {
    font-size: 2.1rem;
  }

  .dogCntH4 {
    font-size: 3.4rem;
    margin: 0 auto 10vw;
    padding: 0 0 9vw;
    background: url(../images/lower/commitment/dog/dog_cnt_h4_bg_sp.svg) no-repeat center bottom;
    background-size: contain;
    line-height: 1.52;
  }

  .facilityWrap {
    margin: 0 auto 0 auto;
  }

  .facilityBox {
    display: flex;
    margin-bottom: 5vw;
    /*align-items: flex-start;*/
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .facilityBox:nth-of-type(3) {
    margin-bottom: 10vw;
  }

  .facilityBox.sc {
    flex-direction: row-reverse;
  }

  .facilityImg {
    width: 100%;
  }

  .facilityImg img {
    box-shadow: 6px 6px 0 rgba(159, 167, 101, 100%)
  }

  .sc .facilityImg img {
    box-shadow: -6px 6px 0 rgba(159, 167, 101, 100%)
  }

  .facilityTxt {
    width: 100%;
  }

  .facilityTxt {
    padding: 2vw 0 0 0;
  }

  .facilityBox.sc .facilityTxt {
    padding: 2vw 0 0 0;
  }

  .facilityTxt h5 {
    padding-left: 20px;
    border-left: solid 5px #9fa765;
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .facilityTxt h5 span {
    padding: 10px 0 0;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    display: block;
    1
  }

  .facilityTxt p {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 25px;
    letter-spacing: 0.035em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 510px) {
  .copyTxt .h3Txt {
    font-size: 7.4vw;
  }

  .copyTxt p {
    font-size: 4.1vw;
  }

  .dogCntH4 {
    font-size: 6.4vw;
  }
}


.dogFacilityIcons {
  width: 100%;
  margin: 0 0 72px;
}

.dogFacilityIcons .wrap {
  max-width: 1068px;
}

.dogFacilityIcons h4 {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.6em;
}

.dogFacilityIcons ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dogFacilityIcons li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin: 7px 34px 7px 0;
}

.dogFacilityIcons li:last-child {
  margin: 7px 0 7px 0;
}

.dogFacilityIcons img {
  margin: 0 6px 0 0;
}

.dogFacilityIcons li:nth-child(1) img {
  width: 36px;
}

.dogFacilityIcons li:nth-child(2) img {
  width: 38px;
}

.dogFacilityIcons li:nth-child(3) img {
  width: 36px;
}

.dogFacilityIcons li:nth-child(4) img {
  width: 36px;
}

.dogFacilityIcons li:nth-child(5) img {
  width: 36px;
}

.dogFacilityIcons li:nth-child(6) img {
  width: 36px;
}

@media screen and (max-width: 1100px) {
  .dogFacilityIcons ul {
    padding: 0 0 0 60px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .dogFacilityIcons {
    width: 100%;
    margin: 0 0 8vw;
  }

  .dogFacilityIcons h4 {
    font-size: 2.6rem;
    margin: 0 0 0.8em;
  }

  .dogFacilityIcons ul {
    width: 100%;
    display: flex;
    padding: 0 0 0 0;
    justify-content: flex-start;
  }

  .dogFacilityIcons li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    margin: 5px 10px 5px 0;
  }

  .dogFacilityIcons li:last-child {
    margin: 5px 0 5px 0;
  }

  .dogFacilityIcons img {
    margin: 0 6px 0 0;
  }

  .dogFacilityIcons li:nth-child(1) img {
    width: 35px;
  }

  .dogFacilityIcons li:nth-child(2) img {
    width: 37px;
  }

  .dogFacilityIcons li:nth-child(3) img {
    width: 35px;
  }

  .dogFacilityIcons li:nth-child(4) img {
    width: 35px;
  }

  .dogFacilityIcons li:nth-child(5) img {
    width: 35px;
  }

  .dogFacilityIcons li:nth-child(6) img {
    width: 35px;
  }
}

@media screen and (max-width: 420px) {
  .dogFacilityIcons li {
    font-size: 3.5vw;
  }

  .dogFacilityIcons li:nth-child(1) {
    width: 100%;
  }

  .dogFacilityIcons li:nth-child(3) {
    width: calc(100% - 8em - 20vw);
  }
}

.dogFacilityCnt {
  width: 100%;
}

.dogFacilityCnt .wrap {
  width: 100%;
  max-width: 1068px;
}

.dogFacilityCnt h4 {
  width: 100%;
  background: #9fa765;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  padding: 0.1em 0;
  margin: 0 0 80px;
}

.dogFacilityCnt01 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

.dogFacilityCnt01 dl dt {
  font-weight: 600;
  padding: 0 20px 0 0;
  font-size: 2.7rem;
}

.dogFacilityCnt01 dl dd {
  display: flex;
  justify-content: center;
  /*column-gap: 12px;*/
}

.dogFacilityCnt01 dl dd img {
  width: 33px;
  margin: 0 12px 0 0;
}

.dogFacilityCnt01 dl dd img:last-child {
  margin: 0 0 0 0;
}

.dogFacilityCnt01 dl dd img.largeIcon {
  width: 34px;
}

@media screen and (max-width: 935px) {
  .dogFacilityCnt01 dl {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .dogFacilityCnt {
    width: 100%;
  }

  .dogFacilityCnt01 dl {
    width: 100%;
    margin: 0 0 25px;
  }

  .dogFacilityCnt01 dl dt {
    width: 100%;
    line-height: 1.32;
    padding: 0 0 10px 0;
    font-size: 2.5rem;
  }

  .dogFacilityCnt01 dl dd {
    display: flex;
    justify-content: center;
  }

  .dogFacilityCnt01 dl dd img {
    margin: 0 10px 0 0;
  }

  .dogFacilityCnt01 dl dd img:last-child {
    margin: 0 0 0 0;
  }

  .dogFacilityCnt h4 {
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 0.3em 0 0.5em;
    margin: 0 0 20px;
  }

}

.facilityImagesWrap {
  width: 100%;
  margin: 0 0 40px;
}

.facilityImagesWrap ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.facilityImagesWrap li {
  width: 32.5%;
}

.facilityImagesWrap img {
  width: 100%;
}

.dogFacilityCnt01 p {
  font-size: 1.6rem;
  line-height: 1.84;
  letter-spacing: 0.035em;
  margin: 0 0 35px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

ul.dogToLink {
  display: flex;
  justify-content: center;
  /*column-gap: 50px;*/
  margin: 0 0 100px;
}

.dogToLink li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.dogToLink li:nth-child(1) {
  margin: 0 50px 0 0;
}

.dogToLink a {
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  letter-spacing: 0.075em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.dogToLink a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  top: 1px;
  left: 1px;
  bottom: -1px;
}

.dogToLink li:nth-child(1) a {
  background: #9fa765 url(../images/lower/commitment/dog/facility_w_arw.svg) no-repeat right 17px center;
  background-size: 35px;
  padding: 0.2em 3.5em 0.45em 2.5em;
}

.dogToLink li:nth-child(2) a {
  background: #251e1c url(../images/lower/commitment/dog/facility_w_arw.svg) no-repeat right 17px center;
  background-size: 35px;
  padding: 0.2em 4em 0.45em 4em;
}

.dogToLink span {}

@media screen and (max-width: 767px) {
  .facilityImagesWrap {
    width: 100vw;
    margin-bottom: 20px !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
    position: relative;
  }

  .facilityImagesWrap ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .facilityImagesWrap li {
    width: 32.5%;
  }

  .facilityImagesWrap img {
    width: 100%;
  }

  .dogFacilityCnt01 p {
    margin: 0 0 20px;
  }

  ul.dogToLink {
    display: flex;
    justify-content: center;
    /*gap: 15px 0;*/
    margin: 0 0 60px;
    flex-wrap: wrap;
  }

  .dogToLink li {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }

  .dogToLink li:nth-child(1) {
    margin: 0 0 15px 0;
  }

  .dogToLink li a {
    max-width: 300px;
    display: inline-block;
  }

  .slideAreaPrev {
    width: 35px;
    height: 35px;
    background: url(../images/lower/commitment/dog/prev_btn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    z-index: 15;
  }

  .slideAreaNext {
    width: 35px;
    height: 35px;
    background: url(../images/lower/commitment/dog/next_btn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 15;
  }
}




.dogFacilityCnt02 {
  width: 100%;
  margin: 0 0 125px;
}

.dogFacilityCnt02Txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.035em;
  line-height: 1.84;
  margin: -30px 0 55px;
  font-weight: 400;
}

.dogFacilityCnt02Inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.9%;
}

.dogFacilityCnt02Inner dl {
  width: 31.4%;
}

.dogFacilityCnt02Inner dt {
  width: 100%;
  position: relative;
  margin: 0 0 12px;
}

.dogFacilityCnt02Inner dt img {
  width: 100%;
}

.dogFacilityCnt02Inner dt div {
  position: absolute;
  width: 78px;
  height: 78px;
  background: #E13810;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  bottom: 15px;
  right: 12px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.dogFacilityCnt02Inner dt span {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  margin: 2px 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.dogFacilityCnt02Inner dt i {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 0 2px 3px;
  display: inline-block;
}

.dogFacilityCnt02Inner dt em {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}

.dogFacilityCnt02Inner dd {
  width: 100%;
}

.dogFacilityCnt02Inner .icnBlock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*column-gap: 10px;*/
  margin: 0 0 25px;
}

.dogFacilityCnt02Inner .icnBlock img {
  width: 33px;
  margin: 0 10px 0 0;
}

.dogFacilityCnt02Inner .icnBlock img.largeIcon {
  width: 34px;
}

.dogFacilityCnt02Inner strong {
  font-size: 2.3rem;
  letter-spacing: 0.075em;
  font-weight: 800;
  line-height: 1.32;
  min-height: 3.2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px;
}

.dogFacilityCnt02Inner i {
  font-size: 2.3rem;
}

@media screen and (max-width: 1095px) {
  .dogFacilityCnt02Inner strong {
    font-size: 2vw;
  }

  .dogFacilityCnt02Inner i {
    font-size: 2vw;
  }
}

.dogFacilityCnt02Inner p {
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  margin: 0 0 25px;
  min-height: 12em;
}

.dogFacilityCnt02Inner .linkBlock {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 15px 0;*/
}

.dogFacilityCnt02Inner li {
  font-size: 1.8rem;
  font-weight: bold;
}

.dogFacilityCnt02Inner li:nth-child(1) {
  margin: 0 0 15px;
}

.dogFacilityCnt02Inner li a {
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  letter-spacing: 0.075em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.dogFacilityCnt02Inner li a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  top: 1px;
  left: 1px;
  bottom: -1px;
}

.dogFacilityCnt02Inner li:nth-child(1) a {
  background: #9fa765 url(../images/lower/commitment/dog/facility_w_arw.svg) no-repeat right 17px center;
  background-size: 35px;
  padding: 0.2em 3.5em 0.45em 2.5em;
  min-width: 282px;
}

.dogFacilityCnt02Inner li:nth-child(2) a {
  background: #251e1c url(../images/lower/commitment/dog/facility_w_arw.svg) no-repeat right 17px center;
  background-size: 35px;
  padding: 0.2em 4em 0.45em 4em;
  min-width: 282px;
}

@media screen and (max-width: 970px) {
  .dogFacilityCnt02Inner li {
    font-size: 1.4rem;
  }

  .dogFacilityCnt02Inner li:nth-child(1) a {
    min-width: 30vw;
  }

  .dogFacilityCnt02Inner li:nth-child(2) a {
    min-width: 30vw;
  }
  .dogFacilityCnt02Inner p {
    min-height: 17em;
  }
}

@media screen and (max-width: 795px) {
  .dogFacilityCnt02Inner p {
    min-height: 17em;
  }
}

@media screen and (max-width: 767px) {
  .dogFacilityCnt02 {
    width: 100%;
    margin: 0 0 10px;
  }

  .dogFacilityCnt02Txt {
    font-size: 1.6rem;
    margin: 0 0 25px;
    padding: 0 0;
  }

  .dogFacilityCnt02Inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0;
  }

  .dogFacilityCnt02Inner dl {
    width: 100%;
  }

  .dogFacilityCnt02Inner dt {
    width: 100%;
    position: relative;
    margin: 0 0 12px;
  }

  .dogFacilityCnt02Inner dt img {
    width: 100%;
  }

  .dogFacilityCnt02Inner dd {
    width: 100%;
  }

  .dogFacilityCnt02Inner .icnBlock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*column-gap: 10px;*/
    margin: 0 0 25px;
  }

  .dogFacilityCnt02Inner strong {
    font-size: 2.4rem;
    min-height: initial;
  }

.dogFacilityCnt02Inner i {
    font-size: 2.4rem;
}

  .dogFacilityCnt02Inner p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.035em;
    margin: 0 0 30px;
    min-height: initial;
  }

  .dogFacilityCnt02Inner .linkBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*gap: 15px 0;*/
    margin: 0 0 40px;
  }

  .dogFacilityCnt02Inner li {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }

  .dogFacilityCnt02Inner li:nth-child(1) a {
    width: 100%;
    min-width: initial;
  }

  .dogFacilityCnt02Inner li:nth-child(2) a {
    width: 100%;
    min-width: initial;
  }

  .dogFacilityCnt02Inner li a {
    width: 100%;
    max-width: 300px;
    display: inline-block;
  }
}

.registerBlock {
  width: 100%;
  max-width: 1068px;
  margin: 0 auto 100px;
}

.dogRegisterBtn {
  width: 100%;
  transition: 0.3s;
  opacity: 1;
  margin: 0 0 50px;
  display: block;
}

.dogRegisterBtn:hover {
  opacity: 0.7;
}

.dogRegisterBtn img {
  -webkit-backface-visibility: hidden;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

a.rulesOfUse {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 2.7rem;
  color: #fff;
  background: #9fa765;
  border-radius: 20px;
  padding: 1.0em 0;
  letter-spacing: 0.075em;
  font-weight: bold;
  transition: .3s;
  opacity: 1;
  margin: 0 0 50px;
}

a.rulesOfUse:hover {
  opacity: 0.7;
}

a.rulesOfUse span {
  padding: 0 46px 0.1em 0;
  background: url(../images/lower/commitment/dog/dog_white_arw.svg) no-repeat right center;
  background-size: 26px 26px;
  display: inline-block;
}

.dogInstaArea {
  width: 100%;
  text-align: center;
}

.dogInstaArea p {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding: 0 55px 0 60px;
  margin: 0 0 20px;
}

.dogInstaArea p:before {
  content: '';
  position: absolute;
  width: 57px;
  height: 49px;
  background: url(../images/lower/commitment/dog/insta_txt_before.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.dogInstaArea p:after {
  content: '';
  position: absolute;
  width: 57px;
  height: 49px;
  background: url(../images/lower/commitment/dog/insta_txt_after.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.dogInstaArea a {
  display: block;
  width: 75px;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 1;
}

.dogInstaArea a:hover {
  opacity: 0.7;
}

.dogInstaArea img {
  width: 100%;
}

@media screen and (max-width: 1095px) {
  .registerBlock {
    padding: 0 4%;
  }
}


@media screen and (max-width: 767px) {
  .registerBlock {
    margin: 0 auto 60px;
  }

  .dogRegisterBtn {
    margin: 0 0 30px;
  }

  .dogRegisterBtn img {
    filter: none;
  }

  a.rulesOfUse {
    font-size: 1.8rem;
    border-radius: 10px;
    margin: 0 0 40px;
  }

  a.rulesOfUse span {
    padding: 0 26px 0.1em 0;
    background: url(../images/lower/commitment/dog/dog_white_arw.svg) no-repeat right center;
    background-size: 16px 16px;
  }

  .dogInstaArea {
    width: 100%;
    text-align: center;
  }

  .dogInstaArea p {
    font-size: 1.6rem;
    padding: 0 40px 0 45px;
    margin: 0 0 15px;
  }

  .dogInstaArea p:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 76px;
    background: url(../images/lower/commitment/dog/insta_txt_before_sp.svg) no-repeat;
    background-size: contain;
  }

  .dogInstaArea p:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 76px;
    background: url(../images/lower/commitment/dog/insta_txt_after_sp.svg) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 390px) {
  .dogInstaArea p {
    font-size: 4vw;
    padding: 0 11vw 0 12vw;
    margin: 0 0 15px;
  }

  .dogInstaArea p:before {
    content: '';
    position: absolute;
    width: 12.8vw;
    height: 20.26vw;
    background: url(../images/lower/commitment/dog/insta_txt_before_sp.svg) no-repeat;
    background-size: contain;
  }

  .dogInstaArea p:after {
    content: '';
    position: absolute;
    width: 12.8vw;
    height: 20.26vw;
    background: url(../images/lower/commitment/dog/insta_txt_after_sp.svg) no-repeat;
    background-size: contain;
  }
}
