#jobIndivWrap{
    background: #fff6f7;
}

#jobDetailWrap{
    background-color: #fff;
    border-radius: 2rem;
    padding: 4rem 5rem;

}

#catch1{
    border: 2px solid #e589ce;
    border-style: solid none;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
    color: #6f6362;
}

#catch2 p{
    margin: 1rem 1rem;
    /*padding: 2rem;*/
}

#catch2 strong{
    background-color: #ee9bc5;
    color: white;
line-height: 2;
    border-radius: 0.9rem 0.9rem 0 0;
}

#catch2{
    border: 1px solid #e589ce;
    border-radius: 1rem 1rem 0 0;

}

h3.jobTitle{
    border-left: 4px solid #e281be;
    line-height: 2;
    padding-left: 1rem;
    color: #6f6362;
}

.jobTitle > .employment_type_name{
    vertical-align: baseline;
    margin-left: 0.5rem;
}

#datailList{
    border: 1px solid #ed91c0;
    margin: 0 auto 2rem 0;
padding: 2rem 2rem;
}

#detailWrap{
    /*padding: 2rem 2rem;*/
}

#jobDetailTable{
    /*border: 1px solid #ed91c0;*/
    margin: 1rem auto 2rem 0;    
}

table.jobDetailTable th{
    width: 15%;
    white-space: nowrap;
    text-align: left;
    background-color: #f7f7f7;
    padding-left: 1rem;
}

table.jobDetailTable th,
table.jobDetailTable td{
    border: 1px dashed #e281be;
    border-collapse: collapse;
    border-style: dashed none;
line-height: 2.5;

}

.jobDetailTable td p{
    line-height: 1.1;
    margin: auto;
    
}

.jobDetailTable td{
    padding: 0.75rem 1rem;
}

#infoMark{
    max-width: 3rem; 
    margin: auto 1rem auto auto;
    vertical-align: middle;
}

.pinkBigSubTitle{
    background-color: #e94d88;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin: 1rem auto;
}

#woman{
    height: 7rem;
    vertical-align: middle;
    padding-bottom: 0.5rem;
}

#jobHeadH2{
    margin-bottom: auto;
    padding-bottom: 0;
    color: #e281be;
    font-weight: bold;
}
#jobHeadH2:after{
    display: none;
}

.emptyHide1{
    display: none;
}

.topDblLine{
    border-top: 2px;
}

.job_description{
    
}

#ouboBtn{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 4rem;
}



.formError.on {
    opacity: 0.87;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.formError {
/*    position: absolute;
    top: 300px;
    left: 300px;*/
    /*display: block !important;*/
    cursor: pointer;
    text-align: left;
        position: relative !important;
    width: fit-content !important;
    left: 0 !important;
    margin-top: auto !important;
    top: 0px !important;

}
.formError {
    z-index: 90;
}

.formError .formErrorContent {
	/*width: 100%;*/
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 1rem;
        font-weight: bold;
	/*border: 2px solid #ddd;*/
	/*box-shadow: 0 0 6px #000;*/
/*	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;*/
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	-o-border-radius: 6px;
}

.icn-not-required:before {
    content: "";
    height: 1.5em;
    line-height: 1.5em;
    width: 40px;
    text-align: center;
    background-color: transparent;
    background-image: none;
    color:#ffffff;
    font-weight: normal;
    position: absolute;
    left: 15px;
}

.icn-tbe-required:before {
    content: "必須";
    height: 1.5em;
    line-height: 1.5em;
    width: 40px;
    text-align: center;
    background-color: #ff0000;
    background-image: none;
    color:#ffffff;
    font-weight: normal;
    position: absolute;
    /*top: 10px;*/
    left: 15px;
}
#ouboTable   tr > th.icn-not-required ,
#ouboTable   tr > th.icn-tbe-required {
    position: relative;
    padding-left: 60px;
    word-break: break-word;
}

#ouboTable {
    margin: 4rem auto 4rem auto ;
}

#ouboTable th+td{
    padding: 0.5rem 0 0.5rem 1rem;
    position: relative;
}

#ouboTable th{
    background-color: #fff6fa;
   width: 30%;
    white-space: nowrap;
}

#ouboTable tr > th,
#ouboTable tr > td{
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.fm-select {
    position: relative;
    top: -1px;
    display: inline-block;
    /*height: 2em;*/
    /*line-height: 2;*/
    border-style: solid;
    border-width: 0px;
    /*border-color: #b3b4bb;*/
    border-color: transparent;
    background-color: #ffffff;
    
/*    background-repeat: no-repeat;
    background-position: 90% center;*/
    /*padding-right: 20px;*/
    vertical-align: bottom;
    white-space: nowrap;
    /*overflow: hidden;*/
}

.list-horizon-selection > li {
    margin-top: 7px;
    padding-left: 10px;
    float: left;
    vertical-align: middle;
    list-style-type: none;
}

.fm-checkbox + label:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b4bb;
	border-radius: 3px;
	vertical-align: middle;
}

.fm-checkbox:checked + label:before,
.fm-checkbox.input-checked + label:before {
	content: "\02714";
	color: #1d3994;
	font-size: 30px;
	line-height: 22px;
	text-align: center;
}

.fm-checkbox {
	position: absolute;
	visibility: hidden;
}

#youbiCheck{
    padding-left: 0;
}

.noBorder{
    border:none !important;
}

.fm-select select{
    font-size: 1.35rem;
}

#sendResult{
    font-size: 1.5rem;
    margin: auto;
    text-align: center;
}

#ageDisp{
    width: 5rem;
    border: none;
    font-size: 1.25rem;
    font-weight: bold;
    background: #f2f2f2;
    text-align: right;
    padding: 0;
}

.btn-default{
        background-color: #f0f0f0;
    
    color: #333;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#ouboTable.noOperate input[type="radio"]:not(:checked){
    color: #ccc;
    opacity: 0.2;
        pointer-events: none;

}

#ouboTable.noOperate label,
#ouboTable.noOperate select,
#ouboTable.noOperate input{
    pointer-events: none;
    border:none;
}

#contactAttn{
margin: 2rem auto;
    padding: 2rem;
    border-radius: 3rem;
    background: #fff5f9;
    font-weight: bold;
}







@media (max-width: 768px) {

    #jobDetailWrap{
        margin: 1rem 3%;
        padding: 2rem 1rem;
        width: 94%;
        border-radius: 1rem;
    }
    #jobIconWrap{ display: none; }
    
    body#bodyjob .subPageDefTopMargin{
        padding-top: 6rem;
    }
    
    #woman{
        display: block;
        text-align: center;
        margin: auto !important;    
    }
    
    #detailHead.section-title{
        padding-bottom: 1rem;
    }
    body#bodyjob .subPageDefTopMargin {
        margin-top: 0rem;
    }
    
    body#bodyjob .h3, body#bodyjob h3 {
    font-size: calc(1.1rem + .6vw);
    }
    p.h5.lh-base.fw-bold{
        font-size: 1rem;
    }

    /*#ouboTable td input[type="number"],*/
    #ouboTable td input[type="tel"],
    #ouboTable td input[type="text"]{
               width: 94% !important;

    }   
    
    #ouboTable th{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: none;
    }
    
    #ouboTable th,
    #jobDetailTable   th{
        float: left;
        width: 100%;
    }
    
    #ouboTable th+td,
    #jobDetailTable th+td{
        float: right;
        width: 100%;
    }
    
    #infoMark{ 
        max-height: 2rem;
        display: block;
        text-align: center;
        margin: auto auto 0.5rem auto;
    }
    #ouboBtn{
        font-size: 1rem;
    }
    
    #birthdayTable:after{
        clear: both;
    }
    
    #birthdayTable td{
        float: left;
        width: 100%;
    }
    #ageDisp {
        width: 6.5rem;
        font-size: 1.025rem;
    }
    
    #ouboTable{ margin-bottom: auto; }
    #accept_privacy{
            float: left;
            vertical-align: baseline;
            position: relative;
            top: 2px;
            zoom: 1.3;
    }
    #contactAttn{
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
    
    #confBtn{ margin-top: 2rem; }
    #confBtn button { padding-left: 0.75rem;padding-right: 0.75rem; }
    #confBtn button span{ 
        font-size: 1.5rem;
        
    }
}

