@charset "UTF-8";

/* --------------------------------------------------
　フォーム補助
-------------------------------------------------- */
.hosoku {
    background: #f4f4f4;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding:14px;
    display: block;
}

.mt40 {
    margin-top: 40px !important;
}

/*************** SP幅 ***************/
@media screen and (max-width:640px) {
    .palform dl dd, .palform_onecolumn dl dd {
        width: 100%;
    }
    input.widthA { width:100px; }
    input.widthB { width:150px; }
    input.widthC { max-width:280px;  width: 75%;}
    input.widthD { width:60px; }
    input.widthE { max-width:390px;   width: 100%; }
    input.widthZipCode { width:80px; margin-right:5px; }
}

/* --------------------------------------------------
　選択画面
-------------------------------------------------- */
.selectbtnarea a {
    padding: 1em 1.5em;
    border: 1px solid #f93a03;
    border-radius: 12px;
    position: relative;
    display: block;
    padding: 10px 50px 10px 12px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    text-align:center;
}

.selectbtnarea a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 6px solid #f93a03;;
    border-right: 6px solid #f93a03;;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectbtnarea .btn_tt {
    color: #5b5b5b;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
}
.selectbtnarea .btn_sub {
    color: #5b5b5b;
    font-size: 110%;
}
.selectbtnarea .btn_date {
    color: #5b5b5b;
    font-weight: bold;
    margin-bottom: 5px;
}
.selectbtnarea .btn_closedate {
    color: #5b5b5b;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #cccccc;
}
.selectbtnarea .btn_attention {
    color: #f93a03;
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px dotted #cccccc;
}
