@charset "UTF-8";

.pc_only {display: inherit;}
.sp_only {display: none;}

/*--------------- ヘッダー　--------------- */
.headerArea{
	width:100%;
	min-width: 950px;
	margin-bottom:15px;
	padding: 10px;
	border-top: 3px solid #fa0046;
	border-bottom:solid 1px #b4b4b4;
	clear:both;
}
.header{
	width: 950px;
	min-height:1%;
	margin:0 auto;
	clear:both;
}
.header p {
	line-height: 1.0;
}
.header p.txt-logo a {
	font-size: 12px;
	line-height: 1.0;
}
.header img {
	vertical-align: bottom;
}

.recruit .index_set h2 {
  border-color: #A4DDF2;
}

.recruit .contents_inner {
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
	max-width: 950px;
	width:auto;
}

.recruit .contents_box:not(:last-child) {
  margin-bottom: 60px;
}

.recruit p:not(:last-child) {
  margin-bottom: 1em;
}

.bg_color01 {
  background-color: #F5F5FA;
	margin-bottom:50px;
}

.headline01 {
  margin:50px 0;
  color: #354458;
  font-size: 32px;
	text-align:center;	
}
.headline01_comp{
	margin-bottom:10px;
}
.headline01compTxt{
	text-align:center;
	font-size:20px;
	margin:0 0 50px !important;
}
.button_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button_group.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button_group .btn {
  margin: 0;
}

.button_group .btn:not(:last-child) {
  margin-right: 30px;
}

.btn.type01 {
  max-width: 400px;
  padding: 26px 8%;
  background-color: #354458;
  color: #FFF;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.btn.type01:after {
  background-image: url(../img/PC/Recruit/icon_arr.svg);
}

.btn.type01:hover {
  background-color: #17263A;
}

.btn.type01.red {
  background-color: #fa0046;
}

.btn.type01.red:hover {
  background-color: #d4003b;
}

.btn.type02 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 1em;
  font-size: 16px;
  text-align: center;
  color: #354458;
  background-color: #FFF;
  border: 1px solid #354458;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.type02:after {
  width: 7px;
  height: 14px;
  background-image: url(../img/PC/Recruit/icon_arr2.svg);
}

.btn.type02:hover {
  background-color: #354458;
  color: #FFF;
}

.btn.type02:hover:after {
  background-image: url(../img/PC/Recruit/icon_arr3.svg);
}

.btn.type02.disable {
  border: 1px solid #BFBFBF;
  color: #BFBFBF;
  cursor: default;
}

.btn.type02.disable:after {
  background-image: url(../img/PC/Recruit/icon_arr4.svg);
}

.btn.type02.disable:hover {
  background-color: #FFF;
}

.btn.back:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 32px;
}

.btn.back:hover {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
}

.btn.submit {
  background-color: #354458;
  color: #FFF;
}

.btn.submit:after {
  background-image: url(../img/PC/Recruit/icon_arr3.svg);
}

.btn.submit:hover {
  background-color: #17263A;
}

.btn_submit {
  border: 1px solid #BFBFBF;
  display: block;
  cursor: default;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_submit:after {
  width: 7px;
  height: 14px;
  background-image: url(../img/PC/Recruit/icon_arr4.svg);
}

.btn_submit.active {
  border-color: #354458;
  cursor: pointer;
}

.btn_submit.active:after {
  background-image: url(../img/PC/Recruit/icon_arr2.svg);
}

.btn_submit.active:hover {
  background-color: #354458;
  color: #FFF;
}

.btn_submit.active:hover:after {
  background-image: url(../img/PC/Recruit/icon_arr3.svg);
}

.recruit_lead {
  padding-top: 70px;
  padding-bottom: 70px;
}

.recruit_form {
  padding-top: 50px;
  padding-bottom: 100px;
}

.recruit_form .contents_box {
  margin-bottom: 0 !important;
}

.form_lead {
  margin-bottom: 30px;
  padding: 10px 10px;
  font-size: 20px;
  border-top: 1px solid #354458;
  border-bottom: 1px solid #354458;
  position: relative;
}

.form_lead:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #354458 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

.step_navi {
  display: flex;
  justify-content: space-between;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 50px auto;
	max-width:950px;
	width:100%;
}

.step_navi::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  right: 0;
  width: 100vw; 
	height: 1px;
  background: #e0e0e0;
  transform: translateX(-50vw);
}

.step_navi li {
  position: relative;
  text-align: center;
  width: 33.333%;
  color: #999;
  font-size: 14px;
}

.step_navi li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: #e0e0e0;
  font-size: 13px;
  font-weight: bold;
}

/* 現在ステップ */
.step_navi li.active {
  color: #2f3e4e;
  font-weight: bold;
}

.step_navi li.active span {
  background: #2f3e4e;
  color: #fff;
}
.stepTxt{
	text-align:center;
	font-size:22px;
}
.form_area {
  padding: 50px;
  background-color: #FFF;
	box-sizing: border-box;
}
.form_area .requiredTxt{
	text-align: right;
	font-size:14px;
}
.form_area .requiredTxt span{
	color:#FF0000;
}
.form_area .title {
	position: relative;
  margin-bottom: 30px;
  padding: 15px 0 13px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.form_area .title .required {
  margin-left: 0.8em;
  color: #FF0000;
  font-size: 12px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
	vertical-align: text-top;
}

.form_area .title .required:before {
  content: "※";
}

.form_group:not(:last-child) {
  margin-bottom: 60px;
}

.form_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_box:not(:last-child) {
  margin-bottom: 40px;
}

.form_box dt {
  width: 200px;
  margin-right: 16px;
  padding-top: 7.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.form_box dt .sub {
  font-size: 12px;
}

.form_box dd {
  width: 100%;
  position: relative;
}

.form_box .required {
  margin-left: auto;
  color: #FF0000;
  font-size: 12px;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.form_box .required:before {
  content: "※";
}

.form_box .unit {
  font-size: 12px;
}

.form_box .unit:first-of-type {
  margin-right: 10px;
}

.form_box .note {
  font-size: 12px;
}

.form_box .note::before {
  content: "※";
}

.form_child .form_box:not(:last-child) {
  margin-bottom: 10px;
}

.form_child .form_box dt {
  width: 164px;
  padding-top: 10px;
  font-size: 14px;
}

.form_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_column .column_inner {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_column .column_inner:not(:last-child) {
  margin-right: 10px;
}

.form_column .label {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 14px;
}

.form_column .spacer {
  width: 20px;
  display: block;
}

.form_column.old .column_inner {
  max-width: 100px;
}

.form_column.tel .column_inner {
  max-width: 340px;
}

.form_column.post_code .column_inner {
  max-width: 160px;
}

.form_column.history01 {
  margin-bottom: 10px;
}

.form_column.history01 .column_inner {
  max-width: 120px;
}

.form_column.history02 {
  margin-bottom: 10px;
}

.form_column.history02 .column_inner {
  max-width: 90px;
}

.form_column.history02 .radio_wrap {
  padding-top: 0;
}

.form_control {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

.form_control.error {
  border-color: #FF0000;
}

.form_control.prefecture {
  max-width: 160px;
}

.form_textarea {
  min-height: 120px;
  line-height: 1.9;
}

.address_search {
  max-width: 118px;
  padding: 12px 0;
  line-height: 1.2;
}

.address_search:hover {
  cursor: pointer;
}

.textarea_wrap {
  position: relative;
}

.textarea_wrap .textarea_sample {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 12px;
  color: #6E6E6E;
  line-height: 1.9;
  pointer-events: none;
}

.privacy_area .privacy_title {
  margin-bottom: 10px;
  font-size: 16px;
}

.privacy_area p {
  font-size: 14px;
}

.privacy_area .privacy_text {
  width: 100%;
  height: 160px;
  padding: 20px 20px;
  border: 1px solid #354458;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.privacy_area .privacy_text h5{
	font-size:16px;
	margin-top:20px;
}
.privacy_area .privacy_text p {
  line-height: 1.7;
  text-align: justify;
	text-justify: inter-ideograph;	
}
.privacy_area .privacy_text ol li{
	list-style: decimal;
  margin-left: 1.5em;
	padding:0;
	font-size:14px;
}
.privacy_area .doui {
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.privacy_area .doui label {
  margin-left: 5px;
  font-weight: bold;
}

.privacy_area .doui .form_error {
  width: 100%;
  display: block;
}

.form_error {
  margin-top: 5px;
  margin-bottom: 0 !important;
  color: #FF0000;
  font-size: 12px;
  display: block;
}

.form_error+.form_error {
  margin-top: 0;
}

.errr_label {
  margin-bottom: 30px;
  padding: 12px 20px;
  background-color: #FF0000;
  color: #FFF;
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22select_arr%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.4%206.2%22%20style%3D%22enable-background%3Anew%200%200%2011.4%206.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23BFBFBF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22path01%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0.6l-5%2C5l-5-5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 5px;
}

select.form_control {
  padding: 12px 24px 12px 10px;
}

select.error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22select_error%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.4%206.2%22%20style%3D%22enable-background%3Anew%200%200%2011.4%206.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FF0000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22path01%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0.7l-5%2C5l-5-5%22%2F%3E%3C%2Fsvg%3E");
}

/* IE調整 */
select::-ms-expand {
  display: none;
}

.radio_wrap {
  padding-top: 8px;
  font-size: 14px;
}

.radio_wrap.horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio_wrap.horizon .radio:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0;
}

.radio:not(:last-child) {
  margin-bottom: 10px;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio]+.radio-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio input[type=radio]+.radio-label:before {
  content: "";
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #707070;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
  background-color: #354458;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #354458;
}

.radio input[type=radio]:disabled+.radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked+.checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #354458;
  border-right: 3px solid #354458;
  margin-top: -6px;
}

.checkbox-parts {
  padding-left: 22px;
  position: relative;
}

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #BFBFBF;
  margin-top: -6px;
}

.form_file_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_file_box input[type=file] {
  display: none;
}

.form_file_box .form_file_button {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #354458;
  font-size: 15px;
  color: #FFF;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.form_file_box .form_file_button:hover {
  cursor: pointer;
  background-color: #17263A;
}

.form_file_label {
  margin-left: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_file_label p {
  margin-bottom: 0 !important;
  font-size: 14px;
  word-break: break-all;
}

.form_file_label .reset {
  width: 1.8em;
  height: 1.8em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 0.8em;
  border-radius: 50%;
  background-color: #354458;
  border: none;
  position: relative;
}

.form_file_label .reset::before, .form_file_label .reset::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background-color: #FFF;
}

.form_file_label .reset::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.form_file_label .reset::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form_comment {
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-size: 12px;
  display: block;
}

.form_confirm .title {
  margin-bottom: 0;
}

.form_confirm p:not(:last-child) {
  margin-bottom: 0.5em;
}

.form_confirm .form_box {
  border-bottom: 1px solid #BFBFBF;
}

.form_confirm .form_box:not(:last-child) {
  margin-bottom: 0;
}

.form_confirm .form_box dt, .form_confirm .form_box dd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_confirm .required {
  display: none;
}

.form_confirm .form_column .column_inner {
  width: auto;
}

.form_confirm .form_columnwrap .column_innerwrap {
    width: auto;
    white-space: pre-wrap;
}

.form_confirm .button_group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_confirm .button_group .btn {
  margin: 0 14px;
}

.form_complete .form_group .inner:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BFBFBF;
}

.form_complete .form_group .title {
  padding-bottom: 0;
  border-bottom: none;
}

.form_complete .contact_info {
  padding: 20px 30px;
  border: 1px solid #354458;
  color: #354458;
}

.form_complete .contact_info p:not(:last-child) {
  margin-bottom: 0.3em;
}

.form_complete .contact_info .bold {
  font-weight: bold;
}

footer .main_part .bottom_wrapper {
	border-top: 3px solid #fa0046;
	padding-top: 10px;
}
footer .main_part li:last-child {
    border-right: none !important;
}
/*エラー表示-------------------------------------------------------------*/
/*.errr_label {display: none;}　上部エラー文言*/
.field-validation-error {color: #ff0000;}
.field-validation-valid {display: none;}
.input-validation-error {border: 1px solid #ff0000;}
.validation-summary-errors {color: #ff0000;}
.validation-summary-valid {display: none;}


/*-------------------------------------------------------------*/
@media screen and (max-width: 477px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: inherit;
  }

  .recruit .contents_inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .recruit .contents_box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .headline01 {
    font-size: 18px;
  }

  .button_group {
    display: block;
  }

  .button_group .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn.type01 {
    width: 100%;
    padding: 19px 8%;
    font-size: 14px;
  }

  .btn.type01:after {
    width: 22px;
    height: 22px;
  }

  .recruit_lead {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .recruit_lead .headline01 {
    text-align: center;
  }

  .recruit_lead p {
    font-size: 14px;
  }

  .recruit_form {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .recruit_form p {
    font-size: 14px;
  }

  .form_lead {
    margin-bottom: 25px;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }

  .step_navi {
		font-size: 12px;
  }
	.stepTxt{
		font-size:16px;
	}
  .form_area {
    padding: 30px 15px;
  }

  .form_area .title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .form_area .title .required {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
  }

  .form_group.submit-wrap {
    margin-top: -25px;
  }

  .form_box {
    display: block;
  }

  .form_box dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .form_box dt .note {
    margin-left: 1.8em;
    font-weight: 400;
  }

  .form_box .required {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 400;
  }

  .form_child .form_box:not(:last-child) {
    margin-bottom: 20px;
  }

  .form_child .form_box dt {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .form_column {
    display: block;
  }

  .form_column .column_inner:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .form_column .label {
    margin-right: 0;
    margin-bottom: 6px;
    display: block;
  }

  .form_column .spacer {
    width: 10px;
    display: inline-block;
  }

  .form_column.history01 {
    margin-bottom: 15px;
  }

  .form_column.history01 .column_inner {
    max-width: 160px;
  }

  .form_column.history02 {
    margin-bottom: 15px;
  }

  .form_column.history02 .radio_wrap {
    margin-top: 15px;
  }

  .form_control {
    padding: 12px 12px;
    font-size: 16px;
  }

  .form_control.prefecture {
    width: 160px;
  }

  .privacy_area .privacy_title {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .privacy_area p {
    font-size: 14px;
  }

  .privacy_area .privacy_text {
    height: 172px;
    padding: 15px 15px;
  }

  .privacy_area .doui {
    font-size: 14px;
  }

  .errr_label {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .form_file_box {
    display: block;
  }

  .form_file_label {
    margin-top: 0.8em;
    margin-left: 0;
  }

  .form_comment {
    font-size: 12px !important;
  }

  .form_confirm .form_group:not(:last-child) {
    margin-bottom: 30px;
  }

  .form_confirm .form_box:not(:last-child) {
    margin-bottom: 10px;
  }

  .form_confirm .form_box dt, .form_confirm .form_box dd {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_confirm .form_box dt {
    margin-bottom: 6px;
  }

  .form_confirm .form_box dd {
    padding-bottom: 6px;
  }

  .form_confirm .required {
    display: none;
  }

  .form_confirm .form_column .column_inner {
    width: auto;
  }

  .form_confirm .button_group {
    display: block;
  }

  .form_confirm .button_group .btn {
    max-width: 100%;
    margin: 0;
  }

  .form_confirm .button_group .btn:not(:last-child) {
    margin-bottom: 30px;
  }

  .form_confirm .button_group .btn.back {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .form_confirm a {
    color: #000;
  }

  .form_complete .form_group .title {
    font-size: 15px;
  }

  .form_complete .contact_info {
    padding: 12px 10px;
  }

  .form_complete .sp_sm {
    font-size: 12px;
  }

  .form_complete a {
    color: #000;
  }
}