.hamburger {
    background: none;
}

.btn a {
    text-decoration-line: none!important;
    font-size: 19px;
}

p {
    text-align: left;
}

.confirm_text {
    font-size: 16px;
}

.acd-label {
    text-align: left;
}

footer .copy p {
    text-align: center;
}

footer nav .nav_inner p a {
    text-decoration-line: none!important;
}

@media only screen and (min-width: 768px){
.main p {
	text-align: center;
    font-size: 23px;
    padding: 6.8% 0px 0px 20px;
}
}

@media only screen and (max-width: 980px){
.main p span {
    margin-bottom: 14px;
}
}

@media only screen and (max-width: 768px){
.main p {
    font-size: 2.8vw;
    line-height: 18px;
}

.introduction_text {
    line-height: 20px;
}
	
.special_text {
    font-size: 12.2px;
}
	
.confirm_text {
    font-size: 12.3px;
    line-height: 20px;
}
	
.caution_text {
    font-size: 15px;
    line-height: 24px;
}

.caution_text span {
    line-height: 30px;
}
}