.mv img{width:100%}.contact_form{max-width:660px;margin-left:auto;margin-right:auto}.privacy_wrap{background:#eee;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem;max-width:480px;margin-left:auto;margin-right:auto}.privacy{height:300px;overflow-y:scroll;color:#333}.privacy__inner{font-size:13px;line-height:1.6;text-align:justify}.privacy__ttl{margin-top:.8rem;font-weight:600}@media screen and (max-width: 575px){.privacy{height:200px}}.dl_card{max-width:375px;border-radius:10px;overflow:hidden;border:1px solid #a2c43c}.dl_card__inner_wrap{padding:2rem 10% 2rem}.dl_card__img{margin:0}.dl_card__img img{width:100%}.dl_card__ttl{color:#fff;background:#727171;text-align:center;font-size:20px;font-size:1.25em;font-weight:700;padding:1em 5px}.dl_card__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3%}.dl_card__point{color:#a2c43c;font-size:14px;font-size:0.88em;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.dl_card__list{list-style:none;padding:0;margin:0;color:#727171}.dl_card__list>*+*{margin-top:.5em}.dl_card__list li{line-height:1.3}@media screen and (max-width: 991px){.dl_card{max-width:unset}}.warning_txt{color:red;font-weight:600}.btn_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn_wrap button{margin:0}.form_table_confirm{border-collapse:collapse;margin-top:2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto}.form_table_confirm th,.form_table_confirm td{border:1px solid #eee;padding:1rem 20px}.form_table_confirm th{background:#eee}@media screen and (max-width: 575px){.form_table_confirm th,.form_table_confirm td{width:100%;max-width:unset;text-align:left}}.form_ttl{font-size:24px;font-size:1.5em;font-weight:600}:root{--fixed_banner_width_pc: 350px;--fixed_banner_width_sp: 170px;--fixed_banner_border_color: #ccc;--fixed_banner_border_width: 4px;--fixed_banner_border_width_sp: 2px}.fixed_banner{position:fixed;bottom:20px;right:calc(var(--fixed_banner_width_pc)*-1);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;z-index:9999}.fixed_banner.show{right:0px}.fixed_banner img{width:var(--fixed_banner_width_pc);height:auto;border-top:var(--fixed_banner_border_width) solid var(--fixed_banner_border_color);border-bottom:var(--fixed_banner_border_width) solid var(--fixed_banner_border_color);border-left:var(--fixed_banner_border_width) solid var(--fixed_banner_border_color)}@media screen and (max-width: 575px){.fixed_banner{right:calc(var(--fixed_banner_width_sp)*-1);width:var(--fixed_banner_width_sp)}.fixed_banner:hover{opacity:1}.fixed_banner img{width:var(--fixed_banner_width_sp);border-top:var(--fixed_banner_border_width_sp) solid var(--fixed_banner_border_color);border-bottom:var(--fixed_banner_border_width_sp) solid var(--fixed_banner_border_color);border-left:var(--fixed_banner_border_width_sp) solid var(--fixed_banner_border_color)}}.other_service_block{background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(../images/top/linkle.jpg);padding:20px;position:relative}.other_service_block__ttl{background:#9bbb41;border-radius:5px;color:#fff;font-size:1.5em;font-weight:700;padding:.5em 0;text-align:center;margin-bottom:20px}.other_service_block--clean_life{background-image:url(../images/top/clean_life.jpg)}.other_service_block--driving{background-image:url(../images/top/driving.jpg)}.other_service_block--adv{background-image:url(../images/top/adv.jpg)}.other_service_block--qlife{background-image:url(../images/top/qlife.jpg)}.grid_box{display:grid;grid-template-columns:repeat(2, 1fr);max-width:1010px;padding:0 30px;gap:10px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.grid_box{grid-template-columns:1fr;gap:2rem;max-width:500px}}.os_archive{display:grid;grid-template-columns:repeat(2, 32%);gap:1rem 2%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:300px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.os_archive__item{position:relative;background:#707171;color:#fff;height:0;padding-bottom:100%;border-radius:50%;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;font-size:1.13em;font-weight:600;text-align:center}.os_archive__item_inner{position:absolute;width:100%;height:100%;top:0;left:0;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}.os_archive--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:unset;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;gap:1rem 2%}.os_archive--flex .os_archive__item{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%;height:0;padding-bottom:32%;border-radius:50%;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;font-weight:600;text-align:center}@media screen and (max-width: 767px){.os_archive{grid-template-columns:repeat(2, 50%);min-height:unset;gap:.5rem 2%}.os_archive__item{font-size:1.25em}.os_archive--flex{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.os_archive--flex .os_archive__item{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;padding-bottom:49%}}@media screen and (max-width: 400px){.os_archive__item{font-size:1.07em}}@media screen and (max-width: 350px){.os_archive__item{font-size:1em}}