@charset "utf-8";

.read{
    margin-bottom: 40px;
}
#formArea table{
    width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
#formArea table th{
    border-bottom: #97B7BF solid 1px;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    width: 16em;
    background: url(/common/images/bd03.gif) repeat-x #F5FAFA left top / 1px auto;
}
#formArea table th:nth-child(1){
    border-left: #97B7BF solid 1px;
    padding-right: 0;
}
#formArea table th:nth-child(2){
    color: #FF0000;
    width: 5em;
    font-size: 13px;
    font-weight: 700;
    padding-left: 0;
}
#formArea table td{
    border-left: #97B7BF solid 1px;
    border-right: #97B7BF solid 1px;
    border-bottom: #97B7BF solid 1px;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
}
#formArea table tr:first-child th,
#formArea table tr:first-child td{
    border-top: #97B7BF solid 1px;
}
#formArea label{
    display: inline-block;
    margin-right: 2em;
    cursor: pointer;
}
#formArea input[type="radio"]{
    vertical-align: middle;
    margin-right: 1em;
}
#formArea input[type="text"]{
    padding: 6px 8px;
    text-align: left;
    border-radius: 3px;
    border: #CCC solid 1px;
    font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 300;
}
#formArea input[name="email1"],
#formArea input[name="email2"]{
    padding: 6px 8px;
    width: 18em;
    text-align: left;
    border-radius: 3px;
    border: #CCC solid 1px;
    font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 300;
}
#formArea input[name="companyName"],
#formArea input[name="companyNameKana"]{
    width: 36em;
}
#formArea select{
    display: block;
    padding: 8px;
    width: 18em;
    text-align: left;
    border-radius: 3px;
    border: #CCC solid 1px;
    font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 300;
    cursor: pointer;
}
#formArea table td input[name="email1"]{
    margin-right: 1em;
}
#formArea table td input[name="email2"]{
    margin-left: 1em;
}
#formArea table td input[name="zipCode"]{
    width: 12em;
    margin-left: 1em;
}
#formArea table td #todoufuken{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
#formArea table td #todoufuken span{
    width: 10em;
    font-size: 14px;
}
#formArea table td #adText{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
#formArea table td #adText span{
    width: 10em;
    font-size: 14px;
}
#formArea table td #adText input{
    width: 32em;
}
#formArea table td .caption{
    display: block;
    font-size: 14px;
    color: #454545;
    margin-top: 4px;
    margin-bottom: 4px;
}
#formArea textarea{
    padding: 6px 8px;
    width: 36em;
    height: 12em;
    text-align: left;
    border-radius: 3px;
    border: #CCC solid 1px;
    font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 300;
}
#formArea .errMsg{
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #FF0000;
}
#btnArea ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 64px;
}
#btnArea li{
    width: 16em;
}
#btnArea li:nth-child(1){
    margin-right: 1em;
}
#btnArea li button{
    background: #102469;
    color: #FFF;
    padding: 8px 0;
    width: 100%;
    font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
#btnArea li:nth-child(1) button{
    background: #102469;
    box-shadow: 0 2px 0 #102469;
}
#btnArea li:nth-child(2) button{
    background: #696B6B;
    box-shadow: 0 2px 0 #4B4E4E;
}
#completeArea{
    display: block;
    padding: 72px 0;
    text-align: center;
}
#completeArea p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
#completeBtn a{
    display: block;
    background: url(/common/images/home.png) no-repeat #102469 left 20% center / 16px auto;
    color: #FFF;
    padding: 8px 8px 8px 32px;
    width: 16em;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 0 #071132;
    border-radius: 3px;
}


/*-- 以下PC --*/
@media (min-width:1061px){
    .contWrap .btn a:hover{
        opacity: 0.65;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }
    #completeBtn a:hover,
    #btnArea button:hover{
        opacity: 0.65;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }
}
/*-- 以下　タブ＆スマートフォン --*/
@media (max-width:1060px){
    p.read{
        margin-bottom: 24px;
    }
    #formArea table,
    #formArea table tbody,
    #formArea table td{
        display: block;
    }
    #formArea table tr{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    #formArea table th{
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }
    #formArea table th:nth-child(1){
        width: 80%;
    }
    #formArea table th:nth-child(2){
        width: 20%;
        border-right: #97B7BF solid 1px;
        text-align: right;
    }
    #formArea table td{
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    #formArea table tr:first-child td{
        border-top: none;
    }
    #formArea table td label{
        display: block;
        margin-bottom: 4px;
    }
    #formArea table tr:nth-child(2) td input[type="text"],
    #formArea table tr:nth-child(3) td input[type="text"],
    #formArea table tr:nth-child(4) td input[type="text"],
    #formArea table tr:nth-child(5) td input[type="text"],
    #formArea table tr:nth-child(6) td input[type="text"]{
        width: 100%;
    }
    #formArea table tr:nth-child(7) td input[name="email1"],
    #formArea table tr:nth-child(7) td input[name="email2"]{
        width: 40%;
    }
    #formArea table td input[name="zipCode"]{
        width: 50%;
    }
    #formArea table td select,
    #formArea table td #adText input{
        width: 100%;
    }
    #formArea table td #todoufuken,
    #formArea table td #adText{
        display: block;
    }
    #formArea table td textarea{
        width: 100%;
    }
    #btnArea ul{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 32px;
        padding-bottom: 64px;
    }
    #btnArea li:nth-child(1){
        margin-right: auto;
        margin-bottom: 16px;
    }
    #btnArea li{
        width: 90%;
        max-width: 20em;
        margin-left: auto;
        margin-right: auto;
    }
    #completeArea{
        padding: 40px 0;
    }
    #completeArea p{
        font-size: 16px;
    }
    #completeBtn a{
        background-position: left 10% center;
        padding: 8px 8px 8px 32px;
        width: 80%;
        max-width: 16em;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
    
    
}
