@charset "utf-8";

#mainContact_table .customerInfoTableTitleCell,
#mainContact_table .detailsTableDataCell{
    display: block;
    width: 100%;
    background: none;
    border: none;
}

#mainContact_table{
    background: #f2f2f2;
    padding: 2em 150px;
}

#mainContact_table .inputTextbox,
#mainContact_table .inputTextarea{
    border: none;
    background-color: #fff;
    padding: .5em;
}

#mainContact_table span.font-Red{
    background: red;
    color: #ffff;
    font-size: 10px;
    padding: .3em 1em;
    font-weight: 400;
    border-radius: 5px;
}

div#singleContact h1{
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    font-size: 30px;
    background: none;
    color: #192752;
}

div#singleContact h1:before{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #192752;
    position: absolute;
    left: calc( 50% - 10px );
    bottom: -20px;
}

div#singleContact h3{
    background: #192752;
    color: #fff;
    font-weight: 400;
    padding: .5em 1em;
    margin-bottom: 0;
}


div#singleContact div.confirmButtonArea input{
    width: 50%;
    height: 50px;
    background: #cd0000;
    font-size: 20px;
    font-weight: 600;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #cd0000;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #b00808;
  border-radius: 3px;
}

div#singleContact div.confirmButtonArea input:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.step_image{
  text-align: center;
  width: 50%;
  margin: 0 auto 50px auto;
}

div#singleContact{
  width: 1000px;
  max-width: 100%;
}

div#singleContact .inner,
div#singleContact .mainArea{
  width: 100%;
  max-width: unset;
}

.detailsTableDataCell {
  font-size: 14px;
}

@media (max-width: 750px) {


div#singleContact .detailsTableDataCell.num{
  background: #fff;
  text-align: center;
  color: #000;
}

div#singleContact .table-L{
  background: #f1f1f1;
  padding: 1em;
}

div#singleContact .detailsTableDataCell{
  background: none;
}

div#singleContact div.confirmButtonArea input{
    width: 80%;
    height: 10vw;
    font-size: 3.5vw;
}

.step_image{
  width: 100%;
  padding: 0 5vw;
}

div#singleContact h1{
    font-size: 6vw;
}

#mainContact_table .customerInfoTableTitleCell, #mainContact_table .detailsTableDataCell{
  color: #000;
  font-weight: normal;
}

#mainContact_table label input{
  margin-left: 0;
}


#mainContact_table  .detailsTableDataCell.linedRight{
  background: #fff;
}


.detailsTableDataCell {
  font-size: 3.5vw;
}
}