@charset "UTF-8";

/*-----------------------------
reset
----------------------------*/


#form #container {
    padding-top: 0px;
  }

  #form main {
    /*background: #000;*/
    /*padding-top: 30px;*/
  }

  #form header {
    padding: 20px;
    /*background: #000;*/
  }

  #main input.input_read_only{
    border: none;
    padding: 0;
}

.form_confirm .border_none_t {
    margin-bottom: 40px;
}
.form_complete main .inner_form {
	/*padding: 50px 0;*/
	padding-top: 15rem;
}

.text_close a,
.text_mail a {
    color: #333;
}

  #form .btnArea {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }

  @media only screen and (max-width: 800px) {
    #form .btnArea {
      bottom: 0;
      top: auto;
      width: 100%;
    }

    #form .seller ul {
        text-align: center;
    }

    #form .box_agree {
        display: block;
    }

  }

  #form .btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #form .btnArea .outline {
    width: 130px;
    height: 80px;
  }

  @media only screen and (max-width: 800px) {
    #form .btnArea .outline {
      width: 33.333%;
      height: 40px;
    }
  }

  #form .btnArea .outline a {
    color: #4f809c;
    background: #FFF;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #form .btnArea .outline a:hover {
    color: #FFF;
    background: #6e9db8;
    -webkit-transition: .2s;
    transition: .2s;
  }

  #form .btnArea .inq {
    width: 130px;
    height: 80px;
  }

  @media only screen and (max-width: 800px) {
    #form .btnArea .inq {
      width: 33.333%;
      height: 40px;
    }
  }

  #form .btnArea .inq a {
    color: #FFF;
    background: #6e9db8;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #form .btnArea .inq a:hover {
    color: #6e9db8;
    background: #FFF;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 1px solid #6e9db8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #form .wrap.social {
    padding: 50px 40px 40px;
    background: #FFF;
    max-width: 1200px;
    margin-top: 20px;
    color: #000;
  }

  @media only screen and (max-width: 800px) {
    #form .wrap.social {
      padding: 30px 20px 20px;
    }
  }

  #form h2 {
    text-align: center;
    font-size: 3rem;
  }

  @media only screen and (max-width: 800px) {
    #form h2 {
      font-size: 2rem;
    }
  }

  #form .c-social-title {
    font-size: 2rem;
    font-weight: 700;
  }

  @media only screen and (max-width: 800px) {
    #form .c-social-title {
      font-size: 1.7rem;
    }
  }

  #form .c-social-text {
    padding-left: 2rem;
    font-size: 1.5rem;
  }

  @media only screen and (max-width: 800px) {
    #form .c-social-text {
      font-size: 1.3rem;
    }
  }

  #form .c-social-text--indent span {
    display: inline-block;
    width: 2rem;
    margin-left: -2rem;
  }

  #form .p-contents-item--social {
    margin-top: 50px;
  }

  @media only screen and (max-width: 800px) {
    #form .p-contents-item--social {
      margin-top: 25px;
    }
  }

  #form .c-social-box {
    line-height: 1.8;
  }

  @media only screen and (max-width: 800px) {
    #form .c-social-box {
      line-height: 1.6;
    }
  }



#form #container main {
    margin: 0px auto;
    padding-bottom: 40px;
    /*background-color: #000;*/


}

main .inner_form {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
	padding-top: 12rem;
}

main .inner {

    padding: 25px 0;
}



#main .mb10 {
    margin-bottom: 10px!important;
}
#main .mb20{
    margin-bottom: 20px!important;
}

#main th {
    text-align: left;
    vertical-align: middle;
}

#form main h2 {
    font-size: 2rem;
}

.hdg_form_title {
color: #fff;
text-align: center;
background-color: #666;
/*padding: 10px 0;*/
padding: 5rem 0;
margin-bottom: 25px;
position: fixed;
width: 100%;
z-index: 99999;
}

/*-----------------------------
font
----------------------------*/

#main {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    color: #666;
}

#main .mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
*/
#header {
    padding-top: 40px;
}

/*-----------------------------
color
----------------------------*/

.text_red {
    color: #ff0000;
}

.req.red {
    color: #9c1f1f;
}

.bg_black,
.base_black h1,
.base_black h2 {
    background-color: #000;
}

.bg_green,
.base_green h1,
.base_green h2 {
    background-color: #004831;
}

.bg_gold,
.base_gold h1,
.base_gold h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#776a12), color-stop(27%, #887b21), color-stop(51%, #988b2e), color-stop(88%, #b2a444));
    background: linear-gradient(to bottom, #776a12 0%, #887b21 27%, #988b2e 51%, #b2a444 88%);
}

.border_none_t {
    border-top: none !important;
}

/*-----------------------------
layout
----------------------------*/

#siteid {
    width: 950px;
    padding: 20px 0;
    margin: 0 auto;
}

.hdg_title span {
    margin-right: 20px;
}

span.pc_break {
    display: block;
}

span.break {
    display: block;
}

/*-----------------------------
header
----------------------------*/

#header h1 {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 140%;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#header h1 span {
    margin-left: 10px;
}

#header h2 {
    font-size: 120%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

.text_dial {
    margin-bottom: 10px;
    text-align: center;
    font-size: 87.5%;
}

.tel_number {
    text-align: center;
    margin-bottom: 20px;
}

.tel_number a {
    text-decoration: none;
    display: inline-block;
    color: #c30000;
    font-size: 180%;
    background: url('https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/tel.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 60px;
}

.hopedate {
    margin-right: 4%;
}

.inner a span {
    display: inline-block;
    background-image: url(https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/icon_blank.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}

#main .table_date {
    margin-bottom: 40px;
}

#main .table_confirm {
    margin-bottom: 40px;
}

.inner {
    max-width: 950px;
    margin: 0 auto;
}

.inner h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    font-weight: normal;
}

#main {
    margin-bottom: 30px;
}

.text_officehours {
    text-align: center;
    color: #ff0000;
    margin-bottom: 20px;
}

.text_guide {
    color: #555555;
    font-size: 87.5%;
    margin-bottom: 20px;
}

#main table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
}

.col01 {
    width: 100px;
}

.col02 {
    width: 200px;
}

#main th {
    padding: 2%;
    background-repeat: no-repeat;
    background-color: #eee;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
}

#main th.req {
    background-position: right 16px center;
}

#main th.req,
#main .text_agree,
#main th.req,
#main .req .text_agree {
    background-image: url(https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/icon_req_red.png);
}

#main td {
    padding: 2%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

#main td a {
    color: #0000ff;
}

#main select {
    padding: 10px;
}

#main input {
    padding: 10px;
}

.caption {
    font-size: 12px;
}

.attention .caption {
    color: #ff0000;
}

.select_after {
    margin-left: 10px;
    margin-right: 30px;
}

.username .input_title,
.userkana .input_title {
    margin-right: 12px;
    display: inline-block;
    width: 30px;
}

.select_title {
    margin-right: 10px;
}

span.text_ex {
    margin-left: 20px;
    color: #ff0000;
    font-size: 12px;
}

.mail input {
    width: 350px;
}

p.text_ex {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.address input {
    width: 550px;
}

.input_wide {
    width: 450px;
    margin-left: 10px;
}

.hyphen {
    margin: 0px 1%;
}

.zipcode input {
    font-size: 14px;
}

.zipcode01 {
    width: 40px;
}

.zipcode02 {
    width: 60px;
}

.zipcode a {
    margin-left: 12px;
}

.col02_01 {
    width: 300px;
}

.how dl {
    margin-bottom: 10px;
}

.how dl:last-of-type {
    margin-bottom: 0px;
}

.how dl:last-of-type li:last-child {
    width: 100%;
    clear: both;
    display: block;
}

#main .how dt {
    background-color: #dddddd !important;
    text-align: center;
    color: #666;
    padding: 5px;
    font-size: 14px;
}

.how dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.how dd ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    color: #666;
    margin-top: 10px;
}

.how dd ul li.flex_end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse !important;
}

.club th {
    color: #ff0000;
    background-color: #f4d7d7;
}

.box_privacy {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.box_privacy h2 {
    color: #666;
}

.list_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ask textarea {
    width: 600px;
    height: 150px;
}

.list_radio li {
    margin-right: 20px;
    font-size: 14px;
}

.inner_privacy {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px;
}

.inner_privacy li a {
    color: blue;
}

.club .list_radio {
    margin-bottom: 20px;
}

.club .list_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.club .list_check li {
    margin-right: 20px;
}

.tel input {
    width: 120px;
}

.list_privacy {
    margin-bottom: 20px;
}

.list_privacy li {
    font-size: 14px;
    line-height: 1.4em;
}

.box_agree {
    margin-bottom: 40px;
    background-color: #dddddd;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text_agree {
    font-size: 14px;
}

.req .text_agree {
    font-size: 14px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

.btn_check {
    margin-bottom: 40px;
}

button {
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(21%, #ddd), color-stop(43%, #cecece), color-stop(88%, #bababa));
    background: linear-gradient(to bottom, #e7e7e7 0%, #ddd 21%, #cecece 43%, #bababa 88%);
    cursor: pointer;
}

button.btn_check {
    max-width: 300px;
    padding: 15px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(28%, #b1b1b1), color-stop(63%, #7e7e7e), color-stop(88%, #666));
    background: linear-gradient(to bottom, #ccc 0%, #b1b1b1 28%, #7e7e7e 63%, #666 88%);
}

.list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto 40px;
}

.list_btn li {
    width: 100%;
    max-width: 330px;
    text-align: center;
    margin: 0 auto;
}

.list_btn li button {
    width: 96%;
    padding: 15px 6px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(28%, #b1b1b1), color-stop(63%, #7e7e7e), color-stop(88%, #666));
    background: linear-gradient(to bottom, #ccc 0%, #b1b1b1 28%, #7e7e7e 63%, #666 88%);
}

/* complete */

.form_complete .inner {
    background-color: #f1f1f1;
}

.form_complete #main .inner {
    max-width: 890px;
    text-align: center;
    padding: 2%;
}

.form_complete .inner p {
    margin-bottom: 20px;
    font-size: 14px;
}

.form_complete .inner p.text_notyet {
    color: #ff0000;
    font-size: 20px;
}

.text_close a:hover {
    text-decoration: none;
}

.text_close a::before {
    content: "×";
}

.form_complete p.howtoclose {
    text-align: center;
}

.text_mail {
    color: #0000ff;
}

.caption {
    text-align: left;
}

.box_attention {
    padding: 2%;
    background-color: #fcfdd3;
    margin-bottom: 30px;
}

.form_input .list_btn li {
    text-align: center;
}

#footer .copyright {
    text-align: center;
    font-size: 10px;
    padding: 5px;
    background-color: #000;
    color: #fff;
}

@media screen and (max-width:961px) {

    /*-----------------------------
font
----------------------------*/
    /*body {
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
        color: #666;
    }*/
/*
    .mincho {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
*/
    /*-----------------------------
cmn
----------------------------*/
    span.pc_break {
        display: inline-block;
    }

    span.text_ex {
        display: block;
        margin: 10px 0 0 0;
    }

    #form {
        /*max-width: 93.75%;*/
        margin: 0 auto;
    }

    #main table {
        max-width: 100%;
        table-layout: auto;
    }

    #main table tr {
        display: block;
        width: 100%;
    }
    .username label,
    .userkana label {
        display: inline-block;
        margin-bottom: 10px;
    }

    #main table th {
        display: block;
        width: 100%;
        position: relative;
        background-color: #000;
        color: #fff;

        padding: 10px;
    }

    #main table td {
        display: block;
        width: auto;
    }

    #main .address input {
        width: 95.8%;
    }

    #main .input_wide {
        width: 95.8%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .mail input {
        width: auto;
    }

    #main .ask textarea {
        width: 98%;
    }

    .col01 {
        width: 100%;
    }

    .col02 {
        width: 100%;
    }

    .col03 {
        width: 100%;
    }

    #main .username input {
        width: 95.8%;
    }

    #main .userkana input {
        width: 95.8%;
    }

    #main .mail input {
        width: 95.8%;
    }

    #main .username input {
        width: 95.8%;
    }

    #main .sp_req {
        background-color: #000;
        border-bottom: 1px solid #fff;
    }

    .inner h2 {
        background-color: transparent;
        color: #333;
    }

    .inner {
        max-width: 93.75%;
        margin: 0 auto;
    }

    .input_single {
        width: 97.2%;
        padding: 10px 1.4%;
    }

    .hyphen {
        vertical-align: bottom;
    }

    .zipcode .button {
        margin-left: 10px;
        align-self: center;
    }

    .zipcode a {
        clear: both;
        margin: 10px 0 0;
    }

    .list_note {
        margin-bottom: 20px;
    }

    .list_note li {
        color: #666;
        font-size: 75%;
        text-indent: -1em;
        padding-left: 1em;
    }

    .list_note p {
        font-size: 87.5%;
        text-indent: -1em;
        padding-left: 1em;
    }

    a.blank::after {
        content: '';
        background: url('https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/icon_blank.png');
        width: 11px;
        height: 9px;
        display: inline-block;
        margin-left: 1%;
    }

    .text_agree {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .text_confirm {
        margin-bottom: 20px;
    }

    /*-----------------------------
header
----------------------------*/
    #header h1 {
        text-align: center;
        background-color: #000;
        color: #fff;
        font-size: 140%;
        padding: 5px 0;
        margin-bottom: 10px;
    }

    #header h2 {
        font-size: 120%;
        text-align: center;
        margin-bottom: 10px;
    }

    .text_dial {
        margin-bottom: 10px;
        text-align: center;
        font-size: 87.5%;
    }

    .tel_number {
        text-align: center;
        margin-bottom: 20px;
    }

    .tel_number a {
        text-decoration: none;
        display: inline-block;
        color: #c30000;
        font-size: 180%;
        background: url('https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/tel.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 60px;
    }

    .box_how select {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 87.5%;
    }

    /*-----------------------------
main
----------------------------*/
    #main h3 {
        background-color: #000;
        color: #fff;
        font-size: 100%;
        padding: 0.5% 1%;
        margin-bottom: 20px;
    }

    .req .hdg_item {
        background-image: url("https://i02.smp.ne.jp/u/sohgoh-real/b-request/image/icon_req_red.png");
        background-repeat: no-repeat;
        background-position: 99% center;
    }

    .box_item dl {
        margin-bottom: 20px;
    }

    .box_item dl dt {
        margin-bottom: 10px;
    }

    .box_item dl dd {
        display: flex;
        justify-content: space-between;
    }

    .box_item dl input {
        width: 46%;
        padding: 10px;
    }

    .box_time select {
        width: 46%;
    }

    .box_item dl select {
        padding: 10px;
        font-size: 87.5%;
    }

    .box_item dl input.input_single {
        width: 100%;
    }

    .box_item dl dd p {
        width: 48%;
    }

    .box_age input {
        width: 20%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .box_age input span {
        width: 20%;
    }

    .box_item dl dd.input_double p {
        display: flex;
        justify-content: flex-start;
    }

    .box_item dl dd.input_double p span {
        width: 20%;
        display: block;
    }

    .box_item dl dd.input_double p input {
        width: 80%;
    }

    .input_title {
        width: 15%;
        display: inline-block;
    }

    .box_address dd {
        margin-bottom: 20px;
    }

    .box_address select {
        width: 100%;
    }

    .box_tel {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 20px;
    }

    .box_tel input {
        width: 24%;
    }

    .list_radio {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .list_radio li {
        margin-right: 10px;
        line-height: 1.6em;
    }

    .list_radio li:last-child {
        margin-right: 0;
    }

    .list_check {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .list_check li:last-child {
        margin-right: 0;
    }

    .list_check li {
        margin-right: 10px;
        line-height: 1.6em;
    }

    .box_item dl .list_check li input {
        width: auto;
    }

    .box_item dl .list_radio li input[type="radio"] {
        width: auto;
    }

    .text_club {
        font-size: 87.5%;
        margin-bottom: 20px;
    }

    .btn_sp {
        max-width: 360px;
        display: flex;
        justify-content: space-around;
        margin: 0 auto 40px;
    }

    .btn_sp li {
        width: 44%;
    }

    .btn_sp li button {
        font-size: 75%;
    }

    button.submit {
        cursor: pointer;
        display: block;
        width: 100%;
        font-size: 75%;
        color: #fff;
        background: #999;
        background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
        background: linear-gradient(to bottom, #999 0%, #666 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666', GradientType=0);
        padding: 15px;
        text-align: center;
        border: none;
        box-shadow: 2px 2px 3px rgba(134, 134, 134, 0.6);
    }

    .box_thanks {
        padding: 15px;
        background-color: #f1f1f1;
        margin-bottom: 30px;
    }

    .box_thanks p {
        margin-bottom: 15px;
        font-size: 87.5%;
    }

    .box_thanks p:last-child {
        margin-bottom: 0;
    }

    #main input.hopedate {
        width: 44%;
    }

    #main select.hopetime {
        width: 46%;
    }

    #main select {
        width: 100%;
    }

    #main input {
        padding: 2%;
    }

    .inner_privacy {
        max-width: 93.75%;
        margin: 0 auto;
    }

    .inner_privacy li {
        text-align: left;
    }

    .box_privacy {
        padding-bottom: 10px;
    }

    .mei,
    .kanamei {
        margin-top: 10px;
        display: inline-block;
    }
}

@media screen and (max-width:640px) {
    #header h1 span {
        display: block;
    }

    #main .inner {
        max-width: 93.75%;
    }

    #main th {
        padding: 4%;
    }

    #main td {
        padding: 4%;
    }

    #main .club th {
        color: #ff0000;
        background-color: #f4d7d7;
    }

    .sp_berak {
        display: block;
    }

    #main .box_item dl input {
        width: 36%;
        padding: 10px;
        font-size: 87.5%;
    }

    #main .box_time select {
        width: 52%;
    }

    #main .box_item dl dd.input_double p span {
        width: 26%;
        display: block;
    }

    #main .box_item dl dd.input_double p input {
        width: 64%;
    }

    #main select {
        text-indent: 5px;
    }

    #main select.hopetime {
        width: 46%;
    }

    #main .list_radio,
    #main .list_check {
        display: block;
        margin: 5px 0;
    }

    #main .tel input {
        width: 24%;
    }

    #main .box_agree {
        display: block;
    }

    #main .text_agree {
        text-align: left;
    }

    #main .btn_post {
        display: block;
    }

    #main input.hopedate {
        width: 44%;
    }

    #main select.hopetime {
        width: 44%;
    }

    .form_complete .inner p {
        text-align: left;
    }

    .form_complete .inner p.text_mail,
    .form_complete .inner p.text_close {
        text-align: center;
    }

    .form_complete .list_btn {
        display: block;
    }

    .form_complete .list_btn li:first-child {
        margin-bottom: 15px;
    }

    .form_complete p.howtoclose {
        text-align: left;
    }

    p.text_dial {
        text-align: left;
    }

    p.text_officehours {
        text-align: left;
    }

    p.text_dial .break {
        display: inline;
    }

    #main input {
        padding: 2%;
    }

    .list_privacy li {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    #main .tel input {
        width: 22%;
    }
}