@charset "UTF-8";

/************************************
** 内容
************************************/
.content {
  margin-top: 0;
  /*overflow-x: hidden;*/
}

/*************************************/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mt-hp {
  margin-top: 10px;
}

.mt-1p {
  margin-top: 20px;
}

.mt-2p {
  margin-top: 40px;
}

.mt-3p {
  margin-top: 60px;
}

.mt-4p {
  margin-top: 80px;
}

.xxxlarge {
  font-size: 48px;
}

.xxlarge {
  font-size: 36px;
}

.xlarge {
  font-size: 30px;
}

.large {
  font-size: 24px;
}

.small {
  font-size: 16px;
}

.xsmall {
  font-size: 14px;
}

.xxsmall {
  font-size: 12px;
}

.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.white {
  color: #fff;
}

.lh-1 {
  line-height: 1;
}

.lh-1p2 {
  line-height: 1.2;
}

.lh-1p4 {
  line-height: 1.4;
}

.lh-1p6 {
  line-height: 1.6;
}

.center {
  text-align: center;
}


/************************************
** メールフォーム共通
************************************/
textarea {
  min-height: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ccc;
  font-weight: normal;
}

a:hover,
input:hover {
  opacity: 0.7;
}

/* 必須／任意 */
#kantan .required::before {
  content: '必須';
  border-radius: 3px;
  background-color: #d75a5a;
  padding: 0.2em 0.4em;
  margin-right: 1em;
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

#kantan .optional::before {
  content: '任意';
  border-radius: 3px;
  background-color: #999;
  padding: 0.2em 0.4em;
  margin-right: 1em;
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

.acceptance {
  margin-top: 1em;
  text-align: center;
  color: #fff;
}

.acceptance a {
  color: #fff;
}

/************************************
** フロントページ
************************************/
/*KV*/
.kv {
  margin: 0 auto;
  text-align: center;
}

.kv-gradient {
  height: 100%;
  z-index: 2;
  background: url(images/e1061_1.svg), -moz-linear-gradient(top, #fff, #b4e0de);
  background: url(images/e1061_1.svg), -webkit-linear-gradient(top, #fff, #b4e0de);
  background: url(images/e1061_1.svg), linear-gradient(to bottom, #fff, #b4e0de);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.kv h1 img {
  width: 80%;
  max-width: 732px;
}

.kv .price {
  position: relative;
  width: 80%;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 10px;
  font-size: 0.7em;
}

.kv .price img {
  width: 100%;
}

.kv .price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -450px;
  width: 494px;
  height: 600px;
  background: url(images/kv_staff_01.png) no-repeat;
  z-index: -1;
  background-size: contain;
}

.kv .price::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -500px;
  width: 550px;
  height: 600px;
  background: url(images/kv_staff_02.png) no-repeat;
  z-index: -1;
  background-size: contain;
}

.kv-inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  z-index: 3;
}

.antibacterial .kv-inner {
  width: 100%;
  max-width: initial;
}

.kv .plan ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kv .plan li {
  width: auto;
  background-color: #fff;
  border: 1px solid #000;
  padding: .1em .4em;
  margin: 5px 5px 0 0;
}

/*選ばれる理由*/
.reason {
  padding: 80px 0 60px;
  background-image: url(images/reason_bg.png);
  text-align: center;
}

.reason h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}

.reason h2 .large {
  font-size: 1.8em;

}

.reason h2 .large span {
  font-size: 1.4em;
  color: #01479d
}

.reason h2:before,
.reason h2:after {
  content: "";
  flex-grow: 1;
  height: 4px;
  background: #444;
  display: block;
}

.reason h2:before {
  margin-right: 2em;
}

.reason h2:after {
  margin-left: 2em;
}

.reason .box {
  margin-top: 80px;
  background-color: #fff;
  border: 4px solid #01479d;
  padding-bottom: 30px;
}

.reason .num {
  display: inline-block;
  margin: 0 auto;
  background-color: #01479d;
  padding: .2em 1em;
  margin-top: -50%;
}

.reason .num span {
  font-size: 1.4em;
}

.reason h3 {
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #01479d;
}

.reason .blue {
  width: 80%;
  margin: 1em auto .4em;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
  color: #01479d;
}

.reason .txt {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

/*よくあるご質問*/
#faq {
  padding: 60px 0;
}

#faq dl {
  margin-left: 2em;
}

#faq dt::before {
  content: 'Q';
  font-weight: bold;
  margin: 0 1em 0 -2em;
}

#faq dd::before {
  content: 'A';
  font-weight: bold;
  color: #c61415;
  margin: 0 1em 0 -2em;
}


/*-----------------------------------------------　
支社
------------------------------------------------*/
#branch .kv-inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 40px 0 0;
  position: relative;
  z-index: 3;
}

#branch .kv-inner h1 img {
  margin-bottom: 16px
}

#branch .kv-inner .plan {
  padding: .5em 2em !important;
  background: rgb(0, 0, 0, 0) !important;
  display: flex;
  text-align: left;
  align-items: center;
}

#branch .kv-inner .plan img {
  width: 64%;
  max-width: 100%;
}

#branch .kv-inner .plan div {
  text-align: left;
  padding-left: 20px;
  text-indent: 1em;
  /*  width: 36%;*/
}

#branch .kv-inner .plan div h1 img {
  width: 259px;
}

#branch .kv-inner .plan div .txt {
  width: 100%;
  font-size: 0.95rem;
  color: #002342;
  line-height: 1.6;
  text-align: left;
}

#branch .kv-inner .plan div .link_obd_case,
#branch .kv-inner .plan div .link_otoiawase {
  display: block;
  width: fit-content;
  margin: 14px auto 0;
  border-radius: 3rem;
  text-indent: 0;
}

#branch .kv-inner .plan div .link_obd_case {
  border: 1px solid #0065b0;
  padding: 4px 2rem;
  color: #0065b0;
}

#branch .kv-inner .plan div .link_otoiawase {
  background-color: #e30067;
  border: 1px solid #e30067;
  padding: 13px 2rem;
  font-weight: bold;
  color: white;
}

#branch .kv-inner .plan div .link_obd_case i,
#branch .kv-inner .plan div .link_otoiawase i {
  margin-left: 8px;
}

.branch-header {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  background-attachment: local;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#branch .campaigns {
  width: 90%;
  max-width: 1080px;
  margin: 100px auto 0;
  text-align: center;
}

#branch .campaigns h2 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

#branch .campaigns h2 span {
  font-size: 70%
}

#branch .campaigns h2:before,
#branch .campaigns h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#branch .campaigns h2:before {
  left: 0;
}

#branch .campaigns h2:after {
  right: 0;
}

#branch .campaigns h2 span {
  font-weight: normal;
  margin-right: 6px;
}

#branch .campaigns ul {
  display: flex;
  justify-content: space-between;
}

#branch .campaigns ul a {
  width: 32%;
  text-decoration: none;
}

#branch .campaigns ul li {
  text-align: left
}

#branch .campaigns ul li img {
  object-fit: cover;
  height: 240px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

#branch .campaigns ul li h3 {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 0 10px;
  color: #0069b3;
}

#branch .campaigns ul li .txt {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

#branch .service {
  display: block;
  position: relative;
  max-width: 840px;
  margin: -80px auto 0;
}

#branch .service ul {
  display: flex;
  justify-content: space-between;
}

#branch .service ul li {
  color: #eb9c2d;
  text-align: center;
  font-size: 16px;
  width: 20%;
}

#branch .service ul li p {
  margin: 10px auto 0;
  padding: 8px 0;
  font-weight: bold;
  color: #a34c0f;
  text-align: center;
  line-height: 1.2;
}

#branch .reason {
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(to top, #FFF 0%, #9bc9e3 50%, #FFF 100%);
  background: -moz-linear-gradient(to top, #FFF 0%, #9bc9e3 50%, #FFF 100%);
  background: linear-gradient(to top, #FFF 0%, #9bc9e3 50%, #FFF 100%);
  padding: 100px 0;
}

#branch .reason h2 {
  line-height: 1
}

/*#branch .reason h2 .large span {
    font-size: 1.5em;
    color: #ffaa00;
}*/
#branch .reason h3 {
  margin-top: 1rem;
  border: none;
  font-size: 28px;
  color: #578dc4;
}

#branch .reason .mt-1p img {
  margin-bottom: 10px;
  border-radius: 6px;
}

#branch .tel-wrapper {
  width: 90%;
  max-width: 880px;
  margin: 80px auto 0;
}

#branch .tel-wrapper .inner {
  border: 4px solid #0069b3;
  border-radius: 20px;
  text-align: center;
  padding: 50px 0 30px;
  position: relative;
}

#branch .tel-wrapper .inner h2 {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #0069b3;
  border: 4px solid;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 20px;
  width: 70%;
  text-align: center;
  line-height: 1.3;
  color: white;
}

#branch .tel-wrapper .tel {
  margin-bottom: 6px;
}

#branch .tel-wrapper .tel a {
  text-decoration: none;
}

#branch .tel-wrapper .btn_otoiawase {
  cursor: pointer;
  background-color: #e30067;
  display: inline-block;
  margin: 1rem auto;
  padding: 10px 2rem;
  border-radius: 3rem;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
}

#branch .tel-wrapper .btn_otoiawase i {
  margin-right: 8px
}

#branch .tel-wrapper hr {
  border-top: 1px dashed #0069b3;
  width: 50%;
  margin: 10px auto;
}

/* WEBで24時間受付ボタン調整 */
.branch_introduction img {
  width: 86% !important;
  max-width: 300px;
}
/* ここまで */

#branch .reason h2 {
  margin-bottom: -30px;
}

#branch .reason .box.inner {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 50px 30px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
  width: 90%;
}

/* --支社店舗リスト */
#branch #tenpo_list {
  display: block;
  margin: 60px auto 0;
}

#branch #tenpo_list .tohoku .area,
#branch #tenpo_list .kanto .area,
#branch #tenpo_list .tokai .area,
#branch #tenpo_list .kansai .area,
#branch #tenpo_list .kyusyu .area,
#branch #tenpo_list .other .area {
  background-color: none;
}

#branch #tenpo_list .area {
  display: block;
  font-size: 11px;
  padding: 6px 8px 0 0;
  line-height: 1.2em;
  text-align: right;
  color: #999;
}

#branch li.kansai,
#branch li.kanto,
#branch li.kyusyu,
#branch li.tohoku,
#branch li.tokai {
  position: relative
}

#branch .tenpolist_parking {
  display: none;
}

#branch #tenpo_list img {
  float: left;
  margin: -5px 10px 8px 12px;
  width: 78px;
  height: 54px;
}

#branch #tenpo_list p {
  display: block
}

#branch #tenpo_list .comment {
  margin: 0 16px 16px;
}

#branch ul#shop-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
  padding: 1px;
  margin: 20px 0;
}

#branch #tenpo_list ul#shop-container a {
  width: calc(100% / 3 - 2px);
}

#branch ul#shop-container li {
  position: relative;
  border-radius: 4px;
  margin: 0 5px 8px !important;
  display: block;
  box-sizing: border-box;
  border: #c7c7c7 1px solid;
  background-image: none;
  color: #171c61;
}

#branch ul#shop-container li:hover {
  background: none;
  text-decoration: none;
  background-color: #eee;
}

#branch ul#shop-container li:nth-child(-n+3) {
  margin: 0
}

#branch ul#shop-container li .shop-name {
  font-size: 1em;
  line-height: 1em;
  padding-top: 0;
}

#branch ul#shop-container li .shop-tel {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  padding: 4px 0 .5em;
}

/* --支社FAQ */
#branch #faq {
  display: block;
  margin: 100px 0 0;
  padding: 50px 0 100px;
  background: rgb(228 247 255);
}

#branch #faq h2 {
  text-align: center;
  margin: 20px;
}

#branch #faq h2 i {
  margin-bottom: 10px;
  color: #0092ff;
}

#branch #faq .qa *,
.qa *:after,
.qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#branch #faq .qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333;
}

#branch #faq .qa .qa_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

#branch #faq .qa label {
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 60px;
  cursor: pointer;
}

#branch #faq .qa .qa_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 60px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

#branch #faq .qa .qa_actab input[type=checkbox]:checked~.qa_actab-content {
  width: 92%;
  max-width: 958px;
  height: auto;
  margin-top: 14px;
  padding: 14px 24px;
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
}

#branch #faq .qa .plus {
  font-size: 2.4em;
  line-height: 100%;
  color: #0092ff;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#branch #faq .qa .qa_actab input[type=checkbox]:checked~.plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#branch #faq .qa .qa_actab input[type=checkbox] {
  display: none;
}

/* --支社お問い合わせ */
#branch #otoiawase {
  display: block;
  padding: 100px 0 120px;
  background-color: #eee;
  background-image: linear-gradient(to bottom, #fff, #fbfbfb, #f6f6f6, #f2f2f2, #eeeeee);
  background-image: linear-gradient(to bottom, #fff, #f7faff, #e8f7ff, #d4f5ff, #bef4ff);
}

#branch #otoiawase h2 {
  text-align: center;
  margin: 20px;
}

#branch #otoiawase h2 i {
  margin-bottom: 10px;
  color: #0092ff;
}

#branch #otoiawase .box_inner {
  display: block;
  width: 90%;
  max-width: 1040px;
  margin: 50px auto 0;
  padding: 4rem;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
  font-size: 16px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1073px) {
    #branch .kv-inner .plan {
      padding: 4em 1em .5em !important;
    }
}

/************************************
** 1023px以下
************************************/
@media screen and (max-width: 1023px) {

  /*1023px------------------- 支社*/
  #branch .kv-inner .plan img {
    width: 56%;
  }

  #branch .service {
    margin: 20px auto 0;
  }

  #branch .inner {
    width: 90%;
  }

  #branch #faq .qa label {
    font-size: 1.1em;
    line-height: 1.4;
  }

  #branch #faq .qa .qa_actab input[type=checkbox]:checked~.qa_actab-content {
    width: 80%;
  }

  /*1023px以下 ここまで*/
}

/************************************
** 834px以下
************************************/
@media screen and (max-width: 834px) {
  .mt-1p {
    margin-top: 15px;
  }

  .mt-2p {
    margin-top: 30px;
  }

  .mt-3p {
    margin-top: 45px;
  }

  .mt-4p {
    margin-top: 60px;
  }

  .xxxlarge {
    font-size: 36px;
  }

  .xxlarge {
    font-size: 30px;
  }

  .xlarge {
    font-size: 24px;
  }

  .large {
    font-size: 18px;
  }

  .small {
    font-size: 14px;
  }

  .xsmall {
    font-size: 12px;
  }

  .xxsmall {
    font-size: 11px;
  }

  .inner {
    width: 94%;
    margin: 0 auto;
  }


  /*834px tmp-kantan かんたん見積り*/
  #kantan {
    padding: 40px 0;
  }

  #kantan h2 {
    font-size: 1.6em;
    letter-spacing: 0;
    padding: 15px 0;
  }

  /*834px フロントページ*/
  .antibacterial-header {
    padding: 0;
  }

  .kv .price::before,
  .kv .price::after {
    display: none;
  }

  .reason {
    padding: 50px 0 30px;
  }

  .reason h2:before,
  .reason h2:after {
    margin-right: 0.5em;
    background-color: initial;
  }

  .reason h2:after {
    margin-left: 0.5em;
  }

  .reason h2 .large {
    font-size: 1.6em;
    font-weight: bold
  }

  .reason h2 .large span {
    font-size: 1.5em;
  }

  .reason .box {
    margin-top: 40px;
  }


  /*834px------------------- 支社*/
  #branch .kv-inner .plan div {
    font-size: 14px;
    width: 50%;
  }

  #branch .kv-inner .plan div h1 img {
    width: 55%;
  }

  #branch .kv-inner .plan {
    display: block;
    padding: 0em 1.4em .5em !important;
  }

  #branch .kv-inner .plan img {
    width: 100%;
    margin: 24px auto 0;
  }

  #branch .kv-inner .plan div {
    padding-left: 0;
    text-indent: 1em;
    margin-top: -8em;
    width: 100%;
    text-align: center;
  }

  #branch .kv-inner .plan div img {
    max-width: 259px
  }

  #branch .kv-inner .plan div .txt {
    margin: initial;
  }

  #branch .kv-inner .plan div h1 img {
    margin-bottom: 16px;
  }

  #branch .service {
    width: 86%;
    margin: 0 auto 0;
  }

  #branch .tel-wrapper .inner {
    width: 100%;
    padding: 60px 0 20px;
  }

  #branch .tel-wrapper .inner h2 {
    line-height: 1.3;
    padding: 10px 20px 8px;
    top: -40px;
  }

  #branch .tel-wrapper .inner h2 span {
    display: block;
    font-size: 70%
  }

  #branch .tel-wrapper .inner .tel a {
    text-decoration: none;
  }

  #branch .reason .blue,
  #branch .reason .txt {
    width: 98%;
  }

  #branch #tenpo_list img {
    width: 70px;
  }

  #branch #tenpo_list ul#shop-container a {
    width: calc(100% / 2 - 4px);
  }

  .branch-header {
    background-size: 100% 70%;
  }

  /*834px ここまで*/
}

/************************************
** 600px以下
************************************/
@media screen and (max-width: 600px) {

  /*480px------------------- 支社*/
  .branch-header {
    background-size: initial;
  }

  #branch .kv-inner {
    height: auto;
    margin: 0 auto;
  }

  #branch .reason h3 {
    margin-top: 1rem;
    border: none;
    font-size: 24px;
    color: #578dc4;
  }

  #branch .kv-inner h1 {
    text-align: center
  }

  #branch .service {
    width: 90%;
    margin: 50px auto;
  }

  #branch .service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
  }

  #branch .service ul li {
    margin: 10px;
    width: 43%;
  }

  #branch .tel-wrapper .inner {
    padding: 0 0 8px;
  }

  #branch .tel-wrapper .inner h2 {
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    width: 95%;
    border: 4px solid;
    border-radius: 12px;
    margin: 10px;
  }

  #branch .tel-wrapper .inner .small {
    width: 86%;
    margin: 0 auto;
  }

  #branch .tel-wrapper .inner .tel {
    margin-bottom: 6px;
  }

  #branch .tel-wrapper .inner hr {
    width: 90%;
  }

  #branch .campaigns h2 {
    line-height: 1.4;
  }

  #branch .campaigns ul {
    display: block;
  }

  #branch .campaigns ul a {
    width: 100%;
    padding-bottom: 50px;
    display: block;
  }

  #branch .campaigns ul li img {
    width: 100%;
  }

  #tenpo_list .xlarge {
    width: 90%;
    margin: 0 auto 4px;
    text-align: center;
    line-height: 1.2;
  }

  #branch ul#shop-container {
    display: block;
  }

  #branch #tenpo_list ul#shop-container a {
    width: 100%
  }

  #branch #faq {
    padding: 60px 0 0;
  }
    #branch .kv-inner .plan div {
      margin-top: -4em;
    }
}

/************************************
** 480px以下
************************************/
@media screen and (max-width: 480px) {
  .mt-1p {
    margin-top: 10px;
  }

  .mt-2p {
    margin-top: 20px;
  }

  .mt-3p {
    margin-top: 30px;
  }

  .mt-4p {
    margin-top: 40px;
  }

  .xxxlarge {
    font-size: 1.8em;
  }

  .xxlarge {
    font-size: 1.6em;
  }

  .xlarge {
    font-size: 1.4em;
  }

  .large {
    font-size: 1.2em;
  }

  .small {
    font-size: .9em;
  }

  .xsmall {
    font-size: .8em;
  }

  .xxsmall {
    font-size: .7em;
  }

  /*480px tmp-faq よくある質問*/
  #faq-front {
    padding: 40px 0 20px
  }

  #faq-front dt {
    padding: 12px 10px 12px 56px;
  }

  #faq-front dd {
    padding: 12px 10px 12px 64px;
    margin-bottom: 24px;
  }


  /*480px フロントページ*/
  .kv {
    height: auto;
    background: -moz-linear-gradient(top, #fff, #cce7f8);
    background: -webkit-linear-gradient(top, #fff, #cce7f8);
    background: linear-gradient(to bottom, #fff, #cce7f8);
  }

  .kv-inner {
    padding: 0;
  }

  .layout-free .kv-inner {
    padding: 0;
    height: 45vw;
  }

  .kv-inner h1 {
    background: none;
  }

  .kv-inner h1 img {
    width: 90%;
    padding: 20px 0 20px;
  }

  .antibacterial .kv-inner {
    width: auto !important;
  }

  .kv .plan {
    margin-top: 0;
  }

  .kv .plan ul {
    width: 94%;
  }

  .worries {
    text-align: center;
    padding: 20px 20px 0;
    position: static;
  }

  .worries h2 {
    position: static;
  }

  .worries figure.pc {
    display: none;
  }

  .worries figure.sp {
    display: block;
  }

  .worries ul {
    display: block;
  }

  .worries li {
    width: 90%;
    margin: 5px 0 0;
    padding: .1em;
    background-color: #887d6e;
    border-radius: 20px;
    color: #fff;
    text-align: center;
  }

  .worries li:nth-child(even) {
    margin-left: 10%;
  }


  /*480px------------------- 支社*/
  #branch #otoiawase .box_inner {
    padding: 2rem 1rem;
  }

  /*480px ここまで*/
}