@charset "utf-8";

* {
  box-sizing: border-box;
}

/*
html {
	opacity: 0;
	transition: all 0.8s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
  

 
.animated {
	opacity: 0;
}
  
html.wf-active {
	opacity: 1;
}
*/
img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.abg-sp {
  background-color: white;
}

.common-abg-wrap__footer {
  padding: 30px 0;
  background-color: white;
}


/* スクリーンリーダー用のテキスト*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 767px) {
  .common-abg-wrap__footer {
    padding: 30px 0 0;
  }
}

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

/* ページトップへ戻るボタン */
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 20px;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 5;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/* ----------------------------- */


/* -- .entry-btn------------------------- */

.page-wrap .entry-btn,.page-wrap .entry-btn-end,.page-wrap .entry-tiktok-btn{
  text-align: center;
  display: block;
  padding: 20px 30px;
  font-size: 28px;
  max-width: 640px;
  width: 90%;
  margin: 20px auto 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  border-radius: 50px;
  color: #fff;
  font-family: tbcgothic-std, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  
}

.page-wrap .entry-btn{
  transition: 300ms;
  background-color: #32a138;
  
  line-height: 1.4 !important;
}
.page-wrap .entry-btn:hover{
  color: white;
  background-color: #53d35a;
  transform: scale(1.1);
}

.page-wrap .entry-tiktok-btn{
  transition: 300ms;
  background-color: #e95412;
}
.page-wrap .entry-tiktok-btn:hover{
  color: white;
  background-color: #f56b30;
  transform: scale(1.1);
}
.page-wrap .entry-tiktok-btn small,.page-wrap .entry-btn small{
  font-size: medium;
}

.page-wrap .entry-btn-end{
  background-color: #888;
}

.entry-wrap .entry-btn-end,.entry-wrap .entry-btn{
  margin: 30px auto 70px;
}

@media screen and (max-width: 767px) {
  .page-wrap .entry-btn,.page-wrap .entry-btn-end,.page-wrap .entry-tiktok-btn{
  font-size: 20px;
  max-width: 400px;
    margin: 10px auto 30px;
  }
  .entry-wrap .entry-btn, .entry-wrap .entry-btn-end, .entry-wrap .entry-tiktok-btn {
    font-size: 20px;
    max-width: 400px;
  margin: 10px auto 60px;
}
  .page-wrap .entry-btn-end{
    
  padding: 20px 30px;
  }
}


/* -- .page-wrap ------------------------- */
.page-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}


.page-wrap .text_center {
  text-align: center;
}



.page-wrap a {
  transition: all 300ms ease;
  color: #ca0447;
}
.page-wrap a:hover {
  color: #a21800;
}

.goto{
  padding: 0 40px;
  margin-top: 80px;}
.goto a {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #ff46f9ba;
  color: white;
  font-size: 1.2rem;
  padding: 20px 10px;
  border-radius: 10px;
}
.goto a:hover {
  background: #fff402;
  color: #ff46f9ba;
}



.page-wrap p {
  font-size: 18px;
}


.page-wrap h2 {
  color: #360000;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 10px;
  font-size: 40px;
  border-bottom: solid 2px;
  width: 100%;
  max-width: 320px;
  margin: 35px auto;
  font-family: tbcgothic-std, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

h3{
  color: #360000;
  padding:20px 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 2px solid;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  font-family: tbcgothic-std, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

h4{
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 765px;
  font-weight: bold;
  padding: 5px 1em;
  border: 2px solid white;
  border-radius: 5px;
  color:white;
  margin: 5px 0 20px;
}


.page-wrap p span,
h1 span,
h2 span,
h3 span,
dl span,
ul span {
  font-size: small;
  line-height: 1 !important;
}
strong{line-height: 2;}


.page-wrap .text_center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-wrap {
  }
  .page-wrap p {
    font-size: 16px;
  }
  .page-wrap h2 {
    font-size: 30px;
    width: 100%;
    max-width: 260px;
    margin: 20px auto;
  }

  .page-wrap h3 {
    font-size: 22px;
    
    max-width: 260px;
    margin: 20px auto;
  }
}

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


/* -- header ------------------------- */
header{
  background-image: url(../images/back_marble.jpg);
    background-size: 950px;
    background-position: center;
    background-repeat:repeat-x;
    padding: 60px 0 80px;
}

.header-con {
  max-width: 1100px;
  padding: 30px 15px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

header picture img{
  max-width: 800px;
  margin: 0 auto;
}

header .prize {
  max-width: 800px;
}

header .presents{
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  header{
      background-size: 100%;
      padding: 20px 0;
    background-position: center bottom;
  }
  
header .presents{
  max-width: 90%;
  padding: 0 20px;
}
  
}

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

/* -- .info-wrap ------------------------- */
/* 
.box-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
} */

.info-wrap {
  padding: 30px 0px;
  
}

.info-about {
  max-width: 900px;
  margin: 0 auto;
}

.info-about p {
  padding: 20px 10px;
  font-size: 18px;
  max-width: 650px;
  margin: 0 auto;
}

.info-about picture{
  padding: 0 10px;
}

.page-wrap .info-title {
  text-align: center;
  padding: 20px 10px;
  font-size: 25px;
  line-height: 1.5em;
  font-family: heisei-kaku-gothic-stdn, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0px 2px #fff, 0px 5px rgba(212, 25, 0, 0.4);
}

.info-photo-wrap {
  max-width: 1100px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-photo {
  width: 100%;
  max-width: 400px;
}

.info-wrap .link-bana a {
  display: block;
  margin: 0 auto ;
  padding: 0 20px;
  width: fit-content;
    }

.info-wrap .link-live-bana a {
  display: block;
  margin: 0 auto ;
  padding: 0 20px;
  width: fit-content;
  max-width: 95%;
  background-color: #0d92cd;
    color: white;
    padding: 5px;
    border-radius: 2px;
    }
.info-wrap .link-live-bana p{
font-family: tbcgothic-std, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    padding: 5px 5px 0;
    text-align: center;
}


.info-wrap .movie-wrap{
    margin: 10px auto 0;
}
.info-wrap .movie-con{
    display: flex;
}


.info-wrap .movie-con .movie-example{
    max-width: 600px;
    width: calc( 50% - 10px );
    padding: 0;
    margin: 0 auto;
}

.info-sdgsnews-wrap {
  max-width: 1090px;
  margin: 80px auto 20px;
  text-align: center;
  padding: 10px;
}

.info-sdgsnews-wrap img{
  width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
}


.info-sdgsnews{
  border: 1px solid #e95412;
  border-radius: 20px;
  padding: 60px 10px 20px 10px;
  position: relative;
}



.info-sdgsnews-wrap h4{
  border: unset !important;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
}

.info-sdgsnews-wrap .movie-example{

  margin: 20px auto 40px !important;
}


@media screen and (max-width: 767px) {
  .info-about {
    width: 100%;
  }

  .info-about p {
    width: 100%;
  }
  .info-photo-wrap {
    width: 100%;
  }
  .info-photo {
    max-width: 250px;
  }

  .page-wrap .info-title {
    font-size: 20px;
  }
  
  .info-wrap .movie-con{
    display: block;
}
  .info-wrap .movie-con .movie-example{
    width: calc( 100% - 10px );
    padding: 20px 0;
}


.info-sdgsnews{
  padding: 40px 10px 20px 10px;

}
.info-sdgsnews-wrap .movie-example{

  margin: 0px auto 0 !important;
}
}

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

/* -- .movie-wrap ------------------------- */

.movie-spot,.movie-result {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.movie-spot p,.movie-text{
  color: #360000;
  text-align: center;
  font-family: tbcgothic-std, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  position: unset;
}

.movie-spot .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-spot .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.judge-contents {
  margin-top: 40px;
}

.movie-wrap,.judge-wrap {
  background: white;
  max-width: 1100px;
  padding: 20px 10px;
  margin: 0 auto 60px;
}

.divide {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.divide-con {
  width: 500px;
  min-width: 50%;
}
.separate .divide-con{
  width: 50%;
  min-width: unset;
}

.movie-con {
  max-width: 1100px;
  margin: 0 auto;
}

.movie-about p {
  padding: 10px;
  font-size: 18px;
  max-width: 1100px;
  margin: 0 auto;
  
}

.page-wrap .movie-title {
  max-width: 500px;
  position: relative;
  padding: 0 45px;
  margin: 1em auto 20px auto;
  
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  font-family: heisei-kaku-gothic-stdn, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ab1f24;
}

.movie-title:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ab1f24;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}

.movie-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #ab1f24;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

.movie-example {
  max-width: 700px;
  padding: 10px 5px 20px 5px;
  
  margin: 0 auto;
}

.page-wrap .title02 {
  padding: 10px;
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto;
  
}

.movie- {
  width: 100%;
  max-width: 400px;
}


.judge-photo-wrap {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
    justify-content: center;
}

.judge-photo {

  width: calc(33.3% - 10px);
  margin: 5px;
}

.judge-photo-divie{

  width: calc(50% - 10px) !important;
}

.page-wrap .judge-text p {
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  padding: 0 ;
  line-height: 1.5em;
  margin: 20px 0;
}

.judge-contents span {
  font-size: 70%;
  line-height: 0em;
}

.judge-photo-img {
  display: block;
  border-radius: 60%;
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 10px auto;
  overflow: hidden;
}

.judge-photo-img a,.separate-photo-img a{
  display: block;
  position: relative;}
.judge-photo-img a::after,.separate-photo-img a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/movie/play.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.judge-photo-img img {
  width: 100%;
  object-fit: cover;
  text-align: center;
  display: block;
}


.movie-wrap .separate-photo {
  
  height: 100%;
  width: calc(30% - 20px);
  margin: 10px;
}
.separate-photo-img {
}


.movie-wrap .grand-photo {
  
    height: 100%;
    max-width: 640px;
    width: 90vw;
    margin: 10px auto 30px auto;
    padding: 5px;
    border-radius: 5px;
}

.gold{
  background-color: gold;
}
.silver{
  background-color: silver;
}

.grand-photo-img {
  border-radius: unset;
  display: block;
  width: 100%;
  max-height: 500px;
  margin:0 auto;
  overflow: hidden;
  background-color: white;
}

.page-wrap .grand p{
  margin: 0 auto;
  max-width: 300px;
  font-size: 25px;
  text-align: center;
  font-family: tbcgothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  line-height: 1.4 !important;
  padding-bottom: 10px;
}
.gp{color: #e95412; text-shadow: 0px 2px #fff, 0px 5px gold;
}
.sgp{color:black; text-shadow: 0px 2px #fff, 0px 5px silver;}

.page-wrap .grand p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/g-niku-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 0;
    
    top: 1em;
}

.page-wrap .grand p:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/g-niku.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    right: 0;
}

.page-wrap .semi p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/s-niku-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 0;
    top: 1em;
}

.page-wrap .semi p:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/s-niku.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    right: 0;
}

@media screen and (max-width: 767px) {
  .movie-about {
    width: 100%;
  }

  .separate .divide-con{
    width: unset;
    min-width: 50%;
  }
  .movie-about p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 15px;
  }

  .movie-example {
    max-width: 90vw;
  }

  .page-wrap .movie-title {
    font-size: 20px;
  }

  .judge-photo-wrap {
    width: 100%;
  }

  .judge-photo,.judge-photo-divie{
    width: calc(50% - 10px) !important;
  }
  .judge-photo-img img{

  }

  .judge-wrap img {
    max-width: 500px;
  }

  .page-wrap .judge-text p {
    font-size: 14px;
    padding: 0;
  }
  .judge-contents .small {
    font-size: 55%;
  }

  .movie-wrap .separate-photo {
    width: calc(50% - 20px);
  }

  .page-wrap .grand p{
    max-width: 280px;
    font-size: 20px;
  }
}

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

/* -- .app-wrap ------------------------- */
.app-wrap {
  padding: 20px 10px 40px;
}

.app-con {
  max-width: 1100px;
    margin:0 auto 40px;
    border-radius: 50px;
    background-color: #e967a0;
  padding: 40px 10px 10px 10px;
  
  color: white;
}
.app-wrap p {
  color: white;
  padding: 20px;
  font-size: 16px;
}

.app-wrap h2{
  color: white !important;}
.app-wrap .maintitle {
  
  margin: 20px auto 50px;
  border-top: 2px white solid;
}


.app-wrap dl {
  font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin: 20px auto;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.app-wrap dt {
    font-size: 18px;
    text-align: center;
    width: 20%;
    font-weight: bold;
    padding: 5px 1em;
    background: white;
    border-radius: 5px;
    color: #e967a0;
    border: 1px solid;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.app-wrap dd {
  display: inline-block;
  width: 70%;
  margin: 10px 0;
  padding: 0 1em;
}
.app-wrap dd:before {
  content: " ";
}

.app-grand {
  font-size: larger;
  font-weight: bolder;
  border-bottom: solid 3px #fff9c3;
}

.live {
  max-width: 1100px;
  width: 100%;
  padding: 5px 20px;
  margin: 0 auto;
  display: block;
  
}

@media screen and (max-width: 767px) {
  .app-con {
    width: 100%;
  }

  .app-wrap p {
    font-size: 14px;
  }

  .app-wrap dl {
  }

  .app-wrap dt {
    width: 100%;
    text-align: left;
  }
  .app-wrap dd {
    margin: 10px auto 20px;
    width: 100%;
  }
}

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

/* -- .sdgs-wrap ------------------------- */
.sdgs-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
  color: white;
}

.sdgs-wrap p {
  padding: 20px 10px;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.sdgs-wrap a {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
  
  padding: 20px;
}

.sdgs-img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sdgs-wrap {
    width: 100%;
  }

  .sdgs-wrap p {
    font-size: 14px;
  }

  .sdgs-img {
    max-width: 400px;
  }
}

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

/* -- .entry-wrap ------------------------- */
.entry-wrap {
  padding: 80px 10px 10px;
  
  background-image: url(../images/back_Y.jpg);
}

.entry-con {
  max-width: 1100px;
  background-color: white;
  border-radius: 50px;
  margin: 0 auto 60px;
  padding: 20px 10px 30px;
  
}
.entry-wrap .entry-con h4{
  color: #360000;
    text-align: left;
    margin: 40px auto 0;
    max-width: 900px;
    display: block;
    padding: 0 10% 5px;
    position: relative;
    font-family: tbcgothic-std, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    
    line-height: 1.5;
}

.entry-wrap .entry-con h4::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8%;
  height: 2px;
  background-color:#360000;
}

.entry-wrap p {
  padding: 20px 20px 30px 20px;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.entry-img {
  padding: 0 0 20px;
  margin: 0 auto;
  max-width: 900px;
}



.page-wrap .entry-wrap ul {
  list-style: disc;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  text-decoration: dotted;
  padding: 20px 10px 20px 40px;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  
  display: block;
}

.entry-photo-wrap {
  background-color: #fff;
  max-width: 1100px;
  padding: 10px 10px 30px 10px;

  margin: 30px auto 20px auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
    align-items: flex-start;
}

.entry-photo {
  
  height: 100%;
  width: calc(30% - 10px);
}

.entry-text p {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  padding: 0;
}

.entry-photo-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.entry-wrap img {
  width: 100%;
  max-width: 1100px;
}
.entry-movie {
  padding-top: 10px;
  text-align: left;
  font-size: 18px;
  padding-left: 1.5em;
}


@media screen and (max-width: 767px) {
  .entry-wrap {
    width: 100%;
  }
  .entry-wrap .entry-con h4 {
    padding: 0 10%;
    font-size: 22px;
}

  .entry-wrap p {
    padding: 20px;
    font-size: 14px;
  }

  .page-wrap .entry-wrap ul {
    font-size: 14px;
    padding: 20px 10px 20px 30px;
  }

  .entry-photo-wrap {
    width: 100%;
    padding: 0;
  }

  .entry-photo {
    margin: 0 auto;
    width: calc(50% - 0px);
  }

  .entry-wrap img {
    max-width: 350px;
    padding: 0 0 20px;
  }


  .entry-text p {
    font-size: 14px;
    padding: 0;
  }
  .entry-movie {
    font-size: 16px;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 358px) {
  .entry-photo {
    margin: 0 auto;
    width: calc(50% - 0px);
  }
}


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

/* -- .attention-wrap ------------------------- */
.attention-wrap {
    margin: 40px auto;
    padding: 20px 10px;
}

.attention-wrap p {
  padding: 30px 0;
  font-size: 16px;
}

.page-wrap .attention-wrap ul {
  margin: 0 auto;
  padding: 30px 20px 30px 40px;
  max-width: 1100px;
  list-style: disc;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  text-decoration: dotted;
  font-size: 16px;
  
  border-radius: 50px;
  border: 2px solid;
}
.page-wrap .attention-wrap li{
  max-width: 750px;
  margin: 20px auto;
}
.attention-wrap a {
  color: #ab1f24 !important;
  margin: 20px auto;
  transition: 0.1s;
}

@media screen and (max-width: 767px) {
  .attention-wrap {
    padding: 30px 10px 30px 15px;
    width: 100%;
    margin: 50px auto;
  }

  .attention-wrap {
    padding: 10px;
    font-size: 14px;
  }

  .page-wrap .attention-wrap ul {
    font-size: 14px;
  }
}


.supported-wrap {
  margin: 40px auto 0;
  padding: 0 40px;
  max-width: 1100px;
  border-radius: 50px;
  border: 2px solid;
}

.supported-wrap__title {
  max-width: fit-content;
  width: 90%;
  margin: 0 auto;
  font-size: 18px !important;
  text-align: center;
}

.supported-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 20px;
  line-height: 2;
  font-size: 16px;
}

.supported-list__item {
  width: 10%;
  text-align: center;
}

.supported-list__name {
  width: 90%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.supported-wrap .supported-list span {
    font-size: 16px !important;
    line-height: 2 !important;
   display: inline-block;
}

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

  .supported-wrap__title {
    font-size: 16px !important;
  }

  .supported-list {
    display: block;
    font-size: 14px;
  }

  .supported-list__item {
    width: 100%;
    text-align: center;
  }

  .supported-list__name {
    width: 100%;
    padding-left: 0;
  }
  
  .supported-wrap .supported-list span {
    font-size: 14px !important;
}
}

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

/* -- .rink-wrap ------------------------- */
.link-wrap {
  padding: 30px 15px;
  
  background-image: url(../images/back_b.jpg);
  overflow: hidden;
}

.link-bana {
  
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 25px 0 20px 0;
}

.link-bana a {
  display: block;
  margin: 5px auto;
  padding: 10px 0;
  width: calc(50% - 10px);
}

.link-bana img {
  width: 100%;
}

.link-bana-text {
  color: #fff;
  margin-bottom: -1.9em;
  text-align: end;
  text-decoration: none;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .link-wrap {
    width: 100%;
  }

  .link-bana {
    display: block;
    width: 100%;
    text-align: center;
  }
  .link-bana a {
    
  width: calc(90% - 10px);
  }
}

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