@charset "utf-8";

.currentArea {
	padding: 30px 0;
}
.currentArea ul {
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 600px;
	margin: auto;
	border: 1px solid #b0b0b0;
}
.currentArea li {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 200px;
	height: 51px;
	padding-left: 30px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.currentArea li:first-child {
	padding-left: 10px;
}
.currentArea .cr {
	background: #eee;
}
.currentArea li:not(:last-child):after {
	position: absolute;
	top: 0;
	right: -21px;
	width: 21px;
	height: 51px;
	background-image: url(../img/tri_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	content: "";
	z-index: 5;
}
.currentArea .cr:not(:last-child):after {
	background-image: url(../img/tri_02.png);
}
.currentArea li .num {
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 13px;
	background: #666;
	color: #FFF;
	font-size: 20px;
}
@media screen and (max-width: 737px) {
	.currentArea {
		padding: 15px 0 20px;
	}
	.currentArea ul {
		width: 280px;
	}
	.currentArea li {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		height: 30px;
		padding-left: 23px;
		font-size: 12px;
	}
	.currentArea li:first-child {
		width: 29%;
		padding-left: 10px;
	}
	.currentArea li:nth-child(2) {
		width: 35%;
	}
	.currentArea li:nth-child(3) {
		width: 36%;
	}
	.currentArea li:not(:last-child):after {
		right: -12px;
		width: 12px;
		height: 30px;
	}
	.currentArea li .num {
		width: 15px;
		height: 15px;
		margin-right: 6px;
		font-size: 12px;
	}
}

.formWrap .inner {
	width: 900px;
}
.formWrap .o_title01 {
	padding-bottom: 0;
	border: none;
}
.formWrap .formTable + .o_title01 {
	margin-top: 50px;
}
.formTable,
.formTable tbody,
.formTable tr {
	width: 100%;
}
.formTable tr {
	border-bottom: 1px solid #ccc;
}
.formTable tr:first-child {
	border-top: 1px solid #ccc;
}
.formTable th,
.formTable td {
	padding: 20px 0;
}
.formTable th {
	width: 300px;
	font-size: 16px;
	font-weight: bold;
}
.formTable .th02 {
	padding-left: 60px;
}
.formTable .o_mark {
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	margin-right: 8px;
	background: #999;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.formTable .o_mark.req {
	background: #D50A2F;
}
.formTable td {
	color: #444;
	font-size: 14px;
}
.formTable input[type=text],
.formTable select,
.formTable textarea {
	width: 200px;
	height: 30px;
	background: #FFF;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.formTable input[type=text] {
	margin-right: 6px;
	padding-left: 0.5em;
}
.formTable input[type=text].long {
	width: 300px;
}
.formTable textarea {
	width: 100%;
	height: 100px;
	padding: 0.3em 0.5em;
}
label.checkbox_text {
	margin-right: 15px;
}
label.radio, label.radio_text, label.checkbox, label.checkbox_text {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}
label.radio {
	width         : 30px;
	height        : 30px;
	border        : 1px solid #bfbfbf;
	border-radius : 100%;
}
label.radio_text {
	min-height   : calc(30px + 5px);
	margin-right : calc(30px + 5px);
	padding-left : calc(30px + 5px);
	line-height  : calc(30px + 5px);
}
label.checkbox {
	width      : 30px;
	height     : 30px;
	border     : 1px solid #bfbfbf;
	background : #fff;
}
label.checkbox_text {
	padding-left : calc(30px + 5px);
	line-height  : 30px;
}
/** before after **/
label.radio:before, label.radio_text:before, label.checkbox_text:before,
label.checkbox:after, label.radio_text:after, label.checkbox_text:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
label.radio:before, label.radio_text:before{
	border-radius    : 100%;
}
label.radio:before, label.checkbox:after{
	top              : 0;
	bottom           : 0;
	left             : 0;
	right            : 0;
	margin           : auto;
}
label.checkbox:after, label.checkbox_text:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 3px solid #d50a2f;
	border-bottom     : 3px solid #d50a2f;
	top               : calc(50% - (((20px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((20px / 12 ) * 5) * -1);
	width             : calc(((20px / 12 ) * 5));
	height            : 20px;
	z-index           : 1;
}
label.radio_text:before, label.radio_text:after{
	top              : 0;
	bottom           : 0;
	margin-top       : auto;
	margin-bottom    : auto;
}
label.radio:before {
	display          : block;
	width            : 18px;
	height           : 18px;
	z-index          : 1;
	background-color : #d50a2f; 
}
label.radio_text:before {
	width         : 30px;
	height        : 30px;
	border        : 1px solid #bfbfbf;
	left          : 0;
	z-index       : 3;
}
label.checkbox_text:before {
	width    : 30px;
	height   : 30px;
	left     : 0;
	top      : 0;
	border   : 1px solid #bfbfbf;
	z-index  : 3;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
label.radio_text:after {
	width            : 18px;
	height           : 18px;
	border-radius    : 100%;
	left             : calc(((30px/2) - (18px) / 2));
	background-color : #d50a2f;
	z-index          : 1;
}
label.checkbox_text:after {
	left : calc((30px / 2) - (((20px / 12 ) * 5) / 2));
}
/** input **/
label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0;
	width      : 30px;
	height     : 30px;
	box-sizing    : border-box;
	outline       : none;
}
label.radio input[type="radio"], label.radio_text input[type="radio"]{
	left       : calc(30px * -1);
	width      : 30px;
	height     : 30px;
	top           : 0;
	bottom        : 0;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}
label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
	left       : calc(30px * -1);
	padding    : 0;
}
label.radio input[type="radio"] {
	display    : block;
	box-shadow : 30px 0 #FFF;
}
label.radio_text input[type="radio"] {
	box-shadow : 30px 0 #FFF;
}
label.checkbox input[type="checkbox"] {
	box-shadow : 30px 0 #FFF;
}
label.checkbox_text input[type="checkbox"] {
	display    : block;
	box-shadow : 30px 0 #FFF;
}
/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked,
label.checkbox input[type="checkbox"]:checked,
label.radio_text input[type="radio"]:checked,
label.radio input[type="radio"]:checked{
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus,
label.checkbox input[type="checkbox"]:checked:focus{
	opacity: 0.1;
}
label.radio_text input[type="radio"]:focus,
label.radio input[type="radio"]:focus{
	opacity: 0.2;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 30px 0 #666;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 30px 0 #EEE;
}
label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 30px 0 #666;
}
label.checkbox input[type="checkbox"]:focus {
	box-shadow : 30px 0 #EEE;
}
label.radio_text input[type="radio"]:focus {
	box-shadow : 30px 0 #FFF;
}
label.radio input[type="radio"]:focus {
	box-shadow : 30px 0 #FFF;
}

.formBottom {
	margin: 30px 0 60px;
}
.formBottom p,
.formBottom a {
	color: #333;
	text-align: center;
}
.formBottom p {
	margin-bottom: 30px;
}
.formBottom .btn {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.formBottom .button + .button {
	margin-top: 20px;
}
.formBottom .o_btn02 {
	position: relative;
	width: 600px;
	height: 100px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 14px;
}
.formBottom .o_btn02 .txt {
	margin-left: 14px;
}
.formBottom .return {
	width: 300px;
	height: 50px;
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #999999 50%, #898989 50%, #898989 100%);
	background: -webkit-linear-gradient(top, #999999 0%,#999999 50%,#898989 50%,#898989 100%);
	background: linear-gradient(to bottom, #999999 0%,#999999 50%,#898989 50%,#898989 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#898989',GradientType=0 );
}
.formBottom .o_btn02 .icon {
	position: absolute;
	top: 50px;
	right: 30px;
	margin-top: -20px;
}
.formBottom .return .icon {
	right: auto;
	left: 30px;
	margin-top: -45px;
}
.formBottom .submit .icon i,
.formBottom .return .icon i {
	font-size: 30px;
}

.o_title01.fz {
	margin: 19px 0 30px;
	font-size: 24px;
}
.message {
	margin-bottom: 200px;
	line-height: 1.714285714;
}
.message p + p {
	margin-top: 30px;
}

@media screen and (max-width: 737px) {
	.formWrap .inner {
		width: 100%;
		padding: 0;
	}
	.formWrap .o_title01 {
		margin-bottom: 10px;
		padding: 0 20px;
		font-size: 14px;
	}
	.formWrap .formTable + .o_title01 {
		margin-top: 20px;
	}
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable th,
	.formTable td {
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.formTable tr {
		border-bottom: none;
	}
	.formTable tr:first-child {
		border-top: none;
	}
	.formTable th {
		width: 100%;
		padding: 10px 20px;
		background: #EFEFEF;
	}
	.formTable .th02 {
		padding-left: 20px;
	}
	.formTable .o_mark {
		margin-right: 9px;
	}
	.formTable td {
		width: 100%;
		padding: 9px 20px 20px;
		font-size: 12px;
	}
	.formTable input[type=text],
	.formTable input[type=text].long,
	.formTable select,
	.formTable textarea {
		width: 100%;
		height: 40px;
		font-size: 16px;
	}
	.formTable input[type=text] {
		margin-right: 0;
		padding-left: 0.5em;
	}
	.formTable textarea {
		height: 200px;
	}
	label.radio {
		width         : 40px;
		height        : 40px;
	}
	label.radio_text {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		min-height   : calc(40px + 5px);
		margin-right : 0;
		padding-left : calc(40px + 5px);
		line-height  : calc(40px + 5px);
	}
	label.checkbox {
		width      : 40px;
		height     : 40px;
	}
	label.checkbox_text {
		display: block;
		margin-top: 10px;
		padding-left : calc(40px + 5px);
		line-height  : 40px;
	}
	label.checkbox_text:first-child {
		margin-top: 0;
	}
/** before after **/
	label.checkbox:after, label.checkbox_text:after{
		top               : calc(50% - (((24px / 12 ) * 5) / 2));
		margin-top        : calc(((24px / 12 ) * 5) * -1);
		width             : calc(((24px / 12 ) * 5));
		height            : 24px;
	}
	label.radio:before {
		display          : block;
		width            : 20px;
		height           : 20px;
	}
	label.radio_text:before {
		width         : 40px;
		height        : 40px;
	}
	label.checkbox_text:before {
		width    : 40px;
		height   : 40px;
	}
	label.radio_text:after {
		width            : 20px;
		height           : 20px;
		left             : calc(((40px/2) - (20px) / 2));
	}
	label.checkbox_text:after {
		left : calc((40px / 2) - (((24px / 12 ) * 5) / 2));
	}
/** input **/
	label.radio input[type="radio"], label.radio_text input[type="radio"], label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
		width      : 40px;
		height     : 40px;
	}
	label.radio input[type="radio"], label.radio_text input[type="radio"]{
		left       : calc(40px * -1);
		width      : 40px;
		height     : 40px;
	}
	label.checkbox input[type="checkbox"], label.checkbox_text input[type="checkbox"]{
		left       : calc(40px * -1);
	}
	label.radio input[type="radio"] {
		display    : block;
		box-shadow : 40px 0 #FFF;
	}
	label.radio_text input[type="radio"] {
		box-shadow : 40px 0 #FFF;
	}
	label.checkbox input[type="checkbox"] {
		box-shadow : 40px 0 #FFF;
	}
	label.checkbox_text input[type="checkbox"] {
		display    : block;
		box-shadow : 40px 0 #FFF;
	}

	label.checkbox_text input[type="checkbox"]:checked:focus {
		box-shadow : 40px 0 #666;
	}
	label.checkbox_text input[type="checkbox"]:focus {
		box-shadow : 40px 0 #EEE;
	}
	label.checkbox input[type="checkbox"]:checked:focus {
		box-shadow : 40px 0 #666;
	}
	label.checkbox input[type="checkbox"]:focus {
		box-shadow : 40px 0 #EEE;
	}
	label.radio_text input[type="radio"]:focus {
		box-shadow : 40px 0 #FFF;
	}
	label.radio input[type="radio"]:focus {
		box-shadow : 40px 0 #FFF;
	}

	.formBottom {
		margin: 10px 0 75px;
	}
	.formBottom .button + .button {
		margin-top: 12px;
	}
	.formBottom .o_btn02 {
		width: 280px;
		height: 80px;
		font-size: 18px;
	}
	.formBottom .return {
		width: 140px;
		height: 40px;
		font-size: 16px;
	}
	.formBottom .o_btn02 .icon {
		right: -8px;
		margin-top: -25px;
	}
	.formBottom .return .icon {
		right: auto;
		left: 0;
		margin-top: -45px;
	}

	.o_title01.fz {
		margin: 14px 0 25px;
		font-size: 18px;
	}
	.message {
		margin-bottom: 190px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 2;
	}
	.message p + p {
		margin-top: 43px;
	}
}

.footerArea01,
.footerArea02,
.footerArea04,
.footerCv,
.footerArea02 .sns,
.footerSeo {
	display: none;
}
@media screen and (max-width: 737px) {
	.footerArea02 {
		display: block;
		padding-bottom: 10px;
	}
	.footerArea02,
	footer {
		background: #f3f3f3;
	}
}