@media only screen and (max-width: 768px) {
.catch {
	background-image: url(../img/catch_bgsm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
    background-size: cover;
}
.honbun_a {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}
.point {
    background-color: #ffb981;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.textbox {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: #ff0076;
    margin-top: 50px;
}
.textboxb {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ff0076;
    color: white;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 900;
}

.t22 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 900;
}



.contents {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.step {
	background-image: url(../img/step1_sm.png);
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
}
.step2 {
	background-image: url(../img/step2_sm.png);
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
}
.image11 {
    position: relative;
    top: -10px;
}
.image12 {
    position: relative;
    top: -25px;
}
  
}


.fc1 {
	color: #e00;
	font-weight: bold;
}
.fc2 {
	background-color: #FFEE00;
	font-weight: bold;
	color: #000;
}
.fc3 {
	color: #F00;
	background-color: #FFEE00;
	font-weight: bold;
}
.fc4 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: bold;
}
.fc5 {
	color: #F00;
	font-weight: bold;
	border-bottom: solid;
	border-width: 1px;
}
.fc6 {
	color: #0099CC;
	font-weight: bold;
}
.fc7 {
	color: #000;
	font-weight: bold;
}
.fc8 {
	color: #00F;
	font-weight: bold;
}
.fc9 {
	font-size: 36px;
}
 @media screen and (max-width: 900px) {
.fc9 {
	font-size: 24px;
}
}
.fc10 {
	font-size: 60px;
}
.fc11 {
	font-size: 24px;
}
 @media screen and (max-width: 900px) {
.fc11 {
	font-size: 18px;
}
}
.fc12 {
	font-size: 16px;
}