@charset "UTF-8";
body {
  background-color: #FDFBFB;
}

main{
  position: relative;
}

#haneari-fly2{
  position: absolute;
  transition: 17s;
  transform: translate(-50%, -50%);
  height: auto;
  left: 2%;
  top: 1%;
  z-index:1000;
}

#haneari-fly2 img{
  width: 50px;
  height: auto;
}


@media (max-width: 576px) {

#haneari-fly2 img{
  
  width: 25px;
 
}

}




/*bootstrapの色変更=========================================================*/
.border-secondary {
  border: 1px solid var(--gray) !important;
}

.btn-primary {
  background-color: var(--blue);
}

.btn-warning {
  background-color: var(--orange);
  border: 1px solid #fff !important;
}

.bg-secondary {
  background-color: var(--gray) !important;
}

.bg-warning {
  background-color: var(--orange) !important;
}

:root {
  --orange: #fd7e14;
  --orange: #f83600;
  --light-orange: #ffddc2;
  --light-orange: #ffebaf;
  --blue: #61c1f5;
  --light-blue: #E4F8FF;
  --gray: #DDDDDD;
  --dark-gray: #808080;
  --light-gray: #f6f6f6;
  --white: #fff;
  --red: #FF0000;
  --black: #333333;
  --text-light: #999;
  --yellow: #feffa2;
  --color-main: #f83600;
  --color-sub: #f5d063;
  --gradation: linear-gradient(45deg, var(--color-sub), var(--color-main));
  --color-main2: #f6d365;
  --color-sub2: #FED7CC;
  --gradation-2: linear-gradient(45deg, var(--color-main2), var(--color-sub2));
  --back-light-pink: #fdfbfb;
}

/*文字色*/
body {
  color: var(--black);
}

.orange {
  color: var(--orange);
}

.white {
  color: var(--white);
}

.blue {
  color: var(--blue);
}

.red {
  color: var(--red);
}

.black {
  color: var(--black);
}

/*背景*/
.orange-bg {
  background-color: var(--orange);
}

.main2-bg {
  background-color: var(--color-main2);
}

.blue-bg {
  background-color: var(--blue);
}

.light-blue-bg {
  background-color: var(--light-blue);
}

.light-gray-bg {
  background-color: var(--light-gray);
}

.light-orange-bg {
  background-color: var(--light-orange);
}

.white-bg {
  background-color: var(--white);
}

/* ハイライト */
.marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(10%, var(--yellow)));
  background: linear-gradient(transparent 60%, var(--yellow) 10%);
  font-weight: bold;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(10%, var(--yellow)));
  background: linear-gradient(transparent 60%, var(--yellow) 10%);
}

/*文字サイズ　レスポンシブ設定*/
.body {
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 576px) {
  .form-btn {
    font-size: 1.5rem;
  }
}

/*pc以上のコンテンツ幅固定*/
@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
  .max768w {
    max-width: 768px;
    margin: 0 auto;
  }
  .max-wide {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* 改行 */
@media (max-width: 576px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: block;
  }
}

@media (min-width: 576px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: none;
  }
}

/*初期設定削除===============================================================*/
ul,
li {
  list-style-type: none;
  padding-left: 0;
}

p,
dl,
dt,
dd {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

/*固定ヘッダー=================================================================*/
header {
  width: 100%;
  position: fixed;
  z-index: 90000;
  padding-right: 0;
  padding-left: 0;
}

header::after {
  content: "";
  display: block;
  width: 100vw;
  height: 10px;
  margin-left: -12px;
  background: var(--gradation);
}

header h1 a {
  height: 3rem;
  display: block;
}

@media screen and (min-width: 768px) {
  header h1 a {
    height: 4rem;
  }
}

header h1 a img {
  height: 100%;
}

header a.head-btn {
  font-size: 0.8rem;
  background: var(--gradation);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
}

@media (min-width: 768px) {
  header a.head-btn {
    font-size: 1.3rem;
  }
}

header a.head-btn:hover {
  background: #fff;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

.figure-img {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .figure-img {
    padding-top: 6rem;
  }
}

/*topのメインビジュアル内の簡単見積もりボタン*/
.soon {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.soon + img {
  position: absolute;
  right: 27%;
  bottom: 19%;
}

@media (min-width: 576px) {
  .soon + img {
    right: 31%;
    bottom: 20%;
  }
}

.soon.mx-3 {
  margin-right: 0.1rem !important;
}

.right-now-form {
  text-align: center;
  position: absolute;
  bottom: -8%;
  left: 7%;
  background: var(--gradation);
  padding: 1rem 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.right-now-form::after {
  content: "▶";
  color: #fff;
}

.right-now-form:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .right-now-form {
    bottom: 10%;
    left: 0;
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}

.right-now-form.rangefood {
  background: linear-gradient(45deg, #f6d365, #19c0f7);
}

/*==================================================
メインビジュアル（リニューアル）
==================================================*/
.top-back-img {
  /* background: url("../image/bathroom/top_back.png"); */
}

/* スマホ・PCでメインビジュアル切り替え */
@media (max-width: 576px) {
  .img-sp {
    display: block;
  }
  .img-pc {
    display: none;
  }
}

@media (min-width: 576px) {
  .img-sp {
    display: none;
  }
  .img-pc {
    display: block;
  }
}

/*==================================================
見出し（リニューアル）
==================================================*/
section h2.new {
  text-align: center;
  position: relative;
}

section h2.new::before {
  left: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 3px;
  background-color: var(--color-main);
  bottom: 0;
  position: absolute;
}

section h2.new::after {
  right: 50%;
  content: "";
  display: block;
  width: 1rem;
  height: 3px;
  background-color: var(--color-main2);
  bottom: 0;
  position: absolute;
}

section h2.new span {
  font-size: 0.8rem;
  color: var(--text-light);
}

section h2.new p {
  padding-bottom: 0.5rem;
  position: relative;
  width: 10rem;
  margin: auto;
}

section h2.new p::before {
  position: absolute;
  content: "";
  display: block;
  left: -1rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url("../image/deco.svg");
}

section h2.new p::after {
  position: absolute;
  content: "";
  display: block;
  right: -1rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url("../image/deco-right.svg");
}

/*青ボタン　共通設定=========================================================*/
.form-btn {
  border-radius: 100px;
  border: 1px solid var(--blue);
}

.form-btn:hover {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  opacity: 0.8;
}

.btn-w100 a,
.btn-w100 button {
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -1px #999;
          box-shadow: 0 2px 5px -1px #999;
}

/* 全体ページ================================================================= */
/* サービス一覧 */
.service div ul {
  margin-bottom: 0;
}

.service div ul li {
  border: 2px solid var(--orange);
  border-radius: 7px;
  padding-bottom: 0.5rem;
  background-color: #fff;
}

@media (max-width: 767px) {
  .service div ul li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.service h3 {
  padding-right: 0rem;
  border-radius: 10px 10px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid var(--orange);
}

.service h3 div {
  line-height: 2.8rem;
  color: var(--orange);
}

.service p {
  margin-bottom: 0;
}

.service h3 p {
  position: relative;
  border-radius: 0 4px 0 0;
  padding: 0.6rem;
  font-weight: bold;
}

.service h3 p::before {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 2.85rem solid var(--orange);
  border-right: 0rem solid transparent;
  border-left: 1rem solid transparent;
  width: 0;
  left: -1rem;
  top: 0rem;
}

.service dt.service-before {
  text-align: center;
  background-color: var(--gray);
  border-radius: 3rem;
  color: #666;
  margin-bottom: 0.3rem;
}

.service dt.service-after {
  text-align: center;
  background-color: var(--light-orange);
  border-radius: 3rem;
  color: var(--orange);
  margin-bottom: 0.3rem;
}

/*=========================================
 ランキング調査（リニューアル）
=========================================*/
.rank {
  margin-top: 2rem;
}

.rank h2 {
  margin: 1rem auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif, "メイリオ";
  font-size: 1.3rem;
  position: relative;
  width: 18rem;
}

@media screen and (min-width: 768px) {
  .rank h2 {
    font-size: 1.6rem;
    width: 38rem;
  }
}

.rank h2::before {
  background: url("../image/h2-line.svg") no-repeat;
  position: absolute;
  content: "";
  display: block;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  top: 33%;
}

@media screen and (min-width: 768px) {
  .rank h2::before {
    top: 17%;
  }
}

.rank h2::after {
  background: url("../image/h2-line.svg") no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  content: "";
  display: block;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  top: 33%;
}

@media screen and (min-width: 768px) {
  .rank h2::after {
    top: 17%;
  }
}

.rank > div {
  max-width: 650px;
  margin: auto;
}

.rank > div img {
  width: 100%;
}

.rank p {
  font-size: 0.8rem;
  margin: 1rem;
}

@media screen and (min-width: 768px) {
  .rank p {
    text-align: center;
  }
}

/* before after */
.w100 {
  width: 100%;
}

.service .triangle {
  border-radius: 0 14px 0 0;
  padding: 0.5rem;
  position: relative;
}

.service .triangle::before {
  display: block;
  position: absolute;
  content: "";
  border-left: 0.8rem solid var(--orange);
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  width: 0;
  left: 0.2rem;
  top: 4rem;
}

.service div li img {
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 6.5rem;
}

.service .g-kujo dl {
  width: 44%;
}

.service .g-kujo dl:nth-of-type(2) {
  padding: 0rem 0 0 1rem;
  width: 52%;
}

.service .g-kujo dl {
  width: 44%;
}

.service .g-kujo dl:nth-of-type(2) {
  padding: 0rem 0 0 1rem;
  width: 52%;
}

.swipe_text {
  height: 3rem;
  font-weight: bold;
  color: var(--orange);
}

/* お悩み */
.trouble h2 {
  background-color: var(--orange);
  background-size: 10px 10px;
}

/* 見出し下のギザギザ */
.spikes {
  position: relative;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  height: 2.8rem;
  background-size: 0.8rem 100%;
  background-image: linear-gradient(135deg, var(--orange) 25%, transparent 25%), linear-gradient(225deg, var(--orange) 25%, transparent 25%);
}

/* こんなことに！ 全体ページのみ*/
.all-happen li div {
  border-radius: 5px 5px 0 0;
  background-color: #9f9994;
}

.all-happen li div img {
  width: 100%;
  height: 6rem;
  padding: 0.7rem;
}

.all-happen li p {
  border-radius: 0 0 5px 5px;
  border: 2px solid #9f9994;
  height: 3.2rem;
}

/* effect すまサポでキレイに！=============================================================================*/
.effect h2 {
  position: relative;
  color: #fff;
  background-color: var(--orange);
  background-size: 10px 10px;
}

.effect h2 span {
  -webkit-text-stroke: 0.7px #000;
  text-shadow: 2px 2px 0 #666;
}

.effect h2::before {
  position: absolute;
  content: "";
  width: 0;
  border-top: 1rem solid var(--orange);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 109%;
}

.effect .time {
  background-color: var(--light-orange);
  color: var(--orange);
  border-radius: 5px;
  font-weight: bold;
}

/* 見出し　★ */
.star {
  position: relative;
}

.star div:nth-of-type(2) {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  position: absolute;
  left: 2.5rem;
  top: 0rem;
}

@media (min-width: 576px) {
  .star div:nth-of-type(2) {
    left: 7rem;
  }
}

@media (min-width: 768px) {
  .star div:nth-of-type(2) {
    left: 12rem;
  }
}

.star div:nth-of-type(3) {
  position: absolute;
  right: 2.5rem;
  bottom: -0.3rem;
}

@media (min-width: 576px) {
  .star div:nth-of-type(3) {
    right: 7rem;
  }
}

@media (min-width: 768px) {
  .star div:nth-of-type(3) {
    right: 12rem;
  }
}

/* バナースライド 個別LP*/
.swiper-container {
  position: relative;
  max-width: 768px;
  margin: auto;
  overflow: hidden;
}

.swiper-container ul li img {
  width: 100%;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .swiper-container ul li img {
    height: 18rem;
  }
}

#slide {
  margin: 0 auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper li p {
  text-align: center;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.5;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  background-image: none;
  font-size: 4rem;
  color: var(--orange);
}

@media (min-width: 576px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 45%;
  }
}

.swiper-button-prev {
  left: 0.5rem;
}

.swiper-button-next {
  right: 0.5rem;
}

/* バナースライド 全体LP*/
.swiper-container-all {
  position: relative;
  max-width: 768px;
  margin: auto;
  overflow: hidden;
}

.swiper-container-all ul li {
  max-width: 600px;
  margin: auto;
}

.swiper-container-all ul li img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .swiper-container-all ul li img {
    height: 20rem;
  }
}

.swiper-container-all .swiper-button-prev,
.swiper-container-all .swiper-button-next {
  top: 30%;
}

@media (min-width: 576px) {
  .swiper-container-all .swiper-button-prev,
  .swiper-container-all .swiper-button-next {
    top: 35%;
  }
}

/* 動画 */
/* .swiper-container {
    position: relative;
    max-width: 768px;
    margin: auto;
    overflow: hidden;
}
.movie ul li video {
    width: 100%;
}
#slide {
    margin: 0 auto;
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    overflow: visible;
}
.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.5;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 3rem;
    font-size: 4rem;
    color: var(--orange);
}
.swiper-button-prev {
    left: 0.5rem;
}
.swiper-button-next {
    right: 0.5rem;
}
@media(min-width:768px) {
    .swiper-button-prev,
    .swiper-button-next {
        top: 5rem;
    }
} */
/* 画像======================================================================= */
/* 途中差し込み画像・イラスト */
div.img-size {
  margin: 1rem auto;
}

@media screen and (min-width: 768px) {
  div.img-size {
    width: 20rem;
  }
}

div.img-size img {
  width: 100%;
}

/*見出し=======================================================================*/
section h2.h2-orange p:first-of-type {
  color: var(--orange);
}

section h2.h2-orange {
  border-bottom: 1px solid var(--orange);
}

/*お知らせ=========================================================================*/
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*お知らせ　タブ切り替え*/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-label {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.tab-label > div {
  -webkit-appearance: none;
}

.tab-content {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label div {
  background: var(--light-orange);
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.circle-bg img {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}

.bg-white {
  -webkit-box-shadow: inset 0 0 5px 5px var(--light-gray);
  box-shadow: inset 0 0 5px 5px var(--light-gray);
}

/* コロナタブ　余白無し */
.colona-wide > .col-4 {
  padding-right: 0;
  padding-left: 0;
}

/*section02 悩み吹き出し===================================================================*/
.triangle-gray li {
  position: relative;
  border-radius: 5px;
}

.triangle-gray li:after {
  content: "";
  position: absolute;
  top: 87%;
  left: 26%;
  width: 0;
  margin: auto;
  border: 26px solid transparent;
  border-top: 30px solid var(--light-gray);
}

/*section02 sub こんなことに・・・！========================================================================*/
.sec02-sub {
  position: relative;
}

/*背景下向き白▽*/
.triangle-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 50vw;
  border-color: var(--back-light-pink) transparent transparent transparent;
}

@media (min-width: 576px) {
  .triangle-white {
    border-width: 14vw 270px;
  }
}

@media (min-width: 768px) {
  .triangle-white {
    border-width: 13vw 360px;
  }
}

@media (min-width: 992px) {
  .triangle-white {
    border-width: 110px 500px;
  }
}

/*！のリスト*/
.happen {
  margin-top: -3rem;
  padding-top: 4rem;
  z-index: -1000;
}

.happen li {
  line-height: 2em;
}

.happen li div:first-of-type {
  background-color: var(--orange);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
}

@media (min-width: 576px) {
  .happen ul {
    width: 75%;
    margin-top: 3rem;
  }
  .happen > p {
    width: 70%;
  }
}

/* sec03 solve 作業工程======================================================== */
@media (min-width: 576px) {
  .sec03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec03 ul li {
    width: 48%;
    margin: 2rem 1%;
  }
}

@media (max-width: 576px) {
  .sec03 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 6px -5px;
            box-shadow: 0 5px 6px -5px;
    position: relative;
  }
  .sec03 ul li > div {
    width: 50%;
    padding-bottom: 0;
  }
  .sec03 ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .sec03 ul li:not(:first-of-type)::after {
    content: "";
    width: 0;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid var(--orange);
    border-left: 1.5rem solid transparent;
    left: 43%;
    top: -2rem;
    position: absolute;
  }
  .sec03 ul.amamori li:not(:first-of-type)::after {
    display: none;
  }
}

.sec03 ul li p:first-of-type {
  color: var(--orange);
  font-weight: bold;
  border-bottom: 1px solid var(--orange);
}

/* 作業工程　左（写真） */
@media (max-width: 576px) {
  .sec03 ul li > div:nth-of-type(1) img {
    border-radius: 5px 0 0 5px;
    padding-bottom: 0;
    height: 10rem;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 576px) {
  .sec03 ul li > div:nth-of-type(1) img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* 作業工程　右（テキスト） */
.sec03 ul li > div:nth-of-type(2) {
  padding: 0.5rem 0 0 0.5rem;
  border: 5px solid var(--light-orange);
}

@media (max-width: 576px) {
  .sec03 ul li > div:nth-of-type(2) {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}

@media (min-width: 576px) {
  .sec03 ul li > div:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    border-top: none;
    height: 7rem;
  }
}


/* sec100 solve 作業工程======================================================== */
@media (min-width: 576px) {
  .sec100 ul {
    display: flex
  }
  .sec100 ul li {
    width: 48%;
    margin: 2rem 1%;
  }
}

@media (max-width: 576px) {
  .sec100 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 6px -5px;
            box-shadow: 0 5px 6px -5px;
    position: relative;
  }
  .sec100 ul li > div {
    width: 50%;
    padding-bottom: 0;
  }
  .sec100 ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .sec100 ul li:not(:first-of-type)::after {
    content: "";
    width: 0;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid var(--orange);
    border-left: 1.5rem solid transparent;
    left: 43%;
    top: -2rem;
    position: absolute;
  }
  .sec100 ul.amamori li:not(:first-of-type)::after {
    display: none;
  }
}

.sec100 ul li p:first-of-type {
  color: var(--orange);
  font-weight: bold;
  border-bottom: 1px solid var(--orange);
}

/* 作業工程　左（写真） */
@media (max-width: 576px) {
  .sec100 ul li > div:nth-of-type(1) img {
    border-radius: 5px 0 0 5px;
    padding-bottom: 0;
    height: 10rem;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 576px) {
  .sec100 ul li > div:nth-of-type(1) img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* 作業工程　右（テキスト） */
.sec100 ul li > div:nth-of-type(2) {
  padding: 0.5rem 0 0 0.5rem;
  border: 5px solid var(--light-orange);
}

@media (max-width: 576px) {
  .sec100 ul li > div:nth-of-type(2) {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}

@media (min-width: 576px) {
  .sec100 ul li > div:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    border-top: none;
    height: 7rem;
  }
}



.sec03 .amamori {
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .sec03 .amamori {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 990px) {
  .sec03 .amamori li > div:nth-of-type(2) {
    height: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .sec03 .amamori li > div:nth-of-type(2) {
    height: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .amamori li:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .sec03 .amamori li:not(:last-of-type) {
    margin: 2rem 1% 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .amamori li.line-2 {
    margin-bottom: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .sec03 .amamori li.line-3 {
    margin-bottom: 11rem;
  }
}

.sec03 ul li > div.sankou {
  width: 100%;
  border: 5px solid var(--light-orange);
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.5rem 0 0 0.5rem;
  font-weight: bold;
}

@media (max-width: 576px) {
  .sec03 ul li > div.sankou {
    position: absolute;
    width: 100%;
    top: 100%;
  }
}

.sec03 ul li > div.sankou p:first-of-type {
  border-bottom: 0;
}

.sec03 ul li > div.sankou span {
  font-size: 1.5rem;
}

.sec03 dd img {
  width: 100%;
}

.sec03 .price {
  text-align: center;
  border: 5px double var(--light-orange);
  padding: 0.5rem;
  margin: 0 auto 1rem;
}

.sec03 .price p:nth-of-type(1) {
  color: var(--blue);
}

.sec03 .price p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: bold;
  color: var(--orange);
}

.sec03 .price p:nth-of-type(3) {
  background-color: var(--orange);
  color: #fff;
  font-weight: bold;
}

/*--------------------------------------
 電話・見積・キャンセル　無料バナー
--------------------------------------*/
.banner {
  margin: 2rem auto 1rem;
  max-width: 791px;
}

.banner h3 {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: var(--color-main);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}

.banner h3 p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}

.banner h3 div {
  width: 5rem;
  position: relative;
}

.banner h3 div img {
  position: absolute;
  width: 150%;
  bottom: -5px;
}

.banner .bottom {
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: var(--color-sub2);
  padding: 1rem;
  text-align: center;
}

.banner .bottom p {
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.banner .bottom p span {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .banner .bottom div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.5rem;
  }
}

.banner .bottom div a {
  -webkit-box-shadow: 0 3px 5px -1px #aaa;
          box-shadow: 0 3px 5px -1px #aaa;
  color: #fff;
  width: 20rem;
  height: 4rem;
  display: block;
  margin: auto;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 1rem;
}

.banner .bottom div a:nth-of-type(1) {
  font-size: 2.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-sub)), to(var(--color-main)));
  background: linear-gradient(var(--color-sub), var(--color-main));
  padding: 0.2rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .banner .bottom div a:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}

.banner .bottom div a:nth-of-type(1) span {
  display: block;
  font-size: 0.8rem;
}

.banner .bottom div a:nth-of-type(2) {
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-sub)), to(var(--blue)));
  background: linear-gradient(var(--color-sub), var(--blue));
  padding: 1rem;
  padding-left: 3rem;
}

.banner .bottom div a i {
  font-size: 2rem;
}

.banner-mail,
.banner-tel {
  position: relative;
}

.banner-mail::before,
.banner-tel::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 28%;
}

.banner-mail::before {
  background: url("../image/banner-mail.svg") no-repeat;
}

.banner-tel::before {
  background: url("../image/banner-tel.svg") no-repeat;
}

/* help================================================================== */
.help .line {
  position: relative;
  -webkit-box-shadow: 3px 3px 10px -5px #ccc;
          box-shadow: 3px 3px 10px -5px #ccc;
  padding: 1rem;
}

.help .line .triangle {
  position: absolute;
  width: 0;
  top: -0.1rem;
  left: -0.1rem;
  border-top: 50px solid var(--light-orange);
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid var(--light-orange);
  z-index: -100;
}

.help .attention {
  margin-top: 1rem;
  border: 3px double var(--orange);
  padding: 1rem;
}

/* reason 選ばれる理由 sec04================================================================== */
.reason h2 {
  position: relative;
}

.reason h2::before {
  content: "";
  display: block;
  border: 1px solid var(--orange);
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: -10;
}

.reason h2 p {
  padding: 0.5rem;
  border: 2px solid var(--orange);
  background-color: white;
  border-radius: 5rem;
  width: 80%;
  margin: auto;
}

.reason div.row {
  border-top: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  background-color: #ffeee1;
}

.reason img {
  width: 6rem;
  padding: 0.3rem;
  height: 100%;
}

/*===================================
Knowledge 豆知識
=================================== */
.place{
 text-align: left;
}


/*===================================
comparison 他社比較
=================================== */
.kome{
  text-align: right;
 }

 /*.sen{
  border: 1px solid #f83600
 }

 .sen-danger{
  border-color: #f83600
 }*/


 /*===================================
damage ダメージ
=================================== */
.gap{
  max-width: 100%;
  height: auto;
  padding: 5px 0px 5px 0px;
 }

.space{
  padding: 29px 2px 2px 2px;
}

.interval{
margin: 10px 0px 10px 0px;
width: 100%;
}



/*===================================
point 3つのポイント
=================================== */
.text-orange{
  color: #f83600;
}

.point {
  /*background-color: var(--color-main2);*/
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .point {
    padding: 2rem;
  }
}

.point h2 {
  text-align: center;
}

.point > div {
  background-color: var(--back-light-pink);
  text-align: center;
  padding: 2rem 0 1rem;
  font-size: 2rem;
  letter-spacing: 6px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.point ul {
  padding: 1rem;
  background-color: var(--back-light-pink);
  border-radius: 0 0 0.5rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .point ul {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.point ul li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-main2)), to(var(--color-main)));
  background: linear-gradient(90deg, var(--color-main2), var(--color-main));
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .point ul li {
    width: 30%;
  }
}

.point ul li .border {
  background: #fff;
  padding: 1rem;
  border-radius: 0.7rem;
}

@media screen and (min-width: 768px) {
  .point ul li .border {
    height: 36rem;
  }
}

@media screen and (min-width: 1000px) {
  .point ul li .border {
    height: 29rem;
  }
}

/*.point ul li::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  border-top: 1rem solid var(--color-main);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  bottom: -2rem;
  right: 45%;
}*/

/*@media screen and (min-width: 768px) {
  .point ul li::after {
    border-left: 1rem solid var(--color-main);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    bottom: 50%;
    right: -22%;
    right: -22%;
  }
}*/

/*@media screen and (min-width: 1000px) {
  .point ul li::after {
    right: -18%;
  }
}*/

/*.point ul li:last-of-type::after {
  display: none;
}*/

.point ul li .point-number {
  background-color: var(--color-main2);
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  line-height: 2;
  text-align: center;
  margin: auto;
}

.point ul li h3 {
  text-align: center;
  font-size: 1.4rem;
  margin: 1rem 0;
}

.point ul li .point-img {
  width: 8rem;
  height: 7rem;
  margin: 1rem auto;
}

.point ul li .point-img img {
  width: 100%;
}

.point ul li p span {
  color: var(--color-main);
}



/*===================================
flow ご契約の流れ　
=================================== */
.flow {
  /*background-color: var(--color-main2);*/
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .flow {
    padding: 2rem;
  }
}

.flow h2 {
  text-align: center;
}

.flow > div {
  background-color: var(--back-light-pink);
  text-align: center;
  padding: 2rem 0 1rem;
  font-size: 2rem;
  letter-spacing: 6px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.flow ul {
  padding: 1rem;
  background-color: var(--back-light-pink);
  border-radius: 0 0 0.5rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .flow ul {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow ul li {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-main2)), to(var(--color-main)));
  background: linear-gradient(90deg, var(--color-main2), var(--color-main));
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .flow ul li {
    width: 30%;
  }
}

.flow ul li .border {
  background: #fff;
  padding: 1rem;
  border-radius: 0.7rem;
}

@media screen and (min-width: 768px) {
  .flow ul li .border {
    height: 28rem;
  }
}

@media screen and (min-width: 1000px) {
  .flow ul li .border {
    height: 24rem;
  }
}

.flow ul li::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  border-top: 1rem solid var(--color-main);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  bottom: -2rem;
  right: 45%;
}

@media screen and (min-width: 768px) {
  .flow ul li::after {
    border-left: 1rem solid var(--color-main);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    bottom: 50%;
    right: -22%;
    right: -22%;
  }
}

@media screen and (min-width: 1000px) {
  .flow ul li::after {
    right: -18%;
  }
}

.flow ul li:last-of-type::after {
  display: none;
}

.flow ul li .flow-number {
  background-color: var(--color-main2);
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  line-height: 2;
  text-align: center;
  margin: auto;
}

.flow ul li h3 {
  text-align: center;
  font-size: 1.4rem;
  margin: 1rem 0;
}

.flow ul li .flow-img {
  width: 8rem;
  height: 7rem;
  margin: 1rem auto;
}

.flow ul li .flow-img img {
  width: 100%;
}

.flow ul li p span {
  color: var(--color-main);
}

/*FAQ よくある質問=============================================================== */
.FAQ dl:first-of-type dt {
  border-radius: 5px 5px 0 0;
}

.FAQ dl:last-of-type dd {
  border-radius: 0 0 5px 5px;
}

/*section06 お客様の声=========================================================*/
.scroll {
  height: 18rem;
  overflow-y: scroll;
  padding: 0.3rem;
  -webkit-box-shadow: 0px 5px 15px -6px #ccc inset;
          box-shadow: 0px 5px 15px -6px #ccc inset;
  border: 4px solid var(--light-orange);
  border-radius: 7px;
}

/* スクロールの幅の設定 */
.scroll::-webkit-scrollbar {
  width: 10px;
}

/* スクロールの背景の設定 */
.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #aaa inset;
          box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--orange);
}

.cust-icon {
  background-color: var(--light-orange);
  width: 4em;
  height: 4em;
  border-radius: 50%;
}

/*吹き出し▽*/
.frame {
  position: relative;
  border: 2px solid var(--gray);
  background-color: #fff;
  border-radius: 10px;
}

.frame:before,
.frame:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
}

.frame:before {
  top: 10%;
  border-style: solid;
  border: 26px solid transparent;
  border-right: 30px solid var(--gray);
  z-index: -10;
  left: -20%;
}

.frame:after {
  top: 11%;
  border-style: solid;
  border: 24px solid transparent;
  border-right: 28px solid #fff;
  left: -18%;
}

@media (min-width: 463px) {
  .frame:before {
    border: 26px solid transparent;
    border-right: 36px solid var(--gray);
    z-index: -10;
    left: -17%;
  }
  .frame:after {
    border: 24px solid transparent;
    border-right: 34px solid #fff;
    left: -16%;
  }
}

@media (min-width: 768px) {
  .frame:before {
    border: 16px solid transparent;
    border-right: 26px solid var(--gray);
    left: -11%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    top: 0.5rem;
  }
  .frame:after {
    border: 14px solid transparent;
    border-right: 24px solid #fff;
    left: -10%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}

.voice > div {
  text-align: center;
  font-size: 1.3rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .voice > div {
    width: 28rem;
  }
}

.voice > div span {
  font-size: 0.8rem;
  display: block;
}

.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice ul li {
  margin: 0 1%;
  text-align: center;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .voice ul li {
    width: 30%;
  }
}

.voice ul li .hukidashi {
  background-color: var(--color-main2);
  padding: 0.5rem;
  color: #fff;
  border-radius: 3px;
  position: relative;
}

.voice ul li .hukidashi::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-main2);
  border-left: 5px solid transparent;
  bottom: -4px;
  left: 47%;
}

.voice ul li .person-img {
  width: 5rem;
  margin: auto;
  padding-top: 2rem;
}

.voice ul li .person-img img {
  width: 100%;
}

.voice ul li p {
  text-align: start;
}

.voice ul li > span {
  font-size: 0.8rem;
}

/*section08　会社概要==========================================================================*/
.company dl {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.border-gray {
  border-bottom: 1px solid var(--light-gray);
}

/*フッター===================================================================*/
/*コピーライトの文字サイズ*/
.foot-text {
  color: #fff;
  font-size: 0.7rem;
  padding-bottom: 25% !important;
}

@media (min-width: 576px) {
  .foot-text {
    padding-bottom: 15% !important;
  }
}

@media (min-width: 992px) {
  .foot-text {
    padding-bottom: 3% !important;
  }
}

.foot-text div {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.foot-text div a {
  color: #fff;
}

/*ボトムナビの設定*/
footer {
  opacity: 0.9;
}

footer nav {
  height: 10%;
}

footer nav a {
  border: 1px solid #fff;
}

footer nav a:first-of-type {
  border-radius: 15px 0 0 0;
}

footer nav a:last-of-type {
  border-radius: 0 15px 0 0;
}

footer nav i,
footer nav p {
  color: #fff;
  margin-bottom: 0;
}

footer a.btn-warning:hover {
  background-color: #fff;
}

footer a.btn-warning:hover i,
footer a.btn-warning:hover p {
  color: var(--orange);
}

footer nav i.fas:before {
  font-size: 6vw !important;
}

footer p {
  font-size: 0.8rem;
}

@media (min-width: 992px) {
  footer {
    display: none;
  }
}

/* プライバシーポリシー pp*/
.pp {
  margin: auto;
}

.pp h2 {
  border-bottom: 2px solid var(--orange);
}

.pp .pp_sec01 h2 {
  padding-top: 6rem;
}

.pp ul {
  padding-left: 0;
}

.pp dt {
  font-weight: bold;
  color: var(--orange);
  border-top: 1px dashed var(--light-orange);
  padding: 0.7rem 0;
  margin-top: 1.5rem;
}

.pp dd {
  margin-left: 0;
}

.pp table {
  border-collapse: collapse;
}

.pp th,
.pp td {
  border: 1px solid #aaa;
}

.pp th {
  text-align: center;
}

.pp td {
  padding: 0.5rem;
}

/* フォーム check.ihtml=================================================================================== */
/*問い合わせフォーム※section07のみ青色→オレンジに変更0329*/
.sec07 h2.h2-blue {
  border-bottom: 1px solid var(--orange);
}

.sec07 h2.h2-blue p:first-of-type {
  color: var(--orange);
}

/*申込フォームのstep*/
.step div {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  line-height: 1.8em;
  text-align: center;
  padding: 0.5rem;
}

.step_now {
  background-color: var(--orange);
  color: #fff;
}

/*対応エリア*/
.border-bottom {
  border-bottom: 1px solid #fff !important;
}

.lh-big {
  line-height: 4;
}

/* 見出し */
.check h2,
.complete h2 {
  padding-top: 6rem;
}

/* エリア　アコーディオン */
.accordion-single-title {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 1rem;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
}

.js-acc-single {
  border-bottom: 1px solid #dfdfdf;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 100%;
}

.accordion-single-item.is-open .accordion-single-title::after {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

/* お掃除機能 */
.function-text {
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  margin: 2rem 0 1rem;
}

.function-text h4 {
  color: var(--orange);
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .function-text > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.function-text .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.function-text .img-flex div {
  padding: 0.5rem 1rem 0;
}

.function-text .img-flex p {
  text-align: center;
  border: 1px solid var(--orange);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.function-text img {
  width: 100%;
}

/* 郵便番号　pcサイズ時スピンボタン非表示 */
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* モーダル */
.modal {
  z-index: 99000;
}

/* 確認表 */
.check dl dt {
  padding: 0.5rem;
  background-color: var(--light-orange);
  border-radius: 5px 5px 0 0;
}

.check dl dd {
  padding: 0.5rem;
  border: 1px solid var(--light-orange);
  border-radius: 0 0 5px 5px;
}

/* ボタン */
.check .send_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
}

.check .send_box .button,
.complete .send_check a {
  color: white;
  padding: 1rem;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}

.check .send_box a {
  background-color: #cacaca;
  width: 45%;
}

.check .send_box button {
  background-color: var(--blue);
  -webkit-appearance: none;
  border: none;
  width: 45%;
}

.complete .send_box a {
  background-color: var(--blue);
}

.complete .send_box {
  margin: 3rem auto 22rem;
}

.complete .form_input p {
  text-align: center;
}

.scrollTopButton {
  display: none;
}
/*# sourceMappingURL=boot-style.css.map */

/*診断テスト */
.all-test-wrap{
  overflow-y: hidden;
}

.test-wrap{
  background-image: url(../image/shiroari/24667308_m.jpg);
  padding: 40px;
  position:relative;
}

.test-title{
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 40px 0;
}


.paper{
  max-width:700px;
  height: 990px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  overflow: scroll;
}

@media (max-width: 1100px) {

  .paper{
    max-width:696px;
    height: 983px;
  }
}




@media (max-width: 800px) {

  .paper{
    width: 516px;
    height: 730px;
    padding: 10px;
  }
  .test-title{
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .question-wrap{
    margin-bottom: 20px;
    gap:20px;
  }
  
}

@media (max-width: 550px) {

  .paper{
    width: 320px;
    height: 452px;
    padding: 10px;
    
  }
  .test-title{
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .question-wrap{
    margin-bottom: 20px;
    gap:20px;
  }
  
}

#test{
  position:relative;
  cursor:url(../image/shiroari/pencil.png) 0 50,auto;
}

#test.test-submit{

  animation-name: submit;/*1で解説*/
  animation-fill-mode:forwards;/*2で解説*/
  animation-duration:2.5s;/*3で解説*/
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 0;/*6で解説*/
  animation-direction:normal;/*7で解説*/
  }
  
  @keyframes submit{
    
  50% {
      transform: scale(1.1,1.1);
  }
  100% {
    transform:translateY(-2000px);
  }
  
  }

#test.question-return{

  animation-name: back;/*1で解説*/
  animation-fill-mode:forwards;/*2で解説*/
  animation-duration:1.5s;/*3で解説*/
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 0;/*6で解説*/
  animation-direction:normal;/*7で解説*/
  z-index:100;
  transform:translateY(-200%) ;
  }
  
  @keyframes back{

    0% {
      transform:translateY(-200%);
  }
  
    100%{
      transform:translateY(0) ;
    }
  
  }


.question-wrap{
  display: flex;
  margin-bottom: 20px;
}

.question{
flex:1;
}

.answer{
  width: 70px;
  border-bottom: 1px solid black;
}

#button{
  padding: 1rem;
  background-color: green;
  color: white;
  cursor:pointer;
  margin: 0 auto;
  width: 15rem;
  margin-top: 40px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
 text-align: center;
 transition-duration: 0.5s;
}

#button:hover{
  color: green;
  background-color: white;
}

#danger{
  display: none;
  position:absolute;
  top:40px;
  left:50%;
}

#prevention{
  display: none;
  position:absolute;
  top:40px;
  left:50%;
}

#noproblem{
  display: none;
  position:absolute;
  top:40px;
  left:50%;
}

#danger.test-return{
  animation-name: return;/*1で解説*/
  animation-fill-mode:forwards;/*2で解説*/
  animation-duration:1.5s;/*3で解説*/
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 2s;/*6で解説*/
  animation-direction:normal;/*7で解説*/
  display: block;
  transform:translate(-50%,-100%);
  }

  #prevention.test-return{
    animation-name: return;/*1で解説*/
    animation-fill-mode:forwards;/*2で解説*/
    animation-duration:1.5s;/*3で解説*/
    animation-timing-function:ease;/*5で解説*/
    animation-delay: 2s;/*6で解説*/
    animation-direction:normal;/*7で解説*/
    display: block;
    transform: translate(-50%,-100%);
    }

#noproblem.test-return{
animation-name: return;/*1で解説*/
animation-fill-mode:forwards;/*2で解説*/
animation-duration:1.5s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 2s;/*6で解説*/
animation-direction:normal;/*7で解説*/
display: block;
transform:translate(-50%,-200%);
}

@keyframes return{

  0%{
    transform:translate(-50%,-200%);
  }

  100%{
    transform: translate(-50%,0%);
  }
  
  }
  

table{
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

td{
  padding: 10px;
}

.watch-question{
  padding: 1rem;
  background-color: green;
  color: white;
  cursor:pointer;
  margin: 0 auto;
  width: 15rem;
  margin-top: 40px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
 text-align: center;
 transition-duration: 0.5s;
}

.watch-question:hover{
  color: green;
  background-color: white;
}

/*ダメージ */
.damage {
  margin-top: -3rem;
  z-index: -1000;
}

.damage li {
  line-height: 2em;
}

.damage li div:first-of-type {
  background-color: var(--orange);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
}

@media (min-width: 576px) {
  .damage ul {
    margin-top: 3rem;
  }
  .damage > p {
    width: 100%;
  }
}


@media (min-width: 576px) {
  .sec-damage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-damage ul li {
    width: 100%;
    margin: 2rem 1%;
  }
}

@media (max-width: 576px) {
  .sec-damage ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 6px -5px;
            box-shadow: 0 5px 6px -5px;
    position: relative;
  }
  .sec-damage ul li > div {
    width: 100%;
    padding-bottom: 0;
  }
  .sec-damage ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .sec-damage ul li:not(:first-of-type)::after {
    content: "";
    width: 0;
    border-right: 1.5rem solid transparent;
    border-top: 1.5rem solid var(--orange);
    border-left: 1.5rem solid transparent;
    left: 43%;
    top: -2rem;
    position: absolute;
  }
}

.sec-damage ul li p:first-of-type {
  color: var(--orange);
  font-weight: bold;
  border-bottom: 1px solid var(--orange);
}








/* 作業工程　左（写真） */
@media (max-width: 576px) {
  .sec-damage ul li > div:nth-of-type(1) img {
    border-radius: 5px 0 0 5px;
    padding-bottom: 0;
    height: 10rem;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 576px) {
  .sec-damage ul li > div:nth-of-type(1) img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ダメージ　左（テキスト） */
.sec-damage ul li > div:nth-of-type(2) {
  padding: 0.5rem 0 0 0.5rem;
  border: 5px solid var(--light-orange);
}

@media (max-width: 576px) {
  .sec-damage ul li > div:nth-of-type(2) {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}

@media (min-width: 576px) {
  .sec-damage ul li > div:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
}




/*豆知識 */

.haneari-title{
  font-size: 40px;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
}

.haneari-icon img{
  width: 120px;
 }

 .fukidasi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  width: 100%;
  color: #F83600;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F83600;
  box-sizing: border-box;
  border-radius: 10px;
}

.fukidasi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.fukidasi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #F83600;
  z-index: 1;
}

.fukidasi p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

   