@charset "UTF-8";
/*----------------------------------------------------
default
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Kosugi&amp;display=swap&amp;text=%e5%a1%9a");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, button,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

figure {
  margin-bottom: 15px;
}

figcaption {
  color: #999;
  font-size: 85%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
}

ol {
  margin-left: 2em;
}

table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.5;
}
table th {
  position: relative;
  vertical-align: top;
  padding: 10px;
  background: #d5f6eb;
  color: #009b66;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table th.top {
  background: #abcd34;
  color: #fff;
  text-align: center;
}
table td {
  vertical-align: top;
  padding: 10px;
  background: #fafafa;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  table-layout: fixed;
}

address {
  font-style: normal;
}

::selection {
  background: #009b66;
  color: #fff;
}

::-moz-selection {
  background: #009b66;
  color: #fff;
}

/*----------------------------------------------------
share
----------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  background: #e5faff url(https://www.otsuka.co.jp/bst/shared/images/body_bg.jpg) repeat-x left top;
  height: 100%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: url(https://www.otsuka.co.jp/bst/shared/css/null) fixed;
}

a {
  color: #369;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:link {
  color: #369;
  text-decoration: underline;
}
a:hover {
  color: #009b66;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#page {
  margin: 0 auto;
}

.clearfix, #head #headIn, #head #headIn #globalNav ul, #title .topicPath .topicPathIn ul, #content .twoColumn #twoColumnIn, #foot #footIn01 #footIn01Wrap #footNav01, .mod-imgTxt, .twoGrid .twoGridIn, body#home #content .bottom .bottomIn dl, body#product .productList ul, body#product .features ul {
  * zoom: 1;
}
.clearfix:after, #head #headIn:after, #head #headIn #globalNav ul:after, #title .topicPath .topicPathIn ul:after, #content .twoColumn #twoColumnIn:after, #foot #footIn01 #footIn01Wrap #footNav01:after, .mod-imgTxt:after, .twoGrid .twoGridIn:after, body#home #content .bottom .bottomIn dl:after, body#product .productList ul:after, body#product .features ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.inner, #head #headIn, #title .topicPath .topicPathIn, #title #titleIn, #content #contentIn, #foot #footIn01 #footIn01Wrap, #foot #footIn02 #footIn02Wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}

body#home #content .bottom .bottomIn {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
}

/*----------------------------------------------------
	#head
----------------------------------------------------*/
#head {
  background: #fff;
  width: 100%;
}
#head #headIn #headLogo {
  float: left;
  margin-top: 20px;
}
#head #headIn #globalNav {
  float: right;
}
#head #headIn #globalNav ul li {
  float: left;
  line-height: 0;
}

/*----------------------------------------------------
	#content
----------------------------------------------------*/
#title {
  position: relative;
  width: 100%;
}
#title .topicPath {
  position: absolute;
  width: 100%;
  background: rgba(0, 155, 102, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc009b66,endColorstr=#cc009b66);
  z-index: 10;
}
#title .topicPath:not(:target) {
  filter: none;
}
#title .topicPath .topicPathIn ul {
  padding: 10px 0;
  font-size: 85%;
  color: #fff;
}
#title .topicPath .topicPathIn ul li {
  float: left;
  margin-right: 0.5em;
}
#title .topicPath .topicPathIn ul li a {
  padding-right: 1.5em;
  background: url(https://www.otsuka.co.jp/bst/shared/images/ico_topicpath.gif) no-repeat right center;
  text-decoration: underline;
  color: #fff;
}
#title .topicPath .topicPathIn ul li a:hover {
  text-decoration: none;
}
#title #titleIn.lv01 {
  padding: 85px 0 90px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/title_bg_lv01.gif) no-repeat right -90px;
}
#title #titleIn.lv02 {
  padding: 91px 0 96px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/title_bg_lv02.gif) no-repeat right -90px;
}
#title #titleIn.lv02_2 {
  padding: 103px 0 108px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/title_bg_lv02.gif) no-repeat right -90px;
}
#title #anchorlink {
  position: absolute;
  right: 120px;
  bottom: 0;
  overflow: hidden;
}
#title #anchorlink ul {
  margin-left: -15px;
}
#title #anchorlink ul li {
  float: left;
  margin-left: 15px;
}

#content {
  width: 100%;
}
#content #contentIn {
  padding-bottom: 100px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/contentin_bg.gif) no-repeat right bottom;
}
#content #contentIn #main p img {
  margin: 0.5em 0;
}
#content #contentIn #main .section {
  margin-bottom: 40px;
}
#content .oneColumn {
  background: #fff;
  line-height: 2em;
}
#content .oneColumn #main {
  padding: 60px;
  background: #fff url(https://www.otsuka.co.jp/bst/shared/images/main_bg.gif) no-repeat 895px top;
}
#content .twoColumn {
  line-height: 2em;
}
#content .twoColumn #twoColumnIn {
  background: #f8fafc;
}
#content .twoColumn #twoColumnIn #main {
  float: right;
  padding: 40px;
  background: #fff url(https://www.otsuka.co.jp/bst/shared/images/main_bg.gif) no-repeat 675px top;
  width: 680px;
}
#content .twoColumn #twoColumnIn #side {
  float: left;
}
#content .twoColumn #twoColumnIn #side #sideIn {
  width: 220px;
}
#content .twoColumn #twoColumnIn #side #sideIn #sideTitle {
  margin: 0;
  padding: 33px 20px;
  background: #abcd34;
}
#content .twoColumn #twoColumnIn #side #sideIn ul li {
  border-bottom: 1px solid #ddd;
}
#content .twoColumn #twoColumnIn #side #sideIn ul li a {
  display: block;
  padding: 30px 20px;
}
#content .twoColumn #twoColumnIn #side #sideIn ul li a:hover {
  background: #efefef;
}

/*----------------------------------------------------
	#foot
----------------------------------------------------*/
#foot {
  background: #fff;
  border-top: 15px solid #009b66;
}
#foot #footIn01 {
  background: #fff;
}
#foot #footIn01 #footIn01Wrap {
  padding: 35px 0 10px;
}
#foot #footIn01 #footIn01Wrap #footLogo {
  position: absolute;
  top: 25px;
  right: 10px;
}
#foot #footIn01 #footIn01Wrap #footNav01 {
  margin-left: 10px;
}
#foot #footIn01 #footIn01Wrap #footNav01 li {
  float: left;
}
#foot #footIn02 {
  background: #ebebeb;
}
#foot #footIn02 #footIn02Wrap {
  padding: 9px 0;
}
#foot #footIn02 #footIn02Wrap #copy {
  margin: 0;
  position: absolute;
  top: 9px;
  right: 10px;
}
#foot #footIn02 #footIn02Wrap #footNav02 {
  margin-left: 10px;
  overflow: hidden;
  font-size: 12px;
}
#foot #footIn02 #footIn02Wrap #footNav02::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
#foot #footIn02 #footIn02Wrap #footNav02 li {
  float: left;
}
#foot #footIn02 #footIn02Wrap #footNav02 li:nth-of-type(n+2) {
  margin-left: 10px;
}
#foot #footIn02 #footIn02Wrap #footNav02 li a {
  color:#828282;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
#pageTop.static {
  position: static;
}
#pageTop p {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
#pageTop p a {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
}

body#home #pageTop {
  display: none;
}

/* =Content
----------------------------------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30,
.lastChild {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.p20 {
  padding: 20px !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.floatN {
  float: none !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.displayN {
  display: none;
}

.displayI {
  display: inline;
}

.displayB {
  display: block;
}

.displayIB {
  display: inline-block;
}

.important {
  color: #c3017c;
}

.small, body#product .slider .price,
body#product .slider_ .price {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.5;
}

.indent {
  display: inline-block;
  * display: inline;
  * zoom: 1;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 85%;
  color: #606d75;
  line-height: 1.5;
}
.indent li {
  margin-bottom: 0.5em;
}

h2 {
  display: block;
  margin-bottom: 40px;
  padding: 10px;
  background: #009b66;
  text-align: center;
  line-height: 0;
}
h2 + .subTxt{
text-align: center;
margin-top: -30px;
margin-bottom: 10px;	
}


.twoColumn h2 {
  text-align: left;
}

h3 {
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  font-size: 153.9%;
  color: #009b66;
  border-bottom: 2px solid #009b66;
}

h4 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 123.1%;
  color: #009b66;
  border-left: 6px solid #009b66;
}

/*----------------------------------------------------
	#shared
----------------------------------------------------*/
ul.standard li {
  margin-bottom: 1em;
  padding-left: 20px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/ico_circle.gif) no-repeat left 8px;
}

.relevance .midashi {
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  font-size: 123.1%;
  color: #009b66;
  text-align: center;
  border-bottom: 1px solid #009b66;
}
.relevance ul {
  text-align: center;
}
.relevance ul li {
  display: inline;
  margin: 0 10px;
}
.relevance ul li a {
  display: inline-block;
}

.mod-imgTxt {
  margin-bottom: 30px;
}
.mod-imgTxt .imgArea {
margin-bottom: 40px;
}
.mod-imgTxt .imgArea ul:after{
content: '';
clear: both;
display: block;	
}
.mod-imgTxt .imgArea ul li{
float: left;
margin-left: 40px;
width: 260px;
position: relative;
}
.mod-imgTxt .imgArea ul li .tmb{
margin: 0;
}
.mod-imgTxt .imgArea ul li:first-child{
margin-left: 0;	
}
.mod-imgTxt .txtArea {
}

.supplement {
  margin-bottom: 40px;
  padding: 30px 30px 10px;
  background: #d5f6eb;
}
.supplement .midashi {
  margin-bottom: 10px;
  font-size: 123.1%;
  color: #009b66;
}
.supplement.supplement2{
	background: #f0fae7;
}

.twoGrid {
  overflow: hidden;
}
.twoGrid .twoGridIn {
  margin-left: -40px;
}
.twoGrid .twoGridIn .half {
  float: left;
  width: 410px;
  margin-left: 40px;
}

/* =Home
----------------------------------------------- */
body#home {
  /*background: url(/bst/images/home_body_bg.jpg) no-repeat center top;*/
}

body#home #head {
  background: url(https://www.otsuka.co.jp/bst/images/home_head_bg.png) repeat-x left top;
}
body#home #head #headShadow {
  background: url(https://www.otsuka.co.jp/bst/images/home_head_shadow.png) no-repeat center 86px;
}
body#home #content {
  background: url(https://www.otsuka.co.jp/bst/images/home_body_bg.jpg) no-repeat center top;
  padding: 0;
}
body#home #content #contentIn {
  padding-bottom: 0;
  background: none;
}
body#home #content #contentIn #main {
  padding: 35px 0 0;
  background: none;
}
body#home #content #contentIn #main .contentLogo {
  margin-bottom: 30px;
  text-align: center;
}
body#home #content #contentIn #main .relevance {
  margin: -10px 0 20px 20px;
  padding: 10px;
  overflow: hidden;
}
body#home #content #contentIn #main .relevance ul {
  margin-left: -20px;
}
body#home #content #contentIn #main .relevance ul li {
  float: left;
  margin: 0 0 0 20px;
  -webkit-animation: relevance 2s;
  -moz-animation: relevance 2s;
  animation: relevance 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body#home #content #contentIn #main .relevance ul li.item02, body#home #content #contentIn #main .relevance ul li.item04 {
  margin-top: 30px;
}
body#home #content .bottom {
  position: relative;
  width: 100%;
  min-height: 96px;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
}
body#home #content .bottom:not(:target) {
  filter: none;
}
body#home #content .bottom .bottomIn dl {
  padding: 10px;
}
body#home #content .bottom .bottomIn dl dt {
  float: left;
  line-height: 0;
}
body#home #content .bottom .bottomIn dl dd {
  float: left;
  margin: 7px 0 0 10px;
  width: 560px;
  font-size: 85%;
  color: #009b66;
  overflow: hidden;
}
body#home #content .bottom .bottomIn .allianceLogo {
  position: absolute;
  bottom: 0;
  right: calc((100% - 1200px)/2);
  display: flex;
  align-items: center;
}

@-webkit-keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* =Product
----------------------------------------------- */
body#product .productList {
  margin-bottom: 60px;
  overflow: hidden;
}
body#product .productList ul {
  margin: -1px 0 -60px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/dotted_y_green.gif) repeat-y center top;
}
body#product .productList ul li {
  float: left;
  padding: 61px 0 60px;
  width: 50%;
  background: url(https://www.otsuka.co.jp/bst/shared/images/dotted_x_green.gif) repeat-x left top;
  text-align: center;
}
body#product .productList ul .item01,
body#product .productList ul .item02 {
  padding-top: 0;
}
body#product .slider li .btnBuy,
body#product .slider_ li .btnBuy {
  display: block;
  position: absolute;
  right: 0;
  top: 225px;
}
body#product .slider li .btnBuy a,
body#product .slider_ li .btnBuy a {
  display: inline-block;
}
body#product .slider li .price,
body#product .slider_ li .price {
  display: block;
  margin-bottom: 20px;
}
body#product .slider .btnBuy,
body#product .slider_ .btnBuy {
  text-align: right;
}
body#product .slider .btnBuy a,
body#product .slider_ .btnBuy a {
  padding: 10px;
  display: inline-block;
  background: #fdab00;
}
body#product .slider .price,
body#product .slider_ .price {
  display: block;
}
body#product .thumb {
  overflow: hidden;
}
body#product .thumb ul {
  margin-left: -3px;
}
body#product .thumb ul li {
  float: left;
  display: inline-block;
  margin-left: 3px;
}
body#product .thumb ul li a img {
  border: 1px solid #ddd;
}
body#product .thumb ul li a:hover img,
body#product .thumb ul li a.active img {
  border: 1px solid #009b66;
}
body#product .btnProduct {
  margin: 0;
  text-align: center;
}
body#product .btnProduct a {
  display: inline-block;
  padding: 10px 30px;
  background: #fdab00;
  text-align: center;
}
body#product .features {
  margin-bottom: 40px;
  background: #f4f9e6;
  overflow: hidden;
}
body#product .features ul {
  margin-top: -1px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/dotted_y_light_green.gif) repeat-y center top;
}
body#product .features ul li {
  float: left;
  padding: 31px 30px 30px;
  width: 370px;
  background: url(https://www.otsuka.co.jp/bst/shared/images/dotted_x_light_green.gif) repeat-x center top;
}
body#product .features ul li span {
  display: block;
  margin-top: 10px;
}
body#product #content .oneColumn #main{
  width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.corpName {
  font-family: "Kosugi", "MS UI Gothic";
}

/*# sourceMappingURL=style.css.map */