/*common */

a:link,
a:visited{
	color: #E26B42;
}
a:hover{
	color: #990000;
}

img{
  vertical-align:bottom;
}

.tac{
    text-align: center;
}

body{
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.inner{
    max-width: 1000px;
    margin:0 auto;
}
li{
    padding-left: 1em;
    text-indent: -1em;
}
h2{
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 80px;
}
.fwb{
    font-weight: bold;
}

/* header */
header{
    background: #000;
    padding: 22px 0;
}
header img{
    height: 45px;
    width: auto;
}

/* title */
#title{
    max-width: 800px;
    padding: 80px 0;
}

form{
    text-align: left;
    padding: 80px 0 0;
}
form input[type="text"] {
    line-height: 2;
    margin: 0;
    padding: 0 22px 1px 22px;
    border: 0;
    background-color: #eee;
    outline: 0;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
.fullname{
    display: flex;
}
.fullname div{
    width: 100%;
}
.fullname .lastName{
    margin-right: 1rem;
}
form textarea{
    border: none;
    background: #eee;
    width: 100%;
    outline: none;
    padding: 22px;
    box-sizing: border-box;
}

.company,
.post,
.fullname,
.mail,
.tel,
.other,
.contact{
    margin-bottom: 1rem;
}

.hissu,
.nini{
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 0.5rem;
    padding: 4px 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
}
.hissu{
    background: #e45c5c;
}
.nini{
    background: #e4b75c;
}

.submitBtn{
    margin-top: 50px;
    text-align: center;
}
    .submitBtn input {
        display: inline-block;
        font-size: 1.2rem;
        text-align: center;
        cursor: pointer;
        padding: 20px;
        width: 60%;
        /*background: #ff0000;*/
        background: #428bca;
        border: none;
        color: #ffffff;
        line-height: 1rem;
        transition: .3s;
    }
.submitBtn input:hover {
    opacity: 0.6;
}

.well {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #fcfcfc;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
div.privacy_policy {
    max-height: 20em;
    overflow: auto;
}
.note {
    font-size: 0.8em;
    line-height: 1.1em;
}

.address{
    width:20%;
    padding: 10.5px;
    margin: 0 auto;
    background: #ddd;
    text-align: center;
    font-size: 0.75rem;
}
.address:link,
.address:visited{
    color:#333;
    text-decoration: none;
}
.address:hover{
    opacity: 0.7;
}

.btn{
    display: block;
    padding: 25px;
    width:40%;
    margin: 0 auto;
    background: #CB181D;
    text-align: center;
}
.btn:link,
.btn:visited{
    color:#fff;
    text-decoration: none;
}
.btn:hover{
    opacity: 0.7;
}

.btnArea{
    display: flex;
    justify-content: center;
}
.btnArea .btn{
    width:20%;
    padding: 20px;
    margin: 0 10px; 
}
.btnArea .btn.return{
    background: #ccc;
    color:#333;
}

.confirm_p{
    padding-top: 30px;
    text-align: center;
}

form.conf dd{
    background: #f7f8f7;
    /*padding-left: 1rem;*/
    padding:0 1rem;
}

.dlcolor a {
    /*background: #fe7800 !important;*/
    background: #428bca !important;
}

/* footer */
footer small {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    background: #000;
    color: #fff;
    padding: 30px 0;
}


/* form_end */
#form_end #title{
    text-align: center;
}
#form_end h3{
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    color: #CB181D;
}
#form_end p{
    margin-bottom: 3rem;
}
#form_end .btn01 {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}
#form_end .btn01 a {
    display: block;
    background: #000;
    width: 320px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
#form_end .btn01 a:link,
#form_end .btn01 a:visited,
#form_end .btn01 a:hover{
    color: #fff;
}
#form_end .btn01 a:hover{
    opacity: 0.7;
}

/*** SP ***/
/* 700pxまでの幅の場合に適応される */
@media screen and (max-width: 700px) {

    input,select{
        font-size:16px;
    }

    .tac {
        text-align: left;
    }

    header h1 img {
        width: 120px;
        height: auto;
        padding-left: 22px;
    }
    h2{
        font-size: 1.75rem;
        line-height: 1;
        margin-bottom: 40px;
    }
    #title, #guidelines, #flow, #notes, form{
        padding: 40px 20px;
    }
    form{
        padding: 40px 0;
    }
    #flow img {
        width: 100%;
    }
    h3 {
        font-size: 1.25rem;
        padding-bottom: 1rem;
    }
    #notes table th {
        padding: 16px 0 10px;
        border: none;
        width: 100%;
        font-size: 1rem;
        display: block;
    }
    #notes table td {
        padding: 0px 0px 10px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
    }

    /*form p {
        padding-bottom: 20px;
    }*/
    form dl {
        display: block;
        padding-bottom: 0;
    }
    form dt, form dd {
        display: block;
    }
    form dt {
        width: 100%;
    }
    form dd {
        width: 100%;
        box-sizing: border-box;
    }
    form dd.remarks {
        width: auto;
    }
    form .well {
        min-height: 20px;
        padding: 19px;
        margin: 40px 0 40px;
    }
    .btn {
        width: 100%;
        box-sizing: border-box;
    }
    .onlysp{
        line-height: 1rem;
    }
    form .zip01 {
        width: 20% !important;
    }
    form .zip02 {
        width: 25% !important;
    }

    .confirm_p {
        text-align: left;
    }

    .btnArea .btn {
        width: 46%;
    }

    form .error {
        padding: 20px;
        margin-bottom: 20px;
    }

    form input[type="text"] {
        padding: 0 10px;
    }

    .submitBtn input {
        width: 100%;
    }

}


