﻿@charset "utf-8";
/**-----------------------------------------------------------------------------**/
/** 共通 **/
/**-----------------------------------------------------------------------------**/
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
div#container {
  overflow: hidden;
}
.box850 {
  width: 850px;
  margin-left: 50px;
}
.box870 {
  width: 870px;
  margin-left: 50px;
}
.box600 {
  width: 650px;
  margin: 0 auto;
}
.box210 {
  width: 210px;
}
.box240 {
  width: 240px;
}
.bgWhite {
  background: #FFF;
}
.bgWhite-maru {
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.bgMaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.bgGray {
  background: #EFEEE8;
}
.bgGreen {
  background: #235B17;
}
.bgGray-e {
  background: #EEE;
}
.maL20 {
  margin-left: 20px !important;
}
.maR20 {
  margin-right: 20px !important;
}
.maR30 {
  margin-right: 30px !important;
}
.maB10 {
  margin-bottom: 10px !important;
}
.maB20 {
  margin-bottom: 20px !important;
}
.maB30 {
  margin-bottom: 30px !important;
}
.maB45 {
  margin-bottom: 45px !important;
}
.maB50 {
  margin-bottom: 50px !important;
}
.maB60 {
  margin-bottom: 60px !important;
}
.maB70 {
  margin-bottom: 70px !important;
}
.paB30 {
  padding-bottom: 30px !important;
}
.paB45 {
  padding-bottom: 45px !important;
}
.paB50 {
  padding-bottom: 50px !important;
}
.paB60 {
  padding-bottom: 70px !important;
}
.paB70 {
  padding-bottom: 70px !important;
}
.paT30 {
  padding-top: 30px !important;
}
.paT45 {
  padding-top: 45px !important;
}
.paT50 {
  padding-top: 50px !important;
}
.paT60 {
  padding-top: 60px !important;
}
.paT70 {
  padding-top: 70px !important;
}
.paL30 {
  padding-left: 30px !important;
}
.paR20 {
  padding-right: 20px;
}
.parc100 {
  width: 100% !important;
}
.lineH20 {
  line-height: 2.0em !important;
}
.lineH16 {
  line-height: 1.6em !important;
}
.boderB01 {
  border-bottom: 1px solid #555;
}
.boderT01 {
  border-top: 1px solid #555;
}
.boderLgray {
  border: 1px solid #FAFAFA;
}
.boderOrange {
  border: #E85504 1px solid;
  background: #FFF;
}
div#page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 9999;
}
/** font指定 **/
.mincho, h1, section#categoryNav dl dt, div#navBox, body#common h3, div.catchCopy p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.eng {
  font-family: 'Source Sans Pro', sans-serif !important;
}
.eng02 {
  font-family: 'Lora', serif;
}
.ls0 {
  letter-spacing: 0;
}
/** text指定 **/
.underline {
  text-decoration: underline;
}
.link {
  background: url(../image/icon-link.png) no-repeat left;
  padding-left: 25px;
  text-decoration: underline;
}
.link02 {
  background: url(../image/icon-link.png) no-repeat left;
  padding-left: 25px;
}
.boLink a {
  border: 1px solid #235B17;
  padding: 5px 20px 3px 20px;
  font-size: 91% !important;
  text-align: center;
}
ul.boder li {
  list-style: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
.tableTitle {
  color: #FFF;
  background: #CACACA;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.topIcon {
  background: url(../image/common-headBg02.png) no-repeat center top;
  padding: 35px 0 0 0;
  margin: 40px 0 30px 0 !important;
}
table.normal {
  width: 100%;
  border-collapse: collapse;
}
table.normal th {
  background: #FFF;
  width: 70%;
}
table.normal th, table.normal td {
  border: 1px solid #DDD;
  padding: 10px;
}
/** BOX指定 **/
.block {
  display: block;
}
div#leftArea {
  width: 25%;
  float: left;
  padding: 0 0 50px 0;
}
div#leftArea div#leftBox {
  width: 240px;
  float: right;
}
div#leftArea section {
  float: right;
}
div#rightArea {
  width: 75%;
  float: right;
  background-color: #F5F4EE;
  padding: 0 0 100px 0;
  text-align: left;
}
div#rightArea, div#leftArea {}
/** header **/
header {
  background: #235B17;
  color: #FFF;
}
div#headArea {
  text-align: left;
  padding: 20px 0 15px 0;
}
div#headArea h1 {
  font-weight: normal;
  width: 32%;
  float: left;
}
div#headArea ul#headMenu-pc {
  width: 65%;
  float: right;
}
div#headArea ul#headMenu-pc li {
  float: left;
  list-style: none;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 0;
}
div#headArea ul#headMenu-pc li a {
  border-left: double 3px #FFF;
  color: #FFF;
  padding: 0 0 0 10px;
  margin: 0 18px 0 0;
}
div#headArea ul#headMenu-pc li.online a {
  border-left: none;
  background: url(../image/icon-cart.svg) no-repeat left;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
}
div#headArea ul#headMenu-pc li.icon {
  margin: 0 0 0 5px;
  padding: 0;
}
div#headArea ul#headMenu-pc li.icon a {
  border: none;
  margin: 0;
  padding: 0;
}
/** leftArea **/
section#logo {
  padding: 48px 0 0 0;
  margin: 0 30px 70px 0;
}
section#leftNav {
  margin: 0 30px 70px 0;
}
section#leftNav ul {
  margin: 0 auto;
}
section#leftNav ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 5%;
}
section#leftNav ul li.child {
  padding: 40px 0px 0 3.5%;
}
/** ナビ A**/
section#leftNav-a {
  margin: 0 30px 70px 0;
}
section#leftNav-a ul {
  margin: 0 auto;
}
section#leftNav-a ul li {
  list-style: none;
  text-align: left;
  font-weight: bold;
  font-size: 125% !important;
  line-height: 2.0rem;
}
section#leftNav-a ul li a {
  color: #333;
  border-top: 1px solid #444;
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}
section#leftNav-a ul li ul {
  padding-bottom: 20px;
}
section#leftNav-a ul li ul li {
  font-size: 75% !important;
  padding-bottom: 0;
}
section#leftNav-a ul li ul li a {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
section#leftNav-a ul li span {
  border-left: double 3px #333;
  padding-left: 10px;
}
section#categoryNav {
  text-align: left;
}
section#categoryNav dl {
  margin: 0 0 45px 0;
}
section#categoryNav dl dt {
  font-weight: bold;
  background: #333;
  font-size: 116% !important;
  padding: 12px 0 10px 15px;
  margin: 0 0 15px 0;
  color: #FFF;
}
section#categoryNav dl dd {
  padding: 0 0 0 12px;
  margin: 0 0 12px 0;
}
section#categoryNav dl dd a {
  color: #333;
  border-left: double 3px #333;
  padding: 0 0 0 15px;
}
section#bnrArea p {
  line-height: 0;
  margin: 0 0 20px 0;
}
section#companyInfo {
  border-top: 1px dashed #333;
  margin-top: 30px;
  padding: 30px 0 0 0;
  text-align: left;
}
section#companyInfo h3 {
  font-size: 133% !important;
  margin: 0 0 15px 0;
}
section#companyInfo p {
  margin: 0 0 15px 0;
  font-size: 83% !important;
}
section#companyInfo p#freeDial {
  background: url(../image/icon-freedial.gif) no-repeat left;
  padding: 0 0 0 25px;
  font-size: 150% !important;
  font-weight: bold;
}
/** footer **/
footer {
  clear: both;
  background-color: #333;
  color: #FFF;
  padding: 40px 0 60px 0;
  font-size: 83% !important;
}
/** common **/
/**-----------------------------------------------------------------------------**/
/**見出し **/
section#headImage {
  margin-bottom: -40px;
  max-width: 950px;
}
body#common div#headLine {
  position: relative;
  text-align: center;
  background-color: #FFF;
  border-top: 5px solid #235B17;
  color: #235B17;
  top: -70px;
}
body#common h2 {
  position: relative;
  background: url(../image/common-headBg01.png) center top no-repeat;
  padding: 15px 0 0 0;
  top: -15px;
  padding: 50px 0 0 0;
}
body#common h2 {
  font-weight: bold;
  font-size: 183% !important;
}
body#common h2 span.eng {
  font-weight: normal;
  font-size: 50% !important;
}
body#common h2.logoBg {
  background: url(../image/common-headBg03.svg) center top no-repeat;
}
body#common h2.none {
  background: none;
  font-weight: normal;
  font-size: auto;
  padding: 0;
  color: #235B17;
}
body#common div#rightArea h3 {
  background: url(../image/common-headBg02.png) top center no-repeat;
  font-size: 183% !important;
  text-align: center;
  padding: 35px 0 0 0;
  margin: 40px 0 30px 0;
}
body#common div#rightArea h3.none {
  text-align: center;
  background: none;
  padding: 10px 0 0 0;
  margin: 40px 0 20px 0;
}
body#common div#rightArea h4 {
  text-align: center;
  color: #235B17;
  font-size: 141% !important;
  margin: 0 0 25px 0;
}
body#common div#rightArea h4.maru {
  padding: 14px 0 10px 0;
  border: 1px solid #235B17;
}
body#common div#rightArea h4.maru span {
  background: url(../image/icon-maru.png) top center no-repeat;
  background-position: 50% 0px;
  padding: 18px 0 0 0;
}
body#common div#rightArea h5.bgGreen {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 30px 0;
}
body#common div#rightArea h6.bgGray {
  color: #333;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 30px 0;
}
h5.boder, body#common div#rightArea h4.boder {
  border-bottom: 1px solid #235B17;
  border-top: 1px solid #235B17;
  color: #235B17;
  text-align: center;
  padding: 15px 0;
  font-size: 116% !important;
}
.iconLeft {
  background: url(../image/icon-happa.png) no-repeat left;
  color: #235B17;
  padding: 10px 0 10px 30px;
  font-size: 116% !important;
}
/**ページナビ**/
section#pageNav {
  text-align: center;
  font-size: 83% !important;
}
section#pageLink ul {
  text-align: center;
}
section#pageLink ul li {
  width: 180px;
  display: inline-block;
  border: 1px solid #235B17;
  padding: 4px 0 2px 0;
  font-size: 91% !important;
  margin: 0 0 10px 0;
}
section#pageLink ul li.on {
  background-color: #235B17;
}
section#pageLink ul li.on a {
  color: #FFF;
}
/**コンテンツ**/
body#common section.box850 p {
  margin: 0 0 20px 0;
  line-height: 2.0em;
}
section#contentsMenu p, div.floatBox .floatL, div.floatBox .floatR {
  width: 48.2%;
  margin: 0 0 30px 0;
}
section#contentsMenu ul li {
  width: 31%;
  display: inline-block;
  margin: 0 1.48% 0 0;
}
dl.whiteB dt {
  padding-left: 5px;
  font-weight: bold;
}
dl.whiteB dd {
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 5px;
}
dl.whiteB-s dt {
  padding-left: 7px;
  font-weight: bold;
}
dl.whiteB-s dd {
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dt.maru {
  background: url(../image/icon-maruW.png) no-repeat left;
  padding: 0 0 0 25px !important;
  margin: 0 0 10px 0;
}
dt span.boderLb {
  border-left: 3px solid #235B17;
  padding: 0 0 0 15px !important;
}
dl.floatList300 dd {
  padding-left: 300px;
}
dl.floatList250 dd {
  padding-left: 250px;
}
dl.floatList180 dd {
  padding-left: 180px;
}
dl.floatList250 li {
  margin: 0 0 5px 0 !important;
  list-style: circle;
}
ul.boderLgray {
  border: none;
}
ul.boderLgray li {
  border-bottom: 1px solid #FAFAFA;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.formButton {
  background-color: #FFF;
  padding: 10px 0;
}
.formButton input {
  margin: 0 3px;
}
.paIn5070 {
  padding: 40px 70px 50px 70px;
}
/** 商品紹介 **/
/**-----------------------------------------------------------------------------**/
section.itemList div.box850 {
  margin-left: 0 !important;
  margin-top: 30px;
}
div.itemPost {
  width: 31%;
  display: inline-block;
  margin: 0 1.48% 30px 0;
  vertical-align: top;
}
div.itemPost p {
  line-height: 1.5em;
  margin: 0 0 15px 0;
  font-size: 91% !important;
  text-align: center;
}
div.itemPost dl {
  padding: 0 10px;
  text-align: center;
}
div.itemPost dl dt {
  font-weight: bold;
  font-size: 116% !important;
  margin: 0 0 10px 0;
}
div.itemPost dl dd {
  font-size: 91% !important;
  margin: 0 0 5px 0;
}
div.catchCopy {
  background: url(../image/copy-bg.gif) repeat-x top;
}
div.catchCopy p {
  background: url(../image/copy-bg.gif) repeat-x bottom;
  text-align: center;
  font-weight: bold;
  font-size: 141% !important;
  color: #235B17;
  padding: 40px 0;
}
div.catchCopy p.none {
  background: none;
  margin: 0;
  padding: 40px 0 0 0;
}
div.catchCopy p.black {
  color: #222;
  font-size: 116% !important;
  padding: 0 0 45px 0;
}
body#common section.lineH17 p {
  line-height: 1.7em !important;
}
div.itemBox {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #FFF;
  padding: 10px 0 0 0;
}
div.itemBox p.image {
  width: 48.2% !important;
  float: left;
}
div.itemBox div.spec {
  width: 45% !important;
  float: right;
}
div.itemBox h5 {
  background: url(../image/icon-happa.png) no-repeat left;
  padding: 0 0 0 30px;
  color: #235B17;
  font-size: 133% !important;
  margin: 15px 0 20px 0;
}
div.itemBox div.spec dl {
  margin: 30px 0 30px 0;
}
div.itemBox div.spec dt {
  float: left;
}
div.itemBox div.spec dd {
  padding: 0 0 5px 70px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #FFF;
}
div.itemBox div.spec dd.none {
  padding: 0 0 5px 0;
}
div#enjoyImage {
  position: relative;
}
div#enjoyImage p#label {
  position: absolute;
  top: -10px;
  left: 30px;
}
div#enjoyImage p {
  margin: 0 !important;
  padding: 0;
  line-height: 0 !important;
}
section#enjoyMethod div.floatBox {
  background: url(../image/copy-bg.gif) repeat-x bottom;
  margin: 0 0 25px 0;
  padding: 0 0 30px 0;
}
section#enjoyMethod h5 {
  color: #235B17;
  font-size: 133% !important;
  margin: 10px 0 15px 0;
  background: url(../image/icon-maruW.png) no-repeat left;
  padding: 2px 0 0 22px;
}
section#enjoyMethod ul.flow {
  margin: 20px 0 0 0;
}
section#enjoyMethod ul.flow li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  list-style: none;
}
div.reccomendArea {
  clear: both;
  padding: 20px 30px 20px 30px;
  background: #FAFAFA;
  border: dotted 1px #AEC501;
  margin: 0 0 30px 0;
}
section#enjoyMethod h5.reccomend {
  background: url(../item/image/reccomend.png) no-repeat left;
  padding: 20px 0 20px 80px;
  font-size: 133% !important;
  color: #AEC501;
  margin: 0 0 10px 0;
}
div.reccomendArea p {
  margin: 0 !important;
}
/** スポーツ **/
/**-----------------------------------------------------------------------------**/
body#sports div#rightArea {
  background-color: #F8F8F8;
}
body#sports .box750 {
  width: 750px;
  margin: 0 auto;
}
section#feature h2 {
  margin: 50px 0 0 0;
}
section#feature p#catchIcon {
  position: relative;
  top: -75px;
  margin: 0 0 -45px 0;
}
section#feature dl {
  margin: 60px 0 0 0;
}
section#feature dl dt {
  margin: 0 0 20px 0;
}
section#feature dl dd {
  padding: 0 0 0 20%;
  margin: 0 0 60px 0;
}
section#feature span.tableTitle {
  padding: 5px 15px;
}
body#sports table {
  width: 100%;
  border-collapse: collapse;
}
body#sports table thead th {
  font-weight: bold;
  text-align: right;
}
body#sports table tbody th {
  font-weight: normal;
  text-align: left;
}
body#sports table tbody td {
  text-align: right;
}
body#sports table .yGreen {
  color: #BAC61A;
}
body#sports table th, body#sports table td {
  border-bottom: 1px solid #AAA;
  padding: 7px 0;
}
section#athlete, section#idea, section#s-voice {
  padding: 70px 0 90px 0;
}
section#athlete h2, section#idea h2, section#s-voice h2 {
  margin: 0;
  padding: 0;
}
section#athlete {
  background: url(../biotea/image/sports-bg01.jpg) no-repeat top left;
  background-size: cover;
}
section#athlete p {
  color: #FFF;
}
section#idea {
  background-color: #E85504;
}
section#idea h3, section#s-voice h3 {
  color: #E85504;
  font-size: 116% !important;
  margin: 0 0 20px 0;
}
section#idea .bgWhite-maru, section#s-voice .bgWhite-maru {
  padding: 35px 30px;
  margin: 0 0 10px 0;
}
section#idea div.floatL {
  width: 55%;
}
section#idea div#idea01, section#idea div#idea02, section#idea div#idea03, section#idea div#idea04 {
  padding: 0 0 0 70px;
}
section#idea div#idea01 {
  background: url(../biotea/image/sports-idea01.png) no-repeat left top;
}
section#idea div#idea02 {
  background: url(../biotea/image/sports-idea02.png) no-repeat left top;
}
section#idea div#idea03 {
  background: url(../biotea/image/sports-idea03.png) no-repeat left top;
}
section#idea div#idea04 {
  background: url(../biotea/image/sports-idea04.png) no-repeat left top;
}
section#s-voice p.data {
  border-top: 1px dotted #CCC;
  padding: 15px 0 0 0;
  margin: 20px 0 0 0;
  text-align: right;
}
body#sports .prc68 {
  width: 68%;
}
body#sports .prc26 {
  width: 26%;
}
section#item .prc24 {
  width: 24%;
}
section#item .prc20 {
  width: 20%;
}
body#sports .prc30 {
  width: 32% !important;
  margin: 0 10px 0 0;
}
body#sports .prc50 {
  width: 48% !important;
  margin: 0 10px 0 0;
}
section#item .itemPhoto {
  margin: 0 0 0 30px;
}
section#item table {
  width: 58%;
  float: right;
}
section#item ul li {
  background: #BAC61A;
  list-style: none;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 5px 0;
}
section#item ul li a {
  color: #FFF;
}
section#item th.bgGreen {
  color: #FFF;
  padding: 8px 12px;
  border-bottom: none;
}
section#item .boderB {
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
/** メディア掲載 **/
/**-----------------------------------------------------------------------------**/
section.mediaList h5 {
  margin: 0 0 10px 0;
  float: left;
  color: #235B17;
  padding: 0 0 0 0;
}
section.mediaList dl {
  border-left: 1px solid #235B17;
  margin: 0 0 30px 100px;
  padding: 0 0 0 30px;
}
section.mediaList dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
section.mediaList dl dd {
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #FFF;
}
section.mediaList dl dd img {
  margin: 0 15px 0 0;
}
section.mediaList dl dd p {
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
}
section.mediaList dl span.data {
  font-weight: normal;
}
section.mediaList p.mediaLink {
  line-height: 1.6em !important;
  padding: 10px 0 5px 0 !important;
}
section.mediaList p.mediaLink a {
  background: url(../image/icon-link.png) no-repeat left;
  padding: 0 0 0 25px;
}
/** お客様の声 **/
/**-----------------------------------------------------------------------------**/
section#voice div.bgWhite-maru {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 35px;
  margin: 0 0 30px 0;
}
body#common section#voice h4 {
  color: #111;
  font-size: 141% !important;
  margin: 0 0 30px 0;
  font-weight: normal;
  text-align: left;
  background: url(../biotea/image/icon-logo.svg) no-repeat right top;
  padding: 20px 0 10px 0;
}
body#common section#voice p.data {
  border-top: 1px dotted #CCC;
  padding: 15px 0 0 0;
  margin: 50px 0 0 0;
  text-align: right;
}
/** TOPページ **/
/**-----------------------------------------------------------------------------**/
/** mainImage **/
div#mainImage {
  position: relative;
  margin: 0 0 40px 0;
  width: 900px;
}
div#mainImage p {
  position: absolute;
  bottom: -30px;
  right: 20px;
  z-index: 999;
}
/** contents **/
.pa0060 {
  padding: 0 0 60px 0;
}
.pa00x0 {
  padding: 0 0 100px 0;
}
.pa5080 {
  padding: 50px 0 80px 0;
}
section#topContents p {
  width: 48.2%;
  line-height: 0;
  margin: 0 0 30px 0;
}
/** information **/
section#topInformation {
  background: url(../image/top-informationBg.jpg) no-repeat bottom;
}
div.post {
  width: 31%;
  display: inline-block;
  background: #FFF;
  margin: 0 1.8% 0 0;
  vertical-align: top;
  padding: 0 0 20px 0;
}
div.post p {
  font-size: 91% !important;
  line-height: 1.6em;
}
div.post p.postDate, div.post p.postContents, div.post h3 {
  padding: 0 20px;
}
div.post p.postImage {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0;
}
div.post p.postMore {
  text-align: center;
  margin: 30px 0 0 0;
}
div.post p.postMore a {
  border: 1px solid #0D571F;
  padding: 5px 20px;
  text-decoration: none;
}
div.post p.postDate {
  font-size: 83% !important;
}
div.post h3 {
  font-size: 116% !important;
  margin: 5px 0 10px 0;
}
.story-list li {
  margin-bottom: 10px;
  list-style: none;
}
/**-----------------------------------------------------------------------------**/
/** PC+タブレット **/
/**-----------------------------------------------------------------------------**/
@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .w60 {
    width: 60%;
  }
  .w30 {
    width: 30%;
  }
  .alignC-pc {
    text-align: center;
  }
}
/**-----------------------------------------------------------------------------**/
/** タブレット・スマホ **/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 1024px) {
  .box240 {
    width: 100%;
  }
  .box210 {
    width: 90%;
  }
  .box850, .box870, body#sports .box750 {
    width: 92%;
    margin: 0 0 0 30px;
  }
  .box600 {
    width: 100%;
  }
  .pa00x0 {
    padding: 0 0 50px 0;
  }
  .pa5080 {
    padding: 50px 0 50px 0;
  }
  div#headArea h1 {
    font-weight: normal;
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  div#headArea ul#headMenu-pc {
    width: 100%;
    float: none;
  }
  div#leftArea .maR30 {
    margin-right: auto !important;
    margin-left: auto;
  }
  div#leftArea section {
    float: none;
  }
  div#rightArea, div#leftArea {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  div#leftArea {
    width: 25%;
    float: left;
    padding: 0 0 50px 0;
  }
  div#leftArea div#leftBox {
    width: 100%;
    float: right;
  }
  section#leftNav ul {
    margin: 0;
  }
  /** お客様の声 **/
  /**-----------------------------------------------------------------------------**/
  section#voice div.bgWhite-maru {
    padding: 20px;
    margin: 0 0 10px 0;
  }
  body#common section#voice h4 {
    margin: 5px 0 10px 0;
    font-weight: normal;
    text-align: left;
    background: url(../biotea/image/icon-logo.svg) no-repeat left top;
    padding: 40px 0 10px 0;
  }
  body#common section#voice p.data {
    border-top: 1px dotted #CCC;
    padding: 15px 0 0 0;
    margin: 50px 0 0 0;
    text-align: right;
  }
  section#idea div.floatL {
    width: 45%;
  }
  /** スポーツページ **/
  /**-----------------------------------------------------------------------------**/
  body#sports .prc30 {
    width: 30% !important;
    margin: 0 10px 0 0;
  }
  body#sports .prc50 {
    width: 40% !important;
    margin: 0 10px 0 0;
  }
  /** TOPページ **/
  /**-----------------------------------------------------------------------------**/
  div.post {
    margin: 0 10px 0 0;
  }
  /** mainImage **/
  div#mainImage {
    position: relative;
    margin: 0 0 40px 0;
    width: 100%;
  }
}
/**-----------------------------------------------------------------------------**/
/** スマホ **/
/**-----------------------------------------------------------------------------**/
@media screen and (max-width: 767px) {
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
  .pcOnly {
    display: none;
  }
  .box850, .box870, .box210, .box240, body#sports .box750 {
    width: 95%;
    margin: 0 auto;
  }
  .box600, section.itemList div.box850, body#sports .prc68, body#sports .prc26 {
    width: 100%;
  }
  .maR30 {
    margin-right: auto !important;
  }
  /** BOX指定 **/
  div#leftArea, div#rightArea, div#leftArea div#leftBox {
    width: 100%;
    float: none;
  }
  div#leftArea section {
    float: none;
  }
  div#rightArea {
    background-color: #F5F4EE;
    padding: 0 0 50px 0;
    text-align: left;
  }
  /** nav **/
  div#navBox {
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    background: #EEE;
  }
  div#navBox ul {
    padding-top: 30px;
  }
  div#navBox ul li {
    margin: 0;
    padding: 0 0 5px 15px;
    text-align: left;
    font-size: 116% !important;
    font-weight: bold;
  }
  div#navBox ul li a {
    text-decoration: none;
    border-left: double 3px #235B17;
    padding: 0 0 0 15px;
  }
  div#navBox ul li ul {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  div#navBox ul li ul li {
    border-bottom: 1px solid #FFF;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    text-align: left;
    font-weight: normal;
    list-style: none;
    font-size: 85% !important;
  }
  div#navBox ul li ul li a {
    border-left: none;
    padding: 0;
  }
  div#navBox ul#iconNav li {
    float: left;
    border-bottom: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  div#navBox ul#iconNav li a {
    border-left: none;
  }
  div#navBox ul#iconNav li img {
    width: 30px;
  }
  body.open button#button {
    background: none;
    background: url(../image/close.svg) no-repeat;
  }
  button#button {
    background: url(../image/open.svg) no-repeat;
    width: 54px;
    height: 54px;
    border-style: none;
    outline: 0;
    cursor: pointer;
    float: left;
    padding: 0;
    margin: 0;
  }
  button#button:hover {
    opacity: 0.8;
  }
  /** header **/
  header {
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  header div.box850 {
    width: 100% !important;
  }
  div#headArea {
    text-align: left;
    padding: 0;
  }
  div#headArea h1 {
    padding: 15px 15px 10px 0;
    float: right;
    width: 65%;
    text-align: right;
    font-size: 83% !important;
  }
  div#headArea p#logo-sp {
    width: 40px;
    padding: 5px 0 0 0;
    float: right;
  }
  /** leftArea **/
  section#categoryNav {
    padding: 30px 0 25px 0;
  }
  section#categoryNav dl {
    margin: 0 0 25px 0;
  }
  section#categoryNav dl dt {
    font-weight: bold;
    background: #333;
    font-size: 133% !important;
    padding: 12px 0 10px 15px;
    margin: 0 0 15px 0;
  }
  section#categoryNav dl dt a {
    color: #FFF;
    text-decoration: none;
  }
  section#categoryNav dl dd {
    font-size: 133% !important;
    padding: 0 0 0 12px;
    margin: 0 0 12px 0;
  }
  section#categoryNav dl dd a {
    color: #333;
    border-left: double 3px #333;
    padding: 0 0 0 15px;
    text-decoration: none;
  }
  section#bnrArea p {
    line-height: 0;
    margin: 0 1% 20px 0;
    float: left;
    width: 48%;
  }
  section#companyInfo {
    text-align: center;
  }
  section#companyInfo p#freeDial {
    background: url(../image/icon-freedial.gif) no-repeat top center;
    padding: 20px 0 0 0;
    font-size: 150% !important;
    font-weight: bold;
  }
  section#onlineBnr {
    padding: 50px 0 0 0;
  }
  /** common **/
  /**-----------------------------------------------------------------------------**/
  /**見出し **/
  section#headImage {
    margin-bottom: -10px;
    padding: 50px 0 0 0;
  }
  body#common div#headLine {
    top: -30px;
  }
  body#common div#rightArea h4.maru {
    padding: 10px 0 10px 0;
    border: 1px solid #235B17;
  }
  body#common div#rightArea h4.maru span {
    background: url(../image/icon-maru.png) top center no-repeat;
    background-position: 50% 0px;
    padding: 18px 0 0 0;
  }
  /**ページナビ**/
  section#pageLink ul {
    text-align: center;
  }
  section#pageLink ul li {
    width: 48%;
  }
  /**contents **/
  dl.whiteB dt.floatL {
    float: none !important;
  }
  dl.whiteB dt {
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    font-size: 125% !important;
  }
  dl.whiteB dd {
    padding-left: 0;
  }
  dl.floatList250 dd {
    padding-left: 0;
  }
  dl.floatList250 dd ul {
    margin: 0 0 0 25px;
  }
  .paIn5070 {
    padding: 30px;
  }
  section#contentsMenu ul li {
    margin: 0 0% 0 0;
  }
  section#contentsMenu p {
    width: 48%;
  }
  /** 商品紹介 **/
  /**-----------------------------------------------------------------------------**/
  div.itemBox p.image, div.itemBox div.spec, section#enjoyMethod div.floatBox .floatR, section#enjoyMethod div.floatBox .floatL {
    width: 100% !important;
    float: none;
  }
  div.itemPost {
    width: 48%;
    display: inline-block;
    margin: 0 0.5% 30px 0;
    vertical-align: top;
  }
  div.itemPost dl {
    padding: 0;
    text-align: center;
  }
  div.itemPost dl dd strong {
    font-size: 75% !important;
  }
  div.catchCopy p {
    font-size: 100% !important;
  }
  /** スポーツ **/
  /**-----------------------------------------------------------------------------**/
  section#idea div.floatL {
    width: auto;
    float: none !important;
  }
  section#idea p.floatR {
    float: none !important;
    padding: 20px 0 0 0;
    text-align: right;
  }
  /** メディア掲載 **/
  /**-----------------------------------------------------------------------------**/
  section.mediaList h5 {
    margin: 0 0 10px 0;
    float: none;
    color: #FFF;
    padding: 7px 10px;
    background: #235B17
  }
  section.mediaList dl {
    border-left: none;
    margin: 0 0 30px 0;
    padding: 0;
  }
  /** お客様の声 **/
  /**-----------------------------------------------------------------------------**/
  /** TOPページ **/
  /**-----------------------------------------------------------------------------**/
  /** mainImage **/
  div#mainImage {
    padding: 50px 0 0 0;
    width: 100% !important;
  }
  /** contents **/
  .pa00x0 {
    padding: 0 0 50px 0;
  }
  .pa5080 {
    padding: 50px 0 50px 0;
  }
  section#topContents h2 {
    margin: 0 0 30px 0;
  }
  section#topContents p {
    width: 100%;
    line-height: 0;
    margin: 0 0 15px 0;
  }
  /** information **/
  section#topInformation {
    background: url(../image/top-informationBg.jpg) repeat-y top;
  }
  div.post {
    width: 100%;
    margin: 0 0 15px 0;
  }
  div.post p.postImage {
    width: 100%;
    height: 100%;
  }
}
/**-----------------------------------------------------------------------------**/
/*--after--*/
/**-----------------------------------------------------------------------------**/
section:after, header:after, div#headArea:after, .bgWhite:after, .floatBox:after, section.mediaList dl dd:after, div.itemBox:after, section#enjoyMethod ul.flow:after, .box750:after, div.reccomendArea:after, div.bgWhite-maru:after, section#item .maB45:after {
  clear: both;
  content: "";
  border: 0 none;
  display: block;
}