@charset 'utf-8';

/***** Base Design *****/
body {
  min-width: 1180px;
  background-color: #fff;
  letter-spacing: 0;
  /*font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: BokuGothic2Regular,BokuGothicRegular,FLOPDesign,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  /*font-family: "游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","Yu Gothic M","游ゴシック","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-weight: 500;
  color: #231815;
  /*
  -webkit-animation: dispBody 2s ease normal;
  animation: dispBody 2s ease normal;
  */
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
  }
}

@-webkit-keyframes dispBody {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody {
  from{ opacity: 0; }
  to{ opacity: 1; }
}

a {
  color: #231815;
}

/***** Layout *****/
#container {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.boxContent {
  padding: 0;
}

/***** Header *****/
.boxHeader {
  background-color: #000;
}

.boxHeaderLR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 82px;
}
@media all and (max-width: 750px){
  .boxHeaderLR {
    height: 10.7vw;
  }
}

.boxHeaderL {
  padding-left: 12px;
}
@media all and (max-width: 750px){
  .boxHeaderL {
    width: 32%;
    padding-left: 5%;
  }
}

.boxHeaderR {
  padding-right: 94px;
}
@media all and (max-width: 750px){
  .boxHeaderR {
    width: 68%;
    padding-right: 5%;
    text-align: right;
  }
}

.ulHeaderMenu li {
  font-size: 0.85rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ulHeaderMenu li {
    font-size: 4.3vw;
  }
}

.ulHeaderMenu li a {
  color: #fff;
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
}

/***** Footer *****/
.boxFooter {
  background-color: #000;
  color: #fff;
}
.boxFooter a {
  color: #fff;
}

.boxFooterLR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}
@media all and (max-width: 750px){
  .boxFooterLR {
    height: 10.7vw;
  }
}

.boxFooterL {
  width: 15%;
  padding-left: 12px;
}
@media all and (max-width: 750px){
  .boxFooterL {
    width: 32%;
    padding-left: 5%;
  }
}

.boxFooterR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 81%;
  padding-right: 100px;
}
@media all and (max-width: 750px){
  .boxFooterR {
    display: block;
    width: 68%;
    padding-right: 5%;
    text-align: right;
  }
}

.boxFooterR .ulFooterMenu li {
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxFooterR .ulFooterMenu li {
    font-size: 4.3vw;
  }
}

.boxFooterR .boxCompanyName,
.boxFooterR .boxCompanyAddress,
.boxFooterR .boxTelFax {
  line-height: 1.6;
  font-size: 0.93rem;
}
@media all and (max-width: 750px){
  .boxFooterR .boxCompanyName,
  .boxFooterR .boxCompanyAddress,
  .boxFooterR .boxTelFax {
    display: none;
  }
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  background-color: #2B2B2B;
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 1.0rem;
  color: #717171;
}
@media all and (max-width: 750px){
  .boxCopyright {
    -webkit-justify-content: center;
    justify-content: center;
    height: 6vw;
    padding: 0;
    text-align: center;
    font-size: 3.0vw;
  }
  .boxCopyright .markCopy{
    font-family: Verdana, Roboto, "Droid Sans";
    font-size: 3.5vw;
  }
}



/***** Common Contents *****/
