
/*--------------------------------------------------------------------
  Override Bootstrap
--------------------------------------------------------------------*/

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal!important;
}

* {
  word-break: break-all;
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}


body {
	overflow-x: hidden;
  padding-top:80px;
  font-size:1.0rem;
  position: relative;
}

/* .container {
  min-width:320px;
} */

.card {
  overflow:hidden;
  z-index: 1;
}


@media (min-width: 768px) {
  body {
    padding-top:98px;
    font-size:1.2rem;
    /*    font-size:1rem;*/
  }
/*
  h1, .h1 { font-size: 2rem; }
  h2, .h2 { font-size: 1.5rem; }
  h3, .h3 { font-size: 1.35rem; }
  h4, .h4 { font-size: 1.0rem; }
  h5, .h5 { font-size: 0.75rem; }
  h6, .h6 { font-size: 0.5rem; }
  */
}

.card-body {
  padding: 1.5rem;
  font-size:1.2rem;
}

.card-body > p {
  font-size:1.2rem;
}
@media (min-width: 768px) {
  .card-body {
    padding: 3rem;
  }
  .card-body > p {
    font-size:1.8rem;
  }
}

.shadow-lg {
  box-shadow: 0 0.3rem 1.3rem rgba(0,0,0,0.5) !important;
}



/*--------------------------------------------------------------------
  Body
--------------------------------------------------------------------*/

body:before {
    background-image: url(/assets/img/back-header.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: -1;
}

body:after {
  background-image: url(/assets/img/back-footer.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* left: 0; */
  bottom: 0px;
  z-index: -2;
}

/*--------------------------------------------------------------------
  Hearder
--------------------------------------------------------------------*/

.navbar {
  height:80px;
}

.navbar-green {
  background-color: #3cb769;
}


.navbar-brand-logo {
  width:100px;
  height:50px;
}

/*@media (max-width: 575.98px) {*/
/*@media (max-width: 767.98px) {*/
@media (min-width: 768px) {
  body:before {
      top: 98px;
  }

  .navbar {
    height:98px;
  }

  .navbar-brand-logo {
    width:126px;
    height:65px;
  }
}


/*--------------------------------------------------------------------
  Page Top
--------------------------------------------------------------------*/

.pagetop {
  position: fixed;
  right:1rem;
  bottom:2.8rem;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
}
.pagetop img {
  width:50px;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}

.pagetop.show:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .pagetop img {
      width:72px;
  }
}

/*--------------------------------------------------------------------
  Menu
--------------------------------------------------------------------*/
.menu {
/*  display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  background: #01a172;
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding:1.2rem;

  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
}

.menu.show {
  opacity: 1;
  visibility: visible;
}


.menu-body {
  padding:5rem 0;
  text-align: center;;
}

#menu-open {
  cursor:pointer;
  color:#fff;
}

#menu-open img {
  width:30px!important;
  height:22px!important;
}

#menu-close {
  float:right;
	position: relative;
	-ms-flex-item-align: start;
  align-self: flex-start;
  width:24px;
  height:24px;
}

#menu-close:before {
  position: absolute;
  top: 50%;
  width: 114%;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: background-color .3s;
}

#menu-close:after {
  position: absolute;
  top: 50%;
  width: 114%;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: background-color .3s;
}

.menu a {
  color:#fff;
}

.menu a:hover {
  color: #0056b3;
}

.menu ul {
  font-size: 1.2rem;
}

.menu li {
  margin-bottom:1.4rem;
}

@media (min-width: 768px) {
  #menu-open img {
    width:43px!important;
    height:31px!important;
  }
  #menu-close {
    width:40px;
    height:40px;
  }
  .menu ul {
    font-size: 1.6rem;
  }
  .menu li {
    margin-bottom:1.8rem;
  }
}

/*--------------------------------------------------------------------
  Top Hero
--------------------------------------------------------------------*/
.hero {
  margin:-3rem -1.5rem 0rem -1.5rem;
  position:relative;
  z-index:100;
}

@media (min-width: 768px) {
  .hero {
    margin:-3rem -3rem 0rem -3rem;
  }
}


.hero-logo {
  position: absolute;
  z-index: 100;
  top: 25%;
  left: 5%;
  width: 90%;
}

.hero-logo-wrap {
  width: 80% ;
  position: absolute;
  top: 18%;
  left: 15%;
  width: 70%;
}
.hero-logo-back {
  width : 100% ;
  padding-top : 100% ;
  background-color: rgba(255,255,255,0.7);
}

/*--------------------------------------------------------------------
  Top Tree
--------------------------------------------------------------------*/

.tree {
  background-color:#6cbb50 ;
  margin: -8rem -1.5rem 8rem -1.5rem;
  padding: 12rem 2rem 2rem 2rem;
  position: relative;
}

.tree:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/arc-bottom-light.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
  left: 0rem;
  bottom:  calc(-100% + 0px);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .tree {
    margin: -6rem -3rem 12rem -3rem;
  }
}

.head-leaf-1 {
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  font-size:1.4rem;
  text-align: center;
  margin-bottom: 3rem;
  color:#fff;
  padding: 1rem 0rem 1rem 55px;
  display: inline-block;
  background-image: url(../img/icon-leaf.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  text-shadow:rgba(0,0,0,0.5) 2px 2px 8px;
}


.head-leaf-2 {
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  font-size:1.4rem;
  text-align: center;
  margin-bottom: 3rem;
  color:#fff;
  padding: 1rem 0rem 1rem 55px;
  display: inline-block;
  background-image: url(../img/icon-leaf-dark.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  text-shadow:rgba(0,0,0,0.5) 2px 2px 8px;
}
@media (min-width: 768px) {
  .head-leaf-1,
  .head-leaf-2 {
    font-size:1.8rem;
  }
}


/*--------------------------------------------------------------------
  Main Visual
--------------------------------------------------------------------*/

.main-visual {
  width: 100%;
  padding-top: 110%;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  margin-bottom: -18%;
}

.main-visual-back img {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
}
.main-visual > .main-visual-back > * {
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
    transition-property: opacity, visibility;
}

.main-visual > .main-visual-back > *.active {
  opacity: 1;
  visibility: visible;
}
.main-visual-body {
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-visual-body a {
  color: #ffffff;
}
.main-visual-body a:hover {
  text-decoration: none;
}

.main-visual-body > .container {
  height: 100%;
  position: relative;
}

.main-visual-text {
  position: absolute;
  bottom: 38%;
  left: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main-visual-text > * {
  top: 0;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s;
  transition-property: opacity, visibility;
  display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.main-visual-text > *.active {
  visibility: visible;
  opacity: 1;
}

.main-visual-navi {
  position: absolute;
  bottom: 21%;
  right: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.main-visual-navi > ul {
  display: inline;
    color: #fff!important;
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox!important;
    margin-bottom:0;
    margin-right:18px;
    height: 20px;
}
.main-visual-navi > ul > li {
  width: 43px;
  height: 20px;
  margin:0 .25rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.main-visual-navi > ul > li:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 4px;
  top:9px;
  background-color: #fff;
}
.main-visual-navi > ul > li span {
  content:"";
  position: absolute;
  width: 100%;
  height: 4px;
  top:9px;
  left:-100%;
  background-color: #ff0126;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.main-visual-navi > ul > li.active span {
  animation-name: main-visual-navi-active;
  -webkit-animation-name: main-visual-navi-active;
}

.main-visual-navi > ul.stop > li span {
  animation-play-state: paused!important;
  -webkit-animation-play-state: paused!important;
}

.main-visual-navi > a {
  line-height: 0;
}

.main-visual-navi-pause img {
  width:14px;
  height:17px;
}
.main-visual-navi-play {
  display: none;
}
.main-visual-navi-play img {
  width:14px;
  height:17px;
}

@media (min-width: 768px) {
  .main-visual-text {
    bottom: 31%
  }
  .main-visual-navi > ul > li {
    width: 53px;
  }
  .main-visual-navi-pause img {
    width:17px;
    height:20px;
  }
  .main-visual-navi-play img {
    width:17px;
    height:20px;
  }

}


@keyframes main-visual-navi-active {
  0% { left:-100%; }
  100% { left:0%; }
}
@-webkit-keyframes main-visual-navi-active {
  0% { left:-100%; }
  100% { left:0%; }
}



/*--------------------------------------------------------------------
  Arrow
--------------------------------------------------------------------*/

.arrow {
  content: "";
  position: relative;
  width: 80px;
  height: 20px;
  display: inline-block;
}
.arrow span:first-child {
  position: absolute;
  width:100%;
  height: 1px;
  top:14px;
  overflow: hidden;
}
.arrow span:last-child {
  position: absolute;
  right: 0;
  top: 14px;
  width: 15%;
  height: 1px;
  transform: rotate(35deg);
  transform-origin: right;
  overflow: hidden
}
.arrow span:first-child:before,
.arrow span:first-child:after,
.arrow span:last-child:before,
.arrow span:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.arrow span:first-child:before {
  bottom: 0;
  background-color: #fff;
}
.arrow span:first-child:after {
  background-color: #ff0126;
  left:-100%;
  animation-name: arrow1;
  -webkit-animation-name: arrow1;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.arrow span:last-child:before {
  background-color: #fff;
}

.arrow span:last-child:after {
  background-color: #ff0126;
  left:-100%;
  animation-name: arrow2;
  -webkit-animation-name: arrow2;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@media (min-width: 768px) {
  .arrow {
    width: 120px;
  }
}

@keyframes arrow1 {
  0% { left:-100%; }
  12.5% { left:0%; }
  25% { left:100%; }
  100% { left:100%; }
}
@-webkit-keyframes arrow1 {
  0% { left:-100%; }
  12.5% { left:0%; }
  25% { left:100%; }
  100% { left:100%; }
}

@keyframes arrow2 {
  0% { left:-100%; }
  10% { left:-100%; }
  12.5% { left:0%; }
  22.5% { left:0%; }
  25% { left:100%; }
  100% { left:100%; }
}
@-webkit-keyframes arrow2 {
  0% { left:-100%; }
  10% { left:-100%; }
  12.5% { left:0%; }
  22.5% { left:0%; }
  25% { left:100%; }
  100% { left:100%; }
}

/*--------------------------------------------------------------------
  Figure
--------------------------------------------------------------------*/

.figure-placeholder {
  position: relative;
  margin-bottom: 0;
}
.figure-placeholder figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .figure-placeholder figcaption {
    font-size: 2rem;
  }
}


/*--------------------------------------------------------------------
  Chart
--------------------------------------------------------------------*/


.chart-container {
  position: relative;
  margin: auto;
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}

.chart-container > canvas {
  width: 100%;
}


.card-power-ratio  {
  margin-bottom: 0.5rem;
  border-radius: 10px;
  border: 0;
}

.card-power-ratio > .card-body {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.card-power-ratio > .card-body > .row {
  min-height:60px;
}

.card-power-ratio-title {
  font-size: 0.875rem;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
}

.card-power-ratio-items {
  margin-left: -2px;
  margin-right: -3px;
}
.card-power-ratio-items > * {
  padding-left: 2px;
  padding-right: 2px;
  display: -ms-flexbox;
    display: flex;
}
.card-power-ratio-item {
  padding: .25rem;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;

}

.card-power-ratio-item > div:nth-child(1) {
  background-color: #000;
  height: 6px;
  border-radius: 3px;
  margin: 0.2rem 25% 0 25%;
}

.card-power-ratio-item > div:nth-child(2) {
  text-align: center;
  font-size: 0.6em;
  color:#a9a9a9;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.2;

  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
    justify-content: center;
}

.card-power-ratio-item > div:nth-child(3) {
  text-align: center;
  font-size: 1em;
  line-height: 1;
}

.energy-saving-switch {
  height: 50px;
  background-color: #eae8e8;
  padding: 4px;
  border-radius: 50rem;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
}

.energy-saving-switch:before {
  content: "";
  position: absolute;
  top:4px;
  left:4px;
  height: calc(100% - 8px);
  width: calc(50% - 4px);
  background-color: #fff;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%,rgb(236,240,235) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%,rgb(236,240,235) 100%);
  border-radius: 50rem;
  border:1px solid #dcdada;
  transition-property: transform;
  transition-duration:0.2s;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  z-index: 1;
}

.energy-saving-switch.month:before {
  transform: translateX(100%);
}
.energy-saving-switch > div {
  z-index: 10;
  position: relative;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #01a172;
  font-weight: bold;
  position: relative;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.energy-saving-switch > div > img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .energy-saving-switch > div > img {
    width: 35px;
    height: 35px;
    margin-right: 0.5rem;
  }
}

.card-summary {
  background-color:#e8f8da;
}

.summary-row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  -ms-flex-align: center;
    align-items: center!;
}

.summary-row > div:nth-child(1)  {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.875rem;
}


.summary-row > div:nth-child(2)  {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
    justify-content: flex-end;
}

.summary-row > div:nth-child(3)  {
  width:2.5rem;
  font-size: 0.75rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
    justify-content: flex-end;
}


.summary-row > div:nth-child(4)  {
  width:1.6rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
    justify-content: flex-end;
}

.summary-row img {
  width: 20px;
  height: 20px;
}

.summary-row-unit2 {
  width:1rem!important;
}

.summary-row-up {
  position: relative;
}
.summary-row-up::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icon-up.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.summary-row-down {
  position: relative;
}
.summary-row-down::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icon-down.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.summary-row-xxx {
  position: relative;
}
.summary-row-xxx::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icon-xxx.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .energy-saving-switch {
    height: 60px;
  }
  .summary-row > div:nth-child(1)  {
    font-size: 1rem;
  }
}


/*--------------------------------------------------------------------
  QR
--------------------------------------------------------------------*/

.qr {
  width:60px!important;
  height:60px!important;
}

@media (min-width: 768px) {
  .qr {
    width:80px!important;
    height:80px!important;
  }
}

/*--------------------------------------------------------------------
  Mail, TEL
--------------------------------------------------------------------*/

.mail, .tel {
  width:36px!important;
  height:36px!important;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .mail, .tel {
    width:41px!important;
    height:41px!important;
  }
}

/*--------------------------------------------------------------------
  Link Arrow
--------------------------------------------------------------------*/

a.link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 1.4rem;
}

a.link-arrow:before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 0;
}

a.link-arrow:hover:before {
  border-color: #0056b3;
}

/*--------------------------------------------------------------------
  Link Card
--------------------------------------------------------------------*/
a.card:hover {
  text-decoration: none!important;
}

/*--------------------------------------------------------------------
  General
--------------------------------------------------------------------*/

.card-radius {
  border-radius: 0px 0px 50% 50% / 0px 0px 10% 10%;
  -webkit-border-radius: 0px 0px 50% 50% / 0px 0px 10% 10%;
}

.hr-sm {
  width:3rem;
  border-width:2px;
  border-color:#fff;
  margin-top:2.2rem;
  margin-bottom:2.2rem;
}


.rounded-30 { border-radius: 30px !important; }
.rounded-16 { border-radius: 16px !important; }
.rounded-top-left-16 { border-top-left-radius: 16px !important; }
.rounded-top-right-16 { border-top-right-radius: 16px !important; }
.text-green  { color: #01a172!important; }
.text-red { color:#ff0126!important; }
.text-gray { color:#666666!important; }
.bg-green  { background-color: #01a172; }
.bg-mediumseagreen  { background-color: #3cb769; }
.bg-lightgreen  { background-color: #e8f8da; }
.bg-verylightgreen  { background-color: #eaf8f0; }
.bg-lightgray  { background-color: #efefef; }
.border-green { border-color: #01a172 !important; }


.fs-70 { font-size:0.7rem!important; }
.fs-80 { font-size:0.8rem!important; }
.fs-90 { font-size:0.9rem!important; }
.fs-100 { font-size:1.0rem!important; }
.fs-110 { font-size:1.1rem!important; }
.fs-120 { font-size:1.2rem!important; }
.fs-130 { font-size:1.3rem!important; }
.fs-140 { font-size:1.4rem!important; }
.fs-150 { font-size:1.5rem!important; }
.fs-160 { font-size:1.6rem!important; }
.fs-170 { font-size:1.7rem!important; }
.fs-180 { font-size:1.8rem!important; }
.fs-190 { font-size:1.9rem!important; }
.fs-200 { font-size:2.0rem!important; }
.fs-210 { font-size:2.1rem!important; }
.fs-220 { font-size:2.2rem!important; }
.fs-230 { font-size:2.3rem!important; }
.fs-240 { font-size:2.4rem!important; }
.fs-250 { font-size:2.5rem!important; }
.fs-260 { font-size:2.6rem!important; }
.fs-270 { font-size:2.7rem!important; }
.fs-280 { font-size:2.8rem!important; }
.fs-290 { font-size:2.9rem!important; }
.fs-300 { font-size:3.0rem!important; }

@media (min-width: 768px) {
  .fs-md-70 { font-size:0.7rem!important; }
  .fs-md-80 { font-size:0.8rem!important; }
  .fs-md-90 { font-size:0.9rem!important; }
  .fs-md-100 { font-size:1.0rem!important; }
  .fs-md-110 { font-size:1.1rem!important; }
  .fs-md-120 { font-size:1.2rem!important; }
  .fs-md-130 { font-size:1.3rem!important; }
  .fs-md-140 { font-size:1.4rem!important; }
  .fs-md-150 { font-size:1.5rem!important; }
  .fs-md-160 { font-size:1.6rem!important; }
  .fs-md-170 { font-size:1.7rem!important; }
  .fs-md-180 { font-size:1.8rem!important; }
  .fs-md-190 { font-size:1.9rem!important; }
  .fs-md-200 { font-size:2.0rem!important; }
  .fs-md-210 { font-size:2.1rem!important; }
  .fs-md-220 { font-size:2.2rem!important; }
  .fs-md-230 { font-size:2.3rem!important; }
  .fs-md-240 { font-size:2.4rem!important; }
  .fs-md-250 { font-size:2.5rem!important; }
  .fs-md-260 { font-size:2.6rem!important; }
  .fs-md-270 { font-size:2.7rem!important; }
  .fs-md-280 { font-size:2.8rem!important; }
  .fs-md-290 { font-size:2.9rem!important; }
  .fs-md-300 { font-size:3.0rem!important; }
}

.m-6 { margin: 6rem !important; }
.mt-6, .my-6 { margin-top: 6rem !important; }
.mr-6, .mx-6 { margin-right: 6rem !important; }
.mb-6, .my-6 { margin-bottom: 6rem !important; }
.ml-6, .mx-6 {  margin-left: 6rem !important; }

@media (min-width: 768px) {
  .m-md-6 { margin: 6rem !important; }
  .mt-md-6, .my-md-6 { margin-top: 6rem !important; }
  .mr-md-6, .mx-md-6 { margin-right: 6rem !important; }
  .mb-md-6, .my-md-6 { margin-bottom: 6rem !important; }
  .ml-md-6, .mx-md-6 {  margin-left: 6rem !important; }
}

.text-break-all {
  word-break: break-all;
}

/*
br.onlySp {
  display: none;
}
*/

/*--------------------------------------------------------------------
  Contents
--------------------------------------------------------------------*/

.intro {
  background-color:#01a172;
  color:#fff;
  /*
  margin:0 -3rem 15% -3rem;
  */
  padding:3rem 1.5rem 3rem 1.5rem;
  margin-bottom:15%;

	position:relative;
/*  z-index:10;*/
/*  padding: 3rem 1.5rem 0 1.5rem;*/
  margin:-1.5rem -1.5rem 8rem -1.5rem;
}

.intro:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/arc-bottom.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
  left: 0rem;
  bottom:  calc(-100% + 0px);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .intro {
    margin:-3rem -3rem 8rem -3rem;
    padding: 3rem;
    font-size: 1.8rem;
  }
}

.head-1 {
  font-size:1.4rem;
  text-align: center;
  margin-bottom: 1rem;
  color:#fff;
}

.head-2 {
  font-size:1.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color:#01a172;
}

.head-3 {
  font-size:1.4rem;
  margin-bottom: 1rem;
  color:#01a172;
}

@media (min-width: 768px) {
  .head-1 {
    font-size:2.4rem;
  }
  .head-2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.intro .head-1,
.intro .head-2 {
  color: #fff;;
}

* + .head-1,
* + .head-2 {
  margin-top: 2rem;
}


/*--------------------------------------------------------------------
  Smart phone fix
--------------------------------------------------------------------*/

/*
@media only screen and (max-width: 767px) {
  br.onlySp {
    display: inline;
  }
}
*/