@charset "utf-8";
.step>div:first-child {background-color: transparent; color: #066133;}
.step>div:nth-child(2) {background-color: #066133; color: #fff}
.form_tbl td p {color: #000;}
.form_confirmation {display: block; padding: 10px 0;}
.example {display: none;}
.config_btn {text-align: center; display: inline-block;}
.config_btn>button {position: relative; display: inline-block; padding: 30px 100px; color: #066133; border: 1px solid #066133; text-decoration: none; text-align: center; font-size: 24px; font-weight: bold; margin: 50px auto 0; transition: all 0.3s;}
.config_btn>button::before {content: ""; position: absolute; bottom: 50%; right: -10%; width: 20%; height: 1px; background-color: #066133; transition: all 0.3s;}
.config_btn>button::after {content: ""; position: absolute; bottom: calc(50% + 5px); right: -10%; width: 15px; height: 1px; background-color: #066133; transform: rotate(35deg); transition: all 0.3s;}
.config_btn>button:hover {background-color: #066133; color: #fff;}
.config_btn>button:hover::before, .config_btn>button:hover::after{right: -15%;}
.return_btn {text-align: center; display: inline-block;}
.return_btn>button {position: relative; display: inline-block; padding: 30px 100px; color: #dcdcdc; border: 1px solid #dcdcdc; text-decoration: none; text-align: center; font-size: 24px; font-weight: bold; margin: 50px auto 0; transition: all 0.3s;}
.return_btn>button::before {content: ""; position: absolute; bottom: 50%; left: -10%; width: 20%; height: 1px; background-color: #dcdcdc; transition: all 0.3s;}
.return_btn>button::after {content: ""; position: absolute; bottom: calc(50% + 5px); left: -10%; width: 15px; height: 1px; background-color: #dcdcdc; transform: rotate(145deg); transition: all 0.3s;}
.return_btn>button:hover {background-color: #dcdcdc; color: #000;}
.return_btn>button:hover::before, .return_btn>button:hover::after{left: -15%;}
@media screen and (max-wdidth:1280px) {
    .config_btn>button {padding: 20px 80px; font-size: 20px;}
    .return_btn>button {padding: 20px 80px; font-size: 20px;}
}
@media screen and (max-width:768px) {
    .config_btn>button {padding: 15px 50px; font-size: 18px;}
    .return_btn>button {padding: 15px 50px; font-size: 18px;}
}