<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*---------------
reset
---------------*/
address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, table, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
th, td {
	border: none;
}
ol, ul {
	list-style-type: none
}
a {
	text-decoration: none
}
fieldset, img {
	border: 0
}
img {
	vertical-align: bottom
}
hr, legend {
	display: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 62.5%;
}
address, em {
	font-style: normal
}
body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
	font-size: 62.5%;
	background: url(../images/common/bg.png);
}
/*---------------
header
---------------*/
#header {
	width: 950px;
	margin: 0 auto
}
#header .logo {
	margin-left: 20px
}
/*---------------
footer
---------------*/
#footer {
	width: 950px;
	margin: 0 auto 15px;
	text-align: center
}
/*---------------
clearfix
---------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.clearfix {
	min-height: 1px
}
* html .clearfix {
	height: 1px
}
.clear {
	clear: both
}
/*---------------
margin
---------------*/
.mrgT10 {
	margin-top: 10px
}
.mrgT15 {
	margin-top: 15px
}
.mrgT20 {
	margin-top: 20px
}
.mrgT30 {
	margin-top: 30px
}
.mrgR10 {
	margin-right: 10px
}
.mrgR15 {
	margin-right: 15px
}
.mrgR20 {
	margin-right: 20px
}
.mrgB10 {
	margin-bottom: 10px
}
.mrgB15 {
	margin-bottom: 15px
}
.mrgB20 {
	margin-bottom: 20px
}
.mrgB30 {
	margin-bottom: 30px
}
.mrgL10 {
	margin-left: 10px
}
.mrgL15 {
	margin-left: 15px
}
.mrgL20 {
	margin-left: 20px
}

#container {
	width: 950px;
	margin: 0 auto;
	line-height: 1.7;
	color: #333;
}
/*---------------
content
---------------*/
#mainvisual {
	width: 950px;
	height: 335px;
	margin: 0 auto;
	position: relative;
}
#mainvisual p {
	width: 540px;
	padding: 218px 0 0 40px
}
#mainvisual h1 {
	position: absolute;
	top: 88px;
	left: 30px;
}
.article {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}
.article-inner {
	padding: 20px;
}
h2 {
	color: #fff;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: bold;
	border-radius: 5px;
	padding: 15px;
}
p {
	font-size: 1.4em;
	line-height: 1.6;
}
/*---------------
article01
---------------*/
.article01 table {
	font-size: 1.8em;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-weight: bold;
}
.article01 th {
	padding: 5px;
	border-radius: 5px;
	padding: 2px 10px;
}
.article01 td {
	padding-left: 15px;
}
.article01 .left-box {
	float: left;
	width: 525px;
}
.article01 .right-box {
	float: left;
	padding-left: 20px;
}
/*---------------
article02
---------------*/
.article02 .point-box {
	float: left;
	width: 425px;
	margin-bottom: 20px;
}
.article02 .point-box h3 span {
	position: absolute;
	left: 5px;
	top: 20px;
	color: #fff;
}
.article02 .point-box h3 {
	height: 70px;
	font-size: 1.8em;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	padding-left: 90px;
	position: relative;
}
.article02 .point-box .photo {
	text-align: center;
}
.article02 .point-box p {
	padding: 20px;
}
/*---------------
article05
---------------*/
.article05 .left-box {
	float: left;
	width: 300px;
	text-align: center;
}
.article05 .right-box {
	float: left;
	width: 565px;
}
.article05 dl {
	width : 260px;
	margin-right : 10px;
	padding : 10px;
	float : left;
}
.article05 dt {
	padding-bottom : 3px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}
.article05 dd {
	padding : 10px;
	background: url(../images/common/article05_dd_bg.gif);
	font-size: 1.4em;
}
.article05 .title {
	font-size: 2.2em;
	font-weight: bold;
	padding-bottom: 30px;
}
.article05 .title span {
	border-bottom: 2px solid #ffff66;
}
.article05 .desc {
	background: url(../images/hakkou_article05_icon.png) no-repeat left top;
	padding-left: 80px;
	min-height: 70px;
}
/*---------------
article07
---------------*/
.article07 .left-box {
	float: left;
	width: 390px;
}
.article07 .right-box {
	float: left;
	width: 460px;
}
.article07 .right-box h3 {
	border-radius: 5px;
	font-size: 1.8em;
	text-align: center;
}
.article07 ul {
	padding: 15px;
}
.article07 ul li {
	font-size: 1.4em;
	line-height: 1.4em;
	list-style: outside;
	margin-bottom: 10px;
}
.article07 dl {
	overflow: hidden;
	border-bottom: 2px dotted #a2a2a2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	line-height: 1.8em;
}
.article07 dt {
	float: left;
}
.article07 dd {
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
}
.article07 dd span {
	color: #fa6262;
}
/*---------------
article08
---------------*/
.article08 .left-box {
	float: left;
	width: 320px;
}
.article08 .right-box {
	width: 550px;
	float: left;
}
.article08 h3 {
	position: relative;
	padding: .5em .75em;
	border-radius: 6px;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.article08 h3::before, .article08 h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.article08 h3::after {
	margin-top: -2px;
}
.article08 .comment {
	padding: 10px;
	margin-top: 20px;
}
.article08 .comment p {
	padding : 10px;
	background: url(../images/common/article05_dd_bg.gif);
	font-size: 1.4em;
}
/*---------------
article09
---------------*/
.article09 .left-box {
	float: left;
	width: 320px;
}
.article09 .right-box {
	width: 550px;
	float: left;
}
.article09 h3 {
	font-size: 1.8em;
	color: #f28921;
	margin-bottom: 10px;
}
.article09 h4 {
	font-size: 1.8em;
	padding: 5px;
	color: #f28921;
	background: url(../images/hakkou_article09_bg.gif);
	text-align: center;
	margin-bottom: 20px;
}
.article09 .about {
	border: 4px solid #fae194;
	width: 417px;
	float: left;
}
.article09 .about p {
	width: 200px;
	padding: 0 10px 20px 20px;
	float: left;
}
.article09 .about img {
	float: right;
	margin-right: 15px;
}
/*---------------
article10
---------------*/
.article10 .left-box {
	float: left;
	width: 560px;
}
.article10 .right-box {
	float: left;
	width: 280px;
	padding-left: 20px;
	text-align: center;
}
.article10 h3 {
	font-size: 2em;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	margin-bottom: 30px;
}
.article10 h3::before, .article10 h3::after {
	content: '';
	position: absolute;
}
.article10 h3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
}
.article10 h3::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}
/*---------------
articleSeikyu
---------------*/
.articleSeikyu {
	background: url(../images/common/seikyu_bgA.gif);
	margin-bottom: 25px;
	padding: 30px;
	border-radius: 5px;
}
.articleSeikyu.typeGreen {
	background: url(../images/common/seikyu_bgGreen.gif);
}
.articleSeikyu .aplly {
	float: left;
}
.articleSeikyu .seikyu {
	float: right;
}
/*---------------
pattern
---------------*/
/*---発酵食---*/
.hakkou #mainvisual {
	background: url(../images/hakkou_mainvisual.jpg)no-repeat left top;
	border-top: 4px solid #f28921;
}
.hakkou h2 {
	background: #f28921;
}
.hakkou .article01 th {
	background-color : #fae194;
}
.hakkou .article02 .point-box, .hakkou .article05 dl, .hakkou .article08 .comment {
	background: #fcf0ca;
}
.hakkou .article02 .point-box h3 {
	background: url(../images/hakkou_article02_bg.png) no-repeat;
}
.hakkou .article02 .point-box .photo {
	background: url(../images/hakkou_article02_photo_bg.gif);
}
.hakkou .article05 dt, .hakkou .article05 .title, .hakkou .article09 h3, .hakkou .article09 h4{
	color: #f28921;
}
.hakkou .article05 .desc {
	background: url(../images/hakkou_article05_icon.png) no-repeat left top;
}
.hakkou .article07 .right-box h3 {
	background: #fae194 url(../images/common/article07_ico.png) no-repeat right top;
}
.hakkou .article08 h3 {
	background-color: #fefaee;
	border: 1px solid #f28921;
	color: #f28921;
}
.hakkou .article08 h3::before {
	border-top: 15px solid #f28921;
}
.hakkou .article08 h3::after {
	border-top: 15px solid #fefaee;
}
.hakkou .article09 h4 {
	background: url(../images/hakkou_article09_bg.gif);
}
.hakkou .article09 .about {
	border: 4px solid #fae194;
}
.hakkou .article10 h3 {
	background-color: #fae194;
}
.hakkou .article10 h3::before {
	border-right-color: #f6cc4a;
}

/*---賞状---*/
.syojo #mainvisual {
	background: url(../images/syojo_mainvisual.jpg)no-repeat left top;
	border-top: 4px solid #f28921;
}
.syojo h2 {
	background: #674023;
}
.syojo .article01 th {
	background-color : #f4ceb2;
}
.syojo .article02 .point-box, .syojo .article05 dl, .syojo .article08 .comment {
	background: #feede0;
}
.syojo .article02 .point-box h3 {
	background: url(../images/syojo_article02_bg.png) no-repeat;
}
.syojo .article02 .point-box .photo {
	background: url(../images/syojo_article02_photo_bg.gif);
}
.syojo .article05 dt, .syojo .article05 .title, .syojo .article09 h3, .syojo .article09 h4{
	color: #674023;
}
.syojo .article05 .desc {
	background: url(../images/syojo_article05_icon.png) no-repeat left top;
}
.syojo .article07 .right-box h3 {
	background: #f4ceb2 url(../images/common/article07_ico.png) no-repeat right top;
}
.syojo .article08 h3 {
	background-color: #feede0;
	border: 1px solid #674023;
	color: #674023;
}
.syojo .article08 h3::before {
	border-top: 15px solid #674023;
}
.syojo .article08 h3::after {
	border-top: 15px solid #feede0;
}
.syojo .article09 h4 {
	background: url(../images/syojo_article09_bg.gif);
}
.syojo .article09 .about {
	border: 4px solid #f4ceb2;
}
.syojo .article10 h3 {
	background-color: #f4ceb2;
}
.syojo .article10 h3::before {
	border-right-color: #c6936e;
}

/*---筆ペン---*/
.fude #mainvisual {
	background: url(../images/fude_mainvisual.jpg)no-repeat left top;
	border-top: 4px solid #f28921;
}
.fude h2 {
	background: #674023;
}
.fude .article01 th {
	background-color : #f4ceb2;
}
.fude .article02 .point-box, .fude .article05 dl, .fude .article08 .comment {
	background: #feede0;
}
.fude .article02 .point-box h3 {
	background: url(../images/fude_article02_bg.png) no-repeat;
}
.fude .article02 .point-box .photo {
	background: url(../images/fude_article02_photo_bg.gif);
}
.fude .article05 dt, .fude .article05 .title, .fude .article09 h3, .fude .article09 h4{
	color: #674023;
}
.fude .article05 .desc {
	background: url(../images/fude_article05_icon.png) no-repeat left top;
}
.fude .article07 .right-box h3 {
	background: #f4ceb2 url(../images/common/article07_ico.png) no-repeat right top;
}
.fude .article08 h3 {
	background-color: #feede0;
	border: 1px solid #674023;
	color: #674023;
}
.fude .article08 h3::before {
	border-top: 15px solid #674023;
}
.fude .article08 h3::after {
	border-top: 15px solid #feede0;
}
.fude .article09 h4 {
	background: url(../images/fude_article09_bg.gif);
}
.fude .article09 .about {
	border: 4px solid #f4ceb2;
}
.fude .article10 h3 {
	background-color: #f4ceb2;
}
.fude .article10 h3::before {
	border-right-color: #c6936e;
}

/*---メンタル---*/
.mental #mainvisual {
	background: url(../images/mental_mainvisual.jpg)no-repeat left top;
	border-top: 4px solid #74b714;
}
.mental h2 {
	background: #74b714;
}
.mental .article01 th {
	background-color : #d3f3a3;
}
.mental .article02 .point-box, .mental .article05 dl, .mental .article08 .comment {
	background: #e7f7ce;
}
.mental .article02 .point-box h3 {
	background: url(../images/mental_article02_bg.png) no-repeat;
}
.mental .article02 .point-box .photo {
	background: url(../images/mental_article02_photo_bg.gif);
}
.mental .article05 dt, .mental .article05 .title, .mental .article09 h3, .mental .article09 h4{
	color: #74b714;
}
.mental .article05 .desc {
	background: url(../images/mental_article05_icon.png) no-repeat left top;
}
.mental .article07 .right-box h3 {
	background: #d3f3a3 url(../images/common/article07_ico.png) no-repeat right top;
}
.mental .article08 h3 {
	background-color: #e7f7ce;
	border: 1px solid #74b714;
	color: #74b714;
}
.mental .article08 h3::before {
	border-top: 15px solid #74b714;
}
.mental .article08 h3::after {
	border-top: 15px solid #e7f7ce;
}
.mental .article09 h4 {
	background: url(../images/fude_article09_bg.gif);
}
.mental .article09 .about {
	border: 4px solid #d3f3a3;
}
.mental .article10 h3 {
	background-color: #d3f3a3;
}
.mental .article10 h3::before {
	border-right-color: #c6936e;
}

</pre></body></html>