.energy-page-u96-contnts-search {
	padding: 35px 0 10px;
}

@media screen and (min-width: 901px) {
  /** 検索窓 **/
.energy-page-u96-bg-yellow {
	background-color: #fff49c;
}
.energy-page-u96-contnts-search {
	padding: 35px 0 10px;
  margin: 30px 0 -140px;
}

.faq-search-box {
  position: relative;
  margin: 50px 0 30px 0;
}
.faq-search-box-02 {
  margin: 10px 0;
}
.faq-search-box-03 {
  margin: 0 0 30px 0;
}
.faq-search-box-form {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding-right: 115px;
  width: 750px;
  border: 3px solid #ffd400;
  border-radius: 3px;
  overflow: hidden;
  height: 50px;
  margin: auto;
}
.faq-search-box-02 .faq-search-box-form {
  width: 100%;
}
.faq-search-box-form-input-inner {
  height: 46px;
}
.faq-search-box-form-text {
  clear: both;
  box-sizing: border-box;
  padding: 3px 8px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  background: #fff;
  color: #333;
  font-size: 100%;
}
.faq-search-box-form-text:focus {
  outline: 0;
}
.faq-search-box-form-submit {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 0px 6px 54px;
  width: 115px;
  height: 46px;
  border: 0;
  font-size: 100%;
  text-align: left;
  cursor: pointer;
  /* color: #fff; */
  background: #ffd400;
}
.faq-search-box-form-submit:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  background-image: url(/energy/set/data/support/lib/img/p/icon-search-pc.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
}
/** 検索窓 **/
}

@media screen and (max-width: 900px) {
/** 検索窓 **/
.energy-page-u96-bg-yellow {
	background-color: #fff49c;
}
.energy-page-u96-contnts-search {
	padding: 35px 0 10px;
  margin: 30px -15px -80px -15px;
}

.faq-search-box {
  position: relative;
  margin: 50px 0 30px 0;
}
.faq-search-box-02 {
  margin: 10px 0 0;
}
.faq-search-box-03 {
  margin: 0 0 30px 0;
}
.faq-search-box-form {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  width: 90%;
  margin: auto;
  border: 3px solid #ffd400;
  border-radius: 3px;
  overflow: hidden;
}
.faq-search-box-02 .faq-search-box-form {
  width: 100%;
}
.faq-search-box-form-input {
  /* overflow-x: scroll; */
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 107%;
  height: 46px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-size: 1.4rem;
}
.faq-search-box-form-text {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 4px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  background: #fff;
  font-size: 1.6rem !important;
  transform: translateX(-14px) scale(0.875);
}
.faq-search-box-form-text:focus {
  outline: 0;
}
.faq-search-box-form-submit {
  display: block;
  position: absolute;
  top: -1px;
  right: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 15px;
  width: 50px;
  height: 47px;
  border: 0;
  text-indent: -9999px;
  vertical-align: top;
  background: #ffd400;
}
.faq-search-box-form-submit:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 13px;
  background-image: url(/energy/set/data/support/lib/img/s/icon-search-sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 21.5px;
  height: 22px;
  -webkit-background-size: 21.5px 22px;
  background-size: 21.5px 22px;
  text-indent: -9999px;
  overflow: hidden;
}
/** 検索窓 **/
}

/* 検索のコツ */
.energy-page-u96-search-accordion {
  text-align: left;
}
.energy-page-u96-search-accordion-trigger {
	width: fit-content;
	margin: 0 auto;
	padding: 15px 15px 0 10px;
}
.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-trigger {
	padding: 15px 15px 10px 10px;
}
.energy-page-u96-search-accordion-trigger-text {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.energy-page-u96-search-accordion-trigger-text::before {
	content: '';
	background: url(/energy/set/data/support/lib/img/s/icon-i.png) center / cover no-repeat;
	width: 21px;
	height: 21px;
	margin: 0 7px 2px 0;
}
.energy-page-u96-search-accordion-trigger-text::after {
	content: '';
	background: url(/energy/set/data/support/lib/img/s/icon-open.png) center / cover no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 0 3px 10px;
}
.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-trigger-text::after {
	background: url(/energy/set/data/support/lib/img/s/icon-close.png) center / cover no-repeat;
	height: 3px;
}
.energy-page-u96-search-accordion-contents {
	margin: 0 20px;
	background: #FFF;
	border-radius: 3px;
	max-height: 0;
	visibility: hidden;
	transition: max-height 0.15s ease;
}
.energy-page-u96-sp-contnts-0 .energy-page-u96-search-accordion-contents {
	margin: 0;
}
.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-contents {
	max-height: 500px;
	visibility: visible;
	transition: max-height 0.3s ease;
}
.energy-page-u96-search-accordion-contents-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 15px 0 14px 0;
	margin: 0;
}
.energy-page-u96-search-accordion-contents-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px 15px 15px;
}
.energy-page-u96-search-accordion-contents-box-inner {
	background: #f8f8f8;
	padding: 17px 20px;
	width: 100%;
}
.energy-page-u96-search-accordion-contents-box-inner:not(:last-of-type) {
	margin-bottom: 10px;
}
.energy-page-u96-search-accordion-contents-box-inner-title {
	font-size: 14px;
	font-weight: bold;
	color: #ff7e00;
	margin: 0;
}
.energy-page-u96-search-accordion-contents-box-inner-text {
	font-size: 13px;
	color: #333;
	margin: 15px 0 0 3em;
	text-indent: -3em;
	line-height: 22px;
}

@media screen and (min-width: 901px) {
	.energy-page-u96-search-accordion {
		width: 750px;
		margin: 0 auto;
	}
	.energy-page-u96-search-accordion-trigger {
		padding: 20px 20px 0 20px;
		cursor: pointer;
	}
	.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-trigger {
		padding: 20px;
	}
	.energy-page-u96-search-accordion-trigger-text {
		flex-wrap: nowrap;
		font-size: 16px;
		line-height: 1;
	}
	.energy-page-u96-search-accordion-trigger-text::before {
		background: url(/energy/set/data/support/lib/img/p/icon-i.png) center / cover no-repeat;
	}
	.energy-page-u96-search-accordion-trigger-text::after {
		content: '';
		background: url(/energy/set/data/support/lib/img/p/icon-open.png) center / cover no-repeat;
	}
	.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-trigger-text::after {
		background: url(/energy/set/data/support/lib/img/p/icon-close.png) center / cover no-repeat;
	}
	.energy-page-u96-search-accordion.is-open .energy-page-u96-search-accordion-contents {
		width: 100%;
		margin: 0;
	}
	.energy-page-u96-search-accordion-contents-title {
		font-size: 16px;
		line-height: 1;
		padding: 30px 0 26px 0;
	}
	.energy-page-u96-search-accordion-contents-box {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 20px;
		padding: 0 20px 20px 20px;
	}
	.energy-page-u96-search-accordion-contents-box-inner {
		padding: 23px;
		width: 50%;
	}
	.energy-page-u96-search-accordion-contents-box-inner:not(:last-of-type) {
		margin-bottom: 0;
	}
	.energy-page-u96-search-accordion-contents-box-inner-title {
		font-size: 16px;
	}
	.energy-page-u96-search-accordion-contents-box-inner-text {
		margin: 15px 0 0 3em;
	}
}

.energy-page-u96-member-img {
  width: 186px;
}
.energy-page-u96-bold {
  font-weight: bold;
}

.energy-page-u96-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 950px;
  margin: 0 auto;
}
.energy-page-u96-list-item {
  width: 465px;
  margin-right: 20px;
}
.energy-page-u96-list-item:nth-child(even) {
  margin-right: 0;
}
.energy-page-u96-box {
  margin-top: 60px;
  padding: 56px 20px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.energy-page-u96-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.energy-page-u96-icon-item {
  width: 60px;
  height: 60px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  box-shadow: 0 6px 20px 0 #eaeef6;
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.energy-page-u96-icon-item:nth-child(1) {
  margin-left: 0;
}
.energy-page-u96-icon-item img {
  max-width: 100%;
  height: auto;
  will-change: transform;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: transparent;
}
.energy-page-u96-title-lv3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #282828;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.energy-page-u96-title-blue-type01 {
  font-size: 20px;
  line-height: 1.5;
  color: #357eec;
  display: inline-block;
  margin-bottom: 4px;
}
.energy-page-u96-modal_title-blue-type01-u-fz-s {
  font-size: 16px;
}
.energy-page-u96-link-container-type02 {
  margin: 20px 25px 0;
}
.energy-page-u96-button-blue-type01 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 46px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 230px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  background: #0b5bce;
  background: -webkit-gradient(linear,left top,left bottom,from(#0b5bce),to(#0f82b8));
  background: -webkit-linear-gradient(top,#0b5bce 0,#0f82b8 100%);
  background: linear-gradient(to bottom,#0b5bce 0,#0f82b8 100%);
  border: none;
  color: #fff!important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285711;
  padding: 3px 22.1px;
  height: 46px;
  text-decoration: none!important;
}
.energy-page-u96-button-blue-type01::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 18.25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.energy-page-u96-button-blue-type01:hover {
  opacity:.6
}
.energy-page-u96-button-blue-type01:hover:before {
  -webkit-animation: arrowR 0.4s 2;
  animation: arrowR 0.4s 2;
}
@-webkit-keyframes arrowR {
  0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg)
  }

  50% {
      -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
      transform: translate3d(30%, 0, 0) rotate(45deg)
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg)
  }
}

@keyframes arrowR {
  0% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg)
  }

  50% {
      -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
      transform: translate3d(30%, 0, 0) rotate(45deg)
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
      transform: translate3d(0, 0, 0) rotate(45deg)
  }
}
@media screen and (max-width: 901px) {
  .energy-page-u96-member-img {
    width: calc( (186/375) * 100vw ) !important;
    margin: 0 auto;
  }
  .energy-page-u96-list {
    margin-top: 60px;
    display: block;
    overflow: initial;
  }
  .energy-page-u96-list-item {
    width: 100%;
    margin-right: 0;
  }
  .energy-page-u96-box {
    margin-top: 50px;
    padding: 47px 20px 20px;
  }
  .energy-page-u96-title-blue-type01 {
    font-size: 18px;
  }
  .energy-page-u96-modal_title-blue-type01-u-fz-s {
    font-size: 14px;
  }
  .energy-page-u96-title-lv3 {
    margin: 0;
    font-size: 13px;
    height: auto;
  }
  .energy-page-u96-button-blue-type01 {
    max-width: 258px;
    font-size: 12px;
    min-height: 40px;
    height: 40px;
  }
  .energy-page-u96-button-blue-type01::before {
    width: 6px;
    height: 6px;
  }
  .energy-page-u96-link-container-type02 {
    margin-top: 15px;
  }
  .energy-page-u96-icon-item {
    margin: 0 0 0 5px;
  }
}