@charset "UTF-8";
@media (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .kome {
    font-size: 18px;
  }

  .wanpaku-kinen-top {
    background-color: #e4007f;
    padding: 20px 0px;
  }

  .aircon-zeroemi-flex {
    /* display: flex; */
    background-color: white;
    /* width: 90%; */
    margin: 0 auto;
  }

  .aircon-zeroemi-left {
    /* width: 50%; */
  }

  .aircon-zeroemi-right {
    /* width: 50%; */
  }

  .wanpaku-kinen-top img {
    width: 100%;
  }

  .wanpaku-kinen-kikan {
    text-align: center;
    color: white;
    background-color: black;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    border: #fff100 5px solid;
    line-height: 1.5;
  }

  .wanpaku-kikan-inner {
    width: 95%;
    margin: 0 auto;
    color: white;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
  }

  .aircon-area {
    background-image: url("../images/aircon-back.png");
    background-repeat: round;
    padding: 0px 0px 40px 0px;
  }

  .aircon-top-lbl {
    /* background-image: url("../images/night-sky.jpeg"); */
    background-color: #21215b;
    color: white;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    /* background-image: url(../images/top-back.png); */
    background-repeat: round;
  }

  .aircon-top-lbl-inner {
    display: inline-block;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    border-image: linear-gradient(to bottom, #fff100 0%, #07b2d9 40%, #ff3bef 80%) 1;
    /* margin:0 auto 5%; */
    /* background: linear-gradient(90deg, #fff100 0%, #07b2d9 40%, #ff3bef 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    line-height: 1.5;
  }

  .gradient-marker {
    background-image: linear-gradient(90deg, #fff100 20%, #07b2d9 40%, #ff3bef 80%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 10%;
  }

  .aircon-hojokin-katsuyo {
    color: #fff;
    background: #eb16eb;
    font-size: 22px;
    /* width: 80%; */
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-weight: bold;
  }

  /* .aircon-hojokin-katsuyo span {
    background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */


  .aircon-inner {
    background-color: white;
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 0px 0px 30px 0px; */
  }

  .aircon-rx-top {
    background-image: linear-gradient(90deg, #950824, rgb(192 56 83));
    /* width: 90%; */
    margin: 0 auto;
    color: white;
    border-radius: 20px;
    font-size: 25px;
    padding: 10px;
  }

  .rx-ribon {
    /* display: inline-block;
    position: relative; */
    /* height: 80px; */
    /*リボンの高さ*/
    line-height: 40px;
    /*リボンの高さ*/
    text-align: center;
    /* padding: 0 30px; */
    /*横の大きさ*/
    font-size: 25px;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #950824, rgb(192 56 83));
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .rx-ribon:before,
  .rx-ribon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .rx-ribon:before {
    top: 0;
    left: 0;
    /* border-width: 40px 0px 40px 40px; */
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .rx-ribon:after {
    top: 0;
    right: 0;
    /* border-width: 40px 40px 40px 0px; */
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .cx-ribon {
    display: inline-block;
    position: relative;
    /* height: 50px; */
    /*リボンの高さ*/
    line-height: 40px;
    /*リボンの高さ*/
    text-align: center;
    /* padding: 0 30px; */
    /*横の大きさ*/
    font-size: 25px;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #015858, rgb(94 172 179));
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .cx-ribon:before,
  .cx-ribon:after {
    position: absolute;
    /* content: ''; */
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .cx-ribon:before {
    top: 0;
    /* left: 0;
    border-width: 25px 0px 25px 15px; */
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .cx-ribon:after {
    top: 0;
    /* right: 0;
    border-width: 25px 15px 25px 0px; */
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .gv-ribon {
    /* display: inline-block;
    position: relative;
    height: 50px; */
    /*リボンの高さ*/
    line-height: 40px;
    /*リボンの高さ*/
    text-align: center;
    /* padding: 0 30px; */
    /*横の大きさ*/
    font-size: 25px;
    /*文字の大きさ*/
    background-image: linear-gradient(90deg, #eb6100, #ffa953);
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    width: 100%;
  }

  .gv-ribon:before,
  .gv-ribon:after {
    position: absolute;
    /* content: ''; */
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .gv-ribon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .gv-ribon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  .aircon-year {
    background-color: white;
    color: #111;
    border: #111 2px solid;
    font-size: 18px;
  }

  .aircon-top {
    /* width: 80%; */
    margin: 0 auto;
  }

  .aircon-rx-detail-area {
    background-color: #f5f2f1;
    /* width: 90%; */
    margin: 0 auto;
    /* border-radius: 20px; */
  }

  .aircon-gx-detail-area {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }

  .aircon-rx-detail {
    width: 95%;
    margin: 0 auto;
    /* padding: 10px; */
    font-size: 16px;
    line-height: 1.5;
  }

  .aircon-rx-detail p {
    /* padding: 10px; */
  }

  .pad-10{
    padding: 10px;
  }

  .aircon-detail-flex {
    /* display: flex; */
    /* width: 90%; */
    margin: 0 auto;
    /* background-color: rgb(251 250 220); */
    /* padding: 10px; */
    border-radius: 20px;
  }

  .airon-detail-top {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #2735a1;
    padding: 10px;
    line-height: 1.2;
  }

  .aircon-detail-text {
    font-size: 20px;
    line-height: 1.2;
    padding:10px;
  }

  .aircon-rx-setsuden {
    font-size: 22px;
    background: linear-gradient(transparent 60%, #f6c 60%);
    display:block;
    margin: 0 auto;
    text-align: center;
    margin: 0px 5px;
  }

  .aircon-left {
    /* width: 40%; */
    display: block;
    align-content: center;
  }

  .aircon-left img {
    display: block;
    align-content: center;
  }

  .aircon-right {
    /* width: 60%; */
    /* padding: 10px; */
    color: black;
  }

  .aircon-price-flex {
    /* display: flex; */
    width: 98%;
    margin: 0 auto;
  }

  .aircon-price-special {
    /* width: 97%; */
    font-size: 20px;
    color: black;
    text-align: left;
    margin: 0 auto;
    margin-top:20px;
  }

  .tatami-num {
    color: white;
    background-color: #1d9d40;
    font-size: 16px;
    padding: 3px;
  }

  .aircon-price-kaikae {
    width: 80%;
    margin: 0px 5px;
    display: block;
    align-content: center;
    margin: 0 auto;
  }

  .aircon-price-chokikaikae {
    width: 80%;
    display: block;
    align-content: center;
    margin: 0 auto;
  }

  .aircon-kaikae-lbl {
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 16px;
    display:block;
    text-align: center;
    margin-top: 10px;
  }

  .aircon-kaiake-nebiki-lbl {
    background-color: #0099cc;
    color: white;
    font-size: 20px;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
  }

  .aircon-kaiake-nebiki-big {
    font-size: 30px;
  }

  .aircon-choki-kaiake-nebiki-lbl {
    background-color: yellow;
    margin: 0 auto;
    color: black;
    font-size: 20px;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
    margin-bottom:20px;
  }

  .aircon-kome {
    font-size: 16px;
  }

  .aircon-chuushaku {
    font-size: 16px;
    line-height: 1.3;
    padding:5px;
  }

  .gv-naibuclean-flex {
    display: flex;
  }

  .naibu-clean-left {
    width: 40%;
  }

  .naibu-clean-right {
    width: 40%;
  }

  .naibu-clean-center {
    width: 20%;
    text-align: center;
    display: block;
    align-items: center;
    align-content: center;
  }

  .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid #00b0f0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    margin: 0 auto;
    display: block;
  }

  .naibu-clean-sub {
    font-size: 16px;
  }

  .naibu-clean-top {
    background-color: #a5a5a5;
    color: white;
    font-size: 1.25px;
    text-align: center;
    padding: 5px;
  }

  .naibu-clean-cool-top {
    color: #1f92b9;
    text-align: center;
    font-size: 1.5vw;
    padding-bottom: 5px;
  }

  .naibu-clean-hot-top {
    color: #ea5922;
    text-align: center;
    font-size: 1.5vw;
    padding-bottom: 5px;
  }


  /* 開閉start */

  .rx-txt-hide,
  .cx-txt-hide,
  .gv-txt-hide {
    display: none;
  }

  .aircon-detail-buttom {
    font-size: 20px;
  }

  .aircon-detail-buttom a {
    background: #73d9b8;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 280px; */
    /* width: 50%; */
    padding: 10px 25px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    cursor: pointer;
    width: 97%;
    margin: 0 auto;
  }

  .aircon-detail-buttom a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  .aircon-detail-buttom a:hover {
    background: #0b855c;
    color: #FFF;
  }

  .aircon-detail-buttom a:hover:after {
    right: 1.4rem;
  }

  /* エアコン簡単見積start */

  /* .aircon-mitsumori-area
{
  background-color: white;
  width: 90%
} */

  .aircon-mitsumori-top-lbl {
    font-size: 20px;
    text-align: center;
    color: black;
    line-height: 1.2;
  }

  .aircon-mitsumori-top {
    /* width: 80%; */
    margin: 0 auto;
    background-color: navy;
    color: white;
    font-size: 22px;
    text-align: center;
    /* border-radius: 50px; */
    padding: 10px 0px;
  }

  .aircon-mitsumori-top p{
    /* padding-bottom: 10px; */
  }

  .aircon-mitsumori-irai-houhou {
    text-align: center;
    background-color: #111;
    color: white;
    /* width: 90%; */
    margin: 0 auto;
    font-size: 20px;
    padding: 5px;
  }

  .aircon-mitsumori-irai-inner {
    background-color: white;
    margin: 5px;
    color: black;
    padding: 5px;
    text-align: left;
    line-height: 1.5;
  }

  .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: #e224b0;
    line-height: 1;
    position: relative;
    width: 10px;
    height: 40px;
    background: currentColor;
  }

  .dli-arrow-down::before {
    content: '';
    width: 30px;
    height: 30px;
    border: 10px solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.2em;
    box-sizing: border-box;
  }


  .aircon-mistumori-sub {
    font-size: 20px;
    background-color:#e8f6ff;
    padding:5px;
  }

  .aircon-mistumori-sub-text {
    font-size: 18px;
  }

  .mitsumori-free {
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 50px;
    white-space: nowrap;
  }

  .aircon-fuyo {
    background-color: white;
    border: yellow 3px solid;
    font-size: 18px;
    color: navy;
    /* padding: 5px; */
  }

  .aircon-width{
    width: 95%;
    margin:10px auto 0 auto;
  }

  .mitsumori-line-flex {
    display: flex;
    /* width: 80%; */
    margin: 0 auto;
  }

  .mitsumori-line-left {
    /* width: 80%; */
    display: block;
    align-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .mitsumori-line-right {
    text-align: center;
    width: 20%;
    display: block;
    align-content: center;
    font-size: 1.5vw;
    display:none;
  }

  .line-flex {
    /* display: flex; */
  }

  .line {
    color: #1d9d40;
    font-weight: bold;
  }

  .line-left {}


  /*ボタンstart*/

  a.btn-flat-mitsumori {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    border-radius: 0;
    background: #000;
  }

  a.btn-flat-mitsumori span {
    position: relative;
    color: white;
  }

  a.btn-flat-mitsumori:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #eb6877;
  }

  a.btn-flat-mitsumori:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /*ボタンend*/

  /*ボタンstart*/

  a.btn-flat-linei {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    border-radius: 0;
    background: #000;
  }

  a.btn-flat-linei span {
    position: relative;
    color: white;
  }

  a.btn-flat-linei:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #2fed42;
  }

  a.btn-flat-linei:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /*ボタンend*/

  .line img {
    width: 30px;

  }

  .line-flex {
    display: flex;
    /* width: 80%;
    margin: 0 auto; */
  }

  .line-left {
    width: 70%;
  }

  .line-right {
    width: 30%
  }

  .line-left-top {
    color: #23943e;
    font-size: 18px;
    display:block;
  }

  .line-buton {
    background-color: #23943e;
    color: white;
    font-size: 16px;
    /* padding: 5px; */
  }

  /* エアコン簡単見積end */

  .aircon-text {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px;
  }

  .fs-14px {
    margin-top: 20px;
    font-size: 14px;
    padding:10px;
  }

  .aircon-price-back
  {
    background-color: #fff5f4;
    padding: 10px;
  }

  .aircon-recommend
  {
    background-image: linear-gradient(90deg, #c71bb0, #eb6100);
    /* background-color: #168b41; */
    color: white;
    font-size: 20px;
    padding:10px;
    margin: 0 auto;
    margin-bottom:10px;
    /* border-radius: 50px; */
    text-align: center;
    /* width: 50%; */
    font-weight: bold;
    line-height:1.2;
  }

}