@charset "UTF-8";

/*
 * style.css
 *
 */
#container2{
    margin: 0 auto;
    width: auto;
    padding-top: 80px;
}

#container2 .companyTop .detailTop{
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ff8c00;
    text-align: left;
}
#container2 .companyTop .detailTop span:nth-child(1) {
    font-size: 31px; 
    font-weight: bold;
}

@media only screen and (max-width: 320px) {
    #container2 .companyTop .detailTop span:nth-child(1) {
        font-size: 24px; 
        font-weight: bold;
    }
}

@media only screen and (max-width: 280px) {
    #container2 .companyTop .detailTop span:nth-child(1) {
        font-size: 20px; 
        font-weight: bold;
    }
}


#container2 .companyTop .detailTop span:nth-child(3) {
    font-size: 12px; 
    font-weight: bold;
    color: black;
}

@media only screen and (min-width: 991px) {
    #container2 .companyTop .detailTop{
        top: 50%;
        left:calc(50% - 500px + 30px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        max-width:1000px;
    }
}

@media only screen and (max-width: 990px) {
    #container2 .companyTop .detailTop{
        top: 50%;
        left: 2%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}
@media only screen and (max-width: 630px) {
    #container2 .companyTop .detailTop{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        text-align: center;
    }
}

.companyTop{   
  position: relative;
  width: 100%;
  min-height: 30vh;
  background: url("/-/media/HR-Guide-Renewal/images/common/top_sub")center / cover;
}



.headerIn {
    width: auto;
}

.blockarea {
    text-align: center;
}

.confirm_btn {
    width: 24%;
    background-color: #FF8C00;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 10px 100px;
    background: #FF8C00 url(../../../img/arrow.png) 94% center no-repeat;
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    background-size: 1.5vh auto;
}

.confirm_btn:hover {
      box-shadow: 0 1px 0; 
      margin: 12px auto 8px;
}

.confirm_btn:hover {
      opacity: 0.8;
}



body {
    font-size: 16px;
	text-align: center;
}



@media screen and (min-width: 786px){
    .container_contact{
        margin: 0 30px;
    }
}


/* !contact
---------------------------------------------------------- */

.mw_wp_form_input .hideInput {
    display: none;
}

.mw_wp_form_confirm .hideConf {
    display: none;
}

#contact .btnArea .back_btn {
    /*background: #999 url(/-/media/OS-TECHNOLOGY/jp/Images/common/ico_arrow11_bk.png) 10% center no-repeat;*/
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
    margin-right: 5%;
}

#contact .btnArea .backtop_btn {
    /*background: #0275ce url(/-/media/OS-TECHNOLOGY/jp/Images/common/ico_arrow11.png) 94% center no-repeat;*/
    -webkit-background-size: 8px auto;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
}

.p_policy {
    font-weight: normal;
    font-size: 14px;
}


/* !contact
---------------------------------------------------------- */

#contact {
    margin: 0 auto;
    max-width: 1000px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

#contact h2 {
    margin: 40px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    font-size: 214%;
    font-weight: bold;
    text-align: center;
}

#contactIn {
    margin: 0 auto;
    width: 100%;
}

#contactIn .p_txt01 {
    margin-top: 40px;
    font-size: 115%;
}

#contact table {
    margin-top: 40px;
    width: 100%;
}

#contact table,
#contact table {
    padding: 20px 0px;
    vertical-align: top;
    text-align: left;
}

td {
    padding: 20px 0px;
    vertical-align: top;
    text-align: left;
}

th {
    padding: 20px 80px 20px 0px;
    vertical-align: top;
    text-align: left;
	width: 210px;
}

#contact table {
    text-align: left;
    font-weight: bold;
}

#contact table {
    width: auto;
}

#contact table th .red {
    color: #F00;
    font-size: 86%;
}

#contact table input[type="text"],
#contact table select {
    padding: 5px;
    border: 1px solid #ccc;
    width: 250px;
}

#contact table .size2 input {
    width: 360px;
}

#contact table .size1 input {
    width: 200px;
}

#contact table .size3 input {
    width: 160px;
}

#contact table .p_mail {
    font-size: 14px;
    margin: 20px 0px 0px 0px;
}

#contact table select {
    font-size: 14px;
}

#contact table textarea,
#contact table .div_policy {
    padding: 5px;
    border: 1px solid #ccc;
    width: 600px;
    height: 240px;
    overflow-y: scroll;
}

#contact table .div_policy p+p {
    margin-top: 1em;
}

#contact table .p_check {
    margin: 10px 0 20px;
}

#contact .btnArea {
    margin: 30px 0px;
    text-align: center;
}

#contact .btnArea .btn {
    padding: 5px 0;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#contact .btnArea .confirm_btn { 
   padding: 10px 0;
   background: #e10000 url(/-/media/HR-Guide-Renewal/images/common/arrow) 84% center no-repeat;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 1.0vh auto;
}

#contact .btnArea .confirm_btn:hover {
      box-shadow: 0 1px 0; 
      margin: 12px auto 8px;
}

#contact .btnArea .confirm_btn:hover {
      opacity: 0.8;
}


@media screen and (max-width: 630px){
    #contact .btnArea .confirm_btn{
        width:240px;
        font-size: 2vh;
        padding: 10px 0px;
    }
}


#contact .error {
    margin: 5px 0;
    color: #F00;
}

#contact td .error {}


}
@media only screen and (min-width: 961px) {
    /* !contact
---------------------------------------------------------- */
    
    #contact {
        margin: 0 auto;
        width: auto;
    }
    
    #contact h2 {
        margin: 40px 0 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #333;
        font-size: 214%;
        font-weight: bold;
        text-align: center;
    }
    
    #contactIn {
        margin: 40px auto 50px;
        width: 980px;
    }
    
    #contactIn .p_txt01 {
        margin-top: 40px;
        font-size: 115%;
    }
    
    #contact table {
        margin-top: 40px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        width: 100%;
    }
    
    #contact table td,
    #contact table th {
        padding: 20px 15px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        vertical-align: top;
    }
    
    #contact table th {
        background-color: #f9f9f9;
        font-weight: bold;
    }
    
    #contact table td {
        width: auto;
    }
    
    #contact table th .red {
        color: #F00;
        font-size: 86%;
    }
    


    #contact table input[type="text"],
    #contact table select {
        padding: 5px;
        border: 1px solid #ccc;
    }


    #contact table .size2 input {
        width: 360px;
    }
    
    #contact table .size1 input {
        width: 200px;
    }
    
    #contact table .size3 input {
        width: 160px;
    }
    
    #contact table .p_mail {
        font-size: 14px;
        margin: 20px 0px 0px 0px;
    }
    
    #contact table select {
        font-size: 14px;
    }
    
    #contact table textarea,
    #contact table .div_policy {
        padding: 5px;
        border: 1px solid #ccc;
        width: 600px;
        height: 240px;
        overflow-y: scroll;
    }
    
    #contact table .div_policy p+p {
        margin-top: 1em;
    }
    
    #contact table .p_check {
        margin: 10px 0 20px;
    }
    
    #contact .btnArea {
        margin: 30px 0px;
        text-align: center;
    }
    
    #contact .btnArea .btn {
        padding: 15px 0;
        border: none;
        width: 160px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
    
    #contact .btnArea .clear_btn {
        margin-right: 20px;
        /*background: #1bbc9b url(/-/media/OS-TECHNOLOGY/jp/Images/common/ico_arrow11.png) 94% center no-repeat;*/
        -webkit-background-size: 8px auto;
        -moz-background-size: 8px auto;
        background-size: 8px auto;
    }
    
    #contact .btnArea .confirm_btn {
        /*background: #0275ce url(/-/media/OS-TECHNOLOGY/jp/Images/common/ico_arrow11.png) 94% center no-repeat;*/
        -webkit-background-size: 8px auto;
        -moz-background-size: 8px auto;
        background-size: 8px auto;
    }
    
    #contact .btnArea .backtop_btn {
        /*background: #0275ce url(/-/media/OS-TECHNOLOGY/jp/Images/common/ico_arrow11.png) 94% center no-repeat;*/
        -webkit-background-size: 8px auto;
        -moz-background-size: 8px auto;
        background-size: 8px auto;
    }
    
    #contact .error {
        margin: 5px 0;
        color: #F00;
    }
    
    #contact td .error {}
}
@media only screen and (max-width: 961px) {
    /* !contact
---------------------------------------------------------- */
    
    #contact {
        padding: 0 15px;
        width: auto;
    }
    
    #contact h2 {
        margin: 30px 0 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #333;
        font-size: 157%;
        font-weight: bold;
        text-align: center;
    }
    
    #contactIn {
        margin-top: 20px;
    }
    
    #contactIn .p_txt01 {
        margin-top: 20px;
    }
    
    #contact table {
        margin-top: 30px;
        width: 100%;
    }
    
    #contact table td,
    #contact table th {
        display: block;
        padding: 10px;
        width: 100%;
        position/*\**/
        : static\9;
        float: left\9;
    }
    
    #contact table th {
        text-align: left;
        font-weight: bold;
    }
    
    #contact table td {
        margin-bottom: 15px;
    }
    
    #contact table th .red {
        color: #F00;
        font-size: 86%;
    }
    
    #contact table input[type="text"],
    #contact table select {
        padding: 5px;
        border: 1px solid #ccc;
        width: 95%;
    }
    
    #contact table input.company_name {
        width: 70%;
    }
    
    #contact table label {
        display: block;
    }
    
    #contact table .p_check+span label,
    #contact .mw_wp_form_confirm label[for*="family_name"],
    #contact .mw_wp_form_confirm label[for*="first_name"] {
        display: inline;
    }
    
    #contact table label.label_policy {
        display: inline;
    }
    
    #contact table input.family_name,
    #contact table input.first_name,
    #contact table input.family_name_kana,
    #contact table input.first_name_kana {
        margin-bottom: 8px;
        width: 70%;
    }
    
    #contact table input.tel,
    #contact table input[name^="tel"] {
        width: 30%;
    }
    
    #contact table input.mail {
        width: 70%;
    }
    
    #contact table .p_mail {
        font-size: 14px;
        margin: 20px 0px 0px 0px;
    }
    
    #contact table select {
        font-size: 14px;
        width: 100%;
    }
    
    #contact table textarea,
    #contact table .div_policy {
        padding: 5px;
        border: 1px solid #ccc;
        width: 95%;
        height: 240px;
        overflow-y: scroll;
    }
    
    #contact table .div_policy p+p {
        margin-top: 1em;
    }
    
    #contact table .p_check {
        margin: 10px 0 5px;
    }
    
    #contact .btnArea {
        margin: 10px 0 50px;
        text-align: center;
    }
    
    #contact .btnArea button,
    #contact .btnArea input {
        padding: 12px 0;
        border: none;
        width: 42%;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    




    #contact .error {
        margin: 20px 0 10px;
        color: #F00;
    }
    
    #contact td .error {
        margin-top: 0;
    }
}


@media only screen and (max-width: 280px) {
    #contact table input[type="text"], #contact table select {
        width: 200px;
    }
    #contact table textarea, #contact table .div_policy{
        width: 200px;
    }
}

/* sitecore */
.wwfm-style {
    display: none;
}
.footer small a{
    color:white;
}