@charset "utf-8";
/* CSS Document */








/*****************************************************************************
formTableWrapper
 *****************************************************************************/
 
.formTableWrapper {
 	padding: 70px 0;
     line-height: 1.6;
}
.formTableWrapper .topBox {
	margin : 0 auto 40px;
	text-align: inherit;
}
.formTableWrapper .topBox .utf {
	font-size: 0.8em;
	margin-top: 10px;
	padding: 12px 10px;
	border: 1px solid #E8E8F2;
	background: #FAFAFA;
}
.formTable {
    border-top: 1px solid #E8E8F2;
}
.formTable dl {
	padding: 20px 0;
}
.formTable dl.flex {
    display: flex;
    border-bottom: 1px solid #E8E8F2;
}
.formTable dl.wide {
	display: block;
}
.formTable dt,
.formTable dd {
	line-height: 1.6;
	padding: 0 20px;
}
.formTable dl.flex dt {
	width: 20%;
	min-width: 236px;
	text-align: right;
	padding-right: 3.5em;
	position: relative;
}
.formTable dl.wide dt {
	display: flex;
	justify-content: center;
}
.formTable dt .hd {
	color: #191A7F;
	font-weight: 700;
}
.formTable .requiredMK {
	display: inline-block;
	background: #F73720;
	color: #ffffff;
	font-size: 0.875rem;
	width: 3em;
	text-align: center;
	line-height: 24px;
	vertical-align:baseline;
}
.formTable dl.flex .requiredMK {
	position: absolute;
	right: 0;
	top: 0;
}
.formTable dl.wide .requiredMK {
	margin-left: 0.5em;
}
.formTable dd {
    flex: 1;
	padding-left: 40px;
}
.formTable dd p:not(:nth-child(1)) {
    margin-top: 15px;
}

.formTable dl.zip input[type='text'] {
	margin: 0 0.5em;
}
.formTable .help {
	color: #888888;
	margin: 0 0 5px;
	font-size: 0.9375rem;
}
.formTable .example {
	color: #888888;
	font-size: 0.9375rem;
}

@media screen and (max-width: 600px) {
	.formTableWrapper {
 		padding: 40px 0;
	}
	.formTable dl.flex {
		display: block;
		padding: 15px 0;
	}
	.formTable dt{
		margin: 0 0 20px;
	}
	.formTable dt,
	.formTable dd {
		padding: 0 0 0;
	}
	.formTable dl.flex dt {
		width: auto;
		min-width: auto;
		text-align: left;
		padding-right: 4em;
		padding-left: 1.25em;
	}
	.formTable dl.flex dt::before {
		content: "";
		border-top: 1px solid #1A1B7F;
		position: absolute;
		width: 0.75em;
		top: 12px;
		left: 0;
	}
	.formTable dl.flex  dd {
		padding-left: 1em;
	}	
}




/*****************************************************************************
flow
 *****************************************************************************/

 .formTableWrapper .flow {
	background: #707C94;
	margin: 0 0 70px;
	line-height: 1.1;
	padding: 15px 0;
}
 .formTableWrapper .flow > div {
	overflow: hidden;
 }
 .formTableWrapper .flow ul {
    display: flex;
	justify-content: center;
	align-items: center;
}
 .formTableWrapper .flow li {
	font-weight: 700;
    color: #ffffff;
	position: relative;
}
 .formTableWrapper .flow li {
	padding: 0 50px;
}
 .formTableWrapper .flow li:not(:nth-child(1))::before {
	content: "";
	border: 1px solid #ffffff;
	border-left: none;
	border-bottom: none;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -60px;
	top: 50%; 
	transform: translateY(-50%) rotate(45deg);
	opacity: 0.8;
}
 .formTableWrapper .flow li span {
	display: block;
	position: relative;
	white-space: nowrap;
}
 .formTableWrapper .flow li.on span::after {
	content: "";
	border-top: 1px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.formTableWrapper .flow {
		margin: 0 0 30px;
	}
	.formTableWrapper .flow ul {	
 		transform: scale(0.65);
	}
	.formTableWrapper .flow li {
		padding: 0 30px;
	}
	.formTableWrapper .flow li:not(:nth-child(1))::before {
		left: -50px;
	}
}














/*****************************************************************************

 *****************************************************************************/

input[type='text'].input_ss, 
input[type='text'].input_s, 
input[type='text'].input_mm,
input[type='text'].input_m, 
input[type='text'].input_l, 
textarea, 
select {
	height: 34px;
	margin: 0 5px 0 0;
}
input[type='text'].input_ss, 
input[type='text'].input_s,
input[type='text'].input_mm,
input[type='text'].input_m,
input[type='text'].input_l,
textarea {
	border: 1px solid #D6D6D6;
}

select {
	width: 60%;
	border: 1px solid #D6D6D6;
	font-size: 14px;
}

input[type='text'].input_ss {
	width: 20%;
}
input[type='text'].input_s {
	width: 35%;
}
input[type='text'].input_mm {
	width: 60%;
}
select.input_m,
input[type='text'].input_m {
	width: 75%;
}
select.input_l,
input[type='text'].input_l {
	width: 100%;
}

textarea.input_l {
	width: 100%;
	height: 200px;
	line-height: 1.8;
}








.inputBox label {
	cursor: pointer;
}
.inputBox.flex01 {
	display: flex;
	flex-wrap: wrap;
}
.inputBox.flex01 li {
	min-width: 33%;
	padding-right: 30px;
}
.inputBox input {
	margin-right: 6px;
}
.centerCheckBox {
	display: flex;
	justify-content: center;
}
.centerCheckBox label {
	cursor: pointer;
}
.centerCheckBox input {
	margin-right: 6px;
}






/*****************************************************************************
privary
 *****************************************************************************/
.formTable .privary {
    margin: 30px 0 0;
    border: 1px solid #D6D6D6;
	background: #ffffff;
    padding: 30px;
    height: 300px;
    overflow-y: scroll;
    line-height: 1.8;
}
.formTable .privary .lead {
	padding: 30px 10% !important;	
}
.formTable .privary .section  {
	padding: 30px 0 !important;	
}
.formTable .privary .hdType06 {
	font-size: 1.2rem; 
	margin-bottom: 1.5em; 
}





/*****************************************************************************
docTable
 *****************************************************************************/

.docTable table {
 	border-collapse: collapse;
	border-spacing: 0;
    font-size: 0.93rem;
	width: 100%;
	max-width: 600px;
}
.docTable th,
.docTable td {
	line-height: 1.2;
	padding: 10px 5px;
}
.docTable th {
	text-align: left;
}
.docTable td {
    text-align: center;
    width: 7em;
}
.docTable tbody th,
.docTable tbody td {
	border-top: 1px dotted #cccccc;
}
@media screen and (max-width: 600px) {
	.docTable td {
		width: 4em;
	}	
}





/*****************************************************************************
download
 *****************************************************************************/
.download ul {
	display: flex;
	flex-wrap: wrap;
	/*margin-top: -20px;*/
}
.download .btn {
	margin-left: 10px;
	margin-top: 10px;
	width: calc((100% - 20px)/2);
}
.download .btn:nth-child(2n + 1) {
	margin-left: 0;
}
.download .btn a {
	display: block;
	background: #1b1c80;
	color: #ffffff;
	padding: 19px 0 15px;
	line-height: 1.3;
	text-align: center;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	border-bottom: 4px solid #10104b; 
}
.download .btn a span {
	position: relative;
	z-index: 1;
}
.download .btn a::before {
	content:"\f019";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	top: calc(50% + 2px);
	right: 15px;
	z-index: 2;
	transform: translateY(-50%);
}
.download .btn a::after {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 0;
	bottom: -4px;
	left: 0;
	background: #0d5fb6;	
	transition: all 0.3s ease;
}
.download .btn a:hover::after {
	height: calc(100% + 4px);
}
.download .btn a .fa {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:600px) {
	.download ul {
		display: block;
	}
	.download .btn,
	.download .btn:nth-child(2n + 1) {
		width: auto;
		margin-left: 0;
	}
}













/*****************************************************************************
error_msg
 *****************************************************************************/
 .formTableWrapper .topBox .error_msg,
 .formTable .error_msg {
	 color: #F85232; 
	 padding-left: 1rem;
	 text-indent: -1rem;
 }
 .formTable dl.wide .error_msg {
	 text-align: center;
 }
 
 
 /*****************************************************************************
 recruitform
  *****************************************************************************/
 .input-from{
	 display: flex;
 }