body{

	margin: 0;
	padding: 0;
	background: #04b454;
}

.header{
	width: 69.444444444vw;
	margin: 0 auto;
}

.logo{
	width: 100%;
	/*height: 0;*/
}

.border{
	width: 69.444444444vw;
	margin: 3vh auto;
	display: block;	

}

.main{
	width: 100%;
	/*height: 1000px;*/
	margin: 0 auto;
}

.main-content{
	margin:0 auto;
	width: 69.444444444vw;
	background: white;
	border: 3px solid black;
	font-size: 2.85vw;
	padding: 10px 5% 10px;
	box-sizing: border-box;
	font-family: 'Kosugi Maru', sans-serif;
}

.main-font{
	line-height: 180%
}

.follow{
  margin: 15px auto 0;
  text-align: center;
}

.sns_main{
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sns{
  display: table-cell;
  width: 33.33%;
  height: auto;
  margin-bottom: 12px;
}

.sns img{
  width: 50%;
  padding: 10px 10px;
}

.short-text{
	color: #DF01A5;
	line-height: 20%
}

.sub-content{
	margin: 0 auto 2vh;
	width: 69.444444444vw;
	background: white;
	border: 3px solid black;
	font-size: 2.85vw;
	padding: 10px 5% 10px;
	box-sizing: border-box;
	font-family: 'Kosugi Maru', sans-serif;
}

.note{
	margin: 0;
	color: red;
}

.button{
	width: 41.666667vw;
	display: block;	

}

.support{
  text-align: center;
}

.footer{
	width: 100%;
	background: white;
	text-align: center;
	line-height: 5vh;

}

/*@media (max-width: 1080px) {
  .pcbr::before {
    content: "\A";
    white-space: pre;
  }
  .more-contents p {
    font-size: 0.75rem;
  }
  .block-contents.bd-bottom .contents-text p {
    font-size: 0.75rem;
  }
}

@media (min-width: 350px) {
  .step-blocks .icon-blocks {
    margin-right: 10px;
    margin-left: 10px;
  }
}
*/


/*#centrada{
  margin: 5vh auto 3vh auto;
  max-width 250px;
  width 100%;
  font-family: 'Verdana';
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.cube {
  width: 70%;
  height: 50px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.default-state,.active-state {
  height: 50px;
}
.cube +.cube{
margin: 3vh auto;
}
.default-state {
  -webkit-transform: translateZ(25px);
  -moz-transform: translateZ(25px);
  -o-transform: translateZ(25px);
  -ms-transform: translateZ(25px);
  transform: translateZ(25px);
}
.flip-to-top .active-state {
  -webkit-transform: rotateX(90deg) translateZ(75px);
  -moz-transform: rotateX(90deg) translateZ(75px);
  -o-transform: rotateX(90deg) translateZ(75px);
  -ms-transform: rotateX(90deg) translateZ(75px);
  transform: rotateX(90deg) translateZ(75px);
}
.flip-to-bottom .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-50px);
  -moz-transform: rotateX(-90deg) translateZ(-50px);
  -o-transform: rotateX(-90deg) translateZ(-50px);
  -ms-transform: rotateX(-90deg) translateZ(-50px);
  transform: rotateX(-90deg) translateZ(-50px);
}
.cube.flip-to-top:hover {
  -webkit-transform: rotateX(-89deg);
  -moz-transform: rotateX(-89deg);
  -o-transform: rotateX(-89deg);
  -ms-transform: rotateX(-89deg);
  transform: rotateX(-89deg);
}
.cube.flip-to-bottom:hover {
  -webkit-transform: rotateX(89deg);
  -moz-transform: rotateX(89deg);
  -o-transform: rotateX(89deg);
  -ms-transform: rotateX(89deg);
  transform: rotateX(89deg);
}
.cube {
  text-align: center;
  margin: 0 auto;
}
.default-state,
.active-state {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}

.cube:hover .default-state {
  background: #000;
}
.facebook {
  background: #3b5998;
}
.twitter {
  background: #019AD1;
}
.Instagram {
  background: #CF2E92;
}

div#centrada .facebook a,
div#centrada .twitter a,
div#centrada .Instagram a {
  text-decoration: none;
  color: #fff;
}*/