﻿* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .Right {
    float: right;
  }
  
  .Left {
    float: left;
  }
  
  .textCenter {
    text-align: center;
  }
  
  .textRight {
    text-align: right;
  }
  
  .textLeft {
    text-align: left;
  }
  
  .Right {
    float: right;
  }
  
  .Left {
    float: left;
  }
  
  .MgnAuto {
    margin: 0 auto;
  }
  
  .MgnBtm0 {
    margin-bottom: 0;
  }
  
  .MgnBtm5 {
    margin-bottom: 5px;
  }
  
  .MgnBtm10 {
    margin-bottom: 10px;
  }
  
  .MgnBtm15 {
    margin-bottom: 15px;
  }
  
  .MgnBtm20 {
    margin-bottom: 20px;
  }
  
  .MgnBtm25 {
    margin-bottom: 25px;
  }
  
  .MgnBtm30 {
    margin-bottom: 30px;
  }
  
  .MgnBtm40 {
    margin-bottom: 40px;
  }
  
  .MgnBtm50 {
    margin-bottom: 50px;
  }
  
  .MgnBtm80 {
    margin-bottom: 80px;
  }
  
  .MgnBtm100 {
    margin-bottom: 100px;
  }
  
  .MgnTop0 {
    margin-top: 0;
  }
  
  .MgnTop5 {
    margin-top: 5px;
  }
  
  .MgnTop10 {
    margin-top: 10px;
  }
  
  .MgnTop15 {
    margin-top: 15px;
  }
  
  .MgnTop20 {
    margin-top: 20px;
  }
  
  .MgnTop25 {
    margin-top: 25px;
  }
  
  .MgnTop30 {
    margin-top: 30px;
  }
  
  .MgnTop40 {
    margin-top: 40px;
  }
  
  .MgnTop50 {
    margin-top: 50px;
  }
  
  .MgnTop80 {
    margin-top: 80px;
  }
  
  .MgnTop100 {
    margin-top: 100px;
  }
  
  .Pad {
    padding: 0;
  }
  
  .Pad5 {
    padding: 5px;
  }
  
  .Pad10 {
    padding: 10px;
  }
  
  .Pad15 {
    padding: 15px;
  }
  
  .Pad20 {
    padding: 20px;
  }
  
  .Pad25 {
    padding: 25px;
  }
  
  .Pad30 {
    padding: 30px;
  }
  
  .Pad40 {
    padding: 40px;
  }
  
  .Pad50 {
    padding: 50px;
  }
  
  .pc {
    display: block !important;
  }
  
  .sp {
    display: none !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.667em;
    font-style: normal;
    font-weight: 700;
    color: #000;
  }
  
  .titleSub h1, .titleSub p {
    line-height: 1.4;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    font-size: 1.667em;
  }
  
  h2.design-1 {
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    padding: 1.5rem 2rem calc(1rem + 7px);
    background: #101841;
    color: #ffffff;
  }
  
  h2.design-1::before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 99%;
    height: 96%;
    content: '';
    border: 3px solid #000000;
  }
  
  h3 {
    margin: 1em 0;
  }
  
  h3.warning::before {
    content: "";
    background-image: url("/service/glass-coating/images/icon-warning.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
  }
  
  h3.arrow-alt-circle-right::before {
    content: "";
    background-image: url("/service/glass-coating/images/icon-arrow-alt-circle-right.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
  }
  
  p, ul {
    font-size: 1.3em;
  }
  
  strong {
    font-size: 1em;
    color: #000;
    font-weight: 700;
  }
  
  em {
    font-size: 1em;
    color: #d80b24;
    font-style: normal;
    text-decoration: underline;
  }
  
  small {
    font-size: .78em;
    line-height: .8em;
  }
  
  a {
    text-decoration: none;
  }
  
  a:hover {
    color: #666;
    -webkit-transition: background-color .5s ease 0;
    transition: background-color .5s ease 0;
  }
  
  a:hover img {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha( opacity=75 )";
    background: none !important;
  }
  
  a:link {
    color: #29abe2;
    text-decoration: underline;
  }
  
  a:visited {
    color: #29abe2;
  }
  
  a:active {
    color: #333;
  }
  
  a img {
    background: none !important;
  }
  
  a.btn {
    width: 70%;
    padding: .5em 1em;
    margin: 50px auto 70px;
    display: block;
    color: #fff !important;
    background: #70ACCE;
    text-decoration: none;
    font-weight: 700;
    font-size: 2em;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
  }
  
  a.btnspan {
    font-size: 16px;
    font-weight: 400;
  }
  
  a.btn:hover {
    background: #79b5e5;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  a.btn::after {
    content: "";
    background-image: url("/service/glass-coating/images/icon-arrow-alt-circle-right.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: inline-block;
    height: 1em;
    width: 1.5em;
    vertical-align: middle;
  }
  
  .box-under-shadow {
    -webkit-box-shadow: 0 0 3px #989898;
            box-shadow: 0 0 3px #989898;
  }
  
  .box-under-shadow-2 {
    -webkit-box-shadow: 0 5px 0 #000;
            box-shadow: 0 5px 0 #000;
  }
  
  .box-under-shadow-2:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  
  .flexbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .flexbox.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .flexbox .item {
    width: auto;
    text-align: center;
  }
  
  .flexbox.style-1 .item {
    width: 48%;
  }
  
  .flexbox.style-2 .item {
    width: 23%;
  }
  
  .gc-1 {
    text-align: center;
    font-size: 1.8em;
  }
  
  .gc-2 div:first-child {
    padding: 2.5em 3em;
    background-color: #eaeaea;
    border-radius: 10px 10px 0 0;
  }
  
  .gc-2 div:first-child h3 {
    font-size: 3em;
    margin-bottom: .5em;
  }
  
  .gc-2 div:nth-child(2), .gc-2 div:nth-child(3) {
    padding: 2.5em 3em 1em;
    background-color: #fafafa;
    position: relative;
    text-align: center;
  }
  
  .gc-2 div:nth-child(2) h4, .gc-2 div:nth-child(3) h4 {
    font-size: 2.5em;
    padding-bottom: .5em;
  }
  
  .gc-2 div:nth-child(3) {
    border-radius: 0 0 10px 10px;
    padding: 0 3em .5em;
  }
  
  .price {
    text-align: center;
  }
  
  .price span.big {
    font-size: 2.5em;
  }
  
  .price span.sml {
    font-size: .5em;
  }
  
  .point-1, .point-2 {
    width: 100%;
    padding: 2em 5em;
    border: 1px solid #ccc;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  
  .point-1 h4, .point-2 h4 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: .75em;
  }
  
  .point-1 ul li, .point-2 ul li {
    list-style: circle;
  }
  
  ul.icon-check-square li {
    font-size: 1.2em;
    line-height: 2.4;
    margin-left: 1.5em;
  }
  
  ul.icon-check-square li::before {
    content: "";
    background-image: url("/service/glass-coating/images/icon-check-square.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1em;
    width: 1.5em;
    vertical-align: middle;
  }
  
  .min-btn {
    display: inline-block;
    font-size: .7em;
    background-color: #70ACCE;
    color: #ffffff;
    padding: .15em .5em;
    position: relative;
    top: -2px;
  }
  
  .qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #dddddd;
  }
  
  .qa-list dl:first-child {
    margin-top: 0;
  }
  
  .qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 2px solid #101841;
    border-right: 2px solid #101841;
  }
  
  .qa-list.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #dddddd;
  }
  
  .qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #101841;
  }
  
  .qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
  }
  
  .qa-list dl dt p {
    margin: 0;
  }
  
  .qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
  }
  
  .qa-list dl dd p {
    margin: 30px 0 0;
    color: #144DA0;
  }
  
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
  
  @media screen and (max-width: 767px) {
    * {
      font-size: 1.2rem;
    }
    h2.design-1 {
      margin-top: 30px;
      margin-bottom: 20px;
    }
    h3 {
      margin: .75em 0;
      font-size: 1.6em;
    }
    h3 img {
      width: 60%;
    }
    a {
      text-decoration: none;
    }
    a.btn {
      width: 90%;
      padding: 1.5em .5em;
      margin: 50px auto 60px;
      font-size: 1.3em;
    }
    .flexbox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .flexbox.style-1 .item {
      width: 95%;
    }
    .flexbox.style-2 .item {
      width: 45%;
    }
    .flexbox.style-2 .item:first-child, .flexbox.style-2 .item:nth-child(2) {
      margin-bottom: 1.5em;
    }
    .flexbox.style-2 .item:first-child, .flexbox.style-2 .item:nth-child(3) {
      margin-right: 1em;
    }
    .flexbox figure.min45 {
      width: 45%;
    }
    .gc-1 {
      text-align: center;
      font-size: 1.5em;
    }
    .gc-2 div:first-child {
      padding: .25em 3em;
      background-color: #eaeaea;
      border-radius: 10px 10px 0 0;
    }
    .gc-2 div:first-child h3 {
      font-size: 2em;
      margin-bottom: .75em;
    }
    .gc-2 div:nth-child(2), .gc-2 div:nth-child(3) {
      padding: 1em 3em;
      background-color: #fafafa;
      position: relative;
      text-align: center;
    }
    .gc-2 div:nth-child(2) h4, .gc-2 div:nth-child(3) h4 {
      font-size: 1.6em;
      padding-bottom: 0;
    }
    .point-1, .point-2 {
      width: 92%;
      padding: 2em 3em;
      border: 1px solid #ccc;
      margin: 60px auto 20px;
    }
    .point-1 h4, .point-2 h4 {
      text-align: center;
      font-size: 1.6em;
      margin-bottom: .75em;
    }
    .point-1 ul li, .point-2 ul li {
      list-style: circle;
    }
    ul.icon-check-square li {
      font-size: 1.2em;
      line-height: 2.4;
      margin-left: 1.5em;
    }
    ul.icon-check-square li::before {
      content: "";
      background-image: url("/service/glass-coating/images/icon-check-square.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 1em;
      width: 1.5em;
      vertical-align: middle;
    }
    .min-btn {
      display: inline-block;
      font-size: .7em;
      background-color: #70ACCE;
      color: #ffffff;
      padding: .15em .5em;
      position: relative;
      top: -2px;
    }
    .qa-list dl {
      margin: 10px 0 0;
    }
    .qa-list dl:after {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
    }
    .qa-list dl dl dt {
      padding: 16px 16px 16px 50px;
      font-size: 14px;
    }
    .qa-list dl dl dt::before {
      font-size: 14px;
      top: 20px;
      left: 20px;
    }
    .qa-list dl dl dd {
      margin: 0;
      padding: 16px 16px 16px 50px;
      font-size: 14px;
    }
    .qa-list dl dl dd::before {
      font-size: 14px;
      left: 20px;
      margin-top: 5px;
    }
    .qa-list dl dl dd p {
      margin: 30px 0 0;
    }
    .qa-list dl p:first-child {
      margin-top: 0;
    }
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
  }
  /*# sourceMappingURL=style.css.map */



  /*20250818追加*/
  .campaign figure:first-child{
    margin-bottom: 20px;
  }
  .campaign figure:first-child img{
    max-width: 904px;
  }
  .campaign figure:nth-of-type(2){
    margin-bottom: 50px;
  }
  .campaign figure:nth-of-type(2) img{
    max-width: 694px;
  }

  @media screen and (max-width: 767px) {
  .campaign figure:first-child{
    margin-bottom: 20px;
  }
  .campaign figure:first-child img{
    max-width: 100%;
    width: calc(100vw - 20px);
  }
    .campaign figure:nth-of-type(2){
    margin-bottom: 30px;
  }
  .campaign figure:nth-of-type(2) img{
    max-width: 100%;
    width: calc(100vw - 100px);
  }
  }

 /*20251125*/
  @media screen and (max-width: 767px) {
    .flexbox.style-1.price-list .item {
      margin: 0 auto 15px;
    }
  }
 @media screen and (min-width:768px) {
  .flexbox.price-list {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  
  .flexbox.style-1.price-list .item {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: baseline;
    overflow: hidden;
  }

  .price-list .gc-2 div:first-child {
    padding: 25px 15px;
    background-color: #eaeaea;
    border-radius: 10px 10px 0 0;
  }

  .price-list .gc-2 div:first-child h3 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: .5em;
  }
  
  .price-list .gc-2 div:nth-child(3) {
    margin: 0 auto;
    height: 100%;
  }
    
  .price-list .gc-2 div:nth-child(2) h4, .gc-2 div:nth-child(3) h4 {
    font-size: 1.6em;
    padding-bottom: .5em;
  }
}