@charset "UTF-8";

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

  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}

.ec-featureRole__head > h1 {
  display: none; }

#footer {
  margin-top: 0 !important;
}

div.container_ {
  padding-bottom: 100px !important;
}

/* common
---------------------------------------------------- */
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole {
    width: 100%;
    transition: transform 0.3s;
    background: #f8f4e3 !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp,
.br_sp {
  display: none;
}

.efureview-cont {
  max-width: 892px;
  margin: 0 auto;
  word-break: break-all;
}

.efureview-cont a {
  text-decoration: none;
  color: #121212;
}

.efureview-cont a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #121212;
}

.efureview-cont img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.efureview-cont h1,
.efureview-cont h2,
.efureview-cont h3,
.efureview-cont h4,
.efureview-cont h5,
.efureview-cont h6,
.efureview-cont p,
.efureview-cont ul,
.efureview-cont ol,
.efureview-cont li,
.efureview-cont dl,
.efureview-cont dt,
.efureview-cont dd,
.efureview-cont img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

.efureview-cont figure,
.efureview-cont section {
  display: block;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .br_sp {
    display: inline;
  }

  .pc,
  .br_pc {
    display: none;
  }
}

.event_name_header_,
.category_name_ {
  display: none !important;
}

.efureview-cont {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #121212;
  max-width: 1600px;
}

.efureview-cont .txt_orange {
  font-weight: bold;
  color: #f78222;
}

.efureview-cont .txt_bold {
  font-weight: bold;
}

.efureview-cont h1 img {
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 640px) {
  .efureview-cont h1 img {
    border-radius: 0;
  }
}
/* bl_lead
---------------------------------------------------- */
.efureview-cont .bl_lead {
  background-color: #ff8e30;
  background-image: url(/html/upload/user_data/feature/review/img/lead_img1.png), url(../img/lead_img2.png);
  background-position: left top 16px, right 11px top 24px;
  background-repeat: no-repeat, no-repeat;
  border-radius: 0 0 0 50px;
  padding: 0 0 31px;
}

.bl_lead_inner {
  background-color: #ffb755;
  border-radius: 20px;
  margin: 0 85px 36px;
  padding: 35px 0 25px;
  text-align: center;
}

.bl_lead_inner p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 1px;
}

.bl_lead_inner p+p {
  margin-top: 15px;
}

.bl_lead_inner p span {
  display: inline-block;
  font-size: 19px;
  background: url(/html/upload/user_data/feature/review/img/line.png) repeat-x left bottom;
  padding: 0 3px 6px;
}

@media screen and (max-width: 640px) {
  .efureview-cont .bl_lead {
    background-image: url(/html/upload/user_data/feature/review/img/lead_img1_sp.png), url(/html/upload/user_data/feature/review/img/lead_img2_sp.png);
    background-position: left top, right top 11px;
    background-repeat: no-repeat, no-repeat;
    border-radius: 0;
    padding: 19px 0 4px;
  }

  .bl_lead_inner {
    border-radius: 60px;
    margin: 0 auto 25px;
    padding: 35px 0;
    width: 81.33%;
    min-width: 305px;
    box-sizing: border-box;
  }

  .bl_lead_inner p {
    font-size: 15px;
    line-height: 1.8;
  }

  .bl_lead_inner p+p {
    margin-top: 10px;
  }

  .bl_lead_inner p span {
    display: inline;
    font-size: 17px;
    background: url(/html/upload/user_data/feature/review/img/line_sp.png) repeat-x left bottom;
    padding: 0 2px 6px;
    line-height: 2;
  }
}

/* bl_navi
---------------------------------------------------- */

.efureview-cont .bl_navi {
  max-width: 692px;
  margin: 0 auto !important;
}

.bl_navi li {
  display: block;
  float: left;
  width: calc(50% - 0.75vw);
  margin-right: 1.5vw;
}

.bl_navi li:nth-child(2) {
  margin-right: 0;
}

.bl_navi li a {
  display: block;
  background: #fff url(/html/upload/user_data/feature/review/img/ar1.png) no-repeat center bottom 11px;
  border-radius: 50px;
  text-align: center;
  height: 64px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 18px 0 0;
  box-sizing: border-box;
}

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

  .bl_navi li {
    width: 50%;
    margin-right: 0;
  }

  .bl_navi li a {
    background: #fff url(/html/upload/user_data/feature/review/img/ar1.png) no-repeat center bottom 8px;
    border-radius: 0;
    height: 78px;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 0 0;
  }

  .bl_navi li+li a {
    border-left: 2px solid #ff8e30;
    padding-top: 12px;
  }
}

/* bl_category
---------------------------------------------------- */
.efureview-cont .st1 {
  text-align: center;
  margin: 38px 0 0;
}

.efureview-cont .st1 img{
width: 237px;
}

.efureview-cont .bl_category {
  background-color: #fff9da;
  border-radius: 20px;
  padding: 29px 27px 20px;
  margin: 33px 0 60px;
}

.bl_category h3 {
  text-align: center;
  margin-bottom: 21px;
}

.bl_category h3 img{
 width: 109px;
}

.bl_category li {
  width: 32%;
  display: block;
  float: left;
  margin: 0 1.33% 10px 0;
}

/*.bl_category li:nth-child(4n) {
  margin-right: 0;
}*/

.bl_category a {
  height: 58px;
  display: block;
  background: #fff url(/html/upload/user_data/feature/review/img/ar2.png) no-repeat right 12px center;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  padding: 19px 10px 0 0;
}

.bl_category li:nth-child(1) a,
.bl_category li:nth-child(9) a {
  padding-top: 9px;
}

@media screen and (max-width: 640px) {
  .efureview-cont .st1 {
    margin: 33px 0 0;
  }

  .efureview-cont .st1 img {
    width: auto;
    height: 80px;
  }

  .efureview-cont .bl_category {
    border-radius: 18px;
    padding: 18px 15px 19px;
    margin: 28px 20px 80px;
  }

  .bl_category h3 {
    margin-bottom: 19px;
  }

  .bl_category h3 img {
    width: auto;
    height: 14px;
  }

  .bl_category li,
  .bl_category li:nth-child(4n) {
    width: 48%;
    margin: 0 4% 11px 0;
  }

  .bl_category li:nth-child(2n) {
    margin-right: 0;
  }

  .bl_category li:nth-child(2n+1) {
    clear: both;
  }

  .bl_category a {
    background: #fff url(/html/upload/user_data/feature/review/img/ar2.png) no-repeat right 8px center;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .bl_category li:nth-child(1) a {
    padding-top: 10px;
  }
}

/* bl_campaign
---------------------------------------------------- */
.efureview-cont .bl_campaign {
  background-color: #fff9da;
  border-radius: 0 50px 0 50px;
  padding: 45px 45px 70px;
  position: relative;
  margin: 145px 0 0;
}

.bl_campaign h2 {
  position: absolute;
  left: 50%;
  top: -85px;
  transform: translate(-50%, 0);
}

.bl_campaign h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.5px;
  background: url(/html/upload/user_data/feature/review/img/st_line.png) no-repeat left center;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 25px;
  margin: 50px 0 18px;
}

.bl_campaign p {
  font-size: 16px;
  line-height: 1.9;
  padding: 0 0 0 25px;
}

.bl_campaign p+ul {
  margin-top: 5px;
}

.bl_campaign li {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 0 25px;
  padding-left: 1em;
  text-indent: -1em;
}

.bl_campaign li a {
  text-decoration: underline !important;
  color: #00833e;
}

.bl_campaign li a:before {
  content: url("/html/upload/user_data/feature/review/img/hnav_arrow.png");
  margin-right: 2px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .efureview-cont .bl_campaign {
    border-radius: 0 20px 0 20px;
    padding: 25px 15px 30px;
    margin: 80px 20px 0;
  }

  .bl_campaign h2 {
    top: -50px;
  }

  .bl_campaign h2 img {
    height: 80px;
    width: auto;
    max-width: auto;
    max-width: initial;
  }

  .bl_campaign h3 {
    font-size: 16px;
    background-size: auto 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 18px;
    margin: 30px 0 15px;
  }

  .bl_campaign p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0;
  }

  .bl_campaign p+ul {
    margin-top: 5px;
  }

  .bl_campaign li {
    font-size: 14px;
    margin: 0;
  }
}

/* bl_howto
---------------------------------------------------- */
.bl_howto h2 {
  text-align: center;
  margin: 67px 0 0;
}

.bl_howto h2 img{
  width: 306px;
}

.bl_howto h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  background: url(/html/upload/user_data/feature/review/img/st_line.png) no-repeat left center;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 25px;
  margin: 70px 0 67px;
}
.bl_howto h3 span {
  font-size: 21px;
}
.bl_howto h3:nth-of-type(1) {
  margin-top: 50px;
}

.bl_howto .btn1 a {
  display: block;
  border-radius: 50px;
  background: #f78222 url(/html/upload/user_data/feature/review/img/ar3.png) no-repeat right 24px center;
  width: 257px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 17px;
  color: #fff;
  border-bottom: 3px solid #cc6815;
}

.bl_howto .btn1+p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.bl_howto .btn1+p a {
  color: #00833e;
  text-decoration: underline !important;
}

.howto_list li {
  display: block;
  width:30%;
  height: 270px;
  float: left;
  margin: 0 34px 0 0;
  margin: 0 5% 0 0;
  box-sizing: border-box;
  padding: 110px 0 0;
  position: relative;
  text-align: center;
  border: 6px solid #ffd2ac;
  border-radius: 50px;
  background-color: #fff;
}

.howto_list li:nth-child(3) {
  margin-right: 0;
}

.howto_list.howto_list2 li {
  height: 221px;
}

.howto_list li::after {
  display: block;
  width: 15px;
  height: 16px;
  content: '';
  background: url(/html/upload/user_data/feature/review/img/ar5.png) no-repeat left top;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(0, -50%);
}

.howto_list li:nth-child(3):after {
  display: none;
}

.howto_list .img1 {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;	
}

.howto_list .img2 {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translate(-50%, 0);
}

.howto_list li:nth-child(1) .img2 {
  width: 39px;
}

.howto_list li:nth-child(2) .img2 {
  width: 36px;
}

.howto_list li:nth-child(3) .img2 {
  top: 60px;
  width: 101px;	
}

.howto_list2 li:nth-child(1) .img2 {
  width: 42px;
}

.howto_list2 li:nth-child(2) .img2 {
  width: 38px;
}

.howto_list2 li:nth-child(3) .img2 {
  width: 101px;	
}

.howto_list p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.howto_list p.txt_small {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .bl_howto {
    margin: 0 20px;
  }

  .bl_howto h2 {
    margin: 40px 0 0;
  }

  .bl_howto h2 img {
    width: auto;
    height: 80px;
  }

  .bl_howto h3 {
    font-size: 16px;
    background-size: auto 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 18px;
    margin: 30px 0 50px;
    letter-spacing: 0;
  }

  .bl_howto h3 span {
    font-size: 16px;
  }

  .bl_howto h3:nth-of-type(1) {
    margin-top: 30px;
  }

  .bl_howto .btn1 a {
    background: #f78222 url(/html/upload/user_data/feature/review/img/ar3.png) no-repeat right 20px center;
    width: 240px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  .bl_howto .btn1+p {
    font-size: 13px;
    line-height: 1.6;
  }

  .howto_list li {
    width: auto;
    max-width: 300px;
    height: auto;
    float: none;
    margin: 0 auto 50px;
    padding: 47px 0 20px;
    border: 5px solid #ffd2ac;
    border-radius: 30px;
  }

  .howto_list li:nth-child(3) {
    margin: 0 auto 0;
  }

  .howto_list.howto_list2 li {
    height: auto;
  }

  .howto_list li::after {
    display: none;
  }

  .howto_list .img1 {
    top: -31px;
    width: auto;
    height: 56px;
  }

  .howto_list .img2 {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .howto_list li:nth-child(3) .img2 {
    top: auto;
  }

  .howto_list p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

/* bl_bnr
---------------------------------------------------- */
.efureview-cont .bl_bnr {
  background-color: #fff9da;
  border-radius: 0 50px 0 50px;
  padding: 94px 45px 49px;
  position: relative;
  margin: 145px 0 0;
}

.bl_bnr h2 {
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translate(-50%, 0);
}

.bl_bnr li {
  display: block;
  float: left;
  width: 48.5%;
  margin: 0 3% 20px 0;
}

.bl_bnr li:nth-child(2n) {
  margin-right: 0;
}

.bl_bnr li:nth-child(2n+1) {
  clear: both;
}

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

  .efureview-cont .bl_bnr {
    border-radius: 0 20px 0 20px;
    padding: 55px 15px 10px;
    margin: 80px 20px 0;
  }

  .bl_bnr h2 {
    top: -42px;
  }

  .bl_bnr h2 img {
    height: 75px;
    width: auto;
    max-width: auto;
    max-width: initial;
  }

  .bl_bnr li {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
  }
}


/* bl_btn
---------------------------------------------------- */
.efureview-cont .bl_btn {
  margin: 78px 0;
  text-align: center;
}

.bl_btn .p1 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.75px;
}

.bl_btn .p1 img {
  vertical-align: middle;
  margin: 0 12px;
}

.bl_btn .p2 {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 30px;
}

.bl_btn .btn2 a {
  display: block;
  border-radius: 50px;
  background: #179855 url(/html/upload/user_data/feature/review/img/ar4.png) no-repeat right 24px center;
  width: 372px;
  height: 90px;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-bottom: 4px solid #09733D;
  box-sizing: border-box;
  padding: 18px 0 0;
}

@media screen and (max-width: 640px) {
  .efureview-cont .bl_btn {
    margin: 40px 20px 100px;
  }

  .bl_btn .p1 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
  }

  .bl_btn .p1 img {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
    height: auto;
  }

  .bl_btn .p1 img:nth-of-type(1) {
    left: -27px;
  }

  .bl_btn .p1 img:nth-of-type(2) {
    right: -27px;
  }

  .bl_btn .p2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 20px;
  }

  .bl_btn .btn2 a {
    width: auto;
    max-width: 372px;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 auto;
    border-bottom: 3px solid #866e08;
    padding: 12px 0;
  }
}

/* bl_EntryBtn
---------------------------------------------------- */
.bl_EntryBtn a {
  display: block;
  border-radius: 50px;
  background: #00833E;
  color: #fff;
  position: relative;
  transition: all .4s;
  width: 400px;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
text-align: center;
margin: 0 auto;
text-decoration: none;
}
.bl_EntryBtn a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.bl_EntryBtn a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all .4s;
}

@media screen and (max-width: 640px) {
	.bl_EntryBtn a {
		width:75vw;
    font-size: min(3.5vw,18px);
	}
}

/* --------------------------------------------------------------

	event_title_

----------------------------------------------------------------- */
.event_title_ {
  margin: 50px 0 35px !important;
  border: none !important;
  border-top: 3px solid #ff8e30 !important;
  border-bottom: 3px solid #ff8e30 !important;
  line-height: 1 !important;
  height: auto !important;
  width: auto !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 20px 0 22px !important;
  letter-spacing: 0.5px !important;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

.event_title_:nth-of-type(1) {
  margin-top: 35px !important;
}

.event_title_:after,
.event_title_:before {
  display: none !important;
  width: auto !important;
  height: auto !important;
  content: none !important;
  background: none !important;
}

span.title_desing_line_ {
  height: 0 !important;
}

@media screen and (max-width: 640px) {
  .event_title_ {
    margin: 20px 0 10px !important;
    border: none !important;
    border-top: 2px solid #ff8e30 !important;
    border-bottom: 2px solid #ff8e30 !important;
    line-height: 1 !important;
    height: auto !important;
    width: auto !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 10px 0 !important;
    color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  }

  .event_title_:nth-of-type(1) {
    margin-top: 30px !important;
  }

  .event_title_:after,
  .event_title_:before {
    display: none !important;
    width: auto !important;
    height: auto !important;
    content: none !important;
    background: none !important;
  }

  span.title_desing_line_ {
    height: 0 !important;
  }
}

/* btn_inner
---------------------------------------------------- */
.btn_inner{
  max-width: 782px;
  margin: 60px auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  

}

.btn_inner h2{
  font-weight:bold;
  font-size: 24px;
  margin-bottom:30px;
  
}

.btn_inner p a {
  text-decoration: underline !important;
  color: #00833e;
}
.btn_inner p a:hover {
  opacity: 0.8;
  text-decoration: underline !important;
  color: #00833e;
}

.txtLink {
  padding:0px 3px;
}

.txtLink:before {
  content: url("../img/hnav_arrow.png");
  margin-right: 4px;
  vertical-align: middle;
}

.btn_inner ul{
  display: flex;
  justify-content: space-between;
  max-width:620px;
  margin: 0 auto !important;
}

.btn_inner .btn_orange a {
  display: block;
  border-radius: 50px; 
  background: #f78222 url(/html/upload/user_data/feature/review/img/ar3_under2305.png) no-repeat right 24px center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 17px;
  color: #fff;
  border-bottom: 3px solid #cc6815;
}
.btn_inner .btn_orange2 a {
  display: block;
  border-radius: 50px; 
  background: #f78222 url(/html/upload/user_data/feature/review/img/ar3.png) no-repeat right 24px center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 17px;
  color: #fff;
  border-bottom: 3px solid #cc6815;
}

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

  .btn_inner{
  margin: 28px 20px 0;
  }
  .btn_inner ul{
    flex-direction: column;
  }
  .btn_inner .btn_orange a {
    margin: 30px auto 10px auto;
  }
  .btn_inner .btn_orange2 a {
    margin: 0 auto 30px auto;
  }
}

/* linkItem
---------------------------------------------------- */
.linkItem{
	display: flex;
  justify-content: space-between;
  width: 570px;
  margin: 0 auto;
	padding:40px 0 0;
  letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.7;
  font-size:120.8%;
}

.linkItembtn a{
	background: #EB8012
}

.linkItembtn2 a{
	background: #00833E;
}

.linkItembtn a, .linkItembtn2 a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 25px;
  border-radius: 5px;
	font-weight:bold;
	width: 270px;
  box-sizing: border-box;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
}
.linkItembtn a:hover {
  background: #F19332;
	color:#fff;
}

.linkItembtn2 a:hover {
  background: #22975A;
	color:#fff;
}


.linkItembtn > a::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-right: 2px #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}
.linkItembtn > a:hover::after {
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}
.linkItembtn2 > a::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-right: 2px #FFFFFF solid;
    border-top: 2px #FFFFFF solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}
.linkItembtn2 > a:hover::after {
	border-right: 2px #fff solid;
    border-top: 2px #fff solid;
}

@media screen and (max-width: 640px) {
  .linkItem{
    flex-flow: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
}