@charset "utf-8";
/*=================================
contents.css
- heading
- column
- are
- link
- list
- table
- unique
- icon
@media only screen and (min-width: 768px)
@media only screen and (max-width: 767px)
@media only screen and (max-width: 767px) and (min-width: 630px)
@media print
clearfix
================================ */
body {
  background-color: #fff;
}
main,
.topicPath {
	font-size: 1.4rem;
	font-family: "TBUDゴシック R", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	color: #333333;
}
main h1 {
	margin: 0;
}
main sup,
main sub {position:relative;font-size:10px;font-size:1rem;line-height:1;}
main sup{vertical-align: super;}
main sub{vertical-align: sub;}

/* common
-------------------------------- */
p {
	margin-top: 1em;
}
p:not([class]) + .noteList,
p:not([class]) + .noteNumList,
[class*="table"] .figureColumn {
	margin-top: 0.5em;
}
p:not([class]) + .btnLink:not(.is-close),
p:not([class]) + .iconLink,
p:not([class]) + .normalList,
p:not([class]) + .numberList,
p:not([class]) + .defineList,
p.is-bold + .btnLink:not(.is-close),
p.is-bold + .iconLink,
p.is-bold + .normalList,
p.is-bold + .numberList,
p.is-bold + .defineList,
[class*="table"] .btnLink,
[class*="table"] .iconLink,
[class*="table"] .normalList,
[class*="table"] .numberList,
[class*="table"] .defineList {
	margin-top: 0.8em;
}
[class*="table"] li .btnLink,
[class*="table"] li .iconLink,
[class*="table"] li .normalList,
[class*="table"] li .numberList,
[class*="table"] li .defineList {
	margin-top: 0.3em;
}
p:not([class]) + .listFloatType,
p.is-bold + .listFloatType {
	margin-top: 0;
}
p:not([class]) + .is-flex1 {
	margin-top: 1em;
}
sup {
	font-size: 10px;
	font-size: 1rem;
}
.pcElement {
	display: inline;
}
.pcElement.tableLayout {
	display: table;
}
.spElement {
	display: none;
}
.figureBorder > img,
.figureBorder > a > img {
	border: solid 1px #dddddd;
}

/* heading
-------------------------------- */
.heading1 {
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
}
.heading1 sup {
	font-size: 50%;
}
.is-navi .heading1 {
	font-weight: normal;
	font-size: 3rem;
	text-align: left;
}
.heading2 {
	margin-top: 1.5em;
	font-size: 2.6rem;
	line-height: 1.3;
}
.heading2 > sub {
	font-size: 1.7rem;
	margin-bottom: -1.8rem;
}
.heading3 {
	margin-top: 1.5em;
	font-size: 2.1rem;
	line-height: 1.5;
}
.heading3.is-small {
	font-size: 1.7rem;
}
.indexLink.is-thumb + section > .heading3 {
	margin-top: 2.5em;
}
.heading4,
.modalHeading3 {
	position: relative;
	margin-top: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.heading4 span,
.modalHeading3 span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.heading4 span:before,
.modalHeading3 span:before {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../png/com_sprite01.png) no-repeat -140px 0;
}
.borderBox .heading4 span,
.bgBox .heading4 span {
}
.heading5 {
	position: relative;
	margin-top: 1.5em;
	padding-left: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.heading5:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	display: inline-block;
	width: 10px;
	height: 1px;
	margin-top: -2px;
	background: -webkit-linear-gradient(right, #d1d1d1 0%, #6e6e6e 100%);
	background: linear-gradient(to left, #d1d1d1 0%, #6e6e6e 100%);
}
[class*="heading"] > .sub {
	display: block;
	padding-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.5;
}
.heading1 > .sub {
	font-size: 1.7rem;
}
.heading1.is-subTop .sub {
	padding-bottom: 0.5em;
}
.heading1.is-subBottom .sub {
	padding-top: 0.5em;
	padding-bottom: 0;
}
.heading1.is-subTop.is-subBottom .sub:first-child {
	padding-top: 0;
	padding-bottom: 0.5em;
}
.heading1 > .sub.indent2_5em {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.heading1 > .sub.indent3em {
	padding-left: 3em;
	text-indent: -3em;
}
.heading1 > .sub.indent3_5em {
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.heading1 > .sub.indent4em {
	padding-left: 4em;
	text-indent: -4em;
}
.heading1 > .sub.indent4_5em {
	padding-left: 4.5em;
	text-indent: -4.5em;
}
.heading1 > .sub.indent5em {
	padding-left: 5em;
	text-indent: -5em;
}
.heading2 > .sub {
	font-size: 1.4rem;
}
.heading3 > .sub {
	font-size: 1.3rem;
}
[class*="heading"] > a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
[class*="heading"] > a[target="_blank"] {
	padding-right: 30px;
}
.modalHeading1 {
	font-size: 2.8rem;
	line-height: 1.5;
}
.modalHeading2 {
	margin-top: 1.5em;
	font-size: 2.1rem;
	line-height: 1.5;
}
.modalHeading3 {
	margin-top: 30px;
}
.modalHeading4 {
	position: relative;
	margin-top: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.is-listHead {
	margin-top: 1.5em;
	font-size: 1.7rem;
}
.is-listHead + .btnLink,
.is-listHead + .iconLink,
.is-listHead + .anchorLink {
	margin-top: 1em;
}
.is-news {
	margin-top: 0.8em;
	font-weight: normal;
	font-size: 2.6rem;
	text-align: left;
}
.is-news .title,
.is-news .title_main,
.is-news .title_sub {
	display: block;
}
.is-news .title_sub {
	margin-top: 5px;
	font-size: 1.9rem;
}
.is-news sup {
	top: -3px;
}
.is-lineHeading {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin-top: 1.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.is-lineHeading > span {
	position: relative;
	display: block;
	padding-left: 20px;
	text-align: left;
}
.is-lineHeading > span:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: -webkit-linear-gradient(bottom, #c3c3c3 0%, #6e6e6e 100%);
	background: linear-gradient(to top, #c3c3c3 0%, #6e6e6e 100%);
	border-radius: 1px;
}
.is-lineHeading + * {
	margin-top: 1em !important;
}
.is-arrowHeading {
	position: relative;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
}
.is-arrowHeading:after,
.is-arrowHeading:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.is-arrowHeading:after {
	top: calc(100% - 1px);
	border-width: 10px;
	margin-left: -10px;
}
.is-arrowHeading:before {
	border-width: 10px;
	margin-left: -10px;
}
.is-arrowHeading > a {
	position: relative;
	display: inline-block;
	padding-right: 1em;
	color: #333;
	text-align: center;
}
.is-arrowGray {
	border-bottom: 1px solid #e5e5e5;
}
.is-arrowGray:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.is-arrowGray:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
}
.is-bgGray .is-arrowGray {
	border-bottom: 1px solid #ccc;
}
.is-bgGray .is-arrowGray:after {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
}
.is-bgGray .is-arrowGray:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
}
.is-arrowPink {
	border-bottom: 1px solid #ffccbf;
}
.is-arrowPink:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.is-arrowPink:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
}
.is-bgGraPinkTex .is-arrowPink {
	border-bottom: 1px solid #ffccbf;
}
.is-bgGraPinkTex .is-arrowPink:after {
	border-color: rgba(255, 245, 244, 0);
	border-top-color: #fff5f4;
}
.is-bgGraPinkTex .is-arrowPink:before {
	border-color: rgba(255, 204, 191, 0);
	border-top-color: #ffccbf;
}
.is-arrowPharma {
	border-bottom: 1px solid #ffa1b3;
}
.is-arrowPharma:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.is-arrowPharma:before {
	border-color: rgba(255, 161, 179, 0);
	border-top-color: #ffa1b3;
}
.is-arrowNutra {
	border-bottom: 1px solid #a4c6ff;
}
.is-arrowNutra:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.is-arrowNutra:before {
	border-color: rgba(164, 198, 255, 0);
	border-top-color: #a4c6ff;
}
.is-arrowHeading + * {
	margin-top: 2em !important;
}
.column .is-arrowHeading + * {
	margin-top: 1.2em !important;
}
.is-boxHead {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 230px;
	margin-top: 1.5em;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 10px calc((100vw - 100%) / 2) 20px;
}
.is-navi .is-boxHead {
	height: 150px;
}
@media only screen and (min-width: 767px) {
	.br-pc {display: block;}
}
@media only screen and (min-width: 767px) and (max-width: 1040px){
	.is-boxHead {
		margin-right: -20px;
		margin-left: -20px;
		padding: 10px 20px 20px;
	}
}
.is-boxHead .heading1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 0 30px 0 0;
	font-size: 4rem;
	text-align: left;
}
.is-navi .is-boxHead .heading1 {
	padding: 0 30px 0 240px;
	font-size: 3rem;
}
.is-navi .is-boxHead .heading1 > .sub {
	font-size: 1.6rem;
}
.is-boxHead .img {
	margin-top: -10px !important;
}
.is-relatedHead {
	margin-top: 3em;
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
}
.has-flag {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.has-flag > img {
	margin-right: 15px;
}
.heading1 + * {
	margin-top: 2.5em !important;
}
.heading2 + * {
	margin-top: 1.5em !important;
}
.heading3 + *,
.heading4 + * {
	margin-top: 1.2em !important;
}
.heading3 + .newsInfo {
	margin-top: 1.5em !important;
}
.heading5 + *,
.modalHeading2 + *,
.modalHeading4 + * {
	margin-top: 0.8em !important;
}
[class*="is-flex"] .heading2 + * {
	margin-top: 1em !important;
}

/* is-flex
-------------------------------- */
[class*="is-flex"] {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 2em;
}
.borderBox [class*="is-flex"] {
	margin-top: 1.5em;
}
[class*="is-flex"] > *:not(.figureColumn) {
	margin: 32px 0 0 30px;
}
@media screen and (min-width: 768px) {
	[class*="is-flex"] > *:not(.figureColumn) {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.anchor-target {
		margin-top: -90px !important;
		padding-top: 90px !important;
	}
}
.is-flex6 > *:not(.figureColumn),
.borderBox [class*="is-flex"] > *,
.bgBox [class*="is-flex"] > * {
	margin: 20px 0 0 18px;
}
[class*="is-flex"] > li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.iconLink[class*="is-flex"] > li,
.btnLink[class*="is-flex"] > li,
.normalList[class*="is-flex"] > li{
	margin-top: 1em;
}
[class*="is-flex"] > * > [class*="heading"] {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important;
}
[class*="is-flex"] > * > .is-lineHeading {
	display: -webkit-flex;
	display: flex;
	margin-top: 1px !important;
}
[class*="is-flex"].js-equalHeight > * > *:not([class*="heading"]),
[class*="is-flex"].js-equalHeight > * > *:not(.is-lineHeading) {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
[class*="is-flex"].is-related > * > a,
[class*="is-flex"] > figure > img,
[class*="is-flex"] > .is-bgGraPinkTex > .columnTitle,
[class*="is-flex"].is-bgGraPinkTex > .column > .is-strongText,
[class*="is-flex"] > .is-bgGraTex > .columnTitle,
[class*="is-flex"].is-bgGraTex > .column > .is-strongText,
[class*="is-flex"] > * > .is-lineHeading,
[class*="is-flex"] > .is-country > dt,
[class*="is-flex"] .bgBox > [class*="heading"],
[class*="is-flex"] .borderBox > [class*="heading"] {
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important;
}
[class*="is-flex"].is-flex-glow-0 > * > *:not([class*="heading"]),
[class*="is-flex"].is-flex-glow-0 > * > *:not(.is-lineHeading) {
	-webkit-flex-grow: 0;
	flex-grow: 0;
}
[class*="is-flex"] > * > *:first-child,
[class*="is-flex"] > * > * > *:first-child {
	margin-top: 0;
}
[class*="is-flex"] img {
	max-width: 100%;
	height: auto;
}
[class*="is-flex"] .js-figureFix {
	max-width: 100%;
	margin: 0 auto;
}
[class*="is-flex"] .js-figureFix.is-aL {
	margin-left: 0 !important;
}
[class*="is-flex"] .js-figureFix.is-aR {
	margin-right: 0 !important;
}
.is-flex1 + p {
	margin-top: 2em;
}
.is-flex1 > * {
	margin-left: 0;
}
.is-flex1 > *:first-child {
	margin-top: 0 !important;
}
.is-flex2 > * {	width: calc((100% - 32px) / 2);}
.is-flex2.is-justifyCenter > * {	width: auto;}
.is-flex3 > * {	width: calc((100% - 64px) / 3);}
.is-flex4 > * {	width: calc((100% - 96px) / 4);}
.is-flex5 > * {	width: calc((100% - 128px) / 5);}
.is-flex6 > * {	width: calc((100% - 100px) / 6);}
.is-flex7 > * {	width: calc((100% - 100px) / 7);}

.borderBox .is-flex2 > * {	width: calc((100% - 20px) / 2);}
.borderBox .is-flex3 > * {	width: calc((100% - 40px) / 3);}
.borderBox .is-flex4 > * {	width: calc((100% - 60px) / 4);}
.borderBox .is-flex5 > * {	width: calc((100% - 90px) / 5);}
.borderBox .is-flex6 > * {	width: calc((100% - 120px) / 6);}
.borderBox .is-flex7 > * {	width: calc((100% - 120px) / 7);}

.is-flex2.is-glued > * {	width: calc(100% / 2); margin-left: 0;}
.is-flex3.is-glued > * {	width: calc(100% / 3); margin-left: 0;}
.is-flex4.is-glued > * {	width: calc(100% / 4); margin-left: 0;}
.is-flex5.is-glued > * {	width: calc(100% / 5); margin-left: 0;}
.is-flex6.is-glued > * {	width: calc(100% / 6); margin-left: 0;}
.is-flex7.is-glued > * {	width: calc(100% / 7); margin-left: 0;}

.is-flex2 > *:nth-child(-n+2),
.is-flex3 > *:nth-child(-n+3),
.is-flex4 > *:nth-child(-n+4),
.is-flex5 > *:nth-child(-n+5),
.is-flex6 > *:nth-child(-n+6),
.is-flex7 > *:nth-child(-n+7){
	margin-top: 0;
}
.iconLink.is-flex2 > *:nth-child(-n+2),
.iconLink.is-flex3 > *:nth-child(-n+3),
.iconLink.is-flex4 > *:nth-child(-n+4),
.iconLink.is-flex5 > *:nth-child(-n+5),
.iconLink.is-flex6 > *:nth-child(-n+6),
.iconLink.is-flex7 > *:nth-child(-n+7),
.btnLink.is-flex2 > *:nth-child(-n+2),
.btnLink.is-flex3 > *:nth-child(-n+3),
.btnLink.is-flex4 > *:nth-child(-n+4),
.btnLink.is-flex5 > *:nth-child(-n+5),
.btnLink.is-flex6 > *:nth-child(-n+6),
.btnLink.is-flex7 > *:nth-child(-n+7),
.normalList.is-flex2 > *:nth-child(-n+2),
.normalList.is-flex3 > *:nth-child(-n+3),
.normalList.is-flex4 > *:nth-child(-n+4),
.normalList.is-flex5 > *:nth-child(-n+5),
.normalList.is-flex6 > *:nth-child(-n+6),
.normalList.is-flex7 > *:nth-child(-n+7) {
	margin-top: 0;
}
.is-flex2 > *:nth-child(2n+1),
.is-flex3 > *:nth-child(3n+1),
.is-flex4 > *:nth-child(4n+1),
.is-flex5 > *:nth-child(5n+1),
.is-flex6 > *:nth-child(6n+1),
.is-flex7 > *:nth-child(7n+1){
	margin-left: 0;
}
[class*="is-flex"] .column > section > [class*="heading"] {
	margin-top: 0;
}
[class*="is-flex"] .column .figureColumn .imgL {
	margin-right: 2em;
}
[class*="is-flex"] .column .figureColumn .imgR {
	margin-left: 2em;
}
	.is-direction-rowReverse-pc  {
		flex-direction: row-reverse;
	}

.is-direction-rowReverse-pc.is-flex2 > *:nth-child(2n),
.is-direction-rowReverse-pc.is-flex3 > *:nth-child(3n),
.is-direction-rowReverse-pc.is-flex4 > *:nth-child(4n),
.is-direction-rowReverse-pc.is-flex5 > *:nth-child(5n),
.is-direction-rowReverse-pc.is-flex6 > *:nth-child(6n),
.is-direction-rowReverse-pc.is-flex7 > *:nth-child(7n){
	margin-left: 0;
}
.is-direction-rowReverse-pc.is-flex2 > *:nth-child(2n+1),
.is-direction-rowReverse-pc.is-flex3 > *:nth-child(3n+1),
.is-direction-rowReverse-pc.is-flex4 > *:nth-child(4n+1),
.is-direction-rowReverse-pc.is-flex5 > *:nth-child(5n+1),
.is-direction-rowReverse-pc.is-flex6 > *:nth-child(6n+1),
.is-direction-rowReverse-pc.is-flex7 > *:nth-child(7n+1){
	margin-left: 30px;
}

/* column
-------------------------------- */
/* figureColumn */
.figureColumn {
	display: -webkit-flex;
	display: flex;
	margin-top: 1.5em;
}
.figureColumn > .imgL {
	flex: none;
	margin: 0 32px 0 0;
}
.figureColumn > .imgR {
	flex: none;
	margin: 0 0 0 32px;
	-webkit-order: 2;
	order: 2;
}
.figureColumn > .imgL > *:first-child,
.figureColumn > .imgR > *:first-child {
	margin-top: 0;
}
.figureColumn > .imgL > .js-figureFix > *:first-child,
.figureColumn > .imgR > .js-figureFix > *:first-child {
	margin-top: 0;
}
.figureColumn > .w256 {
	width: 256px;
}
.figureColumn > .w256 figure {
	display: block;
	text-align: center;
}
.figureColumn > .is-flexAuto > figure + figure {
	margin-left: 1em;
}
.figureColumn > .is-flexCenter {
	-webkit-justify-content: center;
	justify-content: center;
}
.figureColumn > .imgR + .text {
	-webkit-order: 1;
	order: 1;
	width: 100%;
}
.figureColumn > [class*="is-flex"].text {
	width: 100%;
	margin-top: 0;
}
.figureColumn > .text > *:first-child {
	margin-top: 0;
}
.figureColumn.overFlow01 > .imgL,
.figureColumn.overFlow01 > .imgR {
	margin-bottom: 1em;
}
.is-movieChapter .text .title {
	font-size: 2rem;
}
.is-movieChapter .text .is-showAll {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e5e5e5;
}
.is-movieChapter .text .is-capter {
	margin-top: 1.5em;
}
.is-movieChapter .text .is-showAll > *:first-child,
.is-movieChapter .text .is-capter > *:first-child {
	margin-top: 0;
}
.is-movieChapter .text .is-showAll dl,
.is-movieChapter .text .is-capter dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-top: 1.5em;
}
.is-movieChapter .text .is-capter dl > dt {
	position: relative;
	margin-left: 15px;
	padding-left: 1em;
}
.is-movieChapter .text .is-capter dl > dt:before{
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #a1a1a1;
	border-radius: 50%;
}
.is-movieChapter .text .btnLink {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 0;
}
.is-movieChapter .text .btnLink li {
	margin: 0 0 0 15px;
}
.is-movieChapter .text .btnLink li:first-child {
	margin-left: 0;
}
.is-movieChapter .text .is-capter .btnLink li {
	width: 200px;
	margin: 0 0 0 15px;
}
.is-movieChapter .text .btnLink > li > a {
	display: block;
}
.is-movieChapter .text .btnLink > li > a > span {
	padding: 0.5em 2.5em;
}
.is-campaign .title {
	font-size: 1.7rem;
	line-height: 1.5;
}
.is-campaign .info {
	margin-top: 1.5em;
}
.is-campaign .info > .date {
	display: block;
}
.is-campaign .info + * {
	margin-top: 0.5em;
}
.is-tableLayout {
	border: 1px solid #e0e0e0;
}
.is-tableLayout .figureColumn {
	margin-top: 0;
	border-top: 1px solid #e0e0e0;
}
.is-tableLayout .figureColumn:nth-child(-n+2) {
	border-top: none;
}
.is-tableLayout .figureColumn:nth-child(2n) {
	border-left: 1px solid #e0e0e0;
}
.is-tableLayout .figureColumn > .imgL {
	margin-right: 0;
}
.is-tableLayout .figureColumn > .imgR {
	margin-left: 0;
}
.is-tableLayout .figureColumn > .text {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 1em;
}
.is-plugin .imgL a {
	color: #333;
}
.is-plugin .caption {
}

/* text
-------------------------------- */
.leadText {
	font-size: 1.7rem;
	line-height: 1.5;
}
.leadText > em {
}
.leadText.is-message {
	text-align: center;
}
.leadText.is-message > span {
	display: block;
	font-size: 2.2rem;
}
.is-message br {
	display: none;
}
.leadText.is-message > em {
	display: block;
	margin-top: 0.3em;
	font-size: 1.6rem;
}
.caption {
	margin-top: 0.5em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.caption-addition {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.caption-addition >span {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #e0e0e0;
	font-size: 1.2rem;
	min-width: 130px;
}
.telLinkNum:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background: url(../png/com_sprite01.png) 0 -23px;
	vertical-align: middle;
}
.summaryText {
	position: relative;
	padding: 2em;
	font-size: 1.6rem;
}
.summaryText:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 100px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background: -webkit-linear-gradient(left top, #fafafa 0%, #fff 30%, #fff 100%);
	background: linear-gradient(to right bottom, #fafafa 0%, #fff 30%, #fff 100%);
	z-index: -1;
}
.summaryText:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 100px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: -webkit-linear-gradient(right bottom, #fafafa 0%, #fff 30%, #fff 100%);
	background: linear-gradient(to left top, #fafafa 0%, #fff 30%, #fff 100%);
	z-index: -1;
}
.icon-text {
	display: table;
	width: 100%;
}
.icon-text > .image {
 display: table-cell;
 width: 30px;
}
.icon-text > .text {
 display: table-cell;
 padding: 3px 0 0 10px;
 vertical-align: top;
}
.borderText01 {
	font-size: 1.2rem;
}
.borderText01 > span {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #333;
}


/* link
-------------------------------- */

/* innerLink */
.is-txt-break {
	word-break: break-all;
}
.innerLink:link {
	text-decoration: underline;
}
.innerLink:hover {
	text-decoration: none;
}

/* iconLink */
.iconLink {
	margin-top: 1.5em;
}
.iconLink > li {
	margin-top: 1em;
	line-height: 1.5;
}
.iconLink > li:first-child {
	margin-top: 0;
}
.iconLink > li > a {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
	word-break: break-all;/*ja UQ setting*/
}
.iconLink > li.is-aC > a {
	display: inline-block;
}
.iconLink > li.is-aR > a {
	display: inline-block;
}
.iconLink > li.is-current > a {
	pointer-events: none;
	text-decoration: none;
	color: #333;
}
.iconLink > li > ul,
.iconLink > li > ol {
	margin-top: 0.8em;
	padding-left: 1em;
}
.iconLink > li > ul > li,
.iconLink > li > ol > li {
	margin-top: 0.5em;
}
.normalList > li > .iconLink,
.numberList > li > .iconLink,
.noteList > li > .iconLink,
.noteNumList > li > .iconLink,
.iconLink > li > .iconLink {
	margin-top: 0.3em;
}
.iconLink.is-prevNext {
	display: table;
	width: 100%;
	background-color: #f5f5f5;
}
.iconLink.is-prevNext > .is-prev,
.iconLink.is-prevNext > .is-next {
	display: table-cell;
	width: auto;
	padding: 1.2em 1.5em;
	vertical-align: middle;
}
.iconLink.is-prevNext > .is-prev {
	margin-top: 0;
}
.iconLink.is-prevNext > .is-next {
	margin-top: 0;
	text-align: right;
}
.iconLink.is-prevNext > .is-prev + .is-next {
	width: 50%;
}
.iconLink.is-prevNext > .is-prev > a,
.iconLink.is-prevNext > .is-next > a {
	display: inline-block;
	word-break: normal;
}
.iconLink.is-prevNext > .is-next > a {
	text-align: right;
}

/* questionLink */
.questionLink {
	margin-top: 1.5em;
}
.questionLink > li {
	margin-top: 0.8em;
}
.questionLink > li:first-child {
	margin-top: 0;
}
.questionLink > li > a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.questionLink > li > a:before {
	content: "Q";
	position: absolute;
	top: -0.3em;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #4d4d4d;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.questionLink.is-single > li + li {
	margin-top: 1em;
}
/* btnLink */
.btnLink,
.anchorLink {
	margin-top: 1.5em;
}
.btnLink li {
	margin-top: 1.5em;
	line-height: 1.5;
}
.anchorLink li {
	margin-top: 1em;
	line-height: 1.5;
}
.anchorLink li sub {
	margin-bottom: -1rem;
}
.btnLink li:first-child,
.anchorLink li:first-child {
	margin-top: 0;
}
.btnLink > .aC {
	margin-right: auto;
	margin-left: auto;
}
.btnLink > .aR {
	margin-right: 0;
	margin-left: auto;
}
.btnLink.is-full a {
	width: 100%;
}
.btnLink.is-full > li > a > span {
	padding: 1em 30px;
}
.btnLink > li > em {
	display: block;
}
.btnLink > li > a,
.btnLink > li > em > a,
.submitBlock .btnLink > li > span > input,
.submitBlock .btnLink > li > em > span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
}
.btnLink > li a:hover,
.submitBlock .btnLink > li > span input:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	text-decoration: none;
}
.btnLink > li > em > a,
.submitBlock .btnLink > li > em > span {
	padding: 2px;
	background: -webkit-linear-gradient(left, #8a98a6 0%, #bec8d2 100%);
	background: linear-gradient(to right, #8a98a6 0%, #bec8d2 100%);
	border-radius: 0;
}
.btnLink.is-core > li > em > a,
.submitBlock .btnLink.is-core > li > em > span {
	padding: 1px;
	background: -webkit-linear-gradient(right, #ffa1b3 0%, #a3c6fe 100%);
	background: linear-gradient(to left, #ffa1b3 0%, #a3c6fe 100%);
}
.btnLink.is-pharma > li > em > a > span,
.btnLink.is-nutraceutical > li > em > a > span {
	padding: 1.6em 4em;
}
.btnLink.is-pharma > li > em > a {
	border: 1px solid #ffa1b3;
	background: #fff;
}
.btnLink.is-pharma > li > em > a:hover {
	background-color: #ffa1b3;
}
.btnLink.is-nutraceutical > li > em > a {
	border: 1px solid #bbd4ff;
	background: #fff;
}
.btnLink.is-nutraceutical > li > em > a:hover {
	background-color: #bbd4ff;
}
.btnLink > li a.is-borderNutra {
	border: 2px solid #bbd4ff;
}
.submitBlock .btnLink > li > em > span > input:hover {
	cursor: pointer;
}
.btnLink > li > a:hover,
.btnLink > li > a:hover > span,
.btnLink > li > em > a:hover,
.btnLink > li > em > a:hover > span {
	text-decoration: none;
}
[class*="is-flex"].btnLink > li > a,
[class*="is-flex"].btnLink > li > em,
[class*="is-flex"].anchorLink > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
[class*="is-flex"].btnLink:not(.js-equalHeight) > li > a,
[class*="is-flex"].btnLink:not(.js-equalHeight) > li > em,
[class*="is-flex"].anchorLink:not(.js-equalHeight) > li > a,
[class*="is-flex"].anchorLink:not(.js-equalHeight) > li > em {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
[class*="is-flex"].btnLink > li > em > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-self: stretch;
	align-self: stretch;
	width: 100%;
}
.btnLink > li > a > *,
.anchorLink > li > a > *,
.btnLink > li > em > a > * {
	pointer-events: none;
}
.btnLink > li > a > span,
.btnLink > li > em > a > span,
.submitBlock .btnLink > li > span > input,
.submitBlock .btnLink > li > em > span > input {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em 4em;
	border: none;
}
.btnLink > li > em > a > span,
.submitBlock .btnLink > li > em > span > input {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #fff;
	transition-property: background-color, border-color, color, box-shadow;
	transition-duration: 0.2s;
}
.submitBlock .btnLink > li > em > span > input {
	color: #3366cc;
}
.btnLink > li > em > a:hover > span,
.submitBlock .btnLink > li > em > span:hover > input {
	background-color: transparent;
	color: #fff;
}
[class*="is-flex"].btnLink > li > a > span,
[class*="is-flex"].btnLink > li > a > span,
[class*="is-flex"].btnLink > li > a > span,
[class*="is-flex"].btnLink > li > a > span,
[class*="is-flex"].btnLink > li > em > a > span,
[class*="is-flex"].btnLink > li > em > a > span,
[class*="is-flex"].btnLink > li > em > a > span,
[class*="is-flex"].btnLink > li > em > a > span {
	padding: 1em 1.5em;
}
.btnLink > li > a + span,
.btnLink > li > em > a + span {
	display: block;
	margin-top: 1em;
	font-size: 1.3rem;
	color: #666;
}
.figureColumn + .btnLink {
	margin-top: 3em;
}
.is-pager .is-prev {
	float: left;
	margin-top: 0;
}
.is-pager .is-next {
	float: right;
	margin-top: 0;
}
.btnLink.is-pager > li > a {
	width: 140px;
}
.btnLink.is-pager > .is-prev > a > span {
	padding: 1em 1em 1em 1.5em;
}
.btnLink.is-pager > .is-next > a > span {
	padding: 1em 1.5em 1em 1em;
}
.btnLink.is-end > li > span {
	display: block;
	padding: 1em 4em;
	background-color: #707070;
	color: #fff;
	text-align: center;
}
.pagerNumber > ul {
	width: calc(100% - 300px);
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.iconLink.is-pager + .pagerNumber {
	text-align: center;
}
.btnLink + .pagerNumber > ul  {
	margin-top: -52px;
}
.iconLink + .pagerNumber > ul  {
	margin-top: -22px;
	font-size: 1em;
}
.pagerNumber > ul  > li {
	display: inline-block;
}
.pagerNumber > ul  > li > a {
	display: inline-block;
	width: 56px;
	font-size: 2rem;
	text-align: center;
	line-height: 50px;
}
.pagerNumber > ul  > li > .is-current {
	color: #333;
}
.btnLink.is-close {
	margin-right: auto;
	margin-left: auto;
}
.btnLink.is-close a span {
	position: relative;
}
.btnLink .is-btnLinkText {
	display: block;
	margin-top: 1em;
}
.btnLink.type-reset > li > a > span,
.btnLink.type-reset > li > em > a > span {
	padding: 1em 2em;
}
.btnLink.type-reset > li > a > span:after,
.btnLink.type-reset > li > em > a > span:after {
	display: none;
}
.btnLink.type-more {
	margin-top: 2em;
}
.btnLink.type-more > li > a > span:after,
.btnLink.type-more > li > em > a > span:after {
	right: 20px;
	margin-top: -7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btnTitle {
	font-size: 1.6rem;
}
.btnTitle + .btnLink.is-grid3 {
	margin-top: 0.5em;
}
.btnLink.is-grid3 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
.btnLink.is-grid3 > li {
	display: -webkit-flex;
	display: flex;
	margin-top: 0;
	width: 33.3%;
}
.btnLink.is-grid3 > li + li {
	border-left: 1px solid #fefefe;
}
.btnLink.is-grid3 > li > a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnLink.is-grid3 > li > a > span {
	padding: 1em;
}
[class*="is-flex"].btnLink > li > .is-borderPharma > span {
	padding: 2em 1.5em;
}
[class*="is-flex"].btnLink > li > .is-borderNutra > span {
	padding: 1em 1.5em;
}
.btnLink >li.is-current > a,
.btnLink >li.is-current > span {
	background-color: #f5f5f5;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #333;
	cursor: default;
}
.btnLink >li.is-current > a > span:after,
.btnLink >li.is-current > span > span:after {
	display: none;
}
.submitBlock {
	margin-top: 3em;
}
.submitBlock .btnLink > li > span {
	display: inline-block;
}
.submitBlock .btnLink > li > span > input {
	padding: 2em 5em;
	border-radius: 0;
	color: #3366cc;
	transition-property: background-color, border-color, color, box-shadow;
	transition-duration: 0.4s;
	font-size: 1.6rem;
}
.submitBlock .btnLink > li > em > span > input {
	border-radius: 0;
	transition-property: background-color, border-color, color, box-shadow;
	transition-duration: 0.4s;
}
.submitBlock .btnLink > li > span > input[disabled] {
	background-color: #ccc;
	color: #999;
}
.submitBlock .btnLink > li > span > input[disabled]:hover {
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	cursor: default;
}
.diagnosticBox .submitBlock .btnLink > li > span > input {
	padding: 10px 2em;
}
.submitBlock .is-submit {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 0;
}
.submitBlock .is-submit > li {
	margin-top: 0;
}
.submitBlock .is-submit > li + li {
	margin-left: 32px;
}
.submitBlock .is-submit > li + li span {
	width: 370px;
}
.anchorLink > li > a {
	position: relative;
	display: inline-block;
}
.anchorLink > li > a > span {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0 1.5em 0 0;
}
.anchorLink.is-button {
	display: inline-block;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.anchorLink.is-button > li {
	display: block;
	margin-top: 0;
}
.anchorLink.is-button > li > a {
	display: block;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
.anchorLink.is-button > li:first-child > a {
	border-top: 0;
}
.anchorLink.is-glued > li > span,
.anchorLink.is-glued > li > a {
	border-right: 1px solid #dbdbdb;
}
.anchorLink.is-flex2 > *:nth-child(2n+1),
.anchorLink.is-flex3 > *:nth-child(3n+1),
.anchorLink.is-flex4 > *:nth-child(4n+1),
.anchorLink.is-flex5 > *:nth-child(5n+1) {
	border-left: 1px solid #dbdbdb;
}
.anchorLink.is-button > li > a > span,
.anchorLink.is-glued > li > span,
.anchorLink.is-glued > li > a > span {
	padding: 1em 3em 1em 1.5em;
}
.indexLink > .column > a > *:first-child,
.cardLink > .column > a > *:first-child,
.cardLink.slick-slider .column > a > *:first-child {
	margin-top: 0;
}
.indexLink > .column > a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 1.5em 2em;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
}
.indexLink > .column > a.is-borderNutra {
	border-style: solid;
	border-width: 2px;
}
.cardLink > .column > a,
.cardLink.slick-slider .column > a{
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
}
.indexLink.is-thumb > .column > a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
.indexLink.is-thumb > .column > a > .img {
	flex: none;
	margin: 0 0 0 10px;
}
.indexLink.is-thumb > .column > a > .linkText {
	margin-left: 10px;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	font-size: 1.6rem;
}
.indexLink.is-thumb > .column > a > .linkText:before {
	top: 1.4em;
}
.indexLink > .column > a:hover,
.cardLink > .column > a:hover,
.cardLink.slick-slider .column > a:hover{
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}
.indexLink > .column .linkText,
.cardLink > .column .linkText > span,
.cardLink.slick-slider .column .linkText > span{
	position: relative;
	margin-top: 0;
	padding-left: 1em;
	font-size: 1.6rem;
	color: #3366cc;
	line-height: 1.5;
}
.indexLink > .column .linkText {
	font-size: 1.7rem;
}
.cardLink > .column .linkText,
.cardLink.slick-slider .column .linkText{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-top: 0;
	padding: 0.8em 0.8em 0;
}

.cardLink > .column > a > .linkText:first-child,
.cardLink.slick-slider .column > a > .linkText:first-child {
	padding-top: 0;
}
.indexLink > .column > a:visited .linkText,
.cardLink > .column > a:visited .linkText > span,
.cardLink.slick-slider .column > a:visited .linkText > span{
	color: #6d4d8c;
}
.indexLink > .column > a:hover .linkText,
.cardLink > .column > a:hover .linkText > span,
.cardLink.slick-slider .column > a:hover .linkText > span{
	text-decoration: underline;
}
.indexLink > .column .linkText + *,
.cardLink > .column .linkText + *,
.cardLink.slick-slider .column .linkText + *{
	margin-top: 1em;
}
.indexLink > .column .figureColumn .imgL.is-indexThumb {
	margin-right: 15px;
	margin-left: 0;
}
.indexLink > .column .figureColumn .imgR.is-indexThumb {
	margin-right: 0;
	margin-left: 15px;
}
.cardLink > .column .linkText + p,
.cardLink.slick-slider .column .linkText + p{
	margin-top: 0;
	padding: 0.5em 1.2em 1em;
}
.cardLink > .column.is-noBorder > a,
.cardLink > .column.is-noBorder > a:hover {
	box-shadow: none;
}
.cardLink > .column.is-noBorder .linkText,
.cardLink > .column.is-noBorder .linkText + p {
	padding-right: 0;
	padding-left: 0;
}

/* bannerLink */
.bannerLink {
	width: 780px;
	margin: 3em auto 0;
}
.is-navi .bannerLink {
	width: 100%;
}
.bannerLink > a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #333;
}
.bannerLink > a:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}
.bannerLink dl {
	padding: 1em 2em;
}
.bannerLink dl > dt {
	font-size: 1.7rem;
}
.bannerLink dl > dd {
	margin-top: 0.5em;
}


/* list
-------------------------------- */
/* normalList */
.normalList {
	margin-top: 1.5em;
}
.normalList > li {
	position: relative;
	margin-top: 1em;
	padding-left: 1em;
	line-height: 1.5;
}
.normalList > li:first-child,
.normalList > li > .normalList > li:first-child,
.normalList > li > .numberList > li:first-child {
	margin-top: 0;
}
.normalList > li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #a1a1a1;
	border-radius: 50%;
}
.normalList.is-iconSmall > li:before {
	top: 0.6em;
	width: 4px;
	height: 4px;
	background-color: #ccc;
}
.normalList.is-iconLine > li:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 1px;
	background-color: #ccc;
}
.normalList.is-bgGraPinkTex {
	-webkit-align-items: center;
	align-items: center;
	padding: 1em 1.5em;
}
.normalList.is-strong > li {
	font-size: 1.7rem;
	line-height: 1.5;
}
.is-bgGraPinkTex .normalList > li,
.normalList.is-bgGraPinkTex > li {
	padding-left: 1.5em;
}
.normalList.is-bgGraPinkTex > li {
}
.is-bgGraPinkTex .normalList > li:before,
.normalList.is-bgGraPinkTex > li:before {
	top: 0.8em;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: -webkit-linear-gradient(top, #ffd8ce 0%, #ffebe6 100%);
	background: linear-gradient(to bottom, #ffd8ce 0%, #ffebe6 100%);
}
.normalList > li:first-child {
	margin-top: 0;
}
.normalList > li > .normalList,
.normalList > li > .numberList {
	margin-top: 0.8em;
}
.normalList > li > .is-item {
	display: inline-block;
	padding-bottom: 0.3em;
}
.normalList > li > .normalList > li,
.normalList > li > .numberList > li {
	margin-top: 0.5em;
}

/* numberList */
.numberList {
	margin-top: 1.5em;
}
.numberList > li {
	position: relative;
	margin-top: 1em;
	line-height: 1.5;
}
.numberList > li:first-child {
	margin-top: 0;
}
.numberList > li > .number {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 2em;
	text-align: right;
}
.numberList > li > .number:after {
	content: ".";
}
.numberList > li > .normalList,
.numberList > li > .numberList {
	margin-top: 0.5em;
}
.numberList > li > .is-item {
	display: inline-block;
	padding-bottom: 0.3em;
}
.numberList > li > .normalList > li,
.numberList > li > .numberList > li {
	margin-top: 0.5em;
}
.numberList > li > * {
	text-indent: 0;
}
.numberList > li {
	padding-left: 2.5em;
}
.numberList.is-brackets > li {
	padding-left: 3.8em;
}
.numberList.is-brackets > li > .number {
	width: 4em;
	text-align: right;
}
.numberList.is-brackets > li > .number:before {
	content: "（";
}
.numberList.is-brackets > li > .number:after {
	content: "）";
}

/* noteList */
.noteList {
	margin-top: 1.5em;
}
.noteList > li:first-child {
	margin-top: 0;
}
.noteList > li > .normalList,
.noteList > li > .numberList {
	margin-top: 0;
}
.noteList > li .normalList > li,
.noteList > li > .iconLink {
	margin-top: 0.8em;
	text-indent: 0;
}
.noteList > li .numberList > li {
	margin-top: 0.8em;
}
.noteList > li {
	position: relative;
	margin-top: 0.5em;
	padding-left: 1.5em;
	color: #707070;
}
.noteList > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.noteList.is-asterisk > li:before {
	content: "*";
}

/* noteNumList */
.noteNumList {
	margin-top: 1.5em;
}
.noteNumList > li {
	position: relative;
	margin-top: 0.5em;
	padding-left: 3.5em;
	color: #707070;
}
.noteNumList > li:first-child {
	margin-top: 0;
}
.noteNumList > li > .number {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 3em;
}
.noteNumList > li > .number:before {
	content: "※";
}
.noteNumList.is-asterisk > li > .number:before {
	content: "*";
}
.noteNumList > li.has-double {
	padding-left: 5.5em;
}
.noteNumList > li.has-double .number + .number {
	left: 2em;
}
/* .defineList */
.defineList {
	margin-top: 1.5em;
}
.defineList.is-float + .defineList.is-float {
	margin-top: 1em;
}
.defineList.is-border {
	padding: 1.5em 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.defineList.is-border + .defineList.is-border {
	margin-top: 0;
	border-top: none;
}
.defineList > *:first-child {
	margin-top: 0;
}
.defineList dt,
.numberText {
	font-size: 1.6rem;
	line-height: 1.5;
}
.defineList dd {
	margin-top: 0.8em;
	line-height: 1.5;
}
.numberText + * {
	margin-top: 0.8em !important;
}
.defineList.is-float dt {
	float: left;
	font-size: 1.4rem;
}
.defineList.is-float dt:after {
	content: "：";
}
.defineList.is-border dt {
	margin-right: 15px;
}
.defineList.is-border dt:after {
	content: "";
}
.defineList.is-float dd,
.defineList.is-border dd {
	overflow: hidden;
	margin-top: 0;
}
.defineList.is-number dt,
.numberText {
	position: relative;
	padding-left: 40px;
	font-weight: normal;
	font-size: 1.7rem;
}
.defineList.is-number dt > .number,
.numberText > .number {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #4d4d4d;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-indent: -0.2em;
	letter-spacing: -0.2em;
}
.defineList.is-number dd {
	margin-top: 0.8em;
	padding-left: 40px;
}
.is-partner .defineList dt {
	font-size: 1.6rem;
}
.is-partner .defineList dt + dd {
	margin-top: 0.3em;
}
.is-partner .figureColumn .defineList dt {
	font-size: 1.7rem;
}
.defineList dd > .normalList,
.defineList dd > .numberList {
	margin-top: 0.5em;
}
.defineList dd > .normalList > li,
.defineList dd > .numberList > li {
	margin-top: 0.3em;
}

/* flowList */
.flowList {
	margin-top: 1.5em;
}
.flowList > ul {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 0;
	background-color: transparent;
}
.flowList > ul li {
	position: relative;
	padding: 0;
	margin: 0 2px 0 0;
	line-height: 1.5;
}
.flowList.is-listNum2 > ul li {	width: calc((100% - 2px) / 2);}
.flowList.is-listNum3 > ul li {	width: calc((100% - 4px) / 3);}
.flowList.is-listNum4 > ul li {	width: calc((100% - 6px) / 4);}
.flowList.is-listNum5 > ul li {	width: calc((100% - 8px) / 5);}
.flowList.is-listNum6 > ul li {	width: calc((100% - 10px) / 6);}
.flowList.is-listNum7 > ul li {	width: calc((100% - 12px) / 7);}
.flowList.is-listNum8 > ul li {	width: calc((100% - 14px) / 8);}
.flowList.is-listNum9 > ul li {	width: calc((100% - 16px) / 9);}

.flowList > ul li:last-of-type {
	margin-right: 0;
}
.flowList > ul li > * {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 1em 0.5em 1em 2.4em;
	background-color: #fff;
	border-color: #fff;
}
.flowList > ul li.is-current > * {
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #f5f5f5 100%);
	background: linear-gradient(to right, #e5e5e5 0%, #f5f5f5 100%);
	border-color: #f5f5f5;
}
.flowList > ul li:first-of-type > * {
	padding-left: 1.2em;
}
.flowList > ul li:last-of-type > * {
	padding-right: 1.2em;
}
.flowList > ul li:after,
.flowList > ul li > *:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	height: 0;
	width: 0;
	border: 40px solid transparent;
	border-right-width: 0;
	border-left-width: 15px;
	margin-top: -40px;
}
.flowList > ul li:after {
	z-index: 1;
	-webkit-transform: translateX(1px);
	transform: translateX(1px);
	border-left-color: #e5e5e5;
}
.flowList > ul li > *:after {
	z-index: 2;
	border-left-color: inherit;
}
.flowList > ul li:last-of-type:after,
.flowList > ul li:last-of-type > *:after {
	display: none;
}
.flowList > ul li.is-current:after {
	display: none;
}

/* legendList */
.legendList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.legendList > li {
	margin-left: 30px;
	font-size: 1.3rem;
}
.legendList > li:first-child {
	margin-left: 0;
}
.legendList > li > .icon {
	display: inline-block;
	width: 4em;
	padding: 8px 3px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.legendList > li > .text {
	display: inline-block;
	margin-left: 10px;
}
.legendList > .is-pharma > .icon {
	background-color: #c84b66;
}
.legendList > .is-nutra > .icon {
	background-color: #116caf;
}
.legendList > .is-company > .icon {
	background-color: #227641;
}

/* businessTelList */
.businessTelList,
.businessTelList + .defineList,
.businessTelList + .iconLink,
.businessTelList + .defineList + .iconLink {
	margin-top: 0.8em;
}
.businessTelList > li {
	margin-top: 0.8em;
	font-size: 1.3rem;
}
.businessTelList > li:first-child {
	margin-top: 0;
}
.businessTelList > li > .icon {
	display: inline-block;
	width: 4em;
	margin: 0 10px 0 0;
	padding: 8px 3px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.businessTelList > li > .telLinkNum {
	color: #333;
}
.businessTelList .icon.is-pharma {
	background-color: #c84b66;
}
.businessTelList .icon.is-nutra {
	background-color: #116caf;
}

/* bgList */
.bgList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 1.5em;
	background-color: #fff;
}
.bgList > li {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 0.5em 1em;
	line-height: 1.5;
}
.bgList.is-bgGray > li {
	background-color: #f5f5f5;
}
[class*="is-flex"].bgList > * {
	margin-top: 8px;
	margin-left: 8px;
}
.bgList.is-flex2 > * {	width: calc((100% - 8px) / 2);}
.bgList.is-flex3 > * {	width: calc((100% - 16px) / 3);}
.bgList.is-flex4 > * {	width: calc((100% - 24px) / 4);}

.bgList.is-flex2 > *:nth-child(2n+1),
.bgList.is-flex3 > *:nth-child(3n+1),
.bgList.is-flex4 > *:nth-child(4n+1) { margin-left: 0;}

.bgList.is-flex2 > *:nth-child(-n+2),
.bgList.is-flex3 > *:nth-child(-n+3),
.bgList.is-flex4 > *:nth-child(-n+4) { margin-top: 0;}

/* justified */
.is-justified {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.is-justified > li {
	margin-right: 1.5em;
}
.iconLink.is-justified > li:first-child,
.normalList01.is-justified > li:first-child,
.anchorLink.is-justified > li:first-child{
	margin-top: 1em;
}

/* qaList openBox */
.qaListWrap,
.openBoxWrap {
	margin-top: 3em;
}
.qaListWrap > *,
.openBoxWrap > * {
	margin-top: 0;
}
.qaList,
.openBoxList {
	margin-top: 2em;
}
.qaList > .question,
.openBoxList > .js-switch {
	position: relative;
	padding-left: 50px;
	padding-bottom: 1.5em;
}
.qaList > .question > .title > span,
.openBoxList > .js-switch > .title > span {
	display: inline-block;
	padding-right: 30px;
	font-size: 1.6rem;
}
.qaList > .question > .title > span:before {
	content: "Q";
	position: absolute;
	top: -0.3em;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 50%;
	font-weight: bold;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
}
.qaList > .answer,
.openBoxList > .js-detail {
	position: relative;
	padding-top: 1.5em;
	padding-left: 50px;
	border-top: 1px solid #e5e5e5;
}
.qaList > .answer:before {
	content: "A";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 50%;
	font-weight: bold;
	font-size: 2.2rem;
	color: #333;
	text-align: center;
}
.qaList > .answer > *:first-child,
.openBoxList > .js-detail > *:first-child {
	margin-top: 0;
}
.qaList > .answer > .text,
.openBoxList > .js-detail .text {
	font-size: 1.6rem;
}
.qaList.js-accordion,
.openBoxList {
	border: 1px solid #e6e6e6;
}
.qaList.js-accordion > .question {
	padding: 20px 50px 20px 70px;
	cursor: pointer;
}
.openBoxList > .js-switch {
	padding: 20px;
	cursor: pointer;
}
.qaList.js-accordion > .question > .title,
.openBoxList > .js-switch > .title {
	margin-top: 0;
}
.qaList.js-accordion > .question > .title > span:before {
	top: 50%;
	left: 20px;
	margin-top: -20px;
}
.qaList.js-accordion > .question > .title > span:after,
.openBoxList > .js-switch > .title > span:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.9em;
	content: "＋";
	font-size: 3rem;
	color: #b1b1b1;
}
.qaList.js-accordion > .question.js-open > .title > span:after,
.openBoxList > .js-switch.js-open > .title > span:after {
	content: "－";
}
.qaList.js-accordion > .answer {
	padding: 1.5em 20px 1.5em 70px;
	background-color: #f5f5f5;
}
.openBoxList > .js-detail {
	padding: 20px;
	background-color: #f5f5f5;
}
.qaList.js-accordion > .answer:before {
	left: 20px;
	background-color: #fff;
}


/* box
-------------------------------- */

/* columnBox */
.columnBox {
	margin-top: 1.5em;
	padding: 2em;
}
.columnBox > *:first-child {
	margin-top: 0;
}
.columnTitle {
	font-size: 2rem;
}

/* boxLink */
.boxLink .column > .iconLink {
	display: flex;
}
.boxLink .column > .iconLink > li > a {
	font-size: 1.6rem;
}

/* borderBox */
.borderBox {
	overflow: hidden;
	margin-top: 3em;
	padding: 2em;
	border: 1px solid #e6e6e6;
}
.borderBox > *:first-child,
.borderBox .inner > *:first-child{
	margin-top: 0;
}
.borderBox .columnTitle + .is-arrowHeading {
	margin-top: 1em;
	font-weight: normal;
	font-size: 1.6rem;
}
.borderBox .columnTitle + .is-arrowHeading + .inner {
	margin-top: 1.5em;
}
.borderBox.is-narrow {
	display: inline-block;
	padding: 1em 1.5em;
}
.borderBox.is-alert {
	padding: 2em;
	border-width: 2px;
}

/* bgBox */
.bgBox {
	margin-top: 1.5em;
	padding: 2em;
}
.bgBox > *:first-child,
.bgBox .column > *:first-child,
.bgBox .inner > *:first-child {
	margin-top: 0;
}
.bgBox .is-arrowHeading {
	margin-top: 1em;
	font-size: 1.6rem;
}
.bgBox .columnTitle + .is-arrowHeading {
	font-weight: normal;
}
.bgBox .columnTitle + .inner {
	margin-top: 1em;
}
.bgBox .is-arrowHeading + .inner{
	margin-top: 1.5em;
}
.bgBox.is-narrow {
	display: inline-block;
	padding: 1em 1.5em;
}
.bgBox.is-bgBlue .columnTitle span {
	position: relative;
	display: inline-block;
	padding: 0 200px;
}
.bgBox.is-bgBlue .columnTitle span:before,
.bgBox.is-bgBlue .columnTitle span:after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 6px;
	width: 174px;
	display: block;
	content:"";
}
.bgBox.is-bgBlue .columnTitle span:before {
	left: 0;
	background: url(../png/index_bg09.png) 0 0 no-repeat;
}
.bgBox.is-bgBlue .columnTitle span:after {
	right: 0;
	background: url(../png/index_bg10.png) 0 0 no-repeat;
}
.bgBox.is-bgBlue .btnLink > li > a{
	border: 2px solid #a4c6ff;
}

/* profileBox */
.profileBox {
	margin-top: 2em;
	border-top: 1px solid #e5e5e5;
}
.profileBox > *:first-child {
	margin-top: 2em;
}
.profileBox .belongs {
	font-size: 1.6rem;
	line-height: 1.5;
}
.profileBox .catchCopy,
.profileBox .name {
	margin-top: 1em;
	font-size: 2rem;
	line-height: 1.5;
}

/* flowBox */
.flowBox .figureColumn {
	margin-top: 3em;
}
.flowBox .figureColumn .text > .number {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-color: #4d4d4d;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.flowBox .figureColumn .text > .description {
	overflow: hidden;
}
.flowBox .figureColumn .text > .description > *:first-child {
	margin-top: 0;
}
.flowBox + .flowBox {
	position: relative;
	margin-top: 3em;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}
.flowBox + .flowBox:after,
.flowBox + .flowBox:before {
	top: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.flowBox + .flowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 22px;
	margin-left: -22px;
}
.flowBox + .flowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 23px;
	margin-left: -23px;
}

/* newsInfo */
.newsInfo {
	margin-top: 2em;
}
.newsInfo > .newsBox {
	margin-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
}
.newsInfo > .newsBox > dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.newsInfo > .newsBox.is-pharma > dl,
.newsInfo > .newsBox.is-nutra > dl,
.newsInfo > .newsBox.is-company > dl {
	padding: 0.5em 0 0.5em 1em;
	border-left-width: 4px;
	border-left-style: solid;
}
.newsInfo > .newsBox.is-pharma > dl {
	border-left-color: #e78795;
}
.newsInfo > .newsBox.is-nutra > dl {
	border-left-color: #6c91e3;
}
.newsInfo > .newsBox.is-company > dl {
	border-left-color: #79ad8c;
}
.newsInfo > .newsBox > dl > dt {
	width: 10em;
	margin-right: 20px;
}
.newsInfo > .newsBox > dl > dt.countryIcon {
	position: relative;
	width: 12em;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.newsInfo > .newsBox > dl > dt.countryIcon .flag {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	margin: -8px 0 0 10px;
}
.newsInfo > .newsBox > dl > .has-icon {
	width: 100%;
	margin-right: 0;
}
.newsInfo > .newsBox > dl > dt .genre {
	display: inline-block;
	margin-left: 2em;
	font-size: 1.2rem;
	font-family: "TBUDゴシック R", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newsInfo > .newsBox.is-pharma > dl > dt .genre {
	color: #c84b66;
}
.newsInfo > .newsBox.is-nutra > dl > dt .genre {
	color: #116caf;
}
.newsInfo > .newsBox.is-company > dl > dt .genre {
	color: #227641;
}
.newsInfo > .newsBox > dl > dd {
	width: calc(100% - 10em);
	margin-right: 20px;
}
.newsInfo > .newsBox > dl > dt.countryIcon dd {
	width: calc(100% - 12em);
}
.newsInfo > .newsBox > dl > .has-icon + dd {
	width: 100%;
	margin-top: 0.5em;
	margin-right: 0;
}
.newsInfo > .newsBox.is-pharma > dl,
.newsInfo > .newsBox.is-nutra > dl,
.newsInfo > .newsBox.is-company > dl {
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.newsInfo .newsNewIcon {
	display: inline-block;
	position: relative;
	margin-left: 2em;
	padding: 2px 17px;
	background-color: #c43137;
	color: #fff;
	font-family: Lato, Arial, Helvetica, "sans-serif";
	font-size: 1.2rem;
	line-height: 1;
}
.newsInfo .newsNewIcon:after {
	content: "";
	top: 50%;
	right: -5px;
	width: 0;
	height: 0;
	margin-top: -10px;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #fff;
	-webkit-transform: scale(0.8, 1.5);
	transform: scale(0.8, 1.5);
}
.newsInfo .newsNewIcon + .genre {
	margin-left: 10px !important;
}
.news-txt-last-aside {
	text-align: center;
	color: #707070;
	font-size: 1.2rem;
}

/* newsBoxLayout */
.newsBoxLayout {
	margin-top: 2em;
	border: 1px solid #e6e6e6;
}
.newsBoxLayoutTitle {
	margin-top: 0;
	padding: 15px 19px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.newsBoxLayoutDetail {
	padding: 30px 19px 19px;
	background-color: #f5f5f5;
}
.newsBoxLayoutDetail > *:first-child {
	margin-top: 0 !important;
}

/* newsAccordion */
.newsAccordion {
	margin-top: 2em;
}
.newsAccordionTitle {
	margin-top: 0;
}
.newsAccordionTitle > a {
	display: block;
	position: relative;
	margin-top: 0;
	padding: 15px 50px 15px 19px;
	background-color: #e6e6e6;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
}
.newsAccordionTitle > a:before,
.newsAccordionTitle > a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 1px;
	margin-top: -1px;
	background-color: #333;
	content: "";
}
.newsAccordionTitle > a:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.newsAccordionTitle.js-open > a:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.newsAccordionDetail {
	padding: 14px 19px 29px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.newsAccordionDetail > *:first-child {
	margin-top: 0 !important;
}

/* newsCheck */
.newsCheckWrap {
	margin-top: 1.5em
}
.newsCheckTitle {
	margin-bottom: .8em;
	font-size: 1.6rem;
	font-weight: bold;
}
.newsCheckBox {
	padding: 18px;
	border: 2px solid #efefef;
	background-color: #fff;
}
.newsCheckBox > *:first-child {
	margin-top: 0 !important;
}
.newsCheckBox .btnLink.type-reset {
	margin-top: 10px;
	text-align: right;
}
.newsCheckColumn {
	display: -webkit-flex;
	display: flex;
	width: 880px;
	margin:  0 auto;
}
.newsCheckColumnItem.is-company {
	width: 70px;
}
.newsCheckColumnItem.is-pharmaceutical-business {
	width: 450px;
}
.newsCheckColumnItem.is-nutraceutical {
	width: 360px;
}
.newsCheckColumnItem + .newsCheckColumnItem {
	margin-left: 15px;
	padding-left: 19px;
	border-left: 1px solid #e6e6e6;
}
.newsCheckColumnItem > dl > dt {
	margin-bottom: 1em;
	font-weight: bold;
}
.newsCheckColumnItem.is-company > dl > dt {
	color: #227641;
}
.newsCheckColumnItem.is-pharmaceutical-business > dl > dt {
	color: #c84b66;
}
.newsCheckColumnItem.is-nutraceutical > dl > dt {
	color: #116caf;
}
.newsCheckColumnItem > dl > dd > *:first-child {
	margin-top: 0 !important;
	overflow: hidden;
}
.newsCheckList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 -18px -10px;
}
.newsCheckList > li {
	margin: 0 0 18px 10px;
}
.newsCheckList > li.is-all {
	width: 100% !important;
}
.newsCheckColumnItem.is-company .newsCheckList > li {
	width: 100%;
}
.newsCheckColumnItem.is-pharmaceutical-business .newsCheckList > li {
	width: calc(((100% - 40px) / 4) - 0.1px);
}
.newsCheckColumnItem.is-pharmaceutical-business .newsCheckList > li.is-double {
	width: calc((((100% - 40px) / 4) * 2 + 10px) - 0.1px);
}
.newsCheckColumnItem.is-nutraceutical .newsCheckList > li {
	width: calc(((100% - 30px) / 3) - 0.1px);
}
.newsCheckColumnItem.is-nutraceutical .newsCheckList > li.is-double {
	width: calc((((100% - 30px) / 3) * 2 + 10px) - 0.1px);
}

/* newsSelect */
.newsSelectWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 1.4em;
}
.newsSelectTitle {
	flex-shrink: 0;
	margin-right: 50px;
	font-size: 1.6rem;
	font-weight: bold;
}
.newsSelect {
	width: 100%;
}
.newsSelectInner {
	position: relative;
	width: 280px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	box-shadow: none;
}
.newsSelectInner::after {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}
.newsSelectInner select {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 15px 30px 15px 20px;
	border: none;
	outline: none;
	background: none;
	color: #333;
	cursor: pointer;
	z-index: 1;
}
.newsSelectInner select::-ms-expand {
	display: none;
}
.newsSelectInner option:disabled {
	color: #ccc;
}

/* newsSearch */
.newsSearch {
	margin-top: 1.4em;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.newsCheckWrap + .newsSearch {
	padding-top: 0;
	border-top: none;
}
.newsSearch > *:first-child {
	margin-top: 0 !important;
}
.newsSearchHits {
	margin-top: 1em;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
}
.newsSearchHitsNumber {
	margin-left: 15px;
	font-size: 2.8rem;
	font-weight: bold;
}
.newsSearchHitsBold {
	font-weight: bold;
}
.newsSearchButton {
	margin-top: 1.2em;
	text-align: center;
}
.newsSearchButton input {
	display: inline-block;
	border: none;
	border-radius: 0;
	padding: .8em 3.5em;
	background: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #36c;
	font-size: 1.6rem;
	vertical-align: top;
	cursor: pointer;
	outline: none;
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
	-webkit-appearance: none;
	appearance: none;
}
.newsSearchButton input:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}

/* eventInfo */
.eventInfo {
	margin-top: 2em;
}
.eventInfo > .eventBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e6e6e6;
}
.eventInfo > .eventBox > .dateInfo {
	width: calc(100% - 350px);
}
.eventInfo > .eventBox > .dateInfo > *:first-child {
	margin-top: 0;
}
.eventInfo > .eventBox > .dateInfo > .date {
}
.eventInfo > .eventBox > .dateInfo > .eventTitle {
	margin-top: 0.5em;
	font-size: 1.7rem;
	line-height: 1.5;
}
.eventInfo > .eventBox > .dateInfo > .place {
	margin-top: 1em;
}
.eventInfo > .eventBox > .dateInfo > .place > dt {
	float: left;
}
.eventInfo > .eventBox > .dateInfo > .place > dt:after {
	content: "：";
}
.eventInfo > .eventBox > .dateInfo > .place > dd {
	overflow: hidden;
}
.eventInfo > .eventBox > .btnLink {
	width: 320px;
	margin: 0 0 0 30px;
}
.eventInfo > .eventBox > .btnLink > li > a {
	display:  block;
}

/* movieBox */
.movieBox {
	margin-top: 2em;
	padding: 0 72px 105px;
	background: url(../png/movie_bg01.png) no-repeat 50% 450px;
}
.is-navi .movieBox {
	padding-bottom: 78px;
	background-size: 926px auto;
	background-position: 50% 324px;
}
.movieFrame {
	position: relative;
	width: 100%;
	padding: calc(480 / 854 * 100%) 0 0;
}
.movieFrame > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.is-consent {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 550px;
	margin: 2em auto 0;
	padding: 1.8em;
	background-color: #f5f5f5;
}
.is-consent > .agree,
.is-consent > .btnLink {
	margin-top: 0;
}
.is-consent > .btnLink {
	margin-left: 40px;
	line-height: 1;
}
.is-consent > .btnLink > li {
	margin-top: 0;
}
.is-consent > .btnLink > li > em > span > input {
	width: 225px;
}

/* flashBox */
.flashBox{
	width: 513px;
	margin: 0 auto;
}

/* libraryBox */
.libraryBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-top: 1.5em;
}
.libraryBox > .btnLink {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 0;
	font-size: 1.6rem;
	text-align: center;
}
.libraryBox > .btnLink + dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 220px);
	padding: 0.8em 2em;
}
.libraryBox > .btnLink + dl > dt {
	font-size: 1.6rem;
	white-space: nowrap;
}
.libraryBox > .btnLink + dl > dd {
	width: 100%;
}
.libraryBox > .btnLink + dl > dd > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 30px;
}
.libraryBox > .btnLink + dl > dd > ul > li {
	margin-right: 1em;
}

/* printBox */
.printBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 3em;
	padding: 1em;
	border: 2px solid #ccc;
}
.printBox > * {
	margin-top: 0;
}
.printBox > .btnLink {
	margin: 0 0 0 15px !important;
}

/* qaBox */
.qaBox {
	margin-top: 5em;
}
.qaBox .titleBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.qaBox .titleBlock > .title {
	margin-top: 0;
	font-size: 1.6rem;
}
.qaBox .titleBlock > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 0 40px;
}
.qaBox .titleBlock > ul > li + li {
	margin-left: 20px;
}
.qaBox .submitBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 15px;
}
.qaBox .submitBlock .textarea {
	width: 770px;
	height: 64px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-size: 1.2rem;
}
.qaBox .submitBlock .textarea.is-lv01 {
	font-size: 1.1rem;
}
.qaBox .submitBlock .textarea.is-lv02{
	height: 74px;
	padding: 10px;
}
.qaBox .submitBlock .btnLink {
	margin: 0 0 0 10px;
}
.qaBox .submitBlock .btnLink input {
	width: 160px;
	height: 60px;
	padding: 0;
}
.is-formMsg {
	margin: 40px 0;
}
.qaBox .is-formMsg {
	margin-top: 0;
	margin-bottom: 20px;
}
/* healthBox */
.healthBox {
	overflow: hidden;
	margin-top: 2em;
	padding: 2em 2em 0;
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 60%, #fff 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #fff 60%, #fff 100%);
}
.healthBox .title {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 5px;
}
.healthBox > .inner {
	margin-top: 20px;
	padding: 30px 35px;
	border: solid 1px #e0e0e0;
}
.healthBox .declaration > p {
	margin-top: 0;
}
.healthBox .declaration > p > em {
	display: block;
	font-size: 2.8rem;
}
.healthBox .declaration > p > em > span {
	display: block;
	padding-bottom: 20px;
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
}
.healthBox .text {
	position: relative;
	margin-top: 30px;
	font-size: 1.6rem;
}
.healthBox .sign {
	margin-top: 1.5em;
	font-size: 1.3rem;
	text-align: right;
}
.healthBox .sign > span {
	font-size: 1.6rem;
}

/* soyBox */
.soyBox {
	margin-top: 2em;
}
.soyBox .figureColumn {
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.soyBox .figureColumn > .imgL {
	margin-right: 20px;
}
.soyBox .figureColumn > .text {
	font-size: 1.3rem;
}
.soyBox .figureColumn > .text > .flowText {
	position: relative;
	margin: 40px 0 0 -35px;
	padding-left: 40px;
	font-size: 2rem;
	line-height: 1.5;
}
.soyBox .figureColumn > .text > .flowText > span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #4d4d4d;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.soyBox .figureColumn > .text > .flowText + * {
	margin-top: 0.5em;
}

/* diagnosticBox */
.diagnosticBox {
	margin-top: 3em;
}
.diagnosticBox > *:first-child,
.diagnosticBox > .items:first-child,
.diagnosticBox > .items > *:first-child {
	margin-top: 0;
}
.diagnosticBox .items {
	margin-top: 3em;
}
.diagnosticBox .title {
	padding: 0 0 0.5em;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.6rem;
}
.diagnosticBox .title.is-question {
	position: relative;
	padding: 0 0 1em 50px;
}
.diagnosticBox .title.is-question > span {
	position: absolute;
	top: -0.3em;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #4d4d4d;
	border-radius: 50%;
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
}
.diagnosticBox .title + .checkboxList {
	margin-top: 1.5em;
}
.diagnosticBox .title + p + .checkboxList {
	margin-top: 1em;
}
.diagnosticBox .title + p {
	padding-left: 20px;
}
.diagnosticBox .checkboxList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-left: 20px;
}
.diagnosticBox .checkboxList.is-flexAuto {
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	padding-left: 0;
}
.diagnosticBox .title + .checkboxList.is-flexAuto {
	margin-top: 1.5em;
}
.diagnosticBox .title + .checkboxList.is-flexAuto > *:first-child {
	margin-top: 0;
}
.diagnosticBox .checkboxList li {
	margin-top: 20px;
	margin-right: 30px;
}
.diagnosticBox [class*="is-flex"].checkboxList li {
	margin-right: 0;
}
.diagnosticBox .checkboxList.is-flexAuto li {
	margin-top: 20px;
}
.diagnosticBox .is-flex2.checkboxList li:nth-child(-n+2),
.diagnosticBox .is-flex3.checkboxList li:nth-child(-n+3),
.diagnosticBox .is-flex4.checkboxList li:nth-child(-n+4) {
	margin-top: 0;
}
.diagnosticBox .inputText {
	height: 24px;
	margin: 0 5px;
}
.diagnosticBox .result {
	margin-top: 1.5em;
	padding-right: 2em;
	text-align: right;
}
.diagnosticBox .result > p {
	display: inline-block;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
}
.diagnosticBox .result > p span {
	display: inline-block;
	width: 200px;
	font-size: 2.4rem;
	color: #c43137;
	text-align: center;
}
.diagnosticBox .itemsInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 1.5em;
	padding-left: 32px;
}
.diagnosticBox .itemsInner.is-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.diagnosticBox .itemsInner > * {
	margin-top: 0 !important;
	margin-right: 32px;
}
.diagnosticBox .itemsInner > .result {
	margin-right: 0;
}
.diagnosticBox .itemsInner .section_total_res {
	font-size: 2.4rem;
	color: #c43137;
}
.diagnosticBox .supervision {
	margin-top: 3em;
	padding-left: 32px;
	font-size: 1.2rem;
	color: #707070;
}

/* contactBox */
.contactBox {
	position: relative;
	margin-top: 3em;
	border: 1px solid #e6e6e6;
}
.contactBox:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(left, #4f6780 0%, #8d99a6 100%);
	background: linear-gradient(to right, #4f6780 0%, #8d99a6 100%);
}
.contactBox > .headBlock > *:first-child,
.contactBox > .numberBlock > .formBox > *:first-child,
.contactBox > .numberBlock > .phoneBox > *:first-child {
	margin-top: 0;
}
.contactBox > .headBlock {
	padding: 1.5em 0;
	text-align: center;
	font-size: 1.6rem;
}
.contactBox > .headBlock span {
	display: block;
	font-size: 3.2rem;
	line-height: 1.2;
}
.contactBox > .numberBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 20px 0;
	background-color: #f5f5f5;
}
.contactBox > .numberBlock .title {
	text-align: center;
}
.contactBox > .numberBlock .title > span {
	position: relative;
	display: inline-block;
	padding-left: 55px;
	font-size: 1.7rem;
}
.contactBox > .numberBlock .title > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.contactBox > .numberBlock > .formBox > .title > span:before {
	background: url(../png/com_sprite01.png) no-repeat 0 -50px;
}
.contactBox > .numberBlock > .phoneBox > .title > span:before {
	background: url(../png/com_sprite01.png) no-repeat -40px -50px;
}
.contactBox > .numberBlock > .formBox {
	width: 50%;
	padding: 0 50px;
}
.contactBox > .numberBlock > .formBox > .btnLink {
	margin-top: 1em;
}
.contactBox > .numberBlock > .formBox > .btnLink > li > a {
	width:  100%;
}
.contactBox > .numberBlock > .formBox > .text01 {
	margin-top: 0.8em;
}
.contactBox > .numberBlock > .phoneBox {
	width: 50%;
	padding: 0 50px;
	border-left: 1px solid #dcdcdc;
}
.contactBox > .numberBlock > .phoneBox > .number {
	text-align: center;
}
.contactBox > .numberBlock > .phoneBox > .number > a {
	font-size: 3.8rem;
	color: #333;
	line-height: 1.2;
	text-decoration: none;
	pointer-events: none;
}
.contactBox > .numberBlock > .phoneBox .text01 {
	margin-top: 0.5em;
	text-align: center;
}

/* podcastBox */
.podcastBox {
	overflow: hidden;
	height: 90px;
	margin-top: 2em;
}
.podcastBox + * {
	margin-top: 2em;
}
.podcastBox > iframe {
	width: 100%;
	height: auto;
}


/* form
-------------------------------- */
input[type="radio"],
input[type="checkbox"] {
	display: none;
}
.radio,
.checkbox {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 30px;
	vertical-align: middle;
	cursor: pointer;
}
a.radio,
a.checkbox {
	color: #333;
	text-decoration: none !important;
}
.radio:hover:after,
.checkbox:hover:after {
	border-color: #333;
}
input[disabled] + .radio,
input[disabled] + .checkbox {
	color: #999;
	cursor: default;
}
input[disabled] + .radio:after,
input[disabled] + .checkbox:after {
	border-color: #bbb;
}
input[disabled] + a.radio:after,
input[disabled] + a.checkbox:after {
	background-color: #f5f5f5;
}
input[disabled] + .radio:hover:after,
input[disabled] + .checkbox:hover:after {
	border-color: #bbb;
}
.checkbox:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #bbb;
	content: '';
}
a.checkbox:after {
	top: 0.1em;
	margin-top: 0;
}
.radio:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #bbb;
	border-radius: 10px;
	content: '';
}
.radio:before {
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #333;
	content: '';
	opacity: 0;
	z-index: 1;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.checkbox:before {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 13px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
a.checkbox:before {
	top: 0.1em;
	margin-top: 0;
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.inputText {
	height: 38px;
	padding: 3px;
	border: 1px solid #d9d9d9;
}
.diagnosticBox .checkboxList li .checkbox:before,
.diagnosticBox .checkboxList li .checkbox:after {
	top: 0.9em;
}
.i-searchBox {
	position: relative;
	margin: 40px 0 20px;
}
.i-searchBox .text {
	display: block;
	padding: 10px 10px 10px 60px;
	border: 1px solid #e6e6e6;
	height: 50px;
	/* line-height: 50px; */
	line-height: 1;
	font-size: 1.6rem;
	width: 765px;
	float: left;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACkUlEQVRYhc2Zr67qQBDGK1DHHst7YPsCCLrz5XANb9EEnoCji0BWoSAVFVf2IYpYh+ixhA1JFYjvCgrhcrmwXf5OMobMZn+d2Z2ZHTzPQXzfbyilWgD6AGYAcgArAJtKV9VvMwB9pVTL9/2Gy161JAiCJoChiPwAYB2t1gyDIGjeHazT6XyKyLjyTi2wM7oRkXGn0/m8CxyALxFZ3gHs1KNLAF/OYL7vNyqv3RXsDOi49vlst9sfANJHwx1p2m63P6w992S4A6SVJ58R1kvhvggH4OtVcHtVSv06C1elkrvfVgddnU1BdULb6/UYxzG11izLkiRZliW11ozjmL1e776hriqEVRKOoojGGJJkURTMsoxJkjDLMhZFQZI0xjCKolsgN39VHABDm4XT6ZQkqbXmYDA4azMYDKi1JklOp9NbIIeHtGJTW6MoIklmWcZut3vRttvtMssyknT2pIj8+L7f8Kqu5OqZM8ZQa30V7hhSa831eu18JpVSLQ+7lumiYRzHJMkwDGttEIYhSTKOY9cw9z3seraLhnmec7FYOG2yWCyY57kr4MwDML9maIxhmqZOm6RpSmOMK+Dcs0nO2+2Wk8nEaZPJZMLtduu0VkSWHizy3ws9uLECfOEZ3FiF+FW3eB/iq5fkVXkQwNwqzQDulWQ0GrnCEVWauZqo91q3FpdlySRJbgHsW5W6U0/adjP7D3KFVEq1rJuF0zNp2w8mSeIEeWgW6rRbruoIOXRqWG+FtOwRN/+MSJ7xmkuSxCrhn33dvcujSUSW/53b4J2fnc8Mda3Qnsrbjz48bzc8EpHfz4SzHh4de/Jtx2/HggcOMK9eCFt56xHwsQRB0BSRb9chuoh8P2SIfirP/BviD57Fqfw2KLRzAAAAAElFTkSuQmCC) 10px 50% no-repeat;
	-webkit-background-size: 35px auto;
	background-size: 35px auto;
	outline: none;
}
.i-searchBox .btn {
	width: 215px;
	margin-left: 20px;
	float: right;
	display: block;
	border: none;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	color: #36c;
	cursor: pointer;
	font-size: 1.6rem;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
}
.i-searchBox .btn:hover {
	text-decoration: underline;
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
}
.i-searchLogo {
	margin-top: 20px;
	text-align: right;
}
.i-searchLogo img {
	width: auto;
	height: 20px;
	opacity: 1 !important;
}
.probo-searchForm {
	margin: 40px 0 20px;
}
.probo-searchBox .text {
	display: block;
	padding: 10px 10px 10px 60px;
	border: 1px solid #e6e6e6;
	height: 50px;
	/* line-height: 50px; */
	line-height: 1;
	font-size: 1.6rem;
	width: 765px;
	float: left;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACkUlEQVRYhc2Zr67qQBDGK1DHHst7YPsCCLrz5XANb9EEnoCji0BWoSAVFVf2IYpYh+ixhA1JFYjvCgrhcrmwXf5OMobMZn+d2Z2ZHTzPQXzfbyilWgD6AGYAcgArAJtKV9VvMwB9pVTL9/2Gy161JAiCJoChiPwAYB2t1gyDIGjeHazT6XyKyLjyTi2wM7oRkXGn0/m8CxyALxFZ3gHs1KNLAF/OYL7vNyqv3RXsDOi49vlst9sfANJHwx1p2m63P6w992S4A6SVJ58R1kvhvggH4OtVcHtVSv06C1elkrvfVgddnU1BdULb6/UYxzG11izLkiRZliW11ozjmL1e776hriqEVRKOoojGGJJkURTMsoxJkjDLMhZFQZI0xjCKolsgN39VHABDm4XT6ZQkqbXmYDA4azMYDKi1JklOp9NbIIeHtGJTW6MoIklmWcZut3vRttvtMssyknT2pIj8+L7f8Kqu5OqZM8ZQa30V7hhSa831eu18JpVSLQ+7lumiYRzHJMkwDGttEIYhSTKOY9cw9z3seraLhnmec7FYOG2yWCyY57kr4MwDML9maIxhmqZOm6RpSmOMK+Dcs0nO2+2Wk8nEaZPJZMLtduu0VkSWHizy3ws9uLECfOEZ3FiF+FW3eB/iq5fkVXkQwNwqzQDulWQ0GrnCEVWauZqo91q3FpdlySRJbgHsW5W6U0/adjP7D3KFVEq1rJuF0zNp2w8mSeIEeWgW6rRbruoIOXRqWG+FtOwRN/+MSJ7xmkuSxCrhn33dvcujSUSW/53b4J2fnc8Mda3Qnsrbjz48bzc8EpHfz4SzHh4de/Jtx2/HggcOMK9eCFt56xHwsQRB0BSRb9chuoh8P2SIfirP/BviD57Fqfw2KLRzAAAAAElFTkSuQmCC) 10px 50% no-repeat;
	-webkit-background-size: 35px auto;
	background-size: 35px auto;
	outline: none;
}
.probo-searchBox .btn {
	width: 215px;
	margin-left: 20px;
	float: right;
	display: block;
	border: none;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	color: #36c;
	cursor: pointer;
	font-size: 1.6rem;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
}
.probo-searchBox .btn:hover {
	text-decoration: underline;
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
}
.searchKeywordBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.searchKeywordTitle {
	flex-shrink: 0;
	margin-right: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
}
.searchKeyword {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.searchKeywordInput {
	width: 100%;
	display: block;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	height: 50px;
	background: #fff;
	font-size: 1.6rem;
	outline: none;
}
.searchKeyword table[class*="popterm"] {
	left: 0;
	margin-left: 0 !important;
}
.searchKeywordButton {
	flex-shrink: 0;
	width: 160px;
	border: none;
	border-radius: 0;
	height: 50px;
	margin-left: 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #36c;
	font-size: 1.6rem;
	line-height: 50px;
	cursor: pointer;
	outline: none;
	transition-duration: 0.4s;
	transition-property: background-color, border-color, color, box-shadow;
	-webkit-appearance: none;
	appearance: none;
}
.searchKeywordButton:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}
.resultUtil {
	margin: 30px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.resultUtil > *,
.resultUtil > .result-sort > li,
.resultUtil > .result-sort > li:first-child {
	margin-top: 0 !important;
}
.resultUtil > .result-sort > li:last-child {
	margin-right: 0;
}
.resultUtil > .result-sort > li > a.is-current {
	font-weight: bold;
	color: #333;
	cursor: default;
}
.resultUtil > .result-sort > li > a.is-current:hover {
	text-decoration: none;
}
.resultUtil > .result-sort > li > a.is-current:before {
	display: none;
}
.resultList {
	margin: 50px 0;
}
.figureColumn.is-result p {
	color: #333;
}
.figureColumn.is-result .result-link,
.figureColumn.is-result .result-url {
	position: relative;
	display: inline-block;
	color: #3366cc;
}
.figureColumn.is-result .result-link {
	font-weight: bold;
	font-size: 1.6rem;
}
.figureColumn.is-result .result-url {
	word-break: break-all;
}
a.figureColumn.is-result:hover {
	text-decoration: none;
}
a.figureColumn.is-result :hover .result-link,
a.figureColumn.is-result :hover .result-url {
	text-decoration: underline;
}
.block-result-end {
	margin-top: 100px;
}
/* table
-------------------------------- */
[class*="table"] {
	table-layout: fixed;
}
.tableLayout {
	width: 100%;
	margin-top: 2em;
	border: solid 1px #e0e0e0;
}
.modalLayout .tableLayout {
	margin-top: 0.8em;
}
.spScroll + .spScroll {
	margin-top: 2.5em;
}
.is-flex2 .column .tableLayout {
	margin-top: 1em;
}
.is-tableTitle + [class*="table"],
.is-tableTitle + .spScroll
.spScroll > [class*="table"],
li > .tableLayout,
li > .spScroll {
	margin-top: 0.8em;
}
.is-tableTitle > p {
	float: left;
	margin-top: 0;
}
.tableLayout th,
.tableLayout td {
	padding: 1em;
	background-color: #ffffff;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	font-size: 1.4rem;
	vertical-align: top;
	text-align: left;
}
.tableLayout.is-narrow th,
.tableLayout.is-narrow td {
	padding: 10px;
	font-size: 1.2rem;
}
.tableLayout .is-level1 {
	background: #6f6f6f;
	color: #fff;
}
.tableLayout .is-level2 {
	background: #f5f5f5;
}
[class*="tableLayout"] th > *:first-child,
[class*="tableLayout"] td > *:first-child {
	margin-top: 0;
}
[class*="tableLayout"] .btnLink a {
	padding: 1em 1.5em;
}
[class*="table"] + .noteList,
.is-spScroll + .noteList,
.is-spScroll + .normalList,
.is-colFix + .noteList,
.is-colFix + .normalList,
li > [class*="table"] + .noteList,
li > .is-spScroll + .noteList {
	margin-top: 0.5em;
}
[class*="table"] td .is-flex1 {
	margin-top: 1em;
}
[class*="table"] .iconLink li:not(:first-child),
[class*="table"] .normalList li:not(:first-child),
[class*="table"] .numberList li:not(:first-child) {
	margin-top: 0.3em;
}
.is-spScroll {
	margin-top: 2em;
}
.is-spScroll .jspPane {
	margin-left: 0 !important;
}
.is-spScroll .tableLayout {
	width: 1000px;
	margin-top: 0;
}
.is-navi .is-spScroll .tableLayout {
	width: 760px;
}
.is-navi .borderBox .is-spScroll .tableLayout {
	width: 100%;
	min-width: 700px;
}
.modalLayout .is-spScroll .tableLayout {
	width: 100%;
	min-width: 900px;
}
.modalLayout .is-spScroll .jspContainer {
}
* > .is-spScroll .tableLayout {
	/*width: 100%;*/
	margin-top: 0;
}
.innerTable th,
.innerTable td {
	padding: 0.3em !important;
	background-color: #ffffff;
	border-right: none;
	border-bottom: none;
	vertical-align: middle;
}
.floatTable {
	margin: 10px 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.floatTable.is-grid7 > .floatTable-grid {
	width: 14.28%;
}
.floatTable.is-grid10 > .floatTable-grid {
	width: 10%;
}
.floatTable-grid {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.floatTable-head,
.floatTable-body{
	padding: 5px 2px;
	text-align: center;
	font-size: 1.2rem;
}
.modalLayout .floatTable-head,
.modalLayout .floatTable-body {
	font-size: 1.1rem;
}
.floatTable-head {
	flex-grow: 1;
}
.floatTable-head.is-lv01 {
	color: #fff;
	background-color: #707070;
}
.floatTable-head.is-lv02 {
	background-color: #f5f5f5;
}
.floatTable-body {
	border-top: 1px solid #e0e0e0;
}
.floatTable-body.is-null {
	color: #ccc;
}
.is-colFix .table-scrollIcon {
	display: none;
}
.is-colFix {
	margin-top: 2em;
	padding-bottom: 25px;
}
.is-colFix .tableLayout {
	margin-top: 0;
}
.is-colFix .tableLayoutWrap .is-level1.is-joinRightCell {
	position: relative;
	z-index: 0;
}
.is-colFix .tableLayoutWrap .is-level1.is-joinRightCell:before,
.is-colFix .tableLayoutWrap .is-level1.is-joinRightCell:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 4;
}
.is-colFix .tableLayoutWrap .is-level1.is-joinRightCell:before {
	top: 0;
	right: -2px;
	width: 3px;
	height: 100%;
	background: #6f6f6f;
}
.is-colFix .tableLayoutWrap .is-level1.is-joinRightCell:after {
	bottom: -1px;
	left: 0;
	width: calc(100% + 1px);
	height: 1px;
	background-color: #e0e0ee;
}
/* tabs
-------------------------------- */
.tabs {
	margin-top: 2em;
}
.tabs .tabList > li > a {
	position: relative;
	/*display: block;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 0.8em 1em;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
}
.tabs .tabList > li > a:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	text-decoration: none;
}
.tabs .tabList > li.open > a {
	background: -webkit-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
	background: linear-gradient(to right, #e6e6e6 0%, #f5f5f5 100%);
	box-shadow: none;
	color: #333;
}
.tabs .tabList > li.open > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 237, 237, 0);
	border-top-color: #ededed;
	border-width: 10px;
	margin-left: -10px;
}
.tabs .tabList.is-navUnder > li.open > a:after {
	top: auto;
	bottom: 100%;
	border-top-color: transparent;
	border-bottom-color: #ededed;
}
.tabs .tabDetail {
	display: none;
	margin-top: 2em;
}
.tabs .tabDetail > *:first-child {
	margin-top: 0;
}


/* other
-------------------------------- */
.solidLine {
	display: block;
	margin: 2em 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e6e6e6;
	height: 1px;
}
.modalContents {
	display: none;
}
.modalLayout {
	padding: 40px;
	background-color: #fff;
}
.modalLayout > *:first-child {
	margin-top: 0;
}
.modalLayout .tableLayout.is-narrow {
	margin-top: 0.8em;
}
.modalLayout .legendList + * {
	margin-top: 0.3em;
}
.modalLayout .legendList > li {
	display: inline-block;
	line-height: 1;
}
.modalLayout .legendList > .is-legend1:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #707070;
	vertical-align: -2px;
}
.modalLayout .legendList > .is-legend2:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	vertical-align: -2px;
}
.modalLayout .legendList > .is-legend3:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #333;
	border-radius: 50%;
	vertical-align: -1px;
}
.modalLayout .legendList > .is-legend4:before {
	content: "－";
	display: inline-block;
	width: 14px;
	height: 14px;
	color: #ccc;
	line-height: 14px;
}
.modalLayout .legendList > li > span {
	display: inline-block;
}
.modalLayout .legendList > li > span:before {
	content: "…";
}


/* unique
-------------------------------- */

/* prioritybox */
.prioritybox {
	margin-top: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.prioritybox-title {
	padding: 15px;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.5em;
}
.prioritybox-list {
	display: -webkit-flex;
	display: flex;
}
.is-grid4 .prioritybox-elm {
	padding: 20px;
	height: 155px;
	width: 25%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 1.6rem;
	-webkit-background-size: cover;
	background-size: cover;
}

/* businessbox */
.businessbox {
	margin-top: 100px;
	position: relative;
	padding: 30px 30px 20px;
	text-align: center;
}
.businessbox > * :first-child {
	margin-top: 0 !important;
}
.businessbox-title {
	font-size: 1.6rem;
	text-align: center;
}
.businessbox-theme {
	text-align: center;
	font-size: 2.4rem;
}
.businessbox .btnLink.is-pharma,
.businessbox .btnLink.is-nutraceutical{
	margin-top: 1.5em;
}
.businessbox .btnLink > li > em > a {
	border-width: 2px;
}
.businessbox .btnLink > li > em > a > span {
	min-width: 340px;
	padding: 1.0em 4em;
}
/* businessbox-madical */
.businessbox.is-madical {
	padding: 30px 10px 20px;
	background-image: -webkit-linear-gradient(#ffebf0, #fffeff);
	background-image: url(../png/index_bg06.png),linear-gradient(#ffebf0, #fffeff);
	background-position: 95% 90%,0 0;
	background-repeat: no-repeat;
}
.is-madical .businessbox-title span {
	display: inline-block;
	padding-bottom: 5px;
	background: url(../gif/index_bg05.gif) 0 100% repeat-x;
}
/* businessbox-nutra */
.businessbox.is-nutra {
	margin-top: 70px;
	padding: 30px 250px 20px;
	background-image: -webkit-linear-gradient(#e0ecff, #fefeff);
	background-image: url(../png/index_bg02-2.png),linear-gradient(#e0ecff, #fefeff);
	background-position: 100% 90%,0 0;
	background-repeat: no-repeat;
}
.is-nutra .businessbox-title span {
	display: inline-block;
	padding-bottom: 5px;
	background: url(../png/index_ex02.png) 0 100% repeat-x;
}

/* soylutionColumn */
.soylutionColumn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1.5em;
}
.soylutionColumn .channelBlock {
	-webkit-order: 2;
	order: 2;
	width: 230px;
}
.soylutionColumn .channelBlock > .text {
	margin-top: 1.5em;
	color: #777;
}
.soylutionColumn .channelBlock .btnLink > li > em > a {
	display: block;
}
.soylutionColumn .linkBlock {
	-webkit-order: 1;
	order: 1;
	width: calc(100% - 260px);
	margin: 0 auto;
}
.soylutionColumn .linkBlock > .title {
	font-size: 2rem;
	color: #777;
	text-align: center;
}
.soylutionColumn [class*="is-flex"] > * {
	margin-top: 22px;
	margin-left: 22px;
}
.soylutionColumn .cardLink {
	margin-top: 22px;
}
.soylutionColumn .title + .cardLink {
	margin-top: 12px;
}
.soylutionColumn .cardLink > .column .linkText {
	padding: 0.8em;
}
.soylutionColumn .cardLink > .column a {
	margin: 0 !important;
}
.soylutionColumn .cardLink > .column .linkText > span {
	font-size: 1.4rem;
}
.soylutionColumn .cardLink > .column figure img {
	width: 100%;
}

.soylutionColumn .is-flex2 > * {	width: calc((100% - 22px) / 2);}
.soylutionColumn .is-flex3 > * {	width: calc((100% - 44px) / 3);}
.soylutionColumn .is-flex4 > * {	width: calc((100% - 66px) / 4);}

.soylutionColumn .is-flex2 > *:nth-child(2n+1),
.soylutionColumn .is-flex3 > *:nth-child(3n+1),
.soylutionColumn .is-flex4 > *:nth-child(4n+1) { margin-left: 0;}

.soylutionColumn .is-flex2 > *:nth-child(-n+2),
.soylutionColumn .is-flex3 > *:nth-child(-n+3),
.soylutionColumn .is-flex4 > *:nth-child(-n+4) { margin-top: 0;}

.checkBoxColumn {
	margin-top: 20px;
	border: 1px solid #e6e6e6;
}
.checkBoxColumn > .switchText {
	margin-top: 0;
}
.checkBoxColumn > .switchText > a {
	position: relative;
	display: flex;
	margin-top: 0;
	padding: 0.5em 3em 0.5em 2em;
	font-size: 1.6rem;
	background-color: #fff;
	height: 50px;
	align-items: center;
}
.checkBoxColumn > .switchText > a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.9em;
	content: "＋";
	font-size: 3rem;
	color: #b1b1b1;
	text-decoration: none !important;
}
.checkBoxColumn > .switchText > a:hover:after {
	text-decoration: none;
}
.checkBoxColumn > .switchText.js-open > a:after {
	content: "－";
}
.checkBoxBlock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	margin-top: 0;
}
.checkBoxBlock .genreBox {
	margin-top: 0;
}
.checkBoxBlock .is-genreOther {
	margin-left: 20px;
}
.checkBoxBlock .is-genreOther dl {
	width: 420px;
	padding-left: 25px;
	border-left: 1px solid #ddd;
}
.checkBoxBlock .is-genreOther dl + dl {
	margin-left: 10px;
}
.checkBoxBlock .genreBox dl dt {
}
.checkBoxBlock .genreBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.checkBoxBlock .genreBox ul > li {
	margin-top: 5px;
	font-size: 1.2rem;
}
.checkBoxBlock .genreBox.is-genreAll ul > li,
.checkBoxBlock .genreBox.is-genreOther ul > li {
	min-width: 25%;
	margin-right: 0;
}
.checkBoxBlock .genreBox.is-year ul {
	padding-right: 150px;
}
.checkBoxBlock .genreBox.is-year ul > li {
	width: calc(100% / 6);
}
.checkBoxBlock .genreBox.is-year ul > li:nth-child(-n+6) {
	margin-top: 0;
}
.checkBoxBlock .genreBox.is-month ul {
	padding-right: 150px;
}
.checkBoxBlock .genreBox.is-month ul > li {
	margin-top: 0;
	margin-right: 12px;
}
.checkBoxBlock .genreBox.is-month ul > li .checkbox {
	padding-left: 25px;
}
.checkBoxBlock .genreBox ul > li.is-all,
.checkBoxBlock .genreBox .is-country li.is-all,
.checkBoxBlock .genreBox .is-country:nth-child(2n) ul > li.is-all {
	min-width: 100%;
}
.checkBoxBlock .genreBox .is-country ul > li {
	min-width: 33%;
}
.checkBoxBlock .genreBox .is-country {
	width: 490px;
}
.checkBoxBlock .genreBox .is-country:nth-child(2n+1){
	margin-left: 0;
}
.checkBoxBlock .genreBox .is-country:nth-child(2n) {
	width: 350px;
}
.checkBoxBlock .genreBox .is-country:nth-child(2n) ul > li {
	min-width: 50%;
}
.checkBoxBlock .genreBox.is-search {
	display: -webkit-flex;
	display: flex;
}
.checkBoxBlock .genreBox.is-search ul > li {
	margin-right: 30px;
}
.checkBoxBlock .is-reset {
	position: absolute;
	top: 25px;
	right: 30px;
	margin-top: 0;
}
.checkBoxBlock .is-reset span {
	padding: 0.3em 1em;
}
.checkBoxBlock .is-reset span:after {
	display: none;
}

/* magazineBanner */
.magazineBanner {
	margin: 60px 0;
}
.magazineBanner > a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	width: 760px;
	margin: 3em auto 0;
	padding: 40px 70px 40px 240px;
	background: #fff url(../png/index_ic01.png) 97% 50% no-repeat;
	border: 1px solid #e5e5e5;
	text-align: left;
	color: #333;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.magazineBanner > a:hover {
	text-decoration: none;
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
}
.magazineBanner > a > .img {
	position: absolute;
	bottom: 0;
	left: 32px;
}
.magazineBanner > a > .title {
	margin-top: 0;
	font-size: 1.7rem;
}
.magazineBanner > a > .title > span {
	font-size: 2.4rem;
	color: #36c;
}
.magazineBanner > a:hover > .title > span {
	text-decoration: underline;
}
.magazineBanner > a > .is-pdfIcon {
	margin-top: 0.3em;
	font-size: 1.6rem;
}
.magazineBanner > a > .is-pdfIcon:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background-image: url(../png/com_sprite01.png);
	background-repeat: no-repeat;
	background-position: -180px 0;
	border: none;
	vertical-align: middle;
}

/* laboBox */
.laboBox {
	margin-top: 2em;
}
.laboBox > .heading {
	padding: 0.8em 1em;
	background-color: #f5f5f5;
	font-size: 1.7rem;
	text-align: center;
}
.laboBox > .inner {
	margin-top: 1.5em;
	padding: 0 2em;
}
.laboBox > .inner > *:first-child {
	margin-top: 0;
}
.laboBox .is-note {
	margin-top: 2.5em;
	padding: 0.3em 1em;
	border: 1px solid #999;
	font-size: 1.2rem;
	color: #707070;
	text-align: center;
}
.laboBox .is-supple {
	margin-top: 1.5em;
	font-size: 1.3rem;
	color: #707070;
}
.laboBox .is-arrowText {
	position: relative;
	margin-top: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.5;
}
.laboBox .is-arrowText:after,
.laboBox .is-arrowText:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.laboBox .is-arrowText:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 9px;
	margin-left: -9px;
}
.laboBox .is-arrowText:before {
	border-width: 10px;
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
	margin-left: -10px;
}
.laboBox .is-strongText {
	text-align: center;
}
.productSet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productElm {
	position: relative;
	margin-bottom: 30px;
}
.productElm > a {
	display: block;
}
.productElm > a:hover img {
	opacity: 0.6;
}
.productItem img {
	width: 100%;
}
.productLink {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}

/* is-yearList */
.btnLink.is-yearList > li > a > span {
	padding: 1em;
}
.btnLink.is-yearList > .is-current > span {
	display: block;
	padding: 1em;
	background: -webkit-linear-gradient(left, #e6e6e6 0%, #f5f5f5 100%);
	background: linear-gradient(to right, #e6e6e6 0%, #f5f5f5 100%);
	text-align: center;
}

/* newsHeadBox */
.newsHeadBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.newsHeadBox > * {
	margin-top: 0;
}
.newsHeadBox .date {
	-webkit-order: 2;
	order: 2;
	font-size: 1.5rem;
	white-space: nowrap;
	margin-left: auto;
}
.newsHeadBox .text {
	-webkit-order: 1;
	order: 1;
	font-size: 1.5rem;
}
.newsHeadBox.is-global .date {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-order: 1;
	order: 1;
	width: 145px;
	min-height: 145px;
	margin-left: 0;
	background: -webkit-linear-gradient(top, #6b70cc 0%, #8c74b2 100%);
	background: linear-gradient(to bottom, #6b70cc 0%, #8c74b2 100%);
	border-right: 1px solid #edecf7;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
.newsHeadBox.is-global .date span {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
}
.newsHeadBox.is-global .text {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-order: 2;
	order: 2;
	width: calc(100% - 145px);
	padding: 40px 20px;
	background-color: #edecf7;
}
.newsHeadBox.is-global .text > * {
	margin-top: 0;
}
.newsHeadBox.is-global .volumeNumber {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.newsHeadBox.is-global .volumeNumber .vol {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 20px;
	background-color: #ab6fa7;
	font-size: 1.2rem;
	color: #fff;
}
.newsHeadBox.is-global .volumeNumber .vol:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #ab6fa7;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.newsHeadBox.is-global .volumeNumber .countryIcon {
	overflow: hidden;
	padding: 8px 0;
}
.newsHeadBox.is-global .volumeNumber .countryIcon li {
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1.2rem;
	color:  #000;
	line-height: 1;
}
.newsHeadBox.is-global .volumeNumber .countryIcon li > img {
	margin-right: 10px;
	vertical-align: middle;
}
.newsHeadBox.is-global .heading {
	font-size: 2.4rem;
	line-height: 1.5;
}

/* newsSnsBox */
.newsSnsBox {
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}
.newsSnsBox > * {
	margin-top: 0;
}
.newsSnsBox .genre {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsSnsBox .is-pharma {
	color: #c84b66;
}
.newsSnsBox .is-nutra {
	color: #116caf;
}
.newsSnsBox .is-company {
	color: #227641;
}
.newsSnsBox .iconLink {
	display: -webkit-flex;
	display: flex;
}
.newsSnsBox .iconLink > li {
	margin: 0 0 0 20px;
}
.newsSnsBox .iconLink > .is-twitter,
.newsSnsBox .iconLink > .is-facebook {
	margin-left: 10px;
}
.newsSnsBox .iconLink > .is-twitter > *,
.newsSnsBox .iconLink > .is-facebook > * {
	vertical-align: middle;
}
.newsSnsBox .iconLink > .is-twitter > .spIconLink,
.newsSnsBox .iconLink > .is-facebook > .spIconLink {
	display: none;
}
.newsSnsBox .iconLink > .is-rss {
	margin-left: 0;
}
.newsSnsBox .iconLink > .is-rss a {
	padding: 0 5px 0 10px;
	background: -webkit-linear-gradient(left, #ff9900 0%, #ffc532 100%);
	background: linear-gradient(to right, #ff9900 0%, #ffc532 100%);
	font-size: 1.1rem;
	color: #fff;
	line-height: 20px;
}
.newsSnsBox.is-newsreleases .iconLink > .is-rss a {
	min-width: 70px;
	text-align: center;
}
.newsSnsBox .iconLink > .is-rss a:before {
	display: none;
}
.newsSnsBox .iconLink > .is-rss a:after {
	background-position: -300px 0;
}
.newsSnsBox .iconLink > .is-facebook a {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}

/* json news */
.set-interview {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.set-interview-tip {
	position: relative;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	width: calc( (100% - 60px) / 3);
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.set-interview-tip:hover {
	text-decoration: none;
}
.set-interview-tip:hover .set-interview-name,
.set-interview-tip:hover .set-interview-more {
	text-decoration: underline;
}
.set-interview-tip:nth-child(3n+1) {
	margin-left: 0;
}
.set-interview-tip:nth-child(n+4) {
	margin-top: 20px;
}
.set-interview-iconWrap {
	position: absolute;
	z-index: 1;
}
.set-interview-iconWrap .set-interview-icon {
	display: block;
	position: relative;
	top: -3px;
	left: -3px;
	width: 63px;
	height: 63px;
}
.set-interview-iconWrap .set-interview-icon::before,
.set-interview-iconWrap .set-interview-icon::after,
.set-interview-iconWrap .set-interview-icon > span::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.set-interview-iconWrap .set-interview-icon::before {
	top: 0;
	right: 0;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent #86060b transparent;
}
.set-interview-iconWrap .set-interview-icon::after {
	bottom: 0;
	left: 0;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent #86060b transparent;
}
.set-interview-iconWrap .set-interview-icon > span {
	display: inline-block;
	position: relative;
	padding: 10px 22px 10px 8px;
	width: 63px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	z-index: 2;
}
.set-interview-iconWrap .set-interview-icon > span::before {
	top: 0;
	left: 0;
	border-width: 63px 63px 0 0;
	border-color: #c43137 transparent transparent transparent;
	z-index: -1;
}
.set-interview-tip figure img {
	width: 100%;
}
.set-interview-video {
	display: block;
}
.set-interview-video figure {
	position: relative;
}
.set-interview-video figure:before {
	z-index: 10;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	content: "";
	display: block;
	background-image: url(../png/com_sprite01.png);
	background-position: 0 -95px;
}
.set-interview-video.is-not-movie figure:before {
	display: none;
}
.set-interview-time {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	line-height: 1;
	font-size: 1.1rem;
}
.set-interview-detail {
	position: relative;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 15px 0 59px;
	margin: 0 20px;
	border-top: 1px solid #e6e6e6;
	min-height: 5em;
}
.set-interview-detail:after,
.set-interview-detail:before {
	position: absolute;
	top: -1px;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
	display: block;
	border: 8px solid transparent;
	border-top-color: #fff;
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}
.set-interview-detail:before {
	border-top-color: #e6e6e6;
	top: 0px;
}
.set-interview-head {
	position: relative;
	padding: 20px 15px;
}
.set-interview-name {
	margin-top: 0;
	font-size: 1.4rem;
	display: block;
	color: #3366cc;
}
.set-interview-lead {
	position: relative;
	padding: 5px 30px 30px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #333;
}
.set-interview-lead > strong {
	display: block;
	max-height: 9.5em;
	overflow: hidden;
	font-weight: normal;
}
.set-interview-lead:before,
.set-interview-lead:after {
	z-index: 5;
	position: absolute;
	content: "";
	background-image: url(../png/com_sprite01.png);
	background-position: -281px -21px;
	width: 18px;
	height: 16px;
display: block;
}
.set-interview-lead:before {
	top: 0;
	left: 0;
}
.set-interview-lead:after {
	bottom: 25px;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.set-interview-more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}
.set-interview-more:after {
	position: absolute;
	top: -30px;
	left: 0px;
	content: "";
	display: block;
	height: 35px;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0.5), white);
}
.set-interview-more > * {
	position: relative;
	display: block;
	padding: 25px 10px 25px;
	color: #3366cc;
}
.set-interview-more > *:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}
.set-interview-more > .is-pickup-flag {
	margin-top: 5px;
	margin-left: 18px;
	padding: 1px 5px 0 5px;
	min-width: auto;
	vertical-align: top;
}
.set-interview-more > .is-pickup-flag:before {
	margin-right: 0;
	margin-top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 0 5px;
	border-color: transparent transparent transparent #c43137;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.set-interview-more > .is-pickup-flag + * {
	padding-top: 7px;
}
/* set-pickup */
.set-pickup .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.set-pickup .slick-slide {
	margin-left: 1px;
	margin-right: 1px;
}
.set-pickup.is-health {
	padding: 1.2em;
	margin-top: 45px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.set-pickup.is-products {
	margin-top: 15px;
}
.set-pickup.is-health .set-pickup-tip {
	overflow: hidden;
}
.set-pickup.is-products .set-pickup-tip {
	margin-bottom: 18px;
	padding: 12px 15px 11px;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content:center;
	font-size: 1.4rem;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}
.set-pickup.is-health .set-pickup-tip .set-pickup-news,
.set-pickup.is-products .set-pickup-tip .set-pickup-news {
	padding-right: 40px;
}
.set-pickup.is-health .set-pickup-tip.is-title,
.set-pickup.is-health .set-pickup-data .set-pickup-icon,
.set-pickup.is-health .set-pickup-data .set-health-news-time {
	float: left;
}
.set-pickup.is-health .set-pickup-tip.is-title .set-health-news-title {
	margin: 0 1.2em 0 0;
}
.set-pickup.is-health .set-pickup-data .set-pickup-icon > .set-icon {
	position: relative;
	width: 60px;
	padding-right: 5px;
	margin: 0.3em 0.8em 0.3em 0;
	background-color: #c43137;
	font-size: 1.1rem;
	text-align: center;
	line-height: 16px;
	color: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.set-pickup.is-health .set-pickup-data .set-pickup-icon > .set-icon:before {
	content: "";
	top: -1px;
	right: -3px;
	width: 0;
	height: 0;
	position: absolute;
	border: 9px solid transparent;
	border-right-color: #fff;
	-webkit-transform: scale(0.8, 1.5);
	transform: scale(0.8, 1.5);
}

.set-pickup.is-health .set-pickup-data .set-health-news-time {
	margin: 0 0.8em 0 0;
	color: #333333;
}
.set-pickup.is-health .set-pickup-data .set-health-news-time > span[class*="set-health-news-"]:before {
	content: "/";
	padding: 0 0.2em;
}
.set-pickup.is-health .set-pickup-data .set-health-news-time > span[class*="set-health-news-"]:first-child:before {
	content: "";
}
.set-pickup.is-health .set-pickup-data .set-health-news-topic {
	overflow: hidden;
	margin-top: 0;
}
.set-pickup.is-products .set-pickup-news a,
.set-pickup.is-health .set-pickup-news .set-pickup-data {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.set-pickup.is-products .set-pickup-news a .is-pickup-flag,
.set-pickup.is-health .set-pickup-news .set-pickup-data .is-pickup-flag {
	flex-shrink: 0;
}
.set-pickup.is-products .set-pickup-news a .is-pickup-flag {
	margin-right: 21px;
}
.set-pickup.is-health .set-pickup-news .set-pickup-data .is-pickup-flag {
	margin-right: 42px;
}
.set-pickup.is-products .slick-slider {
	padding-left: 0;
}
.set-pickup-news .slick-prev {
	left: inherit;
	right: 20px;
}
.set-pickup-news .slick-next {
	right: 0;
}
/* faq */
.btnAndCaption {
	margin-top: 4em;
	color: #666;
}
.btnAndCaption .btnLink > li > a {
	width: 100%;
}
.btnAndCaption p {
	font-size: 1.3rem;
}
/* allergy */
.dlItem-list-row {
	margin-top: 2em;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.dlItem-list-row >dl {
	margin-right: 1em;
}
.dlItem-list-row >dl > dt {
	display: inline;
}
.dlItem-list-row >dl > dd {
	display: inline;
}
.icon-allergy01:before,
.icon-allergy02:before {
	content:"";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #707070;
	font-style: normal;
}
.icon-allergy02:before {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	font-style: normal;
}
.icon-allergy03:before {
	content:"●";
	font-size: 1.3rem;
	color: #333;
	font-style: normal;
}
.icon-allergy04:before {
	content:"－";
	font-size: 1.3rem;
	color: #d9d9d9;
	font-style: normal;
}
/* other */
.js-accordion .js-detail {
	display: none;
}
.js-accordion .js-detail > *:first-child {
	margin-top: 0;
}
.js-accordion.js-sp .js-detail {
	display: block;
}
.is-pickup-flag {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding: 1px 4px 0 9px;
	line-height: 1.38;
	text-align: center;
	font-family: "Lato","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #c43137;
}
.is-pickup-flag.is-new {
	width: 57px;
}
.is-pickup-flag.is-newadd {
	width: 108px;
}
.is-pickup-flag.is-latest {
	width: 63px;
}
.is-pickup-flag.is-updated {
	width: 76px;
}
.is-pickup-flag.is-renewed {
	width: 77px;
}
a .is-pickup-flag,
a:hover .is-pickup-flag {
	text-decoration: none;
}
.set-pickup.is-products .set-pickup-news a:hover,
.set-pickup.is-health .set-pickup-news a:hover {
	text-decoration: none;
}
.set-pickup.is-health .set-pickup-news a:hover p {
	text-decoration: underline;
}
.is-pickup-flag::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	bottom: 0;
	right: -5px;
	border-style: solid;
	border-width: 8px 0 0 5px;
	border-color: transparent transparent transparent #c43137;
	z-index: 1;
}
.is-pickup-flag::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	top: 0;
	right: -5px;
	border-style: solid;
	border-width: 8px 5px 0 0;
	border-color: #c43137 transparent transparent transparent;
	z-index: 1;
}

/* icon
-------------------------------- */
.iconLink li a:before,
.indexLink > .column .linkText:before,
.cardLink > .column .linkText > span:before,
.cardLink.slick-slider .column .linkText > span:before,
.productLink:before,
[class*="heading"] > a:after,
.btnLink > li > a > span:after,
.btnLink > li > em > a > span:after,
.submitBlock .btnLink > li > em > span:after,
.anchorLink > li > a > span:after,
.is-arrowHeading a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnLink > li > em > a:hover > span:after,
.btnLink > li > em > a:visited:hover > span:after,
.submitBlock .btnLink > li > em > span:hover:after {
	border-color: #fff;
}
.iconLink li a:before,
.indexLink > .column .linkText:before,
.cardLink > .column .linkText > span:before,
.cardLink.slick-slider .column .linkText > span:before,
.productLink:before {
	top: 0.5em;
	left: 0;
}
.indexLink > .column .linkText:before {
	top: 0.6em;
	left: 0;
}
.iconLink.is-pager .is-next > a,
.iconLink.is-prevNext .is-next a {
	padding: 0 1.2em 0 0;
}
.iconLink.is-pager .is-prev > a:before,
.iconLink.is-prevNext .is-prev a:before {
	top: 50%;
	left: 2px;
	margin-top: -4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.iconLink.is-pager .is-next > a:before,
.iconLink.is-prevNext .is-next a:before {
	top: 50%;
	right: 2px;
	left: auto;
	margin-top: -4px;
}
.btnLink.is-pager .is-prev > a > span:after,
.submitBlock .is-submit .is-back a span:after {
	top: 50%;
	left: 10px;
	margin-top: -4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.btnLink.is-pager .is-prev > a > span:before {
	content: "・・・";
	position: absolute;
	top: 0;
	right: -40px;
	font-size: 1.6rem;
	color: #808080;
	line-height: 50px;
}
.btnLink.is-pager .is-next > a > span:before {
	content: "・・・";
	position: absolute;
	top: 0;
	left: -45px;
	font-size: 1.6rem;
	color: #808080;
	line-height: 50px;
}
[class*="heading"] > a:after {
	top: 50%;
	right: 5px;
	margin: -4px 0 0;
}
.is-arrowHeading a:after {
	top: 50%;
	right: 5px;
	margin: -5px 0 0;
}
.btnLink > li > a > span:after,
.btnLink > li > em > a > span:after,
.submitBlock .btnLink > li > em > span:after {
	top: 50%;
	right: 10px;
	margin-top: -4px;
	pointer-events: none;
}
.btnLink.is-anchor > li > a,
.btnLink.is-anchor > li > em > a {
	width: 100%;
}
.btnLink.is-anchor > li > a > span,
.btnLink.is-anchor > li > em > a > span {
	padding: 1em 1.5em;
}
.btnLink.is-anchor > li > a > span:after,
.btnLink.is-anchor > li > em > a > span:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.anchorLink > li > a > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.anchorLink.is-button > li > a > span:after,
.anchorLink.is-glued > li > a > span:after{
	right: 18px;
}
.iconLink li a:visited:before,
[class*="heading"] > a:visited:after,
.btnLink > li > a:visited > span:after,
.btnLink > li > em > a:visited > span:after {
	border-color: #6d4d8c;
}
[class*="heading"] > a[target="_blank"]:after {
	content: "";
	position: static;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 0 0 5px;
	background: url(../png/com_sprite01.png) no-repeat -160px 0;
	border: none;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	vertical-align: middle;
}
.is-blankLink:after,
.is-pdfLink:after,
.innerLink.is-blankLink:after,
.innerLink.is-pdfLink:after,
.innerLink.is-modal:after,
.iconLink a[target="_blank"]:after,
.normalList a[target="_blank"]:after,
.noteList a[target="_blank"]:after,
.innerLink[target="_blank"]:after,
.btnLink a[target="_blank"] span:after,
.btnLink .is-close a span:after,
.btnLink .is-modal a span:after,
.btnLink .is-print a span:after,
.newsBox dl dd a[target="_blank"]:after,
.newsBox > p a[target="_blank"]:after,
.indexLink > .column a[target="_blank"] .linkText:after,
.cardLink > .column a[target="_blank"] .linkText > span:after,
.cardLink.slick-slider .column a[target="_blank"] .linkText > span:after,
.set-news-topic.is-movie:after,
.company-news-topic.is-movie:after,
.company-global-title.is-movie:after,
.pharma-relation-link-elm[target="_blank"] .pharma-relation-link-detail:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url(../png/com_sprite01.png);
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
}
.is-blankLink:after,
.innerLink.is-blankLink[target="_blank"]:after,
.iconLink a[target="_blank"]:after,
.normalList a[target="_blank"]:after,
.noteList a[target="_blank"]:after,
.innerLink[target="_blank"]:after,
.newsBox dl dd a[target="_blank"]:after,
.newsBox > p a[target="_blank"]:after,
.indexLink > .column a[target="_blank"] .linkText:after,
.cardLink > .column a[target="_blank"] .linkText > span:after,
.cardLink.slick-slider .column a[target="_blank"] .linkText > span:after,
.pharma-relation-link-elm[target="_blank"] .pharma-relation-link-detail:after {
	margin: -2px 0 0 0;
	background-position: -160px 0;
}
.is-blankpdfLink:after {
	background-position: -160px 0 !important;
}
.btnLink a[target="_blank"] span:after {
	margin-top: -10px;
	background-position: -160px 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.btnLink a[target="_blank"] span:after {
	top: 50%;
	right: 5px;
}
.btnLink em a[target="_blank"]:hover span:after {
	background-position: -60px 0;
}
.is-pdfLink:after,
.innerLink.is-pdfLink[href$=".pdf"]:after,
.iconLink a[href$=".pdf"]:after,
.normalList a[href$=".pdf"]:after,
.innerLink[href$=".pdf"]:after,
.newsBox dl dd a[href$=".pdf"]:after,
.newsBox > p a[href$=".pdf"]:after,
.indexLink > .column a[href$=".pdf"] .linkText:after {
	margin-left: 5px;
	background-position: -180px 0;
}
.is-pdfLink:after {
	background-position: -180px 0 !important;
}
.btnLink a[href$=".pdf"] span:after {
	margin-top: -10px;
	background-position: -180px 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.btnLink em a[href$=".pdf"]:hover span:after {
	background-position: -180px 0;
}
.innerLink.is-modal:after,
.iconLink .is-modal a:after {
	background-position: -240px 0;
}
.btnLink .is-modal em a:hover span:after {
	background-position: -360px 0;
}
.btnLink .is-modal a span:after {
	top: 50%;
	right: 10px;
	margin-top: -10px;
	background-position: -240px 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.btnLink .is-print a span {
	padding: 0.3em 4em;
}
.btnLink .is-print a span:after {
	top: 50%;
	right: 10px;
	margin-top: -10px;
	background-position: -280px 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.is-movie a:after,
.is-movie a[target="_blank"]:after,
.indexLink > .column.is-movie a[target="_blank"] .linkText:after,
.newsBox dl .is-movie a[target="_blank"]:after,
.newsBox > .is-movie a[target="_blank"]:after,
.set-news-topic.is-movie:after,
.company-news-topic.is-movie:after,
.company-global-title.is-movie:after {
	margin: 0 0 0 5px;
	background-position: -200px 0;
}
.is-movie a[target="_blank"] span:after {
	margin-top: -10px;
	background-position: -200px 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.is-rss a:after,
.is-rss a[target="_blank"]:after {
	margin: 0 0 0 5px;
	background-position: -220px 0;
}
.btnLink.is-close li a span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -11px 0 0;
	background-image: url(../png/com_sprite01.png);
	background-repeat: no-repeat;
	background-position: -260px 0;
	border: none;
	vertical-align: middle;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.innerLink[target="_blank"]:after {
	margin-right: 5px;
	margin-left: 2px;
}
.innerLink[href$=".pdf"]:after {
	margin-right: 8px;
	margin-left: 0;
}
.innerLink.is-modal:after {
	margin-left: 2px;
}
/* 追記
-------------------------------- */
.productElm a[target="_blank"] .productLink:after,
.qaList > .question > .title > span > a[target="_blank"]:after,
.questionLink > li > a[target="_blank"]:after {
	margin: -2px 0 0 0;
	background-position: -160px 0;
}
.productElm a[target="_blank"] .productLink:after,
.qaList > .question > .title > span > a[target="_blank"]:after,
.questionLink > li > a[target="_blank"]:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background-image: url(../png/com_sprite01.png);
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
}
.productElm a[href$=".pdf"] .productLink:after,
.qaList > .question > .title > span > a[href$=".pdf"]:after,
.questionLink > li > a[href$=".pdf"]:after {
	margin: -2px 0 0 5px;
	background-position: -180px 0;
}

@media only screen and (max-width: 767px){

	/* common
	-------------------------------- */
	.pcElement,
	.pcElement.tableLayout {
		display: none !important;
	}
	.spElement {
		display: inline;
	}
	.telLinkNum a {
		color: #006699;
	}
	.br-sp {display: block;}

	/* heading
	-------------------------------- */
	.heading1 {
		text-align: inherit;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.heading1 > .title,
	.heading1 > .sub {
		display: flex;
		justify-content: center;
	}
	.heading1 > .title.is-blockTitle {
		display: block;
	}
	.heading1 > .sub {
		font-size: 1.6rem;
	}
	.heading2 {
		font-size: 2rem;
	}
	.heading2 > sub {
		font-size: 1.4rem;
	}
	.heading2 > .sub {
		font-size: 1.2rem;
	}
	.heading3 {
		font-size: 1.7rem;
	}
	.heading4 span:before {
		top: 3px;
		left: -2px;
		width: 18px;
		height: 16px;
		background-image: url(../png/com_sprite01_sp.png);
		background-size: 250px auto;
		background-position: -180px -54px;
	}
	.heading5:before {
		margin-top: 0;
	}
	[class*="heading"] > a {
		display: block;
		width: 100%;
	}
	.indexLink.is-thumb + section > .heading3 {
		margin-top: 2em;
	}
	.modalHeading1 {
		padding-right: 40px;
		font-size: 1.7rem;
	}
	.is-news {
		font-size: 2.1rem;
	}
	.is-news .title {
		display: block;
	}
	.is-news .title_sub {
		font-size: 1.7rem;
	}
	.is-boxHead,
	.is-navi .is-boxHead {
		display: block;
		height: auto;
		padding: 0;
		text-align: left;
	}
	.is-boxHead .heading1,
	.is-navi .is-boxHead .heading1 {
		display: block;
		padding: 1em;
		font-size: 1.7rem;
	}
	.is-boxHead .img {
		display: none;
	}
	.is-boxHead .heading1 > .title {
		display: block;
	}
	.is-boxHead .heading1 > .sub,
	.is-navi .is-boxHead .heading1 > .sub {
		display: block;
		font-size: 1.2rem;
	}
	.is-boxHead .heading1 > .sub:before {
		display: none;
	}
	.heading1 + * {
		margin-top: 1.5em !important;
	}
	.heading2 + * {
		margin-top: 1em !important;
	}
	.heading3 + *,
	.heading4 + * {
		margin-top: 0.8em !important;
	}
	.heading3 + .newsInfo {
		margin-top: 1em !important;
	}
	.heading5 + * {
		margin-top: 0.5em !important;
	}
	[class*="is-flex"] .heading2 + * {
		margin-top: 0.8em !important;
	}
	.is-arrowHeading {
		font-size: 1.7rem;
	}
	.is-arrowHeading + .iconLink.is-justified {
		margin-top: 0.6em !important;
	}
	.is-relatedHead {
		margin-top: 2em;
	}

	/* is-flex
	-------------------------------- */
	.is-flex2 > *,
	.is-flex2.is-glued > *,
	.is-flex3 > *,
	.is-flex3.is-glued > *,
	.borderBox .is-flex2 > *,
	.tabList.is-spAccordion > * {
		width: 100%;
	}
	[class*="is-flex"] {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	[class*="is-flex"].is-justifyCenter {
		display: block !important;
	}
	[class*="is-flex"].is-justifyCenter figure {
		text-align: center;
	}
	[class*="is-flex"] > :not(.figureColumn) {
		margin-top: 2em;
		margin-left: 0;
	}
	[class*="is-flex"] > .js-figureFix,
	.is-flex1 > .is-lineHeading {
		margin-top: 0;
	}
	[class*="is-flex"] > .sp-center {
		margin: 2em auto 0;
	}
	[class*="is-flex"] > .sp-center:first-child {
		margin-top: 0;
	}
	.is-flex1 > .js-figureFix,
	.is-flex1 > .column {
		width: 100%;
		margin-right: auto !important;
		margin-left: auto !important;
		display: block;
	}
	[class*="is-flex"] figure.js-figureFix {
		text-align: center;
	}
	[class*="is-flex"] figure.js-figureFix > .caption {
		text-align: left;
	}
	/*.is-flex2 .js-figureFix,
	.is-flex3 .js-figureFix,
	.is-flex4 .js-figureFix,
	.is-flex5 .js-figureFix,
	.is-flex6 .js-figureFix,
	.is-flex7 .js-figureFix {
		width: auto !important;
	}*/
	[class*="is-flex"] .column > a {
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.borderBox .is-flex2 > *,
	.borderBox .is-flex3 > *{
		width: 100%;
	}
	.is-flex-multi-sp > *,
	.borderBox .is-flex4 > *,
	.borderBox .is-flex5 > *,
	.borderBox .is-flex6 > *,
	.borderBox .is-flex7 > *{
		width: calc((100% - 1em) / 2);
	}
	.iconLink[class*="is-flex"] > li:nth-child(n),
	.normalList[class*="is-flex"] > li:nth-child(n) {
		margin-top: 0.5em;
	}
	.btnLink[class*="is-flex"] > li:nth-child(n) {
		margin-top: 1em;
	}
	.bgList.is-flex4 > * {
		width: calc((100% - 8px) / 2);
	}
	[class*="is-flex"].bgList > *:nth-child(n) {
		margin-top: 8px;
		margin-left: 8px;
		-webkit-flex-grow: 0;
		flex-grow: 0;
	}
	[class*="is-flex"].bgList > *:nth-child(2n+1) {
		margin-left: 0;
	}
	.iconLink.is-flex2 > *:nth-child(-n+2),
	.iconLink.is-flex3 > *:nth-child(-n+3),
	.iconLink.is-flex4 > *:nth-child(-n+4),
	.iconLink.is-flex5 > *:nth-child(-n+5),
	.iconLink.is-flex6 > *:nth-child(-n+6),
	.iconLink.is-flex7 > *:nth-child(-n+7),
	.normalList.is-flex2 > *:nth-child(-n+2),
	.normalList.is-flex3 > *:nth-child(-n+3),
	.normalList.is-flex4 > *:nth-child(-n+4),
	.normalList.is-flex5 > *:nth-child(-n+5),
	.normalList.is-flex6 > *:nth-child(-n+6),
	.normalList.is-flex7 > *:nth-child(-n+7) {
		margin-top: 0.5em;
	}
	.btnLink.is-flex2 > *:nth-child(-n+2),
	.btnLink.is-flex3 > *:nth-child(-n+3),
	.btnLink.is-flex4 > *:nth-child(-n+4),
	.btnLink.is-flex5 > *:nth-child(-n+5),
	.btnLink.is-flex6 > *:nth-child(-n+6),
	.btnLink.is-flex7 > *:nth-child(-n+7) {
		margin-top: 1em;
	}
	.is-flex-multi-sp > *,
	.is-flex4 > *,
	.is-flex4.is-glued > *,
	.is-flex5 > *,
	.is-flex5.is-glued > *,
	.is-flex6 > *,
	.is-flex6.is-glued > *,
	.is-flex7 > *,
	.is-flex7.is-glued > *,
	.figureColumn .is-flexAuto > * {
		width: calc((100% - 1em) / 2);
	}
	.is-flex2 > *:first-child,
	.is-flex3 > *:first-child {
		margin-top: 0 !important;
	}
	.is-flex-multi-sp > *:nth-child(-n+2),
	.is-flex4 > *:nth-child(-n+2),
	.is-flex5 > *:nth-child(-n+2),
	.is-flex6 > *:nth-child(-n+2),
	.is-flex7 > *:nth-child(-n+2){
		margin-top: 0 !important;
	}
	.figureColumn [class*="is-flex"] .js-figureFix {
		width: calc((100% - 1em) / 2) !important;
		margin: 0 auto !important;
		display: block;
	}
	.tabList.is-spAccordion > *:nth-child(n) {
		margin-top: 1em !important;
	}
	.tabList.is-spAccordion > *:first-child {
		margin-top: 0 !important;
	}
	.is-flex2 > *:nth-child(2n+1),
	.is-flex3 > *:nth-child(3n+1),
	.is-flex4 > *:nth-child(4n+1),
	.is-flex5 > *:nth-child(5n+1),
	.is-flex6 > *:nth-child(6n+1),
	.is-flex7 > *:nth-child(7n+1){
		margin-left: 0 !important;
	}
	.js-equalHeight.is-flex2 >
	*,
	.js-equalHeight.is-flex3 > *,
	.js-equalHeight.is-flex2 [class*="js-ehChild"],
	.js-equalHeight.is-flex3 [class*="js-ehChild"] {
		height: auto !important;
	}
	.is-flex-single-sp > * {
		width: 100% !important;
	}
	.is-flex-single-sp > *:nth-child(2) {
		margin-top: 0.5em !important;
	}
	.is-flex-double-sp > * {
		width: calc((100% - 1em) / 2) !important;
	}
	.is-flex-double-sp > *:nth-child(2) {
		margin-top: 0 !important;
	}
	.is-flex-triple-sp > * {
		width: calc((100% - 1em) / 3) !important;
	}
	.is-flex-triple-sp > *:nth-child(2),
	.is-flex-triple-sp > *:nth-child(3) {
		margin-top: 0 !important;
	}

	/* column
	-------------------------------- */
	.figureColumn {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	.figureColumn + .figureColumn {
		margin-top: 2em;
	}
	.figureColumn > .is-flexAuto {
		width: 100%;
	}
	.figureColumn > .is-flexAuto > figure + figure {
		margin-right: 0;
		margin-left: 0;
	}
	.figureColumn .imgL,
	.figureColumn .imgR,
	.figureColumn .imgL .js-figureFix,
	.figureColumn .imgR .js-figureFix,
	[class*="is-flex"] .column .figureColumn .imgL,
	[class*="is-flex"] .column .figureColumn .imgR {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.figureColumn .imgL .caption,
	.figureColumn .imgR .caption {
		text-align: left;
	}
	.figureColumn > .imgR {
		-webkit-order: 1;
		order: 1;
	}
	.figureColumn .text,
	.figureColumn > .text[class*="is-flex"] {
		margin-top: 1em;
	}
	.figureColumn > .imgR + .text {
		-webkit-order: 2;
		order: 2;
	}
	.figureColumn.sp-around {
		display: block;
	}
	.figureColumn.sp-around > .imgR {
		float: left;
		margin: 0 10px 10px 0;
		width: 30%;
	}
	.figureColumn.sp-around > .imgR + .text {
		overflow: visible;
		width: auto;
	}
	.figureColumn.sp-aroundR {
		display: inherit;
	}
	.figureColumn.sp-aroundR > .imgR {
		float: right;
		margin: 0 0 10px 10px;
		width: 30%;
	}
	.figureColumn.sp-aroundR > .imgR + .text {
		overflow: visible;
		width: auto;
	}
	.figureColumn.is-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.figureColumn.is-column-reverse .imgL,
	.figureColumn.is-column-reverse .imgR {
		margin-top: 1em;
	}
	.figureColumn.is-column-reverse .text {
		margin-top: 0;
	}
	.is-spScroll {
		overflow: visible !important;
		position: relative;
		width: calc(100% + 30px);
		padding: 0 15px;
		left: -15px;
		-webkit-overflow-scrolling: touch;
	}
	.is-spScroll .mCustomScrollBox {
		overflow: visible !important;
	}
	.is-spScroll .tableLayout {
		width: 980px;
		margin: 0;
	}
	.is-spScroll.arrowTable [class*="table_"] {
		width: 735px;
	}
	.tableLayout th,
	.tableLayout td {
		padding: 0.5em;
		font-size: 1.2rem;
	}
	.is-spScroll .tableLayout {
		width: 600px !important;
	}
	.is-navi .is-spScroll .tableLayout,
	.modalLayout .is-spScroll .tableLayout {
		width: 600px !important;
		min-width: 600px !important;
	}
	.is-tableLayout .figureColumn:nth-child(n) {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin-top: 0;
		border: none;
		border-top: 1px solid #e0e0e0;
	}
	.is-tableLayout .figureColumn:first-child {
		border-top: none;
	}
	.is-tableLayout .figureColumn > .imgL {
		margin-left: 0;
	}
	.is-tableLayout .figureColumn > .text {
		margin-top: 0;
	}
	.is-campaign .title {
		font-size: 1.6rem;
	}
	.is-campaign .info {
		margin-top: 0.5em;
	}
	.is-campaign .info > .date {
	}
	.is-movieChapter .text {
		margin-top: 1.5em;
	}
	.is-movieChapter .text .is-showAll dl,
	.is-movieChapter .text .is-capter dl,
	.is-movieChapter .text .btnLink {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.is-movieChapter .text .is-showAll dl > dd {
		margin-top: 10px;
	}
	.is-movieChapter .text .btnLink {
		width: 100%;
	}
	.is-movieChapter .text .is-capter .title + dl {
		margin-top: 10px;
	}
	.is-movieChapter .text .is-capter dl > dt {
		margin-left: 0;
	}
	.is-movieChapter .text .is-capter .btnLink li {
		width: auto;
		margin-top: 10px;
		margin-left: 0;
	}
	.soylutionColumn {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.soylutionColumn .cardLink > .column,
	.soylutionColumn .cardLink > .column a {
		height: auto !important;
	}
	.soylutionColumn .linkBlock {
		width: 100%;
	}
	.soylutionColumn .channelBlock {
		width: 100%;
		margin-top: 2em;
	}
	.soylutionColumn .channelBlock .img {
		text-align: center;
	}
	.soylutionColumn .is-flex2 > *,
	.soylutionColumn .is-flex3 > * {
		width: 100%;
	}
	.soylutionColumn .is-flex4 > * {
		width: calc((100% - 1em) / 2);
	}
	.soylutionColumn [class*="is-flex"] > *:nth-child(n) {
		margin-top: 1em;
	}
	.soylutionColumn .is-flex4 > *:nth-child(-n+2) {
		margin-top: 0;
	}
	.checkBoxColumn {
		margin-top: 0.8em;
	}
	.checkBoxColumn > .switchText > a {
		height: 45px;
	}
	.borderBox.is-plugin {
		display: none;
	}

	/* text
	-------------------------------- */
	.leadText {
		font-size: 1.6rem;
	}
	.is-message br {
		display: inline;
	}

	/* link
	-------------------------------- */
	.iconLink > li {
		margin-top: 0.5em;
	}
	.iconLink.is-prevNext {
		display: block;
		padding: 1em;
	}
	.iconLink.is-prevNext > .is-prev,
	.iconLink.is-prevNext > .is-next,
	.iconLink.is-prevNext > .is-prev + .is-next {
		display: block;
		width: 100%;
		padding: 0;
		padding: 2px;
		background: -webkit-linear-gradient(left, #8a98a6 0%, #bec8d2 100%);
		background: linear-gradient(to right, #8a98a6 0%, #bec8d2 100%);
	}
	.iconLink.is-prevNext > .is-prev + .is-next {
		margin-top: 10px;
	}
	.iconLink.is-prevNext > .is-prev > a,
	.iconLink.is-prevNext > .is-next > a {
		display: block;
		background-color: #fff;
	}
	.iconLink.is-prevNext > .is-prev > a {
		padding: 0.8em 0.8em 0.8em 1.8em;
	}
	.iconLink.is-prevNext > .is-next > a {
		padding: 0.8em 1.8em 0.8em 0.8em;
	}
	.iconLink.is-prevNext > .is-prev > a:before {
		left: 10px;
	}
	.iconLink.is-prevNext > .is-next > a:before {
		right: 10px;
	}
	.iconLink.chapterList > li,
	.iconLink.chapterList > li:first-child {
		margin-top: 0.5em;
	}
	.iconLink.is-justified > li:first-child,
	.normalList01.is-justified > li:first-child,
	.anchorLink.is-justified > li:first-child {
		margin-top: 0.5em;
	}
	.btnLink > li {
		margin-top: 0.8em;
	}
	.btnLink > li > a + span,
	.btnLink > li > em > a + span {
		margin-top: 0.8em;
	}
	.btnLink.is-grid3 > li > a > span {
		padding: 1em 1.5em 1em 1em;
	}
	.btnLink > li > em > a > span,
	.submitBlock .btnLink > li > em > span > input {
		display: block;
	}
	.btnLink > li a.is-borderNutra {
		border-width: 1px;
	}
	.pagerNumber {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: calc(100% - 12.5em);
		height: 1.7em;
		margin: 0 auto;
	}
	.btnLink + div.pagerNumber {
		width: calc(100% - 130px);
	}
	p.pagerNumber {
		width: auto;
		margin-top: 0.8em;
	}
	.pagerNumber > ul  {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		width: auto;
		padding: 0;
		font-size: 1.4rem;
	}
	.btnLink + .pagerNumber {
		height: 35px;
		margin-top: -35px;
	}
	.btnLink + .pagerNumber > ul {
		margin-top: 0;
	}
	.pagerNumber > ul > li > a {
		width: 2.8em;
		height: 35px;
		font-size: 1.4rem;
		line-height: 35px;
	}
	.btnLink.is-pager {
		position: relative;
		height: 35px;
		margin-top: 2em;
	}
	.btnLink.is-pager > .is-prev {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 35px;
	}
	.btnLink.is-pager > .is-next {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 35px;
	}
	.btnLink.is-pager > .is-prev > a,
	.btnLink.is-pager > .is-next > a {
		width: auto;
	}
	.btnLink.is-pager > .is-prev > a > span,
	.btnLink.is-pager > .is-next > a > span {
		width: 35px;
		height: 35px;
		padding: 10px 15px;
		font-size: 0;
	}
	.btnLink.is-pager .is-prev > a > span:before,
	.btnLink.is-pager .is-next > a > span:before {
		line-height: 35px;
		font-size: 12px;
	}
	.btnLink.is-pager > .is-prev > a > span:before {
		right: -25px;
	}
	.btnLink.is-pager > .is-next > a > span:before {
		left: -30px;
	}
	.btnLink.is-pager .is-prev > a > span:after {
		left: 15px;
	}
	.btnLink.is-pager .is-next > a > span:after {
		right: 15px;
	}
	.iconLink + .pagerNumber > ul  {
		margin-top: 1em;
	}
	.anchorLink > li > a > span {
		display: block;
	}
	.anchorLink.is-justified > li {
		margin-top: 0.5em;
	}
	.anchorLink.is-glued > li:nth-child(n) {
		margin-top: 0;
		border: none;
		border-bottom: 1px solid #dbdbdb;
	}
	.anchorLink.is-glued > li > a,
	.anchorLink.is-glued > li > span {
		border: none;
	}
	.anchorLink.is-glued > li:first-child > a,
	.anchorLink.is-glued > li:first-child > span {
		border-top: 1px solid #dbdbdb;
	}
	.anchorLink.is-flex4 > li:nth-child(-n+2) > a,
	.anchorLink.is-flex5 > li:nth-child(-n+2) > a,
	.anchorLink.is-flex6 > li:nth-child(-n+2) > a,
	.anchorLink.is-flex7 > li:nth-child(-n+2) > a,
	.anchorLink.is-flex4 > li:nth-child(-n+2) > span,
	.anchorLink.is-flex5 > li:nth-child(-n+2) > span,
	.anchorLink.is-flex6 > li:nth-child(-n+2) > span,
	.anchorLink.is-flex7 > li:nth-child(-n+2) > span {
		border-top: 1px solid #dbdbdb;
	}
	.anchorLink.is-glued > li > span,
	.anchorLink.is-glued > li > a > span {
		padding-right: 1.5em;
		padding-left: 0;
	}
	.anchorLink.is-glued > li > a > span:after {
		right: 5px;
	}
	.indexLink > .column > a {
		width: 100%;
		padding: 1em 1.5em;
	}
	.indexLink > .column > a.is-borderNutra {
		border-width: 1px;
	}
	.indexLink > .column .linkText + *,
	.cardLink > .column .linkText + *,
	.cardLink.slick-slider .column .linkText + *{
		margin-top: 0.5em;
	}
	.indexLink.is-thumb > .column > a > .img {
		width: 80px;
		height: auto;
	}
	.indexLink .figureColumn {
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.indexLink .figureColumn > .imgR {
		-webkit-order: 2;
		order: 2;
	}
	.indexLink .figureColumn > .text {
		margin-top: 0;
	}
	.indexLink .figureColumn > .imgR + .text {
		-webkit-order: 1;
		order: 1;
	}
	.indexLink > .column .figureColumn .imgL.is-indexThumb,
	.indexLink > .column .figureColumn .imgR.is-indexThumb {
		max-width: 50%;
	}
	.submitBlock .btnLink > li > span > input {
		-webkit-appearance: none;
		padding: 1.5em 2em;
	}
	.submitBlock .btnLink > li.is-back > a > span {
		padding: 0.8em 1em 0.8em 2em;
	}
	.submitBlock .is-submit > li + li {
		margin-left: 1em;
	}
	.submitBlock .is-submit > li + li span {
		width: auto;
	}

	/* list
	-------------------------------- */
	.normalList > li {
		margin-top: 0.5em;
	}
	.normalList.is-strong > li {
		font-size: 1.6rem;
	}
	.normalList > li > a,
	.numberList > li > .number + a {
		display: inline-block;
		width: 100%;
	}
	.normalList > li > .normalList > li + a,
	.numberList > li > .normalList > li + a,
	.normalList > li > .numberList > li > .number + a,
	.numberList > li > .numberList > li > .number + a {
		display: inline-block;
		width: auto;
	}
	.normalList > li > .is-item {
		width: 100%;
	}
	.iconLink > li > a {
		display: block;
	}
	.iconLink.is-pager + .pagerNumber a {
		display: block;
	}
	.defineList.is-number dt {
		padding-left: 30px;
		font-size: 1.6rem;
	}
	.defineList.is-number dt > .number {
		top: 	0;
		width: 24px;
		height: 24px;
		font-size: 1.2rem;
		line-height: 24px;
	}
	.defineList.is-number dd {
		padding-left: 30px;
	}
	.defineList.is-float dt {
		float: none;
	}
	.defineList.is-float dd {
		margin-top: 0.5em;
	}
	.flowList {
		overflow: scroll;
		padding-bottom: 10px;
	}
	.flowList > ul {
		width: 1000px;
	}
	.legendList > li {
		width: 100%;
		margin-top: 1em;
		margin-left: 0;
	}
	.legendList > li:first-child {
		margin-top: 0;
	}
	.legendList > li > .icon {
		float: left;
	}
	.legendList > li > .text {
		float: left;
		width: calc(100% - 4em);
		margin-left: 0;
		padding: 4px 0 0 1em;
		text-indent: -1em;
		vertical-align: text-top;
	}
	.businessTelList + .defineList dt {
		float: left;
	}
	.businessTelList > li {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.businessTelList > li > a.telLinkNum {
		display: inline-block;
		color: #3366cc;
	}
	.icon.is-pharma + .icon.is-nutra + .telLinkNum,
	.icon.is-nutra + .icon.is-pharma + .telLinkNum {
		margin-top: 0.5em;
	}
	.businessTelList,
	.businessTelList + .defineList,
	.businessTelList + .iconLink,
	.businessTelList + .defineList + .iconLink {
		margin-top: 0.5em;
	}
	.telLinkNum:before {
		content: "";
		width: 32px;
		height: 28px;
		background: url(../png/com_sprite01_sp.png) -144px -4px;
		background-size: 250px auto;
	}

	/* box
	-------------------------------- */
	.borderBox {
		padding: 1em;
	}
	.bgBox {
		padding: 1em;
	}
	.bgBox.is-bgBlue .columnTitle span {
		padding: 0;
	}
	.bgBox.is-bgBlue .columnTitle span:before,
	.bgBox.is-bgBlue .columnTitle span:after {
		display: none;
	}
	.bgBox.is-bgBlue .btnLink > li > a{
		border-width: 1px;
	}
	.bgBox.is-bgBlue .btnLink > li > a.is-borderNutra{
		text-align: left;
	}
	.is-consent {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: auto;
		padding: 1em;
	}
	.is-consent > .btnLink {
		margin-top: 1em;
		margin-left: 0;
	}
	.columnTitle {
		line-height: 1.5;
	}
	.columnBox {
		padding: 1em;
	}
	.cardLink > .column > a > figure,
	.cardLink.slick-slider .column > a > figure {
		text-align: center;
	}
	.libraryBox {
		display: block;
	}
	.libraryBox > .btnLink {
		width: auto;
	}
	.libraryBox > .btnLink + dl {
		display: block;
		width: 100%;
		padding: 0.8em;
	}
	.libraryBox > .btnLink + dl > dd > ul {
		margin-left: 0;
	}
	.newsInfo > .newsBox > dl {
		display: block;
		padding-left: 10px;
	}
	.newsInfo > .newsBox.is-pharma > dl {
		border-left: 4px solid #e78795;
	}
	.newsInfo > .newsBox.is-nutra > dl {
		border-left: 4px solid #6c91e3;
	}
	.newsInfo > .newsBox.is-company > dl {
		border-left: 4px solid #79ad8c;
	}
	.newsInfo > .newsBox > dl > dt,
	.newsInfo > .newsBox > dl > dt.countryIcon,
	.newsInfo > .newsBox > dl > .has-icon,
	.newsInfo > .newsBox > dl > dd,
	.newsInfo > .newsBox > dl > .has-icon + dd {
		width: auto;
		margin-right: 0;
	}
	.newsInfo > .newsBox > dl > dt.countryIcon {
		display: inline-block;
		padding-right: 40px;
	}
	.newsInfo.is-newsreleases .newsBox > dl dt.date .ymd {
		display: inline-block;
	}
	.newsInfo .newsNewIcon {
		margin-left: 15px;
	}
	.newsInfo .newsNewIcon:after {
		display: none;
	}
	.newsInfo .newsNewIcon + .genre {
		margin-left: 0 !important;
	}
	.newsBoxLayoutTitle {
		padding: 12px 15px;
	}
	.newsBoxLayoutDetail {
		padding: 20px 15px;
	}
	.newsAccordionTitle > a {
		padding: 12px 40px 12px 15px;
		text-decoration: none;
		line-height: 1.4;
	}
	.newsAccordionTitle > a:before,
	.newsAccordionTitle > a:after{
		right: 15px;
		width: 15px;
	}
	.newsAccordionDetail {
		padding: 15px 15px 20px;
	}
	.newsCheckBox {
		padding: 15px 15px 20px;
		border: 1px solid #e6e6e6;
	}
	.newsCheckBox .btnLink.type-reset {
		margin-top: 20px;
	}
	.newsCheckTitle {
		margin: 0 0 .6em 0;
	}
	.newsCheckColumn {
		display: block;
		width: 100%;
	}
	.newsCheckColumnItem.is-company {
		width: 100%;
	}
	.newsCheckColumnItem.is-pharmaceutical-business {
		width: 100%;
	}
	.newsCheckColumnItem.is-nutraceutical {
		width: 100%;
	}
	.newsCheckColumnItem + .newsCheckColumnItem {
		margin-top: 20px;
		margin-left: 0 !important;
		padding-top: 20px;
		padding-left: 0 !important;
		border-left: none;
		border-top: 1px solid #e6e6e6;
	}
	.newsCheckList {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.newsCheckList .checkbox {
		font-size: 1.2rem;
	}
	.newsCheckList .checkbox:before {
		top: 0;
	}
	.newsCheckList .checkbox:after {
		top: 0;
	}
	.newsCheckColumnItem.is-company .newsCheckList > li {
		width: calc((100% - 20px) / 2);
	}
	.newsCheckColumnItem.is-pharmaceutical-business .newsCheckList > li,
	.newsCheckColumnItem.is-pharmaceutical-business .newsCheckList > li.is-double {
		width: calc((100% - 20px) / 2);
	}
	.newsCheckColumnItem.is-nutraceutical .newsCheckList > li,
	.newsCheckColumnItem.is-nutraceutical .newsCheckList > li.is-double {
		width: calc((100% - 20px) / 2);
	}
	.newsSelectWrap {
		display: block;
		margin-top: 1.5em;
	}
	.newsSelectTitle {
		margin: 0 0 .6em 0;
	}
	.newsSelectInner {
		width: 100%;
	}
	.newsSelectInner::after {
		position: absolute;
		display: inline-block;
		top: 50%;
		right: 15px;
		width: 7px;
		height: 7px;
		margin-top: -7px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		content: "";
	}
	.newsSelectInner select {
		padding: 15px 25px 15px 15px;
	}
	.newsSearch {
		padding-top: 15px;
	}
	.newsSearchButton {
		margin-top: 1.2em;
		text-align: center;
	}
	.newsSearchButton input {
		padding: .8em 2em;
	}
	.newsSearchButton input:hover {
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	}
	.printBox > p {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.3;
	}
	.printBox > .btnLink {
		display: none;
	}
	.bannerLink {
		width: 100%;
	}
	.bannerLink > a {
		display: block;
	}
	.bannerLink dl {
		padding: 1em;
	}
	.bannerLink .img {
		text-align: center;
	}
	.eventInfo > .eventBox {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.eventInfo > .eventBox > .dateInfo {
		width: 100%;
	}
	.eventInfo > .eventBox > .dateInfo > .place {
		margin-top: 0.5em;
	}
	.eventInfo > .eventBox > .btnLink {
		width: 100%;
		margin: 1em 0 0;
	}
	.newsSnsBox {
		display: block;
	}
	.newsSnsBox .genre {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.newsSnsBox .iconLink {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.newsSnsBox .iconLink > li {
		margin: 10px 10px 0 0;
	}
	.newsSnsBox .iconLink > li > a {
		position: relative;
		display: inline-block;
		padding-left: 15px;
		font-size: 0;
	}
	.newsSnsBox .iconLink > li > a:before {
		top: 7px;
	}
	.newsSnsBox .iconLink > li > a:after {
		vertical-align: -5px;
	}
	.newsSnsBox .iconLink > li > a > span {
		font-size: 14px;
	}
	.newsSnsBox .iconLink > .is-rss,
	.newsSnsBox .iconLink > .is-twitter,
	.newsSnsBox .iconLink > .is-facebook {
		margin-right: 10px;
		margin-left: 0;
	}
	.newsSnsBox .iconLink > .is-rss,
	.newsSnsBox .iconLink > .is-twitter,
	.newsSnsBox .iconLink > .is-facebook {
		width: auto;
		margin-top: 0.5em;
	}
	.newsSnsBox .iconLink > .is-twitter > .twitter-share-button,
	.newsSnsBox .iconLink > .is-facebook > .fb-share-button {
		display: none;
	}
	.newsSnsBox .iconLink > .is-rss > a,
	.newsSnsBox .iconLink > .is-twitter > .spIconLink,
	.newsSnsBox .iconLink > .is-facebook > .spIconLink {
		position: relative;
		display: block;
		width:  30px;
		height: 30px;
		min-width: 0 !important;
		border-radius: 2px;
	}
	.newsSnsBox .iconLink > .is-rss > a {
		padding: 0;
		font-size: 0;
	}
	.newsSnsBox .iconLink > .is-rss > a:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 18px;
		margin: -9px 0 0 -9px;
		background: url(../png/com_sprite01_sp.png) no-repeat -126px -54px;
		background-size: 250px auto;
	}
	.newsSnsBox .iconLink > .is-twitter > .spIconLink {
		background-color: #1da1f2;
		font-size: 0;
	}
	.newsSnsBox .iconLink > .is-twitter > .spIconLink:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 18px;
		margin: -8px 0 0 -9px;
		background: url(../png/com_sprite01_sp.png) no-repeat -143px -54px;
		background-size: 250px auto;
	}
	.newsSnsBox .iconLink > .is-twitter > .spIconLink:before,
	.newsSnsBox .iconLink > .is-facebook > .spIconLink:before {
		display: none;
	}
	.newsSnsBox .iconLink > .is-facebook > .spIconLink {
		background-color: #3c5b9b;
		font-size: 0;
	}
	.newsSnsBox .iconLink > .is-facebook > .spIconLink:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 22px;
		height: 24px;
		background: url(../png/com_sprite01_sp.png) no-repeat -90px -71px;
		background-size: 250px auto;
	}
	.newsHeadBox.is-global {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		background-color: #edecf7;
	}
	.newsHeadBox.is-global .date {
		width: 70px;
		margin-left: 0;
		padding: 10px;
		min-height: 0;
		font-size: 1rem;
		line-height: 1.2;
		white-space: normal;
	}
	.newsHeadBox.is-global .date span {
		font-size: 2.6rem;
	}
	.newsHeadBox.is-global .text {
		width: calc(100% - 70px);
		margin-right: 5px;
		padding: 30px 10px 10px;
	}
	.newsHeadBox.is-global .volumeNumber .vol {
		padding: 2px 10px;
		font-size: 1rem;
	}
	.newsHeadBox.is-global .volumeNumber .vol:after {
		border-width: 3px;
	}
	.newsHeadBox.is-global .volumeNumber .countryIcon {
		padding: 3px 0;
	}
	.newsHeadBox.is-global .heading {
		font-size: 1.6rem;
	}
	.newsHeadBox.is-global + .newsSnsBox {
		margin-top: 0;
	}
	.qaBox {
		margin-top: 2.0em;
	}
	.qaBox .titleBlock {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-align-items: center;
		align-items: center;
	}
	.qaBox .titleBlock > ul {
		margin-top: 10px;
		margin-left: 0;
	}
	.qaBox .submitBlock .textarea {
		width: 100%;
		height: 120px;
	}
	.qaBox .submitBlock .textarea.is-lv01{
		font-size: 1.2rem;
	}
	.qaBox .submitBlock .textarea.is-lv02 {
		height: 130px;
	}
	.qaBox .submitBlock .btnLink {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	.qaBox .submitBlock .btnLink > li > span {
		display: block;
	}
	.qaBox .submitBlock .btnLink > li > span > input {
		margin: 0 auto;
	}
	.checkBoxBlock {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.checkBoxBlock .is-genreOther {
		margin: 15px 0 0;
	}
	.checkBoxBlock .is-genreOther dl {
		width: 100%;
		margin: 15px 0 0;
		padding: 15px 0 0;
		border-top: 1px solid #ddd;
		border-left: none;
	}
	.checkBoxBlock .is-genreOther dl + dl {
		margin-left: 0;
	}
	.checkBoxBlock .genreBox.is-genreAll ul > li,
	.checkBoxBlock .genreBox.is-genreOther ul > li,
	.checkBoxBlock .genreBox.is-year ul > li,
	.checkBoxBlock .genreBox.is-month ul > li,
	.checkBoxBlock .genreBox.is-search ul > li{
		width: 50%;
		min-width: 50%;
		margin-right: 0;
	}
	.checkBoxBlock .genreBox.is-genreOther ul > li.is-all {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.checkBoxBlock .genreBox.is-year ul,
	.checkBoxBlock .genreBox.is-month ul,
	.checkBoxBlock .genreBox.is-search ul{
		padding-right: 0;
	}
	.checkBoxBlock .genreBox.is-year ul > li:nth-child(n),
	.checkBoxBlock .genreBox.is-month ul > li:nth-child(n){
		margin-top: 1em;
	}
	.checkBoxBlock .genreBox.is-year ul > li:nth-child(-n+2),
	.checkBoxBlock .genreBox.is-month ul > li:nth-child(-n+2){
		margin-top: 0;
	}
	.checkBoxBlock .genreBox.is-search ul > li {
		width: 100%;
	}
	.checkBoxBlock .genreBox.is-search ul > li+ li {
		margin-top: 1em;
	}
	.checkBoxBlock .is-reset {
		position: static;
		margin-top: 1.5em;
	}
	.checkBoxBlock .is-reset li {
		text-align: center;
	}
	.checkBoxBlock .is-reset li span {
		padding: 1em 4em;
	}
	.magazineBanner {
		margin: 30px 0;
	}
	.magazineBanner > a {
		display: block;
		width: auto;
		padding: 15px 20px 15px 120px;
		background: #fff;
	}
	.magazineBanner > a > .img {
		left: 0;
	}
	.magazineBanner > a > .img > img {
		width: 100px;
		height: auto;
	}
	.magazineBanner > a > .title {
		font-size: 1rem;
	}
	.magazineBanner > a > .title > span {
		position: relative;
		display: inline-block;
		margin-top: 0.5em;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.magazineBanner > a > .title > span:after {
		content:"";
		margin-left: 5px;
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(../png/index_ic01.png) no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.magazineBanner > a > .is-pdfIcon {
		font-size: 1rem;
	}
	.healthBox .title {
		font-size: 1.5rem;
	}
	.healthBox {
		padding: 2em 1em 0;
	}
	.healthBox > .inner {
		padding: 1em;
	}
	.healthBox .declaration > p > em {
		font-size: 3.6vw;
	}
	.healthBox .declaration > p > em > span {
		padding-bottom: 10px;
		font-size: 3.6vw;
	}
	.healthBox .text {
		font-size: 1.2rem;
	}
	.soyBox .figureColumn > .imgL {
		margin-left: 0;
	}
	.soyBox .figureColumn > .text > .flowText {
		margin-top: 26px;
	}
	.laboBox > .inner {
		padding: 0;
	}
	.productElm {
		margin-bottom: 15px;
	}
	.diagnosticBox .inputText {
		width: 140px !important;
		border-radius: 0;
		-webkit-appearance: none;
	}
	.diagnosticBox .checkboxList,
	.diagnosticBox .title + .checkboxList,
	.diagnosticBox .checkboxList.is-flexAuto {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		margin-top: calc(1.5em - 10px);
		padding-left: 0;
	}
	.diagnosticBox .title + .checkboxList.is-flexAuto {
		margin-top: calc(1.5em - 10px);
		padding-left: 0;
	}
	.diagnosticBox .checkboxList li:nth-child(n) {
		margin-top: 10px !important;
	}
	.diagnosticBox .checkboxList li:first-child {
		margin-top: 0 !important;
	}
	.diagnosticBox .title.is-question {
		padding: 0 0 10px 30px;
	}
	.diagnosticBox .title.is-question > span {
		top: 0.3em;
		width: 20px;
		height: 20px;
		font-size: 1.2rem;
	}
	.diagnosticBox .itemsInner {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.diagnosticBox .itemsInner > .btnLink {
		margin-top: 15px !important;
	}
	.diagnosticBox .supervision {
		padding-left: 0;
	}
	.qaList > .question,
	.openBoxList > .js-switch {
		padding-bottom: 1em;
		padding-left: 40px;
	}
	.qaList > .answer,
	.openBoxList > .js-detail {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 40px;
	}
	.qaList.js-accordion > .question {
		padding: 10px 35px 10px 40px;
	}
	.qaList > .question > .title > span:before,
	.qaList > .answer:before {
		width: 30px;
		height: 30px;
		font-size: 1.6rem;
	}
	.qaList > .question > .title > span:before {
		top: 0;
	}
	.openBoxList > .js-switch {
		padding: 10px 35px 10px 10px;
	}
	.qaList.js-accordion > .question > .title > span:after,
	.openBoxList > .js-switch > .title > span:after {
		top: 0;
		right: 5px;
		margin-top: 0;
	}
	.qaList.js-accordion > .question > .title > span:before {
		top: 10px;
		left: 5px;
		margin-top: 0;
	}
	.qaList.js-accordion > .answer {
		padding: 10px 10px 10px 40px;
	}
	.qaList.js-accordion > .answer:before {
		left: 5px;
	}
	.contactBox > .headBlock {
		padding: 1em 0;
		font-size: 1.4rem;
	}
	.contactBox > .headBlock span {
		font-size: 2.8rem;
	}
	.contactBox > .numberBlock {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		padding: 15px;
	}
	.contactBox > .numberBlock > .formBox,
	.contactBox > .numberBlock > .phoneBox {
		width: 100%;
		padding: 0;
	}
	.contactBox > .numberBlock > .formBox > .title > span,
	.contactBox > .numberBlock > .phoneBox > .title > span {
		display: inline-block;
		line-height: 42px;
	}
	.contactBox > .numberBlock > .formBox > .title > span:before {
		content: "";
		width: 40px;
		height: 42px;
		background: url(../png/com_sprite01_sp.png) 0 -69px;
		background-size: 250px auto;
	}
	.contactBox > .numberBlock > .phoneBox {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #dcdcdc;
		border-left: none;
	}
	.contactBox > .numberBlock > .phoneBox > .number > a {
		position: relative;
		display: block;
		padding: 14px 0;
		background-color: #fff;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
		text-align: center;
		text-decoration: none;
		font-size: 2rem;
		color: #3366cc;
		pointer-events: all;
	}
	.contactBox > .numberBlock > .phoneBox > .title > span:before {
		content: "";
		width: 40px;
		height: 42px;
		background: url(../png/com_sprite01_sp.png) -40px -69px;
		background-size: 250px auto;
	}
	.contactBox > .numberBlock > .phoneBox > .number > a:hover {
		box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	}
	.contactBox > .numberBlock > .phoneBox > .number > a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: 1px solid #3366cc;
		border-right: 1px solid #3366cc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		pointer-events: none;
	}
	.movieBox,
	.is-navi .movieBox {
		padding: 0;
		background: none;
	}
	.podcastBox {
		overflow-x: auto;
		display: inline-block;
		width: 100%;
		height: 90px;
		margin-top: 1em;
		-webkit-overflow-scrolling: touch;
	}
	.podcastBox + * {
		margin-top: 1em;
	}
	.podcastBox > iframe {
		width: 320px;
		height: 90px;
		margin: 0 auto;
		border: none;
		display: block;
	}
	.movieWrap {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.movieWrap > iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.videoWrap,
	.videoWrap > * {
		width: 100%;
	}

	/* form
	-------------------------------- */
	.checkbox:after {
		top: 0.2em;
		margin-top: 0;
	}
	.checkbox:hover:after {
		border-color: #bbb;
	}
	.checkbox:before {
		top: 0.2em;
		margin-top: 0;
	}
	.diagnosticBox .checkboxList li .checkbox:before,
	.diagnosticBox .checkboxList li .checkbox:after {
		top: 0.2em;
	}
	.i-searchBox {
		margin: 10px 0;
	}
	.i-searchBox .text {
		padding: 0 5px 0 40px;
		float: left;
		width:65%;
		height: 45px;
		line-height: 45px;
		-webkit-appearance: none;
		border-radius: 0;
		font-size: 1.4rem;
		vertical-align: middle;
		background-position: 8px 50%;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
	}
	.i-searchBox .btn {
		margin-left: 0;
		width: calc(35% - 10px );
		height: 45px;
		line-height: 45px;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.probo-searchForm {
		margin: 10px 0;
	}
	.probo-searchBox .text {
		padding: 0 5px 0 40px;
		float: left;
		width:65%;
		height: 45px;
		line-height: 45px;
		-webkit-appearance: none;
		border-radius: 0;
		font-size: 1.4rem;
		vertical-align: middle;
		background-position: 8px 50%;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
	}
	.probo-searchBox .btn {
		margin-left: 0;
		width: calc(35% - 10px );
		height: 45px;
		line-height: 45px;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.probo-searchBox > .text + table {
		display: none!important;
	}
	.searchKeywordBox {
		display: block;
	}
	.searchKeywordTitle {
		margin: 0 0 .6em 0;
	}
	.searchKeyword {
		display: block;
	}
	.searchKeywordInput {
		padding: 0 6px;
		height: 45px;
		font-size: 1.3rem;
	}
	.searchKeywordInput + table {
		display: none !important;
	}
	.searchKeywordButton {
		display: block;
		width: 135px;
		margin: 1em auto 0;
	}
	.resultUtil {
		margin: 20px 0;
		display: block;
	}
	.resultUtil .result-sort {
		margin-top: 10px !important;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.resultList {
		margin: 25px 0;
	}
	.resultList .figureColumn {
		margin: 0;
		padding: 1.2em 0px;
		border-top: 1px solid #e6e6e6;
	}
	.resultList .figureColumn:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	.resultList .figureColumn > figure {
		display: none;
	}
	.resultList .figureColumn > .text {
		margin-top: 0;
	}
	.block-result-end {
		margin-top: 50px;
	}
	/* table
	-------------------------------- */
	.is-spScroll {
		overflow-x: scroll;
	}
	.is-vertical > colgroup,
	.is-vertical > colgroup col,
	.is-vertical > tbody,
	.is-vertical > tbody > tr,
	.is-vertical > tbody > tr > th,
	.is-vertical > tbody > tr > td,
	.is-vertical > tr,
	.is-vertical > tr > th,
	.is-vertical > tr > td {
		width: 100% !important;
		display: block;
	}
	.is-vertical > tbody > tr > th,
	.is-vertical > tbody > tr > td,
	.is-vertical > tr > th,
	.is-vertical > tr > td {
		border-top: solid 1px #e0e0e0;
		border-right: none;
		border-bottom: none;
	}
	.is-vertical > tbody tr:first-child > th,
	.is-vertical > tr:first-child > th {
		border-top: none;
	}
	.floatTable[class*="is-grid"] > .floatTable-grid {
		width: 25%;
	}
	.floatTable-head, .floatTable-body {
		font-size: 1.1rem;
		padding: 2px 2px;
	}
	.floatTable.is-sp-grid3 > .floatTable-grid {
		width: 33.3%;
	}
	/* sticky table */
	.is-colFix {
		position: relative;
		margin-top: 2em;
		padding-bottom: 0;
	}
	.is-colFix::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: calc(100% + 15px);
		height: 15px;
		background-color: #fff;
		z-index: 5;
	}
	.is-colFix .tableLayout {
		margin-top: 0;
		border: none;
		border-bottom: solid 1px #e0e0e0;
	}
	.is-colFix .tableLayoutWrap {
		position: relative;
		width: calc(100% + 15px);
		max-width: 615px;
	}
	.is-colFix.is-fixColumn .tableLayoutWrap::after {
		content: '';
		display: block;
		width: 100%;
		height: 30px;
		background-color: #fff;
	}
	.is-colFix.is-fixRow .tableLayoutWrap::after {
		content: '';
		display: block;
		width: calc(100% + 15px);
		height: 15px;
		background-color: #fff;
	}
	.is-colFix.is-fixColumn .tableLayoutWrap {
		max-height: calc(75vh + 20px);
	}
	.modalLayout .is-colFix.is-fixColumn .tableLayoutWrap {
		max-height: calc(58vh + 20px);
	}
	.is-colFix .tableLayoutWrap.ps:hover > .ps__scrollbar-y-rail,
	.is-colFix .tableLayoutWrap.ps:hover > .ps__scrollbar-x-rail {
		opacity: 1;
	}
	.is-colFix .tableLayoutWrap.ps.ps--scrolling-x > .ps__scrollbar-y-rail {
		opacity: 0;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-x-rail:hover,
	.is-colFix .tableLayoutWrap .ps__scrollbar-x-rail:hover .ps__scrollbar-x {
		opacity: 1;
	}
	.is-colFix.is-fixRow .tableLayoutWrap .ps__scrollbar-x-rail,
	.is-colFix.is-fixColumn .tableLayoutWrap .ps__scrollbar-y-rail {
		display: block;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-x-rail {
		max-width: calc(100% - 15px);
		height: 10px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
		background-color: #eee;
		opacity: 0.75;
		overflow-x: hidden;
		z-index: 6;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-x-rail .ps__scrollbar-x {
		bottom: 0;
		height: 10px;
		background-color: #eee;
		cursor: pointer;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-x-rail .ps__scrollbar-x::before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		width: calc(100% - 15px);
		height: 10px;
		background: #ccc;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-y-rail {
		width: 10px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
		background-color: #eee;
		opacity: 0.75;
		overflow-x: hidden;
		z-index: 6;
	}
	.is-colFix .tableLayoutWrap .ps__scrollbar-y-rail .ps__scrollbar-y {
		right: 0;
		width: 10px;
	}
	.is-colFix .tableLayoutWrap table {
		position: relative;
		margin-top: 0;
		padding-right: 15px;
		width: 615px !important;
		border-collapse: separate;
		border-left: none;
		border-bottom: none;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead {
		position: relative;
		overflow: hidden;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th:first-child,
	.is-colFix.is-fixColumn .tableLayoutWrap thead th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th:first-child {
		left: 0;
	}
	.is-colFix.is-fixRow .tableLayoutWrap .is-td-colFix {
		z-index: 2;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th:first-child {
		z-index: 4;
		left: 0;
	}
	.is-colFix.is-fixRow .tableLayoutWrap .tableLayout > tbody > tr:first-child th,
	.is-colFix.is-fixRow .tableLayoutWrap .tableLayout > tbody > tr:first-child td {
		border-top: solid 1px #e0e0e0;
	}
	.is-colFix.is-fixRow .tableLayoutWrap .tableLayout > thead + tbody > tr:first-child th,
	.is-colFix.is-fixRow .tableLayoutWrap .tableLayout > thead + tbody > tr:first-child td {
		border-top: none;
	}
	.is-colFix .tableLayoutWrap thead > tr:first-child > th:first-child,
	.is-colFix .tableLayoutWrap tbody > tr > th.is-level1:first-child,
	.is-colFix .tableLayoutWrap tbody > tr > td.is-level1:first-child,
	.is-colFix .tableLayoutWrap tbody > tr > th.is-level2:first-child,
	.is-colFix .tableLayoutWrap tbody > tr > td.is-level2:first-child,
	.is-colFix .tableLayoutWrap tbody > tr > .is-td-colFix:first-child {
		border-left: solid 1px #e0e0e0;
	}
	.is-colFix .tableLayoutWrap thead > tr:first-child > th {
		border-top: solid 1px #e0e0e0;
	}
	.is-colFix.is-fixRow .tableLayoutWrap tbody th:first-child,
	.is-colFix.is-fixRow .tableLayoutWrap .is-td-colFix {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th.is-th-colFixStyle02 {
		z-index: -1;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th.is-th-colFixStyle02 + th {
		position: relative;
	}
	.is-colFix.is-fixRow .tableLayoutWrap thead > tr:first-child > th.is-th-colFixStyle02 + th:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: -1px;
		width: 1px;
		height: calc(100% + 1em);
		background-color: #e0e0e0;
	}
	.is-colFix .tableLayoutWrap {
		border-collapse: collapse;
	}
	.is-colFix .table-scrollIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -35px;
		margin-left: -35px;
		width: 70px;
		height: 70px;
		z-index: 5;
	}
	.is-colFix.is-now-scroll .table-scrollIcon {
		display: none;
	}
	.is-colFix .tableLayoutWrap > .is-aR {
		margin-top: 0;
		width: 600px;
	}
	/* tabs
	-------------------------------- */
	.tabList.is-spAccordion > li.open {
		border: 1px solid #e6e6e6;
	}
	.tabList.is-spAccordion > li > a {
		position: relative;
		padding: 0.8em 2.5em 0.8em 1em;
		text-align: left;
		color: #333;
	}
	.tabList.is-spAccordion > li.open > a {
		background: none;
		box-shadow: none;
	}
	.tabList.is-spAccordion > li > a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -0.9em;
		content: "＋";
		font-size: 2rem;
		color: #b1b1b1;
	}
	.tabList.is-spAccordion > li.open > a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		width: auto;
		height: auto;
		margin-top: -0.9em;
		margin-left: 0;
		border: none;
		content: "－";
			font-size: 2rem;
		color: #b1b1b1;
	}
	.tabList.is-spAccordion > li .tabDetail {
		margin-top: 0;
		padding: 1em;
		background-color: #f5f5f5;
	}
	.tabList.is-spAccordion > .tabDetail {
		display: none !important;
	}

	/* other
	-------------------------------- */
	.modalLayout {
		overflow-x: hidden;
		padding: 15px;
		background-color: #fff;
	}
	.js-accordion.js-sp {
		margin-top: 1.5em;
		border: 1px solid #e6e6e6;
	}
	.js-accordion.js-sp > .js-switch {
		position: relative;
		margin-top: 0;
		padding: 0.5em 2em 0.5em 1em;
	}
	.js-accordion.js-sp > .js-switch:after {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		margin-top: -0.8em;
		content: "＋";
		font-size: 2rem;
		color: #b1b1b1;
	}
	.js-accordion.js-sp > .js-switch.js-open:after,
	.checkBoxColumn > .switchText.js-open > a:after {
		content: "－";
	}
	.js-accordion.js-sp .js-detail {
		display: none;
		margin-top: 0 !important;
		padding: 1em;
		background-color: #f5f5f5;
	}

	/* json news */
	.set-interview {
		display: block;
	}
	.set-interview-tip {
		display: block;
		width: 100%;
		height: auto !important;
		margin-left: 0;
		flex-direction: column;
	}
	.set-interview-tip + .set-interview-tip {
		margin-top: 10px;
	}
	.set-interview-iconWrap .set-interview-icon {
		display: block;
		position: relative;
		top: -3px;
		left: -3px;
		width: 48px;
		height: 48px;
	}
	.set-interview-iconWrap .set-interview-icon > span {
		display: inline-block;
		position: relative;
		padding: 5px 10px 10px 5px;
		width: 48px;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
		z-index: 2;
	}
	.set-interview-iconWrap .set-interview-icon > span::before {
		top: 0;
		left: 0;
		border-width: 48px 48px 0 0;
		border-color: #c43137 transparent transparent transparent;
		z-index: -1;
	}
	.set-interview-icon .set-interview-icon-text {
		display: inline-block;
		-webkit-transform: scale(0.85,0.85);
		transform: scale(0.85,0.85);
	}
	.set-interview-img {
		height: auto !important;
	}
	.set-interview-video {
		float: left;
		width: 50%;
	}
	.set-interview-video > figure:before {
		z-index: 8;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		content: "";
		display: block;
		background-image: url(../png/com_sprite01_sp.png);
		background-position: 0 -113px;
		width: 50px;
		height: 50px;
		background-size: 250px auto;
	}
	.set-interview-time {
		width: auto;
		padding: 5px 10px;
		font-size: 1.1rem;
	}
	.set-interview-head {
		float: left;
		width: 50%;
		padding: 15px 15px 0 15px;
	}
	.set-interview-name {
		font-size: 1.2rem;
	}
	.set-interview-detail {
		border-top: 1px solid #e9e9e9;
		position: relative;
		display: -webkit-box;
		display: flex;
		flex-direction: column;
		padding: 15px 0px 20px;
		margin: 20px 20px 0;
	}
	.set-interview-detail:after,
	.set-interview-detail:before {
		position: absolute;
		top: -1px;
		left: 50%;
		content: "";
		height: 0;
		width: 0;
		display: block;
		border: 15px solid transparent;
		border-top-color: #fff;
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
	.set-interview-detail:before {
		border-top-color: #e9e9e9;
		top: 0px;
	}
	.set-interview-lead {
		position: relative;
		padding: 5px 25px 20px;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #555;
	}
	.set-interview-lead > strong {
		display: block;
		max-height: 9.5em;
	}
	.set-interview-lead:before,
	.set-interview-lead:after {
		z-index: 5;
		position: absolute;
		content: "";
		background-image: url(../png/com_sprite01_sp.png);
		background-position: -216px -54px;
		width: 18px;
		height: 16px;
		background-size: 250px auto;
		display: block;
	}
	.set-interview-more {
		position: static;
		font-size: 1.4rem;
		margin-top: 0;
		padding: 0;
	}
	.set-interview-more > * {
		padding: 0;
	}
	.set-interview-more:before {
		position: absolute;
		bottom: 40px;
		left: 0px;
		content: "";
		display: block;
		height: 40px;
		width: 100%;
		background: linear-gradient(rgba(255, 255, 255, 0.8), white);
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
	.set-interview-more:after {
		display: none;
	}
	.view-more > .is-pickup-flag {
		margin-top: 0;
		margin-left: 13px;
		padding: 1px 10px 0 10px;
	}
	.set-interview-more > .is-pickup-flag + * {
		padding-top: 0px;
	}
	/* set-pickup */
	.set-pickup.is-health {
		margin-top: 20px;
	}
	.set-pickup.is-products .set-pickup-tip {
		margin-bottom: 15px;
		padding: 14px 15px 12px;
		width: 100%;
		-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	}
	.set-pickup.is-products .set-pickup-tip .set-pickup-news,
	.set-pickup.is-health .set-pickup-tip .set-pickup-news {
		padding-left: 25px;
		padding-right: 25px;
	}
	.set-pickup.is-products .set-pickup-tip .slick-prev,
	.set-pickup.is-health .set-pickup-tip .slick-prev {
		left: 0;
	}
	.set-pickup.is-products .set-pickup-tip .slick-next,
	.set-pickup.is-health .set-pickup-tip .slick-next {
		right: 0;
	}
	.set-pickup.is-health .set-pickup-tip.is-title {
		float: none;
		margin-bottom: 13px;
	}
	.set-pickup.is-health .set-pickup-data .set-pickup-icon > .set-icon {
		margin-left: 2px;
	}
	.set-pickup.is-health .set-pickup-data .set-health-news-topic {
		clear: both;
	}
	.set-pickup.is-products .set-pickup .slick-slider,
	.set-pickup.is-nomal .set-pickup .slick-slider {
		padding: 0 18px;
	}
	.set-pickup.is-health .set-pickup-news .set-pickup-data,
	.set-pickup.is-products .set-pickup-news .set-pickup-news-block,
	.set-pickup.is-nomal .set-pickup-news .slick-slide > .set-pickup-news-block {
		display: -webkit-flex;
		display: flex;
		flex-flow: column wrap;
		align-items: flex-start;
	}
	.set-pickup.is-health .set-pickup-news .set-pickup-data .is-pickup-flag,
	.set-pickup.is-products .set-pickup-news .set-pickup-news-block .is-pickup-flag,
	.set-pickup.is-nomal .set-pickup-news .slick-slide > .set-pickup-news-block .is-pickup-flag {
		margin-bottom: 10px;
	}

	/* icon
	-------------------------------- */
	[class*="heading"] > a[target="_blank"]:after {
		width: 15px;
		height: 15px;
		background: url(../png/com_sprite01_sp.png) no-repeat 0 -54px;
		background-size: 250px auto;
	}
	.is-blankLink:after,
	.is-pdfLink:after,
	.innerLink.is-blankLink:after,
	.innerLink.is-pdfLink:after,
	.innerLink.is-modal:after,
	.iconLink a[target="_blank"]:after,
	.normalList a[target="_blank"]:after,
	.noteList a[target="_blank"]:after,
	.innerLink[target="_blank"]:after,
	.btnLink a[target="_blank"] span:after,
	.btnLink .is-close a span:after,
	.btnLink .is-modal a span:after,
	.btnLink .is-print a span:after,
	.newsBox dl dd a[target="_blank"]:after,
	.newsBox > p a[target="_blank"]:after,
	.indexLink > .column a[target="_blank"] .linkText:after,
	.cardLink > .column a[target="_blank"] .linkText > span:after,
	.cardLink.slick-slider .column a[target="_blank"] .linkText > span:after,
	.set-news-topic.is-movie:after,
	.company-news-topic.is-movie:after,
	.company-global-title.is-movie:after {
		background-image: url(../png/com_sprite01_sp.png);
		background-size: 250px auto;
	}
	.is-blankLink:after,
	.innerLink.is-blankLink[target="_blank"]:after,
	.iconLink a[target="_blank"]:after,
	.normalList a[target="_blank"]:after,
	.noteList a[target="_blank"]:after,
	.innerLink[target="_blank"]:after,
	.newsBox dl dd a[target="_blank"]:after,
	.newsBox > p a[target="_blank"]:after,
	.indexLink > .column a[target="_blank"] .linkText:after,
	.cardLink > .column a[target="_blank"] .linkText > span:after,
	.cardLink.slick-slider .column a[target="_blank"] .linkText > span:after {
		width: 18px;
		height: 16px;
		background-position: 0 -54px;
	}
	.is-blankpdfLink:after {
		background-position: 0 -54px !important;
	}
	.btnLink a[target="_blank"] span:after {
		margin-top: -8px;
		background-position: 0 -54px;
		height: 13px;
		width: 19px;
	}
	.btnLink em a[target="_blank"]:hover span:after {
		background-position: -108px -54px;
	}
	.is-pdfLink:after,
	.innerLink.is-pdfLink[href$=".pdf"]:after,
	.iconLink a[href$=".pdf"]:after,
	.normalList a[href$=".pdf"]:after,
	.innerLink[href$=".pdf"]:after,
	.newsBox dl dd a[href$=".pdf"]:after,
	.newsBox > p a[href$=".pdf"]:after,
	.indexLink > .column a[href$=".pdf"] .linkText:after {
		width: 18px;
		height: 16px;
		background-position: -18px -54px;
	}
	.is-pdfLink:after {
		background-position: -18px -54px !important;
	}
	.btnLink a[href$=".pdf"] span:after {
		width: 18px;
		height: 16px;
		background-position: -18px -54px;
	}
	.btnLink em a[href$=".pdf"]:hover span:after {
		width: 18px;
		height: 16px;
		background-position: -18px -54px;
	}
	.innerLink.is-modal:after,
	.iconLink .is-modal a:after {
		width: 18px;
		height: 16px;
		background-position: -72px -54px;
		background-size: 250px auto;
	}
	.btnLink .is-modal em a:hover span:after {
		width: 18px;
		height: 16px;
		background-position: -198px -54px;
		background-size: 250px auto;
	}
	.btnLink .is-modal a span:after {
		width: 18px;
		height: 16px;
		background-position: -72px -54px;
		background-size: 250px auto;
	}
	.is-movie a:after,
	.is-movie a[target="_blank"]:after,
	.indexLink > .column.is-movie a[target="_blank"] .linkText:after,
	.newsBox dl .is-movie a[target="_blank"]:after,
	.newsBox > .is-movie a[target="_blank"]:after,
	.set-news-topic.is-movie:after,
	.company-news-topic.is-movie:after,
	.company-global-title.is-movie:after {
		width: 18px;
		height: 16px;
		background-position: -36px -54px;
	}
	.is-movie a[target="_blank"] span:after {
		width: 18px;
		height: 16px;
		background-position: -36px -54px;
	}
	.is-rss a:after,
	.is-rss a[target="_blank"]:after {
		width: 18px;
		height: 16px;
		margin-top: -2px;
		background-position: -54px -54px;
	}
	.btnLink.is-close li a span:after {
		width: 18px;
		height: 16px;
		margin-top: -9px;
		background-image: url(../png/com_sprite01_sp.png);
		background-repeat: no-repeat;
		background-position: -90px -54px;
		background-size: 250px auto;
	}


	/* unique
	-------------------------------- */
	/* businessbox */
	.businessbox {
		margin-top: 60px;
		padding: 30px 20px 20px;
	}
	.businessbox-theme {
		font-size: 1.7rem;
	}
	.businessbox .btnLink > li > em > a {
		border-width: 1px;
	}
	.businessbox .btnLink > li > em > a > span {
		min-width: 0;
		display: block !important;
	}
	/* businessbox-madical */
	.businessbox.is-madical {
		background-size: contain;
	}
	/* .businessbox.is-nutra */
	.businessbox.is-nutra {
		padding: 30px 20px 20px;
		background-size: contain;
		background-position: 50%;
	}

	.dlItem-list-row {
		margin-top: 1em;
		display: block;
	}
	/* jScrollPane */
	/*
	 * CSS Styles that are needed by jScrollPane for it to operate correctly.
	 *
	 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
	 * may not operate correctly without them.
	 */
	.jspContainer {
		position: relative;
	}
	.jspPane {
		position: absolute;
		top: 0 !important;
		margin-left: 0 !important;
	}
	.jspVerticalBar {
		display: none;
	}
	.jspHorizontalBar {
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 10px;
		border-radius: 5px;
	}
	.jspCap {
		display: none;
	}
	.jspHorizontalBar .jspCap {
		float: left;
	}
	.jspTrack {
		background: #f5f5f5;
		position: relative;
	}
	.jspDrag {
		background: #d4d4d4;
		position: relative;
		top: 0;
		left: 0;
		cursor: pointer;
		border-radius: 5px;
	}
	.jspHorizontalBar .jspTrack,
	.jspHorizontalBar .jspDrag {
		float: left;
		height: 100%;
	}
	.jspArrow {
		background: #50506d;
		text-indent: -20000px;
		display: block;
		cursor: pointer;
		padding: 0;
		margin: 0;
	}
	.jspArrow.jspDisabled {
		cursor: default;
		background: #80808d;
	}
	.jspVerticalBar .jspArrow {
		height: 10px;
	}
	.jspHorizontalBar .jspArrow {
		width: 10px;
		float: left;
		height: 100%;
	}
	.jspVerticalBar .jspArrow:focus {
		outline: none;
	}
	.jspCorner {
		background: #eeeef4;
		float: left;
		height: 100%;
	}

}

@media only screen and (max-width: 320px){
	.podcastBox > iframe {
		width: 290px;
	}
	.submitBlock .is-submit {
		flex-flow: column wrap;
	}
	.submitBlock .is-submit .is-back + li {
		margin-top: 15px;
		margin-left: 0;
	}
}

@media screen and (orientation: landscape) and (max-width: 767px) {
	.podcastBox > iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 630px) {
	.is-colFix .table-scrollIcon {
		display: none;
	}
	.is-colFix.is-fixColumn .table-scrollIcon {
		display: block;
	}
	.is-colFix.is-fixColumn.is-now-scroll .table-scrollIcon {
		display: none;
	}
}

/* animation */
@keyframes pickup {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

/* font-family */
.heading1,
.heading2,
.borderBox .heading4 span,
.bgBox .heading4 span,
.modalHeading1,
.modalHeading2,
.is-listHead,
.is-arrowHeading,
.is-relatedHead,
.is-campaign .title,
.is-campaign .info > .date,
.is-plugin .caption,
.leadText > em,
.releaseMainTitle,
.btnLink > li > em > a,
.submitBlock .btnLink > li > em > span,
.btnLink > li > em > a > span,
.submitBlock .btnLink > li > em > span > input,
.submitBlock .btnLink > li > em > span > input,
.bannerLink dl > dt,
.normalList.is-bgGraPinkTex > li,
.defineList dt,
.numberText,
.defineList.is-number dt > .number,
.numberText > .number,
.flowList > ul li.is-current > *,
.legendList > li > .icon,
.businessTelList > li > .icon,
.qaList > .question > .title > span,
.openBoxList > .js-switch > .title > span,
.qaList > .answer > .text,
.openBoxList > .js-detail .text,
.columnTitle,
.flowBox .figureColumn .text > .number,
.newsInfo > .newsBox > dl > dt,
.eventInfo > .eventBox > .dateInfo > .date,
.eventInfo > .eventBox > .dateInfo > .eventTitle,
.libraryBox > .btnLink,
.qaBox .titleBlock > .title,
.qaBox .titleBlock > ul,
.healthBox .title,
.healthBox .declaration > p > em,
.healthBox .declaration > p > em > span,
.soyBox .figureColumn > .text > .flowText,
.diagnosticBox .title.is-question > span,
.diagnosticBox .result > p,
.diagnosticBox .itemsInner .section_total_res,
.contactBox > .headBlock span,
.contactBox > .numberBlock .title > span,
.contactBox > .numberBlock > .phoneBox > .number > a,
.resultUtil > .result-sort > li > a.is-current,
.is-tableTitle > p,
.tableLayout .is-level1,
.tableLayout .is-level2,
.floatTable-head,
.tabs .tabList > li > a,
.businessbox-title,
.businessbox-theme,
.checkBoxBlock .genreBox dl dt,
.magazineBanner > a > .title > span,
.laboBox > .heading,
.btnLink.is-yearList > .is-current > span,
.newsHeadBox.is-global .date,
.newsHeadBox.is-global .volumeNumber .vol,
.newsHeadBox.is-global .volumeNumber .countryIcon li,
.newsHeadBox.is-global .heading,
.set-interview-name,
.set-interview-more,
.set-pickup.is-health .set-health-news-title,
.set-pickup.is-health .set-pickup-data .set-health-news-time,
.btnLink .is-print a span,
.qaList > .answer:before,
.newsBoxLayoutTitle,
.newsAccordionTitle,
.newsCheckTitle,
.newsCheckColumnItem > dl > dt,
.newsSelectTitle,
.newsSearchHitsNumber,
.newsSearchHitsBold,
.searchKeywordTitle {
	font-family: "TBUDゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
[class*="heading"] > .sub {
	font-family: "TBUDゴシック R", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px){
	[class*="heading"] > .sub {
		font-family: "TBUDゴシック R", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}


/* clearfix */
.is-pager:after,
.iconLink.is-prevNext:after,
.set-interview-img:after,
.i-searchBox:after,
.probo-searchBox:after,
.floatTable:after,
.set-pickup.is-health:after{
	content : "";
	display : block;
	clear : both;
}
