﻿@charset "UTF-8";

/* ----------------------- */

/* メディアクエリ（min-width)

/* ----------------------- */

/*-------------header------------*/
.l-header {
  height: 60px;
  background: #fff;
  width: 100%;
}
.l-header__inner {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.l-header-logo--osakagas {
  width: 133px;
  top: 16px;
  left: 18px;
}
.l-header-logo {
  position: absolute;
}
.l-header-logo--daigas {
  width: 110px;
  top: 17px;
  left: 165px;
}

/*---gascooker-cp_2025---*/
#gascooker-cp_2025 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#gascooker-cp_2025 .main-img {
  margin-bottom: 38px;
  text-align: center;
  background-color: #ffe100;
}
#gascooker-cp_2025 .main-img::before {
  display: none;
}
#gascooker-cp_2025 .main-img picture {
  display: block;
}
#gascooker-cp_2025 .main-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: inherit;
  object-fit: inherit;
  margin: auto;
}

#gascooker-cp_2025 dl {
  margin: 0 auto 76px;
  width: 1000px;
  max-width: 100%;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.556;
}
#gascooker-cp_2025 dt {
  margin-bottom: 23px;
  padding: 13px 30px 8px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.318;
  background: #0095de;
  color: #fff;
}
#gascooker-cp_2025 dd {
  margin: 0 30px 29px;
}
#gascooker-cp_2025 dd picture {
  display: block;
}
#gascooker-cp_2025 dd img {
  margin: 0 auto;
}
#gascooker-cp_2025 dd+dt {
  margin-top: 39px;
}
#gascooker-cp_2025 dd small {
  display: block;
  font-size: 1.8rem;
  line-height: 1.556;
}
/* indent */
#gascooker-cp_2025 dd small.indent,
#gascooker-cp_2025 dd small.indent-star {
  padding-left: 1em;
}
#gascooker-cp_2025 dd small.indent::before,
#gascooker-cp_2025 dd small.indent-star::before {
  margin-left: -1em;
}
#gascooker-cp_2025 dd small.indent::before {
  content: "※";
}
#gascooker-cp_2025 dd small.indent-star::before {
  content: "*";
}

#gascooker-cp_2025 .present_title {
  background: #f5a400;
}
#gascooker-cp_2025 .present_title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#gascooker-cp_2025 .present_kind {
  background: #fffcd1;
  margin-bottom: 38px;
}
#gascooker-cp_2025 .present_kind img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#gascooker-cp_2025 dd.mb20 {
  margin-bottom: 20px;
}

/* entry_form */
.entry_form {
  background: #fffcd1;
  padding: 15px 20px;
}
.entry_form a {
  text-decoration: none;
}

/* cv_area */
#gascooker-cp_2025 .cv_area {
  text-align: center;
}
#gascooker-cp_2025 .btn_estimate {
  background: #e3007f;
  border-radius: 10px;
  margin: 30px 0;
  position: relative;
  width: 50%;
}
#gascooker-cp_2025 .btn_estimate a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-size: 20px;
}
#gascooker-cp_2025 .btn_estimate a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
#gascooker-cp_2025 .btn_estimate a:hover {
  opacity: 0.7;
}
#gascooker-cp_2025 .cv_area small {
  font-size: 1.3rem;
}

@media (max-width: 520px) {
  * {
    font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  }
  .l-header {
    height: 12vw;
  }
  .l-header-logo--osakagas {
    width: 20vw;
    top: 4vw;
    left: 2.66667vw;
  }
  .l-header-logo--daigas {
    width: 20vw;
    top: 3.73333vw;
    left: 23.73333vw;
  }

  #gascooker-cp_2025 .main-img {
    margin-bottom: 25px;
  }
  #gascooker-cp_2025 .main-img img {
    width: 100%;
  }

  #gascooker-cp_2025 .present {
    width: 100%;
    margin-bottom: 25px;
  }
  #gascooker-cp_2025 .present img {
    width: 100%;
  }
  #gascooker-cp_2025 dl {
    margin: 0 11px 50px;
    width: auto;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.75;
  }
  #gascooker-cp_2025 dt {
    margin-bottom: 21px;
    padding: 13px 16px 9px;
    font-size: 2rem;
    line-height: 1.45;
  }
  #gascooker-cp_2025 dd {
    margin: 0 16px 17px;
  }
  #gascooker-cp_2025 dd+dt {
    margin-top: 32px;
  }
  #gascooker-cp_2025 dd small {
    font-size: 1.3rem;
    line-height: 1.69;
  }
  #gascooker-cp_2025 p.menuNote{
    margin: 0;
  }
  .gasfes_btn_wrap .btn_sp {
    text-align: center;
    margin: 0 0 20px;
  }
  .gasfes_btn_wrap .gasfes_note {
    font-size: 1.3rem;
    line-height: 1.69;
  }
  #gascooker-cp_2025 .cv_area {
    width: 100%;
    margin: 0 auto;
  }
  #gascooker-cp_2025 .cv_area small {
    text-align: left;
  }
  #gascooker-cp_2025 .btn_estimate {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
}