@charset "utf-8";
body {
	color: #333333;
	background-color: #fff100;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 960px;
	margin:0 auto;
}
.content {
	background-color:#fff;
	border-radius:10px;
	padding:30px;
	margin:30px 0;
}

.top-tit {
	background-image: url(images/top_tit_bg.jpg);
	text-align:center;
}
.top-tit img {
	margin:0 auto;
}

.site_tit img {
	margin:0 0 0 auto;
}

.main-img {
	background-color: #000;
	background-image: url(images/main_tit_line.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	text-align: center;
	padding-bottom:20px;
}
.main-img img {
	margin:0 auto;
}

.main_img02 img {
	margin:0 auto;
}

/* =Navbar
-------------------------------------------------------------- */

.main-menu {
}

.main-menu ul.nav {
	display: flex;
	flex-flow: row;
	  margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
}

.main-menu ul.nav a {
	  font-size: 1rem;
	  font-weight: bold;
	display: block;
	margin: 0 0 0 0;
	padding: 14px 20px;
}


.main-menu ul.nav a::before{
	  content: "";
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  background-image: url(images/syuriken.svg);
	  background-size: contain;
	  vertical-align: middle;
	  position: relative;
	  top:-3px;
	  left:-8px;

}

/* メインメニュー　リンク */


.main-menu a:link {
	color: #000000;

	text-decoration: none;
}
.main-menu a:visited {
	color: #333333;
	text-decoration: none;
}
.main-menu a:hover {
	color: #ff0000;
	text-decoration: none;
}
.main-menu a:active {
	color: #ff0000;
	text-decoration: none;
}


/* =Footer
-------------------------------------------------------------- */

.logo {
	float:right;
}

.footer-menu a:link {
	color: #ffffff;

	text-decoration: none;
}
.footer-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer-menu a:hover {
	color: #999;
	text-decoration: none;
}
.footer-menu a:active {
	color: #ff0000;
	text-decoration: none;
}


.footer-menu {
	  background-color: #222222;
	  color: #ffffff;
	  padding: 10px 0;
}

.address {
	  background-color: #000000;
	  color: #ffffff;
	  padding: 10px 0;
	overflow:hidden;
}

.copyright {
	  background-color: #000000;
	  clear:both;
	  text-align: center;
	  font-size: 0.8rem;
	  color: #999999;
	padding:1px 20px;
}



/* 表 */
th {
	background-color: #fedd32;
	padding: 10px 30px;
}

td {
	background-color: #f6f5f0;
	padding: 10px 30px;
}


/* 見出し */

h1 {
	text-align: center;
	font-size: 2.5rem;
	margin: 40px 0 60px 0;
}

h2 {
	text-align: center;
	font-size: 2rem;
	margin: 30px 0;
}

h2.f-mc {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h3 {
	font-size: 1.2rem;
	color: #000000;
	padding:10px 20px;
	background-color: #fedd32;
	border-radius: 5px;
}

h2.ippan::before , h2.ippan::after{
	  content: " 〜 ";
}

/* 2分割 */

.bunkatu2_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

.bunkatu2 {
}

.item-center {
    align-self:center;
    -ms-grid-row-align:center;
}

/* 3分割 */

.bunkatu3_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .bunkatu2_list,
*::-ms-backdrop, .bunkatu3_list,
*::-ms-backdrop, .voice_list { overflow:hidden;margin:0 0; }  
  *::-ms-backdrop, .bunkatu2_list .bunkatu { width:48% !important;float:left;margin-right:2%;margin-bottom:2%; }  
  *::-ms-backdrop, .bunkatu2_list .bunkatu2 { width:48% !important;float:left;margin-right:2%;margin-bottom:2%; }  
  *::-ms-backdrop, .bunkatu3_list .bunkatu3 { width:31% !important;float:left;margin-right:2%;margin-bottom:2%;padding:0 !important; }  
  *::-ms-backdrop, .voice_list .voice_card { width:43% !important;float:left;margin-right:2%;margin-bottom:2%;min-height:120px; }  
}

/* popバックナンバーの3分割 */

.bunkatu3_list_bn {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

@media (max-width:500px) {
	.bunkatu3_list_bn {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
}




/* その他 */


.naka_tit_list {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 30px;
}


.te02 img {
	border-radius: 50%;
}



/* 説明 */

.yomimono {
	max-width: 760px;
	margin: 0 auto;
}

.yomimono h2 {
	text-align: center;
	font-size: 2.5rem;
	margin: 60px 0;
}

.yomimono p {
	text-indent: 1em;
	font-size: 1.05rem;
	line-height: 1.8;
}

.yomimono strong {
	font-size: 1.5rem;
}

.yomimono li {
	list-style-type: none;
}

strong {
	color: red;
}

/* 写真 */

.photo {
	margin: 0 0 30px 0;
}

.photo img {
	margin: 0;
}

.photo p {
	text-align: center;
	color: #333;
	margin: 5px;
	font-size: 0.9rem;
}

/* 囲み */


.kakomi {
	  background-color: #ffffff;
	  margin: 20px 0;
	  padding: 20px;
}

/* 囲み2 */

.kakomi2 {
	  background-color: #ffffff;
	  color: #333;
	  padding: 15px;
font-size: 1.3rem;
border: dotted 2px #008080;
text-align: center;
}

/* 囲み3 */

.kakomi3 {
	  background-color: #ffffff;
	  margin: 50px 0 0 0;
	  padding: 30px 60px;
font-size: 1rem;
border: dotted 2px #008080;
border-radius: 20px;
}

.migiyose {
	text-align: right;
}

/* 小さい枠 */

.kiji {
	  margin: 0 auto;
	max-width:620px;
}

/* 声 */

.voice_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.voice_card {
	background-color: #ffffff;
	padding: 20px;
	  border-radius: 5px;
	border:1px solid #ccc;
}

.nenrei {
	text-align: right;
	color: #ff6600;
}

h2.voice {
	color: #ffffff;
}

.voice_setumei {
	text-align: center;
	background-color: #ffffff;
}



.sonota img {
	border-radius: 50%;
}


.syamei {
	  text-align: right;
}

.card_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
}

/* テキスト */

.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

.text_ll {
	font-size:160%;
}

.text_l {
	font-size:143%;
}

.small {
	font-size:86%;
}

.aka {
	color:#ff0000;
}

.ao {
	color:#0033ff
}

.catch {
	color:#000;
	font-size:143%;
}

hr {
  height: 0;
  padding: 0;
  border: 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin:30px 0 40px 0;
}

/* Link */
a:link {
	color:#0099ff;
	text-decoration:none;
}
a:visited {
	color:#0099ff;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:active {
	color:#000;
	text-decoration:underline;
}

.boxlink:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/*フォーム*/

.table-form th.w-25 {
	width:28% !important;
}
.table-form td.w-75 {
	width:72% !important;
}
.table-form {
	width:100%;
}
.required {
	color:#fff;
	background:#cc0000;
	font-size:80%;
	padding:3px 5px;
	border-radius:3px;
	font-weight:normal;
}

.table-form th.w-25 {
	width:28% !important;
}
.table-form td.w-75 {
	width:72% !important;
}

/*店頭POP PDFリンク*/
.btn-pop {
  margin: 20px 0;
  text-align: center;
}

.btn-pop a:link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 5px;
}

.btn-pop a:visited {
  color: #fff;
}

.btn-pop a:hover {
  background-color: #36f;
}

.btn-pop a:active {
  background-color: #f30;
}

.form-control {
  display: block;
  width: 95%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 3.4;
}

textarea.form-control {
  height: auto;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-top: 0.7rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
	font-size:140%;
	padding:20px;
	border-radius:5px;
}

.btn-primary:hover {
	cursor:pointer;
  color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.sp-only {
	display:none;
}

@media (min-width: 576px) {  

}

@media (min-width: 768px) {  

}

@media (min-width: 992px) { 

}

@media screen and (max-width: 1200px) {

}

@media (max-width: 991.98px) { 

.container {
	padding-right:20px;
	padding-left:20px;
}

}

@media (max-width: 767.98px) { 

.content {
	margin-top:0;
}

.pc-only {
	display:none;
}
.sp-only {
	display:inline;
}

.main-menu {
	position:relative;
	height:45px;
}



/*ハンバーガーメニュー*/

.btn {
    background:transparent url(images/btn.png) no-repeat 0 0;
    background-size:cover;
    display: block;
    width:40px;
    height: 40px;
    position: absolute;
    top:-3px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.9);
    position: fixed;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu {
	margin:0;
	margin-top:80px;
	list-style:none;
}
#menu li {
    width:180px;
	text-align:left;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 0 0 0 30px;
	margin:15px 0;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	background:url(images/syuriken.png) no-repeat 0 5px;
	background-size:20px;
}


body {
	font-size: 14px !important;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:126%;
}

.header-menu .float-left {
	display:none;
}

.content {
	padding:20px;
}

.bunkatu2_list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

.bunkatu3_list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px;
}

.voice_list {
	display: grid;
	grid-template-columns: 1fr;
}

  .table {
    font-size:86%;
  }
.table th,
.table td {
  padding: 0.45rem;
}
.form-control {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.table-form {
	width:100%;
}
.table-form tr {
	display:block !important;
	overflow:hidden;
}
.table-form th.w-25 {
	display: list-item;
list-style-type: none;
	text-align:left;
	width:100% !important;
}
.table-form td.w-75 {
	display: list-item;
list-style-type: none;
	width:100% !important;
}
.w-25 {
  width: 100% !important;
}

.w-50 {
  width: 100% !important;
}

.w-75 {
  width: 100% !important;
}

.table-confirm {
	width:100%;
}
.table-confirm tr {
	display:block;
	width:100%;
	border-bottom:1px solid #ccc;
}
.table-confirm th, 
.table-confirm td {
	display:list-item;
	list-style-type:none;
	margin:0;
	padding:10px;
	border:0 solid;
}
.table-confirm th {
	border-bottom:0 solid;
	padding-bottom:0;
}

footer {
	text-align:center;
}
footer a {
	color:#fff;
}
.logo {
	text-align:center;
	float:none;
}
.kakomi3 {
	  padding: 10px 20px;
}

}

p.f-mc {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

p .a_kyoutyou {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:104%;
}

/* 成分分析 */

.hyou_name {
	text-align:center;
	font-weight:bolder;
	font-size: 110%;
}

table.bunseki-left {
	border-width: 2px 1px 2px 2px;
	}
table.bunseki-right{
	border-width: 2px 2px 2px 1px;
	}

.bunsekihyou,
.bunsekihyou02 {
	border-collapse: collapse;
  border: solid 1px black;
}


.bunsekihyou th,
.bunsekihyou td,
.bunsekihyou02 th,
.bunsekihyou02 td {
	border: solid 1px black;
	padding:0.3rem 0.5rem;
}

.bunsekihyou02 .hyou th,
.bunsekihyou02 .hyou td {
	padding: 0.1rem 0.5rem;
	font-size:96%;
	-webkit-text-size-adjust:90%;
}

.bunsekihyou02 tr:nth-child(odd) td{
	background-color: #ffffff
}

table.bunsekihyou02 td.kouka {
	font-size:90%;
	-webkit-text-size-adjust:90%;
	}

table.bunsekihyou02 td.kouka .midori {
	color:#009900;
}	

.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


@media (max-width: 767.98px) { 
	table.bunsekihyou02 {
		border: solid 2px black;
		margin-top:20px;
	}
}
@media screen and (max-width: 575.98px) {
	table.bunsekihyou02 {
		border: solid 2px black;
		margin-top:20px;
	}
	.bunseki {
		overflow: auto;
		white-space: nowrap;
	}	

	.pc_area{
		display:none;
	}
	.sp_area{
		display:block;
	}
		

}