@charset "utf-8";

/*PC・スマホ共通設定*/
/*----------------------------*/

#form_01 .content {
  padding: 10% 0;
}

#form_01 .inner {
  max-width: 865px;
  margin: 0 auto;
}

#form_01 dl {
  border-top: 1px dotted #000;
}

#form_01 dl dt,
#form_01 dl dd {
  box-sizing: border-box;
}

#form_01 dl dt {
  padding-top: 30px;
  font-weight: bold;
}

#form_01 dl dt span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

#form_01 dl dd {
  border-bottom: 1px dotted #000;
}

#form_01 dl dd.service:not(.service_end) {
  border-bottom: none;
}

#form_01 dl dd:nth-of-type(even),
#form_01 dl dd.service,
#form_01 dl dt.etc,
#form_01 dl dd.etc {
  background: rgba(218,218,218,.2);
}

#form_01 dl dt.cue,
#form_01 dl dd.cue {
  background: none;
}

#form_01 dl dd input[type=text],
#form_01 dl dd input[type=email],
#form_01 dl dd .input_select select {
  box-sizing: border-box;
  background: rgba(230,230,230,.5);
  border: 1px solid #cecece;
  width: 100%;
}
#form_01 dl dd .input_select select{
  -webkit-appearance: none;
    appearance: none;
}
#form_01 dl dd .input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
#form_01 dl dd .select_1col{
  position: relative;
}
#form_01 dl dd textarea{
  box-sizing: border-box;
  background: rgba(230,230,230,.5);
  border: 1px solid #cecece;
  width: 100%;
  resize: vertical;
}
#form_01 dl dd input[type=radio]{
  margin-right: 5px;
}
#form_01 dl dd .radio_2col {
  /* display: flex; */
}
#form_01 dl dd .radio_2col label {
  display: flex;
  align-items: center;
  /* padding: 12px 0; */
  margin-right: 20px;
}
#form_01 .form_submit {
  text-align: center;
}

#form_01 .form_submit input {
  position: relative;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0;
  cursor: pointer;
}

#form_complete {
  text-align: center;
  padding-top: 100px;
}

#form_complete h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2em;
}

#form_complete p {
  margin-bottom: 2em;
}

#form_complete p a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  margin: 0 auto;
}

#form_complete p a:hover {
  opacity: .7;
}

.place_td {
    width: 15%;
}


/*スマホ専用設定*/
/*----------------------------*/
@media screen and (max-width: 640px) {

#form_01 .read {
  padding: 6% 0;
  font-size: 4vw;
}

#form_01 dl {
  margin-bottom: 6.25vw;
  font-size: 3.281vw;
}

#form_01 dl dt {
  clear: both;
  padding: 4.687vw 1.562vw;
}

#form_01 dl dt span {
  height: 4.687vw;
  line-height: 4.687vw;
}

#form_01 dl dt .badge {
  margin-right: 1.562vw;
}

#form_01 dl dt .badge img {
  display: inline;
  width: auto;
  height: 100%;
}

#form_01 dl dt .ls05 {
  display: inline;
  letter-spacing: -.5em;
}


#form_01 dl dt.service_time .tit {
  margin-left: 7em;
}

#form_01 dl dt.service .badge {
  display: block;
  text-align: left;
  margin-bottom: 9.375vw;
}

#form_01 dl dd {
  padding: 0 1.562vw 4.687vw;
}

#form_01 dl dd input[type=text],
#form_01 dl dd input[type=email] ,
#form_01 dl dd .input_select select{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 12.5vw;
  padding: 0 3.125vw;
  font-size: 3.281vw;;
}
#form_01 dl dd textarea{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30vw;
  padding: 3.125vw;
  font-size: 3.281vw;;
}
#form_01 dl dd .radio_2col label {
  padding: 12px 0 0;
}
#form_01 dl dd.job ul li + li {
  margin-top: .5em;
}

#form_01 dl dd .job_etc input[type=text] {
  width: calc(100% - 5.5em);
}

#form_01 dl dd .job_etc label,
#form_01 dl dd .job_etc input[type=text] {
  vertical-align: top;
}

#form_01 dl dt.service {
  float: left;
  clear: both;
  width: 14em;
}

#form_01 dl dd.service:not(.service_time) {
  padding-bottom: 3.125vw;;
}

#form_01 dl dd.service:not(.service_first) {
  padding-left: 14em;
}

#form_01 dl dd.service_first {
  padding-left: 14em;
  padding-top: 14.56vw;
}

#form_01 dl dt.cue,
#form_01 dl dd.cue {
  background: none;
}

#form_01 .form_submit input {
  background: url(../img/sp_cv_btn02.png) no-repeat center center;
  background-size: cover;
  width: 93.75vw;
  height: 17vw;
  /* margin-left: -1.5vw; */
}

.place_td {
    width: 30%;
}
}


/*スマホ以外 共通設定*/
/*----------------------------*/
@media screen and (min-width: 641px) {

#form_01 .read {
  padding: 10% 0 4%;
  font-size: 18px;
}

#form_01 dl {
  margin-bottom: 40px;
  font-size: 18px;
}

#form_01 dl dt {
  float: left;
  clear: both;
  width: 330px;
  padding-left: 30px;
}

#form_01 dl dt.service_date .tit {
  margin-left: 65px;
}

#form_01 dl dt.service_time .tit {
  margin-left: calc(65px + 7em);
}

#form_01 dl dt.col1 {
  float: none;
  width: 100%;
}

#form_01 dl dt .badge {
  margin-right: 25px;
}

#form_01 dl dd {
  padding: 20px 35px  20px 330px;
}

#form_01 dl dd.col1 {
  padding-left: 95px;
}

#form_01 dl dd input[type=text],
#form_01 dl dd input[type=email],
#form_01 dl dd .input_select select {
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
}
#form_01 dl dd textarea{
  padding: 10PX 20px;
  font-size: 18px;
}
#form_01 dl dd.job ul li + li {
  margin-top: .5em;
}

#form_01 dl dd .job_etc input[type=text] {
  width: calc(100% - 5em);
}

#form_01 dl dd .job_etc label,
#form_01 dl dd .job_etc input[type=text] {
  vertical-align: top;
}

#form_01 dl dd.service:not(.service_time) {
  padding-bottom: 0;
}


#form_01 .form_submit input:hover {
  opacity: .7;
}

}

/*PC専用設定*/
/*----------------------------*/
@media screen and (min-width: 1024px) {

#form_01 .form_submit input {
  background: url(../img/pc_cv_btn02.png) no-repeat center center;
  width: 960px;
  height: 142px;
  /* margin-left: -35px; */
}

#form_01 .form_submit input:hover {
  opacity: .7;
}

}


/*部分設定*/
/*----------------------------*/
@media screen and (max-width: 1023px) and (min-width: 641px) {

#form_01 .form_submit {
  text-align: center;
}

#form_01 .form_submit input {
  background: url(../img/pc_cv_btn02.png) no-repeat center center;
  background-size: cover;
  width: 93.75vw;
  height: 13.867vw;
  margin-left: -3.417vw;
}


}