@import "css.css";
@import "l&r.css";

.f-line {
    line-height: 2;
    padding-bottom: 1em;
}

.f-line.check {
    display: none;
}

.f-line.check.on {
    display: block;
}

.inline {
    margin-left: 6em;
    line-height: 2.625;
}

.inline a.on {
    background-image: url('../img/on-check.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.inline a {
    display: inline-block;
    margin-right: 1em;
    padding: 0 1em;
    box-sizing: border-box;
    height: 3em;
    line-height: 3;
    border: 1px solid #ddd;
    font-size: 87.5%;
    background-position: right top;
}

.inline a:hover {
    border-width: 1px;
    border-style: solid;
}

#p1.on,
#p2.on,
#p3.on {
    display: inline;
}

#p1,
#p2,
#p3 {
    display: none;
    line-height: 2.625;
}

#button {
    padding: 0 3em;
    margin-top: 1em;
    color: #fff;
    transition: all .3s linear;
    line-height: 3;
    display: inline-block;
    border-radius: .25em;
    cursor: pointer;
    margin-left: 5em;
}

#button:hover {
    background-color: #dd3c28;
}

form {
    margin-top: 1em;
}

.busi-title {
    border-collapse: collapse;
    border-spacing: 0;
    width: calc(100% - 1em);
}

.busi-title td {
    line-height: 2.5;
    padding-left: 1em;
}

.busi-title td .busi-t {
    line-height: 2;
    font-size: 150%;
}

.f-line {
    margin: 2em 2em 0 2em;
}

.f-line span {
    width: 6em;
    float: left;
    line-height: 2.5;
    text-align: right;
}

.f-line textarea, .f-line input {
    border: 1px solid #efefef;
    resize: none;
    width: calc(100% - 7em);
    float: left;
    height: 7.5em;
    line-height: 2.5;
    font-size: 87.5%;
    box-sizing: border-box;
    padding: 0 .75em;
    font-family: Microsoft Yahei;
}

.f-line input {
    height: 2.5em;
}

small {
    margin-left: 7.2857143em;
    color: #f00;
    display: block;
    text-align: left;
}

#sbmt {
    max-width: 160px;
    line-height: 3;
    font-size: 100%;
    height: 3em;
    border: none;
    color: #fff;
    border-radius: .25em;
    transition: all .3s linear;
    cursor: pointer;
    margin-bottom: 2em;
}

@media only screen and (max-width: 560px) {
    .f-line {
        margin: 1em 1em 0 1em;
    }
}

@media only screen and (max-width: 450px) {
    #a1, #a2 {
        margin-bottom: 1em;
    }

    #a3 {
        margin-right: 0;
    }

    .f-line {
        margin: 1em 0em 0 0em;
    }
}