@import "slicknav.css";
@import "slick.css";
@import "slick-theme.css";
@import "flickity.css";
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.sapporo {
  color: #c51015;
}
.sendai {
  color: #ffc700;
}
.kashiwa {
  color: #ffee07;
}
.senri {
  color: #00589e;
}
.umeda {
  color: #00589e;
}
.small {
  font-size: 80%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 1080px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
#menu {
  display: none;
}
.slicknav_menu {
  display: block;
}
#header {
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
  margin: 0 auto 10px;
  position: relative;
}
#header h1 img {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#header .logo img {
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#header .sns {
  position: absolute;
  top: 23px;
  left: 16px;
}
#header .sns i {
  font-size: 27px;
  margin-right: 16px;
  color: #000000;
}
#header .sns a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#main-gnav {
  width: 100%;
  background: #000;
}
#main-gnav ul {
  width: 1160px;
  margin: 0 auto;
  *zoom: 1;
}
#main-gnav ul li {
  list-style: none;
}
#main-gnav ul:before,
#main-gnav ul:after {
  display: table;
  content: "";
}
#main-gnav ul:after {
  clear: both;
}
#main-gnav ul li {
  width: 166px;
  margin-right: 0;
  margin-left: -1px;
  float: left;
}
#main-gnav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  border-top: none;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  word-break: break-all;
}
#main-gnav ul li a:hover {
  background: #7e7a77;
  text-decoration: none;
}
#main-gnav ul li .jp {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 4px;
}
#main-gnav ul li strong {
  display: block;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  background: #7e7a77;
}
#home h2 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
#home h2 + hr {
  width: 10%;
  margin: 0 auto 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#home h2 + hr + p {
  margin-bottom: 34px;
  text-align: center;
}
#home #mainvisual {
  margin: 0 auto 60px;
  width: 100%;
  height: 0;
  padding-top: 42%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#home .setView1 {
  background-image: url("/company/static/images/mainvisual-um.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
#home .setView2 {
  background-image: url("/company/static/images/mainvisual-ha.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
#home #banner {
  width: 1080px;
  margin: 0 auto;
}
#home #banner ul li img {
  width: 100%;
  max-width: 100%;
/*  height: auto;*/
/*padding-top:37%;
	display:block;*/
}
#home #news {
  padding: 100px 0 0 0;
  margin-bottom: 100px;
}
#home #news .contents {
  width: 800px;
}
#home #news .open {
  margin-bottom: 0;
}
#home #news .left {
  float: left;
  width: 10%;
  margin-right: 10px;
}
#home #news .right {
  float: left;
  width: 87%;
}
#home #news ul li {
  list-style: none;
}
#home #news ul li {
  padding: 18px 20px 18px 20px;
  border-bottom: 1px dotted #7d7d7d;
  *zoom: 1;
}
#home #news ul li:before,
#home #news ul li:after {
  display: table;
  content: "";
}
#home #news ul li:after {
  clear: both;
}
#home #news ul li .tag-news {
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}
#home #news ul li .date {
  font-weight: bold;
  margin-right: 10px;
}
#home #news ul li .new {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
  margin-left: 10px;
}
#home #news .button {
  margin-top: 80px;
}
#home #news .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#home #news .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower h2 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
#lower h2 + hr {
  width: 10%;
  margin: 0 auto 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#lower h2 + hr + p {
  margin-bottom: 40px;
  text-align: center;
}
#lower #breadcrumbs {
  width: 100%;
  background: #f1f1f1;
}
#lower #breadcrumbs ul {
  width: 880px;
  margin: 0 auto;
  list-style: none;
  padding: 14px 0;
  font-size: 12px;
  line-height: 1.1!important;
}
#lower #breadcrumbs ul li {
  font-size: 12px;
  line-height: 1.1!important;
  display: inline;
  padding: 0 6px 0 0;
}
#lower #breadcrumbs ul li a {
  font-size: 12px;
  line-height: 1.1!important;
  padding: 0 6px 0 0;
}
#lower #headline {
  padding: 46px 0;
  text-align: center;
  background: #000;
  color: #fff;
  margin-bottom: 100px;
}
#lower #headline h1 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 12px;
}
#lower #headline h1 + hr {
  width: 10%;
  margin: 0 auto 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#lower #headline h1 + hr + p {
  font-size: 16px;
}
#lower #headline h1 span {
  display: block;
  font-size: 24px;
}
#lower .headline-shop h1 {
  font-size: 50px!important;
}
#lower hr.separator {
  height: 0;
  margin: 0 0 70px 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #7e7a77;
}
#lower .mainvisual {
  margin-bottom: 60px;
  text-align: center;
}
#lower .mainvisual img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#lower #company table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 100px;
}
#lower #company table th,
#lower #company table td {
  padding: 16px 16px;
  font-size: 16px;
}
#lower #company table th {
  width: 26%;
  background: #7e7a77;
  text-align: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.25em;
}
#lower #company table td {
  text-align: left;
}
#lower #company table td .googlemap {
  border: 2px solid #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 4px 40px;
  margin-left: 20px;
  text-decoration: none;
}
#lower #company table td .googlemap:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #company table td .googlemap i {
  margin-left: 10px;
  font-size: 10px;
}
#lower #company table td ul {
  list-style: none;
}
#lower #company table td ol {
  margin-left: 23px;
}
#lower #company-group .headline {
  text-align: center;
}
#lower #company-group .headline img {
  width: 80%;
  max-width: 80%;
  height: auto;
  margin-bottom: 26px;
}
#lower #company-group .headline p {
  font-size: 24px;
  margin-bottom: 60px;
}
#lower #company-group .mainvisual {
  margin-bottom: 100px;
}
#lower #company-group .mainvisual img {
  width: 95%;
  max-width: 95%;
  height: auto;
}
#lower #company-group .company .name {
  text-align: center;
  margin-bottom: 36px;
}
#lower #company-group .company .name img {
  margin-bottom: 20px;
}
#lower #company-group .company .name hr {
  margin: 0 auto 18px;
  width: 11%;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #000;
}
#lower #company-group .company .name h3 {
  font-size: 16px;
  font-weight: normal;
}
#lower #company-group .company table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 40px;
}
#lower #company-group .company table th,
#lower #company-group .company table td {
  padding: 16px 16px;
  font-size: 16px;
}
#lower #company-group .company table th {
  width: 26%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.25em;
}
#lower #company-group .company table td {
  border: 1px solid #7e7a77;
  text-align: left;
}
#lower #company-group .company table td ul {
  list-style: none;
}
#lower #company-group .company table td ul li i {
  margin-left: 10px;
}
#lower #company-group .company table td ol {
  margin-left: 23px;
}
#lower #company-group .company .button {
  margin-bottom: 95px;
}
#lower #company-group .company .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#lower #company-group .company .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #company-group .jsp table th {
  background: #357bc6;
  border: 1px solid #357bc6;
}
#lower #company-group .sol table th {
  background: #f4b02f;
  border: 1px solid #f4b02f;
}
#lower #company-group .estadio table {
  margin-bottom: 100px;
}
#lower #company-group .estadio table th {
  background: #8c2913;
  border: 1px solid #8c2913;
}
#lower #company-group .maracana table {
  margin-bottom: 100px;
}
#lower #company-group .maracana table th {
  background: #003d19;
  border: 1px solid #003d19;
}
#lower #company-history .headline {
  margin-bottom: 40px;
}
#lower #company-history .headline ul {
  width: 100%;
  *zoom: 1;
}
#lower #company-history .headline ul:before,
#lower #company-history .headline ul:after {
  display: table;
  content: "";
}
#lower #company-history .headline ul:after {
  clear: both;
}
#lower #company-history .headline ul li {
  list-style: none;
}
#lower #company-history .headline ul li {
  width: 50%;
  float: left;
}
#lower #company-history .headline ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#lower #company-history table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 100px;
}
#lower #company-history table th,
#lower #company-history table td {
  font-size: 16px;
  vertical-align: top;
}
#lower #company-history table th {
  width: 7%;
  padding: 6px 6px;
  border-bottom: 1px dotted #7e7a77;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
#lower #company-history table td {
  width: 46%;
  padding: 6px 20px;
  border-bottom: 1px dotted #7e7a77;
  text-align: left;
  font-size: 16px;
}
#lower #company-history table td ul {
  list-style: disc;
}
#lower #company-history table td ul li {
  margin-left: 20px;
}
#lower #company-history table td ul li .red {
  color: #cc0022;
  font-weight: bold;
}
#lower #company-history table td ul li .orange {
  color: #ff6600;
  font-weight: bold;
}
#lower #company-history table td ul li .blue {
  color: #0066cc;
  font-weight: bold;
}
#lower #company-history table td ul li .green {
  color: #006633;
  font-weight: bold;
}
#lower #company-history table td .point {
  color: #0033cc;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#lower #company-service .headline {
  text-align: center;
  margin-bottom: 24px;
}
#lower #company-service h2 {
  font-size: 40px;
  margin-bottom: 100px;
}
#lower #company-service .message {
  font-size: 40px;
  color: #ff0000;
  margin-bottom: 100px;
  text-align: center;
}
#lower #company-service .message p {
  font-size: 16px;
  color: #000;
  margin-top: 30px;
}
#lower #company-service h3 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 28px;
  text-align: center;
}
#lower #company-service .area {
  background: #f1f1f1;
  padding: 38px 23px;
  margin-bottom: 100px;
  font-size: 16px;
}
#lower #company-service .about table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
#lower #company-service .about table th,
#lower #company-service .about table td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#lower #company-service .about table th {
  width: 5%;
  border: none;
}
#lower #company-service .about table th .new {
  color: #ff0000;
  font-weight: normal;
}
#lower #company-service .about table td {
  border: none;
}
#lower #company-service .about table td ul li {
  margin-left: 20px;
}
#lower #company-service .requirement .marker {
  background: linear-gradient(transparent 40%, #ffff00 0%);
}
#lower #company-service .ranking ul li {
  margin-left: 20px;
}
#lower #company-service .flow ul li {
  list-style: none!important;
  margin-bottom: 30px;
}
#lower #company-service .flow ul li h4 {
  color: #ff0000;
}
#lower #company-service .flow ul li:last-child {
  margin-bottom: 0;
}
#lower #company-service .registration {
  font-size: 24px;
  text-align: center;
  margin-bottom: 100px;
}
#lower #company-vision .headline {
  text-align: center;
  margin-bottom: 46px;
}
#lower #company-vision .headline img {
  width: 77%;
  max-width: 77%;
  height: auto;
}
#lower #company-vision .read {
  margin-bottom: 70px;
  text-align: center;
}
#lower #company-vision .read p {
  margin-bottom: 34px;
  line-height: 2.3;
}
#lower #company-vision .read img {
  margin-top: 10px;
  margin-bottom: 16px;
  width: 54%;
  max-width: 54%;
  height: auto;
}
#lower #company-vision .visual {
  margin-bottom: 100px;
}
#lower #company-vision .visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#lower #company-media .sns-link {
  margin-bottom: 60px;
}
#lower #company-media .sns-link ul li {
  list-style: none;
}
#lower #company-media .sns-link ul li {
  border-bottom: 1px dotted #7e7a77;
  padding: 18px 10px;
  line-height: 2;
}
#lower #company-media .sns-link ul li i {
  font-size: 30px;
  margin-right: 40px;
  vertical-align: middle;
  line-height: 1;
  width: 2%;
  display: inline-block;
  text-align: center;
}
#lower #company-media .sns-link ul li .company {
  margin-right: 40px;
  width: 6%;
  display: inline-block;
}
#lower #company-media .timeline {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#lower #company-media .timeline:before,
#lower #company-media .timeline:after {
  display: table;
  content: "";
}
#lower #company-media .timeline:after {
  clear: both;
}
#lower #company-media .timeline .Facebook {
  float: left;
  width: 46%;
}
#lower #company-media .timeline .Twitter {
  float: right;
  width: 46%;
}
#lower #company-media .timeline .Instagram {
  float: left;
  width: 92%;
}
#lower #company-media .ad {
  width: 1010px;
  margin: 0 auto 100px;
}
#lower #company-media .ad ul {
  *zoom: 1;
}
#lower #company-media .ad ul li {
  list-style: none;
}
#lower #company-media .ad ul:before,
#lower #company-media .ad ul:after {
  display: table;
  content: "";
}
#lower #company-media .ad ul:after {
  clear: both;
}
#lower #company-media .ad ul li {
  float: left;
  width: 310px;
  margin-right: 40px;
  text-align: center;
}
#lower #company-media .ad ul li a {
  font-size: 24px;
  margin-bottom: 6px;
  display: block;
}
#lower #company-media .ad ul li img {
  margin-bottom: 10px;
}
#lower #company-media .ad ul li:last-child {
  margin-right: 0;
}
#lower #company-media .media {
  *zoom: 1;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#lower #company-media .media:before,
#lower #company-media .media:after {
  display: table;
  content: "";
}
#lower #company-media .media:after {
  clear: both;
}
#lower #company-media .media .pics {
  float: left;
  width: 310px;
}
#lower #company-media .media .detail {
  float: right;
  width: 750px;
}
#lower #company-media .media .detail .date {
  width: 160px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 13px;
}
#lower #company-media .media .detail a {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
#lower #company-media .media .detail a span {
  color: #ff0000;
  margin-left: 10px;
}
#lower #company-media .media .detail .read {
  font-size: 16px;
  margin-bottom: 10px;
}
#lower #company-media .media .detail .remarks {
  font-size: 12px;
  margin-bottom: 20px;
}
#lower #shop-list .map {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 30px;
}
#lower #shop-list .link {
  text-align: center;
  margin-bottom: 40px;
}
#lower #shop-list .mb50 {
  margin-bottom: 50px!important;
}
#lower #shop-list ul {
  *zoom: 1;
}
#lower #shop-list ul li {
  list-style: none;
}
#lower #shop-list ul:before,
#lower #shop-list ul:after {
  display: table;
  content: "";
}
#lower #shop-list ul:after {
  clear: both;
}
#lower #shop-list ul li {
  float: left;
  text-align: center;
  width: 260px;
  margin-right: 10px;
}
#lower #shop-list ul li img {
  width: 260px;
  height: 195px;
  margin-bottom: 14px;
  border: 1px solid #7e7a77;
}
#lower #shop-list ul li .name {
  font-size: 16px;
}
#lower #shop-list .column-1 {
  width: 500px;
  margin: 0 auto 100px;
}
#lower #shop-list .column-1 ul li {
  width: 500px;
  margin-right: 0;
}
#lower #shop-list .column-1 ul li img {
  width: 413px;
  height: 195px;
  margin-bottom: 14px;
}
#lower #shop-list .column-1-1 {
  width: 260px;
  margin: 0 auto 100px;
}
#lower #shop-list .column-1-1 ul {
  margin-right: -10px;
}
#lower #shop-list .column-1-1 ul li img {
  width: 260px;
  height: 195px;
  margin-bottom: 14px;
  border: 1px solid #7e7a77;
}
#lower #shop-list .column-2 {
  width: 530px;
  margin: 0 auto 100px;
}
#lower #shop-list .column-2 ul {
  margin-right: -10px;
}
#lower #shop-list .column-3 {
  width: 800px;
  margin: 0 auto 100px;
}
#lower #shop-list .column-3 ul {
  margin-right: -10px;
}
#lower #shop-list .column-4 {
  width: 1070px;
  margin: 0 auto 100px;
}
#lower #shop-list .column-4 ul {
  margin-right: -10px;
}
#lower #shop-detail #gallery {
  width: 1080px;
  margin: 0 auto;
}
#lower #shop-detail #gallery #flickity {
  margin: -40px 0 100px 0;
}
#lower #shop-detail #gallery #flickity .gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}
#lower #shop-detail #gallery #flickity .gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
#lower #shop-detail #gallery #flickity img {
  width: 59%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
}
#lower #shop-detail #gallery #flickity .is-selected {
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -khtml-opacity: 1!important;
  -moz-opacity: 1!important;
}

#lower #shop-detail #gallery2 {
  width: 600px;
  margin: 0 auto;
}
#lower #shop-detail #gallery2 .single{
  margin: -40px 0 100px 0;
}
#lower #shop-detail #gallery2 .single img{
  width: 100%;
  margin: 0 auto;
}

#lower #shop-detail .contents {
  width: 800px;
}
#lower #shop-detail .subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#lower #shop-detail .subtitle hr {
  width: 14%;
  margin: 10px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#lower #shop-detail h2 {
  font-size: 36px;
}
#lower #shop-detail h2 + hr + p {
  color: #666666;
}
#lower #shop-detail .address1 {
  font-size: 24px;
  margin-bottom: 12px;
}
#lower #shop-detail .address1 p {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
#lower #shop-detail .address2 {
  font-size: 16px;
  margin-bottom: 30px;
}
#lower #shop-detail .address2 span {
  color: #666666;
  font-size: 14px;
  margin-left: 10px;
}
#lower #shop-detail .card-2c {
  *zoom: 1;
}
#lower #shop-detail .card-2c:before,
#lower #shop-detail .card-2c:after {
  display: table;
  content: "";
}
#lower #shop-detail .card-2c:after {
  clear: both;
}
#lower #shop-detail .card-2c h3 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #7e7a77;
  padding: 8px 13px;
  margin-bottom: 20px;
}
#lower #shop-detail .card-2c h3 i {
  font-size: 21px;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#lower #shop-detail .card-2c h3 span {
  color: #cccccc;
  font-size: 14px;
  margin-left: 10px;
}
#lower #shop-detail .card-2c ul {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
#lower #shop-detail .card-2c ul li {
  list-style: none;
}
#lower #shop-detail .card-2c ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-bottom: 10px;
}
#lower #shop-detail .card-2c .left {
  width: 49.5%;
  float: left;
}
#lower #shop-detail .card-2c .right {
  width: 49.5%;
  float: right;
}
#lower #shop-detail .card h3 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #7e7a77;
  padding: 8px 13px;
  margin-bottom: 20px;
}
#lower #shop-detail .card h3 i {
  font-size: 21px;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#lower #shop-detail .card h3 span {
  color: #cccccc;
  font-size: 14px;
  margin-left: 10px;
}
#lower #shop-detail .card ul {
  width: 520px;
  margin: 0 auto 20px;
  text-align: center;
}
#lower #shop-detail .card ul li {
  list-style: none;
}
#lower #shop-detail .card ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-bottom: 10px;
}
#lower #shop-detail .line {
  text-align: center;
  margin-bottom: 16px;
}
#lower #shop-detail .line + p {
  text-align: center;
  margin-bottom: 30px;
}
#lower #shop-detail .blog {
  text-align: center;
  margin-bottom: 60px;
}
#lower #shop-detail .blog .button {
  margin-bottom: 16px;
}
#lower #shop-detail .blog .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#lower #shop-detail .blog .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #shop-detail .blog + p {
  text-align: center;
}
#lower #shop-detail .access {
  width: 800px;
  margin: 0 auto 80px;
}
#lower #shop-detail .access .map {
  margin-bottom: 30px;
}
#lower #shop-detail .access .traffic {
  *zoom: 1;
}
#lower #shop-detail .access .traffic:before,
#lower #shop-detail .access .traffic:after {
  display: table;
  content: "";
}
#lower #shop-detail .access .traffic:after {
  clear: both;
}
#lower #shop-detail .access .traffic i {
  float: left;
  margin-right: 20px;
  font-size: 38px;
}
#lower #shop-detail .access .traffic ul {
  margin-top: 6px;
  float: left;
}
#lower #shop-detail .access .traffic ul li {
  list-style: none;
}
#lower #shop-detail .access .traffic ul li {
  margin-bottom: 12px;
}
#lower #shop-detail .access .traffic ul li h3 {
  font-weight: normal;
}
#lower #shop-detail .access .traffic ul li p {
  font-size: 14px;
  color: #666666;
  margin-left: 17px;
}
#lower #shop-detail .access .traffic ul li span {
  color: #666666;
  font-size: 14px;
}
#lower #shop-detail .access .traffic ul li .attention {
  font-size: 14px;
}
#lower #shop-detail .access .traffic ul li a span {
  margin-left: 6px;
}
#lower #shop-detail #news {
  padding: 100px 0 0 0;
  margin-bottom: 100px;
}
#lower #shop-detail #news .contents {
  width: 800px;
}
#lower #shop-detail #news h2 {
  font-size: 50px;
}
#lower #shop-detail #news .left {
  float: left;
  width: 10%;
  margin-right: 10px;
}
#lower #shop-detail #news .right {
  float: left;
  width: 87%;
}
#lower #shop-detail #news ul {
  margin-bottom: 0;
}
#lower #shop-detail #news ul li {
  list-style: none;
}
#lower #shop-detail #news ul li {
  padding: 18px 20px 18px 20px;
  border-bottom: 1px dotted #7d7d7d;
  *zoom: 1;
}
#lower #shop-detail #news ul li:before,
#lower #shop-detail #news ul li:after {
  display: table;
  content: "";
}
#lower #shop-detail #news ul li:after {
  clear: both;
}
#lower #shop-detail #news ul li .tag-news {
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}
#lower #shop-detail #news ul li .date {
  font-weight: bold;
  margin-right: 10px;
}
#lower #shop-detail #news ul li .new {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
  margin-left: 10px;
}
#lower #shop-detail #news .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#lower #shop-detail #news .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #shop-detail hr.separator {
  height: 0;
  margin: 0 0 70px 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #7e7a77;
}
#lower #shop-detail .link {
  text-align: center;
  margin-bottom: 40px;
}
#lower #event {
  margin-bottom: 40px;
}
#lower #event .start {
  margin-bottom: 40px;
}
#lower #event .start h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 70px;
}
#lower #event .start .map {
  text-align: center;
  margin-bottom: 70px;
}
#lower #event .start .map img {
  width: 75%;
  max-width: 75%;
  height: auto;
}
#lower #event .start .place {
  width: 880px;
  margin: 0 auto;
}
#lower #event .start .place ul {
  width: 900px;
  margin-right: -20px;
  *zoom: 1;
}
#lower #event .start .place ul li {
  list-style: none;
}
#lower #event .start .place ul:before,
#lower #event .start .place ul:after {
  display: table;
  content: "";
}
#lower #event .start .place ul:after {
  clear: both;
}
#lower #event .start .place ul li {
  float: left;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 11px;
}
#lower #event .start .place ul li a {
  display: block;
  border: 2px solid #000;
  padding: 10px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
#lower #event .start .place ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #event .event {
  *zoom: 1;
  border-bottom: 1px dotted #7e7a77;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#lower #event .event:before,
#lower #event .event:after {
  display: table;
  content: "";
}
#lower #event .event:after {
  clear: both;
}
#lower #event .event .pics {
  float: left;
  width: 310px;
}
#lower #event .event .pics .pc {
  display: block !important;
}
#lower #event .event .pics .sp {
  display: none !important;
}
#lower #event .event .detail {
  float: right;
  width: 750px;
}
#lower #event .event .detail .datearea {
  width: 340px;
  margin-bottom: 16px;
}
#lower #event .event .detail .datearea .date {
  width: 160px;
  display: inline;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 13px;
}
#lower #event .event .detail .datearea .new {
  width: 100px;
  display: inline;
  font-size: 24px;
  color: #ff0000;
  font-weight: normal;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
}
#lower #event .event .detail a {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
#lower #event .event .detail a span {
  color: #ff0000;
  margin-left: 10px;
}
#lower #event .event .detail .read {
  font-size: 16px;
  margin-bottom: 10px;
}
#lower #event .event .detail .remarks {
  font-size: 12px;
  margin-bottom: 20px;
}
#lower #event .event .detail .txt {
  font-size: 16px;
  margin-bottom: 10px;
}
#lower #event .event .detail .txt a {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline;
}
#lower #event .attention {
  text-align: center;
  border-bottom: 1px dotted #7e7a77;
  padding: 40px 0 90px 0;
  margin-bottom: 100px;
}
#lower #event .attention h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}
#lower #event .attention ul li {
  list-style: none;
}
#lower #event-venue .banner {
  margin-bottom: 50px;
}
#lower #event-venue .banner img {
  width: 100%;
  max-width: 100%;
/*  height: auto;*/
}
#lower #event-venue .contents > .contents {
  width: 800px;
}
#lower #event-venue .list {
  margin-bottom: 40px;
}
#lower #event-venue .list ul li {
  list-style: none;
}
#lower #event-venue .list ul li {
  *zoom: 1;
  margin-bottom: 30px;
}
#lower #event-venue .list ul li:before,
#lower #event-venue .list ul li:after {
  display: table;
  content: "";
}
#lower #event-venue .list ul li:after {
  clear: both;
}
#lower #event-venue .list ul li .tag {
  width: 4%;
  float: left;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
#lower #event-venue .list ul li .detail {
  float: right;
  width: 92%;
}
#lower #event-venue .list ul li .detail span {
  color: #666666;
}
#lower #event-venue .map {
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#lower #event-venue .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#lower #event-venue .traffic {
  *zoom: 1;
  margin-bottom: 16px;
}
#lower #event-venue .traffic:before,
#lower #event-venue .traffic:after {
  display: table;
  content: "";
}
#lower #event-venue .traffic:after {
  clear: both;
}
#lower #event-venue .traffic i {
  float: left;
  margin-right: 30px;
  font-size: 42px;
}
#lower #event-venue .traffic ul {
  margin-top: 10px;
  float: left;
}
#lower #event-venue .traffic ul li {
  list-style: none;
}
#lower #event-venue .traffic ul li {
  margin-bottom: 12px;
}
#lower #event-venue .traffic ul li h3 {
  font-weight: normal;
}
#lower #event-venue .traffic ul li p {
  font-size: 14px;
  color: #666666;
  margin-left: 17px;
}
#lower #event-venue .traffic ul li span {
  color: #666666;
  font-size: 14px;
}
#lower #event-venue .traffic ul li .attention {
  font-size: 14px;
}
#lower #event-venue .traffic ul li a span {
  margin-left: 6px;
}
#lower #event-venue .map-entrance {
  text-align: center;
  margin-bottom: 80px;
}
#lower #event-venue .button {
  margin-bottom: 95px;
  text-align: center;
}
#lower #event-venue .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
  text-decoration: none;
}
#lower #event-venue .button a i {
  margin-left: 10px;
}
#lower #event-venue .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #event-venue .venue-link {
  text-align: center;
  margin-bottom: 90px;
}
#lower #sitemap .contents {
  width: 1030px;
}
#lower #sitemap .link {
  *zoom: 1;
  margin-bottom: 80px;
}
#lower #sitemap .link:before,
#lower #sitemap .link:after {
  display: table;
  content: "";
}
#lower #sitemap .link:after {
  clear: both;
}
#lower #sitemap .link ul {
  width: 50%;
  float: left;
}
#lower #sitemap .link ul li {
  list-style: none;
}
#lower #sitemap .link ul li {
  background: url("/company/static/images/sitemap/arrow.png") no-repeat left 50%;
  padding-left: 27px;
  margin-bottom: 10px;
}
#lower #sitemap .link ul li span {
  color: #666666;
  font-size: 12px;
  margin-left: 10px;
}
#lower #sitemap .button {
  margin-top: -30px;
  margin-bottom: 80px;
}
#lower #sitemap .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
#lower #sitemap .button a i {
  margin-left: 10px;
}
#lower #sitemap .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#lower #company-member .h3 {
  color: #222;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
#lower #company-member .h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .h5 {
  font-size: 17px;
  color: #666;
  margin-bottom: 4px;
}
#lower #company-member .h5-border {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: normal;
  border-bottom: 2px solid #222;
}
#lower #company-member .h5-border + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 34px;
}
#lower #company-member .headline .subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #111;
  letter-spacing: 1px;
  padding: 11px 0;
  border: 2px solid #111;
  width: 63%;
  margin: 0 auto 30px;
}
#lower #company-member .headline .subtitle span {
  margin-left: 10px;
}
#lower #company-member .headline h2 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 30px;
}
#lower #company-member .headline h2 + p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 70px;
  text-align: center;
}
#lower #company-member .list .start {
  width: 420px;
}
#lower #company-member .list h3 {
  color: #222;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
#lower #company-member .list h3 + p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
#lower #company-member .list ul {
  margin-bottom: 22px;
}
#lower #company-member .list ul li {
  list-style: none;
}
#lower #company-member .list ul li {
  background-image: url("/company/static/images/profile/member/pointcard19-new.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 50px auto;
  -moz-background-size: 50px auto;
  padding: 15px 0 15px 60px;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .list ol {
  margin-bottom: 70px;
}
#lower #company-member .list ol li {
  list-style: none;
}
#lower #company-member .list ol li {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #444;
}
#lower #company-member .list table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#lower #company-member .list table + p {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 100px;
}
#lower #company-member .list table th,
#lower #company-member .list table td {
  padding: 8px 12px;
}
#lower #company-member .list table th {
  background: #222;
  color: #fff;
  padding: 14px;
  font-size: 18px;
  text-align: center;
}
#lower #company-member .list table th span {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 15px;
}
#lower #company-member .list table td {
  padding: 15px 10px;
  color: #222;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#lower #company-member .list table .left {
  font-weight: bold;
  color: #111;
  text-align: left;
  font-size: 14px;
}
#lower #company-member .list table .center {
  text-align: center;
}
#lower #company-member .list table .right {
  border-right: 1px solid #ccc;
}
#lower #company-member .list table .service {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  width: 30%;
}
#lower #company-member .list table .point19-new-subject td {
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #ccc;
}
#lower #company-member .list table .point19-new-subject td span {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#lower #company-member .list table .point19-new-subject .gray {
  background: #666;
  color: #fff;
}
#lower #company-member .list table .point19-new-subject .gold {
  background: #cf9700;
  color: #fff;
}
#lower #company-member .detail {
  margin-bottom: 80px;
}
#lower #company-member .detail h3 {
  color: #222;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#lower #company-member .detail h3 + hr {
  width: 8%;
  margin: 0 auto 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}
#lower #company-member .detail h3 + hr + p {
  font-size: 15px;
  color: #666;
  margin-bottom: 34px;
  text-align: center;
}
#lower #company-member .detail h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .detail h4 img {
  vertical-align: middle;
  margin-left: 10px;
  width: 80px;
}
#lower #company-member .detail h5 {
  font-size: 17px;
  color: #666;
  margin-bottom: 4px;
}
#lower #company-member .detail h5 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 34px;
}
#lower #company-member .rankup h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .rankup h4 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 34px;
}
#lower #company-member .rankup .about {
  *zoom: 1;
  margin-bottom: 80px;
}
#lower #company-member .rankup .about:before,
#lower #company-member .rankup .about:after {
  display: table;
  content: "";
}
#lower #company-member .rankup .about:after {
  clear: both;
}
#lower #company-member .rankup .about .left {
  width: 650px;
  float: left;
}
#lower #company-member .rankup .about .left h5 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: normal;
  border-bottom: 2px solid #222;
}
#lower #company-member .rankup .about .left h5 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 34px;
}
#lower #company-member .rankup .about .left ul li {
  list-style: none;
}
#lower #company-member .rankup .about .left ul li {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
#lower #company-member .rankup .about .left ul li span {
  font-size: 22px;
  font-weight: normal;
}
#lower #company-member .rankup .about img {
  float: right;
}
#lower #company-member .example {
  margin-bottom: 100px;
}
#lower #company-member .example h5 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: normal;
  border-bottom: 2px solid #222;
}
#lower #company-member .example h5 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 34px;
}
#lower #company-member .example h5 + p {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}
#lower #company-member .example .graph {
  text-align: center;
}
#lower #company-member .example .graph img {
  width: 1000px;
}
#lower #company-member .limited {
  margin-bottom: 60px;
}
#lower #company-member .limited h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .limited h4 img {
  vertical-align: middle;
  margin-left: 10px;
  width: 80px;
}
#lower #company-member .limited h4 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 80px;
}
#lower #company-member .limited .shiping {
  *zoom: 1;
  margin-top: -55px;
}
#lower #company-member .limited .shiping:before,
#lower #company-member .limited .shiping:after {
  display: table;
  content: "";
}
#lower #company-member .limited .shiping:after {
  clear: both;
}
#lower #company-member .limited .shiping .read {
  float: left;
  width: 480px;
}
#lower #company-member .limited .shiping .read h5 {
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
#lower #company-member .limited .shiping .read h5 + p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 26px;
}
#lower #company-member .limited .shiping img {
  float: right;
  margin-top: -20px;
}
#lower #company-member .premiere h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .premiere h4 img {
  vertical-align: middle;
  margin-right: 10px;
  width: 50px;
}
#lower #company-member .premiere h4 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 80px;
}
#lower #company-member .premiere h5 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .premiere h5 img {
  vertical-align: middle;
  margin-left: 16px;
  width: 70px;
}
#lower #company-member .premiere h5 + p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 80px;
}
#lower #company-member .premiere ul {
  *zoom: 1;
  margin: -70px 0 70px 0;
}
#lower #company-member .premiere ul li {
  list-style: none;
}
#lower #company-member .premiere ul:before,
#lower #company-member .premiere ul:after {
  display: table;
  content: "";
}
#lower #company-member .premiere ul:after {
  clear: both;
}
#lower #company-member .premiere ul li {
  float: left;
  margin-top: 10px;
  margin-right: 8px;
}
#lower #company-member .premiere ul li img {
  border: 1px solid #eee;
}
#lower #company-member .flow h4 {
  font-size: 23px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
#lower #company-member .flow .date {
  font-size: 17px;
}
#lower #company-member .flow .date span {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 20px 0;
  border-bottom: 2px solid #222;
  display: inline-block;
}
#lower #company-member .flow .date br {
  display: none;
}
#lower #company-member .flow .date + p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 10px;
}
#lower #company-member .flow .flow-detail {
  background: #f6f6f6;
  color: #666;
  padding: 25px;
  margin: 10px 0 35px 0;
  font-size: 15px;
  line-height: 170%;
}
#lower #company-member .flow .flow-detail ul {
  margin: 0 0 20px 20px;
}
#lower #company-member .flow .flow-detail ul li span {
  font-weight: bold;
}
#lower #company-member .flow .flow-detail .point {
  font-weight: bold;
}
#lower #company-member .flow .info {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 80px;
}
.iframe,
.link-banner {
  width: 1080px;
  margin: 0 auto 100px;
}
.iframe iframe {
  width: 100%;
height:800px;
}
#pickup-banner h2 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
#pickup-banner h2 + hr {
  width: 10%;
  margin: 0 auto 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#pickup-banner h2 + hr + p {
  margin-bottom: 34px;
  text-align: center;
}
#pickup-banner .banner1 {
  max-width: 800px;
  margin: 0 auto;
}
#pickup-banner .banner1 ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*  width: 825px;
  *zoom: 1;*/
}
#pickup-banner .banner1 ul li {
  list-style: none;
  width:47%;
  margin:0 auto 20px;
}
#pickup-banner .banner1 ul li img{
  width:100%;
}

#pickup-banner .banner2 {
  max-width: 500px;
  margin: 0 auto 40px;
}
#pickup-banner .banner2 ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*  width: 825px;
  *zoom: 1;*/
}
#pickup-banner .banner2 ul li {
  list-style: none;
  width:47%;
  margin:0 auto 20px;
}
#pickup-banner .banner2 ul li img{
  width:100%;
}

/*#pickup-banner .banner1 ul:before,
#pickup-banner .banner1 ul:after {
  display: table;
  content: "";
}
#pickup-banner .banner1 ul:after {
  clear: both;
}
#pickup-banner .banner1 ul li {
  float: left;
  margin: 0 25px 20px 0;
}
#pickup-banner .banner1 ul li img {
  width: 250px;
}*/
#contact-module {
  padding: 90px 0 40px 0;
  text-align: center;
  background: #002043;
  background: -moz-linear-gradient(top, #002043 0%, #000b16 100%);
  background: -webkit-linear-gradient(top, #002043 0%, #000b16 100%);
  background: linear-gradient(to bottom, #002043 0%, #000b16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002043', endColorstr='#000b16', GradientType=0);
  color: #fff!important;
}
#contact-module h2 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 13px;
  text-align: center;
  font-weight: normal;
  color: #fff!important;
}
#contact-module h2 + p {
  margin-bottom: 40px;
  text-align: center;
}
#contact-module .read hr {
  width: 12%;
  margin: 30px auto 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#contact-module .read img {
  margin-bottom: 40px;
}
#contact-module .icon {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 40px;
}
#contact-module .sns {
  display: none;
}
#contact-module .button {
  text-align: center;
  margin-bottom: 90px;
}
#contact-module .button a {
  display: block;
  background: #00a1e9;
  width: 240px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
}
#contact-module .button a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#contact-module .alink a {
  color: #fff;
}
#nav {
  padding: 10px 0;
  background: #7e7a77;
}
#nav .contents {
  width: 1080px;
}
#nav ul {
  margin-right: -60px;
}
#nav ul li {
  list-style: none;
}
#nav ul li {
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
}
#nav ul li a i {
  margin-right: 8px;
  font-size: 20px;
}
#nav ul li a:hover {
  text-decoration: underline;
}
#nav ul li strong {
  color: #000000;
  font-weight: normal;
}
#pagetop {
  width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
#pagetop .pagetop {
  position: relative;
  float: right;
}
#pagetop .pagetop a {
  bottom: 320px;
  position: fixed;
  z-index: 1;
}
#pagetop .pagetop a img {
  border: 1px solid #fff;
}
#pagetop .pagetop a:hover {
  text-decoration: none;
}
#terms {
  width: 800px;
  margin: 0 auto 60px;
}
#terms ul {
  *zoom: 1;
  margin-left: 2px;
}
#terms ul li {
  list-style: none;
}
#terms ul:before,
#terms ul:after {
  display: table;
  content: "";
}
#terms ul:after {
  clear: both;
}
#terms ul li {
  width: 33%;
  border-right: 2px solid #fff;
  float: left;
}
#terms ul li a {
  display: block;
  background: #f1f1f1;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
#terms ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}



#storelink {
  width: 800px;
  margin: 0 auto 60px;
}
#storelink ul {
  *zoom: 1;
  margin-left: 2px;
}
#storelink ul li {
  list-style: none;
}
#storelink ul:before,
#storelink ul:after {
  display: table;
  content: "";
}
#storelink ul:after {
  clear: both;
}
#storelink ul li {
  width: 33%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  float: left;
}
#storelink ul li a {
  color: #fff;
  display: block;
  background: #7e7a77;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
#storelink ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#storelink  .button a {
  width: 240px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  text-decoration: none;
}
#storelink  .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}


#sns {
  background: #7e7a77;
  padding: 36px 0;
  text-align: center;
}
#sns .icon {
  width: 32%;
  margin: 0 auto;
}
#sns .icon i {
  font-size: 35px;
  margin-right: 24px;
  color: #fff;
}
#sns .icon a:first-of-type {
  margin-left: 30px;
}
#sns .icon a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#footer {
  text-align: center;
  background: #f1f1f1;
}
#footer .contents {
  width: 800px;
  padding: 60px 0;
}
#footer #group {
  width: 100%;
  margin: 0 auto;
/*  background: #968860;*/
  text-align: center;
  padding: 8px 0;
  line-height: 1;
}
#footer #group img {
  vertical-align: middle;
}
#footer #logo {
  padding: 24px 0 0 0;
}
#footer #logo ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer #logo ul li {
  list-style: none;
}
#footer small {
  width: 100%;
  background: #000;
  font-size: 12px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  display: block;}
  
  
#lower #event .event .detail .ttl{
  font-size: 24px;
  margin-bottom: 10px;
}
#lower #event .event .detail .ttl span {
  color: #ff0000;
  margin-left: 10px;
}


.recruit2020_area{
	padding:20px 0 70px 0;
}

.recruit2020_ttl{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

.recruit2020_txt{
	width:90%;
	margin:0 auto;
	font-size:15px;
	text-align:center;
	line-height:180%;
	padding:20px 0;
}

.recruit2021_txt{
	width:90%;
	margin:0 auto;
	font-size:15px;
	text-align:center;
	line-height:180%;
	padding:5px 0 35px;
}


.recruit2020_btn a{
	font-size:23px;
	font-weight:bold;
	color:#000;
	border:2px solid #000;
	padding:10px 0;
	width:90%;
	max-width:250px;
	margin:0 auto;
	display:block;
	text-align:center;
	text-decoration:none;
}

.recruit2020_btn a:hover{
	background:#000;
	color:#fff;
}

.recruit2020_btn a span{
	font-size:12px;
	font-weight:normal;

}

.recruit2020_btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

.puma-instinct_future-review-ttl{
	font-size:52px;
	font-weight:bold;
	color:#333;
	text-align:center;
	letter-spacing:1px;
}

.puma-instinct_future-review-ttl span{
	font-size:12px;
	font-weight:normal;
	display:block;
}

ul.powerup_future-reviewlist{
    list-style-type:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    margin:30px auto;
    padding:0;
	width:90%;
	max-width:1200px;
	}
ul.powerup_future-reviewlist li{
	margin:0 auto 30px;
	padding:0;
	width:50%;
	list-style-type:none;
}
ul.powerup_future-reviewlist li img{
	margin:0 auto;
	padding:0;
	width:90%;
}

.youtube {
  display: block;
  margin: 0 auto 100px;
  max-width: 100%;
}

#styling{
	padding-top:50px;
}


.store-styling-more-btn a{
    font-size: 15px;
    color: #222;
    padding: 15px 0 10px;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    border: 1px solid #222;
    text-align: center;
	text-decoration:none;
}

.shop-page .hacobune-app-container, .shop-page .hacobune-app-main, .hacobune-layout-base{
height:auto !important;
}

.shop-page .hacobune-logo{
display:none !important;
}

.pc-hide {
    display: none !important;
}

.sp-hide {
        display: block !important;
    }

@media screen and (max-width:768px) {

    /*--sp common header--*/
    .sp-hide {
        display: none !important;
    }

    .pc-hide {
        display: block !important;
    }
	
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  * {
    -webkit-appearance: none;
  }
  #banner {
    width: 100%;
    margin: 0 auto;
  }
  #banner ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .iframe {
    padding-top: 60%!important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #news .readmore {
    max-height: 320px!important;
  }
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  .contents {
    width: 90%;
    margin: 0 auto;
    *zoom: 1;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  .slicknav_menu {
    display: block;
  }
  #menu {
    display: none;
  }
  #header {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
    position: relative;
  }
  #header h1 img {
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 46%;
    max-width: 46%;
    height: auto;
  }
  #header .logo img {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 46%;
    max-width: 46%;
    height: auto;
  }
  #header .sns {
    display: none;
  }
  #main-gnav {
    display: none;
  }
  #home h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #000000;
    text-align: center;
    font-weight: bold;
  }
  #home h2 + hr {
    width: 40%;
    margin: 0 auto 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #home h2 + hr + p {
    font-size: 12px;
    margin-bottom: 34px;
    text-align: center;
  }
  #home #mainvisual {
    margin: 0 auto 20px;
    width: 100%;
    height: 0;
    padding-top: 70%;
  }
  #home .setView1 {
    background-image: url("/company/static/images/mainvisual01-sp.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
  }
  #home .setView2 {
    background-image: url("/company/static/images/mainvisual02-sp.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
  }
  #home #banner {
    width: 100%;
    margin: 0 auto;
  }
  #home #banner ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #home #banner {
    width: 100%;
  }
  #home #news {
    padding: 80px 0 0 0;
  }
  #home #news .contents {
    width: 90%!important;
  }
  #home #news .left {
    float: left;
    width: 20%;
    margin-right: 3%;
  }
  #home #news .right {
    float: left;
    width: 77%;
  }
  #home #news ul li {
    list-style: none;
  }
  #home #news ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #7d7d7d;
    *zoom: 1;
    font-size: 15px;
  }
  #home #news ul li:before,
  #home #news ul li:after {
    display: table;
    content: "";
  }
  #home #news ul li:after {
    clear: both;
  }
  #home #news ul li .tag-news {
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 4px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #home #news ul li .date {
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
  }
  #home #news ul li .new {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #ff0000;
  }
  #home #news ul li .detail {
    font-size: 12px;
  }
  #home #news .button {
    margin-top: 60px;
  }
  #home #news .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #home #news .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower h2 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #000000;
    text-align: center;
    font-weight: bold;
  }
  #lower h2 + hr {
    width: 20%;
    margin: 0 auto 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #lower h2 + hr + p {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
  }
  #lower #breadcrumbs {
    width: 100%;
  }
  #lower #breadcrumbs ul {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    padding: 14px 0;
    font-size: 12px;
    line-height: 1.1!important;
  }
  #lower #breadcrumbs ul li {
    font-size: 12px;
    line-height: 1.1!important;
    display: inline;
  }
  #lower #breadcrumbs ul li a {
    font-size: 12px;
    line-height: 1.1!important;
    word-break: keep-all;
  }
  #lower #headline {
    padding: 16px 0;
    color: #fff;
    margin-bottom: 60px;
  }
  #lower #headline h1 {
    font-size: 37px;
    font-weight: normal;
    margin-bottom: 6px;
  }
  #lower #headline h1 + hr {
    width: 10%;
    margin: 0 auto 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #lower #headline h1 + hr + p {
    font-size: 12px;
  }
  #lower #headline h1 span {
    display: block;
    font-size: 14px;
  }
  #lower .headline-shop h1 {
    font-size: 28px!important;
  }
  #lower hr.separator {
    height: 0;
    margin: 0 0 70px 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #7e7a77;
  }
  #lower .mainvisual {
    margin-bottom: 30px;
    text-align: center;
  }
  #lower .mainvisual img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company table {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 60px;
  }
  #lower #company table th,
  #lower #company table td {
    padding: 12px 0;
    font-size: 12px;
    line-height: 1.8;
  }
  #lower #company table th {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
  }
  #lower #company table td {
    width: 100%;
    display: block;
    text-align: left;
  }
  #lower #company table td .googlemap {
    border: 2px solid #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 2px 12px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    width: 46%;
  }
  #lower #company table td .googlemap:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #company table td .googlemap i {
    margin-left: 6px;
    font-size: 10px;
  }
  #lower #company table td ul {
    list-style: none;
  }
  #lower #company table td ol {
    margin-left: 17px;
  }
  #lower #company-group .headline {
    text-align: center;
  }
  #lower #company-group .headline img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 26px;
  }
  #lower #company-group .headline p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #lower #company-group .mainvisual {
    margin-bottom: 60px;
  }
  #lower #company-group .mainvisual img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-group .company .name {
    text-align: center;
    margin-bottom: 20px;
  }
  #lower #company-group .company .name img {
    margin-bottom: 12px;
    width: 30%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-group .company .name hr {
    margin: 0 auto 8px;
    width: 20%;
    height: 0;
    padding: 0;
    border: 0;
    border-top: 2px solid #000;
  }
  #lower #company-group .company .name h3 {
    font-size: 14px;
    font-weight: normal;
  }
  #lower #company-group .company table {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 40px;
  }
  #lower #company-group .company table th,
  #lower #company-group .company table td {
    padding: 12px 12px;
    font-size: 12px;
    line-height: 1.8;
  }
  #lower #company-group .company table th {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
  }
  #lower #company-group .company table td {
    width: 100%;
    display: block;
    border: 1px solid #7e7a77;
    text-align: left;
    word-break: break-all;
  }
  #lower #company-group .company table td ul {
    list-style: none;
  }
  #lower #company-group .company table td ul li i {
    margin-left: 10px;
  }
  #lower #company-group .company table td ol {
    margin-left: 23px;
  }
  #lower #company-group .company .button {
    margin-bottom: 95px;
  }
  #lower #company-group .company .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 2px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #lower #company-group .company .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #company-group .jsp table th {
    background: #357bc6;
    border: 1px solid #357bc6;
  }
  #lower #company-group .sol table th {
    background: #f4b02f;
    border: 1px solid #f4b02f;
  }
  #lower #company-group .estadio table {
    margin-bottom: 100px;
  }
  #lower #company-group .estadio table th {
    background: #8c2913;
    border: 1px solid #8c2913;
  }
  #lower #company-group .maracana table {
    margin-bottom: 100px;
  }
  #lower #company-group .maracana table th {
    background: #003d19;
    border: 1px solid #003d19;
  }
  #lower #company-history .headline {
    margin-bottom: 20px;
  }
  #lower #company-history .headline ul {
    width: 100%;
    *zoom: 1;
  }
  #lower #company-history .headline ul:before,
  #lower #company-history .headline ul:after {
    display: table;
    content: "";
  }
  #lower #company-history .headline ul:after {
    clear: both;
  }
  #lower #company-history .headline ul li {
    list-style: none;
  }
  #lower #company-history .headline ul li {
    width: 50%;
    float: left;
  }
  #lower #company-history .headline ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-history table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 100px;
  }
  #lower #company-history table th,
  #lower #company-history table td {
    font-size: 12px;
    vertical-align: top;
  }
  #lower #company-history table th {
    width: 16%;
    padding: 6px 0;
    border-bottom: 1px dotted #7e7a77;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  #lower #company-history table td {
    width: 42%;
    padding: 6px 1px;
    border-bottom: 1px dotted #7e7a77;
    text-align: left;
    font-size: 14px;
  }
  #lower #company-history table td ul {
    list-style: disc;
  }
  #lower #company-history table td ul li {
    margin-left: 20px;
  }
  #lower #company-history table td ul li .red {
    color: #cc0022;
    font-weight: bold;
  }
  #lower #company-history table td ul li .orange {
    color: #ff6600;
    font-weight: bold;
  }
  #lower #company-history table td ul li .blue {
    color: #0066cc;
    font-weight: bold;
  }
  #lower #company-history table td ul li .green {
    color: #006633;
    font-weight: bold;
  }
  #lower #company-history table td .point {
    color: #0033cc;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  #lower #company-service .headline {
    text-align: center;
    margin-bottom: 10px;
  }
  #lower #company-service .headline img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-service h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #lower #company-service .message {
    font-size: 20px;
    color: #ff0000;
    margin-bottom: 50px;
    text-align: center;
  }
  #lower #company-service .message p {
    font-size: 12px;
    color: #000;
    margin-top: 20px;
  }
  #lower #company-service h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
  }
  #lower #company-service .area {
    background: #f1f1f1;
    padding: 19px 11px;
    margin-bottom: 50px;
    font-size: 13px;
  }
  #lower #company-service .about table {
    width: 100%;
    border: none;
    border-collapse: collapse;
  }
  #lower #company-service .about table th,
  #lower #company-service .about table td {
    padding: 0;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
  }
  #lower #company-service .about table th {
    width: 5%;
    border: none;
  }
  #lower #company-service .about table th .new {
    color: #ff0000;
  }
  #lower #company-service .about table td {
    border: none;
  }
  #lower #company-service .about table td ul li {
    margin-left: 20px;
  }
  #lower #company-service .requirement .marker {
    background: linear-gradient(transparent 40%, #ffff00 0%);
  }
  #lower #company-service .ranking ul li {
    margin-left: 20px;
  }
  #lower #company-service .flow ul li {
    list-style: none!important;
    margin-bottom: 30px;
  }
  #lower #company-service .flow ul li h4 {
    color: #ff0000;
  }
  #lower #company-service .flow ul li:last-child {
    margin-bottom: 0;
  }
  #lower #company-service .registration {
    font-size: 16px;
    text-align: center;
    margin-bottom: 100px;
  }
  #lower #company-service .registration a {
    display: block;
  }
  #lower #company-vision .headline {
    text-align: center;
    margin-bottom: 23px;
  }
  #lower #company-vision .headline img {
    width: 96%;
    max-width: 96%;
    height: auto;
  }
  #lower #company-vision .read {
    margin-bottom: 35px;
    text-align: center;
  }
  #lower #company-vision .read p {
    font-size: 14px;
    margin-bottom: 34px;
    line-height: 2;
  }
  #lower #company-vision .read img {
    margin-top: 5px;
    margin-bottom: 8px;
    width: 80%;
    max-width: 80%;
    height: auto;
  }
  #lower #company-vision .visual {
    margin-bottom: 100px;
  }
  #lower #company-vision .visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-media .sns-link {
    margin-bottom: 60px;
  }
  #lower #company-media .sns-link ul li {
    list-style: none;
  }
  #lower #company-media .sns-link ul li {
    border-bottom: 1px dotted #7e7a77;
    padding: 18px 0;
    line-height: 2;
  }
  #lower #company-media .sns-link ul li i {
    font-size: 30px;
    margin-right: 40px;
    margin-bottom: 2px;
    vertical-align: middle;
    line-height: 1;
    width: 2%;
    display: inline-block;
    text-align: center;
  }
  #lower #company-media .sns-link ul li .company {
    margin-right: 40px;
    width: 6%;
    display: inline-block;
  }
  #lower #company-media .sns-link ul li a {
    font-size: 13px;
    display: block;
    word-break: break-all;
  }
  #lower #company-media .timeline {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  #lower #company-media .timeline:before,
  #lower #company-media .timeline:after {
    display: table;
    content: "";
  }
  #lower #company-media .timeline:after {
    clear: both;
  }
  #lower #company-media .timeline .Facebook {
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #lower #company-media .timeline .Twitter {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #lower #company-media .timeline .Instagram {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #lower #company-media .ad {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #company-media .ad ul {
    *zoom: 1;
  }
  #lower #company-media .ad ul li {
    list-style: none;
  }
  #lower #company-media .ad ul:before,
  #lower #company-media .ad ul:after {
    display: table;
    content: "";
  }
  #lower #company-media .ad ul:after {
    clear: both;
  }
  #lower #company-media .ad ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  #lower #company-media .ad ul li a {
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
  }
  #lower #company-media .ad ul li img {
    margin-bottom: 10px;
    width: 60%;
    max-width: 60%;
    height: auto;
  }
  #lower #company-media .ad ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #lower #company-media .media {
    *zoom: 1;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #lower #company-media .media:before,
  #lower #company-media .media:after {
    display: table;
    content: "";
  }
  #lower #company-media .media:after {
    clear: both;
  }
  #lower #company-media .media .pics {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #lower #company-media .media .pics img {
    width: 60%;
    max-width: 60%;
    height: auto;
  }
  #lower #company-media .media .detail {
    float: none;
    width: 100%;
  }
  #lower #company-media .media .detail .date {
    width: 50%;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  #lower #company-media .media .detail a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  #lower #company-media .media .detail a span {
    color: #ff0000;
    margin-left: 10px;
  }
  #lower #company-media .media .detail .read {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #lower #company-media .media .detail .remarks {
    font-size: 10px;
    margin-bottom: 20px;
  }
  #lower #shop-list .map {
    text-align: center;
    margin-top: -45px;
    margin-bottom: 10px;
  }
  #lower #shop-list .map img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #shop-list hr.separator {
    height: 0;
    margin: 0 0 70px 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #7e7a77;
  }
  #lower #shop-list .link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 13px;
    word-break: keep-all;
  }
  #lower #shop-list .mb50 {
    margin-bottom: 0!important;
  }
  #lower #shop-list ul {
    *zoom: 1;
  }
  #lower #shop-list ul li {
    list-style: none;
  }
  #lower #shop-list ul:before,
  #lower #shop-list ul:after {
    display: table;
    content: "";
  }
  #lower #shop-list ul:after {
    clear: both;
  }
  #lower #shop-list ul li {
    float: left;
    text-align: center;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  #lower #shop-list ul li img {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin-bottom: 10px;
    object-fit: cover;
  }
  #lower #shop-list ul li .name {
    font-size: 13px;
    word-break: keep-all;
  }
  #lower #shop-list .column-1 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #shop-list .column-1 ul li {
    width: 100%;
    margin-right: 0;
  }
  #lower #shop-list .column-1 ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 14px;
  }
  #lower #shop-list .column-1-1 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #shop-list .column-1-1 ul li {
    float: left;
    text-align: center;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
   #lower #shop-list .column-1-1 ul li img {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin-bottom: 10px;
    object-fit: cover;
  }
  #lower #shop-list .column-2 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #shop-list .column-2 ul {
    margin-right: -10px;
  }
  #lower #shop-list .column-3 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #shop-list .column-3 ul {
    margin-right: -10px;
  }
  #lower #shop-list .column-4 {
    width: 100%;
    margin: 0 auto 70px;
  }
  #lower #shop-list .column-4 ul {
    margin-right: -10px;
  }
  #lower #shop-detail #gallery {
    width: 100%;
  }
  #lower #shop-detail #gallery #flickity {
    margin: -40px 0 60px 0;
  }
  #lower #shop-detail #gallery #flickity .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    counter-increment: gallery-cell;
  }
  #lower #shop-detail #gallery #flickity .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  #lower #shop-detail #gallery #flickity img {
    width: 90%;
  }
  
  #lower #shop-detail #gallery2 {
    width: 100%;
    margin: 0 auto;
  }
  #lower #shop-detail #gallery2 .single {
    margin: -40px 0 60px 0;
    text-align: center;
  }
  #lower #shop-detail #gallery2 .single img{
    width: 90%;
    margin: 0 auto;
  }
  
  #lower #shop-detail .contents {
    width: 90%;
  }
  #lower #shop-detail .subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  #lower #shop-detail .address1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #lower #shop-detail .address1 p {
    color: #666666;
    font-size: 12px;
  }
  #lower #shop-detail .address2 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #lower #shop-detail .address2 span {
    color: #666666;
    font-size: 11px;
    margin-left: 10px;
  }
  #lower #shop-detail .card-2c h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #7e7a77;
    padding: 8px 13px;
    margin-bottom: 20px;
  }
  #lower #shop-detail .card-2c h3 i {
    font-size: 21px;
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 2px;
  }
  #lower #shop-detail .card-2c h3 span {
    color: #cccccc;
    font-size: 14px;
    margin-left: 10px;
  }
  #lower #shop-detail .card-2c ul {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #lower #shop-detail .card-2c ul li {
    list-style: none;
  }
  #lower #shop-detail .card-2c ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-bottom: 10px;
  }
  #lower #shop-detail .card-2c ul li img {
    width: 54%;
    max-width: 54%;
    height: auto;
  }
  #lower #shop-detail .card-2c .left {
    width: 100%;
    float: none;
  }
  #lower #shop-detail .card-2c .right {
    width: 100%;
    float: none;
  }
  #lower #shop-detail .card h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #lower #shop-detail .card h3 i {
    font-size: 18px;
    margin-right: 5px;
  }
  #lower #shop-detail .card h3 span {
    color: #cccccc;
    font-size: 14px;
    margin-left: 10px;
  }
  #lower #shop-detail .card ul {
    width: 100%;
    margin: 0 auto 20px;
  }
  #lower #shop-detail .card ul li {
    list-style: none;
  }
  #lower #shop-detail .card ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-bottom: 10px;
  }
  #lower #shop-detail .card ul li img {
    width: 40px;
  }
  #lower #shop-detail .line {
    text-align: center;
    margin-bottom: 16px;
  }
  #lower #shop-detail .line img {
    width: 40%;
  }
  #lower #shop-detail .line + p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #lower #shop-detail .blog {
    text-align: center;
    margin-bottom: 60px;
  }
  #lower #shop-detail .blog .button {
    margin-bottom: 16px;
  }
  #lower #shop-detail .blog .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #lower #shop-detail .blog p {
    font-size: 13px;
  }
  #lower #shop-detail .access {
    width: 100%;
    margin: 0 auto 60px;
  }
  #lower #shop-detail .access .map {
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #lower #shop-detail .access .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #lower #shop-detail .access .traffic {
    *zoom: 1;
  }
  #lower #shop-detail .access .traffic:before,
  #lower #shop-detail .access .traffic:after {
    display: table;
    content: "";
  }
  #lower #shop-detail .access .traffic:after {
    clear: both;
  }
  #lower #shop-detail .access .traffic i {
    width: 5%;
    float: left;
    margin-right: 20px;
    font-size: 28px;
  }
  #lower #shop-detail .access .traffic ul {
    width: 84%;
    margin-top: 4px;
    float: left;
  }
  #lower #shop-detail .access .traffic ul li {
    list-style: none;
  }
  #lower #shop-detail .access .traffic ul li {
    margin-bottom: 12px;
    font-size: 14px;
  }
  #lower #shop-detail .access .traffic ul li p {
    font-size: 12px;
    color: #666666;
    margin-left: 17px;
  }
  #lower #shop-detail .access .traffic ul li span {
    color: #666666;
    font-size: 12px;
  }
  #lower #shop-detail .access .traffic ul li .attention {
    font-size: 12px;
  }
  #lower #shop-detail #news {
    padding: 80px 0 0 0;
  }
  #lower #shop-detail #news .contents {
    width: 100%!important;
  }
  #lower #shop-detail #news h2 {
    font-size: 36px;
  }
  #lower #shop-detail #news .left {
    float: left;
    width: 20%;
    margin-right: 3%;
  }
  #lower #shop-detail #news .right {
    float: left;
    width: 77%;
  }
  #lower #shop-detail #news ul {
    margin-bottom: 0;
  }
  #lower #shop-detail #news ul li {
    list-style: none;
  }
  #lower #shop-detail #news ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #7d7d7d;
    *zoom: 1;
    font-size: 15px;
  }
  #lower #shop-detail #news ul li:before,
  #lower #shop-detail #news ul li:after {
    display: table;
    content: "";
  }
  #lower #shop-detail #news ul li:after {
    clear: both;
  }
  #lower #shop-detail #news ul li .tag-news {
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 4px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #lower #shop-detail #news ul li .date {
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
  }
  #lower #shop-detail #news ul li .new {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #ff0000;
  }
  #lower #shop-detail #news ul li .detail {
    font-size: 12px;
  }
  #lower #shop-detail #news .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #lower #shop-detail #news .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #shop-detail hr.separator {
    height: 0;
    margin: 0 0 70px 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #7e7a77;
  }
  #lower #shop-detail .link {
    text-align: center;
    margin-bottom: 40px;
    font-size: 13px;
  }
  #lower #event .start {
    margin-bottom: 40px;
  }
  #lower #event .start h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 35px;
  }
  #lower #event .start .map {
    text-align: center;
    margin-bottom: 35px;
  }
  #lower #event .start .map img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #event .start .place {
    width: 100%;
    margin: 0 auto;
  }
  #lower #event .start .place ul {
    width: 100%;
    margin-right: 0;
    *zoom: 1;
  }
  #lower #event .start .place ul li {
    list-style: none;
  }
  #lower #event .start .place ul:before,
  #lower #event .start .place ul:after {
    display: table;
    content: "";
  }
  #lower #event .start .place ul:after {
    clear: both;
  }
  #lower #event .start .place ul li {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  #lower #event .start .place ul li a {
    display: block;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
  }
  #lower #event .start .place ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #event .start .place ul li:nth-child(even) {
    margin-right: 0;
  }
  #lower #event .event {
    *zoom: 1;
    border-bottom: 1px dotted #7e7a77;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #lower #event .event:before,
  #lower #event .event:after {
    display: table;
    content: "";
  }
  #lower #event .event:after {
    clear: both;
  }
  #lower #event .event .pics {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #lower #event .event .pics .pc {
    display: none !important;
  }
  #lower #event .event .pics .sp {
    display: block !important;
  }
  #lower #event .event .pics img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #event .event .detail {
    float: none;
    width: 100%;
  }
  #lower #event .event .detail .datearea {
    width: 340px;
    margin-top: -10px;
    margin-bottom: 16px;
  }
  #lower #event .event .detail .datearea .date {
    width: 50%;
    display: inline;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
  }
    #lower #event .event .detail .datearea .new {
    width: 100px;
    display: inline;
    font-size: 18px;
    color: #ff0000;
    font-weight: normal;
    vertical-align: middle;
    padding: 0px 0px 0px 4px;
   }
  #lower #event .event .detail a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  #lower #event .event .detail a span {
    color: #ff0000;
    margin-left: 10px;
  }
  #lower #event .event .detail .read {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #lower #event .event .detail .remarks {
    font-size: 10px;
    margin-bottom: 20px;
  }
  #lower #event .event .detail .txt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #lower #event .event .detail .txt a {
    font-size: 13px;
  }
  #lower #event .attention {
    text-align: center;
    border-bottom: 1px dotted #7e7a77;
    padding: 10px 0 40px 0;
    margin-bottom: 100px;
  }
  #lower #event .attention h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #lower #event .attention ul {
    font-size: 13px;
  }
  #lower #event .attention ul li {
    list-style: none;
  }
  #lower #event-venue .banner {
    margin-bottom: 50px;
  }
  #lower #event-venue .contents > .contents {
    width: 85%;
  }
  #lower #event-venue .list {
    margin-bottom: 50px;
  }
  #lower #event-venue .list ul li {
    list-style: none;
  }
  #lower #event-venue .list ul li {
    *zoom: 1;
    margin-bottom: 30px;
  }
  #lower #event-venue .list ul li:before,
  #lower #event-venue .list ul li:after {
    display: table;
    content: "";
  }
  #lower #event-venue .list ul li:after {
    clear: both;
  }
  #lower #event-venue .list ul li .tag {
    width: 25%;
    float: left;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
  }
  #lower #event-venue .list ul li .detail {
    float: right;
    width: 70%;
    font-size: 13px;
  }
  #lower #event-venue .list ul li .detail span {
    color: #666666;
  }
  #lower #event-venue .map {
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #lower #event-venue .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #lower #event-venue .traffic {
    *zoom: 1;
    margin-bottom: 16px;
  }
  #lower #event-venue .traffic:before,
  #lower #event-venue .traffic:after {
    display: table;
    content: "";
  }
  #lower #event-venue .traffic:after {
    clear: both;
  }
  #lower #event-venue .traffic i {
    width: 5%;
    float: left;
    margin-right: 30px;
    font-size: 28px;
  }
  #lower #event-venue .traffic ul {
    width: 80%;
    margin-top: 4px;
    float: left;
  }
  #lower #event-venue .traffic ul li {
    list-style: none;
  }
  #lower #event-venue .traffic ul li {
    margin-bottom: 12px;
    font-size: 13px;
  }
  #lower #event-venue .traffic ul li p {
    font-size: 12px;
    color: #666666;
    margin-left: 13px;
  }
  #lower #event-venue .traffic ul li span {
    color: #666666;
    font-size: 12px;
  }
  #lower #event-venue .traffic ul li .attention {
    font-size: 12px;
  }
  #lower #event-venue .traffic ul li a span {
    margin-left: 6px;
  }
  #lower #event-venue .map-entrance {
    text-align: center;
    margin-bottom: 40px;
  }
  #lower #event-venue .map-entrance img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #event-venue .button {
    margin-bottom: 50px;
    text-align: center;
  }
  #lower #event-venue .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 2px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    text-decoration: none;
  }
  #lower #event-venue .button a i {
    margin-left: 10px;
  }
  #lower #event-venue .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #event-venue .button p {
    font-size: 12px;
  }
  #lower #event-venue .venue-link {
    text-align: center;
    margin-bottom: 50px;
    font-size: 13px;
    word-break: keep-all;
  }
  #lower #sitemap .contents {
    width: 96%;
  }
  #lower #sitemap .link {
    *zoom: 1;
    margin-bottom: 70px;
  }
  #lower #sitemap .link:before,
  #lower #sitemap .link:after {
    display: table;
    content: "";
  }
  #lower #sitemap .link:after {
    clear: both;
  }
  #lower #sitemap .link ul {
    width: 100%;
    float: none;
  }
  #lower #sitemap .link ul li {
    list-style: none;
  }
  #lower #sitemap .link ul li {
    background: url("/company/static/images/sitemap/arrow.png") no-repeat left 5%;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #lower #sitemap .link ul li span {
    color: #666666;
    font-size: 11px;
    margin-left: 5px;
  }
  #lower #sitemap .button {
    margin-top: -30px;
    margin-bottom: 60px;
  }
  #lower #sitemap .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 2px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
  }
  #lower #sitemap .button a i {
    margin-left: 5px;
  }
  #lower #sitemap .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #lower #company-member .h3 {
    color: #222;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #lower #company-member .h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .h5 {
    font-size: 17px;
    color: #666;
    margin-bottom: 4px;
  }
  #lower #company-member .h5-border {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 2px solid #222;
  }
  #lower #company-member .h5-border + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 34px;
  }
  #lower #company-member .headline .subtitle {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #111;
    letter-spacing: 1px;
    padding: 11px 0;
    border: 2px solid #111;
    width: 80%;
    margin: 0 auto 30px;
  }
  #lower #company-member .headline .subtitle span {
    display: block;
  }
  #lower #company-member .headline h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  #lower #company-member .headline h2 + p {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
  }
  #lower #company-member .headline h2 span {
    display: block;
  }
  #lower #company-member .list .start {
    width: 80%;
  }
  #lower #company-member .list h3 {
    color: #222;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #lower #company-member .list h3 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
  }
  #lower #company-member .list ul {
    margin-bottom: 22px;
  }
  #lower #company-member .list ul li {
    list-style: none;
  }
  #lower #company-member .list ul li {
    background-image: url("/company/static/images/profile/member/pointcard19-new.png");
    background-repeat: no-repeat;
    background-position: left 26%;
    background-size: 30px auto;
    -moz-background-size: 30px auto;
    padding: 15px 0 0 40px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .list ol {
    margin-bottom: 30px;
  }
  #lower #company-member .list ol li {
    list-style: none;
  }
  #lower #company-member .list ol li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #444;
  }
  #lower #company-member .list table {
    width: 100%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  #lower #company-member .list table + p {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 80px;
  }
  #lower #company-member .list table th,
  #lower #company-member .list table td {
    padding: 8px 12px;
  }
  #lower #company-member .list table th {
    background: #222;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    text-align: center;
  }
  #lower #company-member .list table th span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-left: 15px;
    display: block;
  }
  #lower #company-member .list table td {
    padding: 10px 5px;
    color: #222;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
  }
  #lower #company-member .list table .left {
    font-weight: bold;
    color: #111;
    text-align: left;
    font-size: 12px;
  }
  #lower #company-member .list table .center {
    text-align: center;
  }
  #lower #company-member .list table .right {
    border-right: 1px solid #ccc;
  }
  #lower #company-member .list table .service {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: 30%;
  }
  #lower #company-member .list table .point19-new-subject td {
    background: #eee;
    font-weight: bold;
    font-size: 12px;
    color: #222;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #ccc;
  }
  #lower #company-member .list table .point19-new-subject td span {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
  }
  #lower #company-member .list table .point19-new-subject .gray {
    width: 18%;
    background: #666;
    color: #fff;
  }
  #lower #company-member .list table .point19-new-subject .gold {
    width: 18%;
    background: #cf9700;
    color: #fff;
  }
  #lower #company-member .detail {
    margin-bottom: 80px;
  }
  #lower #company-member .detail h3 {
    color: #222;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #lower #company-member .detail h3 + hr {
    width: 26%;
    margin: 0 auto 20px;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
  }
  #lower #company-member .detail h3 + hr + p {
    font-size: 14px;
    color: #666;
    margin-bottom: 34px;
    text-align: center;
  }
  #lower #company-member .detail h3 span {
    display: block;
  }
  #lower #company-member .detail h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .detail h4 img {
    vertical-align: middle;
    margin-left: 10px;
    width: 55px;
  }
  #lower #company-member .detail h5 {
    font-size: 17px;
    color: #666;
    margin-bottom: 4px;
  }
  #lower #company-member .detail h5 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 34px;
  }
  #lower #company-member .rankup h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .rankup h4 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 34px;
  }
  #lower #company-member .rankup .about {
    *zoom: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  #lower #company-member .rankup .about:before,
  #lower #company-member .rankup .about:after {
    display: table;
    content: "";
  }
  #lower #company-member .rankup .about:after {
    clear: both;
  }
  #lower #company-member .rankup .about .left {
    width: 100%;
    float: none;
    text-align: left;
  }
  #lower #company-member .rankup .about .left h5 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 2px solid #222;
    line-height: 1.6;
  }
  #lower #company-member .rankup .about .left h5 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 34px;
  }
  #lower #company-member .rankup .about .left ul li {
    list-style: none;
  }
  #lower #company-member .rankup .about .left ul li {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
  }
  #lower #company-member .rankup .about .left ul li span {
    font-size: 22px;
    font-weight: normal;
  }
  #lower #company-member .rankup .about img {
    float: none;
  }
  #lower #company-member .example {
    margin-bottom: 100px;
  }
  #lower #company-member .example h5 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: 2px solid #222;
  }
  #lower #company-member .example h5 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 34px;
  }
  #lower #company-member .example h5 + p {
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #lower #company-member .example .graph {
    text-align: center;
  }
  #lower #company-member .example .graph img {
    width: 92%;
    max-width: 92%;
    height: auto;
  }
  #lower #company-member .limited {
    margin-bottom: 60px;
  }
  #lower #company-member .limited h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .limited h4 img {
    vertical-align: middle;
    margin-left: 10px;
    width: 55px;
  }
  #lower #company-member .limited h4 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 80px;
  }
  #lower #company-member .limited .shiping {
    *zoom: 1;
    margin-top: -55px;
    text-align: center;
  }
  #lower #company-member .limited .shiping:before,
  #lower #company-member .limited .shiping:after {
    display: table;
    content: "";
  }
  #lower #company-member .limited .shiping:after {
    clear: both;
  }
  #lower #company-member .limited .shiping .read {
    float: none;
    width: 100%;
    text-align: left;
  }
  #lower #company-member .limited .shiping .read h5 {
    font-size: 15px;
    font-weight: bold;
    color: #666;
  }
  #lower #company-member .limited .shiping .read h5 + p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 26px;
  }
  #lower #company-member .limited .shiping img {
    float: none;
    margin-top: -20px;
    width: 76%;
    max-width: 76%;
    height: auto;
  }
  #lower #company-member .premiere h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
  }
  #lower #company-member .premiere h4 img {
    vertical-align: middle;
    margin-right: 10px;
    width: 34px;
  }
  #lower #company-member .premiere h4 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 80px;
  }
  #lower #company-member .premiere h5 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .premiere h5 img {
    vertical-align: middle;
    margin-left: 10px;
    width: 60px;
  }
  #lower #company-member .premiere h5 + p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 80px;
  }
  #lower #company-member .premiere ul {
    *zoom: 1;
    margin: -70px 0 70px 0;
  }
  #lower #company-member .premiere ul li {
    list-style: none;
  }
  #lower #company-member .premiere ul:before,
  #lower #company-member .premiere ul:after {
    display: table;
    content: "";
  }
  #lower #company-member .premiere ul:after {
    clear: both;
  }
  #lower #company-member .premiere ul li {
    width: 47%;
    margin-right: 8px;
    float: left;
    margin-top: 10px;
  }
  #lower #company-member .premiere ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #lower #company-member .flow h4 {
    font-size: 19px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #lower #company-member .flow .date {
    margin-bottom: 20px;
    font-size: 17px;
  }
  #lower #company-member .flow .date span {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 20px 0;
    border-bottom: 2px solid #222;
    display: inline-block;
  }
  #lower #company-member .flow .date br {
    display: block;
  }
  #lower #company-member .flow .date + p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #lower #company-member .flow .flow-detail {
    background: #f6f6f6;
    color: #666;
    padding: 18px;
    margin: 10px 0 35px 0;
    font-size: 15px;
    line-height: 170%;
  }
  #lower #company-member .flow .flow-detail ul {
    margin: 0 0 20px 20px;
  }
  #lower #company-member .flow .flow-detail ul li span {
    font-weight: bold;
  }
  #lower #company-member .flow .flow-detail .point {
    font-weight: bold;
  }
  #lower #company-member .flow .info {
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 80px;
  }

  .link-banner{
    width: 100%;
    margin: 0 auto 50px;
  }

  .link-banner img{
    width: 90%;
    margin: auto;
  }

  .iframe {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    padding-top: 290%;
  }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #pickup-banner {
    margin-bottom: 60px;
  }
  #pickup-banner h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #000000;
    text-align: center;
    font-weight: bold;
  }
  #pickup-banner h2 + hr {
    width: 20%;
    margin: 0 auto 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #pickup-banner h2 + hr + p {
    font-size: 12px;
    margin-bottom: 34px;
    text-align: center;
  }
  #pickup-banner .banner1 {
    width: 100%;
    margin: 0 auto 5%;
  }
  #pickup-banner .banner1 ul {
    width: 104%;
    *zoom: 1;
  }

#pickup-banner .banner1 ul li {
  width:85%;
}
/*  #pickup-banner .banner1 ul li {
    list-style: none;
  }
  #pickup-banner .banner1 ul:before,
  #pickup-banner .banner1 ul:after {
    display: table;
    content: "";
  }
  #pickup-banner .banner1 ul:after {
    clear: both;
  }
  #pickup-banner .banner1 ul li {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
  }
  #pickup-banner .banner1 ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }*/
  #nav {
    padding: 0;
  }
  #nav .contents {
    width: 100%;
  }
  #nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #nav ul li {
    width: 50%;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 12px!important;
  }
  #nav ul li a {
    font-size: 12px!important;
    color: #fff;
    padding: 10px 6px 10px 14px;
    display: block;
  }
  #nav ul li a i {
    margin-right: 6px;
    font-size: 20px!important;
    vertical-align: sub;
  }
  #nav ul li a:hover {
    text-decoration: none;
  }
  #nav ul li .first {
    margin-left: -4px;
  }
  #nav ul li .fa-angle-double-right {
    margin-right: 3px;
  }
  #nav ul li strong {
    font-size: 12px!important;
    color: #000000;
    padding: 12px 6px 12px 12px;
    display: block;
  }
  #nav ul li strong i {
    margin-right: 6px;
    font-size: 12px!important;
  }
  #nav ul li:nth-child(2) {
    border-right: none;
  }
  #nav ul li:nth-child(4) {
    border-right: none;
  }
  #pagetop {
    width: 70%;
    margin: 0 auto;
  }
  #pagetop .pagetop {
    position: relative;
    float: right;
    z-index: 1;
  }
  #pagetop .pagetop a {
    bottom: 100px;
    position: fixed;
  }
  #pagetop .pagetop a img {
    border: 1px solid #fff;
    width: 80%;
    max-width: 80%;
    height: auto;
  }
  #pagetop .pagetop a:hover {
    text-decoration: none;
  }
  #terms {
    width: 100%;
    margin: 0 auto 30px;
  }
  #terms ul {
    *zoom: 1;
    margin-left: 2px;
  }
  #terms ul li {
    list-style: none;
  }
  #terms ul:before,
  #terms ul:after {
    display: table;
    content: "";
  }
  #terms ul:after {
    clear: both;
  }
  #terms ul li {
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    float: left;
  }
  #terms ul li a {
    display: block;
    background: #f1f1f1;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 11px;
  }
  #terms ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  
  
  #storelink {
    width: 100%;
    margin: 0 auto 30px;
  }
  #storelink ul {
    *zoom: 1;
    margin-left: 2px;
  }
  #storelink ul li {
    list-style: none;
  }
  #storelink ul:before,
  #storelink ul:after {
    display: table;
    content: "";
  }
  #storelink ul:after {
    clear: both;
  }
  #storelink ul li {
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    float: left;
  }
  #storelink ul li a {
    display: block;
    background: #7e7a77;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-size: 11px;
  }
  #storelink ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }

  #storelink .button a {
    width: 50%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #000;
    text-align: center;
    display: block;
    margin: 0 auto;
	margin-top: 20px;
    text-decoration: none;
  }
  #storelink .button a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }  
  
  #sns {
    background: #7e7a77;
    padding: 12px 0;
    text-align: center;
  }
  #sns .icon {
    width: 100%;
    margin: 0 auto;
  }
  #sns .icon i {
    font-size: 16px;
    margin-right: 12px;
    color: #fff;
  }
  #sns .icon a:first-of-type {
    margin-left: 30px;
  }
  #sns .icon a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #footer .contents {
    width: 90%;
    padding: 40px 0 26px 0;
  }
  #footer #group {
    width: 100%;
    margin: 0 auto;
    /*background: #968860;*/
    text-align: center;
    padding: 6px 0;
    line-height: 0;
  }
  #footer #group img {
    width: 36%;
    max-width: 36%;
    height: auto;
    vertical-align: middle;
  }
  #footer #logo {
    padding: 16px 0 0 0;
  }
  #footer #logo ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer #logo ul li {
    list-style: none;
  }
  #footer #logo ul li {
    margin-bottom: 14px;
    width: 32%;
  }
  #footer #logo ul li img {
    width: 80%;
    max-width: 80%;
    height: auto;
    vertical-align: middle;
  }
  #footer #logo ul li:nth-child(2) img {
    width: 55%;
    max-width: 55%;
  }
  #footer #logo ul li:nth-child(3) img {
    width: 55%;
    max-width: 55%;
  }
  #footer #logo ul li:nth-child(4) img {
    width: 100%;
    max-width: 100%;
  }
  #footer #logo ul li:nth-child(5) {
    margin-right: 20px;
  }
  #footer #logo ul li:nth-child(5) img {
    width: 120%;
    max-width: 120%;
  }
  #footer small {
    width: 100%;
    background: #000b16;
    font-size: 0.5em;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    display: block;
  }
  
 .vsm-slider{
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
}

#lower #event .event .detail .ttl{
  font-size: 16px;
  margin-bottom: 10px;
}
#lower #event .event .detail .ttl span {
  color: #ff0000;
  margin-left: 10px;
}



.recruit2020_area{
	padding:20px 0 70px 0;
}

.recruit2020_ttl{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:92%;
	max-width:1000px;
	margin:0 auto;
}

.recruit2020_txt{
	width:92%;
	margin:0 auto;
	font-size:15px;
	text-align:left;
	line-height:180%;
	padding:20px 0;
}

.recruit2021_txt{
	font-size:15px;
}

.recruit2020_btn a{
	font-size:23px;
	font-weight:bold;
	color:#000;
	border:2px solid #000;
	padding:10px 0;
	width:90%;
	max-width:250px;
	margin:0 auto;
	display:block;
	text-align:center;
	text-decoration:none;
}

.recruit2020_btn a:hover{
	background:#000;
	color:#fff;
}

.recruit2020_btn a span{
	font-size:12px;
	font-weight:normal;

}

.recruit2020_btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
}

.sp_none{
	display:none;}
}

ul.powerup_future-reviewlist{
    list-style-type:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    margin:30px auto 0;
    padding:0;
	width:80%;
	max-width:1200px;
	}
ul.powerup_future-reviewlist li{
	margin:0 auto 30px;
	padding:0;
	width:100%;
}
ul.powerup_future-reviewlist li img{
	margin:0 auto;
	padding:0;
	width:100%;
}

  
}
/*# sourceMappingURL=site.css.map */