@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* 文字サイズ：ブラウザ規定サイズ16px→10pxへ */
  font-size: 10px;
  font-size: 62.5%; }

body {
  width: 100%;
  margin: 0 auto;
  /* 文字サイズ：ページ規定サイズ14px */
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
  color: #333333;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 768px) {
    body {
      min-width: auto; } }

.wrapper {
  overflow: hidden;
  background-color: #0079BD; }

.inner {
  position: relative;
  width: 100%; }
  .inner_base {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .inner_full {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .inner_small {
    max-width: 337px;
    margin-left: auto;
    margin-right: auto; }
  .inner_xs {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 768px) {
    .inner {
      width: 90%; }
      .inner .inner {
        width: 100%; } }

.row, .row_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .row_rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.bg_base {
  background-color: white; }

.bg_main {
  background-color: #0079BD; }

/* margin / padding
--------------------------------------- */
.mb_sec {
  margin-bottom: 100px !important; }

.mb_cont {
  margin-bottom: 60px !important; }

.mb_pgh {
  margin-bottom: 30px !important; }

.mb_small {
  margin-bottom: 15px !important; }

.mb_large {
  margin-bottom: 120px !important; }

.mb_xl {
  margin-bottom: 160px !important; }

.pb_sec {
  padding-bottom: 100px !important; }

.pb_cont {
  padding-bottom: 60px !important; }

.pb_pgh {
  padding-bottom: 30px !important; }

.pb_small {
  padding-bottom: 15px !important; }

.pb_large {
  padding-bottom: 120px !important; }

.pb_xl {
  padding-bottom: 160px !important; }

.m_wA {
  margin-left: auto;
  margin-right: auto; }

/* font
--------------------------------------- */
.fw_bold {
  font-weight: bold !important; }

.fw_sec {
  font-size: !important; }

.fw_cont {
  font-size: !important; }

.fw_pgh {
  font-size: !important; }

.fw_small {
  font-size: !important; }

.fw_large {
  font-size: !important; }

.fw_xl {
  font-size: !important; }

/* text align
--------------------------------------- */
.ta_c {
  text-align: center !important; }

.ta_r {
  text-align: right !important; }

.ta_l {
  text-align: left !important; }

/* boeder
--------------------------------------- */
.bd_n {
  border: none !important; }

/* float
--------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

/* position
--------------------------------------- */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/* clearfix
--------------------------------------- */
.clear {
  clear: both; }

.cf:after {
  content: "";
  clear: both;
  display: table; }

/* linkstyle
--------------------------------------- */
a {
  color: #3452aa;
  text-decoration: none;
  outline: none; }
  a:not(.hv_unset):hover {
    /*color:inherit;*/
    text-decoration: underline;
    outline: none; }

/*a img:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: opacity 0.3s ease 0s;
}*/
.link_btn {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  /*&:not(.hv_unset):hover {
        color: inherit;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        text-decoration:none;
    }*/ }

.link_btn img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

a.notLink,
a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media (max-width: 768px) {
  a img:hover,
  .link_btn:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1; }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto; }
  a[href^="tel:"]:hover {
    color: inherit;
    text-decoration: none;
    outline: none; } }

/* img
--------------------------------------- */
img {
  /*width:100%;*/
  vertical-align: bottom; }

/* pc/sp
--------------------------------------- */
.spObj {
  display: none;
  visibility: hidden;
  height: 0; }

.pcObj {
  display: block;
  visibility: visible;
  height: auto; }

@media (max-width: 768px) {
  .spObj {
    display: block;
    visibility: visible;
    height: auto; }
  .pcObj {
    display: none;
    visibility: hidden;
    height: 0; }
  .sp_w100 {
    width: 100%; }
  .sp_mw100 {
    max-width: 100%; } }

/*アニメーション
----------------------- */
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0px); } }

@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0px); } }

@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(4px); }
  100% {
    -webkit-transform: translateX(0px); } }

@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(4px); }
  100% {
    -webkit-transform: translateX(0px); } }

/*ヘッダー部
----------------------- */
.header {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #0079BD;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 768px) {
    .header {
      font-size: 1.6rem; } }

/*フッター部
----------------------- */
.footer {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff; }

.footer-copyright {
  text-align: center; }
  @media (max-width: 768px) {
    .footer-copyright {
      font-size: 1.0rem; } }

/*メインコンテンツ部
----------------------- */
/* ---------------------------------------
_ページ共通
--------------------------------------- */
.sec-heading_2 {
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #333333; }
  @media (max-width: 768px) {
    .sec-heading_2 img {
      max-width: 100%; } }

.sec-contWrap {
  padding: 25px 20px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0px -2px #333333;
  box-shadow: 6px 6px 0px -2px #333333;
  border: 2px solid #333; }
  .sec-contWrap._rad {
    border-radius: 30px; }

.sec-pgh {
  margin-bottom: 45px;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6; }
  .sec-pgh._alignCenter {
    text-align: center; }
  .sec-pgh._sub {
    font-size: 1.7rem; }

.sec-btn {
  margin-top: 35px; }

.btn_primary {
  width: 252px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px 0px #333333;
  box-shadow: 5px 5px 0px 0px #333333;
  background-color: #FCC30B; }
  .btn_primary a {
    padding-top: 15px;
    padding-bottom: 15px; }

.btn_challenge {
  width: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.btn_about {
  width: 182px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.btn_sdgs {
  width: 204px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/*トップページ
----------------------- */
.mainCatch {
  position: relative;
  height: 418px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .mainCatch {
      max-width: 350px;
      height: 300px; } }
  .mainCatch-ttl {
    position: absolute;
    width: 204px;
    height: 166px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto; }
    @media (max-width: 768px) {
      .mainCatch-ttl {
        padding-top: 20px;
        overflow: visible; } }
  .mainCatch-obj {
    position: absolute;
    width: 61px;
    height: 61px;
    bottom: 0;
    right: 0;
    z-index: 3; }
    .mainCatch-obj img {
      width: 61px;
      height: 61px; }
    @media (max-width: 768px) {
      .mainCatch-obj {
        width: 44px;
        height: 44px; }
        .mainCatch-obj img {
          width: 44px;
          height: 44px; } }
    @media (max-width: 360px) {
      .mainCatch-obj {
        width: 40px;
        height: 40px; }
        .mainCatch-obj img {
          width: 40px;
          height: 40px; } }
    @media (max-width: 320px) {
      .mainCatch-obj {
        width: 32px;
        height: 32px; }
        .mainCatch-obj img {
          width: 32px;
          height: 32px; } }
    .mainCatch-obj._1 {
      top: 80px;
      left: -30px;
      -webkit-animation: horizontal2 2s ease-in-out infinite alternate;
      animation: horizontal2 2s ease-in-out infinite alternate;
      -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 768px) {
        .mainCatch-obj._1 {
          top: 70px;
          left: 0px; } }
    .mainCatch-obj._2 {
      top: 55px;
      left: 45px; }
      @media (max-width: 768px) {
        .mainCatch-obj._2 {
          top: 26px;
          left: 60px; } }
    .mainCatch-obj._3 {
      top: 25px;
      left: 145px; }
      @media (max-width: 768px) {
        .mainCatch-obj._3 {
          top: 10px;
          left: 120px; } }
    .mainCatch-obj._4 {
      top: 40px;
      left: 220px; }
      @media (max-width: 768px) {
        .mainCatch-obj._4 {
          top: 31px;
          left: auto;
          right: 125px; } }
      @media (max-width: 320px) {
        .mainCatch-obj._4 {
          top: 48px; } }
    .mainCatch-obj._5 {
      top: 25px;
      left: 325px; }
      @media (max-width: 768px) {
        .mainCatch-obj._5 {
          top: 25px;
          left: auto;
          right: 65px; } }
    .mainCatch-obj._6 {
      top: 50px;
      left: 405px; }
      @media (max-width: 768px) {
        .mainCatch-obj._6 {
          top: 36px;
          left: auto;
          right: 15px; } }
    .mainCatch-obj._7 {
      top: 330px;
      left: 10px; }
      @media (max-width: 768px) {
        .mainCatch-obj._7 {
          top: 255px;
          left: 5px; } }
    .mainCatch-obj._8 {
      top: 345px;
      left: 95px; }
      @media (max-width: 768px) {
        .mainCatch-obj._8 {
          top: 275px;
          left: 60px; } }
    .mainCatch-obj._9 {
      top: 360px;
      left: 172px; }
      @media (max-width: 768px) {
        .mainCatch-obj._9 {
          top: auto;
          left: 125px;
          bottom: -35px; } }
      @media (max-width: 320px) {
        .mainCatch-obj._9 {
          left: 105px; } }
    .mainCatch-obj._10 {
      top: 350px;
      left: 255px; }
      @media (max-width: 768px) {
        .mainCatch-obj._10 {
          top: 275px;
          left: auto;
          right: 110px; } }
    .mainCatch-obj._11 {
      top: 340px;
      left: 335px; }
      @media (max-width: 768px) {
        .mainCatch-obj._11 {
          top: 270px;
          left: auto;
          right: 50px; } }
    .mainCatch-obj._12 {
      top: 185px;
      left: 417px; }
      @media (max-width: 768px) {
        .mainCatch-obj._12 {
          top: 160px;
          left: auto;
          right: 10px; } }
    .mainCatch-obj._13 {
      top: 167px;
      left: 25px; }
      @media (max-width: 768px) {
        .mainCatch-obj._13 {
          top: 130px;
          left: 10px; } }
    .mainCatch-obj._14 {
      top: 110px;
      left: 480px; }
      @media (max-width: 768px) {
        .mainCatch-obj._14 {
          top: 90px;
          left: auto;
          right: 0; } }
    .mainCatch-obj._15 {
      top: 245px;
      left: 40px; }
      @media (max-width: 768px) {
        .mainCatch-obj._15 {
          top: 197px;
          left: 20px; } }
    .mainCatch-obj._16 {
      top: 350px;
      left: 410px; }
      @media (max-width: 768px) {
        .mainCatch-obj._16 {
          top: auto;
          left: auto;
          right: -5px;
          bottom: -20px; } }
    .mainCatch-obj._17 {
      top: 270px;
      left: 450px; }
      @media (max-width: 768px) {
        .mainCatch-obj._17 {
          top: auto;
          left: auto;
          right: 5px;
          bottom: 40px; } }
    .mainCatch-obj:nth-of-type(odd) {
      -webkit-animation: horizontal1 2s ease-in-out infinite alternate;
      animation: horizontal1 2s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj:nth-of-type(odd) img {
        -webkit-animation: vertical 3s ease-in-out infinite alternate;
        animation: vertical 3s ease-in-out infinite alternate; }
    .mainCatch-obj:nth-of-type(even) {
      -webkit-animation: horizontal2 2s ease-in-out infinite alternate;
      animation: horizontal2 2s ease-in-out infinite alternate;
      -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj:nth-of-type(even) img {
        -webkit-animation: vertical 2s ease-in-out infinite alternate;
        animation: vertical 2s ease-in-out infinite alternate; }
    .mainCatch-obj:nth-of-type(3n+1) {
      -webkit-animation: horizontal2 2s ease-in-out infinite alternate;
      animation: horizontal2 2s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj:nth-of-type(3n+1) img {
        -webkit-animation: vertical 4s ease-in-out infinite alternate;
        animation: vertical 4s ease-in-out infinite alternate; }
    .mainCatch-obj:nth-of-type(4n+1) {
      -webkit-animation: horizontal1 2s ease-in-out infinite alternate;
      animation: horizontal1 2s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj:nth-of-type(4n+1) img {
        -webkit-animation: vertical 5s ease-in-out infinite alternate;
        animation: vertical 5s ease-in-out infinite alternate; }
    .mainCatch-obj._1 {
      -webkit-animation: horizontal2 1.25s ease-in-out infinite alternate;
      animation: horizontal2 1.25s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._1 img {
        -webkit-animation: vertical 1s ease-in-out infinite alternate;
        animation: vertical 1s ease-in-out infinite alternate; }
    .mainCatch-obj._3 {
      -webkit-animation: horizontal1 1.25s ease-in-out infinite alternate;
      animation: horizontal1 1.25s ease-in-out infinite alternate;
      -webkit-transition: 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.5s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._3 img {
        -webkit-animation: vertical 1s ease-in-out infinite alternate;
        animation: vertical 1s ease-in-out infinite alternate; }
    .mainCatch-obj._5 {
      -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
      animation: horizontal2 1s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._5 img {
        -webkit-animation: vertical 1.25s ease-in-out infinite alternate;
        animation: vertical 1.25s ease-in-out infinite alternate; }
    .mainCatch-obj._8 {
      -webkit-animation: horizontal2 1.25s ease-in-out infinite alternate;
      animation: horizontal2 1.25s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._8 img {
        -webkit-animation: vertical 1s ease-in-out infinite alternate;
        animation: vertical 1s ease-in-out infinite alternate; }
    .mainCatch-obj._10 {
      -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
      animation: horizontal1 1s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._10 img {
        -webkit-animation: vertical 1.25s ease-in-out infinite alternate;
        animation: vertical 1.25s ease-in-out infinite alternate; }
    .mainCatch-obj._14 {
      -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
      animation: horizontal2 1s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._14 img {
        -webkit-animation: vertical 1.25s ease-in-out infinite alternate;
        animation: vertical 1.25s ease-in-out infinite alternate; }
    .mainCatch-obj._15 {
      -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
      animation: horizontal1 1s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._15 img {
        -webkit-animation: vertical 1.25s ease-in-out infinite alternate;
        animation: vertical 1.25s ease-in-out infinite alternate; }
    .mainCatch-obj._17 {
      -webkit-animation: horizontal2 1.25s ease-in-out infinite alternate;
      animation: horizontal2 1.25s ease-in-out infinite alternate;
      -webkit-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.3s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mainCatch-obj._17 img {
        -webkit-animation: vertical 1s ease-in-out infinite alternate;
        animation: vertical 1s ease-in-out infinite alternate; }

.earthWrap {
  max-width: 337px;
  height: 338px;
  margin-bottom: -25px;
  padding-top: 35px;
  background-image: url(../img/topimg/top-earthWrapBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2; }
  @media (max-width: 768px) {
    .earthWrap {
      margin-bottom: -60px;
      background-size: 90% auto; } }
  .earthWrap + .sec-contWrap {
    padding-top: 50px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .earthWrap + .sec-contWrap {
        padding-top: 60px; } }

.earth-ttl {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .earth-ttl {
      max-width: 100%;
      margin-top: 30px; }
      .earth-ttl img {
        max-width: 100%; } }

.sdgsWrap {
  padding-top: 40px;
  padding-bottom: 40px; }

.sdgs-ttl {
  margin-bottom: 30px;
  text-align: center; }

.shareWrap {
  margin-top: 45px;
  margin-bottom: 45px;
  border: 4px solid #CECECE; }
  .shareWrap .row, .shareWrap .row_rev {
    padding-left: 68px;
    padding-right: 68px; }
    @media (max-width: 768px) {
      .shareWrap .row, .shareWrap .row_rev {
        padding-left: 50px;
        padding-right: 50px; } }
  @media (max-width: 768px) {
    .shareWrap {
      margin-top: 25px;
      margin-bottom: 35px;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; } }

.share-ttl {
  margin-bottom: 30px;
  text-align: center; }

.share-btn {
  cursor: pointer; }

/* ABOUTページ
----------------------- */
.summry-logo {
  padding-top: 15px;
  margin-bottom: 40px;
  text-align: center; }

.summry-ttl {
  margin-bottom: 40px;
  text-align: center; }

.summry-pgh {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6; }
