.singleContent > p{
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    position: relative;
    margin: 0 0 4px 0;
    font-weight: 300;
    padding: 8px 0 8px 0;
    font-size: 14px;
}
.catalog {
    padding: 26px 0 0 0;
}
.catalog h3{
    font-weight: 500;
    font-size: 15px;
    background: url(../common/img/line.png) 0 top no-repeat #f9f8f1;
    padding: 12px 0 12px 12px;
    position: relative;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #eee;
    line-height: 1.2em;
}
.require{
    position: relative;
    padding: 0 50px 0 0;
}
.require:before{
    content:"必須";
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 10px;
    padding: 0 10px 0 10px;
    background: #fd746c;
    color: #fff;
    border-radius: 3px;
    line-height: 1.8em;
}
.requireItem{
    font-size: 12px;
    color: #999;
    display: block;
    line-height: 1.2em;
}
.catalog table{
    width: 100%;
    margin: 0 0 39px 0;
}
.catalog tr{
    border-bottom: 1px solid #eee;
}
.catalog th{
    width: 30%;
    text-align: left;
    padding: 16px 10px 16px 10px;
    font-size: 14px;
    vertical-align: top;
    background: #fffff7;
}
.catalog td{
    width: 70%;
    text-align: left;
    padding: 16px 10px 16px 10px;
    font-size: 14px;
    vertical-align: top;
}
.catalog td span{
    font-size: 11px;
    padding: 0 0 0 12px;
}
.catalog td span.error{
    font-size: 13px;
    font-weight: 500;
    color: #fd746c;
    padding: 0 0 0 0;
}
.catalog .confirm_part div span.error{
    font-size: 13px;
    font-weight: 500;
    color: #fd746c;
    padding: 0 0 0 0!important;
    margin: 0 !important;
}
 .catalog td span.mwform-radio-field-text{
        display: inline;
        vertical-align: 0;
        padding: 0 0 0 2px;
        font-size:14px;
    }
.confirm_part{
    background: #f9f9f9;
    padding: 0 26px 26px 26px;
    border-radius: 3px;
}
.confirm_part > p{
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 26px 0 0 0;
}
.confirm_part > p a{
    color: #fd746c;
    border-bottom: 1px dotted #ca5833;
}
.confirm_part > p a:hover{
    color: #fd746c;
    border-bottom: none;
}
.confirm_part > p.require:before{
    content:"必須";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 10px;
    padding: 0 10px 0 10px;
    background: #fd746c;
    color: #fff;
    border-radius: 3px;
    line-height: 1.8em;
}
.confirm_part .horizontal-item{
    padding: 5px 30px 5px 30px;
    background: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid #eee;
    font-size: 14px;
}
#troubleArea{
    padding: 16px 26px 16px 26px;
    margin: 26px 0 0 0;
    border-radius: 3px;
    border: 1px solid #ff9068;
    font-size: 13px;
    line-height: 1.4em;
}
#troubleArea h2{
    color: #fd746c;
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: 500;
}
.confirm{
    text-align: center;
    padding: 39px 0 39px 0;
}
.confirm input{
    border: none;
    background:#ff9068;
    color: #fff;
    border-radius: 5px;
    padding: 16px 69px 16px 69px;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.1em;
}
.confirm input:hover{
    cursor: pointer;
    background: #fd746c;
}
input{
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
.confirm input.backBtn{
    background: #ccc;
}
.confirm input.backBtn:hover{
    background: #999;
}
.completed{
    text-align: center;
    padding: 0 0 120px 0;
}
.completed p{
font-weight: 500;
    font-size: 18px;
    background: url(../common/img/line.png) 0 top no-repeat;
    padding: 39px 0 120px 12px;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-weight: 500;
}
.completed a{
    border: none;
    background:#ff9068;
    color: #fff;
    border-radius: 5px;
    padding: 16px 69px 16px 69px;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
    .catalog th{
        width: calc(100% - 20px);
        text-align: left;
        padding: 16px 10px 16px 10px;
        font-size: 14px;
        vertical-align: top;
        background: #f8f8f8;
        display: block;
        border-bottom: 1px solid #eee;
    }
    .catalog td{
        width: calc(100% - 20px);
        text-align: left;
        padding: 16px 10px 16px 10px;
        font-size: 14px;
        vertical-align: top;
        display: block;
    }
    .catalog td textarea{
        width: 100%;
    }
    .catalog td > input{
        width: 100%;
        height: 22px;
    }
    .confirm_part > p{
        position: relative;
        display: inline-block;
        font-size:14px;
    }
    .catalog td span{
        font-size: 11px;
        padding: 8px 0 0 0;
        display: block;
    }
    .catalog td span.mwform-radio-field-text{
        display: inline;
        vertical-align: 0;
        padding: 0 0 0 2px;
        font-size:14px;
    }
    .confirm_part .horizontal-item{
        padding: 5px 15px 5px 15px;
        background: #fff;
        display: inline-block;
        margin: 10px 0 33px 0;
        border: 1px solid #eee;
        font-size: 13px;
    }
}