@charset "UTF-8";
/******************************************************************************
	リセット
******************************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, form, input, object, dt, dd, dl, iframe, label {
  margin: 0;
  padding: 0; }

ol, ul, li, dl, dt, dd {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

figure {
  margin: 0; }

figcaption {
  margin: 0; }

button, input, optgroup, select, textarea {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 170%; }

@media all and (-ms-high-contrast: none) {
  button, input, optgroup, select, textarea {
    font-family: "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
button {
  padding-left: 0px;
  padding-right: 0px;
  outline: none; }

textarea {
  resize: vertical; }

i {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #333; }

input[type="button"] {
  -webkit-appearance: none; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

.br-sp {
  display: none; }

/******************************************************************************
	基本スタイル
******************************************************************************/
/* フォントサイズ */
html {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN" , sans-serif; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs24 {
  font-size: 24px; }

.fs28 {
  font-size: 28px; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px; }

.fs40 {
  font-size: 40px; }

/*margin*/
.mgb10 {
  margin-bottom: 10px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb24 {
  margin-bottom: 24px; }

.mgb30 {
  margin-bottom: 30px; }

.mgt10 {
  margin-top: 10px; }

.mgt20 {
  margin-top: 20px; }

.mgt26 {
  margin-top: 26px; }

/*padding*/
.pdb24 {
  padding-bottom: 24px; }

.pdb40 {
  padding-bottom: 40px; }

.txt-blue-b {
  display: inline;
  color: #0168B5;
  font-weight: bold; }

.fb {
  font-weight: bold; }

.kome {
  font-size: 10px; }

.kome7 {
  font-weight: normal;
  position: absolute;
  bottom: 7px;
  font-size: 12px; }

.img-pc {
  display: inline-block; }

.img-sp {
  display: none; }

.hr-sp {
  display: none; }

.br-pc {
  display: block; }

.br-sp {
  display: none; }

p.pdb29-pc {
  padding-bottom: 29px; }

.indent {
  text-indent: -1.6rem; }

.arrow-reverse {
  transform: rotate(180deg); }

.qa__box .bottom-radius {
  border-radius: 5px; }

.under-yellow {
  background-image: url(../img/under-yellow.png);
  background-repeat: no-repeat;
  background-position-y: 50px;
  background-position-x: center; }

.under-yellow-lg {
  background-image: url(../img/under-yellow-lg.png);
  background-repeat: no-repeat;
  background-position-y: 85px;
  background-position-x: 165px; }

/******************************************************************************
	content
******************************************************************************/
/*mv*/
.mv {
  margin-bottom: 84px; }
  .mv__inner {
    width: 1680px;
    max-width: 100%;
    margin: 0 auto; }
    .mv__inner img {
      width: 100%; }

/*intro*/
.intro {
  font-size: 21px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 42px; }
  .intro__inner {
    width: 777px;
    max-width: 100%;
    margin: 0 auto; }
  .intro__txt .logo {
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 6px; }
  .intro__txt .under-yellow {
    display: inline;
    font-weight: bold;
    background-image: url(../img/under-yellow.png);
    background-size: 100%;
    background-position-y: 15px;
    background-position-x: center; }

/*simulation*/
.simulation {
  margin-bottom: 104px; }
  .simulation__inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 48px 84px;
    padding-top: 56px;
    border: 5px solid #0168B5;
    border-radius: 50px;
    box-sizing: border-box; }
  .simulation__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }
  .simulation__txt {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 18px; }
  .simulation__note {
    font-size: 12px;
    margin-bottom: 64px; }

.simulationPrice {
  margin-bottom: 40px; }
  .simulationPrice__txt {
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 2.5px; }
  .simulationPrice__btn {
    display: inline-block;
    padding: 11px 64px;
    background-color: #F59C1C;
    border-radius: 32px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1.8px; }
    .simulationPrice__btn img {
      position: absolute;
      top: calc(50% - 8px);
      left: 30px; }

.btnAreaOrange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 776px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 58px; }
  .btnAreaOrange__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 344px;
    height: 48px;
    background-color: #F59C1C;
    border-radius: 32px;
    font-size: 18px;
    font-weight: bold;
    position: relative; }
    .btnAreaOrange__btn img {
      position: absolute;
      left: 32px; }

.simulationArea {
  width: 728px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #D9D9D9;
  margin-bottom: 8px;
  box-sizing: border-box; }
  .simulationArea__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    font-weight: bold; }
  .simulationArea__input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 287px;
    max-width: 100%;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 24px;
    padding: 14px 40px;
    border-radius: 30px;
    background-color: #FFF9E6;
    box-sizing: content-box;
    }
    .simulationArea__input label {
      font-size: 18px;
      font-weight: bold; }
    .simulationArea__input #postcode {
      width: 184px;
      height: 32px;
      font-size: 14px;
      padding-left: 7px;
      border: 1px solid #333;
      box-sizing: border-box;
      outline: 0; }
    .simulationArea__input input[type="button"] {
      width: 61px;
      height: 32px;
      background-color: #0168B5;
      color: #fff;
      border-radius: 16px;
      border: none;
      outline: 0;
      font-weight: bold; }
  .simulationArea__input--normal {
    margin-bottom: 0px; }
  .simulationArea__output {
    display: none; }
  .simulationArea__output--ok {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: 0 auto; }
  .simulationArea__output--ng {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: 0 auto; }
  .simulationArea__okng {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 64px;
    color: #fff;
    font-weight: bold;
    margin-right: 16px; }
  .simulationArea__ok {
    background-image: url(../img/ok-bg.png); }
  .simulationArea__ng {
    background-color: #C4CFD3;
    font-size: 30px; }
  .simulationArea__txt {
    text-align: left;
    font-size: 15px; }

.simulationApply__txt {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 16px; }
.simulationApply__btnArea {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.simulationApply__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18.5px 0px;
  background-color: #EF937D;
  border-radius: 36px;
  font-weight: bold;
  letter-spacing: 1.9px;
  width: 350px;
  position: relative;
  margin: 0 auto; }
  .simulationApply__btn img {
    position: absolute;
    top: calc(50% - 8px);
    left: 30px; }
.simulationApply .btnAreaPink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 832px;
  max-width: 100%; }
  .simulationApply .btnAreaPink__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF937D;
    border-radius: 36px;
    font-weight: bold;
    letter-spacing: 1.9px;
    width: 400px;
    height: 64px;
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold; }
    .simulationApply .btnAreaPink__btn img {
      position: absolute;
      left: 36px; }

/*detail*/
.detail {
  margin-bottom: 104px;
  background-color: #FFF9E6 !important; }
  .detail__inner {
    width: 1200px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 104px 0;
    padding-bottom: 1px; }
  .detail__heading {
    margin-bottom: 24px; }

.detail01 {
  margin-bottom: 56px; }
  .detail01__inner {
    width: 714px;
    margin: 0 auto; }
  .detail01__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px; }
  .detail01__headingSub {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #0168B5;
    margin-bottom: 48px; }
  .detail01 .under-yellow {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 36px; }
  .detail01__note {
    margin-bottom: 36px; }
  .detail01__table {
    display: block;
    width: 735px;
    max-width: 96%;
    margin: 0 auto;
    margin-bottom: 56px; }
  .detail01__thead {
    background-color: #FED702;
    font-size: 16px; }
  .detail01 .w218 {
    width: 218px; }
  .detail01__thItem {
    width: 257px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
  .detail01__rGas {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .detail01__rGasItem {
    width: 257px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
    .detail01__rGasItem--red {
      color: #DA3120; }
  .detail01__rDis {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold; }
    .detail01__rDis .txt {
      font-weight: normal;
      text-align: left; }
      .detail01__rDis .txt .fs12 {
        font-size: 18px; }
    .detail01__rDis .terms {
      display: inline-block;
      font-size: 13px;
      text-indent: -4.5rem;
      padding-left: 4.5rem; }
  .detail01__rDisItem {
    width: 257px;
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
    .detail01__rDisItem--blue {
      color: #0168B5;
      font-size: 18px;
      font-weight: bold; }
    .detail01__rDisItem--red {
      color: #DA3120; }
    .detail01__rDisItem img {
      margin: 0 auto; }
  .detail01__otoku {
    width: 624px;
    max-width: 100%;
    margin: 0 auto; }
  .detail01__otoku01 {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    margin-bottom: 24px; }
  .detail01__otoku02 {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #D9D9D9; }

.comparePrice {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 105px;
  padding-bottom: 50px;
  box-sizing: border-box;
  margin-bottom: 104px; }
  .comparePrice__heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 52px; }
    .comparePrice__heading .sm {
      font-size: 21px; }

.planPrice {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 105px;
  padding-top: 40px;
  padding-bottom: 30px;
  box-sizing: border-box;
  margin-bottom: 104px; }
  .planPrice__heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px; }
  .planPrice__txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 42px; }
    .planPrice__txt .under-yellow {
      background-position-y: 12px; }
    .planPrice__txt .small {
      font-size: 12px; }

.detail02__table img {
  margin: 0 auto; }

.detail03 {
  margin-bottom: 70px; }
  .detail03__inner {
    display: flex;
    justify-content: space-between;
    width: 550px;
    max-width: 100%;
    margin: 0 auto; }
  .detail03__fukidashi {
    width: 254px;
    height: 242px;
    padding-top: 45px;
    background-image: url(../img/fukidashi-bg.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .detail03__bottom-b {
    transform: rotate(180deg); }
  .detail03__txt {
    position: relative; }

.detail04__appeal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FED702;
  height: 88px;
  margin-bottom: 7px;
  position: relative; }
  .detail04__appeal img {
    padding-left: 20px;
    margin-bottom: 12px; }

/*qa*/
.qa {
  margin-bottom: 104px; }
  .qa__inner {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }
  .qa__icon {
    margin-bottom: 24px; }
  .qa__heading {
    margin-bottom: 56px;
    font-size: 32px;
    letter-spacing: 1px; }
  .qa__box {
    letter-spacing: 1px; }
  .qa__question {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #0168B5;
    text-align: left;
    padding: 24px 16px;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-top: 40px; }
    .qa__question .arrow-t {
      position: absolute;
      top: calc(50% - 10px);
      right: 32px; }
  .qa__answer {
    padding: 28px;
    border: 3px solid #0168B5;
    border-radius: 0 0 5px 5px;
    text-align: left;
    text-align: center;
    font-size: 16px; }
  .qa__answerTxt {
    padding-left: 1.3rem;
    text-align: left; }
    .qa__answerTxt a {
      display: inline;
      color: #0168B5;
      text-decoration: underline; }
  .qa__answerBtn {
    display: flex;
    justify-content: space-between;
    width: 805px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 24px; }
  .qa__answerBtnTxt {
    font-weight: bold;
    padding-bottom: 5px; }
  .qa__qa2Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 213px;
    height: 48px;
    margin: 0 auto;
    color: #fff;
    background-color: #0168B5;
    border-radius: 24px;
    font-size: 16px;
    margin-bottom: 32px; }
    .qa__qa2Btn img {
      margin-right: 7px;
      margin-top: -5px; }
  .qa__qa2Btn:hover {
    color: #fff; }

/*flow*/
.flow {
  text-align: center; }
  .flow__inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto; }
  .flow__heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 42px; }
  .flow__note {
    font-size: 20px;
    margin-bottom: 28px; }

.flowPullDown {
  margin-bottom: 42px;
  text-align: left; }
  .flowPullDown__opener {
    margin-bottom: 16px;
    cursor: pointer;
    user-select: none;
    color: #0168B5;
    position: relative; }
    .flowPullDown__opener .logo {
      vertical-align: middle;
      margin-right: 3px; }
    .flowPullDown__opener .arrow {
      position: static;
      margin-left: 8px; }
    .flowPullDown__opener .arrow-reverse {
      transform: rotate(180deg);
      vertical-align: baseline;
      margin-bottom: 0; }
    .flowPullDown__opener .arrow-mgb.arrow-reverse {
      vertical-align: middle; }
    .flowPullDown__opener .arrow-mgb.arrow {
      vertical-align: middle; }
  .flowPullDown__note {
    display: block;
    text-align: right;
    margin-right: 24px; }
    .flowPullDown__note a {
      color: #DA3120;
      text-decoration: underline; }
  .flowPullDown__content {
    position: relative; }
  .flowPullDown__link1 {
    position: absolute;
    width: 80px;
    height: 60px;
    top: 90px;
    left: 170px; }
  .flowPullDown__link2 {
    position: absolute;
    width: 80px;
    height: 60px;
    top: 90px;
    left: 170px; }
  .flowPullDown__link3 {
    position: absolute;
    width: 80px;
    height: 60px;
    top: 55px;
    left: 170px; }

/*comment*/
.comment {
  margin-bottom: 74px; }
  .comment__inner {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    color: #979797;
    line-height: 20px; }

/*emergency*/
.emergency {
  margin-bottom: 104px; }
  .emergency__inner {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto; }

.emergencyCard {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 0 30px;
  padding-top: 36px;
  padding-bottom: 27px;
  margin-bottom: 10px;
  position: relative; }
  .emergencyCard__ttl {
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 1px solid #D9D9D9; }
  .emergencyCard__top {
    display: flex;
    margin: 0 10px; }
  .emergencyCard__tile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 418px;
    max-width: 100%;
    height: 86px;
    background-color: #DA3120;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px; }
  .emergencyCard__num {
    color: #DA3120;
    font-weight: bold;
    margin-left: 14px; }
  .emergencyCard__note {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: normal; }
  .emergencyCard__numSmall {
    font-size: 22px;
    font-weight: bold;
    color: #DA3120; }
  .emergencyCard__office {
    display: flex;
    justify-content: space-between;
    margin-top: 32px; }
  .emergencyCard__sakura {
    width: 416px;
    height: 110px; }
  .emergencyCard__tsukuba {
    width: 416px;
    height: 110px; }
  .emergencyCard__customer {
    line-height: 28px; }
  .emergencyCard__tatebou {
    position: absolute;
    left: 50%;
    bottom: 34px; }

.emergencyNote {
  line-height: 19px;
  margin-bottom: 36px; }

.emergencyLink {
  display: flex;
  justify-content: space-between; }
  .emergencyLink__box {
    width: 240px;
    height: 120px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative; }
    .emergencyLink__box::after {
      content: url(../img/arrow-r-gray.svg);
      position: absolute;
      top: calc(50% - 13px);
      right: 15px; }
  .emergencyLink__item {
    display: block;
    width: calc(100% - 26px);
    height: calc(100% - 20px);
    position: relative;
    padding-left: 26px;
    padding-top: 20px; }
    .emergencyLink__item .pdf {
      display: block;
      margin-bottom: 6px; }

@media screen and (max-width: 1023px) {
  p.pdb29-pc {
    padding-bottom: 5px; }

  .img-pc {
    display: none; }

  .img-sp {
    display: inline-block; }

  .hr-sp {
    display: block;
    width: 315px;
    height: 3px;
    background-color: #0168B5;
    border: none;
    margin-bottom: 48px; }

  .br-pc {
    display: none; }

  .br-sp {
    display: block; }

  .indent-lg {
    text-indent: -1.1rem; }

  .under-yellow {
    background-image: url(../img/sp/under-yellow.png);
    background-repeat: no-repeat;
    background-position-y: 42px; }

  .under-yellow-lg {
    background-image: url(../img/sp/under-yellow-lg.png);
    background-repeat: no-repeat;
    background-position-y: 70px;
    background-position-x: center; }

  /******************************************************************************
  	content
  ******************************************************************************/
  /*mv*/
  .mv {
    margin-bottom: 24px; }

  /*intro*/
  .intro {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 48px; }
    .intro__inner {
      width: 777px;
      max-width: 100%;
      margin: 0 auto; }
    .intro__txt {
      position: relative; }
      .intro__txt .logo {
        vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 3px; }
      .intro__txt .under-yellow {
        background-image: url(../img/under-yellow.png);
        background-repeat: unset;
        background-repeat-y: no-repeat;
        background-position-y: 10px;
        background-position-x: center; }
      .intro__txt .kakko-h {
        position: absolute;
        top: 24px;
        left: 0; }
      .intro__txt .kakko-t {
        position: absolute;
        bottom: 24px;
        right: 0; }
    .intro__txt:nth-child(1) {
      margin-bottom: 24px; }
    .intro__txt:nth-child(2) {
      margin-bottom: 20px; }

  /*simulation*/
  .simulation {
    margin-bottom: 28px; }
    .simulation__inner {
      padding: 0;
      border: none; }
    .simulation__heading {
      font-size: 18px;
      margin-bottom: 30px; }
      .simulation__heading img {
        width: 250px; }
    .simulation__txt {
      font-size: 16px;
      margin-bottom: 21px; }
    .simulation__note {
      width: 355px;
      max-width: 98%;
      margin: 0 auto;
      text-align: left;
      margin-bottom: 14px; }

  .simulationPrice {
    margin-bottom: 20px; }
    .simulationPrice__btn {
      padding: 8px 42px;
      font-size: 16px; }
      .simulationPrice__btn img {
        left: 25px; }

  .simulationArea {
    width: auto;
    margin: 0 10px;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-bottom: 6px; }
    .simulationArea__heading {
      font-size: 16px; }
      .simulationArea__heading img {
        width: 173px; }
    .simulationArea__input {
      width: auto;
      padding: 14px 24px; }
    .simulationArea__output {
      flex-wrap: wrap; }
    .simulationArea__okng {
      margin-right: 0;
      margin-bottom: 32px; }
    .simulationArea__output--ok {
      height: auto; }
    .simulationArea__output--ng {
      height: auto; }
    .simulationArea__txt {
      text-align: center; }

  .simulationApply__btnArea {
    flex-wrap: wrap; }
  .simulationApply__btn {
    width: 328px;
    max-width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10.5px 0; }
  .simulationApply__txt {
    font-size: 16px; }
  .simulationApply .btnAreaPink {
    justify-content: center; }
    .simulationApply .btnAreaPink__btn {
      width: 328px;
      height: 48px;
      font-size: 16px;
      margin-bottom: 24px; }

  .btnAreaOrange {
    justify-content: center;
    margin-bottom: 8px; }
    .btnAreaOrange__btn {
      width: 296px;
      height: 40px;
      font-size: 16px;
      margin-bottom: 24px; }
      .btnAreaOrange__btn img {
        left: 24px; }

  /*detail*/
  .detail {
    margin-bottom: 48px; }
    .detail__inner {
      padding-top: 48px;
      padding-bottom: 24px; }
    .detail__heading {
      margin-bottom: 6px; }
      .detail__heading img {
        width: 47px; }

  .detail01__heading {
    flex-wrap: wrap;
    font-size: 18px; }
    .detail01__heading img {
      width: 208px; }
    .detail01__heading span {
      font-size: 22px;
      letter-spacing: -0.5px; }
    .detail01__heading .font-sp {
      font-size: 18px; }
  .detail01__note {
    width: 240px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 12px; }
  .detail01__table {
    display: block;
    width: 356px;
    max-width: 96%;
    margin: 0 auto;
    margin-bottom: 56px; }
  .detail01__thead {
    background-color: #FED702;
    font-size: 16px; }
  .detail01 .w218 {
    width: 100px; }
  .detail01__thItem {
    width: 127px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
  .detail01__rGas {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .detail01__rGasItem {
    width: 257px;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
  .detail01__rDis {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold; }
    .detail01__rDis .txt {
      font-size: 14px;
      font-weight: normal;
      text-align: left; }
      .detail01__rDis .txt .fs12 {
        font-size: 12px; }
    .detail01__rDis .terms {
      display: inline-block;
      font-size: 13px;
      text-indent: 0rem;
      padding-left: 0rem; }
  .detail01__rDisItem {
    width: 257px;
    height: 110px;
    padding: 9px;
    box-sizing: border-box;
    border: 2px solid #FFF9E6; }
    .detail01__rDisItem--blue {
      color: #0168B5;
      font-size: 16px;
      font-weight: bold; }
    .detail01__rDisItem--red {
      color: #DA3120; }
    .detail01__rDisItem img.img-sp {
      margin-bottom: -16px; }
  .detail01__otoku {
    width: 355px; }
  .detail01__otoku01 {
    font-size: 18px;
    line-height: 29px; }
    .detail01__otoku01 .fs28 {
      font-size: 21px; }
    .detail01__otoku01 .fs40 {
      font-size: 28px; }
  .detail01__otoku02 {
    font-size: 18px;
    line-height: 29px; }
    .detail01__otoku02 .fs28 {
      font-size: 21px; }
    .detail01__otoku02 .fs40 {
      font-size: 28px; }
  .detail01__headingSub {
    font-size: 28px;
    text-align: left; }
  .detail01 .under-yellow {
    background: none; }

  .comparePrice {
    width: 355px;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 40px; }
    .comparePrice__heading {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 36px; }
      .comparePrice__heading .sm {
        font-size: 16px; }
    .comparePrice__img {
      margin: 0 8px; }
      .comparePrice__img img {
        width: 100%; }

  .planPrice {
    width: 355px;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 48px; }
    .planPrice__heading {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 24px; }
    .planPrice__txt {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 24px; }
      .planPrice__txt .under-yellow {
        background-position-y: 12px; }
    .planPrice__img {
      margin: 0 8px; }
      .planPrice__img img {
        width: 100%; }

  .detail02__table {
    width: 355px;
    max-width: 98%;
    margin: 0 auto; }
    .detail02__table img {
      width: 100%; }

  .detail03 {
    margin-bottom: 32px; }
    .detail03__inner {
      width: 340px;
      max-width: 98%; }
    .detail03__fukidashi {
      width: 157px;
      height: 214px;
      padding: 5px;
      padding-top: 0;
      background-image: url(../img/sp/fukidashi-bg.png); }
    .detail03__txt {
      font-size: 12px;
      position: relative; }
      .detail03__txt img {
        width: 123px; }
      .detail03__txt .fs28 {
        font-size: 24px; }
      .detail03__txt .kome7 {
        position: absolute;
        top: 14px;
        right: 5px;
        font-weight: normal;
        font-size: 12px; }

  .detail04__appeal {
    font-size: 28px; }
    .detail04__appeal img {
      right: 5%; }
  .detail04__note {
    margin: 0 10px;
    text-align: left; }

  /*qa*/
  .qa {
    margin-bottom: 48px; }
    .qa__icon img {
      width: 47px; }
    .qa__heading {
      margin-bottom: 40px;
      font-size: 22px; }
    .qa__question {
      font-size: 14px;
      font-weight: normal;
      padding: 16px 45px;
      padding-left: 40px; }
      .qa__question span {
        font-size: 18px; }
      .qa__question .arrow-t {
        right: 18px; }
    .qa__answer {
      font-size: 12px;
      padding: 24px 13px; }
    .qa__answerBtn {
      flex-wrap: wrap;
      justify-content: center; }

  .flowPullDown__content img {
    width: 100%; }

  .arrow2.arrow-reverse {
    margin-bottom: -4px; }

  .flow__inner .flowPullDown:nth-of-type(1) img.arrow {
    margin-left: 108px;
    margin-top: -16px; }

  /*comment*/
  .comment {
    margin-bottom: 48px; }
    .comment__inner {
      width: 355px; }

  /*emergency*/
  .emergency {
    margin-bottom: 48px; }

  .emergencyCard {
    padding: 24px 10px;
    padding-top: 14px; }
    .emergencyCard__ttl {
      font-size: 21px;
      padding-bottom: 12px; }
      .emergencyCard__ttl img {
        width: 24px;
        margin-bottom: -5px; }
    .emergencyCard__tile {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 21px;
      width: 335px;
      max-width: 98%;
      height: 52px;
      padding: 1px 0px;
      margin: 0 auto;
      margin-bottom: 10px; }
    .emergencyCard__note {
      margin-top: 0; }
    .emergencyCard__num {
      font-size: 24px;
      margin: 0; }
      .emergencyCard__num .fs24 {
        font-size: 16px; }
    .emergencyCard__txt {
      font-size: 14px;
      margin-top: 10px; }
    .emergencyCard__numSmall {
      font-size: 16px;
      margin-top: 0px; }
    .emergencyCard__top {
      flex-wrap: wrap;
      margin: 0; }
    .emergencyCard__office {
      flex-wrap: wrap;
      margin-top: 8px; }
    .emergencyCard__customer {
      font-size: 14px; }
    .emergencyCard__sakura {
      height: auto;
      margin-bottom: 6px; }
    .emergencyCard__tsukuba {
      height: auto; }
      .emergencyCard__tsukuba .emergencyCard__numSmall {
        margin-top: -28px; }
    .emergencyCard__tatebou {
      display: none; }

  .emergencyLink {
    flex-wrap: wrap;
    width: 355px;
    max-width: 100%;
    margin: 0 auto; }
    .emergencyLink__box {
      width: 174px;
      max-width: 49.5%;
      height: 88px; }
    .emergencyLink__box:nth-child(1) {
      margin-bottom: 8px; }
    .emergencyLink__item {
      width: calc(100% - 16px);
      height: calc(100% - 12px);
      font-size: 12px;
      padding-top: 12px;
      padding-left: 16px; }

  .qa__answerBtn .qa__answerBtnBox:nth-child(2) {
    padding-top: 0; }

  .flow__inner {
    width: 340px;
    max-width: 98%; }

  .flowPullDown__link1 {
    width: 140px;
    height: 20px;
    top: 190px;
    left: 20px; }
  .flowPullDown__link2 {
    width: 140px;
    height: 20px;
    top: 190px;
    left: 20px; }
  .flowPullDown__link3 {
    width: 125px;
    height: 20px;
    top: 190px;
    left: 20px; }
  .flowPullDown__opener .arrow-mg {
    margin-left: 108px;
    margin-top: -16px; } }
@media screen and (max-width: 321px) {
  .flowPullDown__link1 {
    top: 174px; }
  .flowPullDown__link2 {
    top: 174px; }
  .flowPullDown__link3 {
    top: 176px; } }
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .simulationArea__txt {
    padding-left: 10px;
    margin-top: -25px; }

  p.pdb29-pc {
    padding-bottom: 29px; }

  .qa__answerBtn .qa__answerBtnBox:nth-child(2) {
    padding-top: 18px; } }
@media screen and (max-width: 321px) {
  .intro__txt .logo {
    width: 84%; }

  .simulation__heading img {
    width: 200px; }

  .simulationArea__input #postcode {
    width: 164px; }

  .detail01__otoku {
    max-width: 98%; }

  .detail01__otoku01 {
    font-size: 14px; }
    .detail01__otoku01 .fs16 {
      font-size: 12px; }

  .detail01__otoku02 {
    font-size: 14px; }
    .detail01__otoku02 .fs16 {
      font-size: 12px; }

  .detail03__txt img {
    width: 113px; }

  .detail03__txt .fs28 {
    font-size: 20px; }

  .detail04__appeal {
    font-size: 22px; }

  .qa__answerBtnBox {
    width: 100%; }

  .qa__answerBtnTxt {
    font-size: 10px; }

  .simulationApply__btn img {
    position: absolute;
    top: calc(50% - 8px);
    left: 15px; } }
.arrow2 {
  transform: rotate(180deg); }

.arrow2.arrow-reverse {
  transform: rotate(360deg);
  margin-bottom: -4px; }

.flow__inner .flowPullDown:nth-of-type(1) img.arrow-reverse {
  margin-top: -8px; }

/*# sourceMappingURL=style.css.map */
