title {
  background: #ffffff;
  width: 80%;
  padding: 10px;
  text-align: center;
    top: -30;
    bottom: 60;
    left: 0;
    right: 0;
    margin: auto;
}

p{
  font-size: 100%;
	text-align: center;
}

h1{
	font-size:170%;
	text-align: center;
}

h2{     
	color: #ff5088;
        margin-top: 60px;
	font-size:300%;
        background:linear-gradient(transparent 90%, #F9C1F2 50%);
	text-align: center;
}


h3{
    font-size: 300%;
    text-align: center;
    padding-bottom: 0px;
    margin-top: -30px;
    margin-bottom: -17px;
}

table{
    float: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
}

.face {
    width: 85%;
    margin: auto;
}

.btn03 {
  height: 150px;/*高さ*/
  width: 1100%;/*幅*/
  border-radius: 7px;/*角丸に*/
    background-color: #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn03:hover {
    background-color: #998bfa;
}

.btn-social-long-twitter {
    color: #333;/*文字・アイコン色*/
    border-radius: 7px;/*角丸に*/
    display: inherit;
    height: 40%;/*高さ*/
    font-weight: 800;
    width: 70%;/*幅*/
    text-align: center;/*中身を中央寄せ*/
    font-size: 25px;/*文字のサイズ*/
    line-height: 50px;/*高さと合わせる*/
    vertical-align: middle;/*垂直中央寄せ*/
    background: #EEBBCB;
    overflow: hidden;/*はみ出た部分を隠す*/
    margin: auto;
    text-decoration: none;/*下線は消す*/
}

.download-b {
    color: #fff !important;
    border-radius: 9px;/*角丸に*/
    width: 85%;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    margin-top: 6%;
    margin-bottom: 6%;
    background: #00786C;
    margin-left: auto;
    margin-right: auto;
}

/* 02.テープ */
.heading02{
	position:relative;
	margin:0 -1px;
	font:bold 700%/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	background:#EEBBCB;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #F09199,
				-30px 0 0 0 #F09199;
}

.move1 {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
    border-top-left-radius: 0px;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
body {
    width: 80%;
    display: block;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}
line {
    width: 13%;
}
