@charset "utf-8";

table.info {
    width: 100%;
    float: none;
    margin-bottom: 50px;
}

h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.box {
    border: 1px solid #ff9a9a;
	padding: 20px 30px 30px;
    background-color: #fff4f4;
}

article p {
    text-align: center;
}


.box02{
	margin-top: 30px;
	border: 1px solid #ffd400;
	background-color: #fffdf3;
}

.box02 p{
	text-align: justify;	
}
.box02 p:last-of-type{
	margin-top: 10px;
}

.box02 p span{
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}

.box02 p span:first-of-type{
	padding-top: 10px;
}

.box02 p span:last-of-type{
	padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    article p {
        text-align: justify;
    }

    .box {
        padding: 10px;
    }

}
