﻿@charset "utf-8";

/*******************************
  共通設定
*******************************/

body {
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a.hov,
img.hov {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

a.hov:hover,
a:hover img.hov {
  -ms-filter: "alpha(opacity=80)";
  opacity: .8;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.sp {
  display: none;
}


/* header */

#header {
  font-size: 14px;
  line-height: 1;
}

#header .wrap {
  max-width: none;
  padding: 54px 50px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

#header .lang {
  position: absolute;
  top: 28px;
  right: 50px;
  text-align: right;
}

#header li {
  display: inline-block;
}

#header .ja:after {
  content: '/';
  margin: 0 1em;
}

#siteTitle {
  width: 190px;
  position: relative;
  z-index: +1000;
}

#header .wrap #siteTitle a {
  display: block;
}



#menuBtn {
  display: none;
}

@media only screen and (max-width:640px) {
  #header {
    font-size: 12px;
  }

  #header .wrap {
    height: 50px;
    padding: 25px 20px 0;
  }

  #siteTitle {
    width: 120px;
  }

  #header .lang {
    top: 31px;
    right: 80px;
  }

  #menuBtn {
    display: block;
    width: 75px;
    height: 30px;
    padding: 45px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../img/common/bt-menu.png) 50% 18px no-repeat;
    background-size: 38px 22px;
    color: #d8374b;
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }

  #menuBtn.active {
    height: 0;
    padding: 75px 0 0;
    background-image: url(../../img/common/bt-menu_close.png);
    background-size: 28px 28px;
    overflow: hidden;
  }
}

#gNav {
  position: absolute;
  top: 70px;
  right: 50px;
  text-align: right;
  z-index: 900;
}

#gNav ul {
  padding: 0 0 0 260px;
}

#gNav li {
  display: inline-block;
  margin: 0 0 10px 20px;
  text-align: center;
  position: relative;
}

#gNav li ul {
  display: none;
  width: 9em;
  padding: 0 10px 10px;
  position: absolute;
  top: 100%;
  left: -1.5em;
  background: #fff;
  background: rgba(255, 255, 255, .9);
}

#gNav li ul li {
  margin: 20px 0 0;
  display: block;
}

#gNav .jp {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity .25s;
}

#gNav a:hover .en {
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity .25s;
}

#gNav a:hover .jp {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

@media only screen and (min-width:641px) {
  #gNav .about {
    width: 6em;
  }

  #gNav .brand {
    width: 4em;
  }

  #gNav .news {
    width: 8.2em;
  }

  #gNav .shop {
    width: 7em;
  }

  #gNav .recruit {
    width: 5em;
  }

  #gNav .mail {
    width: 7em;
  }

  #gNav .store {
    width: 8em;
  }

}

@media only screen and (max-width:640px) {
  #gNav {
    display: none;
    width: 100%;
    top: 75px;
    right: 0;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  #gNav ul {
    padding: 0;
  }

  #gNav li {
    display: block;
    margin: 0;
    border-top: 1px solid #d7d7d7;
    text-align: left;
  }

  #gNav a {
    display: block;
    padding: 21px 13px;
    position: relative;
  }

  #gNav a:hover .en {
    display: inline;
    opacity: 1;
  }

  #gNav a:hover .jp {
    display: none;
  }

  #gNav .about > a:after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 25px;
    right: 14px;
    background: url(../../img/common/blt-menu01.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #gNav .about > a.openChild:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #gNav li ul {
    display: none;
    width: auto;
    padding: 0;
    position: static;
  }

  #gNav li ul li {
    margin: 0;
  }

  #gNav li ul a {
    display: block;
    padding: 6px 15px;
    background: #dc3e4f;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }

  #gNav a:hover .jp {
    opacity: 0;
  }
}

/* contents */

#contents {}

#categoryTitle {
  padding: 105px 0;
  border-bottom: 1px solid #f0f0f0;
  background: 50% 50% repeat;
  background-size: cover;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}

@media only screen and (max-width:640px) {
  #categoryTitle {
    padding: 14px 0;
    font-size: 20px;
    line-height: 30px;
  }
}

.sNav {
  margin: 0 0 60px;
  border-bottom: 1px solid #f0f0f0;
}

.sNav ul {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 22px;
}

.sNav li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.sNav a,
.sNav strong {
  display: block;
  border-right: 1px solid #f0f0f0;
  padding: 19px 0 19px 1px;
  text-align: center;
}

.sNav li:first-child a,
.sNav li:first-child strong {
  border-left: 1px solid #f0f0f0;
  padding: 19px 0;
}

.sNav a:hover,
.sNav strong {
  background: #d8374b;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width:960px) {
  .sNav {
    margin: 0 0 10px;
  }

  .sNav li:first-child a,
  .sNav li:first-child strong {
    border-left: none;
    padding: 19px 0 19px 1px;
  }

  .sNav li:last-child a,
  .sNav li:last-child strong {
    border-right: none;
    padding: 19px 0;
  }
}

@media only screen and (max-width:640px) {
  .sNav ul {
    font-size: 11px;
    line-height: 30px;
  }

  .sNav li {
    width: 50%;
  }

  .sNav li:nth-child(odd) a,
  .sNav li:nth-child(odd) strong {
    border-left: none;
    padding: 4px 0 4px 1px;
  }

  .sNav li:nth-child(even) a,
  .sNav li:nth-child(even) strong {
    border-right: none;
    padding: 4px 0;
  }

  .sNav li:nth-child(n+3) {
    border-top: 1px solid #f0f0f0;
  }

  .sNav a:hover {
    background: transparent;
    color: #4d4d4d;
  }
}

#content #alpha #alpha-inner p.passive {
  font-size: 14px;
  text-align: left;
}

#content #alpha #alpha-inner p.passive a {
  color: #d8374b;
}

.title01 {
  margin: 30px 0;
  border-top: 1px solid #f0f0f0;
  padding: 20px 0 0;
  position: relative;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.title01:before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #d8374b;
}

.title02 {
  border-left: 1px solid #d8374b;
  padding: 17px 20px 17px 65px;
  position: relative;
  background: #f0f0f0;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

.title02:before {
  display: block;
  width: 30px;
  position: absolute;
  top: 16px;
  left: 20px;
  background: #d8374b;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.title02.num01:before {
  content: '01';
}

.title02.num02:before {
  content: '02';
}

.title02.num03:before {
  content: '03';
}

.title03 {
  border-left: 1px solid #d8374b;
  padding: 12px 19px;
  background: #f6f6f6;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 10px 0;
}

@media only screen and (max-width:640px) {
  .title01 {
    margin: 10px 0 6px;
    padding: 11px 0 0;
    font-size: 16px;
    line-height: 22px;
  }

  .title01:before {
    width: 40%;
  }

  .title02 {
    padding: 8px 10px 8px 32px;
    font-size: 14px;
    line-height: 15px;
  }

  .title02:before {
    display: block;
    width: 15px;
    top: 8px;
    left: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .title03 {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 18px;
  }
}

#contents p {
  font-size: 14px;
  line-height: 30px;
}

#contents p + .title02 {
  margin-top: 28px;
}

#contents .title01 + p {
  margin-top: -8px;
}

#contents .title02 + p {
  margin-top: 22px;
}

#contents p + p {
  margin-top: 14px;
}

.btn01,
.btn02 {
  display: block;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
}

.btn01 {
  border-bottom: 3px solid #992634;
  background: #d8374b;
}

.btn02 {
  border-bottom: 3px solid #13171a;
  background: #3b4852;
}

@media only screen and (max-width:640px) {
  #contents p {
    font-size: 14px;
    line-height: 1.5;
  }

  #contents p + .title02 {
    margin-top: 8px;
  }

  #contents .title01 + p {
    margin-top: 12px;
  }

  #contents .title02 + p {
    margin-top: 12px;
  }

  #contents p + p {
    margin-top: 10px;
  }

  .btn01,
  .btn02 {
    border-bottom-width: 2px;
    font-size: 12px;
    line-height: 25px;
  }
}

#breadCrumb {
  margin: 72px 0 0;
  border-top: 1px solid #f0f0f0;
  padding: 21px 0;
}

#breadCrumb .wrap {
  max-width: 1340px;
  position: relative;
}

#breadCrumb li {
  display: inline-block;
}

#breadCrumb li img {
  vertical-align: text-top;
  display: inline;
  position: relative;
  top: 3px;
}

img {}

#breadCrumb li a {
  margin: 0 22px 0 0;
  position: relative;
}

#breadCrumb li a:after {
  content: '>';
  display: inline-block;
  width: 22px;
  position: absolute;
  top: -2px;
  rignt: -22px;
  color: #a3a3a3;
  text-align: center;
  vertical-align: top;
}

#breadCrumb .pageTop {
  position: absolute;
  top: 1px;
  right: 10px;
  line-height: 16px;
}

#breadCrumb .pageTop a {
  display: inline-block;
  padding: 0 30px 0 0;
  background: url(../../img/common/bt-pagetop.png) 100% 0 no-repeat;
}

@media only screen and (max-width:640px) {
  #breadCrumb {
    height: 40px;
    margin: 18px 0 0;
    border-top: none;
    padding: 0;
  }

  #breadCrumb ul {
    /* display: none; */
  }

  #breadCrumb .pageTop {
    top: 0;
  }

  #breadCrumb .pageTop a {
    display: block;
    width: 30px;
    height: 0;
    padding: 30px 0 0;
    overflow: hidden;
    background-color: #d8374b;
    background-position: 50% 50%;
    /*background-size: 8px auto;*/
  }
}

/* footer */

#fNav {
  background: #d8374b;
  color: #fff;
}

#fNav a {
  color: #fff;
}

#fNav dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 30px 0 37px 30px;
  float: left;
  border-left: 1px solid #dc5f6c;
  min-height: 372px;
}

#fNav dt {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}

#fNav dd li {
  margin: 0 0 10px;
}

#copyright {
  padding: 30px;
  color: #d8374b;
  text-align: center;
  line-height: 23px;
}

#copyright ul {
  display: inline;
  padding: 0 0 0 10px;
}

#copyright li {
  display: inline;
  padding: 0 0 0 20px;
}

#copyright li a img {
  height: 23px;
  width: 97px;
}

@media only screen and (max-width:700px) {
  #copyright ul {
    display: block;
    padding: 10px 0 0;
  }

  #copyright li:first-child {
    padding: 0;
  }
}

@media only screen and (max-width:640px) {
  #fNav .wrap {
    padding: 0;
  }

  #fNav dl {
    width: auto;
    padding: 0;
    float: none;
    border-left: none;
    min-height: 40px;
  }

  #fNav dt {
    margin: 0;
    border-bottom: 1px solid #f6ced3;
    padding: 20px;
    font-weight: bold;
    position: relative;
  }

  #fNav dt.active,
  #fNav dl:last-child dt {
    border-bottom: none;
  }

  #fNav dt:after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    top: 25px;
    right: 14px;
    background: url(../../img/common/blt-menu02.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #fNav dt.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #fNav dd ul {
    display: none;
  }

  #fNav dd li {
    margin: 0;
    border-bottom: 1px solid #e56e7a;
  }

  #fNav dd li:last-child {
    border-bottom: none;
  }

  #fNav dl:last-child li:last-child {
    border-bottom: 1px solid #e56e7a;
  }

  #fNav dd a {
    display: block;
    padding: 6px 13px;
    background: #fff;
    color: #d8374b;
    font-size: 14px;
    font-weight: bold;
  }

  #copyright {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  #copyright img {
    height: 12px;
  }
}

/*******************************
  TOP
*******************************/

#top #mainImage {
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity .5s .2s;
}

#top #mainImage.active {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

#top #mainImage .inner {
  padding: 127px 0 187px;
  background: url(../../img/common/img-main-cover.png) 0 0 repeat;
  text-align: center;
}

#top #mainImage img {
  width: 100%;
}

@media only screen and (max-width:640px) {
  #top #mainImage .inner {
    padding: 10.9% 4.6% 15.3%;
  }

  #top #mainImage .wrap {
    padding: 0;
  }
}

#top #contents .news {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 30px 0 37px 30px;
  float: left;
}

#top #contents .news .title {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #d8374b;
}

#top #contents .news dt,
#top #contents .news dd {
  margin: 0 0 14px;
}

#top #contents .news dt {
  width: 90px;
  float: left;
  clear: both;
}

#top #contents .news dd {
  overflow: hidden;
}

@media only screen and (max-width:980px) {
  #top #contents .news {
    padding-left: 20px;
  }
}

@media only screen and (max-width:640px) {
  #top #contents .wrap {
    padding: 0;
  }

  #top #contents .news {
    width: auto;
    padding: 10px 10px 8px;
    float: none;
  }

  #top #news01 {
    background: #f6f6f6;
  }

  #top #contents .news .title {
    /*margin: 0 0 5px;
		font-size: 10px;*/
    margin: 0 0 10px;
    font-size: 16px;
  }

  #top #contents .news dl {
    /*font-size: 10px;*/
    font-size: 14px;
    line-height: 30px;
  }

  #top #contents .news dt,
  #top #contents .news dd {
    margin: 0;
  }

  #top #contents .news dt {
    /*width: 60px;*/
    width: 90px;
  }
}

#top #brandMenu {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#top #brandMenu ul {
  margin: 0 auto -1px;
  padding: 0;
}

#top #brandMenu li {
  width: 25%;
  border-bottom: 1px solid #f0f0f0;
  float: left;
}

#top #brandMenu li img {
  margin: auto;
  display: block;
}

#top #brandMenu a {
  display: block;
  border-right: 1px solid #f0f0f0;
  padding-left: 1px;
  background: #fff;
}

#top #brandMenu a:hover {
  background: #a4a4a4;
}

#top #brandMenu .n1 a {
  border-left: 1px solid #f0f0f0;
  padding-left: 0;
}

.bkwh {
  background: #fff !important;
}

@media only screen and (max-width:640px) {
  #top #brandMenu a:hover {
    background: #fff;
  }
}

/*******************************
  about
*******************************/

#about #categoryTitle {
  background-image: url(../../img/about/bg-title-about.jpg);
}

/*企業理念*/

#about #index .image01 {
  margin: 0 0 100px;
  border: 1px solid #f0f0f0;
  background: url(../../img/about/bg-about01.jpg) 50% 0 no-repeat;
  background-size: 100%;
  text-align: center;
}

#about #index .image02 {
  margin: 0 0 45px;
}

#about #index .image03 {
  margin: 0 0 45px;
}

#about #index .image03 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 40px;
}

@media only screen and (max-width:640px) {
  #about #index .image01 {
    margin: 0 0 20px;
  }

  #about #index .image01 {
    background-size: cover;
  }

  #about #index .image01 .sp {
    display: inline-block;
  }

  #about #index .image01 .sp ~ img {
    display: none;
  }

  #about #index .image02 {
    width: 78.3%;
    margin: 0 0 20px;
  }

  #about #index .image03 {
    width: 100%;
    margin: 0 0 20px;
  }

  #about #index .image03 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 4%;
    box-sizing: border-box;
  }

}

/* 社長インタビュー */

#about #interview {
  margin: 0 auto 160px;
}

#about #interview .image {
  width: 200px;
  margin: 0 40px 0 0;
  float: left;
  padding-top: 10px;
}

#about #interview .image img {
  width: 100%;
  height: auto;
}

#about #interview .text {
  overflow: hidden;
}

#about #interview .title {
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 1;
}

#about #interview p {
  font-size: 14px;
  line-height: 2.417;
}

#about #interview p.txt_lr {
  font-size: 20px;
  font-weight: bold;
}

#about #interview .signature {
  margin: 20px 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

#about #interview .signature img {
  margin: 20px 0 0;
}

#about #interview p.txt_sg {
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width:640px) {
  #about #interview {
    margin: 0;
  }

  #about #interview .image {
    width: auto;
    max-width: 140px;
    margin: 0 auto 20px;
    padding: 10px 0 0;
    float: none;
  }

  #about #interview .text {
    overflow: hidden;
  }

  #about #interview .title {
    margin: 0 0 15px;
    font-size: 12px;
  }

  #about #interview p {
    font-size: 14px;
    line-height: 1.8;
  }

  #about #interview .signature {
    margin: 0;
    font-size: 14px;
  }

  #about #interview .signature img {
    margin: 10px 0 0;
  }
}

/* 会社案内 */

#company table {
  width: 100%;
  margin: 55px 0 60px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 24px;
}

#company th,
#company td {
  padding: 20px;
}

#company th {
  width: 160px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  background: #f9f9f9;
  font-weight: normal;
}

#company td {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

#company td div {
  margin: 25px 0 0;
}

#company td div:first-child {
  margin: 0;
}

#company .btMap {
  width: 160px;
  margin: 8px 0 0;
}

@media only screen and (max-width:640px) {
  #company table {
    margin: 15px 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  #company th,
  #company td {
    padding: 10px;
  }

  #company th {
    width: 68px;
  }

  #company td div {
    margin: 5px 0 0;
  }

  #company td div:first-child {
    margin: 0;
  }

  #company .btMap {
    width: 80px;
    margin: 3px 0 0;
  }

  #company .pc {
    display: none;
  }
}

#company .btNews {
  display: block;
  border-top: 1px solid #f0f0f0;
  padding: 38px 0;
  position: relative;
  color: #d8374b;
  font-size: 14px;
  line-height: 1;
}

#company .btNews:after {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 37px;
  right: 15px;
  background: url(../../img/common/blt-menu03.png) 0 0 no-repeat;
  background-size: contain;
}

#company dl {
  border-bottom: 1px solid #f0f0f0;
}

#company dt {
  padding: 31px 0;
  border-top: 1px solid #f0f0f0;
  background: url(../../img/common/blt-open.png) 100% 20px no-repeat;
  color: #d8374b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

#company dt.active {
  background-image: url(../../img/common/blt-close.png);
}

#company dd {
  display: none;
  font-size: 14px;
  line-height: 2;
}

#company dd dl {
  margin: -7px 0 0;
  border-bottom: none;
  padding: 0 0 15px;
}

#company dd dt {
  width: 40px;
  border-top: none;
  padding: 0;
  float: left;
  background: none;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2;
  cursor: auto;
}

#company dd dd {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width:640px) {
  #company .btNews {
    margin: 15px 0 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
  }

  #company .btNews:after {
    width: 5px;
    height: 8px;
    top: 16px;
    right: 10px;
  }

  #company dt {
    padding: 15px 0;
    background-position: 100% 10px;
    background-size: 20px;
    font-size: 14px;
  }

  #company dd {
    font-size: 14px;
  }

  #company dd dl {
    margin: -3px 0 0;
    padding: 0 0 8px;
  }

  #company dd dt {
    width: 20px;
    font-size: 14px;
  }
}

/* 契約プロ */

#pro .tab .nav {
  margin: 0 0 50px;
}

#pro .tab .nav li {
  width: 16.66%;
  display: inline-block;
}

#pro .tab .nav li.jlLink a {
  pointer-events: none;
}

#pro .tab .nav a {
  display: block;
  border-left: 1px solid #fff;
  padding: 11px 5px 11px 4px;
  position: relative;
  background: #f0f0f0;
  text-align: center;
  line-height: 1px;
}

#pro .tab .nav li:first-child a {
  border-left: none;
  padding: 11px 5px;
}

#pro .tab .nav .active:after {
  content: '';
  display: block;
  width: 16px;
  height: 10px;
  margin: 0 0 0 -8px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: url(../../img/common/blt-menu04.png) 0 0 no-repeat;
  background-size: contain;
}

#pro .tab .tab {
  display: none;
}

#pro .tab .active {
  display: block;
}

#pro .panel {
  width: 47.9%;
  margin: 0 0 0 4.2%;
  float: left;
  background: #f6f6f6;
}

#pro .panel02 {
  width: 47.9%;
  margin: 4.2% 4.2% 0 0;
  float: left;
  background: #f6f6f6;
}

#pro .panel03 {
  width: 47.9%;
  margin: 4.2% 0 0 0;
  float: left;
  background: #f6f6f6;
}

#pro #tab03 .panel03 {
  width: 47.9%;
  margin: 4.2% 0 0 0;
  float: right;
  background: #f6f6f6;
}



#pro .panel04 {
  width: 47.9%;
  margin: 4.2% 0 0 0;
  float: right;
  background: #f6f6f6;
}

#pro #tab03 .panel04 {
  width: 47.9%;
  margin: 4.2% 0 0 0;
  float: right;
  background: #f6f6f6;
}



#pro #tab03 .panel:last-child {
  margin: 4.2% 0 0 0;
}



#pro .ml0 {
  margin-left: 0 !important;
}

#pro .mt40 {
  margin-top: 40px !important;
}

#pro .panel:first-child {
  margin: 0;
}

#pro .panel .text {
  margin: 0 30px;
  padding: 0 0 30px;
}

#pro .panel .name {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  line-height: 1;
}

#pro .panel .name .ja {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}

#pro .panel .name .en {
  text-transform: uppercase;
}

#pro .panel .name:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #606060;
}

#pro .brand li + li {
  margin-top: 16px;
}

#pro .brand a {
  text-decoration: underline;
}

#pro .brand a:hover {
  text-decoration: none;
}

#pro .brand figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 46px;
}

#pro .brand figure img {
  position: relative;
  width: 46px;
  z-index: 9;
}

#pro .brand figure figcaption {
  position: relative;
  max-width: calc(100% - 46px);
  padding-left: 16px;
  font-size: 1.4rem;
  z-index: 1;
}

#pro .brand figcaption::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -46px;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background-color: #ffffff;
}

#pro .panel p {
  line-height: 24px;
}

#pro .panel .btn01 {
  max-width: 185px;
  margin: 25px auto 0;
}



#pro .panel02 .text {
  margin: 0 30px;
  padding: 0 0 30px;
}

#pro .panel02 .name {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  line-height: 1;
}

#pro .panel02 .name .ja {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}

#pro .panel02 .name .en {
  text-transform: uppercase;
}

#pro .panel02 .name:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #606060;
}

#pro .panel02 p {
  line-height: 24px;
}

#pro .panel02 .btn01 {
  max-width: 185px;
  margin: 25px auto 0;
}








#pro .panel03 .text {
  margin: 0 30px;
  padding: 0 0 30px;
}

#pro .panel03 .name {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  line-height: 1;
}

#pro .panel03 .name .ja {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}

#pro .panel03 .name .en {
  text-transform: uppercase;
}

#pro .panel03 .name:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #606060;
}

#pro .panel03 p {
  line-height: 24px;
}

#pro .panel03 .btn01 {
  max-width: 185px;
  margin: 25px auto 0;
}



#pro .panel04 .text {
  margin: 0 30px;
  padding: 0 0 30px;
}

#pro .panel04 .name {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  line-height: 1;
}

#pro .panel04 .name .ja {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}

#pro .panel04 .name .en {
  text-transform: uppercase;
}

#pro .panel04 .name:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #606060;
}

#pro .panel04 p {
  line-height: 24px;
}

#pro .panel04 .btn01 {
  max-width: 185px;
  margin: 25px auto 0;
}





#pro .profile {
  padding: 30px;
  margin: 50px 0 30px;
  background: #ededed;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}

#pro .profile .title {
  font-weight: bold;
}

#pro .profile dt {
  width: 95px;
  padding: 15px 0 0;
  float: left;
}

#pro .profile dd {
  padding: 15px 0 0;
}

#pro .text p.subeng {
  width: 100%;
}

#pro .profile dl,
#pro .text p.pro__info {
  width: 80%;
  float: left;
}

#pro .text p.pro__info {
  padding-bottom: 20px;
}

#pro .profile a img {
  width: 50px;
  height: auto;
  float: right;
  padding: 10px 0 0 0;
}

a.pro_snsarea02 img {
  width: 50px;
  height: auto;
  float: right;
  padding: 10px 0 0 0;
}

#pro img.griplogo {
  padding: 2% 0 4%;
}

@media only screen and (max-width:640px) {
  #pro .profile dl {
    width: 100%;
    float: none;
  }

  #pro .profile a img {
    width: 50px;
    height: auto;
    float: none;
    margin: auto;
    display: block;
    padding: 10px 0 0 0;
  }
}

p.ex_sub {
  padding: 10px 0;
}

/**/
#pro .panel_c {
  width: 47.9%;
  margin: auto;
  display: block;
  float: none;
  background: #f6f6f6;
}

#pro .panel_c:first-child {
  margin: auto;
  display: block;
}

#pro .panel_c .text {
  margin: 0 30px;
  padding: 0 0 30px;
}

#pro .panel_c .name {
  margin: 30px 0 20px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  line-height: 1;
}

#pro .panel_c .name .ja {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}

#pro .panel_c .name .en {
  text-transform: uppercase;
}

#pro .panel_c .name:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #606060;
}

#pro .panel_c p {
  line-height: 24px;
}

#pro .panel_c .btn01 {
  max-width: 185px;
  margin: 25px auto 0;
}


/**/

@media only screen and (max-width:640px) {
  #pro .tab .nav {
    margin: 0 0 15px;
  }

  #pro .tab .nav a {
    padding: 10px 5px 12px 4px;
  }

  #pro .tab .nav li:first-child a {
    padding: 10px 5px 12px;
  }

  #pro .tab .nav .active:after {
    width: 8px;
    height: 5px;
    margin: 0 0 0 -4px;
  }

  #pro .panel {
    width: auto;
    min-height: 0 !important;
    margin: 15px 0 0;
    float: none;
  }

  #pro .panel:first-child {
    margin: 0;
  }

  #pro .panel .image img {
    width: 100%;
  }

  #pro .panel .text {
    margin: 0 12px;
    padding: 0 0 22px;
    overflow: hidden;
  }

  #pro .panel .name {
    margin: 15px 0 10px;
    padding: 0 0 15px;
  }

  #pro .panel .name .ja {
    margin: 0 0 5px;
    font-size: 16px;
  }

  #pro .panel .name:after {
    display: block;
    width: 10px;
    margin: 0 0 0 -5px;
  }

  #pro .panel p {
    line-height: 1.5;
  }

  #pro .panel .btn01 {
    max-width: 440px;
    margin: 18px auto 0;
  }





  #pro .panel02,
  #pro .panel03,
  #pro .panel04 {
    width: auto;
    min-height: 0 !important;
    margin: 15px 0 0;
    float: none;
  }

  #pro #tab03 .panel03 {
    width: auto;
    min-height: 0 !important;
    margin: 15px 0 0;
    float: none;
  }

  #pro .panel02:first-child,
  #pro .panel03:first-child,
  #pro .panel04:first-child {
    margin: 0;
  }

  #pro .panel02 .image img,
  #pro .panel03 .image img,
  #pro .panel04 .image img {
    width: 100%;
  }

  #pro .panel02 .text,
  #pro .panel03 .text,
  #pro .panel04 .text {
    margin: 0 12px;
    padding: 0 0 22px;
    overflow: hidden;
  }

  #pro .panel02 .name,
  #pro .panel03 .name,
  #pro .panel04 .name {
    margin: 15px 0 10px;
    padding: 0 0 15px;
  }

  #pro .panel02 .name .ja,
  #pro .panel03 .name .ja,
  #pro .panel04 .name .ja {
    margin: 0 0 5px;
    font-size: 16px;
  }

  #pro .panel02 .name:after,
  #pro .panel03 .name:after,
  #pro .panel04 .name:after {
    display: block;
    width: 10px;
    margin: 0 0 0 -5px;
  }

  #pro .panel02 p,
  #pro .panel03 p,
  #pro .panel04 p {
    line-height: 1.5;
  }

  #pro .panel02 .btn01,
  #pro .panel03 .btn01,
  #pro .panel04 .btn01 {
    max-width: 440px;
    margin: 18px auto 0;
  }



  #pro .panel_c {
    width: auto;
    min-height: 0 !important;
    margin: 15px 0 0;
    float: none;
  }

  #pro .panel_c:first-child {
    margin: 0;
  }

  #pro .panel_c .image img {
    width: 100%;
  }

  #pro .panel_c .text {
    margin: 0 12px;
    padding: 0 0 22px;
  }

  #pro .panel_c .name {
    margin: 15px 0 10px;
    padding: 0 0 15px;
  }

  #pro .panel_c .name .ja {
    margin: 0 0 5px;
    font-size: 16px;
  }

  #pro .panel_c .name:after {
    display: block;
    width: 10px;
    margin: 0 0 0 -5px;
  }

  #pro .panel_c p {
    line-height: 1.5;
  }

  #pro .panel_c .btn01 {
    max-width: 440px;
    margin: 18px auto 0;
  }

  #pro img.griplogo {
    margin: auto;
    display: block;
  }
}

/*******************************
  brand
*******************************/

#categoryTitleStore {
  background: rgba(0, 0, 0, 0) none repeat scroll 50% 50% / cover;
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  padding: 105px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;
}

body #categoryTitleStore {
  margin: 0 0 20px;
  background-image: url(../../img/brand/bg-title-store.jpg);
}

.storeBox {
  margin-bottom: 4%;
  padding-top: 4%;
}

.storeBox p {
  text-align: center;
  padding: 4%;
}

.storeBox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}


@media only screen and (max-width:640px) {
  #categoryTitleStore {
    font-size: 20px;
    line-height: 30px;
    padding: 14px 0;
  }

  body #categoryTitleStore {
    margin: 0 0 2px;
  }

  .storeBox img.storeLogo {
    width: 70%;
  }

  .storeBox img.storeBtn {
    width: 60%;
  }


}

/*******************************
  brand
*******************************/

#brand #categoryTitle {
  margin: 0 0 20px;
  background-image: url(../../img/brand/bg-title-brand.jpg);
}

#brand .panel {
  width: 47.9%;
  margin: 40px 0 0 4.2%;
  float: left;
  background: #f6f6f6;
}

#brand .panel:first-child {
  margin: 40px 0 0;
}

#brand .panel .titie {
  border: 1px solid #f0f0f0;
  padding: 17px 10px 19px;
  position: relative;
  background: #fff;
  text-align: center;
}

#brand .panel .titie:after {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  margin: 0 0 0 -10px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: url(../../img/common/blt-01.png) 0 0 no-repeat;
}

#brand .panel .text {
  padding: 25px 25px 55px;
}

#brand .panel .catch {
  margin: 0 0 15px;
  color: #d8374b;
  font-size: 18px;
  line-height: 1.556;
}

#brand .panel p {
  line-height: 24px;
}

#brand .panel ul {
  margin: 15px 0 0;
  text-align: center;
}

#brand .panel li {
  display: inline-block;
  width: 46.2%;
  margin: 0 0 0 7.6%;
}

#brand .panel li:first-child {
  margin: 0;
}

#brand .panel .sns p {
  padding: 10px 0;
}

#brand .panel .sns p a {
  color: #d8374b;
  background: url("../../img/brand/ico-ext.png") no-repeat;
  background-position: 0 3px;
  padding-left: 15px;
}

@media only screen and (max-width:640px) {
  #brand #categoryTitle {
    margin: 0 0 2px;
  }

  #brand .panel {
    width: 48.3%;
    margin: 8px 0 0 3.4%;
    float: left;
    background: #f6f6f6;
  }

  #brand .panel:first-child {
    margin: 8px 0 0;
  }

  #brand .panel .titie {
    padding: 5px 10px 6px;
  }

  #brand .panel .titie img {
    max-width: 150px;
  }

  #brand .panel .titie:after {
    width: 10px;
    height: 6px;
    margin: 0 0 0 -5px;
    background-size: contain;
  }

  #brand .panel .text {
    padding: 8px 10px 15px;
  }

  #brand .panel .catch {
    margin: 0 0 1px;
    font-size: 14px;
    line-height: 1.5;
  }

  #brand .panel p {
    line-height: 1.5;
  }

  #brand .panel ul {
    margin: 8px 0 0;
  }

  #brand .panel li {
    display: block;
    width: auto;
    max-width: 160px;
    margin: 8px auto 0;
  }

  #brand .panel li:first-child {
    margin: 0 auto;
  }
}

@media only screen and (max-width:480px) {
  /*#brand .panel {
		width: auto;
		min-height: 0 !important;
		margin: 8px 0 0;
		float: none;
	}*/
}

/*******************************
  news
*******************************/

/* index */

#news #contents section {
  /*margin: 0 0 160px;*/
}

#news #categoryTitle {
  margin: 0 0 60px;
  background-image: url(../../img/news/bg-title-news.jpg);
}

#news .tab .nav {
  margin: 0 0 40px;
}

#news .tab .nav li {
  width: 34%;
  display: inline-block;
}

#news .tab .nav a {
  display: block;
  border-left: 1px solid #fff;
  padding: 9px 5px 9px 4px;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

#news .tab .nav a {
  background: #f0f0f0;
}

#news .tab .nav a:hover,
#news .tab .nav .active {
  background: #d8374b;
  color: #fff;
}

#news .tab .nav li:first-child {
  width: 32%;
}

#news .tab .nav li:first-child a {
  border-left: none;
  padding: 9px 5px;
}

#news .tab .nav a:hover:after,
#news .tab .nav .active:after {
  content: '';
  display: block;
  width: 16px;
  height: 10px;
  margin: 0 0 0 -8px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: url(../../img/common/blt-menu05.png) 0 0 no-repeat;
  background-size: contain;
}

#news .tab .tab {
  display: none;
}

#news .tab .active {
  display: block;
}

#news .tab .tab ul {
  border-bottom: 1px solid #f0f0f0;
}

#news .tab .tab li {
  border-top: 1px solid #f0f0f0;
}

#news .tab .tab a {
  display: block;
  padding: 22px 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.286;
}

#news .tab .tab a:after {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 23px;
  right: 10px;
  background: none url(../../img/common/blt-menu03.png) 0 0 no-repeat;
  /*background: url(../../img/common/blt-menu03.png) 0 0 no-repeat;*/
  background-size: contain;
}

#news .tab .date {
  display: inline-block;
  width: 90px;
}

#news .tab .shop-icon {
  display: inline-block;
  width: 140px;
  height: 20px;
}

#news .tab .shop-icon img {
  width: 100px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width:640px) {
  #news #contents section {
    margin: 0;
  }

  #news #categoryTitle {
    margin: 0 0 25px;
  }

  #news .tab .nav {
    margin: 0 0 15px;
  }

  #news .tab .nav a {
    font-size: 14px;
    line-height: 16px;
  }

  #news .tab .nav a:hover:after,
  #news .tab .nav .active:after {
    width: 8px;
    height: 5px;
    margin: 0 0 0 -4px;
  }

  #news .tab .tab a {
    padding: 15px 15px 15px 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  #news .tab .tab a:after {
    width: 5px;
    height: 8px;
    top: 12px;
    right: 5px;
  }

  #news .tab .date {
    /*width: 70px;*/
  }

  #news .tab .shop-icon {
    display: inline-block;
    width: 100px;
    height: 20px;
  }

  #news .tab .news-ttl {
    display: block;
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* detail */

#newsDetail #categoryTitle {
  min-height: 165px;
  margin: 0 0 60px;
  padding: 55px 0 40px;
  background-image: url(../../img/news/detail/bg-title-news.jpg);
  line-height: 46px;
}

#newsDetail #categoryTitle .category {
  display: block;
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1;
}

#newsDetail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 730px;
  margin: 0 auto 45px;
  font-size: 14px;
  line-height: 30px;
}

#newsDetail .date:before {
  content: '掲載日';
  display: inline-block;
  width: 60px;
  margin: 0 15px 0 0;
  background: #f0f0f0;
  vertical-align: top;
  text-align: center;
}

/*200624*/
#newsDetail .date .shop-icon {
  width: 110px;
}

#newsDetail .date span.shop-icon {
  margin-left: 10px;
}

/*161209*/
#newsDetail .date_en {
  max-width: 730px;
  margin: 0 auto 45px;
  font-size: 14px;
  line-height: 30px;
}

#newsDetail .date_en:before {
  content: 'DATE';
  display: inline-block;
  width: 60px;
  margin: 0 15px 0 0;
  background: #f0f0f0;
  vertical-align: top;
  text-align: center;
}

/*161209*/
#newsDetail .contents {
  max-width: 730px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

#newsDetail .contents img {
  display: block;
  margin: 55px auto 0;
  height: auto;
}

#newsDetail #pager {
  margin: 70px 0 0;
  position: relative;
}

#newsDetail #pager li {
  width: 185px;
}

#newsDetail #pager .prev {
  float: left;
}

#newsDetail #pager .next {
  float: right;
}

#newsDetail #pager .prev a:before {
  content: '<';
  margin: 0 0.5em 0 0;
}

#newsDetail #pager .next a:after {
  content: '>';
  margin: 0 0 0 0.5em;
}

@media only screen and (max-width:640px) {
  #newsDetail #categoryTitle {
    min-height: 56px;
    margin: 0 0 15px;
    padding: 15px 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
  }

  #newsDetail #categoryTitle .category {
    margin: 0 0 8px;
    font-size: 10px;
  }

  #newsDetail .date {
    margin: 0 auto 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  #newsDetail .date:before {
    width: 4em;
    margin: 0 5px 0 0;
  }

  #newsDetail .contents {
    font-size: 10px;
    line-height: 1.5;
  }

  #newsDetail .contents img {
    margin: 28px auto 0;
    height: auto;
  }

  #newsDetail #pager {
    margin: 35px 0 0;
  }

  #newsDetail #pager li {
    width: 92px;
  }
}

/*******************************
  shoplist
*******************************/

#retail #shoplist .sNav02 {
  border-top: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
}

#retail #shoplist .sNav02 li {
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

#retail #shoplist .sNav02 li:nth-child(5) {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

#retail #shoplist .sNav02 li:nth-child(6) {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  border-left: 0px;
}

#retail #shoplist .sNav02 li:nth-child(7) {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

#retail #shoplist .sNav02 li:nth-child(8) {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

#retail #shoplist .sNav02 li:nth-child(9) {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}




#retail #shoplist .sNav02 a,
#retail #shoplist .sNav02 strong {
  display: block;
  padding: 0 0 0 1px;
  overflow: hidden;
  text-align: center;
}

#retail #shoplist .sNav02 .n1 a,
#retail #shoplist .sNav02 .n1 strong {
  padding: 0;
}

#retail #shoplist .sNav02 a:hover,
#retail #shoplist .sNav02 strong {
  background: #d8374b;
}

#retail #shoplist .sNav02 li:nth-child(1) a,
#retail #shoplist .sNav02 li:nth-child(5) a {
  border-left: 1px solid #ccc;
}

#retail #shoplist .areaName {
  margin: 40px 0 20px;
  padding: 18px 20px;
  background: #d8374b;
  color: #fff;
  font-size: 16px;
}

#shoplist #gdsh ul.small li.camp {
  display: none;
}

#shoplist .sNav02 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#retail #shoplist .sNav02 {
  border-left: 0px;
}

#shoplist .sNav02 li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

#shoplist .sNav02 a,
#shoplist .sNav02 strong {
  display: block;
  border-right: 1px solid #ccc;
  padding: 0 0 0 1px;
  overflow: hidden;
  text-align: center;
}

#shoplist .sNav02 li:nth-child(5),
#shoplist .sNav02 li:nth-child(6) #shoplist .sNav02 li:nth-child(7) {
  border-top: 0px;
}

#shoplist .sNav02 li:nth-child(1) {}

#shoplist .sNav02 .n1 a,
#shoplist .sNav02 .n1 strong {
  padding: 0;
}

#shoplist .sNav02 a:hover,
#shoplist .sNav02 strong {
  background: #d8374b;
}

#shoplist .areaName {
  margin: 40px 0 20px;
  padding: 18px 20px;
  background: #d8374b;
  color: #fff;
  font-size: 16px;
}

#shoplist #gdsh ul.small li.camp {
  display: none;
}

@media only screen and (max-width:640px) {
  #shoplist .sNav02 a:hover {
    background: #fff;
  }

  #shoplist .sNav02 li {
    width: 50%;
  }

  #shoplist .sNav02 li:nth-child(odd) a,
  #shoplist .sNav02 li:nth-child(odd) strong {
    padding: 0;
  }

  #shoplist .sNav02 img {
    width: 68%;
  }

  #shoplist .sNav02 a:hover {
    background: transparent;
  }

  #shoplist .areaName {
    margin: 20px 0 15px;
    padding: 4px 10px;
    font-size: 12px;
  }

  #retail #shoplist .sNav02 li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #retail #shoplist .sNav02 li:nth-child(5),
  #retail #shoplist .sNav02 li:nth-child(6),
  #retail #shoplist .sNav02 li:nth-child(7),
  #retail #shoplist .sNav02 li:nth-child(8),
  #retail #shoplist .sNav02 li:nth-child(9) {
    width: 50%;
  }

  #retail #shoplist .sNav02 li:nth-child(3),
  #retail #shoplist .sNav02 li:nth-child(5),
  #retail #shoplist .sNav02 li:nth-child(7),
  #retail #shoplist .sNav02 li:nth-child(9) {
    border-left: 1px solid #ccc;
  }

  #retail #shoplist .sNav02 .n1 a,
  #retail #shoplist .sNav02 .n1 strong {
    border-left: 0px solid #ccc;
    padding: 0;
  }




}

#shoplist .list {
  font-size: 14px;
  line-height: 22px;
}

#shoplist .list > li {
  border-bottom: 1px solid #d8374b;
  padding: 15px 0 20px;
}

#shoplist .list .text {
  float: left;
}

#shoplist .name {
  margin: 0 0 5px;
  font-weight: bold;
}

#shoplist #vhsh .address a:link {
  color: #d85298;
}

#shoplist #vhsh .address a:visited {
  color: #d85298;
}

#shoplist .tel a {
  color: #d8374b;
}

#shoplist .list .icon {
  float: right;
  color: #fff;
  text-align: right;
}

#shoplist .list .icon .small-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#shoplist .list .icon .small-icons .line {
  position: relative;
  top: -3px;
  margin-right: 4px;
  color: #111;
  font-size: 12px;
}

#shoplist .list .icon .small {
  font-size: 10px;
  line-height: 16px;
}

#shoplist .list .icon li {
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: center;
  vertical-align: top;
}

#shoplist .list .icon .small li {
  width: 50px;
}

#shoplist .list .icon .mens {
  background: #3ea9dc;
}

#shoplist .list .icon .ladies {
  background: #ee7bae;
}

#shoplist .list .icon .goods {
  background: #f4af3d;
}

#shoplist .list .icon .putter {
  background: #a0cb77;
  display: none;
}

/*161014*/
#shoplist .list .icon .ski {
  background: #000000;
}

/*161014*/
#shoplist .list .icon .small .camp {
  width: 80px;
  background: #6ed048;
  display: none;
}

#shoplist .list .icon .large {
  font-size: 12px;
  line-height: 24px;
}

#shoplist .list .icon .large li {
  margin-top: 10px;
}


#shoplist #gdsh .list li.fb {
  display: none;
}




#shoplist .list .map {
  width: 90px;
}

#shoplist .list .fb,
#shoplist .list .ig {
  width: 113px;
}

#shoplist .list .map a,
#shoplist .list .fb a,
#shoplist .list .ig a {
  display: block;
  height: 24px;
  border: 1px solid #9fa0a3;
  padding: 7px 0;
  background: #9fa0a3;
  color: #fff;
}

#shoplist .list .map a:before {
  content: url(../../img/common/ico-map.png);
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#shoplist .list .fb a:before {
  content: url(../../img/common/ico-fb.png);
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#shoplist .list .ig a:before {
  content: url(../../img/common/ico-ig.png);
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#shoplist .list .tax {
  width: 111px;
  border: 1px solid #9fa0a3;
  padding: 7px 0;
  color: #7d7e80;
}

#shoplist .list .shopImg {
  padding-top: 1%;
  clear: both;
  overflow: hidden;
}

/*161221*/
#jlsh #shoplist .list li.camp {
  display: none;
}

#shoplist .blogs a {
  color: #d8374b;
}

/*******************************
  recruit
*******************************/

#recruit #categoryTitle {
  background-image: url(../../img/recruit/bg-title-recruit.jpg);
}

#recruit .sNav li {
  border-right: 1px solid #fff;
  width: 24.8%;
  background: #edefee;
}

#recruit .sNav .gpms a,
#recruit .sNav .gpms strong {
  padding-top: 8px;
  padding-bottom: 8px;
}

#recruit .lead {
  margin: -8px 0 22px;
}

#recruit #graduates a {
  color: #d8374b;
  text-decoration: underline;
}

#recruit #contents #index dd a {
  color: #d8374b;
}

#recruit #graduates img.recimg {
  height: auto;
  width: 750px;
  display: block;
  margin: auto;

}

@media only screen and (max-width:980px) {
  #recruit .sNav {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width:640px) {
  #recruit .sNav {
    margin: 0 0 15px;
    border-bottom: none;
    padding: 0 10px;
  }

  #recruit .sNav ul {
    line-height: 12px;
  }

  #recruit .sNav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border: none;
    padding-top: 10px;
  }

  #recruit .sNav li:nth-child(odd) {
    padding-right: 5px;
  }

  #recruit .sNav li:nth-child(even) {
    padding-left: 5px;
  }

  #recruit .sNav li {
    background: none;
  }

  #recruit .sNav a {
    background: #edefee;
  }

  #recruit .sNav a,
  #recruit .sNav strong {
    border: 1px solid #e0e0e0;
    padding: 8px 0;
  }

  #recruit .sNav .gpms a,
  #recruit .sNav .gpms strong {
    padding: 2px 0;
  }

  #recruit .lead {
    margin: 0 0 23px;
  }

  #recruit #graduates img.recimg {
    display: block;
    margin: auto;
    height: auto;
    width: 98%;

  }

}

/* recruit index */

#recruit #index p a {
  color: #d8374b;
}

#recruit #index dl {
  margin: 15px 0 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 24px;
}

#recruit #index dt {
  padding: 10px 0;
  float: left;
}

#recruit #index dd {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0 10px 120px;
}

#recruit #index dt:first-child + dd {
  border-top: none;
}

@media only screen and (max-width:640px) {
  #recruit #index dl {
    margin: 10px 0 0;
    border-bottom: none;
    font-size: 10px;
    line-height: 1.5;
  }

  #recruit #index dt {
    padding: 7px 0 0;
    float: none;
  }

  #recruit #index dd {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 8px;
  }
}

/* 中途採用 */

#career section {
  margin: 60px 0 0;
}

#career .lead + section {
  margin: 0;
}

#career table {
  width: 100%;
  margin: 30px 0 22px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 24px;
}

#career th,
#career td {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 19px 20px;
}

#career th {
  width: 160px;
  border-left: 1px solid #f0f0f0;
  background: #f9f9f9;
  font-weight: normal;
}

#career .btnEntry {
  width: 300px;
  margin: 22px auto 0;
  position: relative;
  line-height: 49px;
}

#career .btnEntry:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -66px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../img/common/ico-entry.png) 0 0 no-repeat;
  background-size: contain;
}

@media only screen and (max-width:640px) {
  #career section {
    margin: 20px 0 0;
  }

  #career table {
    margin: 10px 0 12px;
    font-size: 10px;
    line-height: 1.5;
  }

  #career th,
  #career td {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 7px 8px 8px;
  }

  #career th {
    width: 70px;
  }

  #career .btnEntry {
    width: 150px;
    margin: 18px auto 0;
    position: relative;
    line-height: 24px;
  }

  #career .btnEntry:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -38px;
  }
}

/* 新規採用 */

#graduates dl {
  padding: 0 0 60px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#graduates dt {
  padding: 25px 0 20px;
  font-weight: bold;
}

#graduates dd {
  padding: 0 0 15px;
}

#graduates dd img {
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #f0f0f0;
}

#graduates dd a {
  color: #d8374b;
  text-decoration: underline;
}


.rctb span {
  font-weight: bold;
}

.rctb table {
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 24px;
  margin: 2% 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}

.rctb table th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f9f9f9 none repeat scroll 0 0;
  border-color: #f0f0f0;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  font-weight: normal;
  width: 15%;
}

.rctb table th,
.rctb table td {
  padding: 20px;
}

.rctb table td {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  width: 85%;
}

.rctb table th {
  text-align: center;
  vertical-align: top;
}

.rctb table td {
  text-align: left;
  vertical-align: top;
}


@media only screen and (max-width:640px) {
  #graduates dl {
    padding: 0 10px 15px;
    font-size: 10px;
    line-height: 1.5;
  }

  #graduates dt {
    padding: 12px 0 18px;
  }

  #graduates dd {
    padding: 0;
  }

  #graduates dd img {
    margin: 0 auto 15px;
  }

  .rctb table th {
    width: 33%;
  }

  .rctb table td {
    width: 67%;
  }
}

/* インタビュー */

#recruit #interview .panel {
  width: 47.9%;
  margin: 0 0 45px 4.2%;
  float: left;
  font-size: 14px;
  line-height: 24px;
}

#recruit #interview .n1 {
  margin: 0 0 45px;
  clear: both;
}

#recruit #interview .image img {
  width: 100%;
}

#recruit #interview .job {
  width: 120px;
  margin: 0 0 0 20px;
  padding: 6px 0;
  position: relative;
  top: -18px;
  color: #fff;
  text-align: center;
}

#recruit #interview .gripi .job,
#recruit #interview .gripi .job_w {
  background: #d8374b;
}

#recruit #interview .gripa .job {
  background: #009fc9;
}

#recruit #interview .job_w {
  font-size: 12px;
  width: 120px;
  margin: 0 0 0 20px;
  padding: 6px;
  position: relative;
  top: -18px;
  color: #fff;
  text-align: center;
}

#recruit #interview .summary {
  margin: 0 0 15px;
  padding: 5px 0 15px;
  position: relative;
  font-size: 18px;
  line-height: 1.556;
}

#recruit #interview .summary:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #606060;
}

#recruit #interview .gripi .company {
  color: #d8374b;
}

#recruit #interview .gripa .company {
  color: #009fc9;
}

@media only screen and (max-width:640px) {
  #recruit #interview .panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  #recruit #interview .panel:nth-child(odd) {
    padding: 0 5px 0 0;
  }

  #recruit #interview .panel:nth-child(even) {
    padding: 0 0 0 5px;
  }

  #recruit #interview .job {
    width: 90px;
    margin: 0 0 0 10px;
    padding: 0;
    top: -9px;
    line-height: 28px;
  }

  #recruit #interview .summary {
    margin: -5px 0 8px;
    padding: 0 0 5px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
  }

  #recruit #interview .summary:after {
    width: 10px;
  }
}

@media only screen and (max-width:480px) {
  #recruit #interview .panel {
    width: auto;
    float: none;
  }

  #recruit #interview .panel:nth-child(odd),
  #recruit #interview .panel:nth-child(even) {
    padding: 0;
  }
}

/* インタビュー詳細 */

#recruit #interviewDetail .mainImage {
  margin: 0 0 60px;
}

#recruit #interviewDetail .catch {
  margin: 0 0 20px;
  padding: 14px 65px;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

#recruit #interviewDetail .catch:before {
  content: url(../../img/common/blt-02.png);
  position: absolute;
  top: 0;
  left: 0;
}

#recruit #interviewDetail .catch:after {
  content: url(../../img/common/blt-03.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

#recruit #interviewDetail .name {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

#recruit #interviewDetail .job {
  margin: 0 0 55px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#recruit #interviewDetail .job p a {
  color: #d8374b !important;
}

#recruit #interviewDetail .gripi {
  color: #d8374b;
}

#recruit #interviewDetail .gripa {
  color: #009fc9;
}

#recruit #interviewDetail .title01 {
  margin-bottom: 60px;
}

#recruit #interviewDetail .image {
  width: 47.9%;
  margin: 0 0 60px 4.2%;
  float: right;
}

#recruit #interviewDetail .text {
  width: 47.9%;
  margin: 0 0 60px;
  float: right;
  font-size: 14px;
  line-height: 30px;
}

#recruit #interviewDetail .text dt {
  margin: 55px 0 0;
  color: #d8374b;
  font-size: 18px;
  line-height: 1;
}

#recruit #interviewDetail .text dt:first-child {
  margin: 0;
}

#recruit #interviewDetail .text dd {
  margin: 25px 0 0;
}

#recruit #interviewDetail .btnBack {
  padding: 18px 0;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#recruit #interviewDetail .btnBack a {
  padding: 0 0 0 20px;
  color: #d8374b;
  text-decoration: underline;
  background: url(../../img/common/blt-menu06.png) 0 50% no-repeat;
}

#recruit #interviewDetail .schedule p.ttl {
  margin: 55px 0 30px;
  color: #d8374b;
  font-size: 18px;
  line-height: 1;
}

#recruit #interviewDetail .schedule dt {
  margin: 15px 0 0;
  font-weight: bold;
  line-height: 1;
}

#recruit #interviewDetail .schedule dt:first-child {
  margin: 0;
}

#recruit #interviewDetail .schedule dd {
  margin: 10px 0 0;
}

#recruit #interviewDetail .schedule dd:last-child {
  margin-bottom: 55px;
}

#recruit #interviewDetail .schedule dt.arrow {
  margin: 15px 0 0;
  font-weight: normal;
  line-height: 1;
}





@media only screen and (max-width:640px) {
  #recruit #interviewDetail .mainImage {
    margin: 0 0 15px;
  }

  #recruit #interviewDetail .catch {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  #recruit #interviewDetail .catch:before,
  #recruit #interviewDetail .catch:after {
    content: normal;
  }

  #recruit #interviewDetail .name {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  #recruit #interviewDetail .job {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.5;
  }

  #recruit #interviewDetail .title01 {
    margin-bottom: 25px;
  }

  #recruit #interviewDetail .image {
    width: auto;
    margin: 0 0 15px;
    float: none;
  }

  #recruit #interviewDetail .image img {
    width: 100%;
  }

  #recruit #interviewDetail .text {
    width: auto;
    margin: 0 0 30px;
    float: none;
    font-size: 14px;
    line-height: 2;
  }

  #recruit #interviewDetail .text dt {
    margin: 10px 0 0;
    font-size: 14px;
  }

  #recruit #interviewDetail .text dt:first-child {
    margin: 0;
  }

  #recruit #interviewDetail .text dd {
    margin: 10px 0 0;
  }

  #recruit #interviewDetail .btnBack {
    padding: 5px 0;
    font-size: 14px;
    line-height: 40px;
  }

  #recruit #interviewDetail .btnBack a {
    padding: 0 0 0 10px;
    background-size: 4px 7px;
  }
}




/* gpms */

#gpms .image {
  margin: 0 0 60px;
  background: url(../../img/gpms/bg-gpms01.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}

#gpms .point {
  display: none;
}

#gpms .title01 {
  margin: 55px 0 0;
}

#gpms .title03 {
  margin: 55px 0 0;
}

#gpms p + .title03 {
  margin: 25px 0 0;
}

#gpms p {
  margin: 25px 0 0;
  line-height: 24px;
}

@media only screen and (max-width:640px) {
  #gpms .image {
    margin: 0 -10px 10px;
  }

  #gpms .point {
    display: block;
    font-size: 10px;
    line-height: 2;
  }

  #gpms .point dt {
    width: 4em;
    float: left;
    clear: both;
  }

  #gpms .point dd {
    padding: 0 0 0 4em;
  }

  #gpms .point li {
    display: inline-block;
    margin: 0 1em 0 0;
  }

  #gpms .point li:before {
    content: '・';
  }

  #gpms .title01 {
    margin: 28px 0 0;
  }

  #gpms .point + section .title01 {
    margin: 23px 0 0;
  }

  #gpms .title03 {
    margin: 20px 0 0;
  }

  #gpms p + .title03 {
    margin: 15px 0 0;
  }

  #gpms p {
    margin: 12px 0 0;
    line-height: 1.5;
  }
}

/*******************************
  sitemap
*******************************/
.siteMapArea {
  padding-top: 40px;
}

.wrap .siteList {
  margin-bottom: 4%;
}

.wrap .sitemap {
  overflow: hidden;
}

.wrap .sitemap .sitemapTop {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}

.wrap .sitemap .sitemapTop ul li {
  background: rgba(0, 0, 0, 0) url("../../img/sitemap/arrowMap.png") no-repeat scroll 0 3px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 2%;
  padding-bottom: 2%;
  padding-left: 20px;
  width: 29%;
}

.wrap .sitemap .second {
  display: block;
  float: left;
  margin-right: 3%;
  overflow: hidden;
  width: 31%;
}

.wrap .sitemap .second ul li {
  background: rgba(0, 0, 0, 0) url("../../img/sitemap/arrowMap.png") no-repeat scroll 0 3px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 7%;
  padding-bottom: 5%;
  padding-left: 20px;
}

.wrap .sitemap .secondLast {
  display: block;
  float: left;
  overflow: hidden;
  width: 31.5%;
}

.wrap .sitemap .secondLast ul li {
  background: rgba(0, 0, 0, 0) url("../../img/sitemap/arrowMap.png") no-repeat scroll 0 3px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 7%;
  padding-bottom: 5%;
  padding-left: 20px;
}

.sitemapSp {
  display: none;
}

@media only screen and (max-width:640px) {
  .sitemapSp .sitelist .box .listInner ul li {
    background: rgba(0, 0, 0, 0) url("../../img/sitemap/arrowMap.png") no-repeat scroll 0 3px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-left: 20px;
    width: 100%;
  }

  .sitemapPa {
    display: none;
  }

  .sitemapSp {
    display: inline;
  }


}








/*******************************
  mailnews
*******************************/

#categoryTitleMail {
  background: rgba(0, 0, 0, 0) none repeat scroll 50% 50% / cover;
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  padding: 105px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;
}

body #categoryTitleMail {
  margin: 0 0 20px;
  background-image: url(../../img/mailnews/bg-title-mail.jpg);
}

#pane1 {
  background-color: #ffffff;
  overflow: auto;
  height: 300px;
  margin: 10px 0 40px;
  padding: 20px;
  border: 1px solid #dfdfdf;
}

#pane1 h4 {
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

#pane1 p {
  margin: 0 0 15px;
  padding: 0;
}

.mailBtn {
  padding: 40px 0 20px 0;
}

.mailBtn img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.mailBtn a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: “alpha(opacity=80)”;
}

body #categoryTitleMail {
  margin: 0 0 2px;
}

@media only screen and (max-width:640px) {

  #categoryTitleMail {
    font-size: 20px;
    line-height: 30px;
    padding: 14px 0;
  }
}


/*******************************
  concact
*******************************/
.contactArea {
  padding-top: 40px;
}

.contactArea h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.contactArea .box01 p.secTtl {
  color: #d8374b;
  margin-bottom: 5px;
  font-size: 18px !important;
}

.contactArea .box01 ul li {
  background: #f4f4f4;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.contactArea .contactLink {
  border: 1px solid #e0e0e0;
  padding: 40px 40px 10px 40px;
  margin-bottom: 40px;
}

.contactArea .contactLink p {
  line-height: 1.4 !important;
}

.contactArea .contactLink p a {
  color: #d8374b;
  line-height: 1.4;
  border-bottom: dotted 1px #d8374b;
}

.contactArea .contactLink .wBorder {
  padding: 20px 0;
}

.contactArea .contactLink .wBorder .ttl {
  font-weight: bold;
  color: #4d4d4d;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.contactArea .contactLink .wBorder ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width:640px) {
  .contactArea .box01 p.secTtl {
    color: #d8374b;
    margin-bottom: 5px;
    font-size: 15px !important;
  }

  .contactArea .contactLink {
    border: 1px solid #e0e0e0;
    margin-bottom: 40px;
    padding: 20px 20px 10px;
  }
}

img.recimgce {
  margin: auto;
  display: block;
}

@media only screen and (max-width:640px) {
  img.recimgce {
    width: 100%;
    height: auto;
  }
}

a.saiyo__tel {
  text-decoration: none !important;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


.aspect {
  width: 100%;
  height: auto;
  position: relative;
}

.aspect.aspect56 {
  padding-top: 56.25%;
  overflow: hidden;
}

.aspect.aspect152 {
  padding-top: 152.17%;
  overflow: hidden;
}

.aspect .aspectBlock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.aspect .aspectBlock img {
  width: 100%;
  max-width: initial;
}

section#pageRecruit {
  position: relative;
}

section#pageRecruit h3.pageTtl {
  position: relative;
  margin: 50px 0 20px;
  padding: 0 0 20px 0;
  border-bottom: solid thin #d8374b;
  font-size: 30px;
  line-height: 1.6;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

section#pageRecruit h4.catTtl {
  position: relative;
  width: 100%;
  margin: 80px 0 0;
  padding: 20px 0 0 0;
  border-top: solid thin #f0f0f0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

section#pageRecruit h4.catTtl::before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #d8374b;
}

section#pageRecruit p.pageSubttl {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 90px;
}

section#pageRecruit .flexbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0 0;
}

section#pageRecruit .flexbox > .flexLeft {
  position: relative;
  width: 60%;
}

section#pageRecruit .flexbox > .flexLeft h5 {
  position: relative;
  border-left: 1px solid #d8374b;
  padding: 10px 20px;
  background: #f6f6f6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

section#pageRecruit .flexbox > .flexLeft p {
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 26px;
}

section#pageRecruit .flexbox > .flexRight {
  width: calc(40% - 30px);
}

section#pageIv {
  position: relative;
}

section#pageIv .flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}

section#pageIv .flexbox > .flexLeft {
  position: relative;
  width: 55%;
}

section#pageIv .flexbox > .flexLeft h5.ivQ {
  color: #d8374b;
  font-size: 18px;
  margin: 60px 0 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

section#pageIv .flexbox > .flexLeft h5.ivQ:first-child {
  margin-top: 0;
}

section#pageIv .flexbox > .flexLeft p.ivA {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

section#pageIv .flexbox > .flexRight {
  position: relative;
  top: 5px;
  width: calc(45% - 40px);
}

section#pageIv .flexbox.ivSec2 {
  flex-direction: row-reverse;
  margin-top: 90px;
}

section#pageIv .flexbox.day {
  width: 70%;
  margin: 90px auto 60px;
}

section#pageIv .flexbox.day > .flexLeft {
  width: 100%;
}

section#pageIv .flexbox.day > .flexLeft dl {
  margin-top: 30px;
}

section#pageIv .flexbox.day > .flexLeft dl dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 10px;
  letter-spacing: 0.1em;
}

section#pageIv .flexbox.day > .flexLeft dl dd {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-left: solid 3px #dddddd;
  padding: 15px 0 15px 20px;
}

section#pageIv .flexbox.day > .flexLeft dl dd:last-child {
  border: 0px;
}

section#pageIv .flexbox.day > .flexLeft dl dt.arrow {
  position: relative;
  margin: 0 0 15px 0;
  border-left: solid 3px #dddddd;
  padding-left: 15px;
  height: 10px;
}

section#pageIv .flexbox.day > .flexLeft dl dt.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #dddddd;
  border-right: solid 3px #dddddd;
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  bottom: -8px;
  left: -8px;
}


@media (max-width: 767px) {
  section#pageRecruit h3.pageTtl {
    position: relative;
    margin: 9vw 0 5vw;
    padding: 0 0 5vw 0;
    font-size: 21px;
  }

  section#pageRecruit p.pageSubttl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15vw;
  }

  section#pageRecruit h4.catTtl {
    margin: 18vw 0 0;
    padding: 6vw 0 0 0;
    font-size: 18px;
  }

  section#pageRecruit h4.catTtl::before {
    width: 40%;
  }

  section#pageRecruit .flexbox {
    flex-direction: column-reverse;
    margin: 12vw 0 0 0;
  }

  section#pageRecruit .flexbox > .flexLeft {
    position: relative;
    width: 100%;
  }

  section#pageRecruit .flexbox > .flexLeft h5 {
    margin-top: 5vw;
    padding: 10px;
  }

  section#pageRecruit .flexbox > .flexLeft p {
    margin-top: 3vw;
  }

  section#pageRecruit .flexbox > .flexRight {
    width: 100%;
  }

  section#pageIv .flexbox {
    flex-direction: column-reverse;
    margin: 12vw 0 0;
  }

  section#pageIv .flexbox > .flexLeft {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }

  section#pageIv .flexbox > .flexLeft h5.ivQ {
    font-size: 16px;
    margin: 9vw 0 3vw;
  }

  section#pageIv .flexbox > .flexLeft h5.ivQ:first-child {
    margin: 9vw 0 3vw;
  }

  section#pageIv .flexbox > .flexLeft p.ivA {
    font-size: 14px;
    line-height: 1.7;
  }

  section#pageIv .flexbox > .flexRight {
    position: relative;
    top: 0;
    width: 100%;
  }

  section#pageIv .flexbox > .flexRight .aspect152 {
    padding-top: 100%;
  }

  section#pageIv .flexbox.ivSec2 {
    flex-direction: column-reverse;
    margin-top: 12vw;
  }

  section#pageIv .flexbox.day {
    width: 90%;
    margin: 9vw auto 12vw;
  }

  section#pageIv .flexbox.day > .flexLeft h5.ivQ {
    margin: 0 0 6vw;
  }

  section#pageIv .flexbox.day > .flexLeft dl {
    margin-top: 3vw;
  }

  section#pageIv .flexbox.day > .flexLeft dl dt {
    font-size: 15px;
  }

  section#pageIv .flexbox.day > .flexLeft dl dd {
    font-size: 14px;
    margin-top: 0;
    padding: 2vw 0 2vw 4vw;
  }

  section#pageIv .flexbox.day > .flexLeft dl dt.arrow {
    position: relative;
    margin: 0 0 2vw 0;
    padding-left: 2vw;
    height: 5vw;
  }
}

.navipage_ .navipage_::after,
.navipage_::before,
.navipage_ *,
.navipage_ *::after,
.navipage_ *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navipage_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*margin-top: 190px;*/
  margin-top: 70px;
  font-size: 14px;
}

.navipage_ center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navipage_ a,
.navipage_ .navipage_now_ {
  display: inline-block;
  width: 16px;
  height: 30px;
  margin: 0 10px;
  padding-top: 5px;
}

.navipage_ a {
  color: #7b7b7b;
}

.navipage_ .navipage_now_ {
  border-bottom: 2px solid #111;
}

.navipage_reverse_,
.navipage_forward_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navipage_reverse_ a,
.navipage_forward_ a {
  position: relative;
  color: transparent;
  font-size: 0;
  text-indent: -99999999999999px;
}

.navipage_first_,
.navipage_prev_,
.navipage_next_,
.navipage_last_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navipage_first_ a::before,
.navipage_first_ a::after,
.navipage_prev_ a::before,
.navipage_next_ a::before,
.navipage_last_ a::before,
.navipage_last_ a::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_first_ a::before,
.navipage_first_ a::after,
.navipage_prev_ a::before {
  border-bottom: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
}

.navipage_next_ a::before,
.navipage_last_ a::before,
.navipage_last_ a::after {
  border-top: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
}

.navipage_prev_ a::before {
  left: 6px;
}

.navipage_next_ a::before {
  right: 6px;
}

.navipage_first_ a::before {
  left: 4px;
}

.navipage_first_ a::after {
  left: 9px;
}

.navipage_last_ a::before {
  right: 4px;
}

.navipage_last_ a::after {
  right: 9px;
}
