@charset "UTF-8";
.m-gasSimCont__sw__bc > li:nth-child(n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .m-gasSimCont__sw__bc > li:nth-child(n+2) {
    margin-top: 0;
  }
}
.m-gasSimCont__sw__bc {
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .m-gasSimCont__sw__bc {
    gap: 10px 0;
  }
}

.c-gp__ig > a {
  display: block;
  position: relative;
  padding-right: 14px;
  border: 1px solid #00a499;
  border-radius: 8px;
  max-width: 470px;
  width: 50%;
  margin-left: auto;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 2px 0 #00a499;
  color: inherit;
  font-size: 14px;
  font-family: "AxisProN-Medium";
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-optimalSim__listItem:first-child {
  width: 51% !important;
}
@media screen and (max-width: 767px) {
  .m-optimalSim__listItem:first-child {
    width: 100% !important;
  }
}
.m-optimalSim__selectWrap input,
.m-optimalSim__selectWrap button,
.m-optimalSim__selectWrap textarea,
.m-optimalSim__selectWrap select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-weight: normal;
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.m-optimalSim__selectWrap ::placeholder {
  color: #B7AFA3;
}
.m-optimalSim__selectWrap select::-ms-expand {
  display: none;
}
.m-optimalSim__selectWrap input[type=checkbox], .m-optimalSim__selectWrap input[type=radio] {
  display: none;
}
.m-optimalSim__selectWrap input[type=checkbox], .m-optimalSim__selectWrap input[type=radio] {
  display: none;
}
.m-optimalSim__selectWrap input[type=checkbox] + label, .m-optimalSim__selectWrap input[type=radio] + label {
  cursor: pointer;
}
.m-optimalSim__selectWrap {
  position: relative;
  box-sizing: border-box;
  padding-right: 26px;
  border: 1px solid #0087d5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 #0087d5;
  max-width: 340px;
}
.m-optimalSim__select {
  height: 72px;
  width: 100%;
  margin: 0;
  padding: 0 20px !important;
  color: #4d4d4d !important;
  border: none;
  background: none;
  font-size: 16px;
  appearance: none;
  outline: none;
}
.m-optimalSim__step {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSim__step .flex-center {
  justify-content: center;
}
.m-optimalSim__step.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSim__stepList {
  margin-bottom: 20px;
}
.m-optimalSim__stepLead {
  margin-bottom: 15px;
}
.m-optimalSim__stepChild {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSim__stepChild.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSim__childPlans {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSim__childPlans.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSim__monthUsage {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSim__monthUsage.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSim__childPlansWrapper {
  margin-top: 40px;
}
.m-optimalSim__fb {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSim__fb.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSimCont__fb {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSimCont__fb.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSimCont__sw__t {
  font-size: 0.8em;
}
.m-optimalSimCont__sw__bs {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-optimalSimCont__sw__bs.js-visible {
  display: block;
  opacity: 1;
}
.m-optimalSim__result {
  margin-top: 40px;
}
.m-optimalSim__resultLead {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  background: #dbf4f9;
  border-radius: 12px;
  font-family: "AxisProN-Bold";
}
.m-optimalSim__resultLead__text {
  font-size: 18px;
  margin-bottom: 10px;
}
.m-optimalSim__resultLead__text strong {
  color: #0087d5;
  font-size: 22px;
}
.m-optimalSim__resultLead__text__strong {
  font-weight: bold;
  color: #c25eae !important;
}
.m-optimalSim__resultLead__price {
  font-size: 20px;
}
.m-optimalSim__resultLead__price span {
  font-size: 40px;
  font-weight: bold;
  color: #c25eae;
  margin: 0 5px;
}
.m-optimalSim__resultLead__price span--unit {
  font-size: 0.6em;
}
.m-optimalSim__resultCompare {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.m-optimalSim__resultCompare__item {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #eee;
}
.m-optimalSim__resultCompare__item.is-current {
  background: #f9f9f9;
}
.m-optimalSim__resultCompare__item.is-best {
  border-color: #0087d5;
  background: #fff;
  position: relative;
}
.m-optimalSim__resultCompare__item.is-best::before {
  content: "おすすめ";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #0087d5;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.m-optimalSim__resultCompare__label {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}
.m-optimalSim__resultCompare__plan {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-optimalSim__resultCompare__price {
  font-size: 16px;
}
.m-optimalSim__resultCompare__price span {
  font-size: 28px;
  font-weight: bold;
}
.m-optimalSim__resultSummary {
  margin-bottom: 40px;
}
.m-optimalSim__resultSummary__table {
  width: 100%;
  border-collapse: collapse;
}
.m-optimalSim__resultSummary__table th, .m-optimalSim__resultSummary__table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.m-optimalSim__resultSummary__table th {
  width: 40%;
  background: #f9f9f9;
  font-weight: bold;
}
.m-optimalSim__resultDetail {
  margin-bottom: 40px;
}
.m-optimalSim__resultDetail__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 4px solid #0087d5;
}
.m-optimalSim__resultDetail__tableWrap {
  overflow-x: auto;
}
.m-optimalSim__resultDetail__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.m-optimalSim__resultDetail__table th, .m-optimalSim__resultDetail__table td {
  padding: 12px;
  border: 1px solid #eee;
  text-align: center;
}
.m-optimalSim__resultDetail__table thead th {
  background: #0087d5;
  color: #fff;
}
.m-optimalSim__resultDetail__table tfoot tr {
  background: #f0f8ff;
  font-weight: bold;
}
.m-optimalSim__resultNote {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.m-optimalSim__resultError {
  padding: 20px;
  background: #fff0f0;
  border: 1px solid #ffcccc;
  border-radius: 8px;
  margin-bottom: 30px;
  color: #e60012;
}
.m-optimalSim__resultError__lead {
  font-weight: bold;
  margin-bottom: 10px;
}
.m-optimalSim__resultError__list {
  list-style: disc;
  padding-left: 20px;
}
.m-optimalSim__resultEmpty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}
.m-optimalSim__debugResults {
  margin-top: 60px;
  border-radius: 8px;
}
.m-optimalSim__debugResultsTitle {
  border-bottom: 2px solid #007bff;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #007bff;
  font-size: 1.5rem;
  font-weight: bold;
}
.m-optimalSim__debugItem {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #cce5ff;
  border-radius: 6px;
}
.m-optimalSim__debugItemTitle {
  background: #e7f3ff;
  padding: 10px 15px;
  margin: -20px -20px 20px -20px;
  border-bottom: 1px solid #cce5ff;
  border-radius: 6px 6px 0 0;
  color: #0056b3;
  font-weight: bold;
}
.m-optimalSim__debugItemContent {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.m-optimalSim__debugItemPlan {
  width: calc(100% / 4 - 10px * (4 - 1) / 4);
  border: 1px solid #eee;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .m-optimalSim__debugItemPlan {
    flex: 1;
  }
}
.m-optimalSim__debugItemPlanName {
  border-bottom: 2px solid #666;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 5px;
  color: #333;
}
.m-optimalSim__debugItemPlanDetail {
  font-size: 0.95rem;
  line-height: 1.6;
}
.m-optimalSim__debugItemFormulaLabel {
  margin-top: 15px;
}
.m-optimalSim__debugItemFormula {
  display: inline-block;
  background: #f8f9fa;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: monospace;
  margin-top: 5px;
}
.m-optimalSim__debugItemError {
  color: #d00;
}
.m-optimalSim__debugItemPrice {
  margin-top: 15px;
  font-size: 1.1rem;
  text-align: right;
}
.m-optimalSim__resultCompare__caution {
  text-align: right;
  margin-bottom: 20px;
}
.m-optimalSim__toggleBtn {
  border: 1px solid #0087d5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 #0087d5;
  position: relative;
  cursor: pointer;
  transition: background 350ms cubic-bezier(0.215, 0.61, 0.355, 1), border 350ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-optimalSim__boxTitle {
  color: #0087d5;
  font-weight: bold;
  font-family: "AxisProN-Medium";
  font-size: 20px;
}
.m-optimalSim__toggleImg {
  display: block;
  max-width: 800px;
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 20px auto 20px;
  display: block;
}
.m-optimalSim__toggleBtnItem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 0;
  vertical-align: middle;
  font-size: 15px;
  font-family: "AxisProN-Medium";
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.m-optimalSim__toggleBtnItem:before {
  content: "";
  display: block;
  position: absolute;
  right: 41px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  box-sizing: border-box;
  border-top: 4px solid #0086d1;
  border-right: 4px solid #0086d1;
  transform: scaleY(1) rotate(135deg);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-optimalSim__toggleBtn.is-open .m-optimalSim__toggleBtnItem:before {
  transform: scaleY(-1) translatey(-4px) rotate(135deg);
}
.m-optimalSim__toggleWrapOuter {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.m-optimalSim__toggleWrapOuter.js-visible {
  grid-template-rows: 1fr;
}
.m-optimalSim__toggleWrap {
  overflow: hidden;
}
.m-optimalSim__toggleBox {
  padding: 0 29px 50px;
}
.m-optimalSim__toggleList {
  display: flex;
  position: relative;
  background: url(/common_2020/img/bg_line01.png) repeat-x 50% 100%;
  background-size: 48px 1px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 17px 35px 17px 1px;
  color: inherit;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "AxisProN-Light";
  line-height: 1.93333;
  text-decoration: none;
  transition: background 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-optimalSim__toggleList:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: url(/common_2020/img/bg_line01.png) repeat-x 50% 100%;
  background-size: 48px 1px;
}
.m-optimalSim__toggleList:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  box-sizing: border-box;
  border-top: 3px solid #0087d4;
  border-right: 3px solid #0087d4;
  transform: rotate(45deg);
}
.m-optimalSim__toggleListTitle {
  width: 14%;
  font-family: "AxisProN-Medium";
}
@media screen and (max-width: 767px) {
  .m-optimalSim__toggleListTitle {
    width: 100%;
  }
}
.m-optimalSim__toggleListText {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .m-optimalSim__toggleListText {
    width: 100%;
    flex: initial;
  }
}
.m-optimalSim__toggleClose {
  display: block;
  width: 167.5px;
  cursor: pointer;
  margin: 40px auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 24px 0;
  border: 1px solid #0087d5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 #0087d5;
  color: inherit;
  font-size: 15px;
  font-family: "AxisProN-Medium";
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  transition: background 350ms cubic-bezier(0.215, 0.61, 0.355, 1), border 350ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-optimalSim__toggleClose span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.m-optimalSim__toggleClose span::before, .m-optimalSim__toggleClose span::after {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  background: #0087d5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-optimalSim__toggleClose span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-optimalSim__toggleClose span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-gasSimCont__fb {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.m-gasSimCont__fb.js-visible {
  display: block;
  opacity: 1;
}
.m-gasSimCont__fb .c-recalcBtn {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.m-gasSimCont__fb .c-recalcBtn:hover {
  opacity: 0.8;
}
.m-gasSimCont__fb .m-gasSimCont__fb__bt > a,
.m-gasSimCont__fb .m-gasSimCont__fb__bt > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #0087d5;
  margin-bottom: 10px;
  box-shadow: 0 4px 0 #005a8e;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.m-gasSimCont__fb .m-gasSimCont__fb__bt > a:hover,
.m-gasSimCont__fb .m-gasSimCont__fb__bt > button:hover {
  background: #0099f1;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #005a8e;
}
/*# sourceMappingURL=optimalSimulator.css.map */