/* * {
  outline: 1px solid magenta;
} */


/* PC用スタイル */
/* @media (min-width: 768px) {

} */

/* タブレット用スタイル */
/* @media screen and (min-width: 640px) and (max-width: 1023px) {

} */


/* フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&display=swap');



/* #region ======= 基本設定 ======= */
html{
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: justify;
}

img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.3em;
}

 /* letter-spacing: 0.1em; */
/* PC用スタイル */
@media (min-width: 768px) {
  html{
    font-size: 18px;
  }
}
/* #endregion */

/* #region ======= ユーティリティクラス ======= */
/* 大きいフォント */
.big {
  font-size: 1.3em;
}

/* 小さいフォント */
.small {
  font-size: 0.8em;
}

.bold{
  font-weight: 900;
}

/* レッドフォント */
.red {
  color: #e22727;
}

/* 文字の下側にマーカーを引く */
.marker{
  background:linear-gradient(transparent 65%, #FFF200 60%);
}

.pc_size {
  display: none;
}

.remarks_text{
  font-size: 0.8rem;
  margin-top: 20px;
  margin-bottom: -10px;
  line-height: 1.5;
}


/* PC用スタイル */
@media (min-width: 768px) {
  .pc_width {
      max-width: 750px;
      margin: auto;
  }

  /* SPサイズの場合表示 */
  .sp_size {
      display: none;
  }

  /* PCサイズの場合表示 */
  .pc_size {
      display: block;
  }
}


/* #endregion */

/* #region ======= CTA関連 ======= */
.conversion {
  margin: 20px 0;
padding: 0 5px;
}

.conversion .hukidashi_img{
 width: 65%;
 margin: 0;
 margin-right: 40px;
 float: right;
 margin-bottom: -15px;
}
/* PCサイズ */
@media (min-width: 768px) {

}
/* #endregion */

/* #region ======= セクションタイトル ======= */
.main_title{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 900;
}

.main_title .wave_img{
  width: 30%;
  margin-top: 20px;
}
/* #endregion */

/***************** index.html *****************/
/* #region ======= なんでも対応 ======= */
#taio{
  background-image: url('../images/yellowbackground.jpg');
  background-size: cover; 
  background-position: center; 
 background-size: 100% auto;
 padding: 30px 5px;
}

#taio li{
  background-color: #ffffff;
  border: 1px solid #000000;
  margin: 30px 0;
  margin-right: 15px;
  padding-bottom: 20px;

  /* 影 */
  box-shadow: 15px 15px 0px 0 rgb(0, 0, 0);
}
#taio li .li_title{
  color: #ffffff;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  display: inline-block;
  padding: 10px 20px;
  padding-right: 60px;
  font-size: 1.5rem;
}
#taio li .li_title::before{
  content: "";
  background: url('../images/electricityicon.png') no-repeat center/cover;
   float: left;
   width: 22px;  /* 画像の幅 */
   height: 30px;  /* 画像の高さ */
   margin-right: 10px;
}
#taio li .text_area{
 padding: 0 10px;
 margin-top: 20px;
 }
#taio li .text{
 margin: 10px 0;
font-weight: 900;
}
#taio li .text::before{
  content: "";
  background: url('../images/check.png') no-repeat center/cover;
   float: left;
   width:22px;  /* 画像の幅 */
   height: 22px;  /* 画像の高さ */
   margin-right: 10px;
 }
 #taio li .remarks{
  font-size: 0.9rem;
  margin-top: 20px;
  line-height: 1.5;
  color: #5e5e5e;
  }
#taio li .li_img{
  margin-top:10px ;
  width: 50%;
}
/* #endregion */

/* #region ======= 弊社にお任せください！ ======= */
#omakase{
  padding: 30px 5px;
}

#omakase .main_title{
  font-size: 1.3rem;
}

#omakase li{
  padding: 10px 5px;
  margin: 20px 0;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
#omakase li h1{
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 900;
}
#omakase li .text{
  margin-top: 20px;
}
#omakase li .icn_img{
  width: 25%;
  margin: 0;
  margin-right: 10px;
}

#omakase li .li_flex{
  display: flex;
  align-items: center;
}

#omakase .li_arrow{
  border: 0;
  margin: 0;
  text-align: center;
}
#omakase .li_arrow .arrow{
  color: #f6d700;
  font-size: 2rem;
  transform : scaleX(1.8);
  display: inline-block;
}
/* #endregion */

/* #region ======= LED交換 ======= */
#led{
  padding: 30px 5px;
}
#led .line_img{
  width: 30%;
  margin-top: 10px;
}
#led .led_area{
  padding: 30px 5px;
  border: 3px solid #e22727;
}

#led .title{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

#led .text{
  margin-top: 20px;
  line-height: 1.5;
}
#led ul{
  margin: 30px 0;
}
#led li{
  margin: 20px 0;
  font-size: 1.1rem;
}

#led li::before{
  content: "";
 background: url('../images/check.png') no-repeat center/cover;
  float: left;
  width: 20px;  /* 画像の幅 */
  height: 20px;  /* 画像の高さ */
  margin-right: 5px;
}
/* #endregion */

/* #region ======= 他社との比較 ======= */
#comparison{
  padding: 30px 5px;
}

#comparison .title{
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 900;
  margin-top: 20px;
}

#comparison .comparison_img{
  margin-top: 30px;
}
/* #endregion */

/* #region ======= 経験値の低い作業員を除外 ======= */
#exclusion{
  padding: 20px 5px;
}

#exclusion .main_title h1{
  font-size: 1.2rem;
}

#exclusion .exclusion_img{
  width: 45%;
  margin-top: 40px;
}

#exclusion .text{
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 1.1rem;
}

#exclusion .shinsa{
  border: 1px solid #000000;
  margin-top: 30px;
}
#exclusion .shinsa h1{
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.8rem;
  font-size: 1.2rem;
}
#exclusion .shinsa img{
  width: 80%;
  margin: 10px auto;
}
/* #endregion */

/* #region ======= お客様の声 ======= */
#voice{
  background-image: url('../images/yellowbackground.jpg');
  background-size: cover; 
  background-position: center; 
 background-size: 100% auto;
 padding: 30px 5px;
}

#voice .title{
text-align: center;
font-size: 1.2rem;
margin-top: 30px;
line-height: 1.3;
}
#voice li{
  margin: 20px 0;
}
#voice li .title{
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 10px 10px;
  padding-right: 50px;
  font-size: 1.2rem;
  clip-path: polygon(0 0, 90% 0%, 100% 99%, 0% 100%);
}
#voice li .title::before{
  content: "";
  background: url('../images/electricityicon.png') no-repeat center/cover;
   float: left;
   width: 18px;  /* 画像の幅 */
   height: 25px;  /* 画像の高さ */
   margin-right: 10px;
}

#voice li .text_area{
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px 5px;
}

#voice li .li_title{
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 900;
}

#voice li .text{
  margin-top: 30px;
  line-height: 1.8;
}
#voice li .li_flex{
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content:right; 
}
#voice li .status{
  margin-right: 20px;
  font-size: 1.2rem;
}
#voice li .li_flex img{
  width: 25%;
  margin: 0;
}
#voice li .line{
  border-bottom: 3px solid #e22727;
  display: inline-block;
}
/* #endregion */

/* #region ======= 対応地域 ======= */
#area{
  padding: 30px 5px;
}

#area .area_img{
  width: 80%;
  margin: 40px auto;
}
/* #endregion */

/* #region ======= footer ======= */
footer{
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 5px;
}
footer .copyright{
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 20px;
}

footer a{
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
/* #endregion */

/* 家電修理セクション */
#appliance {
    padding: 30px 5px;
    background-color: #fffde7;
    border: 3px solid #e22727;
    margin: 30px 5px;
}

#appliance .main_title h1 {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #appliance .main_title h1 {
        font-size: 1.4rem;
        padding: 0 10px;
        display: block;
        text-align: center;
    }
}


.appliance_list {
    max-width: 800px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.appliance_list li {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(226, 39, 39, 0.2);
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border: 2px solid #e22727;
    position: relative;
    transition: transform 0.3s ease;
}

.appliance_list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(226, 39, 39, 0.3);
}

#appliance .text {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

#appliance .remarks_text {
    font-size: 1rem;
    color: #e22727;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

/* #region =======  ======= */

/* #endregion */

