@charset "utf-8";
/* CSS Document */
a.awaji {
  display: block;
  width: 320px;
  height: 120px;
  margin: 20px auto 100px auto;
  background-image: url("../images/awazikara.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
#imageArea {
  max-width: 1200px;
  margin: 0 auto;
}
.imageArea-new_energy {
  background-image: url(../images/head_sale.jpg) !important;
  background-position: center center;
}
.imageArea-areanew {
  background-image: url(../images/head.jpg) !important;
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.imageArea-awazishima {
  background-image: url("../images/head.jpg") !important;
  background-position: center center;
}
.imageArea-tottei {
  background-image: url("../images/head@2x.png") !important;
  background-position: center center;
}
.catchCopy span span.tottei {
  background-image: url(../images/copy.svg);
  max-width: 600px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.catchCopy {
  margin: 50px auto 60px auto;
  width: 100%;
  text-align: center;
}
.catchCopy span span {
  display: inline-block;
  height: 50px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
span.c-marker {
  background: -webkit-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: -moz-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
span.c-marker.is-active {
  background-position: 0% bottom;
}
.img100 {
  margin: 30px auto;
}
.img100 img {
  width: 100%;
}
.lh15 {
  line-height: 1.5;
}
.lh2 {
  line-height: 2;
}
.pb50 {
  padding-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pt35 {
  padding-top: 35px;
}
.pt20 {
  padding-top: 20px;
}
.section.pt20 {
  padding-top: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pt35 {
  padding-top: 20px;
}
.pt1 {
  padding-top: 1px;
}
.mb50 {
  margin-bottom: 50px;
}
.section p.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt0 {
  margin-top: 0px;
}
.textWhite {
  color: #fff;
}
.whiteBase {
  background-color: #fff;
}
.section .w90 {
  width: 90%;
  margin: 30px auto;
}
.section.w90 {
  width: 90%;
  margin: 15px auto;
}
a.new_energy {
  display: block;
  width: 296px;
  height: 96px;
  margin: 20px auto 60px auto;
  background-image: url(../area_new/images/link.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
h3.greenBase {
  width: 100%;
  margin: 30px auto;
  background-color: #00abbb;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}
.marginBottom100 {
  margin-bottom: 100px;
}
.marginBottom60 {
  margin-bottom: 60px;
}
.section {
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 40px;
  line-height: 1.5;
}
.section img {
  width: 100%;
}
ul.number {
}
ul.number li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.future p {
  font-size: 1.5em;
  font-weight: bold;
  color: #00abbb;
}
.note p {
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.month {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-bottom: 30px;
}
.month .date {
  width: 140px;
  text-align: right;
  font-size: 1.2em;
}
.month .text {
  width: calc(98% - 140px);
  margin-left: 2%;
}
.month .text p {
  font-size: 1.2em;
}
.month .text p.green {
  font-size: 1.5em;
  color: #00abbb;
}
.month .text p.green span {
  font-size: 0.8em;
}
.month .text p.small {
  font-size: 1em;
}
.month .text span.green {
  font-size: 1.3em;
  color: #00abbb;
}
.month img {
  margin-top: 10px;
  margin-bottom: 30px;
}
.month img.half {
  width: 65%;
}
img.halfCenter {
  display: block;
  width: 65%;
  margin: 20px auto;
}
p.bold {
  font-weight: bold;
}
ul.listbold {
  line-height: 1;
  margin: 15px 0;
}
ul.listbold li {
  font-weight: bold;
}

.double,
.triple {
  overflow: hidden;
}
.double iflame {
  width: 100%;
  height: 400px;
}
.flex.double {
  display: flex;
  justify-content: space-around;
  margin: 30px auto;
  text-align: center;
}
.double div:first-child {
  width: 49%;
}
.double div:nth-child(2) {
  width: 49%;
}
.triple div:first-child {
  width: 32%;
  margin-right: 1.333%;
  float: left;
}
.triple div:nth-child(2) {
  width: 32%;
  margin: 0 0.666%;
  float: left;
}
.triple div:last-child {
  width: 32%;
  margin-left: 1.333%;
  float: left;
}
.section {
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 40px;
}
.lead {
  margin-top: 40px;
  line-height: 1.5em;
  margin-bottom: 40px;
  color: #00abbb;
  font-weight: bold;
}
.textCenter {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 1.25;
}
h3 {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #00abbb;
  margin-top: 40px;
}
h2 {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #00abbb;
  margin: 40px auto 30px auto;
}
.whiteBase {
  padding: 30px 5%;
  margin-bottom: 50px;
}
.lead2 {
  line-height: 1.5em;
  margin: 20px 0;
  color: #00abbb;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  padding: 30px 10px;
}
.lead3 {
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #00abbb;
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  padding: 30px 0 0 0;
}
/**/
.businessBnrArea {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
.sustainableArea {
  position: relative;
  width: 46%;
}
.newPowerOperationArea {
  position: relative;
  width: 46%;
}
.businessBnrArea img {
  display: block;
  width: 100%;
  height: auto;
}
.businessBnrArea a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0.5, 0.5);
}
.businessBnrArea a:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0.5, 0);
}
.sustainableArea a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.newPowerOperationAreaBox {
  position: relative;
  width: 46%;
  /*box-shadow: 5px 5px 20px rgba(0,0,.5,.5);*/
}
.newPowerOperationArea a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.businessBnrArea .wipe {
  margin: 0 auto;
}
/*index columns*/

.indexDescription {
  display: flex;
  height: 540px;
}

.indexDescription .columns {
  position: relative;
  width: 49%;
  display: block;
  border-left: none;
  background-color: #00abba;
  height: 260px;
  margin-right: 1%;
}

.indexDescription .columns.s2nd {
  text-align: left;
  border-right: none;
  background-color: #00abba;
  height: 260px;
  margin-left: 1%;
  margin-right: 0;
}

.columnsImage {
  position: absolute;
}

.columnsImage img {
  width: 100%;
  height: auto;
}

.columnsBlock {
  position: absolute;
  height: 260px;
  width: 90%;
}
h2.ttl {
  font-size: 1.8em;
  margin: 30px auto 0 auto;
  color: #00abba;
  font-weight: bold;
  text-align: center;
}
h2.ttl2 {
  color: #333;
  margin: 30px 10px;
  font-size: 1.6em;
}
h3.ttl3 {
  margin: 50px 10px 30px 10px;
  font-size: 1.5em;
  position: relative;
  padding-left: 1.25em;
  color: #00abba;
}
h3.ttl3::before {
  display: block;
  content: "\025a0";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.2em;
}
h4 {
  padding: 15px 0;
  font-size: 1.5em;
  color: #00abba;
  text-align: center;
  margin-bottom: 30px;
}
h5 {
  margin-bottom: 30px;
  color: #00abba;
  font-size: 1.2em;
}

h4 span {
  font-size: 0.7em;
}
.section.map {
  padding: 10px;
}
.indexDescription .columns .columnsBlock {
  top: 0;
  left: 0;
}

.indexDescription .columns.s2nd .columnsBlock {
  top: 0;
  left: auto;
  right: 0;
  padding-right: 20px;
}

.indexDescription .columns h2.indexColumnsTitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  margin: 20px 0 0 20px;
}

.indexDescription .columns.s2nd h2.indexColumnsTitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  margin: 20px 0 0 20px;
}

.indexDescription .columns .indexColumnsRead {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0 20px;
  line-height: 1.5;
}

.indexDescription .columns.s2nd .indexColumnsRead {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.indexDescription .columns .imageLink {
  margin: 40px 0 0 20px;
}

.indexDescription .columns.s2nd .imageLink {
  margin: 40px 0 0 20px;
}

.imageLink a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}

.imageLink a:hover {
  color: #000;
}

.imageLink a::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: " ";
  display: inline-block;
  width: 37px;
  height: 12px;
  background-image: url(/images/img-more-arrow-w.png);
  background-size: contain;
  vertical-align: baseline;
  margin-right: 20px;
}

.imageLink a:hover::before {
  margin-left: 20px;
  margin-right: 0px;
}

.indexDescription .columns .indexSvgIcon {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 100px;
  right: 0;
}

.indexDescription .columns.s2nd .indexSvgIcon {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 90px;
  /*left: 350px;*/
}

.indexDescription .columns .columnsImage {
  position: absolute;
  left: 20px;
  top: 85%;
  right: 0;
}

.indexDescription .columns.s2nd .columnsImage {
  position: absolute;
  right: 20px;
  top: 85%;
  left: 0;
}

.indexCSR {
  clear: both;
  width: 100%;
  min-width: 1000px;
  height: 500px;
}

.indexCSRarea {
  height: 300px;
  background-color: #00abba;
}

.indexCSRarea .entry {
  position: relative;
}

.indexCSR h2.indexColumnsTitle {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.25em;
  padding-top: 50px;
  margin-bottom: 20px;
  padding-left: 50px;
}

.indexCSR .indexCSRread {
  width: 60%;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  float: left;
  padding-right: 50px;
  margin-left: 50px;
}

.imageLink.csr {
  float: left;
  padding-top: 60px;
}

.indexCSR .indexSvgIcon {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0px;
  right: 0px;
}
h3.subTitle {
  font-size: 22px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #00abba;
  letter-spacing: 15px;
}
.section a.btn {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  background-color: #00abbb;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.section a.btn:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
.section p {
  margin-bottom: 10px;
}
.section p.ttl {
  font-size: 1.1em;
  font-weight: bold;
  color: #00abba;
}
.section p.leadTtl {
  font-size: 1em;
  margin-top: 10px;
  font-weight: bold;
}

.section p.lead.black {
  color: #222;
  font-size: 0.9em;
}
.imgPC {
  display: block;
}
.imgSP {
  display: none;
}
.leftLine {
  line-height: 1.8em;
}

.map div.w100 {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
}

.map p.t01 {
  color: #00abba;
  margin-bottom: 1px;
  font-size: 1.25em;
}
.map p.t02 {
  color: #00abba;
  border-bottom: 6px;
  font-size: 1.1em;
}
.map p.t03 {
  color: #00abba;
  border-bottom: 6px;
  font-size: 2.2em;
  margin-top: 10px;
  margin-bottom: 16px;
}
.map p.t03 span.bold {
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 4px;
}
.map p.t03 span {
  display: inline-block;
  margin-left: 26px;
  color: #00abba;
  font-size: 0.4em;
}
.map p.t04 {
  color: #00abba;
  border-bottom: 6px;
  font-size: 0.85em;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
}
.map div p:last-child {
  margin-bottom: 0;
}
.map div.bottomSpace {
  margin-bottom: 20px;
}
.map div img.img80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.btn-6 {
  display: block;
  position: relative;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 40px auto;
  background: #00abbb;
  text-decoration: none;
  width: 400px;
  text-align: center;
}
.btn-6 span {
  display: block;
  padding: 10px 80px;
}
.btn-6::before,
.btn-6::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6 p {
  display: block;
  position: relative;
}
.btn-6 p:after {
  content: "＞";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  transition: all 0.2s linear;
}
.btn-6 p:hover:after {
  right: 8px;
  transition: all 0.1s linear;
}

.btn-6 span::before,
.btn-6 span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-6:hover::before,
.btn-6:hover::after {
  width: 100%;
}
.btn-6:hover span::before,
.btn-6:hover span::after {
  height: 100%;
}

.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}
.btn-6:hover span::before,
.btn-6:hover span::after {
  top: 0;
}
.bleuBack {
  background-color: #e0e7eb;
  margin-bottom: 40px;
  padding: 0 35px 0px 35px;
}
.bleuBack .btn-6 {
  margin: 0 auto;
}
.boxH3white {
  padding: 10px;
  font-size: 1.2;
  color: #00abbb;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.boxH3white:after {
  display: block;
  content: "COLUMN";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 20px);
  width: 6em;
  padding: 10px;
  background-color: #e73828;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
}

.boxH3white img {
  display: inline-block;
  margin: 0px 6px 0px 6px;
  width: 30px;
  height: 18px;
  position: relative;
  top: 3px;
}
.boxH3white span {
  letter-spacing: 2px;
}
.list {
  color: #00abbb;
  font-weight: bold;
}
a.PCtouchNone {
  pointer-events: none;
}
.arena {
  border: 8px #004c30 solid;
  display: flex;
  width: 92%;
  margin: 24px auto;
  background-color: #004c30;
  transition: 0.3s ease all;
}
.arena:hover {
  opacity: 0.7;
}
.arena p {
  width: 40%;
  background-image: url(../images/kobe-text.svg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 90%;
  background-color: #004c30;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.arena img.basketball {
  width: 20%;
}
.arena img.kobestorks {
  width: 40%;
}
.logo {
  max-width: 400px;
  margin: 32px auto 48px;
  display: block;
}
.img-PC {
  display: block;
  margin: 40px 0 20px;
}
.img-SP {
  display: none;
  margin: 40px 0;
}
.totteiLink {
  position: relative;
  padding: 10px 60px 10px 32px;
  border-bottom: #00abbb 1px solid;
  color: #00abbb;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 40px;
  text-decoration: none;
  transition: 0.3s all;
}
.totteiLink::after {
  position: absolute;
  top: calc(50% - 0.5em);
  content: "→";
  width: 1em;
  height: 1em;
  display: flex;
  right: 16px;
  color: #16a2b0;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.totteiLink::after {
  opacity: 0.7;
}
.totteiLink:hover::after {
  right: 8px;
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /**/
  .lead3 {
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #00abbb;
    font-weight: bold;
    font-size: 1.25em;
    text-align: left;
    padding: 30px 10px 0 10px;
  }
  .indexDescription {
    height: auto;
    display: block;
  }
  .indexDescription .columns,
  .indexDescription .columns.s2nd {
    width: 98%;
    height: auto;
    float: none;
    margin: 0 1% 10px 1%;
    border: none;
  }
  .columnsBlock {
    position: relative;
    height: auto;
    overflow: hidden;
    min-width: 100%;
    width: 100%;
    top: auto;
    left: auto;
    padding: 10px;
  }
  .indexDescription .columns h2.indexColumnsTitle,
  .indexDescription .columns.s2nd h2.indexColumnsTitle {
    font-size: 24px;
    letter-spacing: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    padding: 20px 0 10px 10px;
    width: 100%;
  }
  .indexDescription .columns .indexColumnsRead,
  .indexDescription .columns.s2nd .indexColumnsRead {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    padding: 10px 0 10px 10px;
  }
  .indexDescription .columns .indexSvgIcon,
  .indexDescription .columns.s2nd .indexSvgIcon {
    width: 120px !important;
    height: 120px;
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    padding: 10px 0 10px 10px;
    float: right;
    margin-top: -50px;
  }
  .indexDescription .columns .imageLink,
  .indexDescription .columns.s2nd .imageLink {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 20px 10px;
  }
  .indexDescription .columns .columnsImage,
  .indexDescription .columns.s2nd .columnsImage {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .imageLink a,
  .imageLink a:hover {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
  }
  .imageLink a::before,
  .imageLink a:hover::before {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-left: 20px;
    margin-right: 20px;
  }
  /**/

  /* bnr */
  .bnrArea {
    clear: both;
    margin-top: 20px;
  }
  .bnrMini {
    width: 100%;
    padding: 5px 10px;
  }
  .bnrMini:last-child {
    margin-right: 0;
  }
  .bnrMini a img,
  .bnrMini a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .symEnergyUR {
    width: 100%;
  }
  .symEnergyInterview {
    width: 100%;
  }

  .double div:first-child {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .double div:nth-child(2) {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .triple div:first-child {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .triple div:nth-child(2) {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .triple div:last-child {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  p.imageText br {
    display: none;
  }
  .imageArea-tottei {
    height: auto;
    aspect-ratio: 1489/745;
  }
  #imageArea {
    height: initial;
    max-height: initial;
    aspect-ratio: 1489/745;
  }
  .lead {
    margin: 32px auto;
    max-width: 92%;
  }
  .note p {
    font-size: 0.9em;
  }
  .arena {
    flex-direction: column;
  }
  .arena p {
    width: 100%;
    aspect-ratio: 174/78;
    margin-bottom: 10px;
  }
  .arena img.basketball {
    width: 100%;
  }
  .arena img.kobestorks {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .spBrNone br {
    display: none;
  }
  .indexDescription .columns .indexSvgIcon,
  .indexDescription .columns.s2nd .indexSvgIcon {
    width: 120px !important;
    height: 120px;
    position: relative;
    top: 14px;
    right: 0;
    left: auto;
    padding: 10px 0 10px 10px;
    float: right;
    margin-top: -50px;
  }
  .future p {
    font-size: 1.25em;
    font-weight: bold;
    color: #00abbb;
  }
}
@media screen and (max-width: 475px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .imgPC {
    display: none;
  }
  .imgSP {
    display: block;
  }
  .img-PC {
    display: none;
    margin: 40px 0;
  }
  .img-SP {
    display: block;
    margin: 40px 0;
  }
  .lead3 {
    padding-left: 12px;
  }
  .double div:first-child {
    width: 96%;
    margin: 10px auto 30px auto;
    float: none;
  }
  .double div:nth-child(2) {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .triple div:first-child {
    width: 96%;
    margin: 10px auto;
    float: none;
  }
  .triple div:nth-child(2) {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .triple div:last-child {
    width: 96%;
    margin: 10px 2%;
    float: none;
  }
  .double div.w100 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .double p.t01 {
    color: #00abba;
    border-bottom: 6px;
    font-size: 1.5em;
  }
  .double p.t02 {
    color: #00abba;
    border-bottom: 6px;
    font-size: 1.1em;
  }
  .double p.t03 {
    color: #00abba;
    border-bottom: 6px;
    font-size: 2.2em;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .double p.t04 {
    color: #000;
    border-bottom: 6px;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .double div p:last-child {
    margin-bottom: 0;
  }
  .double div.bottomSpace {
    margin-bottom: 20px;
  }

  a.PCtouchNone {
    pointer-events: auto;
  }
  .lead {
    width: 96%;
    margin: 20px auto;
  }
  .lead2 {
    width: 96%;
    margin: 20px auto 40px auto;
    font-size: 1.25em;
  }
  .lead3 {
    width: 96%;
    margin: 20px auto;
  }
  .map {
    width: 96%;
    margin: 20px auto;
  }
  .list {
    width: 96%;
    margin: 20px auto;
  }

  .boxH3white {
    padding: 60px 10px 10px 10px;
    font-size: 1.2;
    color: #00abbb;
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .boxH3white:after {
    display: block;
    content: "COLUMN";
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    padding: 10px;
    background-color: #e73828;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    text-align: center;
  }
  .catchCopy {
    margin: 50px auto 30px auto;
    width: 96%;
    text-align: center;
  }
  .future p {
    font-size: 1.25em;
    font-weight: bold;
    color: #00abbb;
  }
  h2 {
    font-size: 1.5em;
  }
  .month {
    font-size: 0.9em;
  }
}
