/* for Webkit */
.form-control::-webkit-input-placeholder{
    color: #9f9f9f;
    font-size: 0.9em;
}

/* for Firefox */
.form-control::-moz-placeholder{
    color: #9f9f9f;
    font-size: 0.9em;
}

/* for Firefox 18以前 */
.form-control:-moz-placeholder{
    color: #9f9f9f;
    font-size: 0.9em;
}

/* for Windows IE */
.form-control:-ms-input-placeholder{
    color: #9f9f9f;
    font-size: 0.9em;
}

.cfx:after {
  content:" ";
  display:block;
  clear:both;
}

#soudan {
  width: 100%;
}

#soudan #cont1,
#soudan #cont2{
    background-color: #fff;
    padding: 5px 20px 5px;
    font-size: 14px;
}

#soudan  h1{
  position: relative;
  padding: 18px 17px 16px;
  font-size: 24px;
  background: #fff;
  font-weight: bold;
  letter-spacing: .1rem;
  margin-top: 15px;
}

#soudan .title{
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*
#header
*/
#page_soudan #header{
  border-bottom: 0;
  position: relative;
}
#page_soudan #header::after{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background:linear-gradient(to right, #c80000, #c80000);
    position: absolute;
    bottom: -10px;
}

#page_soudan header {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;

}

#header .hdr_logo {
  width: auto;
  height: auto;
  display: inline-block;
  float: right;
  background: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border: none;
}

#page_soudan #header .hdr_logo>a {
  display: table-cell;
  height: 65px;
  text-indent: 150%;
  vertical-align: middle;
  border: none;
  width: auto;
}

#page_soudan #header .hdr_logo>a img{
  display: block;
}
/*
#footer
 */
#page_soudan footer{
  height: auto;
  background: #C80000;
  color: #fff;
}

#page_soudan #footer {
  background: none;
  width: 980px;
  margin: 0 auto;
  padding: 10px 20px;
  display: table;
}

#page_soudan #footer ul{
  float: left;
}

#page_soudan #footer .copyright{
  float: right;
}

#page_soudan #footer ul a{
  padding: 0 0 0 14px;
  color: #ffffff;
  position: relative;
}

#page_soudan #footer ul a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0 0;
  border-left: 4px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/*
#cont1
 */
#soudan .steps{
  display: block;
  margin: 0 auto;
  width: 660px;
}

#soudan #cont1 ul.steps li{
  float:left;
  width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#soudan #cont1 ul.steps li:last-child {
  margin-right: 0;
}

#soudan .steps div {
  width: 100%;
  position: relative;
  z-index: 10;
}

#soudan .steps div::after {
  content: '';
  position: absolute;
  top: calc(50% - 29px);
  right: -98px;
  width: 164px;
  height: 58px;
  background: url(../images/form_soudan_arrow.png)repeat-x;
  z-index: -5;
}

#soudan .steps li:last-child div::after {
  display: none;
}

#soudan #cont1 ul.steps li dt{
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px;
}

#soudan #cont1 ul.steps li dd{
  line-height: 24px;
}

#soudan .ryui .head{
  font-size: 16px;
  padding: 20px 15px;
  color: #fff;
  background-color: #beac94;
}

#soudan .ryui {
  border-radius: 3px;
  border: solid 2px #beac94;
  box-sizing: border-box;
}

#soudan .ryui ul {
  padding: 20px 20px 20px 30px;
  line-height: 24px;
}

#soudan .ryui ul li {
  position: relative;
  margin-bottom: 5px;
}

#soudan .ryui ul li:last-child{
  margin-bottom: 0;
}

#soudan .ryui ul li:before {
  content:'・';
  position: absolute;
  font-size: 14px;
  top: 0px;
  left: -20px;
  width: 1.6em;
  text-align: center;
}

/*
#cont2
 */
#soudan #cont2 .steps{
  margin-bottom: 30px;
}

#soudan #cont2 .steps.sp{
  display: none;
}

#soudan #cont2 table{
  border: solid 1px #cccccc;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: separate;
}

#soudan #cont2 table.calendar{
  border-collapse: collapse;
}

#soudan #cont2 th,
#soudan #cont2 td{
  padding: 5px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

#soudan #cont2 .calendar th,
#soudan #cont2 .calendar td{
  padding: 10px 3px;
  vertical-align: top;
  border: 1px solid #ccc;
  width: 14.28%;
  position: static;
}

#soudan #cont2 tr:last-child th,
#soudan #cont2 tr:last-child td{
  border-bottom: none;
}

#soudan #cont2 th{
    background-color: #777777;
    vertical-align: top;
    width: 350px;
    font-weight: bold;
    position: relative;
    padding-top: 27px;
    vertical-align: middle;
    color: #ffffff;
}

#soudan #cont2 th span{
  font-size: 12px;
}

#soudan #cont2 th .small {
  font-weight: normal;
}

#soudan #cont2 .tel th{
  position: relative;
}

#soudan #cont2 th .e_frm_require_default{
  position: relative;
  font-size: 14px;
}

#soudan #cont2 tr{
  border-bottom: 1px solid #cccccc;
}

#soudan #cont2 tr td p{
  margin-bottom: 10px;
  /*padding-top: 7px;*/
}

#soudan #cont2 select+p {
  margin-top: 10px;
}

#soudan #cont2 .address input,
#soudan #cont2 .mail input{
  width: 100%;
}

#soudan #cont2 textarea{
  width: 100%;
  min-height: 140px;
  resize: vertical;
}

#soudan #cont2 table input,
#soudan #cont2 table select,
#soudan #cont2 table textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#soudan #cont2 table label{
  cursor: pointer;
}

#cont2  td li {
  margin-right: 10px;
}

#cont2 .store td li:first-child {
  margin-bottom: 10px;
}

#cont2 td li input{
  margin-right: 5px;
}

#soudan #cont2 tr td .freespace{
  display: none;
}

#soudan #cont2 tr td .freespace.open{
  display: block;
}

#soudan #cont2 .sex li {
  padding-top: 7px;
}

#soudan #cont2 .tel td span {
  padding: 0 8px;
}

#soudan #cont2 .zipcode td input {
  width: 130px;
  margin-right: 10px;
}

#soudan #cont2 .zipcode a {
  color: #ed4d73;
  display: inline-block;
  margin-top: 10px;
}

#soudan #cont2 .zipcode td i{
  margin-right: 5px;
}

#soudan .doui dl {
  background-color: #fffbf0;
  height: 290px;
  overflow-y: scroll;
  border: solid 1px #cccccc;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 30px;
}

#soudan .doui dl dt{
  font-size: 18px;
  margin-top: 20px;
}

#soudan #cont2 .zipcode td button,
#soudan button.submitButton{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

#soudan #cont2 .zipcode td button {
  width: auto;
  padding: 5px 10px;
  cursor:pointer;
  background: #6699CD;
  color: #fff;
  border-radius: 4px;
}

#soudan button.submitButton {
  display: block;
  width: auto;
  margin: 0 auto;
  background-color: #6699cc;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 15px 15px;
  border-radius: 4px;
}

#soudan #cont2 .zipcode td button:active,
#soudan #cont2 .zipcode td button:hover,
#soudan button.submitButton:active,
#soudan button.submitButton:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

#soudan button.submitButton br{
  display: none;
}

.for-extra-small {
  display: none !important;
}

.for-middle-over {
  display: inline-block !important;
}
.mat-10 {
  margin-top: 10px;
}
#confirmation_prev {
  margin-top: 30px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.store .radio-inline {
  margin-right: 10px;
  margin-left: 0px;
}

label.radio-label {
  padding: 7px;
  border: 1px solid #CCC;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) linear-gradient(#fefefe, #e4e4e4) repeat scroll 0 0;
  font-weight: normal;
  color: #000000;
}

.radio-value {
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 4px !important;
  float: left;
}

label.radio-label-s {
  display:inline-block;
  margin-top: 5px;
  font-weight: normal;
  width: 100px;
  height: 35px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  padding-top: 5px;
  padding-left: 7px;
}

label.checkbox-label-s {
  display:inline-block;
  margin-top: 5px;
  font-weight: normal;
  width: 90px;
  height: 35px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  padding-top: 5px;
  padding-left: 7px;
}

@media screen and (max-width: 995px) {
  #page_soudan header,
  #page_soudan #footer,
  #page_soudan #contents,
  #soudan #cont1,
  #soudan #cont2{
    width: 100%;
  }
  #page_soudan header,
  #soudan h1,
  #soudan #cont1,
  #soudan #cont2,
  #page_soudan #footer{
    padding-left: 5%;
    padding-right: 5%;
  }

  /*
  #cont2
   */
  #soudan #cont2 th{
    width: 35%;
    text-align: left;
  }
  #soudan #cont2 td{
    width: 65%;
  }
  #soudan #cont2 .calendar th,
  #soudan #cont2 .calendar td{
    width: 14.28%;
    text-align: center;
  }
}/*@media (max-width: 980px)*/
@media screen and (max-width: 767px) {
  #soudan #cont2 th,
  #soudan #cont2 td{
    width: 100%;
    display: block;
    padding: 10px;
  }
  #soudan #cont2 .calendar th,
  #soudan #cont2 .calendar td{
    width: 14.28%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #soudan #cont2 tr td p {
    margin-bottom: 10px;
    padding-top: 0;
  }
  #soudan #cont2 tr td .freespace p{
    padding-top: 7px;
  }
  #soudan #cont2 .sex li
  #soudan #cont2 th br{
    display: none;
  }
  #soudan #cont2 th .e_frm_require_default {
    position: static;
    right: auto;
    float: none;
    margin-left: 15px;
  }
}

@media screen and (max-width: 750px) {
  #header {
    text-align: center;
  }
  #header .hdr_logo {
    float: none;
  }

  #soudan .steps{
    width: 100%;
  }
  #soudan #cont1 ul.steps li {
    margin-right: 0;
    float: none;
    display: block;
    width: 400px;
    margin: 0 auto 20px;
  }
  #soudan #cont1 ul.steps li:last-child{
    margin:0 auto 30px;
  }
  #soudan .steps div img {
    width: 100%;
  }
  #soudan .steps div {
    float: left;
    width: 35%;
  }
  #soudan .steps div::after {
    transform: rotate(90deg);
    top: 85%;
    margin-top: 10px;
    right: 50%;
    margin-right: -82px;
    height: 40px;
    background-size: 40px auto;
    background-position: center center;
  }
  #soudan .steps dl {
    float: right;
    display: inline;
    width: 55%;
    text-align: left;
  }
  #soudan .steps dl br {
    display: none;
  }
  #soudan #cont2 .steps.pc{
    display: none;
  }
  #soudan #cont2 .steps.sp{
    display: block;
  }
  .mat-10 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 570px) {
  #soudan .ryui .head{
    padding: 10px 15px;
  }
  #cont2 .store td li:first-child{
    margin-bottom: 0;
  }
  #cont2 .store td li{
    display: block;
  }
  #soudan button.submitButton br{
    display: block;
  }
  .form-control {
    font-size: 16px;
  }
  .for-extra-small{
    display: inline-block !important;
  }
  .for-middle-over{
    display: none !important;
  }
  .smb-10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #soudan #cont1 ul.steps li{
    width: 100%;
  }

  #soudan #cont1 ul.steps li dt {
    margin-top: 0;
  }
  #soudan #cont2 th, #soudan #cont2 td {
    padding: 10px 15px;
  }
  #soudan #cont2 .zipcode td input[type="button"]{
    display: block;
    margin-top: 10px;
  }
  #soudan .ryui ul {
    line-height: 24px;
    padding: 10px 10px 10px 20px;
  }

  #soudan .doui dl {
    line-height: 24px;
    padding: 10px 10px 10px 15px;
  }
  #soudan .doui dl dt {
    margin-top: 10px;
  }
}

.popupError, .errorMessage {
  display: block;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
  font-size: 14px;
  color: #a94442;
  text-align: left;
  padding: 5px;
  margin: 5px 0px;
}

.alert-danger,
.alert-danger .help-block {
  padding: 2px 2px 0px 2px;
  color: #a94442;
  margin: 0px;
}

.ime-disabled {
  ime-mode: disabled;
}

.ime {
  ime-mode: active;
}

.force-inline {
  width: auto !important;
  display: inline-block !important;
}

.inline-block {
  display: inline-block;
}

.text-red {
  color: #ed4d5a;
}

.coution {
  color: #ed4d5a;
  margin-top: 5px;
}

.content_etc {
  padding-top: 10px;
}

.h1-title {
  margin: 2px;
  border-bottom: 3px double #F06060;
}

.content-title {
  margin: 2px;
  margin-top: 2px;
  margin-top: 2em;
  border-bottom: 1px solid #F06060;
  border-left: 8px solid #F06060;
  margin-bottom: 10px;
}
.content-title h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 0.25em;
  color: #444444;
}

.block-content {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1.7em;
}

.remark {
}

.remark ul {
  margin: 0;
  padding-left: 12px;
  list-style-type: square
}

.form-phone {
    width: 70px !important;
}

.text-default {
  color: #3d3d3d;
}

.border-bottom-dash {
  border-bottom: 1px dashed #f06060;
}
