@charset "UTF-8";
/*
Theme Name: cbb
Version: 1.0
*/
@font-face {
  font-family: "cbb";
  src: url("fonts/cbb.eot?s7wv86");
  src: url("fonts/cbb.eot?s7wv86#iefix") format("embedded-opentype"), url("fonts/cbb.ttf?s7wv86") format("truetype"), url("fonts/cbb.woff?s7wv86") format("woff"), url("fonts/cbb.svg?s7wv86#cbb") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "cbb";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "\e900";
  color: #F39700;
}

.icon-contact:before {
  content: "\e901";
  color: #F7BB9C;
}

.icon-download:before {
  content: "\e902";
  color: #3EBFF0;
}

.icon-info:before {
  content: "\e903";
  color: #976AAB;
}

.icon-member:before {
  content: "\e904";
  color: #50B181;
}

.icon-sympo:before {
  content: "\e905";
  color: #ED7784;
}

.icon-top:before {
  content: "\e906";
}

.icon-newtab:before {
  content: "\e907";
}

.icon-file-pdf:before {
  content: "\e603";
}

.icon-arrow-left:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e602";
}

.icon-arrow-right:before {
  content: "\e604";
}

html {
  font-size: 62.5%;
}

body {
  font-family: Verdana, ”Hiragino Kaku Gothic ProN”, ”游ゴシック”, YuGothic, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

#canvaswrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-perspective: 70px;
  perspective: 70px;
  z-index: 1;
}

#canvas {
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  -webkit-animation: kaiten 20s cubic-bezier(0.4, 0, 0.4, 1) infinite;
  animation: kaiten 20s cubic-bezier(0.4, 0, 0.4, 1) infinite;
}

@-webkit-keyframes kaiten {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(1.5deg);
  }
  25% {
    -webkit-transform: rotateY(1.5deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg) rotateX(-1.5deg);
  }
  75% {
    -webkit-transform: rotateY(-1.5deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(1.5deg);
  }
}
@keyframes kaiten {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(1.5deg);
            transform: rotateY(0deg) rotateX(1.5deg);
  }
  25% {
    -webkit-transform: rotateY(1.5deg) rotateX(0deg);
            transform: rotateY(1.5deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg) rotateX(-1.5deg);
            transform: rotateY(0deg) rotateX(-1.5deg);
  }
  75% {
    -webkit-transform: rotateY(-1.5deg) rotateX(0deg);
            transform: rotateY(-1.5deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(1.5deg);
            transform: rotateY(0deg) rotateX(1.5deg);
  }
}
.ani--pageout-right {
  -webkit-animation: fadeout-right 0.5s ease-in;
  animation: fadeout-right 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani--pagein-right {
  -webkit-animation: fadein-right 0.5s ease-out;
  animation: fadein-right 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani--pageout-left {
  -webkit-animation: fadeout-left 0.5s ease-in;
  animation: fadeout-left 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani--pagein-left {
  -webkit-animation: fadein-left 0.5s ease-out;
  animation: fadein-left 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeout-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20%);
    opacity: 0;
  }
}
@keyframes fadeout-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
}
@-webkit-keyframes fadein-right {
  0% {
    -webkit-transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadein-right {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeout-left {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20%);
    opacity: 0;
  }
}
@keyframes fadeout-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
}
@-webkit-keyframes fadein-left {
  0% {
    -webkit-transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadein-left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
p {
  line-height: 1.5;
  color: #333;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

h2 {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

h3 {
  font-weight: normal;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-top: 20px;
}

a,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

header {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

header .breadcrumbs {
  display: none;
}

.breadcrumbs a {
  text-decoration: underline;
}

header .container a .logo {
  padding: 100px 0 0;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 450px;
}
@media (min-width: 600px) {
  header .container a .logo {
    padding: 60px 0 0;
    margin: 0 0 60px auto;
  }
}

body.kiji header,
body.page header {
  margin-bottom: 10px;
}
body.kiji header .breadcrumbs,
body.page header .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: #333;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
@media (min-width: 600px) {
  body.kiji header .breadcrumbs,
  body.page header .breadcrumbs {
    position: static;
    width: 70%;
    min-width: 200px;
    max-width: 240px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: center;
  }
}
body.kiji header .container a h1,
body.page header .container a h1 {
  padding: 50px 0 0;
  margin: 0 70px 0;
}
body.kiji .gnav,
body.page .gnav {
  display: none;
}

header .container a h1 img {
  width: 100%;
  height: auto;
}

.gnav ul {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .gnav ul {
    max-width: none;
  }
}
.gnav ul li {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .gnav ul li {
    margin-bottom: 0;
  }
}

.gnav .btnmenu {
  color: #333;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  position: relative;
}

.gnav .btnmenu__icon {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
}

.gnav .btnmenu__hosoku {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}

.gnav .contact_btns {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 599px) {
  .gnav .contact_btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 600px) {
  .gnav .contact_btns {
    padding-right: 20px;
  }
}
.gnav .contact_btn {
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  border: 1px solid #768EC8;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #768EC8;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
}
.gnav .contact_btn:hover, .gnav .contact_btn:focus {
  background: #768EC8;
  color: #fff;
}

.mobnav {
  position: fixed;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: none;
}

.mobnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 599px) {
  .mobnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mobnav ul li {
  display: inline-block;
  text-align: center;
  width: 14.285%;
  font-size: 28px;
  font-size: 2.8rem;
}

.mobnav .btnmenu {
  display: block;
  position: relative;
  padding: 3px 0 0;
}

.mobnav__curpos {
  width: 14.285%;
  height: 1px;
  background-color: #f00;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#catchcopy {
  margin: 0 0 50px;
  padding-right: 20px;
  text-align: right;
}

#catchcopy img {
  width: 70%;
}

#transcontainer {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

#content {
  z-index: 2;
  position: relative;
}

.content__block {
  margin-bottom: 100px;
}

#kijicontainer {
  z-index: 2;
  position: relative;
}

.catchcopy__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 24px;
  text-align: right;
  margin-bottom: 50px;
}

.contents_area {
  padding: 20px 20px 40px 20px;
}

.contents_area .sectitle__icon {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  color: #999;
}

.contents_area .sectitle__hosoku {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

#oshirase .contents_area {
  padding: 20px 0 40px;
}

#oshirase ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

#oshirase ul li {
  border-bottom: 1px solid #ddd;
  line-height: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

#oshirase .kiji {
  display: block;
  position: relative;
  padding: 10px;
}

#oshirase .kiji time {
  display: block;
  width: 90px;
  color: #A984BA;
}

#oshirase .kiji p {
  margin: 0;
  margin-right: 30px;
}

#oshirase .kiji.kiji--nolink p {
  margin-right: 0;
}

#oshirase .kiji .kiji__more {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  color: #A984BA;
}

a.oshirase__morebtn {
  display: block;
  text-align: center;
  border-bottom: dashed 1px #999;
  /*border-top:none;*/
  /*margin-top: 5px;*/
  padding: 15px 10px;
  color: #A984BA;
}

#kenkyukai .contents_area {
  position: relative;
}
#kenkyukai .contents_area a {
  color: #768EC8;
  text-decoration: underline;
}

#kenkyukai h3 {
  position: relative;
  overflow: hidden;
}

#kenkyukai h3::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  border-top: solid 1px #F4A421;
  top: 50%;
  margin-left: 10px;
}

#kenkyukai p {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: justify;
  margin: 5px 0;
}

#soshiki {
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#soshiki tr td {
  padding: 10px 0 10px 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
}

#soshiki tr td:first-child {
  background-color: #50B181;
  background-color: rgba(2, 102, 52, 0.7);
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 0 5px;
  font-size: 11px;
  font-size: 1.1rem;
  min-width: 75px;
}

#soshiki tr td .katagaki {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 10px 10px;
  display: block;
  line-height: 18px;
  position: relative;
  color: #888;
}

#soshiki tr td .katagaki::before {
  position: absolute;
  content: "（";
  margin-left: -13px;
}

#soshiki tr td .katagaki::after {
  position: absolute;
  content: "）";
  margin-left: 2px;
}

#symposium ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#symposium ul li {
  margin-top: 20px;
}

#symposium ul li:first-child {
  margin-top: 0;
}

#symposium ul .maruwaku {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 186px;
  height: 186px;
  background-color: #ED7784;
  background-color: rgba(237, 119, 132, 0.5);
  position: relative;
  margin: 0 auto;
}

#symposium ul .maruwaku img {
  width: 375px;
  max-width: 375px;
  height: auto;
  position: absolute;
  top: -60px;
  left: -70px;
}

#symposium ul .maruwaku p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 186px;
  height: 87px;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-shadow: 0 0 4px #666;
}

#symposium ul .maruwaku p .kaisu {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 7px;
}

#symposium ul .mitei {
  border: 1px dashed #548a93;
}

#symposium ul .mitei p {
  height: 65px;
}

#shiryou .contents_area {
  padding: 20px 10px 40px;
}

.shiryou__block {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}

.shiryou__block th {
  text-align: left;
  font-weight: normal;
  background-color: rgb(23, 149, 197);
  background-color: rgba(23, 149, 197, 0.6);
  /*border-radius: 5px 5px 0 0;*/
  padding: 5px 10px;
  color: #fff;
}

.shiryou__block td {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 10px;
}

.shiryou__title {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
}

.shiryou__icon {
  color: #428EAB;
  font-size: 15px;
  vertical-align: text-bottom;
}

a.shiryou__title,
a.shiryou__title:visited,
a.shiryou__title:active {
  color: #428EAB;
}

.shiryou__summary {
  margin: 2px;
  text-align: justify;
  line-height: 18px;
}

#jimukyoku p {
  color: #000;
}

.jimukyoku__txt {
  padding: 10px 10px 20px;
  background-color: rgba(247, 188, 158, 0.4);
}

.jimukyoku__txt h2 {
  margin: 10px 0 10px;
  font-size: 14px;
  line-height: 1.5;
}

.jimukyoku__txt p {
  margin: 0;
}

.copyright {
  text-align: center;
  color: #976AAB;
  position: absolute;
  bottom: 30px;
  left: 50%;
  min-width: 280px;
  margin-left: -140px;
}

.kijiarea {
  padding: 0 10px;
}

article.kijinaiyo {
  margin: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

article.kijinaiyo > h1 {
  background-color: rgb(130, 47, 167);
  background-color: rgba(130, 47, 167, 0.5);
  color: #fff;
  text-align: justify;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 10px 10px;
  margin: 0;
  line-height: 1.5;
}

article.kijinaiyo h1 time {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  padding-bottom: 3px;
  line-height: 1.2;
}

article.kijinaiyo h1 .yobi {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 7px;
}

article.kijinaiyo > div {
  padding: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

article.kijinaiyo > p {
  text-align: justify;
}

article.kijinaiyo a {
  color: #976AAB;
  text-decoration: underline;
}

article.kijinaiyo img {
  /*  width: 100%;
    height: auto;*/
}

article.kijinaiyo .snsbtn {
  display: block;
  text-align: center;
  background-color: #dddddd;
  height: 53px;
  line-height: 52px;
  color: #000;
  margin-top: 40px;
}

#zengokijibtn {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 100px;
}

#zengokijibtn a {
  display: block;
  border: 1px solid rgb(130, 47, 167);
  border: 1px solid rgba(130, 47, 167, 0.5);
  color: #000;
  width: 200px;
  position: relative;
  padding: 10px 10px;
}

#zengokijibtn a p {
  margin: 0;
}

#zengokijibtn a#next {
  border-left: 22px solid rgb(130, 47, 167);
  border-left: 22px solid rgba(130, 47, 167, 0.5);
  float: left;
  margin-bottom: 20px;
}

#zengokijibtn a#next > span {
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -6px;
  color: #fff;
}

#zengokijibtn a#prev {
  border-right: 22px solid rgb(130, 47, 167);
  border-right: 22px solid rgba(130, 47, 167, 0.5);
  position: relative;
  float: right;
  /*margin-top: 20px;*/
}

#zengokijibtn a#prev > span {
  display: block;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -6px;
  color: #fff;
}

#zengokijibtn .yobi {
  display: inline-block;
  margin-left: 7px;
}

footer {
  padding-bottom: 20px;
  position: relative;
}

#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: rgb(52, 226, 244);
  background-color: rgba(52, 226, 244, 0.8);
  border-radius: 35px;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.org_annotation .square_mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 10px;
}

.banner_area {
  margin: 100px 0 50px;
  padding: 0;
}
.banner_area.hidden {
  display: none;
}
.banner_area .ba_ttl {
  color: #999;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.banner_area .contents_area {
  padding: 0 10px;
}
@media (min-width: 600px) {
  .banner_area .contents_area {
    padding: 0;
    width: 98% !important;
  }
}
.banner_area .ba_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 600px) {
  .banner_area .ba_list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}
.banner_area .ba_list li {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.banner_area .ba_list li:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.banner_area .ba_list li a {
  display: block;
}
.banner_area .ba_list li img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.visually-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.privacy-policy .kijiarea {
  padding-top: 20px;
  max-width: 800px;
  padding-bottom: 100px;
}
body.privacy-policy .kijiarea > * {
  width: 96%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 600px) {
  body.privacy-policy .kijiarea > * {
    width: 90%;
  }
}
body.privacy-policy .kijiarea h1 {
  background-color: #768EC8;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  width: 100% !important;
  padding: 10px;
}
@media (min-width: 600px) {
  body.privacy-policy .kijiarea h1 {
    padding: 15px 40px;
  }
}
body.privacy-policy .kijiarea h1 + p {
  padding-left: 0 !important;
}
body.privacy-policy .kijiarea h2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  body.privacy-policy .kijiarea h2 {
    margin-top: 60px;
  }
}
body.privacy-policy .kijiarea h2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #768EC8;
  margin-left: 16px;
  display: block;
}
body.privacy-policy .kijiarea p {
  margin-top: 15px;
  padding-left: 24px;
}
@media (min-width: 600px) {
  body.privacy-policy .kijiarea p {
    margin-top: 30px;
  }
}
body.privacy-policy .kijiarea p a {
  text-decoration: underline;
  color: #768EC8;
}
body.privacy-policy .kijiarea ul {
  margin-top: 15px;
  padding-left: 40px;
}
@media (min-width: 600px) {
  body.privacy-policy .kijiarea ul {
    margin-top: 30px;
    padding-left: 44px;
  }
}
body.privacy-policy .kijiarea ul li {
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */