@charset "UTF-8";
body {
	text-align: left;
	text-decoration: none;
}


/*WRAPEER
------------------------------ */

#wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;

}


/*FADE LOADER
------------------------------ */

#fade {
	background-color: #fff;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background-position: center;
	position: fixed;
	display: none;
}


img {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}

/*FONT
------------------------------ */

p,
h1,
h2,
h3,
h4,
th,
td {
	font-family: 'Noto Sans Japanese', sans-serif;
}




/*CONTENTS INNER
------------------------------ */

.contents_inner {
	position: relative;
	width: 100%;
	max-width: 980px;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0 auto;
	height: auto;
}


@media screen and (min-width:320px) and ( max-width:960px) {

	.contents_inner {
		position: relative;
		width: 100%;
		max-width: 100%;
		min-width: 640px;
		padding-left: 5%;
		padding-right: 5%;
		margin: 0 auto;

	}
}



.alpha:hover {
	opacity: 0.8;

}

a:link,
a:visited,
a:active,
a:hover {
	/* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
	text-decoration: none;
}

/*CLEAR FIX
------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

snkentbnr * html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.wdt100 {
	width: 100%;
}


@media screen and (min-width:320px) and ( max-width:960px) {
	.rspsv {
		width: 100%;
	}
}


/*BOX
------------------------------ */

.rightbox {
	float: right;
	height: auto;

}

.leftbox {
	float: left;
	height: auto;
}


@media screen and (min-width:320px) and ( max-width:960px) {
	.rightbox {
		float: none;
		height: auto;
	}

	.leftbox {
		float: none;
		height: auto;
	}
}



/*MAIN CONTENTS
------------------------------ */

.menuboxright {
	padding-top: 50px;
	width: 638px;
	float: right;
  height: auto;
	margin-bottom: 100px;
	min-height: 1200px;
}

#menuboxleft {
	width: 200px;
	float: left;
	margin-bottom: 100px;
	padding-top: 50px;
	min-height: 1200px;
}

@media screen and (min-width:320px) and ( max-width:960px) {
	.menuboxright {
		padding-top: 0;
		width: 100%;
		float: right;
		min-height: 500px;
		margin-bottom: 0;
	}

	#menuboxleft {
		padding-top: 0;
		width: 100%;
		float: left;
		height: auto;
		margin-bottom: 30px;
		min-height: 0;
	}
}



/*ACCORDION
------------------------------ */

div.accordion {
	position: absolute;
	width: 255px;
	margin-top: -7px;
	z-index: 5000;
}

div.accordion > ul > li > a {
	display: block;
	color: #1b1440;
	font-size: 14pt;
	font-weight: 600;
	text-decoration: none;

	padding: 10px 12px;
	position: relative;
	pointer-events: none;
}

div.accordion > ul > li {
	display: block;
	color: #1b1440;
	font-size: 14pt;
	font-weight: 600;
	text-decoration: none;

	padding: 10px 12px;
	position: relative;
}

div.accordion > ul > li > a:after,
div.accordion > ul > li > a.active:after {
	font-size: 16px;
	position: absolute;
	right: 12px;
	top: 12px;
	color: #801E79;
}

div.accordion > ul > li > ul > li > a {
	display: block;
	color: #000;
	font-size: 12pt;
	font-weight: 600;
	background-color: none;
	border-top: 1px dotted #1b1440;
	padding: 8px 20px;
	position: relative;
}

.ulinner {
	margin: 0 0 0 0;
	font-size: 15pt;
	font-weight: 700;
	color: #000;
	border-top: 1px solid #000;
	padding: 8px 20px;
}

.ulinner li {
	float: left;
	width: 50%;
}

.ulinner li:first-child {
	border-right: 1px solid #000;
}

.ulinner li:nth-child(even) {
	padding-left: 15px;
}


.tume {
	padding-right: 10px;
	margin-left: -7px;
	margin-top: -5px;
}


.tc {
	color: #807B45;
}

.tc2 {
	color: #fff;
}

.nav li a {
	display: block;
}

.nav li a.tha {
	color: #807B45;
}
.nav li a:link{
	color: #000;
}
.nav li a:hover {
	color: #807B45;
}
.nav li a:vitited{
	color: #000;
}


header {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #807B45;
	margin-top: -2px;
	margin-bottom: 50px;
	padding-top: 5px;
	z-index: 6000;
}

.globalicon {
	position: absolute;
	right: 20px;
}

.webmanualtit {
	position: absolute;
	left: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 15pt;
	color: #fff;
}

.cattit {
	width: 100%;
	height: 40px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 15pt;
	padding-top: 1.4%;
	padding-left: 2.5%;
	margin-bottom: 20px;
	color: #fff;
	background-color: #807B45;
}

.cattit_con {
	width: 100%;
	height: auto;
	min-height: 40px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	line-height: 1.6em;
	font-size: 15pt;
	padding:1.4% 2.5% 1.4% 2.5%;
	margin-bottom: 20px;
	color: #fff;
	background-color: #807B45;
}


.cattit_con br {
	display: block;
}

.tit_textarea {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 13pt;
	color: #000;
	text-align: center;
}

.tit_textarea br {
	display: none;
}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: fixed;
	margin-left: 30px;
	width: 50px;
	height: 44px;
	z-index: 6100;
}

.menu-trigger span {
	position: absolute;
	margin-top: 7px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 0;
	z-index: 100;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 13px;
}

.navimenutext {
	font-size: 16pt !important;
	font-weight: 600;
}

.mnal_titlogo {
	margin-top: 80px;
	text-align: center;
}

.detailbtn {
	font-weight: 500;
	font-size: 10pt;
	text-align: center;
	background-color: #807B45;
	padding: 0.5% 2%;
	width: 126px;
	height: 25px;
	border-radius: 3px;
	color: #fff;
}


.mnal1 {
	position: relative;
	background-image: url(../img/backimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	width: 100%;
	min-height: 1500px;
	height: auto;

}

.navlist {
	position: relative;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 12pt;
	margin-left: 20px;
	color: #000;
}

.navlist_nestlist {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 11pt;
	padding-left: 45px;
	padding-bottom: 7px;
}

.navlist_nestlist li {
	margin-bottom: 5px;
}

.navlist_nestlist a:link {
	color: #000;
}

.navlist_nestlist a:visited {
	color: #000;
}

.navlist_nestlist a:hover {
	color: #000;
}



.nav_sidenav {

	margin-bottom: 10px;
}

.sidemenu_cattit {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 13pt;
	margin-left: 11px;
	color: #000;
}

.imgcap {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 12pt;
	line-height: 1.8em;
	

}

.capimg {
	margin-bottom: 10px;
}

.notice {
	font-size: 8pt;
}

.komidashi {
	font-weight: 600;
	font-size: 13pt;
	margin-bottom: 5px;
}

.komidashi::before {
	position: relative;
	content: url(../img/komidashi_tume.svg);
	top: -2px;
	margin-right: 3px;
}

.komidashi_textarea {
	font-weight: 500;
	font-size: 11pt;
	margin-left: 10px;
	line-height: 1.7em;
}
.cattit_textarea {
	font-weight: 600;
	font-size: 13pt;
	margin-left: 0px;
}

.komidashiwrp {
  position: relative;
  width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}

.mbdot {
	border-bottom: 1px dotted #000;
}

#navdotted {
	border-top: 1px dotted #000;
	padding-top: 10px;
}

footer {
	position: relative;
	margin-top: 50px;
	padding-top: 0;
	padding-bottom: 50px;
	height: auto;
}

.flogo {
	text-align: center;
}

.credit {
	margin-top: 10px;
	font-weight: 400;
	font-size: 9pt;
	text-align: center;
	color: #000;
}

.lnkbtnwrp {
	position: relative;
	background-color: #807B45;
	width: 400px;
	height: 50px;
	padding: 1% 2%;
	margin: auto;
	margin-bottom: 20px;
}

.lnkbtntext {
	font-weight: 500;
	font-size: 17pt;
	color: #fff;
	text-align: center;
}

.prevbtn {
	position: absolute;
	left: 15px;
	background-color: #807B45;
	width: 100px;
	height: 32px;
}

.nextbtn {
	position: absolute;
	background-color: #807B45;
	width: 100px;
	height: 32px;
	right: 0px;
}

.prvnxtbtnwrp {
	position: relative;
	height: 100px;
}

.arrow {
	position: relative;
	top: -2px;
}

.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index: 10000;
}

.notice_m {
	font-weight: 600;
	font-size: 12pt;
	margin-bottom: 0px;
	color: #807B45;
}

.notice_s {
	font-weight: 500;
	font-size: 10pt;
	line-height: 1.6em;
}

.noticewrp {
	position: relative;
	border: solid 1px #333;
	padding: 20px 25px 10px 25px;
  margin-bottom: 35px;
}

.kdwbtm {
	margin-bottom: 50px;
	border-bottom: none;
}

.kdwtop {
	margin-top: 30px;

}

.kdwtop2 {
	margin-top: 30px;
}

.supplement {
	margin-left: 0;
	font-size: 9pt;
	font-weight: 400;
	line-height: 1.4em;
	padding-left: 1.5em;
	text-indent: -0.6em;
}

.komidashi_nesttextarea {
	margin-left: 15px;
  line-height: 1.7em;
	font-weight: 500;
	font-size: 11pt;
	padding-left: 1.0em;
	text-indent: -0.7em;
}

.kdwtop_s {
	margin-top: 10px;
}
.kdwtop_ss {
	margin-top: 10px;
}

.novicebottom {
	padding-bottom: 50px !important;
}


.capimglist {
	margin-top: 0;
	margin-bottom: 10px;
	width: 103%;
}
.capimglist_c {
	margin-top: 20px;
	margin-bottom: 50px;
}

.capimglist li {
	float: left;
	width: 47%;
	margin-right: 3%;
  margin-bottom: 3%;
}
.capimglist_c li {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.capcommand {
	font-weight: 600;
	font-size: 12pt;
}


/*TABLE*/

.row-head {
	border-collapse: collapse;
	vertical-align: middle;
	width: 100%;
}

.row-head th,
.row-head td {
	border: 1px solid #333;
	padding: 8px;
	font-weight: 500;
	font-size: 12pt;
}

.row-head th {
	background: #807B45;
	font-weight: 500;
	font-size: 12pt;
	color: #fff;
}

.row-head label {
	line-height: 34px;
	margin: 0;
}

.spread {
	margin-top: 30px;
	margin-bottom: 10px;
}

.spread {
	margin-top: 10px;
	margin-bottom: 10px;
}



/*MAIN MEDIA QUERIES
------------------------------ */

@media screen and (min-width:320px) and ( max-width:960px) {
  
  .capimglist {
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
    margin: 0 auto;
    
}
.capimglist_c {
	margin-top: 20px;
	margin-bottom: 50px;
}

.capimglist li {
	float: left;
	width: 100%;
	margin-right: 0%;
  margin-bottom: 5%;
}
.capimglist_c li {
	float: left;
	width: 47%;
	margin-right: 3%;
}
  
	.mnal1 {
		background-size: cover;
		position: relative;
		width: 100%;
		height: auto;

	}

	.cattit {
		font-size: 20pt;
		height: auto;
		padding-top: 3%;
		padding-bottom: 3.2%;
		padding-left: 3%;
		padding-right: 3%;
		text-align: center;
	}
	.cattit_con {
		font-size: 16pt;
		height: auto;
		padding-top: 3%;
		padding-bottom: 3.2%;
		padding-left: 3%;
		padding-right: 3%;
		text-align: center;
	}

	.cattit_con br {
		display: block;
	}
	header {
		width: 100%;
		height: 40px;
		background-color: #807B45;
		margin-bottom: 50px;
		padding-top: 5px;
	}
	.mnal_titlogo {
		text-align: center;
	}
	.webmanualtit {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.tit_textarea {
		font-weight: 600;
		font-size: 14pt;
		line-height: 1.5em;
		color: #000;
		text-align: center;
		margin-bottom: 30px;
	}
	.tit_textarea br {
		display: block;
	}
	.detailbtn {
		font-weight: 500;
		font-size: 13pt;
		text-align: center;
		background-color: #807B45;
		padding: 1.7% 2%;
		width: 226px;
		height: 45px;
		margin: 25px auto;

		border-radius: 3px;
		color: #fff;
	}
	.imgcap {
		font-weight: 600;
		font-size: 16pt;

	}
	.komidashiwrp {
		margin-top: 40px;
		padding-bottom:30px;
	}
	.komidashi {
		font-weight: 600;
		font-size: 17pt;
		margin-bottom: 5px;
	}
	.komidashi_textarea {
		font-weight: 500;
		font-size: 14pt;
		margin-left: 10px;
	}
	.notice {
		font-weight: 400;
		font-size: 12pt;
	}

	.prvnxtbtnwrp {
		position: relative;
		margin-top: 50px;
		height: 100px;
	}
	.lnkbtnwrp {
		padding: 8px 2px 1px 1px;
		margin: auto;
		margin-bottom: 20px;
	}
	.notice_m {
		font-weight: 600;
		font-size: 16pt;
		margin-bottom: 5px;
		color: #807B45;
	}

	.notice_s {
		font-weight: 500;
		font-size: 14pt;
	}
	.kdwtop {
		margin-top: 50px;
	}
	.kdwtop2 {
		margin-top: 00px;
	}
	.supplement {
		margin-left: 10px;
		font-size: 12pt;
		font-weight: 400;
		line-height: 1.4em;
		padding-left: 0.6em;
		text-indent: -0.6em;
	}
	.komidashi_nesttextarea {
		margin-left: 15px;
		font-weight: 500;
		font-size: 13pt;
		padding-left: 1.0em;
		text-indent: -0.7em;
	}
}


.jumpbtn {
  margin-left: 15px;
  font-size: 9pt;
  font-weight: 600;
}
@media screen and (min-width:320px) and ( max-width:960px) {
  
.jumpbtn {
  margin-left: 15px;
  font-size: 14pt;
  font-weight: 600;
}
	.row-head thead {
		display: none;
	}

	.row-head tr,
	.row-head td {
		display: block;
		width: auto;
		font-size: 13pt;
	}

	.row-head tr {
		border: 1px solid #333;
		border-radius: 0;
		margin-bottom: 20px;
		padding: 8px 8px 0;
	}

	.row-head td {
		border: none;
		border-bottom: 1px solid #333;
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.row-head td:last-child {
		border-bottom: none;
	}
	.row-head td::before {
		content: attr(aria-label);
		display: inline-block;
		font-weight: bold;
		float: left;
		text-align: left;
		padding-right: 20px;
		white-space: nowrap;
	}

	.row-head td.bt-area::before {
		display: none;
	}
	.row-head td.bt-area a {
		background: #007aff;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		flex: 1;
		height: 40px;
		margin: 0 2px;
		overflow: hidden;
		width: auto;
	}
	.row-head td.bt-area a::before {
		align-items: center;
		content: attr(aria-label);
		display: flex;
		font-size: 14px;
		height: 100%;
		justify-content: center;
		line-height: 40px;
		width: 100%;
	}

	.row-head.header-check tr {
		padding-left: 40px;
		position: relative;
	}
	.row-head.header-check td:first-child {
		align-items: center;
		background: #fff;
		border-right: 1px solid #dbe1e8;
		border-bottom: none;
		bottom: 0;
		display: flex;
		justify-content: center;
		left: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 40px;
	}
	.row-head.header-check td:first-child::before {
		display: none;
	}
}
.mt100 {
	margin-top: 100px;
}

.iconcattit {
  font-weight: 600;
  font-size: 15pt; 
  margin-top: 40px;
  margin-bottom: 0;
}



.cattittextarea {
  margin-top: 0;
  font-size: 20pt;
  font-weight: 600;
}

.cattitbottom {
  margin-bottom: 50px;
  line-height: 1.7em;
}

.mt {
  margin-top: 30px;
  margin-bottom: 20px;
}

.kdwbottom {
  margin-bottom: 50px;
}


.tbl-02 {
  width: 100%;
}

.tbl-r02 th {
  background: #807B45;
  border: solid 1px #000;
  color: #fff;
  padding: 10px;

}
.tbl-r02 td {
  background: none;
  border: solid 1px #000;
  color: #000;
  padding: 10px;
}
   .gmod1img {
    width: 40%;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  
  .gmod1img {
    width: 80%;
    margin-bottom: 40px;
}
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
table {
  width:100%;
}

.bottomspace {
  margin-bottom:2%;
}



.ps4c {
  color:#0051BC;
}

.xboxc {
  color:#009245;
}
