@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  contact
=================================================================== */
  .section {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 1.6rem;
    padding-top: 15px;
  }
  .section * {
    box-sizing: border-box;
  }
  .section h2 {
    border-bottom: 4px solid #efefef;
    font-size: 3.4rem;
    font-family: 'メイリオ', Meiryo, "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
    margin: 0;
  }
  .section h2 span {
    color: #003481;
    background: url("https://www.tokyoauto.com/common/images/icon_car.png") no-repeat left center;
    background-size: 57px;
    border-bottom: 4px solid #013e99;
    padding: 0 0 0 70px;
  }
  .section .att {
    color: #ff2424;
  }
  .section .block {
    padding: 10px 12px 36px;
    border-top: solid 1px #d4d4d4;
  }
  .section .block h3 {
    font-weight: normal;
    font-size: 2rem;
    border-left: solid 5px #003481;
    padding-left: 15px;
    margin: 0 -12px 12px;
  }
  .section .block.block1 dl dt {
    vertical-align: middle;
  }
  .section .block.block1 dl dt:last-of-type {
    vertical-align: top;
    padding-top: 3px;
  }
  .section .block.block2 {
    padding-bottom: 76px;
  }
  .section .block.block2 h3 {
    margin-bottom: 20px;
  }
  .section .block.block3 {
    padding: 16px 12px 20px;
    border-bottom: solid 1px #d4d4d4;
  }
  .section .block.block3 p {
    margin-top: 12px;
    padding-left: 1em;
    color: #3278df;
    background: url("../images/arrow_shoplist.png") no-repeat left center;
  }
  .section .block.block3 p a:hover {
    text-decoration: underline;
  }
  .section .note li {
    display: block;
    font-size: 1.4rem;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.7;
  }
  .section .note li:before {
    content: '※';
  }
  .section a {
    text-decoration: none;
    color: inherit;
  }
  .section .btn_area {
    text-align: center;
    margin: 20px auto 0;
    font-size: 0;
  }
  .section .btn_area .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    width: 276px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1;
    color: #fff;
  }
  .section .btn_area .btn a {
    display: block;
    background-color: #3278df;
    padding: 16px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .section .btn_area .btn a:hover {
    opacity: .7;
  }
  .section .btn_area .btn.prev {
    width: 177px;
  }
  .section .btn_area .btn.prev a {
    background-color: #bfbfbf;
  }
  .section .btn_area .btn + .btn {
    margin-left: 25px;
  }
  .section .error_text {
    color: #ff2424;
  }
  .section.form_confirm .btn_area {
    margin-top: 50px;
  }
  .section.form_complete .btn_area {
    margin-top: 60px;
  }
  .lede {
    overflow: hidden;
    margin: 20px 0;
  }
  .lede .step_list {
    display: table;
    width: 100%;
  }
  .lede .step_list li {
    display: table-cell;
    width: 33.33%;
  }
  .lede .step_list li div {
    position: relative;
    padding: 6px 18px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .lede .step_list li div span {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
  }
  .lede .step_list li div span:nth-of-type(1):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: 1px;
    height: 26px;
    opacity: .4;
    background-color: #fff;
  }
  .lede .step_list li div.active::before {
    background: #084ea1;
  }
  .lede .step_list li div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
    background-color: #bfbfbf;
    border-right: 3px solid #fff;
    z-index: 9;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .lede .step_list li:last-child div::before {
    border-right: none;
  }
  .lede .step_list li:nth-of-type(2) div,
  .lede .step_list li:nth-of-type(3) div {
    padding-left: 40px;
  }
  .lede .step_list li:first-child div::after, .lede .step_list li:last-child div::after {
    content: '';
    position: absolute;
    background: #bfbfbf;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 8;
  }
  .lede .step_list li:first-child div::after {
    right: 80%;
  }
  .lede .step_list li:last-child div::after {
    left: 80%;
  }
  .lede .step_list li:first-child div.active::after, .lede .step_list li:last-child div.active::after {
    background: #084ea1;
  }
  .lede p {
    margin: 10px 20px 0;
  }
  .car_item {
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 13px 10px;
  }
  .car_item figure {
    float: left;
    margin: 0 10px 0 0;
    width: 239px;
  }
  .car_item figure img {
    height: auto;
    max-width: 100%;
  }
  .car_item .intro {
    float: right;
    width: -webkit-calc(100% - 249px);
    width: calc(100% - 249px);
  }
  .car_item .intro p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .car_item .intro h5 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: normal;
  }
  .car_item .intro h5 span {
    font-size: 2rem;
    font-weight: bold;
  }
  .car_item .intro .detail_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
  }
  .car_item .intro .detail_intro .left_detail {
    color: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2rem;
    width: 160px;
  }
  .car_item .intro .detail_intro .left_detail .price_car span {
    display: block;
    font-size: 3.2rem;
    line-height: 3rem;
    color: #d40101;
    font-weight: bold;
  }
  .car_item .intro .detail_intro .left_detail .price_car span small {
    font-weight: normal;
    font-size: 1.8rem;
  }
  .car_item .intro .detail_intro .left_detail .price_car span small.inc_tax {
    font-size: 1.4rem;
  }
  .car_item .intro .detail_intro .right_detail {
    width: 360px;
  }
  .car_item .intro .detail_intro .right_detail table {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    margin-bottom: 13px;
  }
  .car_item .intro .detail_intro .right_detail table thead tr th {
    border: 1px solid #c1c1c1;
    padding: 5px 0;
  }
  .car_item .intro .detail_intro .right_detail table tbody tr td {
    font-weight: bold;
    border: 1px solid #c1c1c1;
    padding: 10px 0;
  }
  .car_item .intro .detail_intro .right_detail .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .car_item .intro .detail_intro .right_detail .button a {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;
    text-decoration: none;
    height: 35px;
    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;
    border-radius: 4px;
  }
  .car_item .intro .detail_intro .right_detail .button a span {
    position: relative;
  }
  .car_item .intro .detail_intro .right_detail .button a span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) {
    background: #013482;
    width: 180px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) span {
    padding-left: 25px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) span::before {
    background: url(/buy/images/icon_note.png) 0 0 no-repeat;
    height: 19px;
    width: 19px;
    background-size: cover;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) {
    background: #e77a0f;
    width: 166px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) span {
    padding-left: 30px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) span::before {
    background: url(/buy/images/icon_car.png) 0 0 no-repeat;
    height: 18px;
    width: 24px;
    background-size: cover;
  }
  .contact_item {
    /* text */
    /* reset */
    /* style */
  }
  .contact_item dl {
    display: table;
    width: 100%;
    padding: 15px 0;
    clear: both;
  }
  .contact_item dl > * {
    display: table-cell;
    vertical-align: top;
  }
  .contact_item dl + dl {
    border-top: solid 1px #efefef;
  }
  .contact_item dt {
    width: 222px;
    padding-left: 8px;
  }
  .contact_item dd {
    padding-right: 15px;
  }
  .contact_item dd div {
    display: table;
    width: 100%;
  }
  .contact_item dd div > * {
    display: table-cell;
    vertical-align: middle;
  }
  .contact_item dd div label {
    padding-right: 4px;
    white-space: nowrap;
  }
  .contact_item dd div span + label {
    padding-left: 30px;
  }
  .contact_item ul {
    font-size: 0;
  }
  .contact_item ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
  }
  .contact_item ul.radio_list li {
    min-width: 120px;
  }
  .contact_item ul.shop_list {
    margin-bottom: 20px;
  }
  .contact_item ul.shop_list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .contact_item ul.shop_list li {
    float: left;
    min-width: 135px;
  }
  .contact_item ul.shop_list li:nth-child(3n+1) {
    clear: both;
  }
  .contact_item ul.shop_list li:nth-child(1), .contact_item ul.shop_list li:nth-child(3n+1) {
    min-width: 165px;
  }
  .contact_item ul.shop_list li:nth-child(7) {
    min-width: 300px;
  }
  .contact_item dd p {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .contact_item .error input[type="text"],
  .contact_item .error input[type="tel"],
  .contact_item .error input[type="email"],
  .contact_item .error input[type="radio"],
  .contact_item .error input[type="checkbox"],
  .contact_item .error textarea {
    background-color: #ff9999;
  }
  .contact_item .error .radio_label:before,
  .contact_item .error .check_label:before {
    background-color: #ff9999;
  }
  .contact_item input.base_ja,
  .contact_item textarea.base_ja {
    ime-mode: active;
    /*全角日本語/半角英数*/
  }
  .contact_item input.base_en {
    ime-mode: inactive;
    /*半角英数/全角日本語*/
  }
  .contact_item input.all_en {
    ime-mode: disabled;
    /*半角英数*/
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"],
  .contact_item textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: #fff;
    box-shadow: none;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0;
  }
  .contact_item textarea {
    resize: none;
  }
  .contact_item label,
  .contact_item input[type="radio"],
  .contact_item input[type="checkbox"] {
    vertical-align: middle;
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"],
  .contact_item textarea {
    color: inherit;
    padding: 10px;
    width: 100%;
    font-size: inherit;
    border: 1px solid #d4d4d4;
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"] {
    height: 32px;
  }
  .contact_item textarea {
    height: 193px;
  }
  .contact_item .radio_label,
  .contact_item .check_label {
    padding-left: 25px;
    position: relative;
  }
  .contact_item .radio_label:before, .contact_item .radio_label:after,
  .contact_item .check_label:before,
  .contact_item .check_label:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  .contact_item .radio_label:before,
  .contact_item .check_label:before {
    border: solid 1px #d4d4d4;
    left: 0;
    top: 0;
  }
  .contact_item .radio_label:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .contact_item .radio_label:after {
    width: 15px;
    height: 15px;
    border: solid 3px #d4d4d4;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .contact_item .check_label:before {
    width: 16px;
    height: 16px;
  }
  .contact_item .check_label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 0.8;
    color: #09ad7e;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: arial;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .contact_item input[type="checkbox"],
  .contact_item input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .contact_item input[type="checkbox"]:checked + label:after,
  .contact_item input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .contact_item input[type="checkbox"]:checked + label:after,
  .contact_item input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contact_item .policy {
    text-align: center;
    margin: 30px auto 0;
  }
  .contact_item .policy a {
    color: #3278df;
    text-decoration: underline;
  }
  .contact_item .policy a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  contact
=================================================================== */
  .section {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
    font-size: 1.2rem;
    padding: 15px 0 35px;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 15px;
  }
  .section * {
    box-sizing: border-box;
  }
  .section h2 {
    font-size: 1.8rem;
    overflow: hidden;
  }
  .section h2 span {
    display: inline-block;
    color: #003481;
    background: url("../images/icon_car.png") no-repeat left center;
    background-size: 30px;
    padding: 0 0 4px 35px;
    position: relative;
  }
  .section h2 span:before, .section h2 span:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
  }
  .section h2 span:before {
    width: 100%;
    background-color: #013e99;
    z-index: 2;
  }
  .section h2 span:after {
    width: 300%;
    background-color: #efefef;
    z-index: 1;
  }
  .section .att {
    color: #ff2424;
  }
  .section .block {
    padding: 7px 7px 22px;
    border-top: solid 1px #d4d4d4;
  }
  .section .block h3 {
    font-weight: normal;
    font-size: 1.4rem;
    border-left: solid 3px #003481;
    padding-left: 8px;
    margin: 0 -7px 0;
  }
  .section .block.block1 dl dt {
    vertical-align: middle;
  }
  .section .block.block1 dl dt:last-of-type {
    vertical-align: top;
    padding-top: 3px;
  }
  .section .block.block3 {
    padding: 7px 7px 14px;
    border-bottom: solid 1px #d4d4d4;
  }
  .section .block.block3 p {
    margin-top: 8px;
    padding-left: 1em;
    color: #3278df;
    background: url("../images/arrow_shoplist.png") no-repeat 1% center;
    background-size: 5px auto;
  }
  .section .block.block3 p a:hover {
    text-decoration: underline;
  }
  .section .note li {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .section .note li:before {
    content: '※';
  }
  .section a {
    text-decoration: none;
    color: inherit;
  }
  .section .btn_area {
    text-align: center;
    margin: 25px auto 0;
    font-size: 0;
  }
  .section .btn_area .btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    width: 204px;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
    color: #fff;
    overflow: hidden;
  }
  .section .btn_area .btn a {
    display: block;
    padding: 9px 0;
    background-color: #3278df;
  }
  .section .btn_area .btn.prev {
    width: 119px;
  }
  .section .btn_area .btn.prev a {
    background-color: #bfbfbf;
  }
  .section .btn_area .btn + .btn {
    margin-left: 10px;
  }
  .section .error_text {
    color: #ff2424;
  }
  .section.form_confirm .btn_area .btn {
    width: 160px;
  }
  .section.form_confirm .btn_area .btn.prev {
    width: 119px;
  }
  .lede {
    overflow: hidden;
    margin: 10px 0;
  }
  .lede .step_list {
    display: table;
    width: 100%;
  }
  .lede .step_list li {
    display: table-cell;
    width: 33.33%;
  }
  .lede .step_list li div {
    position: relative;
    padding: 4px 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .lede .step_list li div span {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .lede .step_list li div.active::before {
    background: #084ea1;
  }
  .lede .step_list li div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(45deg, 0deg);
            transform: skew(45deg, 0deg);
    background-color: #bfbfbf;
    border-right: 3px solid #fff;
    z-index: 9;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .lede .step_list li:last-child div::before {
    border-right: none;
  }
  .lede .step_list li:nth-of-type(2) div,
  .lede .step_list li:nth-of-type(3) div {
    padding-left: 25px;
  }
  .lede .step_list li:first-child div::after, .lede .step_list li:last-child div::after {
    content: '';
    position: absolute;
    background: #bfbfbf;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 8;
  }
  .lede .step_list li:first-child div::after {
    right: 80%;
  }
  .lede .step_list li:last-child div::after {
    left: 80%;
  }
  .lede .step_list li:first-child div.active::after, .lede .step_list li:last-child div.active::after {
    background: #084ea1;
  }
  .lede p {
    margin: 6px 7px 0;
  }
  .car_item {
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 63px 10px 13px;
    margin: 0 0 2%;
  }
  .car_item figure {
    float: left;
    margin: 0 3% 0 0;
    width: 42%;
  }
  .car_item figure img {
    height: auto;
    max-width: 100%;
  }
  .car_item .intro .title_intro {
    left: 10px;
    position: absolute;
    top: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .car_item .intro .title_intro p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .car_item .intro .title_intro h5 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
  }
  .car_item .intro .title_intro h5 span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .car_item .intro .detail_intro .left_detail {
    color: #202020;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 100%;
  }
  .car_item .intro .detail_intro .left_detail .price_car {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .car_item .intro .detail_intro .left_detail .price_car::after {
    clear: both;
    content: '';
    display: table;
  }
  .car_item .intro .detail_intro .left_detail .price_car span {
    color: #d40101;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.6rem;
  }
  .car_item .intro .detail_intro .left_detail .price_car span small {
    font-weight: normal;
    font-size: 1rem;
  }
  .car_item .intro .detail_intro .right_detail {
    margin: 10px 0 0;
  }
  .car_item .intro .detail_intro .right_detail table {
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
    width: 100%;
  }
  .car_item .intro .detail_intro .right_detail table thead tr th {
    border: 1px solid #c1c1c1;
    padding: 3px 0;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .car_item .intro .detail_intro .right_detail table tbody tr td {
    font-weight: bold;
    border: 1px solid #c1c1c1;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .car_item .intro .detail_intro .right_detail .button {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .car_item .intro .detail_intro .right_detail .button a {
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: #fff;
    text-decoration: none;
    height: 25px;
    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;
    border-radius: 4px;
    width: 48.5%;
  }
  .car_item .intro .detail_intro .right_detail .button a span {
    position: relative;
  }
  .car_item .intro .detail_intro .right_detail .button a span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) {
    background: #013482;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) span {
    padding-left: 20px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(1) span::before {
    background: url(/buy/images/icon_note.png) 0 0 no-repeat;
    height: 15px;
    width: 15px;
    background-size: cover;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) {
    background: #e77a0f;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) span {
    padding-left: 20px;
  }
  .car_item .intro .detail_intro .right_detail .button a:nth-of-type(2) span::before {
    background: url(/buy/images/icon_car.png) 0 0 no-repeat;
    height: 12px;
    width: 16px;
    background-size: cover;
  }
  .contact_item {
    /* reset */
    /* style */
  }
  .contact_item dl {
    padding: 14px 0;
    clear: both;
  }
  .contact_item dl + dl {
    border-top: solid 1px #efefef;
  }
  .contact_item dt {
    margin-bottom: 8px;
    line-height: 1;
  }
  .contact_item dd div {
    display: table;
    width: 100%;
  }
  .contact_item dd div > * {
    display: table-cell;
  }
  .contact_item dd div label {
    padding-right: 4px;
    white-space: nowrap;
  }
  .contact_item dd div span + label {
    padding-left: 2em;
  }
  .contact_item .error input[type="text"],
  .contact_item .error input[type="tel"],
  .contact_item .error input[type="email"],
  .contact_item .error input[type="radio"],
  .contact_item .error input[type="checkbox"],
  .contact_item .error textarea {
    background-color: #ff9999;
  }
  .contact_item .error .radio_label:before,
  .contact_item .error .check_label:before {
    background-color: #ff9999;
  }
  .contact_item ul {
    font-size: 0;
  }
  .contact_item ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
  }
  .contact_item ul.radio_list {
    margin-left: 27px;
  }
  .contact_item ul.radio_list li {
    min-width: 120px;
  }
  .contact_item ul.shop_list {
    margin-left: 27px;
  }
  .contact_item ul.shop_list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .contact_item ul.shop_list li {
    float: left;
    margin-bottom: 15px;
    min-width: 108px;
    padding-right: 15px;
  }
  .contact_item ul.shop_list li:nth-child(8) {
    min-width: auto;
  }
  .contact_item dd p {
    font-size: 1.2rem;
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"],
  .contact_item textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: #fff;
    box-shadow: none;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0;
  }
  .contact_item textarea {
    resize: none;
  }
  .contact_item label,
  .contact_item input[type="radio"],
  .contact_item input[type="checkbox"] {
    vertical-align: middle;
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"],
  .contact_item textarea {
    color: inherit;
    padding: 5px;
    width: 100%;
    font-size: inherit;
    border: 1px solid #d4d4d4;
  }
  .contact_item input[type="text"],
  .contact_item input[type="tel"],
  .contact_item input[type="email"] {
    height: 25px;
  }
  .contact_item textarea {
    height: 171px;
  }
  .contact_item .radio_label,
  .contact_item .check_label {
    padding-left: 20px;
    position: relative;
  }
  .contact_item .radio_label:before, .contact_item .radio_label:after,
  .contact_item .check_label:before,
  .contact_item .check_label:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
  }
  .contact_item .radio_label:before,
  .contact_item .check_label:before {
    border: solid 1px #d4d4d4;
    left: 0;
    top: 0;
  }
  .contact_item .radio_label:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .contact_item .radio_label:after {
    width: 15px;
    height: 15px;
    border: solid 3px #d4d4d4;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .contact_item .check_label:before {
    width: 16px;
    height: 16px;
  }
  .contact_item .check_label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 0.8;
    color: #09ad7e;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: arial;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .contact_item input[type="checkbox"],
  .contact_item input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .contact_item input[type="checkbox"]:checked + label:after,
  .contact_item input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  .contact_item input[type="checkbox"]:checked + label:after,
  .contact_item input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contact_item .policy {
    text-align: center;
    margin: 20px auto 0;
  }
  .contact_item .policy a {
    color: #3278df;
    text-decoration: underline;
  }
  .contact_item .policy a:hover {
    text-decoration: none;
  }
}
