/********************************
 共通
********************************/
body{
    margin: 10px 0px 0px 0px; 
}
.body{
    width: 850px;
    margin: auto;
}
h2{
    font-size: 20px;
    font-weight:normal;
    margin: 0px;
}
/********************************
 ヘッダー
********************************/
.logo{
    height: 42.22px;
}
.logo-img{
    float: left;
    width: 152px;
}
.logo-label{
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 42.22px;
    margin-left: 15px;
}
/********************************
 タイトル
********************************/
h1{
    margin-top: 30px;
    margin-bottom: 0px;
}
/********************************
 遷移状況
********************************/
.transition-status{
    border: #c0c0c0 2px solid;
    width: 850px;
    height: 100px;
    margin-top: 10px;
}
.content-input{
    float: left;
    margin-top: 10px;
    width: 263.3px;
    text-align: center;
}
.tsn1{
    font-size: 30px;
    color: #01916d;
}
.tsn1-label{
    font-size: 15px;
    color: #01916d;
}
.ts-arrow{
    float: left;
    width: 30px;
    margin-top: 25px;
}
.tsa-label{
    font-size: 30px;
    color: #c0c0c0;
}
.content-confirm{
    float: left;
    margin-top: 10px;
    width: 263.3px;
    text-align: center;
}
.tsn2{
    font-size: 30px;
    color: #c0c0c0;
}
.tsn2-label{
    font-size: 15px;
    color: #c0c0c0;
}
.apply-complete{
    float: left;
    margin-top: 10px;
    width: 263.3px;
    text-align: center;
}
.tsn3{
    font-size: 30px;
    color: #c0c0c0;
}
.tsn3-label{
    font-size: 15px;
    color: #c0c0c0;
}
/********************************
 お知らせ
********************************/
.information{
    margin-top: 10px;
}
.information-supplement-label{
    font-size: 15px;
}
.information-table{
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    margin-top: 30px;
    p{
        margin: 0;
    }
}
.information-label{
    font-size: 20px;
    p + p {
        margin:0;
      }
}
/********************************
 お客様情報
********************************/
.application-form{
    margin-top: 20px;
}
.ci-label{
    font-size: 20px;
    font-weight: bold;
}
.input-text{
    font-size: 20px;
}
.selectbox{
    font-size: 20px;
}
.two-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 120px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.three-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 100px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.four-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 80px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.five-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 60px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.six-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 40px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.eight-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 20px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.ac-country-char:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 5px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.company-url:after{
    content: "必須";
    color: #cc0000;
    background: #ffffff;
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    margin-left: 76px;
    border: 1.5px solid #cc0000;
    border-radius: 0.5em;
}
.check{
    color: #cc0000;
    font-size: 14px;
    margin: 0px 0px 0px 230px;
}
.item{
    width: 850px;
    height: 40px;
    margin-top: 10px;
}
.item-label{
    float: left;
    width: 215px;
}
.full-text{
    float: left;
    margin-left: 15px;
    width: 620px;
}
.half-text{
    float: left;
    margin-left: 15px;
    width: 310px;
}
.surname-text{
    float: left;
    margin-left: 15px;
    width: 305px;
}
.name-text{
    float: left;
    margin-left: 10px;
    width: 305px;
}
.surname, .name{
    box-sizing: border-box;
    height: 30px;
    width: 305px;
}
.full{
    box-sizing: border-box;
    height: 30px;
    width: 620px;
}
.half{
    box-sizing: border-box;
    height: 30px;
    width: 310px;
}
.display-button{
    box-sizing: border-box;
    padding: 1.5px 13px 1.5px 13px;
    font-size: 15px;
    color: #FFFFFF;
    background: #01916d;
    border-color: #01916d;
    margin-left: 10px;
}
.pass-notes-label{
    font-size: 20px;
    p{
        margin: 0;
    }
}
/********************************
 ApeosConnect利⽤
********************************/
.content{
    margin-top: 20px;
}
.ac-radio{
    font-size: 20px;
}
.ac-label{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.simulator{
    margin-top: 10px;
}
.simulator-text{
    display: none;
}
.simulator-check{
    color: #cc0000;
    font-size: 14px;
    margin-left: 20px;
}
.simulator-number{
    margin-top: 10px;
    width: 750px;
    height: 30px;
}
.simulator-number-label{
    float: left;
    width: 450px;
    height: 30px;
}
.simulator-number-text{
    float: left;
    width: 280px;
    height: 30px;
    margin-left: 20px;
}
.simulator-number-check{
    color: #cc0000;
    font-size: 14px;
    margin: 10px 0px 0px 470px;
}
.sn-text{
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    font-size: 20px;
}
.simulator-ip{
    margin-top: 10px;
    width: 750px;
    position: relative;
}
.simulator-ip-label{
    width: 522px;
    height: 30px;
}
.simulator-ip-text{
    width: 500px;
    height: 30px;
}
.simulator-ip-check{
    color: #cc0000;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}
.si-text{
    box-sizing: border-box;
    height: 30px;
    width: 250px;
    font-size: 20px;
}
.sn-selectbox{
    box-sizing: border-box;
    height: 30px;
    width: 100px;
    font-size: 20px;
}
.si-delete{
    font-size: 20px;
    width: 29px;
}
.si-add{
    font-size: 20px;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 430px;
    bottom: 3px;
}
.software{
    margin-top: 20px;
}
.software-item{
    width: 850px;
    height: 40px;
    margin-top: 10px;
}
.software-item-label{
    float: left;
    width: 297px;
    height: 30px;
}
.software-item-text{
    float: left;
    margin-left: 20px;
    width: 438px;
    height: 30px;
}
.software-check{
    color: #cc0000;
    font-size: 14px;
    margin-left: 20px;
}
.cs-check{
    color: #cc0000;
    font-size: 14px;
    margin: 0px 0px 0px 312px;
}
.csn-text{
    box-sizing: border-box;
    height: 30px;
    width: 534px;
    font-size: 20px;
}
.cso-text{
    box-sizing: border-box;
    height: 30px;
    width: 534px;
    font-size: 20px;
}
.ac{
    margin-top: 20px;
}
.ac-country{
    width: 750px;
    height: 40px;
}
.ac-item{
    float: left;
}
.ac-country-label{
    width: 297px;
}
.ac-label{
    font-size: 20px;
    font-weight: bold;
}
.ac-country-select{
    margin-left: 20px;
    width: 307px;
}
.ac-select{
    box-sizing: border-box;
    height: 30px;
    width: 307px;
    font-size: 20px;
}
.ac-address{
    width: 750px;
    height: 30px;
    margin-top: 10px;
}
.ac-address-label{
    width: 343px;
}
.ac-address-text{
    margin-left: 20px;
    width: 307px;
}
.ac-text{
    box-sizing: border-box;
    height: 30px;
    width: 307px;
    font-size: 20px;
}
.ac-add{
    margin-left: 20px;
}
.ac-add-button{
    box-sizing: border-box;
    padding: 1.5px 13px 1.5px 13px;
    font-size: 15px;
    color: #FFFFFF;
    background: #01916d;
    border-color: #01916d;
}
.ac-notes{
    margin-top: 10px;
    width: 750px;
}
.ac-notes-label{
    font-size: 20px;
}
.ac-table{
    margin-top: 20px;
}
#ac-table{
    border-collapse:  collapse;
    font-size: 20px;
}
.ac-table th, .ac-table td {
    border: solid 1px;    
}
.ac-table-country{
    box-sizing: border-box;
    width: 250px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}
.ac-table-address{
    box-sizing: border-box;
    width: 435px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 435px;
}
.ac-delete{
    padding: 1px 13px 1px 13px;
    font-size: 15px;
    color: #01916d;
    background: #FFFFFF;
    border-color: #01916d;
}
.ac-check{
    color: #cc0000;
    font-size: 14px;
    margin-top: 10px;
}
.pn-title{
    font-size: 20px;
    text-decoration: underline;
    text-align: left;
}
.pn{
    margin-top: 10px;
}
.pn-text{
    font-size: 20px;
    text-align: left;
}
.act-check{
    color: #cc0000;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 343px;
}
.consent{
    margin-top: 50px;
}
.license-label-text{
    font-size: 20px;
    display: inline;
}
.license-label-link{
    font-size: 20px;
    display: none;
}
.privacypolicy{
    margin-top: 10px;
}
.privacypolicy-label-text{
    font-size: 20px;
    display: inline;
}
.privacypolicy-label-link{
    font-size: 20px;
    display: none;
}
.purpose-checkbox{
    transform: scale(1.3);
}
.consent-check{
    color: #cc0000;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.consent-notes{
    margin-top: 10px;
    width: 750px;
}
.consent-notes-label{
    font-size: 20px;
}

.accaptcha{
    display: table-cell;
    margin-top: 10px;
    padding-left: 10px;
    border: 1px solid;
    border-color: #c0c0c0;
    background: #f5f5f5;
    width: 340px;
    height: 60px;
    vertical-align: middle;
}
.accaptcha-label-text{
    font-size: 20px;
    display: inline;
}

.unrobot-checkbox{
    transform: scale(1.3);
}


/********************************
 確認画面へのボタン
********************************/
.confirmation{
    padding: 5px 20px 5px 20px;
    margin: 30px 0px 30px 213px;
    font-size: 20px;
    color: #FFFFFF;
    background: #01916d;
    border-color: #01916d;
}
/********************************
 フッター
********************************/
.footer{
    background: #F1F2F1;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
    
}
.footer-option{
    width: 850px;
    height: 50px;
    margin: auto;
    padding-top: 20px;
}
.footer-logo-img{
    float: left;
    width: 180px;
    height: 50px;
}
.footer-logo-right{
    margin-left: 200px;
}
.footer-link{
    margin: 0px;
    padding: 0px;
}
#precautions{
    color: #515151;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
}
.precautions{
    list-style: none;
}
.footer-fb{
    font-size: 0.75rem;
    color: #515151;
}