/*---------Recruit Styles---------*/

aside.common-sidebar {
	float: left !important;
}

div.common-container {
	position: relative;
}

div.backtotop {
	position: relative;
	text-align: right;
	float: right;
}

div.backtotop a  {
    background: url(../../common/images/arrow-up.png);
    border: 0px;
    width: 50px;
    background-size: 100% 100%;
    height: 40px;	
    position: absolute;
    right: 0%;	
    opacity: 0;
    top: 5px;
    transition: opacity .3s, top 0s; 
    cursor: pointer;
}

div.backtotop a.scrolling {
	opacity: 1;
    bottom: 0%;
    margin-left: -50px;	
    position: fixed;
    top: auto;
    right: inherit;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
	float: left
}

aside.common-sidebar ul.special-menus {
	margin-top: 40px;
}

aside.common-sidebar ul.special-menus li {
	border: 0px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    padding: 0px;
}

aside.common-sidebar ul.special-menus li:last-child {
	margin-bottom: 0px;
}

aside.common-sidebar ul.special-menus li a {
    padding: 20px;
    display: block;
    width: inherit;
    text-align: right;
}

aside.common-sidebar ul.special-menus li a span.label {
	font-size: 30px;
    word-break: break-all;  	
    text-align: right;   
    margin-right: 18%;
}

aside.common-sidebar ul.special-menus li:nth-of-type(1) a {
    background: url("../../recruit/images/meds.png") left no-repeat;
    border: 2px solid #30A181;
    background-size: 60px;
    background-position-x: 8px;
}

aside.common-sidebar ul.special-menus li:nth-of-type(1) a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 39%;
    width: 10px;
    height: 20px;
    background: url("../../recruit/images/green-arrow.png") no-repeat;
    background-size: 100% 100%;
    border: 0px !important;    
}

aside.common-sidebar ul.special-menus li:nth-of-type(1) a span.label {
	color: #30A181;
}

aside.common-sidebar ul.special-menus li:nth-of-type(2) a {
    background: url("../../recruit/images/pwd.png") left no-repeat;
	border: 2px solid #3D81B4;
    background-size: 60px;
    background-position-x: 8px;	
}

aside.common-sidebar ul.special-menus li:nth-of-type(2) a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 39%;
    width: 10px;
    height: 20px;
    background: url("../../recruit/images/blue-arrow.png") no-repeat;
    background-size: 100% 100%;
    border: 0px !important;
}

aside.common-sidebar ul.special-menus li:nth-of-type(2) a span.label {
	color: #3D81B4;
}

label.label-red {
	color: #DF2929;
	font-size: 12px;
}

label.label-green {
	color: #00a274;
	font-size: 12px;
}

p.error-msg {
	color: #DF2929 !important;	
	font-size: 18px !important;
}

div.custom-radio {
	position: relative;
	display: inline-block;
	width: auto;
	overflow: hidden;
}

div.custom-radio input[type="radio"] {
    position: absolute;
    width: 1000px;
    height: 1000px;
    visibility: hidden;
    z-index: -999;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;	
}

div.custom-radio label.radio-icon {
	background: url("../../recruit/images/radio-checked.png") no-repeat;
    background: url("../../recruit/images/radio.png") no-repeat;
    height: 15px;
    width: 15px;
    display: block;
    background-size: 100% 100%;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    transition: .2s;
}

div.custom-radio input[type="radio"]:checked + label.radio-icon {
    background: url("../../recruit/images/radio-checked.png");	
    background-size: 100% 100%;    
}

div.custom-radio label.radio-label {
	cursor: pointer;
	font-size: 14px;
	float: left;
	display: block;
	line-height: 1.3em;
}

div.custom-radio label.radio-label::selection {
	background: transparent;
}

div.radio-divider {
    width: 130px;
    float: left;
}

div.radio-divider-extend {
    width: 180px;
}

div.data-table {
	width: 100% !important;
}

div.data-table-row {
	width: 100% !important;
	margin-bottom: 5px;
}

div.data-table-row:last-child {
	margin-bottom: 0px;
}

div.data-table-title {
	width: 23% !important;
	float: left !important;
	font-size: 14px;
}

div.data-table-data {
	width: 75% !important;
	float: left !important;
	font-size: 14px;	
}


.pinkbtn {
    color: #DE5A67;
    border: 2px solid #DE5A67;
    padding: 10px;
    display: block;
    width: auto;
    text-align: center;
    margin-top: 40px;
    margin-left: 25px;
    margin-bottom: 50px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: color .3s, background .3s;
}

.pinkbtn:hover {
	background: #DE5A67;
	color: white;
}

a.gotoform {
	width: 180px;
}

.recruit-rows {
	border-bottom: 1px dashed #939597;
	padding-top: 35px;
}


div.col-2and1 div.content-container div:first-child {
	float: left;
	width: 60%;
}

div.col-2and1 div.content-container div:first-child p {
	line-height: 25px;
}

div.col-2and1 div.content-container div:last-child {
	float: left;
	width: 40%;
}

div.col-2and1 div.content-container div:last-child img {
	float: right;
	width: 90%;
}

div.common-banner-container {
	background: url("../../recruit/images/recruit-banner.png") no-repeat;
	background-size: 100% 100%;
}

.common-banner h1 {
	padding-left: 65px;
    position: relative;
}

.recruit-text {
	font-size: 14px;
}

.row-title {
    color: #DE5A67;
    font-size: 18px;
    margin-bottom: 15px;
}

div#recruit-row-1 {
	word-break: break-word;
}

div#recruit-row-1 p {
	line-height: 25px;
}

div#recruit-row-2 {
    margin-top: 15px;	
}

div#recruit-row-2 p.requirements {
    background: #D1D2D4;
    padding: 10px 15px;
    margin-top: 25px;
}

div#recruit-row-2 p.requirements span:first-child {
	margin-right: 30px;
}

div#recruit-row-5 {
	border-bottom: 0px;
}

div#recruit-row-5 div.data-table {
	margin-top: 50px;
}

div#form {
	margin-top: 150px;
	margin-bottom: 100px;	
}

div#form ul.progress {
	border-bottom: 1px dashed #939597;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div#form p.form-instruction {
	font-size: 14px;
	line-height: 22px;
}

div#form ul.progress li {
	float: left;
    background: #D0D3D3;
    color: #010101;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    margin-right: 30px;
    position: relative;
    overflow: initial;
}

div#form ul.progress li:after {
    content: ">";
    position: absolute;
    font-size: 23px;
    color: black;
    right: -19%;
    top: 0%;
}

div#form ul.progress li:last-child {
	margin-right: 0px;
}

div#form ul.progress li:last-child:after {
	content: "";
}

div#form ul.progress li.active {
    background: #DE5A67;
    color: white;
}

.required {
    background: #DF2929;
    color: white;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 14px;	
}

div#form h2#form-title {
    font-size: 28px;
    color: black;
    border-bottom: 1px solid #939598;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

div#form form {
    margin-top: 30px;
}

div#form form div.form-row {
	width: 100%;
	border-bottom: 1px dashed #939597;	
}

div#form form div.form-row:last-child {
	border: 0px;
}

div#form form div.form-row:nth-of-type(7) {
	border-bottom: 1px solid #221916;		
}

div#form form div.form-row div.form-label {
	background: #D0D3D3;
	width: 35%;
	float: left;
	padding: 20px 0px;
}

div#form form div.form-row:nth-of-type(1) div.form-label {
	min-height: 75px;
	height: auto;
}

div#form form div.form-row:nth-of-type(2) div.form-label,
div#form form div.form-row:nth-of-type(3) div.form-label,
div#form form div.form-row:nth-of-type(4) div.form-label {
    min-height: 30px;
    height: auto;
}

div#form form div.form-row:nth-of-type(5) div.form-label {
	min-height: 115px;
	height: auto;
}

div.confirm form div.form-row:nth-of-type(5) div.form-label {
    min-height: 30px !important;
    height: auto;
}

div#form form div.form-row:nth-of-type(6) div.form-label {
    min-height: 30px;
    height: auto;
}

div#form form div.form-row:nth-of-type(7) div.form-label {
    min-height: 115px;
    height: auto;	
}

div#form form div.form-row div.form-input {
	width: 65%;
	float: left;
	padding: 20px 0px;	
}

div#form form div.form-row div.form-label p {
	display: block;
}

div#form form div.form-row div.form-label p span.label {
    margin-left: 15px;
    float: left;
    font-size: 14px;
}

div#form form div.form-row div.form-label p span.required {
	margin-right: 15px;
    float: right;	
}

div#form form div.form-row div.form-input div.form-container {
    width: 80%;
    margin: auto;
}

.orangebtn {
	background: orange;	
    background: linear-gradient(#EC7622, #EF9720);
    border: 0px;
    width: auto;
    color: white;
    padding: 10px 40px;
    border-radius: 7px;
    margin: 0px auto;
    display: block;
    margin-top: 50px;
    cursor: pointer;
}

div#form form select#work-region {
	padding: 2px 0px 2px 15px;
	max-width: 160px;
	outline: none;
	border: 1px solid #939598;
	font-size: 14px;
	box-sizing: border-box;
	width: 140px;
}

div.textbox-container {
	position: relative;
	display: block;
	width: 40%;
}

div.textbox-container label {
    position: absolute;
    margin-left: -17px;
    line-height: 2.3em;
    font-size: 14px;
}

div#form form div.form-row:nth-of-type(4) div.form-input div.textbox-divider-container label {
    margin-left: -30px;
} 

div.textbox-container input[type="text"],
div#form form input#name-kanji,
div#form form input#name-kana,
div#form form input#phonenum {
	width: 100%;
	outline: none;
	border: 1px solid #939598;	
	padding: 2px;
	font-size: 14px;
}

div.textbox-divider-container div.textbox-container:first-child  {
	float: left;
}

div.textbox-divider-container div.textbox-container:last-child  {
	float: right;
}


div.email-container * {
	display: block;
}

div.email-container input[type="email"],
div.email-container input[type="text"] {
    outline: none;
    width: 100%;
	border: 1px solid #939598;  
	padding: 2px;
	font-size: 14px;  
}

div.email-container label {
	font-size: 12px;
}

div#form form div.form-row:nth-of-type(5) div.form-input .email-container-2 {
	margin-top: 20px;
}

div.phonenum-container {
	width: 30%;
	float: left;
}

div.phonenum-container input[type="text"] {
	width: 75%;
	font-size: 14px;
	outline: none;
	padding: 2px;
	border: 1px solid #939598;	
}

div.phonenum-container span {
	font-size: 14px;
}

div#form form div.form-row:nth-of-type(6) div.form-input label {
	font-size: 12px;
}

div#form form textarea#remarks {
	resize: none;
	min-height: 100px;
	outline: none;
	border: 1px solid #939598;	
	width: 100%;
	font-size: 14px;
	padding: 2px;
}

div.error-msg {
	position: relative;
}

div.error-msg label {
	position: absolute;
	top: 0px;
	color: #DF2929;
}

div.confirm,
div.success {
	margin-top: 0px !important;
}

div.confirm p.value {
	font-size: 14px;
}

div.confirm-btn-wrap:nth-of-type(1) {
	width: 50%;
	float: right;
}

div.confirm-btn-wrap:nth-of-type(2) {
	width: 50%;
	float: left;
}

div.confirm-btn-wrap * {
	margin: 50px auto 0px auto;
	width: 55%;
}

aside.common-sidebar ul.sub-links {
/*	margin-top: 20px !important;*/
}

aside.common-sidebar ul li.sub {
	background: none !important;
}

aside.common-sidebar ul li.sub > a {
    background-image: url(../images/sidebar-arrow.png);
    background-size: 15px;
    background-position: 98%;
    background-repeat: no-repeat;
    display: block;
/*    margin-left: -20px;*/
/*    margin-right: -20px;*/
    padding: 25px 20px;
}

.sub {
  padding-bottom: 25px;
}

.sub-links li a {
  padding: 5px 20px 5px 40px !important;
}

aside.common-sidebar ul.sub-links li {
	border: none !important;
/*	padding: 5px 20px !important;*/
    background: none !important;	
}

aside.common-sidebar ul.sub-links li:last-child {
	padding-bottom: 0px !important;
}

div.success-msg a.pinkbtn {
    width: 200px;
    margin: 50px auto 100px auto;		
}

div.success-msg div.success-frame {
	border: 2px solid #de2126;
    padding: 15px;
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
}

div.success-msg div.success-frame p.title {
    color: #de2126;
    font-weight: bold;
    font-size: 1em !important; 	
    margin-bottom: 15px;
    background: url("../../recruit/images/notice.png") left no-repeat;
    padding: 10px 0px 10px 45px;    
}

div.success-msg div.success-frame p.foot {
	margin-top: 20px;
	font-size: 13px;
}

div.success-msg div.success-frame p.foot span.circle {
	margin-right: 5px;
}

div.success-msg p.tel {
    margin-top: 25px;
    font-weight: bold;
}

#submit-form {
	width: 230px !important;	
}

/*---------Media Queries---------*/

@media all and (min-width: 769px) {
	.collapsible {
		overflow: hidden;
		display: block !important;
	}
}

@media all and (max-width: 945px) {
	.common-sidebar ul li a  {
		font-size: 17px;
	}	
}

@media all and (max-width: 935px) {
	aside.common-sidebar ul.special-menus li a span.label {
		font-size: 26px;
	}
}

@media all and (max-width: 865px) {
	aside.common-sidebar ul.special-menus li a span.label {
		font-size: 22px;
	}
}

@media all and (max-width: 868px) {
	.common-sidebar ul li a  {
		font-size: 15px;
	}
}

@media all and (max-width: 802px) {
	aside.common-sidebar ul.special-menus li a span.label {
		font-size: 18px;
	}
}

@media all and (max-width: 768px) {

	.common-body-container,
	div.col-2and1 div.content-container div#table-wrap,
	#row2 div {
		float: none !important;
		width: 100% !important; 
	}

	div#form form input:not([type="radio"]):not([type="submit"]),
	div#form form select,
	div#form form textarea {
		border-radius: 7px;
		padding: 7px 0px 7px 15px !important;
		width: 90% !important;
	}

	.hidden-small {
		display: none !important;
		visibility: hidden;
	}

	.col-1-small {
		width: 100% !important;
		float: none;
	}

	.col-2-small {
		width: 50% !important;
		float: left
	}

	a.gotoform {
	    margin: 30px auto;
	}

	div.common-banner h1,
	div#recruit-row-2 p.requirements {
		text-align: center;
    	padding: 5px;		
	}

	div.common-container {
		padding: 0px;
	}

	div.common-container h2,
	div.recruit-rows h3.row-title {
	    padding: 18px 25px;
	    position: relative;
	    margin-bottom: 0px;
	    font-size: 28px;
	}

	div.recruit-rows h3.row-title {
		color: white;
		background: #DE5A67;
	}

	.collapsible-toggle {
		margin: 0px !important;
		padding: 18px 25px !important;
		cursor: pointer;
		position: relative;
	}

	.collapsible {
		padding: 20px 15px;
    	box-sizing: border-box !important;
	}	

	.collapsible-toggle:after {
	    content: "";
	    background: url(../../common/images/arrow-up-trans.png);
	    position: absolute;
	    right: 5%;
	    top: 42%;
	    width: 30px;
	    height: 15px;
	    transition: .2s;
	}

	div.recruit-rows .collapsible-toggle:after {
	    background: url(../../common/images/arrow-up-trans-white.png) !important;		
	}

	.hide:after {
		transform: rotateZ(180deg);
	}


	div#form ul.progress {
	    width: 450px;
	    border: 0px;
	    padding: 0px;
	    margin: 5px auto 25px auto;
	}

	aside.common-sidebar {
		display: none;
	}

	div.recruit-rows {
		border-bottom: 1px solid white;
		padding-top: 0px;
		margin: 0px !important;
		box-sizing: border-box;
	}

	div#form {
		margin: 0px;
	}

	div#form h2#form-title {
	    border-top: 1px solid #939598;	
	}

	div#form form div.form-row {
		margin-bottom: 15px;
	}

	textarea#remarks {
		margin-bottom: 15px;	
	}

	div#form form div.form-row div.form-input div.form-container {	
   		width: 92%;
	}

	div#form p.form-instruction,
	div#form form {
	    margin-left: -15px;
    	margin-right: -15px;
	}

	div#form p.form-instruction {
        background: #D0D3D3;
    	padding: 0px 15px;        	
	}	

	div.confirm p.form-instruction {
		margin: 0px !important;
	}

	div.confirm form {
		margin: 30px 0px 0px 0px !important;
	}

	div.confirm p.form-instruction {
		padding: 15px 15px !important;
	}

	div.confirm ul.progress,
	div.success ul.progress {
		margin: 25px auto !important;
    	box-sizing: border-box;
	}

	div.confirm form div.form-row:nth-of-type(7) {
		padding-bottom: 25px;
	}

	div.confirm-btn-wrap:nth-of-type(1),
	div.confirm-btn-wrap:nth-of-type(2) {
		width: 100%;
		float: none;
	}

	div.confirm-btn-wrap * {
		margin: 25px auto;
		padding: 20px 40px;
	}

	div.confirm-btn-wrap:nth-of-type(2) a.pinkbtn {
		width: 29%
	}

	div#form div#form-row  p.form-instruction:nth-of-type(1) {
		padding-top: 15px;
	}

	div#form div#form-row  p.form-instruction:nth-of-type(2) {
		padding-bottom: 15px;
	}

	div#form form div.form-row div.form-label,
	div#form form div.form-row div.form-input,
	div#form form div.form-row {
		width: 100%;
		float: none;
		min-height: unset !important;
		background: none !important;
		border: none;
	}

	span.required {
		border-radius: 0px;
	}

	div#form form div.form-row div.form-label p span.required {
		margin-left: 10px;
	}

	div#form form div.form-row div.form-label p span.label,
	div#form form div.form-row div.form-label p span.required {
		float: none;
	}

	div#form form div.form-row div.form-label {
		padding: 0px !important;
	}	

	div#form form div.form-row div.form-input {
		padding: 10px 15px !important; 
		box-sizing: border-box;
	}

	div.radio-divider {
    	width: 100%;
	}

	.orangebtn {
		font-weight: bold;
	    background: linear-gradient(#EEC721, #EF9720);		
	}

	#submit-form {
	    margin-top: 40px;
	    margin-bottom: 20px;
	    padding: 20px 40px;
	}


	div.success-msg {
	    padding: 20px 15px;
    	box-sizing: border-box;
	}

	div.success-msg a.pinkbtn {
		margin-bottom: 30px;	
	}
}

@media all and (max-width: 490px) {
	.collapsible-toggle {
		font-size: 25px !important;
	}
}

@media all and (max-width: 485px) {
	div#form ul.progress {
		width: 100%;
	}

	div.confirm ul.progress,
	div.success ul.progress {
		padding: 0px 15px !important;
	}	

	div#form ul.progress li {
	    padding: 7px 0px;
	    border-radius: 5px;
	    width: 28.5%;
	    margin-right: 7%;
	    font-size: 0.75em;
	}	
}

@media all and (max-width: 440px) {
	.collapsible-toggle {
		font-size: 22px !important;
	}
}

@media all and (max-width: 440px) {
	div#form ul.progress li:after {
		right: -21%;
	}

	div.success-msg {
		font-size: 0.8em;
	}
}

@media all and (max-width: 390px) {
	.collapsible-toggle {
		font-size: 19px !important;
	}
}

@media all and (max-width: 360px) {
	div#form ul.progress li {
    	font-size: 0.7em;
	}	

	.confirm h2 {
		font-size: 25px !important;
	}

	.collapsible-toggle {
		font-size: 16px !important;
	}	

	div#form ul.progress li:after {
		right: -21%;
   		font-size: 20px;
	}	

	div.data-table-title {
	    width: 75px !important;
	    font-size: 12px;
	}	

	div.data-table-data {
	    width: 65% !important;
	    word-break: break-all;
	    font-size: 12px;
	}	
}

@media all and (max-width: 320px) {
	div.radio-divider {
    	width: 100%;
	}

	.collapsible-toggle {
		font-size: 14px !important;
	}	

	div#form ul.progress li {
    	font-size: 0.6em;
	}		

	div#recruit-row-2 p.requirements span:first-child {
	    margin-right: 20px;
	}

	div.success-msg {
		font-size: 0.75em;
	}	
}

@media all and (max-width: 300px) {
	div#form ul.progress li:after {
		right: -24%;
	}	

	div#recruit-row-2 p.requirements span:first-child {
	    margin-right: 16px;
	}	

	.confirm h2 {
		font-size: 22px !important;
	}	
}