@charset "UTF-8";
/* Common Block --------------- */

.commBlc {
    max-width: 1000px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}

.boxComm {
    padding-top: 7%;
    padding-bottom: 7%;
}

.minBoxComm {
    padding-top: 4%;
    padding-bottom: 4%;
}

.minTopBoxComm {
    padding-top: 25px;
}

.minBoxBtmComm {
    padding-bottom: 4%;
}

.tinyBoxComm {
    padding-top: 2%;
    padding-bottom: 2%;
}

.boxMarg {
    margin-top: 7%;
    margin-bottom: 7%;
}

.minBoxMarg {
    margin-top: 4%;
    margin-bottom: 4%;
}

.tinyBoxMarg {
    margin-top: 2%;
    margin-bottom: 2%;
}

.paddBtmNon {
    padding-bottom: 0;
}

.txtLeft {
    text-align: left;
}

.notify {
    color: #F00;
    margin-bottom: 20px;
}

.labeNew, .labeEntry {
    background-color: #ff6600;
    color: #fff;
    width: 100%;
    max-width: 100px;
    display: inline-block;
    font-size: 12px;
    padding: 0 7px;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    box-sizing: border-box;
}

.labeEntry {
    background-color: #fa6668;
}

.imgLimit {
    max-width: 200px;
}

.ttlStyle01 {
    font-size: 150%;
    color: #402c1a;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
}

.ttlStyle01:before {
    content: "";
    background-color: rgb(230, 230, 230);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ttlStyle01:after {
    content: "";
    background-color: #402c1a;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ttlStyle02 {
    background-color: #402c1a;
    font-size: 120%;
    line-height: 2;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 3px 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.ttlStyle02:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #402c1a;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
}

#headerMain.appCompany {
    padding-top: 20px;
    padding-bottom: 2%;
}

#headerMain #blcErabu00 {
    margin-top: 20px;
}

#blcErabu00 {
    line-height: 1.5;
    margin-bottom: 20px;
}

#blcErabu00>h1 {
    color: #fff;
}

#blcErabu00>h2 {
    color: #fff;
}

#blcInq02 {
    width: auto;
    max-width: none;
    margin: 0;
}

input.fullSize {
    background-color: transparent;
    width: 100%;
    font-size: 100%;
    height: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 5px 8px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}

input.fullSize:focus {
    /* border: 1px solid #fff;
    box-shadow: 0 0 5px #fff; */
    outline: medium none;
}

input.fullSize::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: center;
}

input.fullSize::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

input.fullSize:-ms-input-placeholder {
    /* IE 10+ */
    text-align: center;
}

input.fullSize:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

input[type=file] {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#blcInq02 input.middleSize:focus {
    width: 50%;
}

#globalNav>ul {
    text-align: right;
}

#globalNav>ul>li {
    display: inline-block;
}

#globalNav>ul>li>a {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 5px 14px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}

#formBlc {
    padding-top: 4%;
    padding-bottom: 4%;
}

#formBlc.padNon {
    padding-top: 0;
    padding-bottom: 0;
}

#formBlc .partBlc {
    margin: 18% 0;
}

#formBlc .partBlc.postViewAdd {
    margin-top: 30%;
    margin-bottom: 30%;
}

#formBlc .partBlc .leftBlc {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 480px;
    line-height: 2.4;
    text-align: center;
    /*margin-right:4%;*/
    padding: 2% 4% 3%;
    margin: 0 auto;
    /*float:left;*/
    box-sizing: border-box;
}

#formBlc .partBlc .leftBlc a {
    text-decoration: none;
}

#formBlc .partBlc .leftBlc .btn {
    background: #fa6668 url(../img/common/list.png) no-repeat left 20px center;
    color: #fff;
    line-height: 2.4;
    padding: 7px 20px 7px 40px;
    margin-top: 20px;
    display: inline-block;
    transition: all 200ms ease-in-out;
}

#formBlc .partBlc .leftBlc .btn:hover {
    opacity: 0.8;
}

#formBlc .partBlc .leftBlc .btnLogin {
    margin-top: 20px;
    padding: 7px;
}

#formBlc .partBlc .leftBlc .btnLogin .submit-btn {
    background-color: #fa6668;
    color: #fff;
    width: 100%;
    font-size: 100%;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
}

#formBlc .partBlc .leftBlc .btnLogin .submit-btn:hover {
    opacity: 0.8;
}

#formBlc .partBlc .rightBlc {
    background-color: rgb(242, 242, 242);
    width: 48%;
    text-align: center;
    font-size: 90%;
    border: 2px solid #e1e0e0;
    padding: 4%;
    float: left;
    box-sizing: border-box;
}

#formBlc .partBlc .rightBlc a {
    text-decoration: none;
}

#formBlc .partBlc .rightBlc .g-signin2 {
    display: inline-block;
    vertical-align: middle;
}

#formBlc .partBlc .rightBlc .txtIcn {
    display: block;
}

.tblLogin th, .tblLogin td {
    font-size: 125%;
    color: #fff;
    padding: 7px;
}

.tblLogin th {
    width: 85px;
}

.tblView>tbody>tr>th {
    font-weight: bold;
}

.tblView>tbody>tr>th.forTtl {
    padding-top: 4%;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

.tblView table.list tr .list.padd {
    border-left: 1px solid #402c1a;
    border-right: 1px solid #402c1a;
    padding: 20px;
}

.tblView table.list tr:last-of-type .list.padd {
    border-bottom: 1px solid #402c1a;
}

.tblView .list>li {
    font-size: 125%;
    width: 23.5%;
    line-height: 1.8;
    color: #402c1a;
    border: 1px solid #402c1a;
    margin: 0 2% 17px 0;
    padding: 4px 10px;
    float: left;
    box-sizing: border-box;
}

.tblView .list>li:nth-of-type(4n) {
    margin-right: 0;
}

.tblView .list>li:nth-of-type(4n+1) {
    clear: left;
}

.tblView .list>li label {
    height: 100%;
    display: block;
}

.tblView table.list .ttl.active {
    background-image: url(../../img/common/icon_minus.png);
    border-bottom: none;
}

.tblView table.list .ttl {
    background: #402c1a url(../../img/common/icon_plus.png) no-repeat right 10px center;
    font-size: 125%;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 4px 40px 4px 15px;
    cursor: pointer;
}

.tblView textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}

.txtBordBlue {
    color: #402c1a;
    line-height: 1.8;
    border: 1px solid #402c1a;
    padding: 4px 10px;
    display: inline-block;
    box-sizing: border-box;
}

.txtBordBlue label {
    margin-right: 0;
}

.btnStyle01 {
    margin-bottom: 4px;
}

.btnStyle01 a {
    background: #fa6668 url('../../img/common/list.png') no-repeat left 12px center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 7px 15px 7px 30px;
    display: block;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
}

.btnStyle01.colorRed a {
    background-color: #fa6668;
}

.btnStyle01 a:hover {
    opacity: 0.8;
}

.btnStyle01.colorRed a:hover {
    background-color: #fa6668;
}

.btnStyle02 {
    text-align: center;
    margin: 4% 0;
}

.btnStyle02.noMarg {
    margin: 0;
}

.btnStyle02 button, .btnStyle02 a {
    background: #fa6668 url(../../img/common/list.png) no-repeat left 12px center;
    color: #fff;
    width: 100%;
    max-width: 100px;
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 7px 15px 7px 30px;
    display: inline-block;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.btnStyle02.colorOrange button, .btnStyle02.colorOrange a {
    background-color: #ff9c00;
}

.btnStyle02.inline button, .btnStyle02.inline a {
    width: auto;
    max-width: none;
}

.btnStyle02.style01 a {
    width: 100%;
    max-width: 300px;
    padding: 12px 15px 12px 30px;
    box-sizing: border-box;
}

.btnStyle02 button:hover, .btnStyle02 a:hover {
    opacity: 0.8;
}

.btnStyle02.colorOrange button:hover, .btnStyle02.colorOrange a:hover {
    background-color: #ff9c00;
}

.btnStyle02.left {
    text-align: left;
}

.noticeBlc {
    background-color: rgb(242, 242, 242);
    border: 2px solid #e1e0e0;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.txtInlineBlc {
    text-align: left;
    display: inline-block;
}

.noteTbl {
    color: #fa6668;
    text-align: center;
    margin: 2% 0;
    display: none;
}

.tblRespon {
    overflow-x: auto;
    padding-bottom: 30px;
}

.tblRespon th, .tblRespon td {
    font-size: 120%;
}

.noteTblRespon {
    font-size: 80%;
    color: #fa6668;
    margin: 2% 0;
    text-align: center;
    display: none;
}

.txtBlue {
    color: #402c1a;
}

.txtRedCapt {
    color: #fa6668;
}

.labelRadio {
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    #globalNav>ul {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .noteTbl {
        display: block;
    }
    .tblRespon .display {
        width: 800px !important;
    }
    .noteTblRespon {
        display: none;
    }
    .tblView>tbody>tr>th {
        padding-bottom: 0;
    }
    #blcInq02 input.middleSize:focus {
        width: 70%;
    }
    .ttlStyle02 {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .minBoxMarg {
        margin-top: 8%;
    }
}

@media screen and (max-width: 650px) {
    .noteTblRespon {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .minBoxMarg {
        margin-top: 14%;
    }
    #globalNav>ul>li {
        width: 48%;
        margin-right: 4%;
    }
    #globalNav>ul>li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
        display: block;
    }
    #globalNav>ul>li:nth-of-type(2n) {
        margin-right: 0;
    }
    #globalNav>ul>li>a {
        padding-left: 7px;
        padding-right: 7px;
    }
    #formBlc .partBlc .leftBlc {
        width: 100%;
        margin-bottom: 4%;
    }
    #formBlc .partBlc .rightBlc {
        width: 100%;
    }
    .tblView .list>li {
        width: 49%;
    }
    .tblView .list>li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .tblView .list>li:nth-of-type(4n+1) {
        clear: none;
    }
    .tblView .list>li:nth-of-type(2n) {
        margin-right: 0;
    }
    .tblView .list>li:nth-of-type(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 360px) {}

.icnRIght {
    width: 23px;
    height: 23px;
}

.maxSize {
    width: 100%;
}

/*list*/

.listStyle01 {
    display: block;
}

.listStyle01>li {
    float: left;
    position: relative;
    padding: 0 2%;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

.listStyle01>li a {
    font-size: 125%;
}

.listStyle01>li.blur {
    filter: blur(1px);
}

.listStyle01>li.blur:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    z-index: 1;
}

.listStyle01.col2>li {
    width: calc(50% - 2.5px);
}

.listStyle01.col2>li:nth-child(2n+2) {
    margin-right: 0;
}

.listStyle01.col3>li {
    width: calc(33.33% - 3.33px);
}

.listStyle01.col3>li:nth-child(3n+3) {
    margin-right: 0;
}

.listStyle01.col4>li {
    width: calc(25% - 3.75px);
}

.listStyle01.col4>li:nth-child(4n+4) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .listStyle01.col2>li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .listStyle01.col3>li {
        width: calc(50% - 2.5px);
    }
    .listStyle01.col3>li:nth-child(3n+3) {
        margin-right: 5px;
    }
    .listStyle01.col3>li:nth-child(2n+2) {
        margin-right: 0;
    }
    .listStyle01.col4>li {
        width: calc(50% - 2.5px);
    }
    .listStyle01.col4>li:nth-child(4n+4) {
        margin-right: 5px;
    }
    .listStyle01.col4>li:nth-child(2n+2) {
        margin-right: 0;
    }
}

.navList01 {
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 0 2%;
}

.navList01:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #402c1a;
    z-index: 1;
}

.navList01>li {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: #402c1a;
    border: 1px solid #402c1a;
    color: #fff;
    margin-bottom: -1px;
}

.navList01>li a {
    display: block;
    text-align: center;
    font-size: 125%;
    color: #fff;
    padding: 12px 10px;
    text-decoration: none;
}

.navList01>li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.navList01>li.active a {
    color: #402c1a;
}

.navList01.col5>li {
    width: calc(20% - 4px);
}

.navList01.col5>li:nth-child(5n+5) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .navList01 {
        padding: 0;
    }
    .navList01:before {
        display: none;
    }
    .navList01>li {
        margin-bottom: 7px;
    }
    .navList01>li.active {
        background-color: #fff;
        border-bottom: 1px solid #402c1a;
        z-index: 1;
    }
    .navList01.col5>li {
        width: calc(33.33% - 3.33px);
    }
    .navList01.col5>li:nth-child(5n+5) {
        margin-right: 5px;
    }
    .navList01.col5>li:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .navList01.col5>li {
        width: calc(50% - 2.5px);
    }
    .navList01.col5>li:nth-child(3n+3) {
        margin-right: 5px;
    }
    .navList01.col5>li:nth-child(2n+2) {
        margin-right: 0;
    }
}

/* btnBlue --------------- */

.btnBlue {
    margin-bottom: 5px;
}

.btnBlue.inline {
    display: inline-block;
}

.btnBlue a {
    background-color: #402c1a;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 12px;
    display: block;
}

.btnBlue.btnW320 a {
    width: 100%;
    max-width: 240px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
}

.btnBlue a:hover {
    opacity: 0.8;
}

.btnBlue button {
    background-color: #402c1a;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 4px 12px;
    display: inline-block;
    cursor: pointer;
}

.btnBlue.btnW320 button {
    width: 100%;
    max-width: 240px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btnBlue button:hover {
    opacity: 0.8;
}

.labeltitle {
    color: #402c1a;
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
    background-color: #402c1a !important;
}

#company .txtCenter.clearFix a span {
    color: #402c1a !important;
}

.tblRespon td {
    border-bottom: 1px solid #ddd;
}

.align-center {
    text-align: center;
}