/* ======================================================================
  レジョメ添付
====================================================================== */

.resume > .inner .switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .resume > .inner .switch {
    display: block;
  }
}
.resume > .inner .switch .ttl {
  margin: 0;
}
.resume > .inner .switch .select {
  border: 1px solid silver;
  background: #e6e6e6;
  border-radius: 3px;
  margin: 0 0 0 20px;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .resume > .inner .switch .select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 10px 0 0;
  }
}
.resume > .inner .switch .select label {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 9px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .resume > .inner .switch .select label {
    padding: 15px 0;
  }
}
.resume > .inner .switch .select label:hover {
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .resume > .inner .switch .select label.half {
    width: 50%;
  }
}
.resume > .inner .switch input[type="radio"]:checked + label {
  background: #097847;
  border: 1px solid #097847;
  color: #fff;
}
.resume > .inner .switch input[type="radio"]:checked + label:hover {
  background: #097847;
}
.resume > .inner .read {
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .resume > .inner .read {
    margin: 10px 0;
  }
}
.resume > .inner .content {
  border: none !important;
  position: relative;
  border: none;
  background: #f5f5f5 !important;
}
@media screen and (max-width: 768px) {
  .resume > .inner .content {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .resume > .inner .content:before {
    top: 40px;
    left: 10px;
    width: calc(100% - 26px);
    height: 39px;
  }
}
@media screen and (max-width: 768px) {
  .resume > .inner .content:after {
    top: 94px;
    left: 10px;
    width: calc(100% - 26px);
    height: 39px;
  }
}
.resume > .inner .content .drop_txt {
  background: #f5f5f5;
  color: #097847;
  text-align: center;
  position: relative;
  top: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.resume > .inner .content .drop_txt:before {
  content: url(/assets/img/common/ico_dl.svg);
  display: inline-block;
  margin: 0 10px 0 0;
  width: 17px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .resume > .inner .content .drop_txt {
    top: 10px;
  }
}
.resume > .inner .content .drop_txt .u_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
.resume > .inner .content .drop_txt .u_pc {
    display: none;
  }
}
.resume > .inner .content .file_txt {
  background: #f5f5f5;
  position: relative;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .resume > .inner .content .file_txt {
    position: static;
    text-align: left;
    top: initial;
    left: initial;
    transform: translateX(0);
  }
}
.resume_boxes .inner {
  padding: 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner {
    padding: 20px 10px;
  }
}
.resume_boxes .inner > .u_txt_4 {
  margin: 0 0 15px;
  letter-spacing: .1em;
}
.resume_boxes .inner ul {
  background: #f5f5f5;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li:not(:first-child) {
    margin: 10px 0 0;
  }
}
.resume_boxes .inner ul li span {
  position: relative;
  display: table;
  width: 200px;
  height: 190px;
  padding: 15px 20px;
  border: 1px solid #555555;
  margin: 0 10px;
  background: #fff;
}

.resume_boxes .inner ul li span .placeholder {
  display: none;
}
.resume_boxes .inner ul li span .delete-file {
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: #333;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.resume_boxes .inner ul li span input[type="file"] {
  display: none;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li span {
    min-height: 45px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.resume_boxes .inner ul li span.none {
  border: 3px dashed #097847;
  background: transparent;
}
.resume_boxes .inner ul li span.none._hover {
  background: rgba(191, 217, 206,.2);
}
.resume_boxes .inner ul li span.none .txtwrap,
.resume_boxes .inner ul li span.none .imgwrap {
  display: none;
}

.resume_boxes .inner ul li span.none .placeholder {
  display: block;
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #999;
  line-height: 2;
  padding: 30px;
}
@media screen and (max-width: 768px) {
	.resume_boxes .inner ul li span.none .placeholder {
		top: 0;
		line-height: 1.2;
		padding: 4px 10px;
	}
	.resume_boxes .inner ul li span.none .placeholder br {
	  display: none;
	}
}

.resume_boxes .inner ul li span.none .delete-file {
  display: none;
}
.resume_boxes .inner ul li span.none input[type="file"] {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -moz-appearance: none;
  appearance: none;
  filter: 	  alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  margin:  0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li span .txtwrap {
    padding: 0 0 0 10px;
    width: -moz-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.resume_boxes .inner ul li span .txtwrap .txt1 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li span .txtwrap .txt1 {
    margin: 0 10px 0 0;
    font-weight: normal;
  }
}
.resume_boxes .inner ul li span .imgwrap {
  margin: 15px 0 0;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .resume_boxes .inner ul li span .imgwrap {
    width: 70px;
    height: initial;
    margin: 0;
  }
}
.resume_boxes .inner ul li span .imgwrap > img {
  max-width: 100%;
}

/**
 *	エラー
 */
.error_box {
	font-size: 1.7em;
  background: #e21b1b;
	color: #fff;
  width: 100%;
  height: 70px;
	margin-bottom: 5px;
	text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .error_box {
    line-height: 1.5;
    padding: 0 10px;
  }
}
