@charset "UTF-8";
/*--------------------------------------------------------*/
/*　枠組み　*/
/*--------------------------------------------------------*/
body:before {
  content: '';
  display: block;
  position: fixed;
  background: transparent;
  width: 100%;
  height: 0;
  z-index: 10;
}

.modal-open:before {
  -moz-background: rgba(0, 0, 0, 0.3);
  -webkit-background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

.nav-open:before {
  -moz-background: rgba(0, 0, 0, 0.3);
  -webkit-background: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

/* 横幅指定 */
@media only screen and (min-width: 1024px) {
  .gutters .orig_col {
    display: block;
    float: left;
    margin-right: 4%;
  }
  .gutters .orig_col:first-child {
    margin-right: 0;
  }
  .gutters .orig_col_r {
    display: block;
    float: right;
    margin-right: 4%;
  }
  .gutters .orig_col_r:first-child {
    margin-right: 0;
  }
  .gutters .span_32 {
    width: 31%;
    max-width: 350px;
    margin-bottom: 7em;
    float: right;
  }
  .gutters .span_64 {
    width: 65%;
    max-width: 750px;
    margin-bottom: 7em;
  }
}

@media only screen and (min-width: 1024px) {
  main,
  .wrap {
    display: block;
    margin: 0 auto;
    max-width: 1126px;
    padding: 0 0.995%;
  }
}

@media only screen and (min-width: 1126px) {
  .gutters .orig_col,
  .gutters .orig_col_r {
    margin-right: 3.3%;
  }
  .gutters .span_32 {
    width: 28%;
    max-width: 310px;
  }
  .gutters .span_64 {
    width: 68.7%;
    max-width: 750px;
  }
}

/* mainとfooterの間隔調整 */
main > article {
  position: relative;
  padding: 0 1em 3em;
}

@media only screen and (min-width: 1024px) {
  main > article {
    padding: 0;
  }
}

/*--------------------------------------------------------*/
/*　ページヘッダー（グローバルナビ）　*/
/*--------------------------------------------------------*/
@-webkit-keyframes langSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 8em;
    height: auto;
    opacity: 1;
  }
}

@-moz-keyframes langSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 8em;
    height: auto;
    opacity: 1;
  }
}

@keyframes langSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 8em;
    height: auto;
    opacity: 1;
  }
}

@-webkit-keyframes navSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 32.2em;
    opacity: 1;
  }
}

@-moz-keyframes navSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 32.2em;
    opacity: 1;
  }
}

@keyframes navSlidedown {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 32.2em;
    opacity: 1;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #6993AE;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

header h1 {
  display: none;
}

header .header-logo {
  display: block;
  padding: .9em .7em;
}

header .header-logo p:first-child img {
  width: 160px;
}

header .header-logo p:nth-child(2) {
  display: none;
}

header .header-about {
  display: none;
}

header .header-lang p {
  display: inline-block;
  padding: .2em 2em .2em 1em;
  position: absolute;
  top: 1.3em;
  right: 4em;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #6993AE;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

header .header-lang p:before {
  position: absolute;
  top: .4em;
  right: .8em;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-open header .header-lang p:before {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

header .header-lang .lang-modal {
  display: none;
  -webkit-animation: langSlidedown 0.2s ease 0.15s;
  -moz-animation: langSlidedown 0.2s ease 0.15s;
  animation: langSlidedown 0.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.modal-open header .header-lang .lang-modal {
  display: block;
  border-top: 2px solid #BACDD9;
}

.modal-open header .header-lang .lang-modal li {
  border-bottom: 1px solid #EFF3F7;
}

.modal-open header .header-lang .lang-modal li a {
  display: block;
  padding: .5em;
}

.modal-open header .header-lang .lang-modal .lang-select {
  padding: .5em;
}

header .header-nav-menu {
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

header .header-nav-line, header .header-nav-line:before, header .header-nav-line:after {
  background-color: #6993AE;
  width: 2.2em;
  height: .2em;
  position: relative;
  position: absolute;
  right: 1.5em;
  top: 3.1em;
  z-index: 20;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header .header-nav-line:before {
  content: '';
  top: -.8em;
  right: 0;
}

header .header-nav-line:after {
  content: '';
  top: .8em;
  right: 0;
}

.nav-open header .header-nav-line, .nav-open header .header-nav-line:before, .nav-open header .header-nav-line:after {
  background-color: transparent;
}

.nav-open header .header-nav-line:before {
  background-color: #6993AE;
  -moz-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  top: -.8em;
}

.nav-open header .header-nav-line:after {
  background-color: #6993AE;
  -moz-transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  top: .8em;
}

header .header-nav-list {
  display: none;
  -webkit-animation: navSlidedown 0.2s ease 0.15s;
  -moz-animation: navSlidedown 0.2s ease 0.15s;
  animation: navSlidedown 0.2s ease 0.15s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.nav-open header .header-nav-list {
  display: block;
  border-top: 2px solid #BACDD9;
}

.nav-open header .header-nav-list li a {
  display: block;
  padding: .7em .7em .7em 2.5em;
  position: relative;
  text-decoration: none;
  color: #20202F;
  border-bottom: 1px solid #EFF3F7;
}

.nav-open header .header-nav-list li a:before {
  position: absolute;
  top: .4em;
  left: .5em;
  color: #4cbd9c;
  font-size: 18px;
  font-size: 1.8rem;
  content: "꤇";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(2) a:before {
  color: #2c428d;
  top: .3em;
  left: .4em;
  font-size: 20px;
  font-size: 2rem;
  content: "꤀";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(3) a:before {
  color: #edb402;
  content: "꤃";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(4) a:before {
  color: #ff5252;
  content: "꤅";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(5) a:before {
  color: #b81681;
  content: "꤄";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(6) a:before {
  color: #94ca7f;
  top: .3em;
  left: .25em;
  font-size: 20px;
  font-size: 2rem;
  content: "꤁";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header .header-nav-list li:nth-child(7) a {
  border-bottom: none;
}

.nav-open header .header-nav-list li:nth-child(7) a:before {
  color: #ff7f50;
  top: .15em;
  left: .4em;
  font-size: 22px;
  font-size: 2.2rem;
  content: "꤆";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}

.nav-open header {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  header h1 {
    display: block;
    padding: .7em 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #20202F;
    text-align: right;
    background-color: #EFF3F7;
    border-top: 5px solid #BACDD9;
  }
  header h1 span {
    display: block;
    padding-right: .5em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  header > .wrap {
    position: relative;
  }
  header .header-logo p:first-child {
    display: none;
  }
  header .header-logo p:nth-child(2) {
    display: block;
  }
  header .header-about {
    display: block;
    position: absolute;
    top: 2em;
    right: 12em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .header-about a {
    color: #666;
    text-decoration: none;
  }
  header .header-about a:hover {
    color: #20202F;
    text-decoration: underline;
  }
  header .header-about:before {
    content: "";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #BACDD9;
    border-radius: 50%;
    padding: .3em;
    margin-right: .5em;
  }
  header .header-about:hover:before {
    background-color: #6993AE;
  }
  header .header-lang p {
    top: 2em;
    right: 1em;
    width: 10em;
    text-align: center;
    cursor: pointer;
  }
  header .header-lang .lang-modal {
    position: absolute;
    top: 6.5em;
    right: 2em;
    z-index: 1010;
    width: 12em;
    text-align: center;
    background-color: #fff;
    border: 1px solid #6993AE;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  header .header-lang .lang-modal li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modal-open header .header-lang .lang-modal {
    border-top: 1px solid #6993AE;
  }
  header .header-nav-list {
    display: block;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  header .header-nav-list li {
    float: left;
    margin: 1em 0;
    width: 11.8%;
    border-right: 1px solid #BACDD9;
  }
  header .header-nav-list li a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 2em;
    color: #20202F;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #eee;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .header-nav-list li a:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    color: #4cbd9c;
    font-size: 18px;
    font-size: 1.8rem;
    content: "꤇";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  header .header-nav-list li a:hover {
    color: #4cbd9c;
  }
  header .header-nav-list li:nth-child(2) a:before {
    top: -.2em;
    color: #2c428d;
    font-size: 21px;
    font-size: 2.1rem;
    content: "꤀";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(2) a:hover {
    color: #2c428d;
  }
  header .header-nav-list li:nth-child(3) {
    width: 19.8%;
  }
  header .header-nav-list li:nth-child(3) a:before {
    color: #edb402;
    content: "꤃";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(3) a:hover {
    color: #edb402;
  }
  header .header-nav-list li:nth-child(4) a:before {
    color: #ff5252;
    content: "꤅";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(4) a:hover {
    color: #ff5252;
  }
  header .header-nav-list li:nth-child(5) a:before {
    color: #b81681;
    content: "꤄";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(5) a:hover {
    color: #b81681;
  }
  header .header-nav-list li:nth-child(6) {
    width: 13.2%;
  }
  header .header-nav-list li:nth-child(6) a:before {
    top: -.1em;
    color: #94ca7f;
    font-size: 20px;
    font-size: 2rem;
    content: "꤁";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(6) a:hover {
    color: #94ca7f;
  }
  header .header-nav-list li:nth-child(7) {
    width: 19.8%;
    border-right: none;
  }
  header .header-nav-list li:nth-child(7) a:before {
    top: -.2em;
    color: #ff7f50;
    font-size: 22px;
    font-size: 2.2rem;
    content: "꤆";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  header .header-nav-list li:nth-child(7) a:hover {
    color: #ff7f50;
  }
}

@media only screen and (min-width: 1024px) {
  header h1 span {
    padding-right: 0;
  }
  header .header-nav-list li:first-child {
    border-left: 1px solid #BACDD9;
  }
  header .header-nav-list li:nth-child(7) {
    border-right: 1px solid #BACDD9;
  }
}

@media only screen and (min-width: 768px) {
  .study > header .header-nav-list li:nth-child(1) a:after, .work > header .header-nav-list li:nth-child(2) a:after, .internet > header .header-nav-list li:nth-child(3) a:after, .life > header .header-nav-list li:nth-child(4) a:after, .amusement > header .header-nav-list li:nth-child(5) a:after, .soudan > header .header-nav-list li:nth-child(6) a:after, .support > header .header-nav-list li:nth-child(7) a:after {
    content: '';
    position: absolute;
    bottom: -1em;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #97d8c5;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
    background-size: 7px 7px;
    border-radius: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .work > header .header-nav-list li:nth-child(2) a:after {
    background-color: #5570ca;
  }
  .internet > header .header-nav-list li:nth-child(3) a:after {
    background-color: #fed557;
  }
  .life > header .header-nav-list li:nth-child(4) a:after {
    background-color: #ffb8b8;
  }
  .amusement > header .header-nav-list li:nth-child(5) a:after {
    background-color: #e94bb3;
  }
  .soudan > header .header-nav-list li:nth-child(6) a:after {
    background-color: #d0e8c7;
  }
  .support > header .header-nav-list li:nth-child(7) a:after {
    background-color: #ffcab6;
  }
}

/*--------------------------------------------------------*/
/*　ページフッター*/
/*--------------------------------------------------------*/
/* サイトマップ */
footer {
  position: relative;
}

footer:before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #F4C6D2, #C0C7FE);
  height: 5px;
}

footer .footer-sitemap {
  display: none;
}

footer .footer-pagetop {
  position: absolute;
  top: -1.5em;
  right: 1em;
  width: 3em;
  height: 3em;
  background-color: #B20000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footer-pagetop:hover {
  background-color: #cc0000;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

footer .footer-pagetop a {
  display: block;
  padding-top: .8em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

footer .footer-pagetop a i {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 1024px) {
  footer {
    background-color: #EFF3F7;
  }
  footer nav {
    padding: 1em;
  }
  footer .footer-sitemap {
    display: block;
  }
  footer .footer-sitemap > li {
    width: 15%;
    float: left;
    margin-right: 2%;
  }
  footer .footer-sitemap > li > span {
    display: block;
    position: relative;
    padding: 0 0 .5em 1.6em;
    margin: 3em 0 .7em;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #BACDD9;
  }
  footer .footer-sitemap > li > span:before {
    position: absolute;
    top: -.1em;
    left: 0;
    color: #4cbd9c;
    content: "꤇";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer .footer-sitemap > li li {
    position: relative;
    padding-left: 1em;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.95;
  }
  footer .footer-sitemap > li li:before {
    position: absolute;
    top: .3em;
    left: -.2em;
    content: "";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem;
    color: #6993AE;
  }
  footer .footer-sitemap > li a {
    color: #666;
    text-decoration: none;
  }
  footer .footer-sitemap > li a:hover {
    text-decoration: underline;
  }
  footer .footer-sitemap:first-child > li:nth-child(2) > span {
    padding-left: 1.2em;
  }
  footer .footer-sitemap:first-child > li:nth-child(2) > span:before {
    top: -.2em;
    left: -.2em;
    color: #2c428d;
    font-size: 19px;
    font-size: 1.9rem;
    content: "꤀";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:first-child > li:nth-child(3) > span:before {
    color: #edb402;
    content: "꤃";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:first-child > li:nth-child(4) > span:before {
    color: #ff5252;
    content: "꤅";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:first-child > li:nth-child(5) > span:before {
    color: #b81681;
    content: "꤄";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:first-child > li:last-child {
    margin-right: 0;
  }
  footer .footer-sitemap:first-child > li:last-child > span {
    padding-left: 1.9em;
  }
  footer .footer-sitemap:first-child > li:last-child > span:before {
    top: -.3em;
    left: -.1em;
    color: #94ca7f;
    font-size: 19px;
    font-size: 1.9rem;
    content: "꤁";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:nth-child(2) {
    margin-bottom: 5em;
  }
  footer .footer-sitemap:nth-child(2) > li:nth-child(1) > span {
    padding-left: 1.7em;
  }
  footer .footer-sitemap:nth-child(2) > li:nth-child(1) > span:before {
    top: -.35em;
    color: #ff7f50;
    font-size: 21px;
    font-size: 2.1rem;
    content: "꤆";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
  }
  footer .footer-sitemap:nth-child(2) > li:last-child {
    margin-right: 0;
    width: 83%;
  }
  footer .footer-sitemap:nth-child(2) > li:last-child > span {
    padding-left: 0;
  }
  footer .footer-sitemap:nth-child(2) > li:last-child > span:before {
    content: none;
  }
  footer .footer-sitemap:nth-child(2) > li:last-child li {
    width: 18.075%;
    margin-right: 2.4%;
    float: left;
  }
  footer .footer-sitemap:nth-child(2) > li:last-child li:nth-child(5n) {
    margin-right: 0;
  }
  footer .wrap {
    position: relative;
  }
}

/* フッターリスト（このサイトについてetc...） */
.footer-list {
  padding: 1em 1em 1.5em;
  background-color: #EFF3F7;
}

.footer-list .footer-logo {
  padding: .5em 0 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #BACDD9;
}

.footer-list .footer-logo img {
  width: 100%;
  max-width: 200px;
}

.footer-list li {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.footer-list li:before {
  position: absolute;
  top: -.1em;
  left: 0;
  content: "";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #BACDD9;
}

.footer-list li a {
  display: block;
  margin: .5em 0 .5em 1em;
  color: #20202F;
  text-decoration: none;
}

.footer-list li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .footer-list {
    padding: 2em 0;
    text-align: center;
    background-color: #6993AE;
  }
  .footer-list .footer-logo {
    display: none;
  }
  .footer-list li {
    display: inline-block;
    border-right: 1px solid #507994;
  }
  .footer-list li:last-child {
    border-right: none;
  }
  .footer-list li:before {
    content: none;
  }
  .footer-list li a {
    margin: .7em 1em;
    color: #fff;
  }
}

/* コピーライト */
.footer-copyright {
  padding: 2em 1em 3em;
  background-color: #6993AE;
}

.footer-copyright .footer-cr {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.762;
}

.footer-copyright .footer-note {
  margin-top: .5em;
  color: #BACDD9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.762;
}

@media only screen and (min-width: 768px) {
  .footer-copyright {
    text-align: center;
    background-color: #BACDD9;
  }
  .footer-copyright .footer-cr {
    color: #20202F;
  }
  .footer-copyright .footer-note {
    color: #666;
  }
}

/*＝＝＝＝＝＝ PR表記追加（2023.9）＝＝＝＝＝＝*/
.promotion-note {
  position: fixed;
  padding: 1.5em 1.5em;
  font-size: 10px;
  font-size: 1rem;
  border-radius: .3em;
  opacity: .9;
  width: 4.1em;
  overflow: hidden;
  transition: width 1s;
  /*---customize---*/
  bottom: 1em;
  right: 1em;
  background: #083553;
  color: #FFF;
  z-index: 1000;
  /*---customize---*/
}

.promotion-note.is-open {
  width: 26.5em;
  transition: width 1s;
}

.promotion-note.is-open p span {
  opacity: 1;
  transition: opacity .5s;
}

.promotion-note.is-close {
  width: 4.1em;
  transition: width 1s;
}

.promotion-note.is-close p span {
  opacity: 0;
  transition: opacity .5s;
}

.promotion-note p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
}

.promotion-note p span {
  display: block;
  position: absolute;
  top: 0;
  left: 1.54545em;
  width: 21em;
  opacity: 0;
}

.promotion-note p::before {
  content: "";
  display: inline-block;
  vertical-align: -.2em;
  margin-right: .5em;
  height: 1em;
  width: 1em;
  background: url("data:image/svg+xml;utf8,<svg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path d='M17.003,13.636c-.351-.232-.775-.348-1.271-.348h-2.997v9.925h2.997c.48,0,.895-.112,1.247-.335,.351-.224,.623-.552,.816-.983,.192-.432,.287-.943,.287-1.534v-4.1c0-.623-.092-1.159-.276-1.606-.184-.447-.452-.787-.803-1.019Z' style='fill:%23fff;'/><path d='M37.555,13.564c-.375-.2-.819-.3-1.331-.3h-3.116v8.727h3.116c.512,0,.956-.092,1.331-.276,.376-.184,.66-.448,.851-.792,.192-.344,.288-.755,.288-1.234v-3.884c0-.528-.096-.983-.288-1.367-.191-.384-.475-.675-.851-.875Z' style='fill:%23fff;'/><path d='M45,0H5C2.25,0,0,2.25,0,5V45c0,2.75,2.25,5,5,5H45c2.75,0,5-2.25,5-5V5c0-2.75-2.25-5-5-5ZM24.1,21.272c0,1.615-.324,2.993-.971,4.135-.647,1.143-1.586,2.015-2.817,2.614-1.231,.599-2.701,.899-4.411,.899h-3.165v13.521H6.791V7.583H15.901c1.726,0,3.204,.304,4.435,.911,1.231,.608,2.166,1.498,2.805,2.673,.639,1.175,.959,2.585,.959,4.231v5.873Zm15.313,21.169l-4.311-14.744h-1.994v14.744h-5.826V7.559h8.583c1.886,0,3.496,.308,4.83,.923,1.334,.615,2.353,1.518,3.057,2.709,.703,1.191,1.055,2.618,1.055,4.279v4.076c0,1.71-.352,3.176-1.055,4.4-.704,1.222-1.726,2.153-3.069,2.792-.015,.007-.032,.012-.047,.019l5.155,15.685h-6.377Z' style='fill:%23fff;'/></svg>") center/cover no-repeat;
}

@media only screen and (min-width: 1024px) {
  .promotion-note {
    /*---customize---*/
    right: auto;
    bottom: auto;
    top: 1em;
    left: 1em;
    /*---customize---*/
  }
}

/*＝＝＝＝＝＝ PR表記追加（2023.9）ここまで＝＝＝＝＝＝*/
