@charset "UTF-8";
#wrap {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
header {
  box-shadow: 0px 0px 1em #5F31319C;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
#header {
  background: #fff;
}
#header a {
  display: block;
  width: 32%;
}
#header img {
  max-width: 244px;
}
#main {
  max-width: 750px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
  vertical-align: text-top;
}
body {
  font-size: 2.7vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.footer ul {
  display: flex;
  flex-direction: ;
  justify-content: center;
}
.footer li:not(:last-child) {
  border-right: 1px solid;
}
.footer li {
  padding: 0 0.4em;
}
.footer {
  padding: 3em 0;
}
.copy {
  background: #DF580D;
  text-align: center;
  color: #fff;
  padding: 1.5em 0;
}

.fixed_text p:before,.fixed_text p:after {
  position: absolute;
  content: "";
  background: url(../images/result/sec5_arrow.png);
  width: 0.8em;
  height: 0.9em;
  background-size: 100% auto;
  bottom: 0;
  display: inline-block;
}
.fixed_text {
  text-align: center;
  font-weight: bold;
	display: none;
  text-align: center;
}
.fixed_text p {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 1.4em;
  margin: 0.2em;
}
.fixed_text p:before {
  transform: scale(-1,1) translate(100%,0);
  left: 0;
  bottom: 0;
}
.fixed_text p::after {
  right: 0;
  transform: translate(100%);
}
#fixed a {
  max-width: 83.2%;
  width: 624px;
  display: block;
  margin: 0 auto;
}
#fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.5em;
  z-index: 9999;
  transform: translate3d(0,0,0);
  transition: transform 1s ease;
}
#fixed.off {
  transform: translate3d(0,100%,0);
}
@media screen and (min-width:750px){
  body{ font-size:20px; }
}