﻿@charset "utf-8";
/* CSS Document */

/*****************************************************************/

header {
	padding: 0px 0px 0px 216px;
	margin: 0px 0px 50px 0px;
	width: 100%;
	height: 58px;
	border-top: solid 5px #2E893C;
}

header #pan {
	padding: 0px 0px 0px 30px;
	width: 100%;
	background-color: #F0F0EE;
	display: flex;
}

header #pan li {
	height: 20px;
	line-height: 20px;
	padding: 18px 40px 18px 20px;
	font-size: 0.8em;
	background: url("../img/common/icon_pan_pc.png") no-repeat right center;
}

header #pan li:last-child {
	background: none;
}

header #pan li a:link {
	text-decoration: none;
	color: #000;
}

header #pan li a:visited {
	color: #000;
}

header #pan li a:hover {
	background: linear-gradient(transparent 80%, #00FBA7  60%);
	color: #000;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
}

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

header {
	display: none;
}
	
}

/*****************************************************************/


nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 216px;
	height: 100%;
	border-right: solid 1px #F0F0EE;
	border-top: solid 5px #2E893C;
	font-size: 1.1em;
	box-sizing: border-box;
}

nav ul#menu {
	padding: 0px 0px 0px;
	width: 216px;
	margin: 0px 0px 30px 0px;
}

nav ul#menu li {
	line-height: 2.2em;
	text-align: center;
	font-weight: 600;
	padding: 5px 0px 5px 0px;
}

/*nav ul#menu li:nth-child(9) {
	padding: 25px 0px 25px 0px;
}*/

nav ul#menu li a {
	width: 100%;
	line-height: 40px;
	display: block;
	padding: 0px 0px 0px 0px;
}

nav ul#menu li a:link {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

nav ul#menu li a:visited {
	color: #000;
}

nav ul#menu li a:hover {
	color: #2E893C;
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}

nav input[type="submit"] {
	color: #FFF;
	background-color: #2C873A;
	padding: 0px 10px;
	line-height: 40px;
	width: 140px;
	display: block;
	margin: 0px auto 0px;
	text-align: center;
	border-style: none;
	border: solid 1px #2C873A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;	
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

nav input[type="submit"]:hover {
	color: #2C873A;
	background-color: #FFFFDF;
	cursor: pointer;
	border: solid 1px #2C873A;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#openclose {
	display: none;
}

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

nav {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 48px;
	border-right: none;
	border-top: solid 5px #2E893C;
	font-size: 1.1em;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 200;
}
	
nav #logo {
	position: fixed;
	left: 3%;
	top: 5px;
}
	
nav #logo img {
}

nav ul#menu {
	padding: 50px 0px 0px 0px;
	width: 100%;
	height: 100vh;
	margin: 30px 0px 0px 0px;
	font-size: 1.1em;
	display: none;
	background-color: #FFF;
	z-index: 50;
}
	
nav ul#menu li {
	line-height: 1.2em;
	padding: 0px 0px 5px 0px;
}

nav ul#menu li:nth-child(9) {
	padding: 15px 0px 15px 0px;
}
	
nav input[type="submit"] {
	width: 200px;
}
	
#openclose {
	height: 40px;
	display: block;
	position: fixed;
	right: 1%;
	top: 5px;
	cursor: pointer;
}
	
#openclose img {
}
	
}

/*****************************************************************/

article {
	min-width: 90%;
	margin: 0px 0px 0px 216px;
	min-height: 500px;
}

article #contents {
	width: 95%;
	margin: 0px 5% 50px 0px;
}

article #contents h1 {
	font-size: 2.0em;
	margin: 0px 0px 50px 50px;
	padding: 0px 0px 10px 0px;
	background: url(../img/common/md_line.jpg) no-repeat bottom left;
}

article #contents h1 #eng {
	display: block;
	font-size: 0.45em;
	font-weight: 400;
	margin: 0px 0px 7px 0px;
	color: #2C873A;
}

article #contents h1 #read {
	font-size: 0.45em;
	font-weight: 400;
	margin: 0px 0px 0px 50px;
}

article #contents table {
	margin: 0px 0px 50px 0px;
}

article #contents table tr th {
	padding: 10px 10px 10px 0px;
	border-bottom: solid 3px #DDD;
	font-weight: 700;
	/*text-align: center;*/
}

article #contents table tr td {
	padding: 10px 10px 10px 0px;
}

article #contents #search {
	font-size: 0.7em;
	margin: 0px 0px 30px 50px;
}

article #contents #search p {
	margin: 0px 0px 10px 0px;
	/*display: inline-flex;*/
	float: right;
}

article #contents #search form {
	margin: 0px 0px 10px 0px;
	display: flex;
}

article #contents #search select {
	margin: 0px 8px 0px 0px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: inherit;
}

article #contents #search input[type="submit"] {
	line-height: inherit;
}


article #contents input[type="submit"] {
	color: #2C873A;
	background-color: #FFFFDF;
	padding: 0px 10px;
	line-height: 40px;
	display: block;
	margin: 0px 20px 0px 20px;
	text-align: center;
	border-style: none;
	border: solid 1px #2C873A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;	
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

article #contents input[type="submit"]:hover {
	color: #FFFFDF;
	background-color: #2C873A;
	cursor: pointer;
	border: solid 1px #2C873A;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

article #contents table td input[type="submit"] {
	color: #000;
	background-color: #F0F0F0;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #F0F0F0;
	font-family: 'Noto Sans JP', sans-serif;
}

article #contents table td input[type="submit"]:hover {
	color: #666;
	background-color: #FFF;
	cursor: pointer;
	border: solid 1px #CCC;
}

article #contents .new_entry {
	width: 70px;
	line-height: 40px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 0.8em;
}

article #contents .new_entry:link {
	text-decoration: none;
	color: #FFF;
	background-color: #FF236E;
	border: solid 1px #FF236E;
	cursor: pointer;
}

article #contents .new_entry:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #FF236E;
	border: solid 1px #FF236E;
}

article #contents .new_entry:hover {
	color: #FF236E;
	background-color: #FFF;
	border: solid 1px #FF236E;
}

article #contents .download {
	width: 140px;
	line-height: 40px;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.4em;
}

article #contents .download:link {
	text-decoration: none;
	color: #FFF;
	background-color: #1660B8;
	border: solid 1px #1660B8;
	cursor: pointer;
}

article #contents .download:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #1660B8;
	border: solid 1px #1660B8;
}

article #contents .download:hover {
	color: #1660B8;
	background-color: #FFF;
	border: solid 1px #1660B8;
}

article #contents table td img {
	margin: 0px 10px 0px 0px;
	float: left;
}

article #contents .news_c1 {
	background-color: #006DD9;
	color: #FFF;
	padding: 5px;
}

article #contents .news_c2 {
	background-color: #D93600;
	color: #FFF;
	padding: 5px;
}

article #contents .news_c3 {
	background-color: #D9A300;
	color: #FFF;
	padding: 5px;
}

article #contents .news_c4 {
	background-color: #00B2B2;
	color: #FFF;
	padding: 5px;
}

article #contents .flex {
	float: left;
	margin: 0px 10px 0px 0px !important;
}

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

article {
	width: 100%;
	margin: 0px auto 0px;
	min-height: 0px;
}

article #contents {
	width: 100%;
	margin: 0px 0px 20% 0px;
}
	
article #contents h1 {
	width: 90%;
	font-size: 1.8em;
	margin: 90px auto 10%;
	padding: 0px 0px 0px 0px;
	background: url(../img/common/md_line.jpg) no-repeat left 70%;
}

article #contents h1 #eng {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	margin: 0px 0px 12px 0px;
	color: #2C873A;
}

article #contents h1 #read {
	display: block;
	font-size: 0.6em !important;
	font-weight: 400;
	margin: 10px 0px 0px 0px;
}
	
article #contents #search {
	font-size: 0.7em;
	margin: 0px 5% 10% 5%;
}

article #contents #search p {
	margin: 0px 0px 10px 0px;
	/*display: inline-flex;*/
	float: right;
}

article #contents #search form {
	margin: 0px 0px 10px 0px;
	display: flex;
}

article #contents #search select {
	margin: 0px 5px 5px 0px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: inherit;
	display: block;
}

article #contents #search input[type="submit"] {
	line-height: inherit;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em !important;
	display: block;
}
	
}

/*****************************************************************/

#form article #contents table tr td {
	padding: 10px 10px 10px 0px;
}

article #contents table tr th.iname,
article #contents table tr td.iname{
	width: 300px;
	vertical-align: top;
}

article #contents table tr td input[type="text"],
article #contents table tr td select {
	border-style: none;
	border: solid 1px #999;
	line-height: 1.0em;
	font-size: 1.0em;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	font-family: 'Noto Sans JP', sans-serif;
}

article #contents table tr td input[type="file"] {
	border-style: none;
	line-height: 1.0em;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-family: 'Noto Sans JP', sans-serif;
}

article #contents table tr td textarea {
	border-style: none;
	border: solid 1px #999;
	line-height: 1.5em;
	font-size: 1.0em;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	font-family: 'Noto Sans JP', sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
}

article #contents table tr td input[type="checkbox"] {
	border-style: none;
	border: solid 1px #999;
	line-height: 1.5em;
	font-size: 3.0em;
}

article #contents #grey {
	background-color: #F0F0EE;
	padding: 50px 50px 30px 50px;
	margin: 0px 0px 50px;
}

article #contents #white {
	background-color: #FFF;
	padding: 50px 50px 30px 50px;
	margin: 0px 0px 50px;
}


article #contents .btn1 {
	color: #2C873A;
	background-color: #FFFFDF;
	padding: 10px 30px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-style: none;
	border: solid 1px #2C873A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;	
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

article #contents .btn1:hover {
	color: #FFFFDF;
	background-color: #2C873A;
	cursor: pointer;
	border: solid 1px #2C873A;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	text-decoration: none;
}

article #contents .w50 {
	width: 50px;
}

article #contents .w100 {
	width: 100px;
}

article #contents .w200 {
	width: 200px;
}

article #contents .w300 {
	width: 300px;
}

article #contents .w400 {
	width: 400px;
}

article #contents .w500 {
	width: 500px;
}

article #contents .w600 {
	width: 600px;
}

article .detail ul {
	list-style: disc;
	margin: 20px 20px !important;
}

article .detail ol {
	list-style: decimal;
	margin: 20px 20px !important;
}

#form article #contents input[type="submit"] {
	margin: 0px 20px 0px 20px;
	display: inline-grid;
}

#form article #contents input.ok {
	color: #FFF;
	background-color: #FF236E;
	border: solid 1px #FF236E;
}

#form article #contents input.ok:hover {
	color: #FF236E !important;
	background-color: #FFF;
	border: solid 1px #FF236E;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

article .detail .i1 {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 30px 0px !important;
}

article .detail .i2 {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px !important;
}

article #contents table.i1 tr th {
	padding: 0px 10px 0px 0px;
	font-weight: 400;
	text-align: left;
	border-bottom: none;
}

article #contents table.i1 tr td {
	padding: 0px 10px 0px 0px;
}


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

article #contents table tr td textarea {
	width: 100%;
}
	
article #contents #grey {
	background-color: #F0F0EE;
	padding: 5% 5% 3% 5%;
	margin: 0px 0px 10%;
}

article #contents #white {
	background-color: #FFF;
	padding: 5% 5% 3% 5%;
	margin: 0px 0px 10%;
}
	
article #contents .w50 {
	width: 100%;
}

article #contents .w100 {
	width: 100%;
}

article #contents .w200 {
	width: 100%;
}

article #contents .w300 {
	width: 100%;
}

article #contents .w400 {
	width: 100%;
}

article #contents .w500 {
	width: 100%;
}

article #contents .w600 {
	width: 100%;
}
	
article .detail ul {
	list-style: disc;
	margin: 5% 5% !important;
}

article .detail ol {
	list-style: decimal;
	margin: 5% 5% !important;
}
	
article .detail .i1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5% 0px !important;
}

article .detail .i2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px !important;
}

article #contents table.i1 tr th {
	padding: 0px 10px 0px 0px;
	font-weight: 400;
	text-align: left;
	border-bottom: none;
}

article #contents table.i1 tr td {
	padding: 0px 10px 0px 0px;
}
	
}
/*****************************************************************/

.checkbox01 {
  margin: 0px 0px 0px 0px;
}

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #E94529;
	font-family: 'Noto Sans JP', sans-serif;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E94529;
  border-right: 3px solid #E94529;
}

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

/*****************************************************************/

.radio02{
  display: inline;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #E94529;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #E94529;
  border-radius: 50%;
}

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

/*****************************************************************/


.pager {
    overflow: hidden;
}
 
.pager ul {
    list-style: none !important;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
 
.pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
 
.pager ul li a:hover {
    background: #333;
    color: #FFF;
}

@media screen and (max-width:768px) {
	
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 12px;
    padding: 0.4em 0.9em;
    border-radius: 3px;
}	
}


/*****************************************************************/

footer {
	width: 100%;
}

footer #fnavi {
	width: 80%;
	padding: 50px;
	margin: 0px 0px 0px 216px;
	background-color: #000;
	font-size: 0.9em;
}

footer #fnavi a:link {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

footer #fnavi a:hover {
	text-decoration: none;
	color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

footer #fnavi a:visited {
	text-decoration: none;
	color: #FFF;
}

footer #fnavi .icon,
footer #fnavi ul {
	float: left;
	margin: 0px 30px 0px 0px;
}

footer #fnavi ul li {
	margin: 0px 0px 10px 0px;
}

footer #fnavi .home {
	float: right;
	margin: 0px 50px 0px 0px;
}

footer #fnavi input[type="submit"] {
	color: #FFF;
	background-color: #2C873A;
	padding: 0px 10px;
	line-height: 40px;
	width: 140px;
	display: block;
	margin: 0px 0px 0px;
	border-style: none;
	border: solid 1px #2C873A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;	
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

footer #fnavi input[type="submit"]:hover {
	color: #2C873A;
	background-color: #FFFFDF;
	cursor: pointer;
	border: solid 1px #2C873A;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#copyright {
	margin: 10px 0px 10px 216px;
	font-weight: 700;
	text-align: center;
}

#login footer {
	width: 100%;
	text-align: center;
}

#login #copyright  {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

@media screen and (max-width:768px) {
	
footer #fnavi {
	display: none;
}

#copyright {
	margin: 3% 0px 3% 0px;
	font-weight: 700;
	text-align: center;
}
	
}

/*****************************************************************/
