@charset "utf-8";
/*-----------------*/
/* Fixed Footer */
/*------------------*/
.fixed-footer {
  /*overflow: hidden;*/
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0;
  background-color: #333;
  transition: opacity 0.25s linear; }

.fixed-footer .list-items {
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  margin: 0 auto;
  width: 90%;
  max-width: 64em;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.fixed-footer .list-item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: calc((100% - 30px) / 3);
  -ms-flex-align: stretch;
  align-items: stretch; }
.fixed-footer .list-item a {
  border-radius: 5px;
  width: 100%;
  padding: 11px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
.fixed-footer .list-item:first-child {
  width: 100%;
  padding: 0; }
  .fixed-footer .list-item:first-child a {
    background-color: #FDAF06; }
    .fixed-footer .list-item:first-child a:hover {
      background-color: #E69E00; }
.fixed-footer .list-item:nth-child(2) {
  display: none; }
  .fixed-footer .list-item:nth-child(2) a {
    background-color: #267C3A; }
  .fixed-footer .list-item.demo a {
    background-color: #267C3A !important; }
    .fixed-footer .list-item:nth-child(2) a:hover {
      background-color: #40A83E; }
.fixed-footer .list-item:last-child {
  display: none;
  margin: 0; }
  .fixed-footer .list-item:last-child a {
    background-color: #FF3333; }
    .fixed-footer .list-item:last-child a:hover {
      background-color: #CC3333; }


.fixed-footer .list-item .fixed-footer-balloon {
  display: inline-block;
  padding: 7px 10px;
  width: 80%;
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 10%;
  right: 10%;
  z-index: 1;
}

.fixed-footer .list-item .fixed-footer-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}

.fixed-footer .list-item .fixed-footer-balloon p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width:48em) and (max-width:56em){
	.fixed-footer .list-item .fixed-footer-balloon{
		font-size: 13px;
		width: 90%;
		left: 5%;
		right: 5%;
	}
}

.is-fixed-footer-open .fixed-footer.is-show {
  opacity: 1;
  height: 90px; }


@media screen and (min-width: 48em) {
/*  .fixed-footer {
    height: 70px !important; } */

  .fixed-footer .list-item a {
    font-size: 0.75em;
    line-height: 1.2; }
  .fixed-footer .list-item:first-child {
    display: flex;
    /*padding: 0 20px 0 0;*/
    width: calc((100% - 40px) / 3); }
    .fixed-footer .list-item:first-child a {
      background-color: #FDAF06; }
      .fixed-footer .list-item:first-child a:hover {
        background-color: #E69E00; }
  .fixed-footer .list-item:nth-child(2) {
    display: flex;
    /*padding: 0 20px 0 0;*/ }
    .fixed-footer .list-item:nth-child(2) a {
      display: inline-block !important;}
      .fixed-footer .list-item:nth-child(2) a:hover {
        background-color: #40A83E; }
  .fixed-footer .list-item:last-child {
    display: flex;
    padding: 0; }
    .fixed-footer .list-item:last-child a {
      display: inline-block !important;
      background-color: #FF3333; }
      .fixed-footer .list-item:last-child a:hover {
        background-color: #CC3333; }
  .fixed-footer .list-item .fixed-footer .list-item a {
    font-size: 13.5px; }
  .fixed-footer .list-item .is-fixed-footer-open {
    padding-bottom: 1px; }
  /*.fixed-footer .list-item .is-fixed-footer-open .fixed-footer {
    height: 70px; }
  .fixed-footer .list-item .is-fixed-footer-open .fixed-footer.is-show {
    opacity: 1; } */
	.fixed-footer .list-item .fixed-footer-balloon{
		top: -26px;
	}
  .is-fixed-footer-open .fixed-footer.is-show {
    height: 70px; }
}

@media screen and (min-width: 64em) {
  .fixed-footer .list-item a {
    font-size: 13.5px; }

  .is-fixed-footer-open {
    padding-bottom: 1px; }

  /*.is-fixed-footer-open .fixed-footer.is-show {
    opacity: 1; } */
}

@media screen and (min-width: 75em) {
  .fixed-footer .list-item a {
    font-size: 19px; } }
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .fixed-footer .list-item a {
    font-size: 20px; } 
}

#btn_Pagetop {
  bottom: 92px !important; 
}

@media screen and (min-width: 48em) {
 #btn_Pagetop {
    bottom: 72px !important; }
}
