@charset "utf-8";


#wrapper {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 700px;
    margin: 30px auto;
    padding: 10px;
}
.header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.header p {
    font-family:'Noto_bold';
    margin-bottom: 20px;
}
.header p:nth-child(1) {
    font-size: 32px;
}
.header p:nth-child(2) {
    font-size: 16px;
}
.header p:nth-child(3) {
    color: #858585;
    font-family:'Noto_medium';
    font-size: 16px;
}
.header button.btnAllsetup {
    color: #fff;
    background-color: #0960cb;
    border-radius: 50px;
    font-family:'Noto_medium';
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 62px;
    margin: 30px 0 20px 0;
    width: 270px;
}
.header button.btnAllsetup:hover {
    color: #000;
    background-color: #13f0f0;
}

.setupData {
    width: 100%;
}
.setupData table caption {    
    font-family:'Noto_bold';
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    padding: 10px 0;
}
.setupData  .setupTable {
    width: 100%;
    margin-bottom: 40px;
}
.setupData .setupTable th {
    font-family:'Noto_bold';
    font-size: 18px;
    border-top: 2px solid #0960cb; 
    border-bottom: 1px solid #cccccc;
    padding: 28px 14px;
    text-align: left;
}
.setupData .setupTable td {
    font-family:'Noto_medium';
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding: 30px 14px;
}

.setupData .setupTable .btnMore {
    color: #00a0e9;
    font-size: 14px;
}
.setupData .setupTable .btnMore:hover {
    text-decoration: underline;
}
.setupData .setupTable .setState {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
.setupData .setupTable .btnSetup {
    background-color: #0960cb;
    color: #fff;
    font-family:'Noto_medium';
    font-size: 14px;
    border-radius: 3px;
    margin-left: 5px;
    padding: 5px 2px 7px 2px;
    width: 76px;
}
.setupData .setupTable .btnSetup:hover {
    color: #000;
    background-color: #13f0f0;
}

.setupInfo {
    margin-bottom: 40px;
    width: 100%;
}
.setupInfo dt {
    font-family:'Noto_bold';
    font-size: 16px;
    line-height: 40px;
}
.setupInfo dd ul {
    width: 100%;
}
.setupInfo dd li {
    font-size: 14px;
    line-height: 26px;
}
.setupInfo dd li .pcInfo {
    margin-left: 10px;
    line-height: 20px;
}