/*-----------------------
Common Style
update:2025/06/20
-------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  background: #FFF !important;
}

body {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Roboto", sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #FFF !important;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff !important;
    color: #1A1C1E !important;
  }
}

.full-width-inside {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}


  .logo {
    display:block;
    text-align: left;
  }
  .ch  {
    display: block;
    text-align: right;
  }

  .ch a  {
    text-decoration: underline;
    margin-right: 10px;
  }



.container {
  text-align: center;
  margin: 0 auto;
}

header {
  margin: 0 15px;
  padding-top: 15px;
  text-align: left;  

  & img {
    max-height: 25px;
  }
}

main {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}

h1 {
  text-align: center;
}
h1>img {
  width: 65%;
  margin: 20px 0;
}

.feature01 img:not(:last-child) {
  margin-bottom: 30px;
} 
.contactArea {
  text-align: center;

  & h2 {
    display: inline-block;
    width: 100%;
  }
  & .contact {
    padding: 30px 0;
    color: #FFF;
    background: #0091BE;
    font-weight: 800;

    & .c_box {
      margin-top: 20px;
    }
    & a {
      color: #FFF;
      background-color: #A0CA00;
    }
    & a:hover {
      background-color: #0091BE;
      border: 1px solid #FFF;
    }

    & .c_btn {
      display: inline-flex;
      gap: 5px;
      align-items: center;
      justify-content: center;
      padding: 15px 0;
      border: 1px solid #A0CA00;
      border-radius: 10px;
      font-weight: bold;
      
    }

    & .phone {
      font-size: 1.8rem;
    }

    & i {
      font-size: 2rem;
      vertical-align: bottom;
      line-height: 1;
    }
  }
}

.whychoiceus {
  margin: 60px 0;
  padding: 10px 0 30px 0;
  background: #0091BE;
  text-align: center;

  & h3 {
    display: inline-block;
    width: 48%;
  }

  ul {
    list-style: none;
    padding: 0 30px;

    & li {
      position: relative;
      padding-left: 45px; /* マーカーの分余白 */
      background-repeat: no-repeat;
      background-size: 35px 35px;
      margin-bottom: 15px;
      text-align: left;
      line-height: 2.3rem;
      color: #FFF;
    }

    & li.no01 {background-image: url("../jp/img/no01.svg"); }
    & li.no02 {background-image: url("../jp/img/no02.svg"); }
    & li.no03 {background-image: url("../jp/img/no03.svg"); }
    & li.no04 {background-image: url("../jp/img/no04.svg"); }
    & li.no05 {background-image: url("../jp/img/no05.svg"); }
  }
}

footer{
  margin-top: 0px;
  padding: 30px 0 5px;
  background: #EFEFEF;
  /*border-top: 3px solid #0091BE;*/
  line-height: 1.5rem;
  
  & span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #1A1C1E;
    text-decoration: none;
  }
  & p {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  & p.hq {
    margin: 15px 0;
  }
  .address {
    margin-bottom: 15px;
  }

}

footer a {
  color: inherit;
  text-decoration: underline;
}
footer a:hover {
  color: #0091BE !important;
}
a.logo_t {
  color: inherit;
  text-decoration: none !important;
}
a.logo_t:hover {
  color: inherit;
}

.footer-logo {
  max-height: 30px;
}

@media only screen and (min-width : 993px) {
  header {
    margin: 0 50px;
    & img {
      max-height: 30px;
    }
  }
  h1>img {
  width: 50%;
  margin: 50px 0;
  }

  .contactArea h2 {
    width: 80%;
  }
  .contactArea h2.cn {
    width: 60%;
  }

  h3 {
    width: 30% !important; 
  }
  .whychoiceus ul { 
    padding-left: 100px;
  }

  footer {
    margin-top: 60px;
  }
  footer p.hq {
    margin-bottom: 15px;
  }

  .footer-logo {
    max-height: 40px;
  }
}


