@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 641px) {

/* 見出し共通
------------------------------------------------*/
.content h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.content h2 {
    padding-left: 20px;
    font-size: 20px;
    margin: 0 0 10px 0;
    border-left:5px solid #F00;
    -webkit-text-size-adjust: 100%;
}
.content .headSentence {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px 10px !important;
    -webkit-text-size-adjust: 100%;
}
.content .headSentenceRed {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px 10px;
    color: #ff0000;
    -webkit-text-size-adjust: 100%;
}
input, select, textarea {
  font-family: "OpenSans","Noto Sans Japanese","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

input[type="button"] {
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.error_common_head{
    color: #ff0000;
    margin: 5px 0 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.error_common_txt{
    color: #ff0000;
    margin: 5px 0 10px 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}


/* index
------------------------------------------------*/

#entry table td input[type="text"] {
    height: 20px;
    padding: 20px 15px;
    background: #fafafa;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#entry table td input[type="password"] {
    height: 20px;
    padding: 20px 15px;
    background: #fafafa;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#entry table td p {
    margin-bottom:30px
}
#entry .transmit input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #E7E7E7;
    border: 1px solid #9E9C9C;
    font-size:18px;
}

/* form
------------------------------------------------*/
#entryform table {
    width: 600px !important;
    margin: 0 auto 0 auto !important;
    font-size: 18px;
}

#entryform table tr {
    margin: 0 0 20px 0;
}

#entryform td {
    padding: 10px 0 20px 0;
    display: block;
    -webkit-text-size-adjust: 100%;
}
#entryform td.tdsign01 {
    padding: 15px 20px 0;
}
#entryform td.tdsign02 {
    padding: 0 20px 15px;
}

#entryform th {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  -webkit-text-size-adjust: 100%;
}

#entryform table th span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 8px;
    vertical-align: top;
    font-weight: normal;
    display: inline-block;
}
#entryform table td p {
    margin:0 0 10px 0
}

#entryform table td p span {
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}

/* select */
#entryform table td select {
  cursor: pointer;
  padding:0 3%;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  background: #fafafa;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  -webkit-appearance: pop-up-menu;
  appearance: pop-up-menu;
}
#entryform table td select.select_year {
    padding: 5px 0 5px 5px;
    width: 28%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_year_w {
    padding: 5px 0 5px 5px;
    width: 41%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_md {
    padding: 5px 0 5px 10px;
    width: 20%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_md_w {
    padding: 5px 0 5px 5px;
    width: 20%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_year_w:focus,
#entryform table td select.select_md_w:focus {
    padding: 0 10px;
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    border-radius: 0;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}
#entryform table td span.spacer_date {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: x-small;
    vertical-align: bottom;
}

#entryform table td select.input_place_name {
    padding: 0 10px;
    width: 33%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
}

#entryform table td input[type="text"].input_class_num {
    padding: 0 10px;
    width: 18%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input[type="text"].input_kana {
    padding: 0 10px;
    width: 15%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input[type="number"].input_vehicle_num {
    padding: 0 10px;
    width: 23%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input:not([type="button"]) {
    padding: 0 15px;
    width: 100%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input:not([type="button"]):focus,
#entryform table td select:focus {
    padding: 0 15px;
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    border-radius: 0;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}

#entryform table td input[type="checkbox"] {
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
}
#entryform table td input[type="checkbox"]:focus{
    box-shadow: none;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

/* name */
#entryform table td.name p span {
    margin:0 10px 6px 0;
    display: block;
}
/*tel*/
#entryform table td.tel input[type="text"],
#entryform table td.tel input[type="number"]{
    width: 25%;
    float:left;
    vertical-align:middle;
}
#entryform table td.tel input {
    float:left;
    vertical-align:middle;
}
#entryform table td span.hyphen {
    float:left;
    margin: 0 5px!important;
    font-size: 20px;
    line-height: 42px;
}
#entryform table td p.lead_txt {
    margin: 10px 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    -webkit-text-size-adjust: 100%;
}

/*emailpassword*/
#entryform .basisForm .password input[type="password"] {
    display: block;
    margin-bottom: 10px;
}
#entryform .basisForm .email p {
    padding-left: 15px;
    word-break: break-all;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}

#entryform .basisForm .email dl dt,
#entryform .basisForm .password dl dt {
    line-height: 2;
}
#entryform .basisForm .email dl dd,
#entryform .basisForm .password dl dd {
    font-size: 14px;
    line-height: 1.5;
}

/* list */
#entryform table td ul.list li {
    display: block;
    margin: 0 0 20px 0;
}
#entryform table td ul.list li label {
  cursor: pointer;
  padding-left: 6px;
}
/*car*/
#entryform table td.car span {
    display:block;
    margin:0 0 10px 0;
}
/*shop*/
#entryform .questionForm .shop input.shopSearch {
    margin-top: 20px;
}

#entryform table td.shop .number input[type="text"] {
    width: 30%;
    float:left;
    vertical-align:middle;
}
#entryform table td.shop span {
    display:block;
    margin: 0 0 15px 0;
}
.ynum {
    display: inline-block;
    float: left;
    padding: 8px;
    padding-top: 10px;
}

#entryform table.contact {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
#entryform table.contact th,
#entryform table.contact td {
    padding-left: 10px;
    width: 94%;
    -webkit-text-size-adjust: 100%;
}


/*car*/
#entryform .questionForm .car p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
/*info*/
#entryform .questionForm .info p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}

#entryform .questionForm2{
    width: 100%;
    border-bottom: thin solid #a9a9a9;
}

/*personalInfo*/
#entryform .personalInfo {
    margin:0 0 30px 0;
}
#entryform .personalInfo h3 {
    font-size:16px;
    margin:0 0 10px 0;
}
#entryform .personalInfo ul {
    padding: 15px;
    border:1px solid #ccc;
    max-height: 200px;
    list-style-type: square;
    -webkit-overflow-scrolling: touch;
}
#entryform .withdrawInfo ul {
    padding: 10px 20px 15px 20px;
    border:1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: scroll;
    list-style-type: disc;
    -webkit-overflow-scrolling: touch;
}
#entryform .personalInfo ul li,
#entryform .withdrawInfo ul li {
    margin: 0 0 10px 1em;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
/* agree */
p.agree input {
    vertical-align: middle;
}

p.agree {
    text-align: center;
    margin: 0 0 30px;
}

p.agree label {
    padding: 5px;
    vertical-align: middle;
}
p.agree:hover,
p.agree label:hover {
    cursor: pointer;
}
p.confirm {
    text-align: center;
    /*width: 300px !important;*/
    margin: 0 auto;
}
#entryform input[type="submit"],
#entryform input[type="button"]#confirm,
#entryform button[type="submit"]{
    padding: 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
}


#entryform #kiyaku {
    overflow-y: scroll;
    width: 94%;
    height: 300px;
    margin: 30px auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
#entryform #kiyaku h3 {
    border: none;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 10px 0;
}
#entryform #kiyaku p {
    font-size: 13px;
    line-height: 1.7;
}
#entryform #kiyaku ul {
    font-size: 13px;
    line-height: 1.7;
    list-style: disc;
    margin-left: 20px;
}
#entryform #kiyaku li {
    margin-bottom: 5px;
}


#tenpo .size01 {
    width: 60px;
}
#tenpo input[type="text"] {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 4px;
}
#tenpo input[type="button"].shopSearch {
    padding: 0 10px;
    line-height: 30px;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
}
#tenpo .number {
    margin-bottom: 20px;
    line-height: 30px;
}
#tenpo .shopName {
    margin-bottom: 20px;
    line-height: 30px;
}
#tenpo .shopName .shopname {
    width: 150px;
}


.sns,
.leftCont,
.rightCont ul {
    display: none;
}

#footer {
    border-top: none;
}

/* conf
------------------------------------------------*/
#conf table {
    width: 100%;
    font-size: 90%;
}
#conf table tr {
    margin: 0 0 30px 0;
}

#conf th,
#conf td {
    display:block;
    float:left;
}
#conf td {
    padding: 15px;
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
#conf th {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  float: left;
  background: #E5E5E5;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
#conf table th:before {
}
#conf table th span {
  border: none;
  border-radius: 3px;
  background: #e20000;
  color: #fff;
  font-size: 70%;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: top;
  font-weight: normal;
  display: inline-block;
  margin-top: -2px;
  -webkit-text-size-adjust: 100%;
}
#conf table td p {
    margin: 20px 0 0 0;
    -webkit-text-size-adjust: 100%;
}
#conf table td p:first-child{
    margin-top: 0;
}
#conf table td p span {
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}
#conf table td.address p {
    margin: 0;
    word-break: break-all;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

/* name */
#conf table td.name p span {
    margin:0 10px 0 0;
}
/*car*/
#conf table td.car span {
    display:block;
    margin:0 0 10px 0;
}
/*shop*/
#conf table td.shop span {
    display:block;
    margin: 0 0 15px 0;
}

#conf p.confirm,
#conf .register {
    text-align: center;
    margin: 20px auto;
}
#conf p.confirm input[type="submit"],
#conf p.confirm input[type="button"] {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
}
p.return {
    width:100%;
}
p.return img {
    width:100%;
    height:auto;
}
#conf .register input[type="button"] {
    padding: 0;
    width: 92%;
    height: 50px;
    line-height: 50px;
    background: #fa0014;
    border: 1px solid #fa0014;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    -webkit-appearance: none;
}

/*enroll*/
#entryform p.enroll,
#conf p.enroll {
    text-align: center;
    margin: 20px auto;
    width: 300px;
}
#entryform p.enroll input[type="submit"],
#entryform p.enroll input[type="button"],
#conf p.enroll input[type="submit"],
#chassisno_form p.enroll input[type="submit"],
#chassisno_form p.enroll input[type="button"] {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #E7E7E7;
    border: 1px solid #9E9C9C;
    font-size: 18px;
    color: #000000;
}

/*line*/
#conf .line_txt,
#thanks .line_txt {
    margin: 0 0 20px 10px;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5;
    color: #21b12b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#conf .line_txt img,
#thanks .line_txt img {
    margin: auto 0;
    width: 32px;
    height: 32px;
    display: block;
}


#conf .line_btn,
#thanks .line_btn {
    margin: 0.5em 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#conf .line_btn a,
#thanks .line_btn a {
    background: -moz-linear-gradient(top,  rgba(94,218,17,1) 0%, rgba(59,190,29,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(94,218,17,1) 0%,rgba(59,190,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(94,218,17,1) 0%,rgba(59,190,29,1) 100%);
    border-radius: 0.5em;
    text-decoration: none;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

#conf .line_btn img,
#thanks .line_btn img {
    height: 45px;
    margin-right: 0.25em;
    padding-bottom: 0.15em;
    vertical-align: middle;
}


/* sendmail
------------------------------------------------*/
#sendmail p {
    margin:0 0 20px 0;
    font-size:14px;
    line-height:1.5;
}
#sendmail p.main {
    font-weight:bold;
    font-size: 18px;
}

/* thanks
------------------------------------------------*/
#thanks p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
}
#thanks p.top {
    font-weight:bold;
    font-size: 16px;
    width:100%;
    margin:0 auto 20px;
}


/* sendmail
------------------------------------------------*/
#sendmail p {
    margin:0 0 20px 0;
    font-size:14px;
    line-height:1.5;
}
#sendmail p.lead{
    font-size:14px;
    line-height:1.5;
    text-align: left;
    margin-bottom:40px;
}
#sendmail p.title {
    font-weight:bold;
    font-size:20px;
}
#sendmail p.note {
    font-size:14px;
}


/*present*/
#breadcrumb .campaignBread {
    line-height: 15px;
}
h2.campaign{
    font-size: 20px;
    line-height: 1.3;
    padding-top: 5px;
}
h2 span{
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
}
.boxwrap h3 {
    border: 1px solid #cccccc;
    border-left: 3px solid #F00;
    padding: 10px 8px;
    font-size: 18px;
    margin: 10px auto 20px;
    font-weight: normal;
}
p.campaign {
    background: #ddd;
    padding: 20px;
    width: 90%;
    margin: 30px auto;
    line-height: 1.7;
}
.present h3 {
    margin-top: 50px;
}
.present p {
    line-height: 1.7;
    margin-bottom: 30px
}
.present span {
    font-size: 14px;
    line-height: 1.5;
}
.present ul.campaignDate {
    margin-bottom: 20px;
}
.present ul.campaignDate li {
    margin: 0 auto 20px 15px;
    display: inline-block;
    line-height: 20px;
}
p.attention {
    margin-bottom: 10px;
}
.present ul.attention {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 30px;
}
.present .attention li {
    line-height: 1.5;
    margin-left: 20px;
    padding-bottom: 10px;
}



/*form(ラジオ設置)*/
.present input[type=checkbox] {
    display: none;
    margin: 0;
}
.present input[type=checkbox] + label {
    padding: 0 0 0 24px;
    position: relative;
}
.present input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background: #FFF;
}
.present input[type=checkbox] + label::before {
    border: 1px solid #ff0000;
}
.present input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.present input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 9px;
    margin-top: -8px;
    border-left: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* campaignForm
------------------------------------------------*/
/*zip*/
#entryform .campaignForm .zip input.shopSearch:hover {
    cursor: pointer;
    opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
}
#entryform .campaignForm .zip input[type="text"] {
    width: 30%;
    float:left;
    vertical-align:middle;
}
#entryform .campaignForm .zip input.shopSearch {
    margin-top: 20px;
}

#entryform .campaignForm .zip span {
    float:left;
    margin: 0 5px!important;
    font-size: 20px;
    line-height: 42px;
}
#entryform .campaignForm .zip span.ynum {
    line-height: 24px;
}
#entryform .campaignForm th {
  padding: 23px 20px 0 0;
  vertical-align: top;
  text-align: left;
}
#entryform .campaignForm .address p span {
    display: inline-block;
}
#entryform .campaignForm .buyTitle {
}
#entryform .campaignForm .buyTitle span {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color:#ffffff;
    margin: 0;
    padding: 3px 0;
}

/*form(ラジオ設置)*/
.present input[type=radio] {
    display: none;
    margin: 0;
}
.present input[type=radio] + label {
    padding: 0 0 0 24px;
    position: relative;
}
.present input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background: #FFF;
}
.present input[type=radio] + label::before {
    border: 1px solid #ff0000;
}
.present input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.present input[type=radio]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 9px;
    margin-top: -21px;
    border-left: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*form(ラジオ設置)flumpool用*/
.flumpool input[type=radio]:checked + label::after {
    margin-top: -8px;
}
/*form(ラジオ設置)一行用*/
.singlever input[type=radio]:checked + label::after {
    margin-top: -10px;
}
/*form(ラジオ設置)位置修正*/
.reinp input[type=radio]:checked + label::after {
    margin-top: 0;
    top: 3px;
}

/* list */
#entryform .campaignForm .present ul.list li {
    margin-bottom: 15px;
    line-height:24px;
}
#entryform .campaignForm .present ul.signUl li.signTxt {
    font-weight: bold;
}

#entryform .campaignForm .present ul.list li label {
  padding-left: 24px;
}

#entryform .inquiryForm .inq01 ul.list li label {
  cursor: pointer;
  padding-left: 5px;
}
/* inquiryForm */
#entryform .inquiryForm td.ttl {
    padding: 15px 0 5px;
}

.inquiryForm tr td p{
    font-weight: bold;
}
/* list */
#entryform .inquiryForm tr td.inq01 ul.list li {
    margin-bottom: 15px;
}
#entryform .inquiryForm tr td.inq01 textarea {
    width: 90%;
    margin: 0 auto;
    font-size:100%;
}
.lastAttention{
    width: 100%;
    font-size:90%;
    margin: 0 auto 15px;
    line-height: 20px;
}
.attentionBox{
    width: 92%;
    font-size:96%;
    color: #e60012;
    border: 2px solid #e60012;
    padding: 2% 3%;
    text-align: center;
    margin: 0 auto 15px;
}


/* socialLogin 連携解除画面 */
#socialform div.block span{
    width: 70%;
    display: inline-block;
}
#socialform p{
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
}
#socialform form{
    position: relative;
}
#socialform form button{
    width: 100%;
    font-size: 16px;
    padding: 15px 0px;
}
#socialform form button.back{
    position: absolute;
    top: 60px;
    color: #FFFFFF;
    background: #999999;
    border: solid 2px #999999;
    margin-bottom: 50px;
}
#socialform form button.release{
    position: absolute;
    top: 0px;
    color: #DC143C;
    background: #FFFFFF;
    border: solid 2px #DC143C;
}

#entryform button[type="submit"]#confirmRed {
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #e20000;
    border: 1px solid #e20000;
    font-size:18px;
    color: #fff;
    margin-top: 10px;
}

#entryform button[type="submit"]#confirmRedSingle {
    width: 100%;
    line-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #e20000;
    border: 1px solid #e20000;
    font-size:18px;
    color: #fff;
    margin-top: 10px;
}

#entryform button[type="submit"]#infoCooperation {
    line-height: 39px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
    width: 35%;
    display: inline-block;
}

    .infoCooperationBox{
        margin: 15px 0;
    }
    .infoCooperationTxtArea{
        width: 60% !important;
        display: inline-block;
        margin-right: 10px;
    }

    #entryform td span{
        font-size:14px;
        -webkit-text-size-adjust: 100%;
    }

.carInfo th{
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    float: inherit;
    background: #E5E5E5;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

.carInfo td{
    padding: 15px !important;
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

.flow{
    width: 100%;
    margin: 15px auto 20px auto;
}

.flow img{
    width: 100%;
    height: auto;
}

.registeredTxt{
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.registeredTxt p{
    margin-bottom: 20px;
    width: 98%;
    -webkit-text-size-adjust: 100%;
}

.otherCarTxt{
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.otherCarTxt p{
    width: 98%;
    -webkit-text-size-adjust: 100%;
}

.forgetPassword{
    margin: 0 0 0 10px;
    font-size: 14px;
}
.forgetPassword a {
    color: #4a7ebb;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

#entryform .register {
    width: 52.842809364%;
    margin: 1em auto;
}

#entryform .register input,
#entryform .register input[type="submit"]#register {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #fa0014;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    -webkit-appearance: none;
}

#entryform .beforehandTxt{
    padding: 15px;
    border: 1px solid #ccc;
    max-height: 200px;
}

#entryform .beforehandTxt dt{
    margin-bottom: 20px;
    -webkit-text-size-adjust: 100%;
}

#entryform .beforehandTxt dd{
    padding: 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}
#entryform .beforehandTxt dd ul{
    padding: 15px 0;
    border: none;
    list-style-type: none;
}
#entryform .beforehandTxt dd ul li{
    margin: 0 0 1em 0;
    font-weight: bold;
    line-height: 1.7;
}
#entryform .beforehandTxt dd ul li span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 10px;
    font-weight: normal;
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}
#entryform .beforehandTxt dd ul li p {
    margin: 0 0 10px 0;
    padding-left: 2em;
    text-indent: -1em;
    font-weight: normal;
}

.backToInput input[type="submit"]{
    background: #E7E7E7 !important;
    border: 1px solid #9E9C9C !important;
    font-size: 18px !important;
    color: #000000 !important;
}

.skipToConfirm input[type="submit"]{
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    background: #666666 !important;
    border: 1px solid #9E9C9C !important;
    font-size: 18px !important;
    color: #ffffff !important;
    margin-top: 10px;
}

#entryform table td.address input.addressBox {
    width: 25%;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.confTtl{
    margin-bottom: 20px;
    -webkit-text-size-adjust: 100%;
}

.compTtl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-text-size-adjust: 100%;
}


.top a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-align: center;
    background: #666;
    border: 1px solid #9e9c9c;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 20px auto;
}

.btnMb{
    margin-bottom: 40px;
}

.return_box {
    margin-top: 50px;
}
input.addressSearch {
    margin: 20px 0 0 10px;
}


#chassisno_form table {
    margin: 10px 0 0 10px;
    padding: 0;
    display: block;
}

#chassisno_form table tr {
    margin: 0;
    padding: 0;
}

#chassisno_form table td {
    margin: 0;
    padding: 0 0 20px 0;
    display: block;
}

#chassisno_form table th {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form table th span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 8px;
    vertical-align: top;
    font-weight: normal;
    display: inline-block;
}

#chassisno_form table td .input_txt_40 {
    padding: 0 15px;
    width: 40%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

#chassisno_form table td .input_txt_45 {
    padding: 0 15px;
    width: 45%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

#chassisno_form div.img_back {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 98%;
    background: #f6f6f6;
    text-align: left;
    vertical-align: bottom;
    display: block;
}

#chassisno_form div img {
    margin: 0 auto;
    width: 60%;
    display: block;
}

#chassisno_form div p.img_ttl_top {
    padding: 10px 0 5px 10px;
    text-align: left;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form div p.img_ttl_btm {
    padding: 10px 0;
    text-align: center;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form table td input[type="text"]:focus,
#chassisno_form table td input[type="number"]:focus {
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}

#chassisno_form input[type="submit"],
#chassisno_form input[type="button"]#confirm {
    padding: 0;
    border: 1px solid #9e9c9c;
    border-radius: 4px;
    margin: 10px auto 30px auto;
    width: 100%;
    height: 50px;
    background-color: #666666;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    -webkit-appearance: none;
}

.callcenter {
    margin: 0;
    padding: 0 26px 16px 26px;
    color: #000000;
    text-align: center;
    clear: both;
}
.callcenter .hatching {
    margin: 0;
    padding: 16px;
    background: #e6e6e6;
    clear: both;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.callcenter h5 {
    margin: 0;
    padding: 6px 0;
    font-size: 1.1em;
    clear: both;
}
.callcenter p {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
    clear: both;
}
.callcenter p span.date {
    position: relative;
    top: -1px;
    margin: 0 5px 0 10px;
    padding: 3px 12px;
    color: #fff;
    background: #7a7a7a;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

@media only screen and (max-width: 414px) {
    .callcenter p span.date {
        display: block;
        margin: 6px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .callcenter p span.sp {
        display: block;
        margin: 6px 0 0 0;
    }
}
@media only screen and (max-width: 1179px) {
    .callcenter p span.tb {
        display: block;
        margin: 6px 0 0 0;
    }
}

.border_box_first {
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.border_box_second {
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}

.google_default_marker {
    width: 28px;
    height: 45px;
    padding-right: 10px;
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2_hdpi.png");
    background-size: 28px;
    background-repeat: no-repeat;
}

#entryform .transmit{
    margin: 0 auto;
    width: 300px;
}

}

@media screen and (max-width: 640px) {

/* 見出し共通
------------------------------------------------*/
.content h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.content h2 {
    padding-left: 20px;
    font-size: 20px;
    margin: 0 0 10px 0;
    border-left:5px solid #F00;
    -webkit-text-size-adjust: 100%;
}
.content .headSentence {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px 10px;
    -webkit-text-size-adjust: 100%;
}
.content .headSentenceRed {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px 10px;
    color: #ff0000;
    -webkit-text-size-adjust: 100%;
}
input, select, textarea {
  font-family: "OpenSans","Noto Sans Japanese","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

input[type="button"] {
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.error_common_head{
    color: #ff0000;
    margin: 5px 0 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.error_common_txt{
    color: #ff0000;
    margin: 5px 0 10px 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}


/* index
------------------------------------------------*/

#entry table td input[type="text"] {
    height: 20px;
    padding: 20px 15px;
    background: #fafafa;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#entry table td input[type="password"] {
    height: 20px;
    padding: 20px 15px;
    background: #fafafa;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#entry table td p {
    margin-bottom:30px
}
#entry .transmit input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #E7E7E7;
    border: 1px solid #9E9C9C;
    font-size:18px;
}

/* form
------------------------------------------------*/
#entryform table {
    width: 100%;
    margin: 0 0 0 0;
    font-size: 18px;
}

#entryform table tr {
    margin: 0 0 20px 0;
}

#entryform td {
    padding: 10px 0 20px 0;
    display: block;
    -webkit-text-size-adjust: 100%;
}
#entryform td.tdsign01 {
    padding: 15px 20px 0;
}
#entryform td.tdsign02 {
    padding: 0 20px 15px;
}

#entryform th {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  -webkit-text-size-adjust: 100%;
}

#entryform table th span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 8px;
    vertical-align: top;
    font-weight: normal;
    display: inline-block;
}
#entryform table td p {
    margin:0 0 10px 0
}

#entryform table td p span {
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}

/* select */
#entryform table td select {
  cursor: pointer;
  padding:0 3%;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  background: #fafafa;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  -webkit-appearance: pop-up-menu;
  appearance: pop-up-menu;
}
#entryform table td select.select_year {
    padding: 5px 0 5px 5px;
    width: 28%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_year_w {
    padding: 5px 0 5px 5px;
    width: 41%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_md {
    padding: 5px 0 5px 10px;
    width: 20%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_md_w {
    padding: 5px 0 5px 5px;
    width: 20%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
    font-size: 16px;
}
#entryform table td select.select_year_w:focus,
#entryform table td select.select_md_w:focus {
    padding: 0 10px;
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    border-radius: 0;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}
#entryform table td span.spacer_date {
    margin: 0 0 0 5px;
    padding: 0;
    font-size: x-small;
    vertical-align: bottom;
}

#entryform table td select.input_place_name {
    padding: 0 10px;
    width: 33%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: pop-up-menu;
    appearance: pop-up-menu;
}

#entryform table td input[type="text"].input_class_num {
    padding: 0 10px;
    width: 18%;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input[type="text"].input_kana {
    padding: 0 10px;
    width: 15%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input[type="number"].input_vehicle_num {
    padding: 0 10px;
    width: 23%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input:not([type="button"]) {
    padding: 0 15px;
    width: 100%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}

#entryform table td input:not([type="button"]):focus,
#entryform table td select:focus {
    padding: 0 15px;
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    border-radius: 0;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}

#entryform table td input[type="checkbox"] {
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
}
#entryform table td input[type="checkbox"]:focus{
    box-shadow: none;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

/* name */
#entryform table td.name p span {
    margin:0 10px 6px 0;
    display: block;
}
/*tel*/
#entryform table td.tel input[type="text"],
#entryform table td.tel input[type="number"]{
    width: 25%;
    float:left;
    vertical-align:middle;
}
#entryform table td.tel input {
    float:left;
    vertical-align:middle;
}
#entryform table td span.hyphen {
    float:left;
    margin: 0 5px!important;
    font-size: 20px;
    line-height: 42px;
}
#entryform table td p.lead_txt {
    margin: 10px 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    -webkit-text-size-adjust: 100%;
}

/*emailpassword*/
#entryform .basisForm .password input[type="password"] {
    display: block;
    margin-bottom: 10px;
}
#entryform .basisForm .email p {
    padding-left: 15px;
    word-break: break-all;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}

#entryform .basisForm .email dl dt,
#entryform .basisForm .password dl dt {
    line-height: 2;
}
#entryform .basisForm .email dl dd,
#entryform .basisForm .password dl dd {
    font-size: 14px;
    line-height: 1.5;
}

/* list */
#entryform table td ul.list li {
    display: block;
    margin: 0 0 20px 0;
}
#entryform table td ul.list li label {
  cursor: pointer;
  padding-left: 6px;
}
/*car*/
#entryform table td.car span {
    display:block;
    margin:0 0 10px 0;
}
/*shop*/
#entryform .questionForm .shop input.shopSearch {
    margin-top: 20px;
}

#entryform table td.shop .number input[type="text"] {
    width: 30%;
    float:left;
    vertical-align:middle;
}
#entryform table td.shop span {
    display:block;
    margin: 0 0 15px 0;
}
.ynum {
    display: inline-block;
    float: left;
    padding: 8px;
    padding-top: 10px;
}

#entryform table.contact {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
#entryform table.contact th,
#entryform table.contact td {
    padding-left: 10px;
    width: 94%;
    -webkit-text-size-adjust: 100%;
}


/*car*/
#entryform .questionForm .car p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
/*info*/
#entryform .questionForm .info p {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0 0;
}

#entryform .questionForm2{
    width: 100%;
    border-bottom: thin solid #a9a9a9;
}

/*personalInfo*/
#entryform .personalInfo {
    margin:0 0 30px 0;
}
#entryform .personalInfo h3 {
    font-size:16px;
    margin:0 0 10px 0;
}
#entryform .personalInfo ul {
    padding: 15px;
    border:1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
    list-style-type: square;
    -webkit-overflow-scrolling: touch;
}
#entryform .withdrawInfo ul {
    margin: 20px 0 30px 0;
    padding: 10px 20px 15px 20px;
    border:1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
    list-style-type: square;
    -webkit-overflow-scrolling: touch;
}
#entryform .personalInfo ul li,
#entryform .withdrawInfo ul li {
    margin: 0 0 10px 1em;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
#entryform .withdrawInfo ul li.listTitle {
    padding: 5px 10px;
    line-height: 1.7;
    font-size: 100%;
    text-indent: -2em;
    list-style-type: none;
}

/* agree */
p.agree input {
    vertical-align: middle;
}

p.agree {
    text-align: center;
    margin: 0 0 10px;
}

p.agree label {
    padding: 5px;
    vertical-align: middle;
}
p.agree:hover,
p.agree label:hover {
    cursor: pointer;
}
p.confirm {
    text-align: center;
}
#entryform input[type="submit"],
#entryform input[type="button"]#confirm,
#entryform button[type="submit"]{
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
}


#entryform #kiyaku {
    overflow-y: scroll;
    width: 94%;
    height: 300px;
    margin: 30px auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
#entryform #kiyaku h3 {
    border: none;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 10px 0;
}
#entryform #kiyaku p {
    font-size: 13px;
    line-height: 1.7;
}
#entryform #kiyaku ul {
    font-size: 13px;
    line-height: 1.7;
    list-style: disc;
    margin-left: 20px;
}
#entryform #kiyaku li {
    margin-bottom: 5px;
}


#tenpo .size01 {
    width: 60px;
}
#tenpo input[type="text"] {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 4px;
}
#tenpo input[type="button"].shopSearch {
    padding: 0 10px;
    line-height: 30px;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
}
#tenpo .number {
    margin-bottom: 20px;
    line-height: 30px;
}
#tenpo .shopName {
    margin-bottom: 20px;
    line-height: 30px;
}
#tenpo .shopName .shopname {
    width: 150px;
}


.sns,
.leftCont,
.rightCont ul {
    display: none;
}

#footer {
    border-top: none;
}

/* conf
------------------------------------------------*/
#conf table {
    width: 100%;
    font-size: 90%;
}
#conf table tr {
    margin: 0 0 30px 0;
}

#conf th,
#conf td {
    display:block;
    float:left;
}
#conf td {
    padding: 15px;
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
#conf th {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  float: left;
  background: #E5E5E5;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
#conf table th:before {
}
#conf table th span {
  border: none;
  border-radius: 3px;
  background: #e20000;
  color: #fff;
  font-size: 70%;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: top;
  font-weight: normal;
  display: inline-block;
  margin-top: -2px;
  -webkit-text-size-adjust: 100%;
}
#conf table td p {
    margin: 20px 0 0 0;
    -webkit-text-size-adjust: 100%;
}
#conf table td p:first-child{
    margin-top: 0;
}
#conf table td p span {
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}
#conf table td.address p {
    margin: 0;
    word-break: break-all;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

/* name */
#conf table td.name p span {
    margin:0 10px 0 0;
}
/*car*/
#conf table td.car span {
    display:block;
    margin:0 0 10px 0;
}
/*shop*/
#conf table td.shop span {
    display:block;
    margin: 0 0 15px 0;
}

#conf p.confirm,
#conf .register {
    text-align: center;
    margin: 20px 0 20px 0;
}
#conf p.confirm input[type="submit"],
#conf p.confirm input[type="button"] {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
}
p.return {
    width:100%;
}
p.return img {
    width:100%;
    height:auto;
}
#conf .register input[type="button"] {
    padding: 0;
    width: 92%;
    height: 50px;
    line-height: 50px;
    background: #fa0014;
    border: 1px solid #fa0014;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    -webkit-appearance: none;
}

/*enroll*/
#entryform p.enroll,
#conf p.enroll {
    text-align: center;
    margin: 20px 0 20px 0;
}
#entryform p.enroll input[type="submit"],
#entryform p.enroll input[type="button"],
#conf p.enroll input[type="submit"],
#chassisno_form p.enroll input[type="submit"],
#chassisno_form p.enroll input[type="button"] {
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #E7E7E7;
    border: 1px solid #9E9C9C;
    font-size: 18px;
    color: #000000;
}

#entryform p.separater,
#conf p.separater,
#thanks p.separater {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 0;
    background-image: url(/member/web/img/login/border-sp.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/*line*/
#conf .line_txt,
#thanks .line_txt {
    margin: 0 0 20px 10px;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5;
    color: #21b12b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#conf .line_txt img,
#thanks .line_txt img {
    margin: auto 0;
    width: 32px;
    height: 32px;
    display: block;
}


#conf .line_btn,
#thanks .line_btn {
    margin: 0.5em 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#conf .line_btn a,
#thanks .line_btn a {
    background: -moz-linear-gradient(top,  rgba(94,218,17,1) 0%, rgba(59,190,29,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(94,218,17,1) 0%,rgba(59,190,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(94,218,17,1) 0%,rgba(59,190,29,1) 100%);
    border-radius: 0.5em;
    text-decoration: none;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

#conf .line_btn img,
#thanks .line_btn img {
    height: 40px;
    margin-right: 0.25em;
    padding-bottom: 0.15em;
    vertical-align: middle;
}


/* sendmail
------------------------------------------------*/
#sendmail p {
    margin:0 0 20px 0;
    font-size:14px;
    line-height:1.5;
}
#sendmail p.main {
    font-weight:bold;
    font-size: 18px;
}

/* thanks
------------------------------------------------*/
#thanks p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
}
#thanks p.top {
    font-weight:bold;
    font-size: 16px;
    width:100%;
    margin:0 auto 20px;
}


/* sendmail
------------------------------------------------*/
#sendmail p {
    margin:0 0 20px 0;
    font-size:14px;
    line-height:1.5;
}
#sendmail p.lead{
    font-size:14px;
    line-height:1.5;
    text-align: left;
    margin-bottom:40px;
}
#sendmail p.title {
    font-weight:bold;
    font-size:20px;
}
#sendmail p.note {
    font-size:14px;
}


/*present*/
#breadcrumb .campaignBread {
    line-height: 15px;
}
h2.campaign{
    font-size: 20px;
    line-height: 1.3;
    padding-top: 5px;
}
h2 span{
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
}
.boxwrap h3 {
    border: 1px solid #cccccc;
    border-left: 3px solid #F00;
    padding: 10px 8px;
    font-size: 18px;
    margin: 10px auto 20px;
    font-weight: normal;
}
p.campaign {
    background: #ddd;
    padding: 20px;
    width: 90%;
    margin: 30px auto;
    line-height: 1.7;
}
.present h3 {
    margin-top: 50px;
}
.present p {
    line-height: 1.7;
    margin-bottom: 30px
}
.present span {
    font-size: 14px;
    line-height: 1.5;
}
.present ul.campaignDate {
    margin-bottom: 20px;
}
.present ul.campaignDate li {
    margin: 0 auto 20px 15px;
    display: inline-block;
    line-height: 20px;
}
p.attention {
    margin-bottom: 10px;
}
.present ul.attention {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 30px;
}
.present .attention li {
    line-height: 1.5;
    margin-left: 20px;
    padding-bottom: 10px;
}



/*form(ラジオ設置)*/
.present input[type=checkbox] {
    display: none;
    margin: 0;
}
.present input[type=checkbox] + label {
    padding: 0 0 0 24px;
    position: relative;
}
.present input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background: #FFF;
}
.present input[type=checkbox] + label::before {
    border: 1px solid #ff0000;
}
.present input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.present input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 9px;
    margin-top: -8px;
    border-left: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* campaignForm
------------------------------------------------*/
/*zip*/
#entryform .campaignForm .zip input.shopSearch:hover {
    cursor: pointer;
    opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
}
#entryform .campaignForm .zip input[type="text"] {
    width: 30%;
    float:left;
    vertical-align:middle;
}
#entryform .campaignForm .zip input.shopSearch {
    margin-top: 20px;
}

#entryform .campaignForm .zip span {
    float:left;
    margin: 0 5px!important;
    font-size: 20px;
    line-height: 42px;
}
#entryform .campaignForm .zip span.ynum {
    line-height: 24px;
}
#entryform .campaignForm th {
  padding: 23px 20px 0 0;
  vertical-align: top;
  text-align: left;
}
#entryform .campaignForm .address p span {
    display: inline-block;
}
#entryform .campaignForm .buyTitle {
}
#entryform .campaignForm .buyTitle span {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color:#ffffff;
    margin: 0;
    padding: 3px 0;
}

/*form(ラジオ設置)*/
.present input[type=radio] {
    display: none;
    margin: 0;
}
.present input[type=radio] + label {
    padding: 0 0 0 24px;
    position: relative;
}
.present input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background: #FFF;
}
.present input[type=radio] + label::before {
    border: 1px solid #ff0000;
}
.present input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.present input[type=radio]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 9px;
    margin-top: -21px;
    border-left: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*form(ラジオ設置)flumpool用*/
.flumpool input[type=radio]:checked + label::after {
    margin-top: -8px;
}
/*form(ラジオ設置)一行用*/
.singlever input[type=radio]:checked + label::after {
    margin-top: -10px;
}
/*form(ラジオ設置)位置修正*/
.reinp input[type=radio]:checked + label::after {
    margin-top: 0;
    top: 3px;
}

/* list */
#entryform .campaignForm .present ul.list li {
    margin-bottom: 15px;
    line-height:24px;
}
#entryform .campaignForm .present ul.signUl li.signTxt {
    font-weight: bold;
}

#entryform .campaignForm .present ul.list li label {
  padding-left: 24px;
}

#entryform .inquiryForm .inq01 ul.list li label {
  cursor: pointer;
  padding-left: 5px;
}
/* inquiryForm */
#entryform .inquiryForm td.ttl {
    padding: 15px 0 5px;
}

.inquiryForm tr td p{
    font-weight: bold;
}
/* list */
#entryform .inquiryForm tr td.inq01 ul.list li {
    margin-bottom: 15px;
}
#entryform .inquiryForm tr td.inq01 textarea {
    width: 90%;
    margin: 0 auto;
    font-size:100%;
}
.lastAttention{
    width: 100%;
    font-size:90%;
    margin: 0 auto 15px;
    line-height: 20px;
}
.attentionBox{
    width: 92%;
    font-size:96%;
    color: #e60012;
    border: 2px solid #e60012;
    padding: 2% 3%;
    text-align: center;
    margin: 0 auto 15px;
}


/* socialLogin 連携解除画面 */
#socialform div.block span{
    width: 70%;
    display: inline-block;
}
#socialform p{
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
}
#socialform form{
    position: relative;
}
#socialform form button{
    width: 100%;
    font-size: 16px;
    padding: 15px 0px;
}
#socialform form button.back{
    position: absolute;
    top: 60px;
    color: #FFFFFF;
    background: #999999;
    border: solid 2px #999999;
    margin-bottom: 50px;
}
#socialform form button.release{
    position: absolute;
    top: 0px;
    color: #DC143C;
    background: #FFFFFF;
    border: solid 2px #DC143C;
}

#entryform button[type="submit"]#confirmRed {
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #e20000;
    border: 1px solid #e20000;
    font-size:18px;
    color: #fff;
    margin-top: 10px;
}

#entryform button[type="submit"]#confirmRedSingle {
    width: 100%;
    line-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #e20000;
    border: 1px solid #e20000;
    font-size:18px;
    color: #fff;
    margin-top: 10px;
}

#entryform button[type="submit"]#infoCooperation {
    line-height: 39px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #666;
    border: 1px solid #9E9C9C;
    font-size:18px;
    color: #fff;
    width: 35%;
    display: inline-block;
}

    .infoCooperationBox{
        margin: 15px 0;
    }
    .infoCooperationTxtArea{
        width: 60% !important;
        display: inline-block;
        margin-right: 10px;
    }

    #entryform td span{
        font-size:14px;
        -webkit-text-size-adjust: 100%;
    }

.carInfo th{
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    float: inherit;
    background: #E5E5E5;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

.carInfo td{
    padding: 15px !important;
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

.flow{
    width: 100%;
    margin: 15px auto 20px auto;
}

.flow img{
    width: 100%;
    height: auto;
}

.registeredTxt{
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.registeredTxt p{
    margin-bottom: 20px;
    width: 98%;
    -webkit-text-size-adjust: 100%;
}

.otherCarTxt{
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

.otherCarTxt p{
    width: 98%;
    -webkit-text-size-adjust: 100%;
}

.forgetPassword{
    margin: 0 0 0 10px;
    font-size: 14px;
}
.forgetPassword a {
    color: #4a7ebb;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

#entryform .register {
    width: 52.842809364%;
    margin: 1em auto;
}

#entryform .register input,
#entryform .register input[type="submit"]#register {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: #fa0014;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    -webkit-appearance: none;
}

#entryform .beforehandTxt{
    padding: 15px;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
}

#entryform .beforehandTxt dt{
    margin-bottom: 20px;
    -webkit-text-size-adjust: 100%;
}

#entryform .beforehandTxt dd{
    padding: 0;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}
#entryform .beforehandTxt dd ul{
    padding: 15px 0;
    border: none;
    list-style-type: none;
}
#entryform .beforehandTxt dd ul li{
    margin: 0 0 1em 0;
    font-weight: bold;
    line-height: 1.7;
}
#entryform .beforehandTxt dd ul li span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 10px;
    font-weight: normal;
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;
}
#entryform .beforehandTxt dd ul li p {
    margin: 0 0 10px 0;
    padding-left: 2em;
    text-indent: -1em;
    font-weight: normal;
}

.backToInput input[type="submit"]{
    background: #E7E7E7 !important;
    border: 1px solid #9E9C9C !important;
    font-size: 18px !important;
    color: #000000 !important;
}

.skipToConfirm input[type="submit"]{
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 4px !important;
    -webkit-appearance: none !important;
    background: #666666 !important;
    border: 1px solid #9E9C9C !important;
    font-size: 18px !important;
    color: #ffffff !important;
    margin-top: 10px;
}

#entryform table td.address input.addressBox {
    width: 25%;
    float: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.confTtl{
    margin-bottom: 20px;
    -webkit-text-size-adjust: 100%;
}

.compTtl{
    font-size: 20px;
    font-weight: bold;
    margin: 0  0 10px 10px;
    -webkit-text-size-adjust: 100%;
}


.top a {
    width: 92%;
    height: 50px;
    line-height: 50px;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-align: center;
    background: #666;
    border: 1px solid #9e9c9c;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 20px auto;
}

.btnMb{
    margin-bottom: 40px;
}

.return_box {
    margin-top: 50px;
}
input.addressSearch {
    margin: 20px 0 0 10px;
}


#chassisno_form table {
    margin: 10px 0 0 20px;
    padding: 0;
    display: block;
}

#chassisno_form table tr {
    margin: 0;
    padding: 0;
}

#chassisno_form table td {
    margin: 0;
    padding: 0 0 20px 0;
    display: block;
}

#chassisno_form table th {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form table th span {
    border: none;
    border-radius: 3px;
    background: #e20000;
    color: #fff;
    font-size: 70%;
    padding: 2px 6px;
    margin: 2px 0 0 8px;
    vertical-align: top;
    font-weight: normal;
    display: inline-block;
}

#chassisno_form table td .input_txt_40 {
    padding: 0 15px;
    width: 40%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

#chassisno_form table td .input_txt_45 {
    padding: 0 15px;
    width: 45%;
    height: 42px;
    background: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

#chassisno_form div.img_back {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
    background: #f6f6f6;
    text-align: left;
    vertical-align: bottom;
    display: block;
}

#chassisno_form div img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

#chassisno_form div p.img_ttl_top {
    padding: 10px 0 5px 0;
    text-align: left;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form div p.img_ttl_btm {
    padding: 10px 0;
    text-align: center;
    display: block;
    -webkit-text-size-adjust: 100%;
}

#chassisno_form table td input[type="text"]:focus,
#chassisno_form table td input[type="number"]:focus {
    box-shadow: 0px 0px 2px 2px #99ccff;
    border: solid #6699cc 1px;
    background-color: #fff8bb;
    -webkit-appearance: none;
    outline: 0;
}

#chassisno_form input[type="submit"],
#chassisno_form input[type="button"]#confirm {
    padding: 0;
    border: 1px solid #9e9c9c;
    border-radius: 4px;
    margin: 10px auto 30px auto;
    width: 100%;
    height: 50px;
    background-color: #666666;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    -webkit-appearance: none;
}

.callcenter {
    margin: 0;
    padding: 0 26px 16px 26px;
    color: #000000;
    text-align: center;
    clear: both;
}
.callcenter .hatching {
    margin: 0;
    padding: 16px;
    background: #e6e6e6;
    clear: both;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.callcenter h5 {
    margin: 0;
    padding: 6px 0;
    font-size: 1.1em;
    clear: both;
}
.callcenter p {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
    clear: both;
}
.callcenter p span.date {
    position: relative;
    top: -1px;
    margin: 0 5px 0 10px;
    padding: 3px 12px;
    color: #fff;
    background: #7a7a7a;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

@media only screen and (max-width: 414px) {
    .callcenter p span.date {
        display: block;
        margin: 6px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .callcenter p span.sp {
        display: block;
        margin: 6px 0 0 0;
    }
}
@media only screen and (max-width: 1179px) {
    .callcenter p span.tb {
        display: block;
        margin: 6px 0 0 0;
    }
}

.border_box_first {
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.border_box_second {
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}

.google_default_marker {
    width: 28px;
    height: 45px;
    padding-right: 10px;
    background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2_hdpi.png");
    background-size: 28px;
    background-repeat: no-repeat;
}

 .txt_red {
  color: #ff0000;
}

}