/*
Author: NISHIMURAKOTARO-SHOTEN Co., Ltd.
Author URI: https://tea-nishimura.co.jp
Description:  NISHIMURAKOTARO-SHOTEN Co., Ltd.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #161616;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-position: center center;
	background-attachment: fixed;
	background-image: url("../image/nisico-backphoto.jpg");
	background-repeat: no-repeat;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

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

.fixed-bottom-navi {
	display: none;
}
@media only screen and (max-width: 768px) {

	.fixed-bottom-navi {
		background: #76871c;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #76871c;
		border-bottom: 1px solid #76871c;
		border-left: 1px solid #76871c;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: fixed;
		left: 0;
		bottom: 0;
		width:100%;
		z-index: 99999;
	}
	.fixed-bottom-navi a {
		color: #ffffff;
		display: block;
		width: 50%;
		line-height: 40px;
		text-align: center;
		transition: .5s;
	}
	.fixed-bottom-navi a + a {
		border-left: 1px solid #ffffff;
	}
	.fixed-bottom-navi a i {
		margin: 0 6px 0 0;
	}
	.fixed-bottom-navi a:hover {
		color: #76871c;
		background: #ffffff;
	}
	
}


.pc {
	display: inline;
}
.sp {
	display: none;
}
@media only screen and (max-width: 599px) {

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

}


a {
	color: #76871c;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s !important;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* iOSでのデフォルトスタイルをリセット */
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;
}

.fb76871c {
	color: #76871c;
	font-weight: bold;
}
.fbee0000 {
	color: #ee0000;
	font-weight: bold;
}
.fc76871c {
	color: #76871c;
}
.fcee0000 {
	color :#ee0000;
}
.fcffffff {
	color: #ffffff;
}

.fb { font-weight: bold !important; }
.fs9 { font-size: 9px !important; }
.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }
.fs25 { font-size: 25px !important; }
.fs26 { font-size: 26px !important; }
.fs27 { font-size: 27px !important; }
.fs28 { font-size: 28px !important; }
.fs29 { font-size: 29px !important; }
.fs30 { font-size: 30px !important; }
.fs31 { font-size: 31px !important; }
.fs32 { font-size: 32px !important; }
.fs33 { font-size: 33px !important; }
.fs34 { font-size: 34px !important; }
.fs35 { font-size: 35px !important; }
.fs36 { font-size: 36px !important; }
.fs37 { font-size: 37px !important; }
.fs38 { font-size: 38px !important; }
.fs39 { font-size: 39px !important; }
.fs40 { font-size: 40px !important; }


.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


table td.nowrap {
	white-space:nowrap !important;;
}
table td.right {
	text-align:right !important;;
}
table td.left {
	text-align:left !important;;
}
table td.center {
	text-align:center !important;;
}
table td.top {
	vertical-align:top !important;;
}
table td.middle {
	vertical-align:middle !important;;
}
table td.bottom {
	vertical-align:bottom !important;;
}


p.TH {
	margin-top: 0px !important;
	padding-top: 11px !important;
}
p.TM {
	margin-top: 0px !important;
	padding-top: 6px !important;
}
p.TL {
	margin-top: 0px !important;
	padding-top: 1px !important;
}
p.BH {
	margin-bottom: 0px !important;
	padding-bottom: 11px !important;
}
p.BM {
	margin-bottom: 0px !important;
	padding-bottom: 6px !important;
}
p.BL {
	margin-bottom: 0px !important;
	padding-bottom: 1px !important;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
}

header img {
	height: auto;
	max-width: 100%;
}
@media only screen and (max-width: 599px) {

	header img {
		width: 300px;
	}

}


article {
	background-color: #ffffff;
	max-width: 920px;
	margin: 137px auto 0px auto;
	padding: 40px 40px 40px 40px;
}
@media only screen and (max-width: 999px) {

	article {
		max-width: 959px;
		padding: 20px 20px 20px 20px;
	}
	
}
@media only screen and (max-width: 768px) {

	article {
		max-width: 748px;
		margin: 117px auto 0px auto;
		padding: 10px 10px 10px 10px;
	}
	
}
@media only screen and (max-width: 599px) {

	article {
		max-width: 599px;
		margin: 77px auto 0px auto;
		padding: 10px 0px 10px 0px;
	}
	
}
@media only screen and (max-width: 375px) {

	article {
		max-width: 375px;
		margin: 77px auto 0px auto;
		padding: 10px 0px 10px 0px;
	}
	
}

article .content_box {
	clear: both;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #76871c;

}
article .content_box p {
	padding: 6px 0;
}

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



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

	article .content_box {
		padding: 10px 20px;
	}

}
@media only screen and (max-width: 768px) {

	article .content_box {
		padding: 10px 10px;
	}

}
@media only screen and (max-width: 599px) {

	article .content_box {
		padding: 0;
		border: 0;
	}

}
@media only screen and (max-width: 375px) {

	article .content_box {
		font-size: 12px;
	}

}

article p.major_heading {
	clear: both;
	margin: 0;
	padding: 0px 15px 40px 15px;
	text-align: center;
	font-size: 24px;
	color: #76871c;
}
@media only screen and (max-width: 999px) {

	article p.major_heading {
		padding: 20px 15px 35px 15px;
	}

}
@media only screen and (max-width: 768px) {

	article p.major_heading {
		padding: 20px 15px 30px 15px;
	}

}
@media only screen and (max-width: 599px) {

	article p.major_heading {
		padding: 20px 15px 15px 15px;
	}

}
@media only screen and (max-width: 375px) {

	article p.major_heading {
		padding: 20px 0px 15px 0px;
		font-size: 16px !important;
	}

}

article .content_box p.heading {
	clear: both;
	margin: 15px 0 30px 0;
	padding: 8px 15px;
	background-color: rgb(118,135,28,0.1);
	border-left: 6px solid #76871c;
	font-weight: bold;
}
@media only screen and (max-width: 375px) {

	article .content_box p.heading {
		margin: 15px 0 15px 0;
		padding: 8px 5px;
	}

}

article .content_box .content_box_inner {
	box-sizing: border-box;
	padding: 0px 10px 5px 10px;
}

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

	article .content_box .content_box_inner {
		padding: 5px 20px 0 20px;
	}

}
@media only screen and (max-width: 375px) {

	article .content_box .content_box_inner {
		padding: 5px 10px 0 10px;
	}

}




article .content_box dl.company {
    overflow: hidden;
    zoom: 1;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #76871c;
	
}
article .content_box dl.company dt {
    margin: 0 0 5px 0;
    padding: 0 0 5px 15px;
    float: left;
	font-weight: bold;
}
article .content_box dl.company dd {
    margin: 0 0 20px 0;
    padding: 0 0 20px 180px;
	border-bottom: 1px solid #76871c;
}
@media only screen and (max-width: 599px) {

	article .content_box dl.company {
		margin-top: 0px;
		padding-top: 20px;
	}
	article .content_box dl.company dt {
    	margin: 0;
    	padding: 0 0 0 15px;
		float: none;
	}
	article .content_box dl.company dd {
    	margin: 0 0 20px 0;
    	padding: 0 10px 20px 15px;
	}

}
@media only screen and (max-width: 375px) {

	article .content_box dl.company {
		font-size: 12px;
		padding-top: 10px;
	}
	article .content_box dl.company dt {
    	padding: 0 0 0 5px;
		float: none;
	}
	article .content_box dl.company dd {
    	margin: 0 0 10px 0px;
    	padding: 0 5px 10px 5px;
	}


}


article .content_box p {
	padding-left: 10px;
	padding-right: 10px;
}

article .content_box dl.quality {
    overflow: hidden;
    zoom: 1;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #76871c;
	
}
article .content_box dl.quality dt {
    margin: 0 0 5px 0;
    padding: 0 0 5px 15px;
    float: left;
	font-weight: bold;
}
article .content_box dl.quality dd {
    margin: 0 0 20px 0;
    padding: 0 0 20px 130px;
	border-bottom: 1px solid #76871c;
}
@media only screen and (max-width: 599px) {

	article .content_box dl.quality {
		margin-top: 0px;
		padding-top: 20px;
	}
	article .content_box dl.quality dt {
    	margin: 0;
    	padding: 0 0 0 15px;
		float: none;
	}
	article .content_box dl.quality dd {
    	margin: 0 0 20px 0;
    	padding: 0 10px 20px 15px;
	}

}
@media only screen and (max-width: 375px) {

	article .content_box dl.quality {
		font-size: 12px;
		padding-top: 10px;
	}
	article .content_box dl.quality dt {
    	padding: 0 0 0 5px;
		float: none;
	}
	article .content_box dl.quality dd {
    	margin: 0 0 10px 0px;
    	padding: 0 5px 10px 5px;
	}

}



article .content_box dl.setubi {
    overflow: hidden;
    zoom: 1;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #76871c;
	
}
article .content_box dl.setubi dt {
    margin: 0 0 5px 0;
    padding: 0 0 5px 15px;
    float: left;
	font-weight: bold;
}
article .content_box dl.setubi dd {
    margin: 0 0 20px 0;
    padding: 0 0 20px 220px;
	border-bottom: 1px solid #76871c;
}
@media only screen and (max-width: 599px) {

	article .content_box dl.setubi {
		margin-top: 0px;
		padding-top: 20px;
	}
	article .content_box dl.setubi dt {
    	margin: 0;
    	padding: 0 0 0 15px;
		float: none;
	}
	article .content_box dl.setubi dd {
    	margin: 0 0 20px 0;
    	padding: 0 10px 20px 15px;
	}

}
@media only screen and (max-width: 375px) {

	article .content_box dl.setubi {
		font-size: 12px;
		padding-top: 10px;
	}
	article .content_box dl.setubi dt {
    	padding: 0 0 0 5px;
		float: none;
	}
	article .content_box dl.setubi dd {
    	margin: 0 0 10px 0px;
    	padding: 0 5px 10px 5px;
	}

}


article .content_box .LB1 {
	color: #76871c;
	font-weight: bold;
	background-color: rgb(118,135,28,0.1);
	margin: 30px 5px 30px 5px;
	padding: 10px 5px 10px 5px;
	border-radius: 6px;
	border: 1px solid #76871c;
}
@media only screen and (max-width: 599px) {
	
	article .content_box .LB1 {
		margin: 30px 0px 30px 0px;
	}
	
}
@media only screen and (max-width: 375px) {
	
	article .content_box .LB1 {
		padding: 6px 0px;
	}
	
}

article .content_box .LB2 {
	color: #76871c;
	font-weight: bold;
	background-color: rgb(118,135,28,0.1);
	margin: 30px 80px 30px 80px;
	padding: 10px 5px 10px 5px;
	border-radius: 6px;
	border: 1px solid #76871c;
}
@media only screen and (max-width: 999px) {
	
	article .content_box .LB2 {
		margin: 30px 5px 30px 5px;
	}
	
}
@media only screen and (max-width: 599px) {
	
	article .content_box .LB2 {
		margin: 30px 0px 30px 0px;
	}
	
}
@media only screen and (max-width: 375px) {
	
	article .content_box .LB2 {
		padding: 6px 0px;
	}
	
}


.news {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news dl {
	clear: both;
	padding-bottom: 15px;
}
.news dt {
	padding-left: 10px;
	float: left;
	width: 100px;
}
.news dd {
	padding: 0 10px 10px 110px;
	line-height: 24px;
	border-bottom: 1px dotted #464646;
}


@media only screen and (max-width: 768px) {
	.news dt {
		float: none;
	}
	.news dd {
		padding: 0 0 10px 10px;
	}
}

@media only screen and (max-width: 375px) {
	.news dt {
		font-size: 12px;
	}
	.news dd {
		font-size: 12px;
	}
}


footer {
	position: static;
	background-color: #76871c;
	max-width: 920px;
	margin: 0px auto;
	padding: 40px 40px 14px 40px;
}
@media only screen and (max-width: 999px) {

	footer {
		max-width: 959px;
		padding: 20px 20px 14px 20px;
	}
	
}
@media only screen and (max-width: 768px) {

	footer {
		max-width: 748px;
		margin-bottom: 42px;
		padding: 10px 10px 14px 10px;
	}

}
@media only screen and (max-width: 599px) {

	footer {
		max-width: 599px;
		padding: 10px 0px 10px 0px;
	}
	
}
@media only screen and (max-width: 375px) {

	footer {
		max-width: 375px;
		padding: 10px 0px 10px 0px;
	}
	
}

footer .content_box {
	clear: both;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.5;

}
footer .content_box p {
	padding: 6px 0;
}

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

	footer .content_box {
		padding: 10px 20px;
	}

}
@media only screen and (max-width: 768px) {

	footer .content_box {
		padding: 20px 20px 10px 20px;
	}

}
@media only screen and (max-width: 599px) {

	footer .content_box {
		padding: 20px 0px 10px 0px;
		border-radius: 0;
		border: 0;
	}

}
@media only screen and (max-width: 375px) {

	footer .content_box {
	}

}

footer .copyright {
	color: #ffffff;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}
@media only screen and (max-width: 375px) {

	footer .copyright {
		font-size: 10px;
	}

}





.privacy dl {
	padding: 0;
}
.privacy dt {
	padding: 10px 0 5px 0;
	font-weight: bold;
}
.privacy dd {
	padding: 0 0 10px 15px;
}



.container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.container .side50c {
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 768px) {

	.container {
		display:block;
	}
	.container .side50c {
		width: 100%;
	}

}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right:  6px;
	bottom: -50px;
	background: #161616;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
