@charset "UTF-8";
.mod_footer-copy, .e-ttl01 small {
  font-family: "Montserrat", sans-serif;
}

.mod_fixBtn .btn a, .e-txtLinkBox, .mod_cv a, .mod_cv .modalLink, .mod_cvModal .close, .mod_cvModal .in .call a, .mod_footer-link a, .mod_header-nav ul li a, .e-linkLabel {
  transition: opacity 0.3s ease;
}
.mod_fixBtn .btn a:hover, .e-txtLinkBox:hover, .mod_cv a:hover, .mod_cv .modalLink:hover, .mod_cvModal .close:hover, .mod_cvModal .in .call a:hover, .mod_footer-link a:hover, .mod_header-nav ul li a:hover, .e-linkLabel:hover {
  opacity: 0.4;
}

body {
  font-family: "Noto Sans JP", "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
  padding-bottom: 147px;
}
@media screen and (max-width: 769px) {
  body {
    padding-bottom: 122px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  @Include clf;
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 75px;
}
@media screen and (max-width: 769px) {
  .inner .inner {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0 1em;
  }
}

@media screen and (max-width: 769px) {
  .l-contents {
    overflow: hidden;
  }
}

.l-section {
  margin: 6em 0;
}
@media screen and (max-width: 769px) {
  .l-section {
    margin: 3.5em 0;
  }
}

.l-header {
  padding: 1rem 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .l-header {
    z-index: 100;
    width: 100%;
  }
}
.l-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header .inner {
    padding: 0 1rem;
  }
}

.l-footer {
  background: #fafafa;
  padding: 3rem 0 1px;
  color: #333;
}
@media screen and (max-width: 769px) {
  .l-footer {
    padding-top: 2rem;
  }
}
.l-footer .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-footer .inner:first-child {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .inner:first-child {
    flex-direction: column;
  }
}
.l-footer .inner:last-child {
  align-items: flex-end;
  margin: 1rem auto 2.3rem;
}
@media screen and (max-width: 769px) {
  .l-footer .inner:last-child {
    margin: 1rem auto 1.5rem;
  }
}

.e-ttl01 {
  text-align: center;
  margin: 0 0 4rem 0;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .e-ttl01 {
    margin: 0 0 2rem 0;
  }
}
.e-ttl01 span {
  color: #333;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 769px) {
  .e-ttl01 span {
    font-size: 22px;
  }
}
.e-ttl01 small {
  display: block;
  color: #15378E;
  font-weight: 500;
  margin-top: 1em;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .e-ttl01 small {
    font-size: 10px;
  }
}

.e-ttl04 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.e-ttl05 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.e-chu {
  font-size: 12px;
  font-weight: 500;
}
.e-chu strong {
  color: #EF2F51;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .e-chu {
    font-size: 10px;
  }
}

.e-linkLabel {
  background-color: #87C4C6;
  display: block;
  border-radius: 6px;
  padding: 1.1em 1.3em;
  padding-right: 2.3rem;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  background-image: url(/energy/denki/eco/osaka/cmn/images/icon_arrow_r.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 1.3em center;
}
.e-linkLabel.under {
  background-image: url(/energy/denki/eco/osaka/cmn/images/icon_arrow_u.png);
}

.e-lead {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2.2em;
}
@media screen and (max-width: 769px) {
  .e-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .e-lead {
    font-size: 12px;
  }
}

.mod_header-logo {
  max-width: 380px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .mod_header-logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 769px) {
  .mod_header-nav {
    position: fixed;
    top: 59px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 1.5rem;
    padding-top: 0;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .mod_header-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mod_header-nav ul li {
    margin-left: 2rem;
  }
  .mod_header-nav ul li a {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .mod_header-nav ul {
    padding: 0 0 2rem 0;
  }
  .mod_header-nav ul li {
    border-bottom: 1px solid #eee;
  }
  .mod_header-nav ul li:last-child {
    border-bottom: none;
    padding-top: 1.4rem;
  }
  .mod_header-nav ul li a {
    padding: 1.3em 0;
  }
}
.mod_header-nav ul li a {
  display: block;
  font-weight: 600;
}
.mod_header-nav ul li a span,
.mod_header-nav ul li a small {
  display: block;
  line-height: 1;
}
.mod_header-nav ul li a small {
  font-size: 10px;
  margin-top: 0.4em;
}
.mod_header-nav ul li:last-child {
  display: none;
}
.mod_header-nav ul li:last-child a {
  text-align: center;
  padding: 1em 2.5em;
  border-radius: 100px;
  color: #fff;
  background: rgb(12, 174, 234);
  background: -moz-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: -webkit-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0caeea", endColorstr="#15378e", GradientType=1);
}
.mod_header-nav ul li:last-child a.dis:hover {
  opacity: 1;
  cursor: default;
}

.mod_header-spTrigg {
  width: 27px;
  height: 27px;
  background-image: url(/energy/denki/eco/osaka/cmn/images/sp_trigg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.mod_header-spTrigg.active {
  background-image: url(/energy/denki/eco/osaka/cmn/images/sp_trigg_c.png);
}
@media screen and (min-width: 769px) {
  .mod_header-spTrigg {
    display: none;
  }
}

.mod_footer-copy {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .mod_footer-copy {
    letter-spacing: 0;
  }
}

.mod_footer-logo {
  width: 95px;
}
@media screen and (max-width: 769px) {
  .mod_footer-logo {
    width: 60px;
  }
}

.mod_footer-link a {
  font-size: 16px;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 5px 5px 64px;
  position: relative;
  background: rgb(235, 85, 5);
  background: -moz-linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  background: linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5505", endColorstr="#fcc200", GradientType=1);
}
@media screen and (max-width: 769px) {
  .mod_footer-link a {
    display: block;
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .mod_footer-link a {
    font-size: 12px;
  }
}
.mod_footer-link a:before {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url(/energy/denki/eco/osaka/cmn/images/icon_denki.png) no-repeat center center;
  background-size: auto 80%;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 320px) {
  .mod_footer-link a:before {
    width: 51px;
    height: 51px;
  }
}
.mod_footer-link span {
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: 1rem;
  display: inline-block;
  min-width: 259px;
  background-image: url(/energy/denki/eco/osaka/cmn/images/icon_arrow_r_o.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 10px;
}
@media screen and (max-width: 769px) {
  .mod_footer-link span {
    display: block;
    min-width: 200px;
  }
}

.mod_footer-l {
  width: 100%;
}

.m-footer-full {
  width: 100%;
}

.mod_footerAddressbox {
  display: flex;
  width: 100%;
  font-size: 12px;
}
.mod_footerAddressbox .colLink {
  font-weight: 600;
  font-size: 120%;
  display: inline-block;
  margin-top: 0.5em;
  color: #EA5405;
  padding-right: 1rem;
  background: url("../images/icon_arrow_r_o.png") no-repeat right top 7px;
  background-size: 10px;
}
@media screen and (max-width: 769px) {
  .mod_footerAddressbox {
    flex-direction: column;
  }
}
.mod_footerAddressbox .elm {
  background: #fff;
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
  max-width: 48%;
  margin-right: 1rem;
  border: 1px solid #F4F4F4;
  letter-spacing: 0.03em;
  flex: 1;
}
.mod_footerAddressbox .elm a {
  display: inline-block;
}
.mod_footerAddressbox .elm a:hover {
  color: #007cc6;
}
@media screen and (max-width: 769px) {
  .mod_footerAddressbox .elm {
    max-width: 100%;
    margin: 0 0 1em 0;
  }
}
.mod_footerAddressbox .ttl {
  font-weight: 700;
  margin-bottom: 1em;
}

.mod_mv .inner {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .mod_mv .inner {
    padding: 0 1em;
  }
}
.mod_mv .mod_mvchu {
  font-size: 12px;
  padding-top: 1em;
  line-height: 1.4;
  max-width: 70%;
  margin: 0 auto;
  opacity: 0.6;
}
.mod_mv .mod_mvchu.for_pc {
  display: block;
}
.mod_mv .mod_mvchu.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_mvchu {
    max-width: 100%;
    font-size: 10px;
  }
  .mod_mv .mod_mvchu.for_pc {
    display: none;
  }
  .mod_mv .mod_mvchu.for_sp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .mod_mv .mod_mvchu {
    padding-top: 2.5rem;
  }
}
.mod_mv .mod_mv_bg {
  background-image: url(/energy/denki/eco/osaka/cmn/images/mv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #E4F5FC;
  border-radius: 12px;
  padding: 3rem 4rem 1.5rem 4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_mv_bg {
    display: block;
    padding: 1.5rem;
    padding-bottom: 0.5em;
    background-image: url(/energy/denki/eco/osaka/cmn/images/mv_sp.png);
  }
}
.mod_mv .mod_mv_bg .mod_mv-l {
  flex: 7;
  padding-top: 1rem;
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_mv_bg .mod_mv-l {
    padding-top: 1em;
  }
}
.mod_mv .mod_mv_bg .mod_mv-r {
  flex: 3;
  padding-left: 6%;
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_mv_bg .mod_mv-r {
    width: 100%;
    text-align: right;
    padding: 0;
    padding-right: 0;
  }
}
.mod_mv h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .mod_mv h1 {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  .mod_mv h1 {
    font-size: 22px;
  }
}
.mod_mv h1 sup {
  font-size: 10px;
  vertical-align: middle;
  transform: translateY(-1.5em);
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .mod_mv h1 sup {
    transform: translateY(-1.2em);
    /*
    position: absolute;
                    right: -1em;
                    top: 1em;
    */
  }
}
.mod_mv p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .mod_mv p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 320px) {
  .mod_mv p {
    font-size: 11px;
  }
}
.mod_mv p.e-chu {
  display: inline-block;
  margin-top: 1em;
  font-size: 80%;
}
.mod_mv .mod_soon {
  background: #fff;
  background-size: auto 142%;
  padding: 2rem;
  border-radius: 24px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.49);
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_soon {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_mv .mod_soon .in {
  position: relative;
  z-index: 2;
}
.mod_mv .mod_soon:after {
  content: "";
  background: rgba(255, 255, 255, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.mod_mv .mod_soon:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.mod_mv .mod_soon p {
  margin-bottom: 0;
  margin-top: 0;
}
.mod_mv .mod_soon p.e-chu {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .mod_mv .mod_soon p.e-chu {
    color: #333;
  }
}
.mod_mv .mod_soon .ttl {
  margin-bottom: 0.5rem;
}
.mod_mv .mod_soon .ttl span {
  margin-top: 0.3em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.mod_mv .mod_soon .area {
  flex-wrap: wrap;
}
.mod_mv .mod_soon .area li {
  flex-basis: 48%;
  max-width: 48%;
  margin-bottom: 0.7em;
}

.mod_cards {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
@media screen and (max-width: 769px) {
  .mod_cards {
    flex-direction: column;
    margin: 1rem 0;
    display: block;
  }
}
.mod_cards + p {
  text-align: center;
  font-size: 16px;
  margin: 2rem 0;
}
@media screen and (max-width: 769px) {
  .mod_cards + p {
    font-size: 13px;
  }
}

.mod_card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  flex-basis: 31.5%;
  max-width: 31.5%;
  padding: 1.5rem;
  margin: 0 1%;
}
@media screen and (max-width: 769px) {
  .mod_card {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .mod_card:last-child {
    margin-bottom: 0;
  }
  .mod_card:nth-child(odd) {
    margin-left: -1.5rem;
    border-radius: 0 12px 12px 0;
  }
  .mod_card:nth-child(even) {
    transform: translateX(1.5rem);
    border-radius: 12px 0 0 12px;
  }
}
.mod_card .head {
  max-width: 170px;
  margin: 0 auto 1rem;
}
.mod_card .img {
  border-radius: 6px;
  margin: 1.3rem auto 1.3rem;
  overflow: hidden;
}
.mod_card .ttl {
  text-align: center;
  color: #15378E;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin: 1rem 0;
}
@media screen and (max-width: 769px) {
  .mod_card .ttl {
    font-size: 18px;
  }
}
.mod_card p {
  color: #333;
  font-weight: 500;
  margin: 1rem 0;
}
.mod_card p small {
  display: block;
  opacity: 0.6;
  margin-top: 0.5em;
  font-size: 10px;
}

.mod_block-W {
  border-radius: 24px;
  background: #ccc;
  padding: 25px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 769px) {
  .mod_block-W {
    margin: 0 -1.5rem;
    border-radius: 0;
    padding: 1.5rem;
  }
}
.mod_block-W > h4 {
  text-align: center;
  color: #333;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .mod_block-W > h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1.3rem;
  }
}
.mod_block-W.typeA {
  background: #F6FAD1;
  position: relative;
  margin-top: 4rem;
}
.mod_block-W.typeA:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48.5px 39px 48.5px;
  border-color: transparent transparent #F6FAD1 transparent;
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -48.5px;
}
.mod_block-W.typeB {
  background: #E2F3E8;
}
.mod_block-W.typeB .ttl {
  color: #15378E;
}
.mod_block-W.typeB .ttl small {
  color: #333;
}
.mod_block-W.typeC {
  background: #E4F5FC;
}

.mod_block-in {
  position: relative;
}
.mod_block-in:after {
  content: "";
  display: block;
  clear: both;
}
.mod_block-in .mod_acd {
  float: left;
  width: 100%;
  margin-top: 3rem;
}
.mod_block-in .mod_acd dl {
  margin-bottom: 0;
}

.mod_block {
  background: #fff;
  padding: 3.5rem 4rem;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #333;
  position: relative;
}
.mod_block:after {
  content: "";
  display: block;
  clear: both;
}
.mod_block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .mod_block {
    padding: 1.5rem;
  }
}
.mod_block .h2 {
  margin-bottom: 1em;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.mod_block .txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .mod_block .txt {
    margin-bottom: 1rem;
  }
}
.mod_block .txt.full {
  width: 100%;
}
.mod_block .txt .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.mod_block .txt .ttl small {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .mod_block .txt .ttl small {
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .mod_block .txt .ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.8rem;
    padding-top: 0.8rem;
  }
}
.mod_block .txt p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .mod_block .txt p {
    font-size: 12px;
  }
}
.mod_block .txt p a {
  display: inline-block;
  color: #15378E;
}
.mod_block .img {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .mod_block .img {
    border-radius: 6px;
    margin-bottom: 1rem;
  }
}
.mod_block .box {
  padding: 1em 1.5em;
  background: #E2F3E8;
  border-radius: 8px;
  margin: 1em 0;
}
.mod_block .box p {
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .mod_block .btm {
    float: left;
    width: 100%;
    overflow: hidden;
    zoom: 1;
  }
}
@media screen and (min-width: 769px) {
  .mod_block .txt {
    float: left;
    width: 50%;
    overflow: hidden;
    zoom: 1;
  }
  .mod_block .img {
    float: right;
    width: 44%;
  }
  .mod_block .btm {
    margin-top: 2rem;
    overflow: hidden;
    zoom: 1;
  }
  .mod_block.rev .txt {
    float: right;
  }
  .mod_block.rev .img {
    float: left;
  }
}

.mod_cvModal {
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(12, 174, 234);
  background: -moz-linear-gradient(180deg, rgba(12, 174, 234, 0.8365721289) 0%, rgba(41, 212, 174, 0.8505777311) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12, 174, 234, 0.8365721289) 0%, rgba(41, 212, 174, 0.8505777311) 100%);
  background: linear-gradient(180deg, rgba(12, 174, 234, 0.8365721289) 0%, rgba(41, 212, 174, 0.8505777311) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0caeea", endColorstr="#29d4ae", GradientType=1);
}
.mod_cvModal .in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_cvModal .in .call {
  max-width: 566px;
}
@media screen and (max-width: 769px) {
  .mod_cvModal .in .call {
    max-width: 90%;
  }
}
.mod_cvModal .in .call a {
  background: #fff;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
.mod_cvModal .close {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: 64px;
}

.mod_cv {
  margin: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .mod_cv {
    margin: 0 -1.5rem;
  }
}
.mod_cv .modalLink {
  font-size: 12px;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 3px;
  padding: 0.5em 0.8em;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.mod_cv .modalLink:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(/energy/denki/eco/osaka/cmn/images/up.png) no-repeat center center;
  background-size: 100%;
  margin-left: 0.2em;
}
@media screen and (max-width: 769px) {
  .mod_cv .modalLink {
    text-align: left;
    line-height: 1.4;
    padding: 1em;
    font-size: 11px;
  }
}
.mod_cv .elm {
  background-image: url(/energy/denki/eco/osaka/cmn/images/cv_b.png);
  background-color: #E4F5FC;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .mod_cv .elm {
    border-radius: 0;
    padding: 4rem 1.5rem 5rem;
    background-size: 200%;
    background-position: 100% bottom;
  }
}
.mod_cv .elm.dis:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(12, 174, 234);
  background: -moz-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: -webkit-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0caeea", endColorstr="#15378e", GradientType=1);
  opacity: 0.8;
}
.mod_cv .elm.dis:before {
  content: "お申し込み受付は2021.9.1より開始予定です。";
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .mod_cv .elm.dis:before {
    font-size: 18px;
    padding: 0 3rem;
    top: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .mod_cv .elm.dis:before {
    padding: 0 2rem;
  }
}
.mod_cv a {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 1em 3.5em;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  background: rgb(12, 174, 234);
  background: -moz-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: -webkit-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0caeea", endColorstr="#15378e", GradientType=1);
}
@media screen and (max-width: 769px) {
  .mod_cv a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .mod_cv a {
    font-size: 16px;
  }
}
.mod_cv a.dis {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.14);
}

.mod_document {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .mod_document {
    font-size: 80%;
  }
}
.mod_document h1 {
  font-size: 220%;
  font-weight: 800;
  margin: 1em 0;
}
.mod_document h1 strong {
  color: #b3b3b3;
}
.mod_document h1 small {
  display: block;
  line-height: 1;
  font-size: 50%;
  font-weight: 600;
}
.mod_document h2 {
  font-size: 180%;
  font-weight: 800;
  margin: 1em 0;
}
.mod_document h2 strong {
  color: #b3b3b3;
}
.mod_document h2 small {
  display: block;
  line-height: 1;
  font-size: 60%;
  font-weight: 600;
}
.mod_document h3 {
  font-size: 140%;
  font-weight: 600;
  margin: 1em 0;
}
.mod_document h3 strong {
  color: #b3b3b3;
}
.mod_document h3 small {
  display: block;
  line-height: 1.4;
  font-size: 70%;
  font-weight: 600;
}
.mod_document h4 {
  font-size: 120%;
  font-weight: 600;
  margin: 1em 0;
}
.mod_document h4 strong {
  color: #b3b3b3;
}
.mod_document h4 small {
  display: block;
}
.mod_document h5 {
  font-size: 90%;
  font-weight: 600;
  margin: 1em 0;
}
.mod_document h5 strong {
  color: #b3b3b3;
}
.mod_document h5 small {
  display: block;
}
.mod_document h6 {
  font-size: 90%;
  font-weight: 600;
  color: #999999;
  margin: 1em 0;
}
.mod_document h6 strong {
  color: #333333;
}
.mod_document h6 small {
  display: block;
}
.mod_document p {
  margin: 1em 0;
  text-align: justify;
  word-break: break-all;
}
.mod_document small {
  font-size: 76%;
}
.mod_document b {
  font-weight: 600;
}
.mod_document i {
  display: inline-block;
  padding: 0 0.3em;
  font-style: italic;
}
.mod_document del {
  display: inline-block;
  padding: 0 0.3em;
}
.mod_document ins {
  display: inline-block;
  line-height: 1;
  background: #fff4a3;
  text-decoration: none;
  padding: 0 0.2em;
  margin: 0 0.2em;
}
.mod_document sub {
  font-size: 70%;
}
.mod_document sup {
  font-size: 70%;
}
.mod_document em {
  font-weight: 600;
  font-style: normal;
}
.mod_document strong {
  font-weight: 800;
}
.mod_document a {
  display: inline-block;
  padding: 0 0.1em;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  cursor: pointer;
  color: #3870c9;
}
.mod_document a:hover {
  opacity: 0.6;
}
.mod_document ul,
.mod_document ol {
  margin: 2.7em 0;
  padding-left: 1.5em;
}
.mod_document ul ul,
.mod_document ul ol,
.mod_document ol ul,
.mod_document ol ol {
  margin: 0;
}
.mod_document ul ul li,
.mod_document ul ol li,
.mod_document ol ul li,
.mod_document ol ol li {
  margin: 0.3em 0;
}
.mod_document ul {
  list-style: disc;
}
.mod_document ul > li ul {
  list-style: circle;
}
.mod_document ul.e-chu {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.mod_document ul.e-chu li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_document ul.e-chu li:before {
  content: "※";
}
.mod_document ul.e-disc {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.mod_document ul.e-disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_document ul.e-disc li:before {
  content: "・";
}
.mod_document ul.e-none {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.mod_document ol {
  margin: 2.7em 0;
  list-style: decimal;
}
.mod_document ol > ul {
  list-style: disc;
}
.mod_document li {
  line-height: 1.4;
  margin: 0.6em 0;
}
.mod_document hr {
  display: block;
  margin: 4.05em 0;
  border: none;
  border-top: 1px dashed #333;
  opacity: 0.2;
}
.mod_document blockquote {
  background: #f8f8f8;
  margin: 2.7em 0;
  padding: 2.55em 2.55em;
  padding-left: 2.72em;
  border-left: 4px solid #333;
}
.mod_document blockquote p {
  margin: 1.3em 0;
}
.mod_document blockquote p:first-child {
  margin-top: 0;
}
.mod_document blockquote p:last-child {
  margin-bottom: 0;
}
.mod_document blockquote cite {
  display: block;
  text-align: right;
  font-size: 90%;
  font-weight: 600;
  margin: 0;
}
.mod_document q {
  font-style: italic;
  quotes: '"' '"';
}
.mod_document cite {
  display: inline-block;
  font-style: normal;
  margin: 0 0.5em;
}
.mod_document cite a {
  font-style: italic;
}
.mod_document code {
  display: block;
  background: #f8f8f8;
  margin: 2.7em 0;
  padding: 2.55em 3.4em;
  padding-top: 3.4em;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #646464;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 0 2px #b3b3b3 inset;
}
.mod_document code:before {
  content: "code";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff;
  font-weight: 600;
  padding: 4px 1em 5px;
  border-radius: 5px 0 5px 0;
  line-height: 1;
}
.mod_document figure {
  margin: 2.7em 0;
}
.mod_document figure figcaption {
  display: block;
  font-size: 90%;
  padding: 0.3em 0;
  line-height: 1.3;
  text-align: right;
  font-size: 10px;
  margin-top: 0.5em;
}
.mod_document img {
  width: 100%;
  height: auto;
}
.mod_document video {
  width: 100%;
  height: auto;
}
.mod_document address {
  display: block;
}
.mod_document table {
  width: 100%;
  border: 1px solid #ccc;
}
.mod_document table th,
.mod_document table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}
.mod_document table th {
  background: #eee;
}
.mod_document table th.bgEmBasic {
  background: #333;
  color: #fff;
}
.mod_document table td.bgEmBasic {
  background: #ffe7e7;
}
.mod_document table .vaM {
  vertical-align: middle;
  text-align: center;
}

#s_protect {
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  #s_protect {
    padding-top: 3rem;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  #s_protect .e-ttl01 {
    margin-bottom: 2rem;
  }
}
#s_protect:before, #s_protect:after {
  content: "";
  display: block;
  width: 20%;
  height: 50%;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#s_protect:before {
  left: 0;
  background-image: url(/energy/denki/eco/osaka/cmn/images/hozen_bg_01.png);
}
#s_protect:after {
  right: 0;
  background-image: url(/energy/denki/eco/osaka/cmn/images/hozen_bg_02.png);
}
#s_protect .inner {
  position: relative;
  z-index: 1;
}

#protection-wrap {
  position: relative;
  padding-bottom: 1px;
}
#protection-wrap:before, #protection-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
}
#protection-wrap:before {
  top: 0;
  background: rgb(250, 252, 228);
  background: -moz-linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafce4", endColorstr="#ffffff", GradientType=1);
}
#protection-wrap:after {
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fafce4", GradientType=1);
}

.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .for_sp {
    display: inline;
  }
}

.for_pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .for_pc {
    display: none;
  }
}

.e-txtLink {
  color: #4995ff;
  font-weight: 600;
}

.e-txtLinkBox {
  margin: 0 auto;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-align: center;
  max-width: 70%;
  margin: 1rem auto;
  border: 1px solid #c1dafc;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: #f5f9ff;
}
@media screen and (max-width: 769px) {
  .e-txtLinkBox {
    max-width: 100%;
    text-align: left;
    font-size: 12px !important;
    display: block;
  }
}
.e-txtLinkBox span {
  font-size: 12px;
  color: #4995ff;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  #bigAd {
    margin-top: -3rem;
  }
}
#bigAd .bigAdWrap {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#bigAd .bigAdTtl {
  font-weight: 600;
  margin-bottom: 0.6em;
  font-size: 130%;
  color: #f96000;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdTtl {
    font-size: 120%;
    margin-bottom: 1.3em;
  }
}
#bigAd .bigAd-trigg {
  text-align: center;
}
#bigAd .bigAd-trigg .btn {
  background: #F7E003;
  padding: 0.6em;
  cursor: pointer;
  font-weight: 600;
}
#bigAd .bigAd-trigg .btn:after {
  content: "詳細を見る +";
  display: inline-block;
}
#bigAd .bigAd-trigg.active .btn:after {
  content: "閉じる -";
}
#bigAd .bigAd-target {
  display: none;
  padding: 3rem 5rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAd-target {
    padding: 2rem 1.5rem;
  }
}
#bigAd hr {
  border: none;
  border-bottom: 1px dashed #ccc;
  margin: 2rem 0;
}
#bigAd .mod_gaiyou {
  font-feature-settings: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #7E7E7E;
}
#bigAd .mod_gaiyou hr {
  margin: 1.5rem 0;
  border: none;
}
#bigAd .mod_gaiyou .t1 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.5rem;
}
#bigAd .mod_gaiyou .t2 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.3rem;
}
#bigAd .mod_gaiyou p,
#bigAd .mod_gaiyou ul {
  margin-bottom: 1em;
}
#bigAd .mod_gaiyou p.nosp,
#bigAd .mod_gaiyou ul.nosp {
  margin-bottom: 0;
}
#bigAd .mod_gaiyou a {
  display: inline;
  color: #00a1b9;
  text-decoration: underline;
}
#bigAd .mod_gaiyou ul.list li, #bigAd .mod_gaiyou ul.list-kome li, #bigAd .mod_gaiyou ul.list-none li {
  padding-left: 1em;
  text-indent: -1em;
}
#bigAd .mod_gaiyou ul.list li:before {
  content: "・";
}
#bigAd .mod_gaiyou ul.list-kome li:before {
  content: "※";
}
#bigAd .mod_gaiyou ul.list-none li:before {
  content: none;
}
#bigAd .mod_gaiyou ul li > ul {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #bigAd .mod_gaiyou {
    font-size: 13px;
  }
}
#bigAd .bigAdBody {
  max-width: 450px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody {
    margin: 0 auto 2rem;
  }
}
#bigAd .bigAdBody .mod_titleBlock {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .mod_titleBlock {
    margin-bottom: 2em;
  }
}
#bigAd .bigAdBody .mod_titleBlock .img {
  width: 160px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .mod_titleBlock .img {
    width: 100px;
  }
}
#bigAd .bigAdBody .mod_titleBlock .title small {
  display: block;
  font-size: 120%;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .mod_titleBlock .title small {
    font-size: 110%;
  }
}
#bigAd .bigAdBody .mod_titleBlock .title span {
  font-size: 260%;
  color: #a8840f;
  font-weight: 800;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .mod_titleBlock .title span {
    font-size: 200%;
  }
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .mod_titleBlock .title span {
    font-size: 160%;
  }
}
#bigAd .bigAdBody .mod_titleBlock .title span strong {
  display: inline-block;
  position: relative;
}
#bigAd .bigAdBody .mod_titleBlock .title span strong:after {
  display: block;
  content: "";
  height: 6px;
  width: 100%;
  background: #fff7ba;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
#bigAd .bigAdBody .img-adjst {
  margin-top: 2.3rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-adjst {
    margin-top: 1.3rem;
  }
}
#bigAd .bigAdBody .img-txt {
  margin-top: -4rem;
  margin-left: 5.7rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-txt {
    margin-top: -2.7rem;
    margin-left: 20%;
  }
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .img-txt {
    margin-top: -1.7rem;
    margin-left: 20%;
  }
}
#bigAd .bigAdBody .img-txt a {
  display: inline-block;
  color: #3e88e8;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-txt a {
    font-size: 11px;
  }
}

.pontBnr a {
  display: block;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .pontBnr a {
    width: 100%;
  }
}
.pontBnr img {
  width: 100%;
}

.mod_footer-link a {
  margin-top: -2px;
  line-height: 1;
  background: none;
  display: block;
  color: #EB5605;
  padding: 0;
}
.mod_footer-link a:before {
  content: none;
}
.mod_footer-link a span {
  line-height: 1;
  padding: 0;
  min-width: 190px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0);
}

.blank {
  height: 100px;
}

.mod_acd dl {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 769px) {
  .mod_acd dl {
    margin-bottom: 0.8em;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }
}
.mod_acd dt {
  cursor: pointer;
  background-image: url("../images/icon_arrow_u.png");
  background-repeat: no-repeat;
  background-position: right 1.6em center;
  background-size: 18px;
  padding: 1.4em 1.5em;
  padding-right: 2rem;
  font-size: 16px;
  text-align: left;
}
.mod_acd dt:hover {
  color: #15378E;
}
.mod_acd dt.active {
  background-image: url("../images/icon_arrow_t.png");
  color: #15378E;
}
@media screen and (max-width: 769px) {
  .mod_acd dt {
    padding: 1.1em 1.1em;
    padding-right: 3.5rem;
    font-size: 14px;
    background-size: 14px;
  }
}
.mod_acd dd {
  display: none;
  padding: 1.4em 1.5em;
  padding-top: 0;
}

.altbnr {
  display: block;
  padding: 20px;
  border: 2px solid #e00404;
  border-radius: 5px;
  background: url("../images/icon_arrow_r_o.png") no-repeat right 32px center;
  background-size: 12px auto;
  text-align: center;
  font-size: 120%;
  font-weight: 800;
  color: #e00404;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .altbnr {
    font-size: 100%;
  }
}

.mod_flow {
  text-align: center;
  padding-bottom: 1rem !important;
}

.mod_flow .flow-t01 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.mod_flow .flow-t02, .mod_flow .flow-t03 {
  font-size: 16px;
  color: #EC5500;
  border: 1px solid #EC5500;
  line-height: 1.2;
  padding: 0.7rem 0;
  border-radius: 4px;
  margin: 1rem 0 0.8rem;
}

.mod_flow .flow-t03 {
  background: #FFEFE6;
}

.mod_flow p {
  margin: 0.5rem 0;
}

.mod_flow .chui {
  margin-top: -0.3rem;
  display: block;
  opacity: 0.8;
}

.mod_flow .arrow {
  margin: 0 auto;
  width: 32px;
}

.mod_flow .image {
  margin: 1.3rem auto 1rem;
  max-width: 320px;
}

.mod_flow .bigBg {
  background: #FFEFE6;
  margin: 0 -0.8rem;
  padding: 1rem;
}

.mod_flow .bigBg h6 {
  font-weight: 600;
  font-size: 12px;
}

.mod_flow .bigBg p {
  text-align: center;
  font-size: 20px;
  color: #EC5500;
  font-weight: 600;
}

.hr {
  margin: 1.5em 0;
  border: none;
  border-top: 1px dashed #ddd;
}

.hr2 {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.hr3 {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #fff;
}

.mod_campaign .outer {
  background: #159846;
  border-radius: 12px;
}
.mod_campaign .outer .ttl {
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 120%;
}
.mod_campaign .in {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #159846;
  padding: 2rem 4rem;
}
@media screen and (max-width: 769px) {
  .mod_campaign .in {
    padding: 1rem;
  }
}
.mod_campaign .slot {
  margin-bottom: 1rem;
}
.mod_campaign .slot .ttl {
  text-align: left;
  color: #265C50;
}
.mod_campaign .slot .ttl strong {
  color: #159846;
}
.mod_campaign .slot p {
  color: #265C50;
  font-weight: 500;
}
.mod_campaign .slot .mod_acd {
  margin-top: 2rem;
}
.mod_campaign .flbx {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .mod_campaign .flbx {
    flex-direction: column;
  }
}
.mod_campaign .flbx .elm {
  padding: 1rem;
}
.mod_campaign .flbx .elm:nth-child(1) {
  flex: 4;
}
@media screen and (max-width: 769px) {
  .mod_campaign .flbx .elm:nth-child(1) {
    width: 75%;
  }
}
.mod_campaign .flbx .elm:nth-child(2) {
  flex: 5;
}
@media screen and (max-width: 769px) {
  .mod_campaign .flbx .elm:nth-child(2) {
    width: 100%;
  }
}

.mod_fixBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.217);
  z-index: 90000;
}
.mod_fixBtn .btn {
  margin-top: 1rem;
}
.mod_fixBtn .btn a {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 1em 3.5em;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  background: rgb(12, 174, 234);
  background: -moz-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: -webkit-linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  background: linear-gradient(180deg, rgb(12, 174, 234) 0%, rgb(21, 55, 142) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0caeea", endColorstr="#15378e", GradientType=1);
}
@media screen and (max-width: 769px) {
  .mod_fixBtn .btn a {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .mod_fixBtn .btn a {
    font-size: 14px;
  }
}
.mod_fixBtn .txt {
  font-size: 13px;
}
.mod_fixBtn .txt a {
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .mod_fixBtn .txt {
    font-size: 11px;
  }
}

.red {
  color: #b80000;
}
