@charset "UTF-8";
/* ----- button reset ----------- */
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;
}
/* --------- common ------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		width: 100%;
	}
	* {
		box-sizing: border-box;
	}
	#gnav-btn {
	  width:45px;
		position: fixed;
		top: 12px;
		right: 12px;
		height: 35px;
		cursor: pointer;
		z-index:1002;
	}
	#gnav-btn div {
		position: relative;
		width: 100%;
	}
	#gnav-btn span {
		width: 41px;
		height: 5px;
		left: 0;
		display: block;
		background: #93b900;
		position: absolute;
		transition: transform .2s ease-in-out;
	}
	#gnav-btn div :nth-child(1) {
		top: 0;
	}
	#gnav-btn div :nth-child(2) {
		top: 12px;
	}
	#gnav-btn div :nth-child(3) {
		top: 24px;
	}
	#gnav-btn div :hover :nth-child(1) {
		top: 2px;
	}
	#gnav-btn div :hover :nth-child(3) {
		top: 22px;
	}
	#gnav-btn.open div :nth-child(1) {
	  top:13px;
	  transform: rotate(45deg);
	}
	#gnav-btn.open div :nth-child(2) {
	  top: 15px;
	  width: 0;
	  left: -50%;
	}
	#gnav-btn.open div :nth-child(3) {
	  top:13px;
	  transform: rotate(-45deg);
	}
	#gnav {
		margin-top:54px;
	  background: #fff;
	  color: #000;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 990;
	  text-align: center;
	  display: flex;
	  transform: translateX(100%);
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  font-size: 16px;
	  transition:.3s ease;
	}
	#gnav nav {
		width:100%;
	}
	#gnav li{
	  display: block;
	  color: #333;
	  text-decoration: none;
	  padding: 5px 0;
	  transition:  .2s ease;
		border-bottom: #93b900 2px solid;
	}
	#mainnav > li {
	  list-style: none;
		background: rgba(147,185,0,.5);
	}
	#gnav > nav > ul > li {
		position:relative;
	}
	#gnav > nav > ul > li:after {
		content:'';
		display:inline-block;
		width:12px;
		height:12px;
		background-image: url(../images/plus.png);
	  background-size: contain;
	  vertical-align: middle;
		position:absolute;
		top:10px;
		right:10px;
	}
	#gnav > nav > ul > li.toggleOpen:after {
		background-image:url(../images/minus.png);
		content:'';
		display:inline-block;
		width:12px;
		height:2px;
	  background-size: contain;
	  vertical-align: middle;
		position:absolute;
		top:15px;
		right:10px;
	}
	#gnav.open {
	  visibility: visible;
	  opacity: 1;
		transform: translateY(0);
	}
	.subnav {
		background : #fff;
		display:none;
	}
	.subnav a {
		font-size:14px;
		text-decoration:none;
		color:#333;
	}
}

/* ---------------------------
   top
	 --------------------------- */
.pf-table {
	margin: 0 auto;
}
.pf-table th {
	text-align: center;
	background: #ddebf7;
	border: 1px solid #132a47;
}
.pf-table-img img {
	width: 90px;
}
.pf-table .board-btn,
.pf-table .contact-btn {
	display: block;
	padding: 2px 5px;
	color: #fff!important;
	background: #42ac43;
	white-space: nowrap;
}
.pf-table .contact-btn {
	background: #ff9212;
}
.pf-table .place-tky,
.pf-table .place-ymg {
	padding: 2px 5px;
	background: #ffa7c1;
	white-space: nowrap;
	border-radius: 2px;
	font-size: 90%;
}
.pf-table .place-ymg {
	background: #ffcb71;
}
.pf-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.pf-ttl {
	text-align: left!important;
	display: inline-block;
	width: auto!important;
  background: #283988;
  color: #fff;
  padding: 5px 8px!important;
  border-radius: 5px;
}
.pf-ttl-red {
  background: #ff2929;
}
.pf-header p {
  margin-top: 5px!important;
}
.pf-reading-n {
	width: 120px;
  height: 45px;
	border: 1px solid #000;
}
.pf-reading-n span {
	display: block;
	text-align: center;
}
.pf-search {
	margin: 0 20px 30px;
}
#container .section .pf-search dl,
#container .section .pf-search dt,
#container .section .pf-search dd {
	width: auto;
	height: auto;
	font-weight: normal;
	background: none;
	clear: left;
	line-height: 150%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#container .section .pf-search dl {
	display: flex;
	flex-wrap: wrap;
}
#container .section .pf-search dt {
	width: 120px;
	padding: 0 0 10px 0;
}
#container .section .pf-search dd {
	width: calc(100% - 120px);
}
#container .section .pf-search dd ul li {
	background: none;
	padding: 0;
}
.pf-search input {
	margin-right: 5px;
}
.pf-search ul {
	display: flex;
	flex-wrap: wrap;
}
.pf-search li {
	width: 50%;
}
.pf-search .free-word {
  width: calc(100% - 15px);
  padding: 5px;
  margin-top: 5px;
}
.pf-search dt:nth-of-type(3) {
  margin-top: 10px!important;
}
.pf-search-btnarea,
.form-btnarea {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.pf-search-btn,
.form-btn {
	appearance: none;
	display: block;
	padding: 5px;
	width: 150px;
	text-align: center;
	text-decoration: none!important;
	color: #fff!important;
	background: #6faee7;
	border: none;
	box-shadow: 0 3px 0 #5095d4;
	cursor: pointer;
	margin-left: 5px;
}
.pf-more-btn {
	width: 200px;
	margin: 0 auto 20px;
  position: relative;
}
.pf-more-btn p {
	display: block;
	margin: 0 auto 20px;
	background: linear-gradient(#a3c32a 50%, #93b900 50%);
	color: #fff!important;
	font-weight: bold;
	padding: 5px!important;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.pf-more-btn p:before,
.pf-more-btn p:after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
  top: 8px;
  left: 50px;
}
.pf-more-btn p:after {
  width: 14px;
  height: 2px;
  top: 14px;
  left: 44px;
}
.pf-more-btn p.close {
	background: #777777;
}
.pf-more-btn p.close:before {
  display: none;
}
.pf-table-wrap {
	height: 191px;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.pf-table-wrap.slide-down {
	height: auto;
}
#container .section dt span.note-red, .note-red {
  display: inline;
  color: #ff0000;
  font-size: 14px;
}
.seminer-dw-btn {
  display: block;
  padding: 15px;
  text-align: center;
  background: #f9b588;
  border-bottom: 4px solid #df6411;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #2242a2!important;
  font-weight: bold;
  font-size: 18px;
}
.mv-view-date {
  display: inline-block;
  padding: 2px 5px;
  background: #126fc1;
  margin-bottom: 5px;
  color: #fff;
}
.mv-view-table {
	width: 100%;
}
.mv-view-table th,
.mv-view-table td {
  font-size: 100%;
}
.mv-view-table td:nth-of-type(1) {
  padding: 15px;
}
.mv-view-table td:nth-of-type(2) {
	width: 300px;
}
.mv-view-table td:nth-of-type(3) {
	padding: 0 20px;
	text-align: center;
}
.bold {
  font-weight: bold;
  font-size: 110%;
}
.mv-view-table-wrap {
	height: auto;
}
@media screen and (max-width:480px) {
	.pf-header {
		display: block;
	}
	#container .section .pf-search dl {
		display: block;
	}
	#container .section .pf-search dt {
		padding: 10px 0 0 0;
	}
	#container .section .pf-search dd {
		width: 100%;
	}
	.pf-search {
		margin: 0 0 30px;
	}
	.pf-search .category li {
		width: 100%;
	}
	.pf-table-wrap {
		overflow-x: scroll;
	}
	.pf-table {
		width: 830px;
	}
	.pf-reading-n {
		margin-top: 10px;
	}
	.mv-view-table td img {
		width: inherit;
	}
}
/* --------------------------------
   detail
	 -------------------------------- */
#container .section dt.dt-wp {
  background: url(../images/dt_base_wp.gif) no-repeat 0 0;
}
.gr-top {
	margin: 0 auto 20px;
	width: 830px;
}
.gr-top-wrap {
	display: flex;
	justify-content: space-between;
}
.gr-name-wrap {
  width: calc(100% - 150px);
}
.gr-name {
	font-size: 170%!important;
	border-bottom: 3px solid #82c416;
	margin-top: 10px!important;
	padding-bottom: 5px!important;
	text-align: left!important;
	width: 100%!important;
  display: flex;
  flex-wrap: wrap;
}
.gr-name span {
  display: inline-block;
}
.gr-name-kana {
	font-size: 50%;
	margin-left: 10px;
}
.gr-machine-name {
  padding: 10px 0 0!important;
  font-size: 140%;
  font-weight: bold;
}
.itemread {
  font-size: 16px;
}
.gr-detail-title {
	margin: 20px 0 10px!important;
	text-align: left!important;
	border: solid 1px #0482b6;
	background: #bfeafc;
	padding: 3px 0 2px 10px!important;
	font-size: 110%!important;
	font-weight: bold!important;
	color: #000!important;
}
.gr-info .place-text {
  line-height: 2;
}
.gr-info .place-tky,
.gr-info .place-ymg {
	padding: 5px 10px;
	background: #ff427a;
  color: #fff;
  font-weight: bold;
	white-space: nowrap;
	border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.gr-info .place-ymg {
	background: #faad28;
}
.gr-pagenation ul {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 15px;
}
.gr-pagenation li {
  min-width: 76px;
  text-align: center;
}
.gr-pagenation li.prev a:before,
.gr-pagenation li.next a:after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/pagenation-prev.png);
	margin-right: 5px;
	vertical-align: middle;
}
.gr-pagenation li.next a:after {
	background: url(../images/pagenation-next.png);
	margin: 0 0 0 5px;
}
@media screen and (max-width:480px) {
	.gr-top {
		width: 100%;
	}
	.gr-top-wrap {
		display: block;
	}
	.gr-name-wrap {
		width: 100%;
	}
}
.gr-info-detail {
	display: flex;
}
.gr-info-mv {
	width: 400px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gr-info-btn {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
  text-decoration: none!important;
	color: #fff!important;
	font-weight: bold;
  font-size: 160%;
  line-height: 1.5;
	background: #0000ff;
	margin: 10px 0;
	border-radius: 10px;
	border-bottom: 5px solid #0202b8;
  position: relative;
}
.gr-info-btn:hover {
  background: #f9e788;
  border-bottom: 5px solid #dfa511;
  color: #0202b8!important;
}
.gr-info-btn-2 img {
  vertical-align: middle;
  margin-left: 10px;
}
.link-p {
  padding-bottom: 0!important;
}
.contact-contents {
  width: 100%;
  border: 1px solid #00a3ff;
  margin: 10px 0;
}
.contact-contents h6 {
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 5px;
  background: #51bdfa;
}

@media screen and (min-width:481px){
  .gr-info-btn:before {
    position: absolute;
    left: 40px;
    display: block;
  	content: "";
  	width: 180px;
  	height: 65px;
  	background: url(../images/contact-img01.png) 0/contain no-repeat;
  	vertical-align: middle;
  }
  .gr-info-btn:after {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
  	content: "";
  	width: 160px;
  	height: 60px;
  	background: url(../images/contact-img02.png) 0/contain no-repeat;
  	vertical-align: middle;
  }
}
@media screen and (max-width:480px) {
  .gr-info-btn,
  .gr-info-btn-2 {
    font-size: 100%;
  }
  .gr-info-btn-2 img {
    width: initial;
  }
}
.contact-use,
.board-use {
  color: #0000ff;
}
.contact-use {
  margin-bottom: 10px!important;
}
.contact-use .bold,
.board-use .bold {
  font-weight: bold;
  background: #0000ff;;
  color: #fff;
  padding: 0 5px;
}
.board-use span.underline {
  text-decoration: underline;
}

.gr-info-text {
	width: calc(100% - 400px);
}
.width-all {
	width: 100% !important;
}

@media screen and (max-width:480px) {
	.gr-info-detail {
		display: block;
	}
	.gr-info-mv {
		width: 100%;
	}
	.gr-info-text {
		width: 100%;
		margin-top: 20px;
	}
}
#container .section .gr-info-text dl,
#container .section .gr-info-text dt,
#container .section .gr-info-text dd,
#container .section .machine-detail dl,
#container .section .machine-detail dt,
#container .section .machine-detail dd {
	width: auto;
	height: auto;
	font-weight: normal;
	background: none;
	clear: left;
	line-height: 150%;
	box-sizing: border-box;
}
#container .section .gr-info-text dl {
	display: flex;
	flex-wrap: wrap;
}
#container .section .gr-info-text dt {
	width: 150px;
}
@media screen and (max-width:480px) {
	#container .section .gr-info-text dt {
		padding: 0;
	}
}
#container .section .gr-info-text dd {
	width: calc(100% - 150px);
	padding: 0;
}
.machine-detail {
	display: flex;
	justify-content: space-between;
}
.machine-text {
	width: 500px;
}
.machine-image {
	width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.machine-image img {
	max-width: 100%;
}
#container .section .machine-detail dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#container .section .machine-detail dt {
	width: 80px;
	background: #ddebf7;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}
#container .section .machine-detail dd {
	width: calc(100% - 80px);
	border-bottom: 1px solid #000;
	padding: 3px;
}
@media screen and (max-width:480px) {
	.machine-detail {
		display: block;
	}
	.machine-text {
		width: 100%;
	}
	#container .section .machine-detail dt {
		padding: 3px;
		border-radius: 0;
		margin-bottom: 0;
	}
}
.board-post-btn {
	display: block;
	background: #548235;
  border-bottom: 5px solid #376319;
	width: 100%;
	padding: 10px 0;
	text-align: center;
  text-decoration: none!important;
	color: #fff!important;
	font-size: 160%;
	font-weight: bold;
  line-height: 1.5;
	border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}
.board-post-btn:hover {
  background: #f9b588;
  border-bottom: 5px solid #df6411;
  color: #376319!important;
}
@media screen and (min-width:481px) {
  .board-post-btn:before {
    position: absolute;
    left: 45px;
    display: block;
  	content: "";
  	width: 180px;
  	height: 65px;
  	background: url(../images/board-img01.png) 0/contain no-repeat;
  }
  .board-post-btn:after {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
  	content: "";
  	width: 180px;
  	height: 65px;
  	background: url(../images/board-img02.png) 0/contain no-repeat;
  }
}
@media screen and (max-width:480px) {
  .board-post-btn {
    font-size: 100%;
  }
}
.board {
	background: #ceecce;
	margin-top: 15px;
}
.board-content {
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.board-report {
  font-size: 80%;
  margin-top: 15px;
  color: #787878;
}
/* --------------------------------
   contact form
	 -------------------------------- */
#container .section .form dl,
#container .section .form dt,
#container .section .form dd {
	width: auto;
	height: auto;
	font-weight: normal;
	background: none;
	clear: left;
	line-height: 150%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.form {
	width: 870px;
	margin: 0 auto;
}
#container .section .form dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #d1d1d1;
}
#container .section .form dt {
	width: 200px;
	padding: 20px 0 20px;
}
#container .section .form dd {
	width: calc(100% - 200px);
}
#flow{
	margin: 20px auto 45px;
	width: 870px;
}
.list_flow {
  width: 100%;
  letter-spacing: -0.4em;
}
.list_flow--item {
  display: inline-block;
  width: 31%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background-color: #f3f3f3;
  color: #000;
  position: relative;
  letter-spacing: normal;
  margin-right: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.list_flow--item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid #f3f3f3;
	background-color: #fff;
}
.list_flow--item:last-child {
  width: 32%;
  margin-right: 0;
}
.list_flow--item:last-child:after {
  content: none;
}
.list_flow--item.is_current {
  background-color: #5ab1cb;
  position: relative;
}
.list_flow--item.is_current .list_flow--items {
  color: #fff;
}
.list_flow--item.is_current:after {
  border-left-color: #5ab1cb;
}
.list_flow--items {
	text-align: center;
  font-size: 18px;
  font-weight: bold;
	color: #757575;
  position: relative;
}
.form input {
	padding: 5px;
	width: 400px;
}
.form select {
	padding: 5px;
}
.form textarea {
	padding: 5px;
	width: 90%;
	height: 100px;
	margin: 20px 0 10px;
}
#container .section dt span.hissu, .hissu {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 3px 5px;
  line-height: 100%;
	background: #C21F00;
	border-radius: 3px;
}
#container .section .form .dl-second {
	border-bottom: none;
}
#container .section .form .dl-second dt {
	width: 120px;
}
#container .section .form .dl-second dd {
	width: calc(100% - 120px);
}
.attention {
	width: 500px;
	margin: 20px auto!important;
	color: #ff0000;
}
.form-btn {
	margin: 0 10px 10px;
}
.form-btn.back {
	background: #939393;
	box-shadow: 0 3px 0 #6a6a6a;
}
@media screen and (max-width:480px) {
	.form {
		width: 100%;
	}
	#flow {
		margin: 10px auto 20px;
		width: 100%;
	}
	#container .section .form dl {
		display: block;
	}
	#container .section .form dt {
		width: 200px;
		padding: 10px 0 10px;
	}
	#container .section .form dd {
		width: 100%;
		padding-bottom: 15px;
	}
	#container .section .form .dl-second dd {
		padding-bottom: 0;
	}
	.form input {
		width: 100%;
	}
	.form textarea {
		width: 100%;
		margin: 0;
	}
	.attention {
		width: 100%;
	}
}
.form-finish {
	text-align: center;
}
/* ----------- top css ------------- */
.topimg {
	margin-bottom: 10px !important;
}

.topimg .youkou {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%!important;
}
.topimg .youkou li {
	float: left;
	width: 266px!important;
}
@media screen and (max-width:480px) {
	.topimg .youkou li {
		float: none;
		margin: 0 auto;
	}
}
table.kaisaiannai td {
	letter-spacing: -0.08em;
}
.ippan {
	margin-left: -80px !important;
}

.magt10 { margin-top: 10px; }
.magt5 { margin-top: 5px; }
.padt10 { padding-top: 10px; }
.magb20 { margin-bottom: 20px !important; }

.kaisaiannai td.kaisai {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 5px 0;
}
.kaisaiannai td.kaisai span {
	font-size: 150%;
	display: inline-block;
	padding-bottom: 10px;
}
.kaisaiannai td.bosaka {
	 background: #ddebf7;
}
.kaisaiannai td.bfuku {
	background: #ffda95;
}
.kaisaiannai td.btokyo {
	background: #fce4d6;
}
table.kaisaiannai td.kimg {
	padding: 0px 0px 3px 0px !important;
}
table.kaisaiannai td.kimg img {
	width: 272px;
}
table.kaisaiannai td.kimg a:hover {
	opacity: 0.7;
}

table.kaisaiannai td.shutten2 {
	vertical-align: middle;
	padding: 12px 0 !important;
	text-align: center;
}
table.kaisaiannai td.shutten2 img:hover {
	opacity: 0.7;
}

.border2019 {
	width: 600px;
	margin: 20px auto 0px auto;
}
.ippan .midashi {
	color:  #bf8f00;
}
.ippan .midashig {
	color:  #517A35;
}
.ippan .midashib {
	color:  #2e74b5;
}
.ippan .midashir {
	color:  #fc2828;
}
.keisho {
	float:right;
	font-weight: normal;
	font-size: 12px;
	color: #1a274d;
}

img.pdf {
	vertical-align: middle;
}

.w50 {
	width: 50px !important;
}
#part5 {
	border-bottom:solid 1px #ccc;
	padding-bottom: 20px !important;
}

.btnimg:hover {
	opacity: 0.7;
}

#container .section dd ul.satellite {
	width: 830px;
}
#container .section dd ul.satellite li {
	width: 400px;
}

.contactinfo {
	margin: 20px auto 20px auto;
}
.contactinfo p {
	width: 290px;
	border: solid 1px #333333;
	padding: 3px 0 0 6px !important;
}

.program_tbl20we td.pdf,
.program_tbl2020 td.pdf,
.west0209 td.pdf {
	width: 32px;
}


.form-use {
	width: 870px;
}

