@charset "UTF-8";
/*------------------------------
 * @mixin
 ------------------------------*/
/*------------------------------
 * reset
 ------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: none;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

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

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

/*------------------------------
 * common style
 ------------------------------*/
body, select, textarea, th, td, li, a, input {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Helvetica','sans-serif';
}

body, select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/*------------------------------
 * anchor-link
 ------------------------------*/
a:link {
  color: #002896;
}

a:visited {
  color: #002896;
}

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

a:active {
  color: #002896;
  text-decoration: none;
}

input[type='text'],
input[type='tel'] {
  font-size: 20px;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F2F2F2;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media (max-width: 767px) {
  input[type='text'],
  input[type='tel'] {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: default;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  background-position: 0 -100px;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  outline: none;
  visibility: visible;
}

.ie input[type='checkbox'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

.ie input[type='radio'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  background-color: #F2F2F2;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
  select {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

/*------------------------------
 * unique
 ------------------------------*/
.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.l-section {
	margin-top: 45px;
}
@media (max-width: 767px) {
	.l-section {
		margin-top: 20px;
	}
}

.section .section-header {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #002896;
}
.section .section-header .section-header-more {
	font-size: 48px;
}
@media (max-width: 767px) {
	.section .section-header .section-header-more {
		font-size: 28px;
	}
}
.section .section-header .section-header-emp {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EF8200));
		background: -o-linear-gradient(transparent 60%, #EF8200 60%);
		background: linear-gradient(transparent 60%, #EF8200 60%);
}
@media (max-width: 767px) {
	.section .section-header {
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		color: #002896;
	}
}
.section .section-body {
	width: 1000px;
	margin: 50px auto 0;
}

@media (max-width: 767px) {
	.section .section-body {
		width: 100%;
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.l-info_list {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .l-info_list.l-info_list--free {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.info_list .info_list-inner {
  padding-left: 14px;
  text-indent: -14px;
  font-size: 12px;
}
.info_list .info_list-inner .info_list-inner-small {
  font-size: 10px;
}

.l-action_list {
  margin-top: 40px;
}

.action_list .action_list_inner {
  margin-top: 15px;
}
.action_list .action_list_inner:first-child {
  margin-top: 0;
}

.action .action-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .action .action-header {
    font-size: 16px;
  }
}
.action .action-body {
  margin-top: 8px;
}

.contents-header-lead {
	background-color: #002896;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

.contents-header-lead .main_title {
	font-size: 26px;
	color: #F6AA00;
	font-weight: bold;
}

.contents-header-lead .main_anchor {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0px 15px;
}

.contents-header-lead .main_anchor .anchor_list {
	/* width: 330px;
	background-color: #fff;
	border-radius: 8px;
	padding: 18px 18px;
	margin: 0px 5px; */
}


@media screen and (max-width: 767px) {
	.contents-header-lead .main_title {
		font-size: 22px;
	}
	.contents-header-lead .main_anchor {
		box-sizing: border-box;
		width: 100%;
		padding: 15px 15px 0;
		flex-wrap: wrap;
	}
	.contents-header-lead .main_anchor .anchor_list {
		display: inline-block;
    width: 48%;
		padding-bottom: 16px;
	}
	.contents-header-lead .main_anchor .anchor_list img {
		width: 100%;
	}
}

.main_lead {
  padding-bottom: 15px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}
.main_lead a {
  color: #FFFFFF;
}
.main_lead a:link {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .main_lead {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
		padding-top: 0px;
  }
}

.l-campaign {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #F9F9F9;
}

@media screen and (max-width: 767px) {
  .l-campaign {
    width: 100%;
    padding: 5px 15px 25px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

.l-present {
  width: 1000px;
  margin: 30px auto 0;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-present {
    width: 100%;
    padding-bottom: 15px;
  }
}

.present .present-heder {
  font-size: 20px;
  font-weight: bold;
  color: #002896;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .present .present-heder {
    font-size: 16px;
  }
}

.present .present-body {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .present .present-body {
    margin-top: 25px;
  }
}
/* present_flow */
.present_flow .present_flow-item {
  position: relative;
  margin-top: 50px;
}

.present_flow .present_flow-item::after {
  content: "";
  background-image: url(/campaign/lp/point/img/icon/icon_down_blue.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: -39px;
  right: 50%;
}

.present_flow .present_flow-item:first-child {
  margin-top: 0;
}

.present_flow .present_flow-item:first-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .present_flow .present_flow-item {
    position: relative;
    margin-top: 50px;
  }
  .present_flow .present_flow-item::after {
    content: "";
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: -44px;
  }
}

/* present_step */
.present_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.present_step .present_step-number {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #002896;
}
@media screen and (max-width: 767px) {
  .present_step .present_step-number {
    width: 50px;
    height: 50px;
    margin-right: 7px;
  }
}

.present_step .present_step-number .present_step-number-header {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .present_step .present_step-number .present_step-number-header {
    font-size: 10px;
  }
}

.present_step .present_step-number .present_step-number-body {
  margin-top: 5px;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .present_step .present_step-number .present_step-number-body {
    margin-top: 2px;
    font-size: 20px;
  }
}

.present_step .present_step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .present_step {
    width: 100%;
  }
}

/* present_step_text */
.present_step_text {
  font-size: 20px;
  font-weight: bold;
  color: #002896;
}

.present_step_text .present_step_text-note {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .present_step_text {
    font-size: 16px;
  }
}

/* present_get */
.present_get {
  font-size: 24px;
  font-weight: bold;
  color: #002896;
  text-align: center;
}

.present_get .present_get-emp {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .present_get {
    font-size: 20px;
  }
}
  
.present_get-sup {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.present_get-sup {
		font-size: 18px;
	}
}
  


/* present_note */
.present_note {
  margin-top: 25px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .present_note {
    margin-top: 20px;
    text-align: left;
  }
}

.nps {
  width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .nps {
    width: 100%;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.nps .nps-body {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .nps .nps-body {
    margin-top: 10px;
  }
}
.nps_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border: 4px solid #D7C067;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .nps_media {
    display: block;
  }
}
.nps_media .nps_media-inner {
  margin-left: 10px;
}
.nps_media .nps_media-inner:first-child {
  margin-left: 0;
}

.nps_flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nps_flat .nps_flat-inner {
  margin-left: 15px;
}
.nps_flat .nps_flat-inner:first-child {
  margin-left: 0;
}

.nps_object .nps_object-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nps_object .nps_object-info {
  margin-top: 3px;
  font-size: 10px;
  text-align: right;
}

.nps_contents .nps_contents-header {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .nps_contents .nps_contents-header {
    font-size: 16px;
    text-align: center;
  }
}
.nps_contents .nps_contents-header .nps_contents-header-emp {
  font-size: 28px;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #D7C067)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 75%, #D7C067 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #D7C067 0%) repeat scroll 0 0;
}
@media (max-width: 767px) {
  .nps_contents .nps_contents-header .nps_contents-header-emp {
    font-size: 26px;
  }
}
.nps_contents .nps_contents-header .nps_contents-header-sup {
  font-size: 10px;
  font-weight: normal;
}
.nps_contents .nps_contents-info {
  margin-top: 10px;
  text-align: right;
}

.section_content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section_content {
    margin-top: 25px;
  }
}
.section_content .section_content-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #0B2790;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section_content .section_content-header {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
}
.section_content .section_content-header::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -102px;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 75px solid #0B2790;
}
@media (max-width: 767px) {
  .section_content .section_content-header::after {
    bottom: -15px;
    margin-left: -19px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 17px solid #0B2790;
  }
}
.section_content .section_content-header .section_content-header-emp {
  font-size: 36px;
}
@media (max-width: 767px) {
  .section_content .section_content-header .section_content-header-emp {
    font-size: 28px;
  }
}
.section_content .section_content-header .section_content-header-red {
  color: #F6AA00;
}
.section_content .section_content-body {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .section_content .section_content-body {
    margin-top: 35px;
  }
}

.cost {
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cost {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.cost .cost-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cost .cost-body {
  margin-top: 20px;
}

.point_list .point_list-inner {
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .point_list .point_list-inner {
    padding: 30px 0;
  }
}
.point_list .point_list-inner:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .point_list .point_list-inner:first-child {
    margin-top: -30px;
  }
}
.point_list .point_list-inner:nth-child(even) {
  background-color: #F9F9F9;
}


@media screen and (max-width: 767px) {
  .point {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.point .point-body{
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .point .point-body{
    margin-top: 30px;
  }
}

.point_title {
  text-align: center;
}
.point_title .point_title-label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #F7CA47)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 75%, #F7CA47 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #F7CA47 0%) repeat scroll 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .point_title .point_title-label {
    font-size: 16px;
  }
}
.point_title .point_title-label .point_title-label-emp {
  font-size: 26px;
}
.point_title .point_title-text {
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point_title .point_title-text {
    font-size: 22px;
  }
}
.point_title .point_title-text .point_title-text-emp {
  color: #BF0000;
}
.point_title .point_title-text .point_title-text-sup {
  font-size: 12px;
  font-weight: normal;
}
.point_title .point_title-info {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .point_title .point_title-info {
    text-align: left;
  }
}

.l-plan {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 100px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-plan {
    width: 100%;
    padding: 30px 10px;
  }
}

.plan {
  margin-top: 15px;
}
.plan:first-child {
  margin-top: 0;
}
.plan .plan-header {
  text-align: center;
}
.plan .plan-header .plan-header-title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .plan .plan-header .plan-header-title {
    font-size: 16px;
  }
}
.plan .plan-header .plan-header-info {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .plan .plan-header .plan-header-info {
    margin-top: 5px;
    font-size: 12px;
  }
}
.plan .plan-body {
  margin-top: 10px;
}

.plan_list .plan_list-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_list-item {
    margin-top: 10px;
  }
}
.plan_list .plan_list-item:first-child {
  margin-top: 0;
}

.hide_box {
  width: 800px;
  margin: 0 auto;
}
.hide_box .hide_box-header {
  padding: 15px 25px;
  position: relative;
  background-color: #002896;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hide_box.hide_box--type2 .hide_box-header {
  background-color: #18A8CC;
}

.hide_box .hide_box-header::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -9px;
}

.hide_box .hide_box-header.is-active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -7px;
}

.hide_box .hide_box-body {
  display: none;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hide_box .hide_box-body.is-active {
  display: block;
}

@media (max-width: 767px) {
  .hide_box {
    width: 100%;
  }
  .hide_box .hide_box-header {
    padding: 15px;
    font-size: 16px;
  }
  .hide_box .hide_box-header::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    margin-top: -7px;
  }
  .hide_box .hide_box-header.is-active::after {
    margin-top: -2px;
  }
  .hide_box .hide_box-body {
    padding: 25px 10px 15px;
  }
}

.action_simulation {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .action_simulation {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.action_simulation .action_simulation-header {
  font-size: 26px;
  font-weight: bold;
  color: #0B2790;
  text-align: center;
}
@media (max-width: 767px) {
  .action_simulation .action_simulation-header {
    font-size: 18px;
  }
}
.action_simulation .action_simulation-body {
  margin-top: 10px;
}

.l-use {
  margin-top: 20px;
}

.use {
  width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  border: 1px solid #D0D0D0;
  -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
          box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
  border-radius: 8px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .use {
    width: 100%;
  }
}

.use_list .use_list-inner {
  position: relative;
  padding: 30px;
  border-top: 2px solid #D4D2C9;
}
@media screen and (max-width: 767px) {
  .use_list .use_list-inner {
    padding: 20px;
  }
}
.use_list .use_list-inner::after {
  content: "";
  background-image: url(/campaign/lp/point/img/icon/icon_plus.svg);
  width: 35px;
  height: 35px;
  margin-right: -17px;
  position: absolute;
  top: -20px;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .use_list .use_list-inner::after {
    width: 27px;
    height: 27px;
    margin-right: -13px;
    background-size: 27px;
    top: -15px;
  }
}

.use_list .use_list-inner:first-child {
  border-top: none;
}
.use_list .use_list-inner:first-child::after {
  display: none;
}

.use_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.use_media .use_media-object {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .use_media .use_media-object {
    margin-right: 20px;
  }
}
.use_media .use_media-conntents {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .use_media .use_media-conntents {
    font-size: 14px;
  }
}
.use_media .use_media-conntents .use_media-conntents-emp {
  font-size: 26px;
  font-weight: bold;
  color: #BF0000;
}
@media screen and (max-width: 767px) {
  .use_media .use_media-conntents .use_media-conntents-emp {
    font-size: 18px;
  }
}
.use_media .use_media-conntents .use_media-conntents-sup{
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.use_info {
  width: 800px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .use_info {
    width: 100%;
    margin: 10px auto 0;
  }
}

.l-procedure {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-procedure {
    width: 100%;
  }
}

.procedure_list {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .procedure_list {
    display: block;
    margin-top: 0;
  }
}
.procedure_list .procedure_list-inner {
  width: 490px;
  margin-top: 20px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .procedure_list .procedure_list-inner {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .procedure_list .procedure_list-inner:first-child {
    margin-top: 40px;
  }
}

.procedure_media {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .procedure_media {
    height: 80px;
  }
}
.procedure_media .procedure_media-object {
  margin-right: 15px;
}
.procedure_media .procedure_media-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .procedure_media .procedure_media-text {
    font-size: 16px;
  }
}
.procedure_media .procedure_media-text .procedure_media-text-info{
  font-size: 12px;
  font-weight: normal;
}

.l-quality {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-quality {
    width: 100%;
  }
}

.quality_list .quality_list-inner {
  margin-top: 30px;
}
.quality_list .quality_list-inner:first-child {
  margin-top: 0;
}

.quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .quality {
    display: block;
  }
}
.quality .quality-header {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .quality .quality-header {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .quality .quality-body {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.quality_title {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .quality_title {
    width: 100%;
  }
}
.quality_title .quality_title-header {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .quality_title .quality_title-header {
    font-size: 18px;
  }
}
.quality_title .quality_title-text {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .quality_title .quality_title-text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.quality_title .quality_title-text .quality_title-text-emp {
  color: #BF0000;
  font-weight: bold;
}

.action_campaign {
  width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .action_campaign {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.action_campaign .action_campaign-header {
  font-weight: bold;
  font-size: 24px;
  color: #BF0000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .action_campaign .action_campaign-header {
    font-size: 18px;
  }
}
.action_campaign .action_campaign-body {
  margin-top: 20px;
}

.flow {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #838383;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.flow .flow-header{
  font-weight: bold;
  font-size: 30px;
  color: #002896;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow .flow-header{
    font-size: 20px;
  }
}
.flow .flow-body {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flow .flow-body {
    margin-top: 10px;
  }
}

.request_flow .request_flow_inner {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .request_flow .request_flow_inner {
    margin-top: 60px;
  }
}
.request_flow .request_flow_inner::after {
  content: "";
  background-image: url(/campaign/lp/point/img/icon/icon_down_blue.svg);
  width: 30px;
  height: 30px;
  margin-right: -15px;
  position: absolute;
  top: -60px;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .request_flow .request_flow_inner::after {
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: -12px;
    top: -42px;
  }
}
.request_flow .request_flow_inner:first-child {
  margin-top: 0;
}
.request_flow .request_flow_inner:first-child::after {
  display: none;
}

.request {
  width: 500px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .request {
    width: 100%;
  }
}
.request .request-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  background-color: #002896;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.request .request-header .request-header-label {
  display: inline-block;
  width: 42px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background-color: #FFFFFF;
  color: #002896;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .request .request-header .request-header-label {
    width: 35px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.request .request-header .request-header-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .request .request-header .request-header-title {
    font-size: 16px;
  }
}
.request-body {
  margin-top: 30px;
}

.request_content .request_content-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #002896;
}
@media screen and (max-width: 767px) {
  .request_content .request_content-header {
    font-size: 16px;
  }
}

.request_lead {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .request_lead {
    text-align: left;
  }
}

.request_object {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.request_goal {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #002896;
}
@media screen and (max-width: 767px) {
  .request_goal {
    font-size: 16px;
  }
}

.action_request {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .action_request {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .action_request .action_request-header {
    font-size: 22px;
  }
}
.action_request .action_request-body {
  width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .action_request .action_request-body {
    width: 100%;
    margin-top: 15px;
  }
}
.price {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price {
    width: 100%;
  }
}
.price .price-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price .price-body {
  margin-top: 20px;
}

.l-pages-title {
  color: #002896;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .l-pages-title.-apply {
      font-size: 30px;
  }
}

.tvArea {
  text-align: center
}

.tvArea-title {
  width: 344px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #002896;
  margin: 0 auto 34px;
  padding: 10px 40px;
  border-radius: 60px;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tvArea-title {
      width: 260px;
      font-size: 18px;
      margin: 0 auto 25px;
      padding: 10px 30px;
  }
}

.tvArea-title:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #002896 transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .tvArea-title:after {
      bottom: -15px;
      border-width: 0 8px 15px 8px;
  }
}

.tvArea-image {
  width: 683px;
  margin: 0 auto;
  cursor: pointer;
}

.tvArea-image:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .tvArea-image {
      width: 300px;
  }
}

.tvArea-image>.sp {
display: block
}

@media screen and (min-width: 768px) {
  .tvArea-image>.sp {
      display:none
  }
}

@media screen and (max-width: 767px) {
  .tvArea-image>.pc {
      display:none
  }
}

.youtubeArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none
}

.youtubeArea.-open {
  display: block;
  z-index: 3;
}

.youtubeArea-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .youtubeArea-modal {
      width:90%;
      padding-top: 57.25%
}
}

.youtubeArea-modal>.closeButton {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 3px;
  top: -336px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .youtubeArea-modal>.closeButton {
      top:-16px;
  }
}

.youtubeArea-modal>.closeButton:before,.youtubeArea-modal>.closeButton:after {
  content: '';
  width: 36px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  top: 45%;
  right: -20%
}

.youtubeArea-modal>.closeButton:before {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
      transform: rotate(-43deg)
}

.youtubeArea-modal>.closeButton:after {
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
      transform: rotate(43deg)
}

.youtubeArea-modal>.movie {
  width: 800px;
  height: 45.4rem;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
.youtubeArea-modal>.movie {
  height:inherit;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}
}

.youtubeArea-background {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .6
}

.permission_note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .permission_note {
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}
.permission_note .permission_note-link {
  font-weight: bold;
}

.permission_note .permission_note-emphasis {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  font-weight: bold;
  width: 160px;
  padding: 15px 20px;
  border: 1px #bebebe solid;
  text-align: center;
}

table td {
  border: 1px #bebebe solid;
  padding: 15px 20px;
  width: calc(100% - 160px);
  text-align: center;
}

table {
  border-collapse: collapse;
}

table th,
table td {
  border: solid 1px gray;
}

.area__list {
  background: white;
  border-radius: 6px;
  border: 1px solid #18a8cc;
  margin-bottom: 20px;
}

.area__open {
  background: #18a8cc;
  color: white;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.area__open::before {
  content: url(../img/arrow_right_white.svg);
  position: absolute;
  width: 11px;
  height: 18px;
  top: 1px;
  right: 20px;
}

.area__contents {
  padding: 20px 60px;
  display: none;
}

.area__contents--text1 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.area__contents--text2 {
  text-align: end;
}

.area__contents--title {
  font-size: 1.8rem;
  font-weight: bold;
}

.area__contents > .notice {
  text-align: left;
}

.area__map {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.area__map > img {
  width: 100%;
  height: auto;
}

.area__detail {
  width: 100%;
}

.area__detail th {
  background: #18a8cc;
  color: white;
  font-weight: bold;
  padding: 12px 0;
  font-size: 16px;
}
.area__detail td {
  font-size: 16px;
}

.area__detail th:first-child {
  width: 12.5%;
}

.area__detail th:nth-child(2) {
  width: 37%;
}

.area__detail small {
  font-size: 1rem;
}

.area__fee {
  margin-top: 20px;
  text-align: left;
}

.area__fee a {
  text-decoration: underline;
}

.area__fee a:hover {
  text-decoration: none;
}

.area__fee--title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.area__fee--title+p {
  font-size: 16px;
}

.open.area__open::before {
  content: url(../img/line_icon.svg);
  width: 18px;
  height: 3px;
  top: -2px;
  right: 20px;
  position: absolute;
}

@media (max-width: 900px) {
  .area__list {
    margin-bottom: 10px;
  }
  .area__open {
    font-size: 16px;
    text-align: left;
    height: 56px;
    line-height: 56px;
  }
  .area__contents {
    padding: 10px;
  }
  .area__contents--text1 {
    font-size: 14px;
  }
  .area__contents--text2 {
    font-size: 10px;
  }
  .area__contents--title {
    font-size: 14px;
  }
  .area__contents > .notice {
    text-align: left;
  }
  .area__map {
    width: 100%;
  }
  .area__detail {
    font-size: 11px;
  }
  .area__detail th {
    padding: 6px 0;
  }
  .area__detail td {
    padding: 10px;
    vertical-align: middle;
  }
  .area__fee--title {
    font-size: 14px;
  }
  .area__fee > p {
    font-size: 12px;
  }
}

.contents .contents-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
  background-color: #F9F9F9;
}

.contents_detail .contents_detail-header {
	font-weight: bold;
	font-size: 30px;
	color: #002896;
	text-align: center;
}

@media (max-width: 767px) {
	.contents_detail .contents_detail-header {
		margin-top: 20px;
		font-size: 16px;
	}
}

.contents_detail .contents_detail-body {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.contents_detail .contents_detail-body {
		margin-top: 20px;
	}
}

.simulation_body {
	padding-bottom: 100px;
}

.msg {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.msg {
		margin-top: 30px;
	}
}

.msg .msg-header {
	font-size: 30px;
	text-align: center;
	color: #002896;
	font-weight: bold;
}

@media (max-width: 767px) {
	.msg .msg-header {
		font-size: 24px;
	}
}

.msg .msg-body {
	font-size: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.msg .msg-body {
		font-size: 14px;
	}
}

.l-form {
	width: 1000px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.l-form {
		width: 100%;
		margin: 30px auto 0;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.form_list .form_list-inner {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.form_list .form_list-inner {
		margin-top: 30px;
	}
}

.form_list .form_list-inner:first-child {
	margin-top: 0;
}

.step .step-header {
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #002896;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	color: #FFFFFF;
	line-height: 1;
}

@media (max-width: 767px) {
	.step .step-header {
		width: 75px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
	}
}

.step .step-title {
	margin-top: 15px;
	font-size: 26px;
	font-weight: 700;
	color: #EF8200;
	vertical-align: baseline;
}

@media (max-width: 767px) {
	.step .step-title {
		margin-top: 10px;
		font-size: 20px;
	}
}

.step .step-title .step-title-label {
	color: #EF2B00;
	font-size: 14px;
	font-weight: normal;
}

@media (max-width: 767px) {
	.step .step-title .step-title-label {
		font-size: 12px;
	}
}

.step .step-body {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.step .step-body {
		margin-top: 10px;
	}
}

.step.step--gas {
	display: none;
	position: relative;
	margin-top: 110px;
}

@media (max-width: 767px) {
	.step.step--gas {
		margin-top: 70px;
	}
}

.step.step--gas::before {
	content: "";
	position: absolute;
	top: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_plus.png) no-repeat;
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	.step.step--gas::before {
		top: -50px;
		background: url(/campaign/lp/point/energy/img/sp_icon_plus.png) no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}
}

.step.step--gas.is-active {
	display: block;
}

.l-selectbox {
	width: 480px;
	position: relative;
}

@media (max-width: 767px) {
	.l-selectbox {
		width: 100%;
	}
}

.l-selectbox::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 15px;
	top: 21px;
	border-bottom: #002896 2px solid;
	border-right: #002896 2px solid;
	-webkit-transform: rotate(45deg) translateY(-30%);
			-ms-transform: rotate(45deg) translateY(-30%);
					transform: rotate(45deg) translateY(-30%);
}

@media (max-width: 767px) {
	.l-selectbox::after {
		width: 6px;
		height: 6px;
		right: 20px;
		top: 16px;
	}
}

.l-selectbox.l-selectbox--type01 {
	width: 400px;
}

@media (max-width: 767px) {
	.l-selectbox.l-selectbox--type01 {
		width: 100%;
	}
}

.l-selectbox.l-selectbox--type2 {
	width: 335px;
}

@media (max-width: 767px) {
	.l-selectbox.l-selectbox--type2 {
		width: 100%;
	}
}

.input_text {
	position: relative;
}

.input_text::after {
	position: absolute;
	right: 15px;
	top: 12px;
	font-weight: 700;
	font-size: 20px;
}

@media (max-width: 767px) {
	.input_text::after {
		font-size: 16px;
	}
}

.input_text .input_text-item {
	padding-right: 65px;
}

@media (max-width: 767px) {
	.input_text .input_text-item {
		padding-right: 40px;
	}
}

.input_text.input_text--energy::after {
	content: "kWh";
}

.input_text.input_text--gas::after {
	content: "\033a5";
}

.simulation .simulation-body {
	border: 5px solid #002896;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
	.simulation .simulation-body {
		border: 4px solid #002896;
	}
}

.section_tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.section_tabs .section_tabs-inner {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tab {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #F2F2F2;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	color: #AAAAAA;
}

@media (max-width: 767px) {
	.tab {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}
}

.tab .tab-text {
	display: block;
}

.tab .tab-text::before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_energy_off.png) no-repeat;
	width: 27px;
	height: 40px;
}

@media (max-width: 767px) {
	.tab .tab-text::before {
		margin-right: 5px;
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_energy_off.png) no-repeat;
		background-size: 16px 24px;
		width: 16px;
		height: 24px;
	}
}

.tab .tab-text .pc {
	display: inline-block;
}

@media (max-width: 767px) {
	.tab .tab-text .pc {
		display: none;
	}
}

.tab:link, .tab:hover, .tab:visited {
	text-decoration: none;
	color: #AAAAAA;
}

.tab:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.tab.is-active {
	background-color: #002896;
	color: #FFFFFF;
	cursor: default;
}

.tab.is-active .tab-text::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_energy_on.png) no-repeat;
	width: 27px;
	height: 40px;
}

@media (max-width: 767px) {
	.tab.is-active .tab-text::before {
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_energy_on.png) no-repeat;
		background-size: 16px 24px;
		width: 16px;
		height: 24px;
	}
}

.tab.is-active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tab.tab--gas .tab-text::before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_gas_off.png) no-repeat;
	width: 27px;
	height: 40px;
}

@media (max-width: 767px) {
	.tab.tab--gas .tab-text::before {
		margin-right: 5px;
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_gas_off.png) no-repeat;
		background-size: 16px 24px;
		width: 16px;
		height: 24px;
	}
}

.tab.tab--gas.is-active .tab-text::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_gas_on.png) no-repeat;
	width: 27px;
	height: 40px;
}

@media (max-width: 767px) {
	.tab.tab--gas.is-active .tab-text::before {
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_gas_on.png) no-repeat;
		background-size: 16px 24px;
		width: 16px;
		height: 24px;
	}
}

.tab.tab--gas.is-active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.container .container-body {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.container .container-body {
		padding: 15px;
	}
}

.container .container-footer {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #002896;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.container .container-footer {
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 18px;
	}
}

.container .container-footer.is-active {
	display: block;
}

.simulation_type01 {
	display: none;
	width: 675px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.simulation_type01 {
		width: 100%;
	}
}

.simulation_type01 .simulation_type01-list {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.simulation_type01 .simulation_type01-list {
		margin-top: 20px;
	}
}

.simulation_type01 .simulation_type01-list .simulation_type01-list-inner {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.simulation_type01 .simulation_type01-list .simulation_type01-list-inner {
		margin-top: 15px;
	}
}

.simulation_type01 .simulation_type01-list .simulation_type01-list-inner:first-child {
	margin-top: 0;
}

.simulation_type01 .simulation_type01-footer {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.simulation_type01 .simulation_type01-footer {
		margin-top: 15px;
	}
}

.simulation_type01.is-active {
	display: block;
}

@media (max-width: 767px) {
	.input_type01 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.input_type01 .input_type01-header {
	font-size: 26px;
	font-weight: 700;
	color: #002896;
}

@media (max-width: 767px) {
	.input_type01 .input_type01-header {
		margin-right: 20px;
		font-size: 16px;
	}
}

.input_type01 .input_type01-body {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.input_type01 .input_type01-body {
		margin-top: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
				-ms-flex: 1;
						flex: 1;
	}
}

.input_after {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
			-ms-flex-align: end;
					align-items: flex-end;
}

.input_after .input_after-item:first-child {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.input_after .input_after-item:first-child {
		margin-top: 5px;
	}
}

.input_after .input_after-item:last-child {
	font-size: 30px;
	font-weight: 700;
	color: #002896;
}

@media (max-width: 767px) {
	.input_after .input_after-item:last-child {
		font-size: 24px;
	}
}

.simulation_type02 {
	display: none;
	width: 700px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.simulation_type02 {
		width: 100%;
	}
}

.simulation_type02 .simulation_type02-object {
	margin-top: 45px;
	text-align: center;
}

@media (max-width: 767px) {
	.simulation_type02 .simulation_type02-object {
		margin-top: 30px;
	}
	.simulation_type02 .simulation_type02-object img {
		width: 100%;
	}
}

.simulation_type02 .simulation_type02-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin-top: 45px;
}

@media (max-width: 767px) {
	.simulation_type02 .simulation_type02-list {
		display: block;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:first-child {
		margin-top: 0;
	}
}

.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:nth-child(odd) {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:nth-child(odd) {
		margin-top: 30px;
		margin-right: 0;
	}
}

.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:nth-child(even) {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:nth-child(even) {
		margin-top: 30px;
		margin-left: 0;
	}
}

.simulation_type02 .simulation_type02-list .simulation_type02-list-inner:nth-child(n + 3) {
	margin-top: 30px;
}

.simulation_type02 .simulation_type02-footer {
	margin-top: 30px;
}

.simulation_type02.is-active {
	display: block;
}

.input_type02 {
	width: 335px;
}

@media (max-width: 767px) {
	.input_type02 {
		width: 100%;
	}
}

.input_type02 .input_type02-header {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 45px;
	background-color: #EF8200;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.input_type02 .input_type02-header .input_type02-header-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #152E82;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.input_type02 .input_type02-body {
	margin-top: 20px;
}

.input_type02 .input_type02-balloon {
	position: relative;
	height: 70px;
	margin-top: 20px;
	padding: 12px;
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	font-weight: 700;
	color: #EF8200;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.input_type02 .input_type02-balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 35px;
	top: -15px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #D0D0D0;
	border-left: 15px solid transparent;
}

.input_type02 .input_type02-balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 35px;
	top: -13px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FFFFFF;
	border-left: 15px solid transparent;
}

.input_type02 .input_type02-balloon.is-inactive {
	display: none;
}

.tips {
	margin-top: 10px;
}

.tips:first-child {
	margin-top: 0;
}

.fee_tips {
	margin-top: 10px;
}

.fee_tips .fee_tips-header {
	font-weight: 700;
	color: #002896;
}

.fee_tips .fee_tips-header .fee_tips-header-emp {
	font-size: 16px;
	color: #002896;
}

@media (max-width: 767px) {
	.fee_tips .fee_tips-header .fee_tips-header-emp {
		font-size: 14px;
	}
}

.fee_tips .fee_tips-body {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #002896;
}

@media (max-width: 767px) {
	.fee_tips .fee_tips-body {
		font-size: 12px;
	}
}

.fee_tips .fee_tips-body .fee_tips-body-emp {
	font-weight: 500;
	font-size: 16px;
	color: #8F8F8F;
}

@media (max-width: 767px) {
	.fee_tips .fee_tips-body .fee_tips-body-emp {
		font-size: 12px;
	}
}

.gas_area {
	display: none;
}

.gas_area.is-active {
	display: block;
}

.l-result {
	display: none;
}

.l-result.is-active {
	display: block;
}

.result {
	width: 1000px;
	min-width: 1000px;
	margin: 60px auto 0;
}

@media (max-width: 767px) {
	.result {
		width: 100%;
		min-width: 100%;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.result .result-header {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #002896;
}

@media (max-width: 767px) {
	.result .result-header {
		font-size: 24px;
	}
}

.result .result-body {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.result .result-body {
		margin-top: 20px;
	}
}

.result_list .result_list-inner {
	position: relative;
	margin-top: 110px;
}

@media (max-width: 767px) {
	.result_list .result_list-inner {
		margin-top: 65px;
	}
}

.result_list .result_list-inner::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_plus.png) no-repeat;
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	.result_list .result_list-inner::before {
		top: -50px;
		background: url(/campaign/lp/point/energy/img/sp_icon_plus.png) no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}
}

.result_list .result_list-inner:first-child {
	margin-top: 0;
}

.result_list .result_list-inner:first-child::before {
	display: none;
}

.result_list .result_list-inner:last-child::before {
	background: url(/campaign/lp/point/energy/img/pc_icon_equal.png) no-repeat;
}

@media (max-width: 767px) {
	.result_list .result_list-inner:last-child::before {
		top: -50px;
		background: url(/campaign/lp/point/energy/img/sp_icon_equal.png) no-repeat;
		background-size: 30px 30px;
	}
}

.result_container .result_container-header {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #002896;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: 700;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}

@media (max-width: 767px) {
	.result_container .result_container-header {
		font-size: 18px;
	}
}

.result_container .result_container-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.result_item {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	background: #F9F9F9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
	.result_item {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.result_item .result_item-header {
	font-size: 70px;
	color: #EF8200;
	vertical-align: baseline;
}

@media (max-width: 767px) {
	.result_item .result_item-header {
		font-size: 50px;
	}
}

.result_item .result_item-header .result_item-header-sub {
	font-size: 30px;
}

@media (max-width: 767px) {
	.result_item .result_item-header .result_item-header-sub {
		font-size: 16px;
	}
}

.result_item .result_item-header.is-disable {
	color: #8F8F8F;
}

.result_item .result_item-body {
	margin-top: 5px;
	font-size: 30px;
	font-weight: 700;
	color: #002896;
	line-height: 1;
}

@media (max-width: 767px) {
	.result_item .result_item-body {
		font-size: 16px;
	}
}

.result_item .result_item-footer {
	margin-top: 15px;
	padding: 0px 10px;
}

.result_item.result_item--total {
	background: #EF8200;
}

.result_item.result_item--total .result_item-header {
	font-weight: 700;
	font-size: 30px;
	color: #002896;
}

@media (max-width: 767px) {
	.result_item .result_item-footer {
		text-align: left;
	}
	.result_item.result_item--total .result_item-header {
		font-size: 16px;
	}
}

.result_item.result_item--total .result_item-header .result_item-header-sub {
	color: #FFFFFF;
}

.result_item.result_item--total .result_item-header .result_item-header-emp {
	font-size: 80px;
}

@media (max-width: 767px) {
	.result_item.result_item--total .result_item-header .result_item-header-emp {
		font-size: 54px;
	}
}

.result_item.result_item--coins {
	background-color: #F9F9F9;
}

.result_item.is-over {
	background: #F9F9F9;
}

.result_item.is-over .result_item-header {
	color: #8F8F8F;
}

.result_item.is-over.result_item--total .result_item-header .result_item-header-sub {
	color: #8F8F8F;
}

.point .point-description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.point .point-description .point-description-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
	border: 2px solid #002896;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.point .point-add {
	position: relative;
	width: 400px;
	margin: 100px auto 0;
	border: 2px solid #002896;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.point .point-add::before {
	content: "";
	position: absolute;
	display: block;
	top: -75px;
	left: 50%;
	margin-left: -25px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #002896;
	color: #FFFFFF;
}

.point .point-add::after {
	content: "+";
	position: absolute;
	top: -84px;
	left: 50%;
	margin-left: -12px;
	color: #FFFFFF;
	font-size: 46px;
}

@media (max-width: 767px) {
	.point .point-description {
		display: block;
	}
	.point .point-description .point-description-item {
		display: block;
		width: 100%;
	}
	.point .point-add {
		width: 100%;
		margin: 60px auto 0;
	}
	.point .point-add::before {
		content: "";
		position: absolute;
		display: block;
		top: -47px;
		left: 50%;
		margin-left: -15px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		background-color: #002896;
		color: #FFFFFF;
	}
	.point .point-add::after {
		content: "+";
		position: absolute;
		color: #FFFFFF;
		font-size: 28px;
		top: -53px;
		left: 50%;
		margin-left: -7px;
	}
}

.point_pattern {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.point_pattern .point_pattern-title {
	position: relative;
	width: 188px;
	margin-right: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.point_pattern .point_pattern-title .point_pattern-title-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.point_pattern .point_pattern-title .point_pattern-title-text {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #002896;
	text-align: center;
}

.point_pattern .point_pattern-title::after {
	content: "";
	background-image: url(/campaign/lp/point/energy/img/pc_icon_arrow_blue.png);
	width: 30px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -25px;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}

.point_pattern .point_pattern-text {
	width: 188px;
	font-size: 20px;
	font-weight: bold;
	color: #002896;
	text-align: center;
}

.point_pattern.point_pattern--emp {
	background: #002896;
}

.point_pattern.point_pattern--emp .point_pattern-title .point_pattern-title-text {
	color: #FFFFFF;
}

.point_pattern.point_pattern--emp .point_pattern-title::after {
	background-image: url(/campaign/lp/point/energy/img/pc_icon_arrow_white.png);
}

.point_pattern.point_pattern--emp .point_pattern-text {
	font-size: 18px;
	color: #FFFFFF;
}

.point_pattern.point_pattern--emp .point_pattern-text .point_pattern-text-emp {
	font-size: 24px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EF8200));
	background: -webkit-linear-gradient(transparent 80%, #EF8200 80%);
	background: -o-linear-gradient(transparent 80%, #EF8200 80%);
	background: linear-gradient(transparent 80%, #EF8200 80%);
}

@media (max-width: 767px) {
	.point_pattern .point_pattern-title {
		width: 100%;
		margin-right: 20px;
	}
	.point_pattern .point_pattern-title .point_pattern-title-text {
		font-size: 14px;
	}
	.point_pattern .point_pattern-title::after {
		content: "";
		background-image: url(/campaign/lp/point/energy/img/sp_icon_arrow_blue.png);
		background-size: 25px 20px;
		width: 25px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: -25px;
		-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
						transform: translateY(-50%);
	}
	.point_pattern .point_pattern-text {
		width: 100%;
		font-size: 18px;
	}
	.point_pattern.point_pattern--emp .point_pattern-title::after {
		background-image: url(/campaign/lp/point/energy/img/sp_icon_arrow_white.png);
	}
	.point_pattern.point_pattern--emp .point_pattern-text {
		font-size: 16px;
	}
	.point_pattern.point_pattern--emp .point_pattern-text .point_pattern-text-emp {
		font-size: 22px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EF8200));
		background: -webkit-linear-gradient(transparent 80%, #EF8200 80%);
		background: -o-linear-gradient(transparent 80%, #EF8200 80%);
		background: linear-gradient(transparent 80%, #EF8200 80%);
	}
}

.l-btn {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}

.btn {
	position: relative;
	display: inline-block;
	width: 360px;
	padding: 15px;
	background: #BF0000;
	border-radius: 40px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

@media (max-width: 767px) {
	.btn {
		width: 100%;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.btn:link {
	text-decoration: none;
	color: #FFFFFF;
}

.btn:hover, .btn:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.btn::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 15px;
	top: 25px;
	border-bottom: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	-webkit-transform: rotate(-45deg) translateY(-30%);
			-ms-transform: rotate(-45deg) translateY(-30%);
					transform: rotate(-45deg) translateY(-30%);
}

.btn.is-disable {
	background: #AFAFAF;
	cursor: default;
}

.btn.is-disable:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn.btn--page {
	background: #EF8200;
}

.btn.btn--blue {
	background: #0B2790;
}

.btn.btn--page::after {
	display: none;
}

.l-note {
	margin-top: 20px;
}

.note {
	text-align: center;
}

.l-result_more {
	margin-top: 70px;
	padding-top: 70px;
	background: #F9F9F9;
}

@media (max-width: 767px) {
	.l-result_more {
		margin-top: 50px;
		padding-top: 50px;
	}
	.note {
		text-align: left;
	}
}

.result_more {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}

@media (max-width: 767px) {
	.result_more {
		width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.result_more .result_more-body {
	margin-top: 100px;
}

@media (max-width: 767px) {
	.result_more .result_more-body {
		margin-top: 40px;
	}
}

.section_result {
	margin-top: 60px;
}

.section_result .section_result-header {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #002896;
}

@media (max-width: 767px) {
	.section_result .section_result-header {
		font-size: 24px;
	}
}

.section_result .section_result-body {
	margin-top: 40px;
}

.section_result:first-child {
	margin-top: 0;
}

.comparison_list .comparison_list-inner {
	margin-top: 40px;
}

.comparison_list .comparison_list-inner:first-child {
	margin-top: 0;
}

.comparison_list .comparison_list-inner.comparison_list-inner--gas {
	display: none;
}

.comparison_list .comparison_list-inner.comparison_list-inner--gas.is-active {
	display: block;
}

.comparison_container .comparison_container-header {
	position: relative;
	padding-left: 60px;
	font-weight: 700;
	font-size: 20px;
	color: #002896;
	line-height: 1;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

@media (max-width: 767px) {
	.comparison_container .comparison_container-header {
		padding-left: 30px;
	}
}

.comparison_container .comparison_container-body {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.comparison_container .comparison_container-body {
		margin-top: 10px;
	}
}

.comparison_container.comparison_container--energy .comparison_container-header::before {
	content: "";
	position: absolute;
	left: 17px;
	top: -12px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_energy.png) no-repeat;
	width: 30px;
	height: 45px;
}

@media (max-width: 767px) {
	.comparison_container.comparison_container--energy .comparison_container-header::before {
		left: 0;
		top: -10px;
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_energy.png) no-repeat;
		background-size: 25px 35px;
		width: 25px;
		height: 35px;
	}
}

.comparison_container.comparison_container--gas .comparison_container-header::before {
	content: "";
	position: absolute;
	left: 17px;
	top: -12px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_gas.png) no-repeat;
	width: 30px;
	height: 45px;
}

@media (max-width: 767px) {
	.comparison_container.comparison_container--gas .comparison_container-header::before {
		left: 0;
		top: -10px;
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_gas.png) no-repeat;
		background-size: 25px 35px;
		width: 25px;
		height: 35px;
	}
}

.comparison_container.comparison_container--coins .comparison_container-header::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_coins02.png) no-repeat;
	width: 58px;
	height: 43px;
}

@media (max-width: 767px) {
	.comparison_container.comparison_container--coins .comparison_container-header::before {
		top: 6px;
		background: url(/campaign/lp/point/energy/img/sp_icon_coins02.png) no-repeat;
		background-size: 33px 24px;
		width: 33px;
		height: 24px;
	}
}

.comparison {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.comparison {
		display: block;
	}
}

.comparison .comparison-detail {
	width: 100%;
	border-bottom: 2px solid #002896;
}

.comparison .comparison-detail .comparison-detail-header {
	height: 52px;
	line-height: 52px;
	background: #002896;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

.comparison .comparison-detail .comparison-detail-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 2px solid #D0D0D0;
}

.comparison .comparison-detail .comparison-detail-item .comparison-detail-item-header {
	width: 170px;
	height: 52px;
	line-height: 52px;
	border-right: 2px solid #D0D0D0;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	background: #002896;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.comparison .comparison-detail .comparison-detail-item .comparison-detail-item-header {
		font-size: 14px;
	}
}

.comparison .comparison-detail .comparison-detail-item .comparison-detail-item-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
			-ms-flex: 1;
					flex: 1;
	height: 52px;
	line-height: 52px;
	border-right: 2px solid #002896;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	background: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #8F8F8F;
}

.comparison .comparison-detail:last-child {
	position: relative;
	margin-left: 100px;
}

@media (max-width: 767px) {
	.comparison .comparison-detail:last-child {
		margin-left: 0;
		margin-top: 75px;
	}
}

.comparison .comparison-detail:last-child .comparison-detail-header {
	font-size: 20px;
}

@media (max-width: 767px) {
	.comparison .comparison-detail:last-child .comparison-detail-header {
		font-size: 18px;
	}
}

.comparison .comparison-detail:last-child .comparison-detail-item .comparison-detail-item-body {
	font-size: 20px;
	color: #EF8200;
}

@media (max-width: 767px) {
	.comparison .comparison-detail:last-child .comparison-detail-item .comparison-detail-item-body {
		font-size: 18px;
	}
}

.comparison .comparison-detail:last-child::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -70px;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_arrow.png) no-repeat;
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	.comparison .comparison-detail:last-child::before {
		margin-left: 0;
		margin-top: 75px;
		top: -130px;
		left: 50%;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
		background: url(/campaign/lp/point/energy/img/sp_icon_arrow.png) no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
	}
}

.precautions {
	width: 1000px;
	min-width: 1000px;
	margin: 50px auto 80px;
}

@media (max-width: 767px) {
	.precautions {
		width: 100%;
		min-width: 100%;
		margin: 30px auto 50px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.section_precautions {
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #D0D0D0;
}

.section_precautions .section_precautions-header {
	font-weight: 700;
	font-size: 18px;
	color: #002896;
}

.section_precautions .section_precautions-body {
	margin-top: 10px;
}

.section_precautions.section_precautions--gas {
	display: none;
}

.section_precautions.section_precautions--gas.is-active {
	display: block;
}

.section_precautions.section_precautions--result {
	display: none;
}

.section_precautions.section_precautions--result.is-active {
	display: block;
}

.precautions_text {
	margin-top: 10px;
}

.precautions_text:first-child {
	margin-top: 0;
}

.precautions_table {
	margin-top: 10px;
	background-color: #FFFFFF;
}

.precautions_table .precautions_table-header {
	width: 403px;
	padding: 15px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

@media (max-width: 767px) {
	.precautions_table .precautions_table-header {
		width: 240px;
	}
}

.precautions_table .precautions_table-body {
	padding: 15px;
	border: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.graf {
	width: 900px;
	min-width: 900px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.graf {
		width: 100%;
		min-width: 100%;
	}
}

.graf .graf-table {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.graf .graf-table {
		margin: 40px auto 0;
		white-space: nowrap;
		overflow: scroll;
		border: 1px solid #002896;
	}
}

.fee_table {
	width: 100%;
}

.fee_table .fee_table-bord {
	background-color: #FFFFFF;
}

.fee_table .fee_table-bord th, .fee_table .fee_table-bord td {
	padding: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-size: 10px;
}

.fee_table .fee_table-bord th {
	background: #8F8F8F;
	color: #FFFFFF;
}

.fee_table .fee_table-bord:nth-child(odd) {
	background-color: #F6FAFD;
}

.fee_table .fee_table-bord.fee_table-bord--month {
	color: #FFFFFF;
}

.fee_table .fee_table-bord.fee_table-bord--month th {
	background-color: #002896;
}

.fee_table .fee_table-bord.fee_table-bord--emp th {
	background-color: #EF8200;
}

.fee_table .fee_table-bord.fee_table-bord--emp td {
	color: #EF8200;
}

.fee_table .fee_table-bord.fee_table-bord--gas {
	display: none;
}

.fee_table .fee_table-bord.fee_table-bord--gas.is-active {
	display: table-row;
}

.add_checkbox .add_checkbox-input:checked + .add_checkbox-title::before {
	content: "";
	top: -8px;
	left: -5px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_checkbox_on.png) no-repeat;
	width: 48px;
	height: 43px;
}

@media (max-width: 767px) {
	.add_checkbox .add_checkbox-input:checked + .add_checkbox-title::before {
		top: -9px;
		left: 6px;
		background: url(/campaign/lp/point/energy/img/sp_icon_checkbox_on.png) no-repeat;
		background-size: 34px 30px;
		width: 34px;
		height: 30px;
	}
}

.add_checkbox .add_checkbox-title {
	position: relative;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	line-height: 1;
}

.add_checkbox .add_checkbox-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_checkbox_off.png) no-repeat;
	width: 27px;
	height: 27px;
}

@media (max-width: 767px) {
	.add_checkbox .add_checkbox-title::before {
		left: 12px;
		background: url(/campaign/lp/point/energy/img/sp_icon_checkbox_off.png) no-repeat;
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
	}
}

.gas_only {
	display: none;
}

.gas_only.is-active {
	display: inline;
}

.l-floting_contents {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #C7C7C7;
	background: #FFFFFF;
	-webkit-box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.1);
					box-shadow: 0px -2px 2px rgba(51, 51, 51, 0.1);
	z-index: 10;
}
@media (max-width: 767px) {
	.l-floting_contents {
		bottom: 55px;
	}
}

.l-floting_contents.is-active {
	display: block;
}

.floting_contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.floting_contents {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
		width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
}

.floting_contents .floting_contents-inner {
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.floting_contents .floting_contents-inner {
		width: auto;
	}
	.floting_contents .floting_contents-inner:first-child {
		margin-right: 20px;
	}
	.floting_contents .floting_contents-inner:last-child {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
				-ms-flex: 1;
						flex: 1;
	}
}

.estimated_price {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.estimated_price .estimated_price-header {
	font-weight: 700;
	font-size: 18px;
	color: #002896;
	line-height: 1;
}

@media (max-width: 767px) {
	.estimated_price .estimated_price-header {
		font-size: 12px;
		line-height: 1.4;
	}
}

.estimated_price .estimated_price-header .estimated_price-header-gas {
	display: none;
}

.estimated_price .estimated_price-header .estimated_price-header-gas.is-active {
	display: inline-block;
}

.estimated_price .estimated_price-body {
	font-weight: 700;
	font-size: 20px;
	color: #002896;
}

@media (max-width: 767px) {
	.estimated_price .estimated_price-body {
		font-size: 14px;
	}
}

.estimated_price .estimated_price-body .estimated_price-body-emp {
	color: #EF8200;
}

.estimated_price .estimated_price-body .estimated_price-body-num {
	font-size: 30px;
}

@media (max-width: 767px) {
	.estimated_price .estimated_price-body .estimated_price-body-num {
		font-size: 20px;
	}
}

.icon_logo_gas_min {
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_gas_min.png) no-repeat;
	width: 21px;
	height: 30px;
}

@media (max-width: 767px) {
	.icon_logo_gas_min {
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_gas_min.png) no-repeat;
		background-size: 20px 30px;
		width: 20px;
		height: 30px;
	}
}

.icon_logo_energy_min {
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_energy_min.png) no-repeat;
	width: 21px;
	height: 30px;
}

@media (max-width: 767px) {
	.icon_logo_energy_min {
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_energy_min.png) no-repeat;
		background-size: 20px 30px;
		width: 20px;
		height: 30px;
	}
}

.icon_logo_mix {
	display: inline-block;
	vertical-align: middle;
	background: url(/campaign/lp/point/energy/img/pc_icon_logo_mix.png) no-repeat;
	width: 46px;
	height: 30px;
}

@media (max-width: 767px) {
	.icon_logo_mix {
		background: url(/campaign/lp/point/energy/img/sp_icon_logo_mix.png) no-repeat;
		background-size: 45px 30px;
		width: 45px;
		height: 30px;
	}
}

.errormsg {
	color: #EF2B00;
	font-size: 14px;
	font-weight: bold;
}

.l-warning {
	width: 355px;
	margin: 20px auto 0;
}

.warning {
	background-color: #FEF0DD;
	padding: 15px;
	text-align: left;
}
.warning .warning-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	color: #A35E04;
}
.warning .warning-header::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(/campaign/lp/point/energy/img/icon_warning.svg);
	margin-right: 10px;
}
.warning .warning-body {
	margin-top: 10px;
}
.warning .warning-footer {
	margin-top: 10px;
	text-align: right;
}

.warning_list .warning_list-inner {
	margin-top: 5px;
	padding-left: 25px;
	color: #A35E04;
}
.warning_list .warning_list-inner:first-child {
	margin-top: 0;
}


@media (max-width: 767px) {
	.l-warning {
		width: 100%;
		margin: 20px auto 0;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}
	.warning {
		background-color: #FEF0DD;
		padding: 15px;
		text-align: left;
	}
	.warning .warning-body {
		margin-top: 10px;
	}
	.warning .warning-footer {
		margin-top: 5px;
	}
}

/* l-rule */
.l-rule {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #838383;
}

/* rule */
.rule {
  width: 900px;
  margin: 0 auto;
}

.rule .rule-title {
  font-size: 16px;
  font-weight: bold;
}

.rule .rule-list {
  margin: 10px 0px;
}

.rule .rule-list .rule-list-item {
  margin-top: -1px;
  border: 1px solid #b8b8b8;
}

.rule .rule-list .rule-list-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .rule {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* rule_info */
.rule_info .rule_info-title {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #EBEBEB;
}

.rule_info .rule_info-body {
  padding: 10px 20px;
  font-size: 14px;
  border-top: 1px solid #b8b8b8;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .rule_info-title {
    padding: 5px 10px;
    font-size: 12px;
  }
  .rule_info-body {
    padding: 5px 10px;
    font-size: 12px;
  }
}
