@charset "UTF-8";
/*---------------------------------------

 PC版のソースです

-----------------------------------------*/
body{
	background:url("../imgHtml/system/haikei.png") center top no-repeat;
}
article{
	background: none;
}
.system {
    width: 765px;
    margin: 0 auto;
    margin-top: 190px;
}
.system h1+p {
    text-align: center;
    margin-bottom: 20px;
}
.sample {
    width: 765px;
    margin: 0 auto;
    position: relative;
}
.sample h2 {
    position: absolute;
    z-index: 333;
    font-size: 60px;
    color: #0ed79c;
}
.sample img {
    margin-top: 55px;
}
.sample h3 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}
.sample h3+p {
    text-align: left;
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
}
.tips {
    border: 3px solid #0ed79c;
    border-radius: 10px;
    padding: 20px;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 70px;
    position: relative;
	background: #fff;
}
.tips h4 {
    background: #0ed79c;
    color: #fff;
    text-align: center;
    font-size: 24px;
    width: 420px;
    position: absolute;
    border-radius: 30px;
    top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.tips p {
    padding-top: 40px;
    width: 530px;
}
.tips p span {
    font-weight: bold;
    text-decoration: underline;
}
.tips img {
    position: absolute;
    bottom: 0;
}
.tips.rightB img {
    right: 0;
}
.tips.leftB {
    padding-left: 180px;
}
.tips.leftB img {
    left: 0;
}
.tips.leftB h5 {
    text-align: right;
}
.tips.rightB h5 {
    margin-left: 460px;
}
.yukue h3+p {
    text-align: center;
}
.sa {
opacity: 0;
transition: all .7s ease; 
}
.sa--up {
transform: translate(0, 100px);
}
.sa.show {
opacity: 1;
transform: none;
}
.fadein{
animation: fadeIn 0.5s ease 0s 1 normal;
-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
50% {opacity: 0.5}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/*---------------------------------------

 SP版のソースです　640px以下

-----------------------------------------*/
@media screen and (max-width: 640px) {
.system {
    width: 640px;
}
.sample {
    width: 640px;
}
.sample h2+img {
    width: 640px;
}
.sample h3+p {
    padding: 20px;
    font-size: 16px;
}
.tips p {
    margin: 20px;
	font-size: 20px;
}
.tips.leftB {
    padding-left: 140px;
}
.tips.leftB.mei {
    padding-left: 160px;
}
.tips p {
    width: 430px;
}
.tips.rightB h5 {
    margin-left: 350px;
}
.yukue h3+p {
    font-size: 14px;
    text-align: center;
}
}
