/*
 normalize.css v8.0.1をresetに使用
 tableのfontがリセットされないので個別にリセット
*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  /* 「BIZ UDPゴシック」をWindowsで指定 */
  /* 結局、フォントの強制はしないことにした */
/*
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
*/
  /* 英数字は横幅節約の為、Arial */
  font-family: Arial, sans-serif;
}

table {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input , select , textarea , button{
	box-sizing: border-box;
	font-size: 100%;
	font-family: inherit;
}

#wrapper {
/*	font-size: 1.2rem;*/
	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
#header {
	background: #f6f6f6;
	text-align: center;
	color: black;
}
#container {
  display: flex;
/*  padding: 10px 40px;*/
  padding: 10px 0px;
  box-sizing: border-box;
/*  margin-left: auto;*/
/*  margin-right: auto;*/
  margin-left: 64px;
  margin-right: 64px;
  width:fit-content;
/*  min-width: 50%;*/
}
#main {
  background: white;
/*  width: 100%; */
/*  padding: 10px 10px; */
}
#main_header {
	display:flex;
/*	width: 100%;*/
	height: 5rem;
	background-color: #f6f6f6;
/*  border-left: 6px solid #ccc;*/
	vertical-align: middle;
	align-items:center;
	padding: 8px;
}
#main_contents {
  margin-left: auto;
  margin-right: auto;
/*  margin-left: 64px;*/
/*  margin-right: 64px;*/
  padding: 10px 10px;
  width:fit-content;
}
#footer {
	width: 100%;
    position: absolute;
    bottom: 0; /*下に固定*/
    background: #f6f6f6;
/*	font-size:1.6rem;*/
	text-align: center;
	padding: 10px 0 ;
	color: black;
	z-index: -1; // modal表示時に下にする
}

/* ---------- header（ロゴ） ---------- */
.header_logo {
/*	float: left; */
/*	width: 20px; */
	padding: 5px 15px 5px 15px;
/*    vertical-align: middle; */
}
.header_logo p {
/*	float: left; */
	padding: 5px 5px 5px 5px;
}
.header_left {
	display:flex;
	padding: 5px 5px 5px 5px;
	width: 25%;
	text-align: left;
	align-items: center;
}
.header_center {
	padding: 5px 5px 5px 5px;
	width: 50%;
	text-align: center;
}
.header_right {
	padding: 5px 25px 5px 5px;
	width: 25%;
	text-align: right;
	line-height: 1.8rem
}
.header_logo2 {
	width: 300px;
/*	height: 300px;*/
	margin: 0px 0;
}
.header_logo3 {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.header_title {
	display: block;
    font-size: 2rem;
	color: #00008b;
}

.top {
	display:flex;
/*    font-size: 1.6rem;*/
    padding: 3px 0;
    width: 100%;
	text-align:center;
    vertical-align:middle;
}
.aside {
    padding: 50px 10px;
}
.aside a:hover { 
    opacity: 0.7; 
}

.bside {
    padding: 0 10px 50px 10px;
}
.nav {
	display: block;
    margin: 0;
    padding: 0;
	clear: both; 
	border: 1px solid #d3d3d3;
}
.nav ul {
    margin: 0;
    padding: 0;
/*    font-size:0;*/
}
.nav ul li {
    display: inline-block;
    width: 15%;
    border: solid 1px #d3d3d3;
    box-sizing: border-box;
	border-top: transparent;
	border-bottom: transparent;
	border-right: transparent;
	white-space: nowrap;
}
.nav li:last-child{
    border-right: solid 1px #d3d3d3;
}
.nav ul li a {
    color: #000033;
    text-decoration: none; 
    display: block;
    padding: 8px 0;
}
.nav ul li a:hover {
  color: #191970;
    background: #e6e6fa;
  font-weight: bold;
}
.nav ul li a span {
    vertical-align : middle;
}

.seedsmesh {
  padding:5px 5px;
}

.seedsmesh li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.seedsmesh li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.seedsmesh li:last-child:after {
  content: '';
}

.seedsmesh li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
}

.seedsmesh li a:hover {
  text-decoration: underline;
}
#nav-drawer {
    display: none;
}

.title {
  padding: 1.0em .75em;
/*  padding: 0 .75em;*/
/*  background-color: #f5f5f5;*/
/*  border-left: 6px solid #ccc;*/
/*  width: 100%; */
/*  border: 1px solid #3c6690;*/
	font-size: 1.6rem;
}

.row_padding {
	padding: 1.6rem;
}
.num {
  text-align: right;
}

h2 img {
	margin-left: 7px;
	vertical-align: middle;
}

.resize_img {
/*	width: 100%;*/
	max-width: 100%;
}

.list {
/*  width: 100%; */
  border-collapse:separate;
  border-spacing: 0;
  padding: 3px 0px;
}
/*
.list th:first-child{
  border-radius: 5px 0 0 0;
}

.list th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
*/
.list th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
/*  width: 25%; */
  padding: 8px 5px;
  white-space: nowrap;
}

.list td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
/*  width: 25%; */
  padding: 8px 5px;
  white-space: nowrap;
}

.list td:last-child{
  border-right: 1px solid #a8b7c5;
}
/*.list td.num{*/
/*  text-align: right;*/
/*}*/

.form_login {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.form_login > .form_item_input {
	margin: 8px 2px 10px 2px;
/*	border-radius: 3px;*/
/*	padding: 6px 8px;*/
/*	border: 1px solid #ccc;*/
}

.form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
/*  max-width: 720px;*/
}
.form_item {
	padding-top: 0rem;
	padding-bottom: 0rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
/*	border: 1px solid #ccc;*/
	margin: 8px 2px 10px 2px;
}
.form_item_label {
  margin: 4px 8px 0 4px;
  padding: 6px 8px;
/*  min-width: 210px;*/
  font-weight: bold;
  white-space:nowrap;
}
.form_item_label.isMsg {
  margin-top: 4px;
  margin-left: 2px;
}
.form_item.msgs {
  height: 8.0rem;
}
.form_item_label_required {
  border-radius: 6px;
  margin: 0 8px 0 8px;
  padding: 0.6rem;
  display: inline-block;
  text-align: center;
  background: #dc143c;
  color: #fff;
  font-size: 1.0rem;
}
input[type="text"],input[type="password"],input[type="date"],input[type="radio"],select,textarea,input[type="button"],input[type="datetime-local"] {
  border-radius: 3px;
  padding: 6px 8px;
  border: 1px solid #ccc;
}

.set_right {
  text-align: right;
}
.button_box {
	display:flex;
    margin: 15px 0px 0px 0px;
    justify-content: center;
    clear: both;
}
.delbtn {
/*  text-align: right; */
	margin-left:auto;
}
.form_item_input {
  padding: 6px 8px;
/*  border: 1px solid #ccc;*/
}

.form_item_input input[type="text"] {
/*    height: 2.0rem;*/
}
.form_item_input input[type="radio"] {
    cursor: pointer;
}
.form_item_input input[type="radio"]+label{
  margin: 8px 0px 10px;
/*  padding: 6px 8px;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    padding-right: 15px;
}

/* 元々のチェックボックス（非表示） */
.form_item_input input[type="checkbox"]{
/*	display: none; */
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.form_item_input input[type="checkbox"]:focus + label::before {
    border: 2px solid #0000cd;
}

/* チェックボックスの代わりを成すラベル */
.form_item_input input[type="checkbox"]+label{
/*  margin: 8px 2px 10px;*/
  margin: 8px 2px 0px 2px;
  padding: 0px 8px;
/*    display: none; */
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.form_item_input input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #ccc; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.form_item_input input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}
.form_item_input textarea {
/*  margin-bottom: 20px;*/
}

.form_item_view {
/*    font-size: 1.4rem;*/
	margin: 8px 2px 10px;
	padding: 6px 8px;
	min-width: 150px;
/*  margin-bottom: auto;*/
/*  height: 36px;*/
/*  padding-right: 1em;*/
/*  width: 100%;*/
/*  max-width: 410px;*/
/*  font-size: 1.6rem;*/
/*  letter-spacing: 0.00em;*/
/*  border: 1px solid #ccc;*/
}
/*
.form_item_textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
}
*/
.form_item_msg {
	margin: 0px 0px 0px 3px;
 	color: #CC0000;
	font-weight: normal;
/*	font-size: 1.4rem;*/
}
.spacer {
  width: 100%;
}

input[type="submit"],input[type="button"],.btnimg {
  margin: 8px 2px 10px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
  display: inline-block;
  padding: 6px 8px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #212529;
  border-radius: 0.3rem;
/*  border-radius: 8px;*/
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}
input[type="submit"]:hover,input[type="button"]:hover,.btnimg:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
input[type="submit"]:active,input[type="button"]:active,.btnimg:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#dcdcdc));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #dcdcdc 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #dcdcdc 100%);
}

input[type="submit"][name="FORM[delete]"] {
  color: #dc143c;
}

.addbtn {
    width: 140px;
    height: 40px;
/*
	color: #fffaf0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6699ff), to(#0066ff)) !important;
	background: -webkit-linear-gradient(top, #6699ff 0%, #0066ff 100%) !important;
	background: linear-gradient(to bottom, #6699ff 0%, #0066ff 100%) !important;
	-webkit-box-shadow: inset 1px 1px 1px #0099ff !important;
	box-shadow: inset 1px 1px 1px #0099ff !important;
*/
/*	border: 1px solid #3366cc !important;*/
/*	background: #f1e767;*/
}
/*
.addbtn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#6699ff), to(#0066ff)) !important;
  background: -webkit-linear-gradient(bottom, #6699ff 0%, #0066ff 100%) !important;
  background: linear-gradient(to top, #6699ff 0%, #0066ff 100%) !important;
}
.addbtn:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#6699ff), to(#0066cc)) !important;
  background: -webkit-linear-gradient(bottom, #6699ff 0%, #0066cc 100%) !important;
  background: linear-gradient(to top, #6699ff 0%, #0066cc 100%) !important;
}
*/
.cancelbtn {
    width: 140px;
    height: 40px;
}


.btn_ao_b {
  display: inline-block;
  align-items: center;
/*  max-width: 500px; */
  margin: 5px 0;
/*  padding: 1.3rem 2rem; */
  padding: 1.0rem 1.6rem;
/*  border: 2px solid #014897; */
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 6px;
/*  width: 20rem; */
  flex-basis: auto;
  height: 2.4rem;
}
.btn_ao_b:hover {
  background-color: #e9f3fd;
}
.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
/*  font-weight: bold; */
  text-align: center;
  position: relative;
  padding-right: 15px;
/*  font-size: 1.4rem;*/
  white-space:nowrap;
}
.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 1.0rem;
  height: 1.0rem;
  transition: 0.3s;
}
.btn_ao_b .b__text_r {
  display: block;
  flex-grow: 1;
  color: #004386;
/*  font-weight: bold; */
  text-align: center;
  position: relative;
  padding-left: 15px;
/*  font-size: 1.4rem;*/
}
.btn_ao_b .b__text_r::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 3px solid #014897;
  border-left: 3px solid #014897;
  box-sizing: border-box;
  width: 1.0rem;
  height: 1.0rem;
  transition: 0.3s;
}

.list2 {
  border-collapse: collapse;
/*  margin: 0 auto; */
  padding: 3px 0px;
/*  width: 650px; */
  table-layout: fixed;
}

.list2 tr {
  background-color: #fff;
  border: 1px solid #bbb;
/*  padding: .35em;*/
}
.list2 th,
.list2 td {
  padding: .8em 1em .8em 1em;
  border: 1px solid #bbb;
  vertical-align: top;
}
.list2 th {
/*  font-size: .85em;*/
/*  white-space: nowrap;*/
}
.list2 thead tr{
  background-color: #eee;
}
/*.txt{*/
/*   text-align: left;*/
/*   font-size: .85em;*/
/*}*/
/*.price{*/
/*   text-align: right;*/
/*}*/
/*td.num{*/
/*  text-align: right;*/
/*}*/
tr.ok_color{
  color: #778899;
  background-color: #f5f5dc;
}
tr.kari_color{
  color: #778899;
/*  background-color: #f8f8ff;*/
}
td.alarm_red{
  background-color: #D8150D;
  color: white;
  font-weight: bold;
/*  outline: 5px solid #cc0000;*/
/*  outline-offset: -5px;*/
}
td.alarm_red2{
  background-color: #EB852A;
/*  outline: 5px solid #ff9966;*/
/*  outline-offset: -5px;*/
}
.alarm_red3{
  color: #cc0000;
}
td.alarm_yellow{
  background-color: #F4EE00;
/*  outline: 5px solid #ffa500;*/
/*  outline-offset: -5px;*/
}
td.alarm_yellow2{
  background-color: #EDCA69;
/*  outline: 5px solid #ffa500;*/
/*  outline-offset: -5px;*/
}
td.alarm_blue{
  background-color: #D2FFFF;
/*  outline: 5px solid #4169e1;*/
/*  outline-offset: -5px;*/
}
td.alarm_blue2{
  background-color: #64C8DC;
/*  outline: 5px solid #4169e1;*/
/*  outline-offset: -5px;*/
}
td.nowrap {
  white-space: nowrap;
}
td.center {
	text-align: center;
}

td.tentative_red {
  color: #cc0000;
}
/*
td.fusen_0 {
	padding-left: 1.2em;
}
td.fusen_1 {
	border-left: .5em solid #D1DD87;
}
td.fusen_2 {
	border-left: 6px solid #8ADED8;
}
td.fusen_3 {
	border-left: 6px solid #DE8AA6;
}
td.fusen_4 {
	border-left: 6px solid #EDCA69;
}
*/

.fusen {
	display: flex;
}
.fusen > .mark_select { /* 通常位置から左にずらして表の外側にだす */
	position: relative;
/*	left: -18px;*/
	width: 10px;
	height: 10px;
	border: 1.0px dotted #ccc;
}
.fusen > .mark_select:hover {
	cursor: pointer;
}
.fusen > .mark { /* 通常位置から左にずらして表の外側にだす */
	position: relative;
	left: -13px;
	width: 10px;
	height: 10px;
	min-width: 10px;
	margin: 6px -3px;
	padding: 0;
	border: 1px dotted #cfcfcf;
}
.fusen > .mark:hover {
	cursor: pointer;
}
.fusen > .txt { /* markで左に寄った位置を元に戻す */
	position: relative;
	left: -8px;
	line-height: 16px;
	font-size: 1.2rem;
}
.fusen > .mark2 { /* 通常位置から左にずらして表の外側にだす */
/*
	position: relative;
	left: -12px;
	width: 4px;
	height: 4px;
	min-width: 4px;
	margin: 8px 0px;
	background-color: #2f4f4f;
*/
	position: relative;
	left: -13px;
	width: 10px;
	height: 10px;
	min-width: 10px;
	margin: 6px -3px;
	padding: 0;
/*	border: 1.0px dotted #ccc;*/
	border: 1px dotted #cfcfcf;
}
.nomark {
	position: relative;
	left: -12px;
	width: 4px;
	height: 4px;
	min-width: 4px;
	margin: 6px 0px;
	background-color: #2f4f4f;
}


.fusen_box {
	display: block;
	float: left;
	padding-left: 1.0rem;
	width: 3.0rem;
	height: 3.0rem;
	margin-right: 15px;
}
.fusen_c_0 {
/*	background-color: #fff;*/
}
.fusen_c_1 {
	background-color: #D1DD87;
}
.fusen_c_2 {
	background-color: #8ADED8;
}
.fusen_c_3 {
	background-color: #DE8AA6;
}
.fusen_c_4 {
	background-color: #EDCA69;
}

.c_radio {
  display: none;
/*  display: block;*/
/*  margin: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  opacity: 0;*/
}
.fusen_selbox {
	position: relative;
	margin: 3px;
	padding-left: 0px;
	cursor: pointer;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px dotted #cfcfcf;
}
.fusen_selbox::before,
.fusen_selbox::after {
  position: absolute;
/*  border-radius: 50%;*/
	width: 10px;
	height: 10px;
/*	border: 1.0px dotted #ccc;*/
  content: ' ';
}
.fusen_selbox::before {
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
/*  border: 1px solid #cfcfcf;*/
/*  background-color: #fff;*/
}
.fusen_selbox::after {
/*  top: calc(50% - 5px);*/
  top: -2px;
  left: -2px;
  width: 11px;
  height: 11px;
/*  background-color: #ff0000;*/
  opacity: 0;
/*  transform: scale(0);*/
	border: 1.0px dotted #ccc;
}
.c_radio:checked + .fusen_selbox::after {
  opacity: 1;
/*  transform: scale(1);*/
/*	border: 2px solid #808080;*/
	border: 2px solid #0033cc;
/*  background-color: #ffff66;*/
	border-radius: 2px;
}

/* -----------------------------------------------*/
.list3 {
  margin: 5px 5px 5px 0px;
  border: 1px solid #aaa;
  border-collapse: separate;
/*  border-collapse: collapse;*/
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
/*  font-size: .85em;*/
  white-space: nowrap;
/*  float: left;*/
}
.list3 thead th,
.list3 tbody th,
.list3 tbody td {
  padding: 0.6rem 1.4rem;
/*  border-bottom: 1px solid #aaa;*/
}
.list3 thead th {
  background-color: #ddd;
}
.list3 tbody th {
  background-color: #eee;
}
/*
.list3 thead th + th,
.list3 tbody td + th,
.list3 tbody td {
  border-left: 1px solid #aaa;
}
*/
.list3 tbody th {
  border-right: 1px solid #aaa;
}
.list3 tbody td + th {
  border-left: 1px solid #aaa;
}
.list3 tbody tr:last-child th,
.list3 tbody tr:last-child td {
/*  border-bottom: none;*/
}
.select_color {
	background-color: #FFF9C4;
	border-bottom: 4px solid #FDD835;
	border-top: 4px solid #FFF9C4;
}
.select_color a{
/*	margin: 0px;*/
/*	padding-left: 15px;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*	border: 5px solid #FDD835;*/
}
.no_select_color {
	border-bottom: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
}

.flex {
	display: flex;
}
.inline {
  display: inline-block;
}
.float_left {
  float: left;
}
/* -----------------------------------------------*/
.list4 {
  border-collapse: collapse;
  padding: 0px;
/*  table-layout: fixed; */
  border: 1px solid #bbb;
  width: 360px;
  height: 50px;
}
.list4 tr {
  padding: .20em;
}
.list4 td {
  padding: 0.2em 0.5em;
  white-space: nowrap;
}
.list4 .border_left {
  border-left: 1px solid #bbb;
}
.list4 .border_bottom {
  border-bottom: 1px solid #bbb;
}
.list4 .row_height {
	height: 1rem;
}
.list4 .row2_height {
	height: 6rem;
}
.list4 .col_1_width {
	height: 90px;
}

.search_box {
    display: flex;
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 0px;
/*  border: 1px solid #bbb;*/
/*	margin-bottom: 12px;*/
  align-items: center;
}
.search_box_item {
	margin: 0 15px 0 0px;
/*	padding: 0px 10px;*/
	float: left;
/*  border: 1px solid #bbb;*/
/*	white-space: nowrap;*/
}

.search_box2 {
    display: inline-block;
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 0px;
/*  border: 1px solid #bbb;*/
    line-height: 48px;
	margin-bottom: 5px;
  vertical-align: middle;
}

/* -----------------------------------------------*/
.clear {
  clear: both;
}
.item_box_column {
  display: block;
  border: 0;
  padding: 0;
  float: left;
/*  border: 1px solid #bbb; */
  height: 300px;

}
.item_box_column_1 {
  width: 200px;
}
.item_box_column_2 {
  width: 100px;
}
.item_box_column_3 {
  width: 100px;
}
.item_box_column_4 {
  width: 80px;
}
.item_box_column_5 {
  width: 80px;
}

.item_box {
  display: block;
  border: 1px solid #bbb;
	position:relative;
	font-size: 1.6rem;
}
.box_1{
  height: 200px;
}
.box_2{
  height: 30px;
}
.box_3{
  height: 118px;
}
.box_4{
  height: 80px;
}
.box_5{
  height: 30px;
}
.box_6{
  height: 76px;
}
.box_7{
  height: 115px;
}

.box_1_1 {
	position:absolute;
	top: 5px;
	left: 5px;
	color: rgb(54,164,235);
}
.box_1_2 {
	position:absolute;
	top: 20px;
	left: 0px;
	font-size: 12rem;
	width: 200px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_1_3 {
  	position:absolute;
	top: 155px;
	left: 155px;
	font-size: 3rem;
    font-weight: bold;
	padding: 0 0.3rem 0 0;
	width: 4rem;
}

.box_2_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_2_2 {
	position:absolute;
	top: 5px;
	left: 150px;
	width: 30px;
	text-align: right;
/*	border: 1px solid #bbb; */
}

.box_3_1 {
	position:absolute;
	top: 5px;
	left: 5px;
	color: rgb(254,97,132);
}
.box_3_2 {
	position:absolute;
	top: 15px;
	left: 0px;
	font-size: 6rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_3_3 {
	position:absolute;
	top: 85px;
	left: 70px;
	font-size: 2rem;
    font-weight: bold;
	padding: 0 0.3rem 0 0;
	width: 2rem;
/*	border: 1px solid #bbb;*/
}

.box_4_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_4_2 {
	position:absolute;
	top: 15px;
	left: 0px;
	font-size: 3rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_4_3 {
	position:absolute;
	top: 50px;
	left: 70px;
	font-size: 2rem;
    font-weight: bold;
	width: 2rem;
/*	border: 1px solid #bbb;*/
}

.box_5_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_5_2 {
	position:absolute;
	top: 5px;
	left: 0px;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}

.box_6_1 {
	position:absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 100px;
}
.box_6_2 {
	position:absolute;
	top: 35px;
	left: 0px;
	font-size: 3rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}

.box_7_1_1 {
	position:absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 80px;
	color: rgb(254,97,132);
}
.box_7_1_2 {
	position:absolute;
	top: 45px;
	left: 0px;
	font-size: 3rem;
	width: 80px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_7_2_1 {
	position:absolute;
	top: 35px;
	left: 0px;
	font-size: 3rem;
	width: 80px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_7_2_2 {
	position:absolute;
	top: 90px;
	left: 0;
	text-align: center;
	width: 80px;
}

.graph {
	margin: 20px;
	width: 80%;
	height: 300px;
}
.graph2 {
	margin: 20px;
	width: 80%;
	height: 200px;
}
.graph_color_blue {
	color: rgb(54,164,235);
}
.graph_color_gold {
	color: rgb(255,215,0);
}
.graph_color_red {
	color: rgb(204,0,0);
}
.graph_color_pink {
	color: rgb(254,97,132);
}
.graph_color_green {
	color: rgb(144,238,144);
}

.dialog {
  overflow: hidden;
  position: absolute;
/*  top: 30%;*/
  height: auto;
  width: 200px;
  display: none;
  border:1px solid #bbb;
  z-index:1000;
}
.dialog-header {
  border-bottom: 1px solid #bbb;
/*  background: #6090ef;*/
/*  color: #222222;*/
  font-weight: bold;
  overflow: hidden;
  padding: 5px;
  vertical-align: middle;
}
.dialog-title {
  float: left;
  padding: 3px 5px 0px 5px;
}
.dialog-close {
  float: right;
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: bold;
/*  color: #555555;*/
}
.dialog-close:hover {
	cursor: pointer;
}
.dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: #fff;
  overflow: auto;
  width: auto;
  height: auto;
  min-height: 50px;
}

.history_data {
	display: none;
	line-height: 1.5em;
}
.open_history {
	white-space: nowrap;

}
.open_history:hover {
	cursor: pointer;
}

input[type="file"] {
	display: none;
}

.selimg {
	display: flex;
	flex-wrap : wrap;
/*	width: 500px;*/
	width: auto;
	height: auto;
	min-height: 200px;
/*	line-height: 150px;*/
/*	border: 1px dotted #bbb;*/
/*	text-align: center;*/
/*	vertical-align: middle;*/
	justify-content: center;
	align-items: center;
/*	padding: 10px 10px;*/
}
.selimg img {
/*	width: 450px;*/
/*	width: 100%;*/
	object-fit: scale-down;
/*	border: 1px dotted #bbb;*/
}
.selimg p {
/*	flex-wrap : wrap;*/
/*	width: 580px;*/
	text-align: center;
/*	border: 1px dotted #bbb;*/
	margin: 0;
}

/*
.fusen_0 {
}
.fusen_1 {
	background: #f08080;
}
.fusen_2 {
	background: #87cefa;
}
.fusen_3 {
	background: #ffdd55;
}
.fusen_4 {
	background: #90ee90;
}
*/


.modal{
  display: none;
  background: rgba(0,0,0,0.5);
  /* モーダルウィンドウの位置固定 */
  position: fixed;
/*  position: absolute;*/
  /* 背景色を画面いっぱいにする */
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;  
}
.modal_content{
  background: #fff;
  width: 650px;
  /* モーダルウィンドウを画面真ん中に表示 */
  margin: 5% auto;
  padding: 10px 10px 0px 10px;
}
.modal_table_area{
  width: 100%;  
  height: 60%;
/*  min-height: 300px;*/
/*	overflow-x: scroll;*/
	overflow-y: scroll;
/*  border-collapse: collapse; */
	border-spacing: 0;
	margin: 0;
	padding: 0;
    border: 1px solid #bbb;
}
.modal_table {
	table-layout: auto;
	width: 100%;
	border-collapse: separeate;
	border-spacing: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
/*	border-top: 1px solid #bbb;*/
/*	border-left: 1px solid #bbb;*/
}
.modal_table thead th {
	padding: .8em 1em .8em 1em;
	background-color: #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	white-space: nowrap;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 10;
}
.modal_table td {
	padding: .8em 1em .8em 1em;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.modal_table td div {
    min-height: 50vh;
    max-height: 50vh;
/*    max-width: 150px;*/
    overflow-y: auto;
}
    
.modal_table tr:hover td {
/*    background: #f0f8ff;*/
}
.closebtn {
/*  text-align: right; */
	margin-left:auto;
}

/*.modal_table td:has(input[type="radio"]:checked) {*/
/*    background: #f0f8ff;*/
/*}*/

.checkboxlist { 
	border-radius: 3px;
	border: 1px solid #ccc;
	width:300px; 
	height: 300px; 
	overflow-y: scroll; 
}
.checkboxlist input[type="checkbox"] {
	width: 100%;
	margin: 2px 2px 3px 2px;
	padding: 3px 4px;
}

.memo {
	width: 100%;
}


.info_view {
	padding: 10px 10px 10px 10px;
}

.info_view ul{
/*    display: flex;*/
    margin: 2px;
	width: 100%;
	flex-wrap: wrap;
}
.info_view ul li {
	padding: 5px 2px 5px 5px;
    line-height: 2.5rem;
  	border-bottom: dashed 1px #ccc;
	float: left;
}
.info_view ul li:nth-child(odd) {
/*	width: 150px;*/
	white-space: nowrap;
}
.info_view ul li:nth-child(even) {
	width: 85%;
}

.info_view dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	padding: 5px 2px 5px 5px;
    line-height: 2.5rem;
  	border-bottom: dashed 1px #ccc;
}
.info_view dt {
    margin-right: 0.5em ;
    width: 12rem;
}
.info_view dd {
    margin-left: 1em;
/*	    width: calc(95%-12rem);*/
}
.info_view .editbtn {
	text-align: right;
	margin-left: auto;
}

/* NEWアイコン */
.new {
	display        : inline-block;       /* インラインボックス定義  */
	content        : "NEW";              /* 表示する文字            */
	background     : #D8150D;            /* 背景色                  */
	color          : #ffffff;            /* 文字色                  */
	font-weight    : bold;               /* 太字                    */
	font-size      : 1.2rem;             /* ベースの文字サイズ      */
	letter-spacing : -1px;               /* 文字間隔詰め            */
	line-height    : 1.2rem;             /* 1行の高さ               */
	vertical-align : middle;             /* 基準の高さ位置          */
	margin         : 0 2px;              /* 外余白なし              */
	padding        : 4px 5px;            /* 反転時の内余白          */
	transform      : scale(0.8)          /* 文字サイズ変更          */
	                 translateX(-10%);   /* 横位置調整              */
}
.nav_new {
	display        : inline-block;       /* インラインボックス定義  */
	content        : "NEW";              /* 表示する文字            */
	background     : #D8150D;            /* 背景色                  */
	color          : #ffffff;            /* 文字色                  */
	font-weight    : bold;               /* 太字                    */
	font-size      : 1.2rem;             /* ベースの文字サイズ      */
	letter-spacing : -1px;               /* 文字間隔詰め            */
	line-height    : 1.2rem;             /* 1行の高さ               */
	vertical-align : middle;             /* 基準の高さ位置          */
	margin         : 0 2px;              /* 外余白なし              */
	padding        : 4px 5px;            /* 反転時の内余白          */
	transform      : scale(0.8)          /* 文字サイズ変更          */
	                 translateX(-10%);   /* 横位置調整              */
}

.card {
  box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
  
  background: hsl(0 0% 100%);
  color: hsl(200 50% 20%);
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 35vmin;
  height: 35vmin;
  display: flex;
  place-items: center;
  text-align: center;
  padding: 3ch;
  border-radius: 2ch;
  border: 1px solid hsl(0 0% 83%);
}
.better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.sticky_area {
  display: flex;
  height: 100%;
}

.sub_d {
  display: none;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
}
.sub_d .box{
  position: sticky;
  top: 25px;
  width: 100%;
  padding: 15px;
  border-radius: 2ch;
  border: 1px solid hsl(0 0% 83%);
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.sub {
  display: none;
  background: rgba(0,0,0,0.5);
  /* モーダルウィンドウの位置固定 */
  position: fixed;
  /* 背景色を画面いっぱいにする */
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;  
}
.sub .box{
  background: #fff;
  border-radius: 1ch;
  border: 1px solid hsl(0 0% 83%);
/*  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);*/
/*  width: 650px;*/
  max-height: 85vh;
  /* モーダルウィンドウを画面真ん中に表示 */
  margin: 5% auto;
  padding: 10px 20px 10px 20px;
}
.w80per {
  width: 80%;
  overflow-y: scroll;
}
.w200px {
  width: 500px;
  overflow-y: scroll;
}

/*.sub .box {*/
/*	width: 100%;*/
/*  margin: 2px 2px 2px 2px;*/
/*}*/

.branding_title {
	display:flex;
	align-items: center;
}
.branding_title p {
	font-size: 2rem;
	padding: 0rem 1.0rem 0rem 0rem;
	color: #00008b;
}
.branding_title2 {
/*	display:flex;*/
	padding: 0.5rem 0rem 0rem 0rem;
/*	font-size: 1.5rem;*/
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.branding_title2 .btn {
	margin-left:auto;
}
.branding_title2 > span {
 	margin: 0px 20px 0px 0px;
	padding: 0 0 3px 0;
/*	border-bottom: 1px solid #696969;*/
	white-space: nowrap;
}

.branding_h1 {
	display:flex;
	align-items: center;
/*	border: 1px solid #696969;*/
}
.branding_h1 p {
/*	font-size: 2rem;*/
/* 	margin: 10px 0px;*/
	padding: 0;
	font-size: 2.625rem;
 	margin: 64px 0px 24px 0px
 	font-weight: bold;;
}
.branding_h2 {
	display:flex;
	align-items: center;
 	margin: 10px 0px 5px 0px;
}
.branding_h2 p {
/*	font-size: 1.5rem;*/
	font-size: 2rem;
	padding: 0rem 1.0rem 0rem 0rem;
/* 	margin: 15px 10px;*/
 	margin: 64px 0px 24px 0px
 	font-weight: bold;;
}
.branding_h2 p > span {
	content: attr(data-number);
	display: inline-block;
	margin-right: 1rem;
	color: #696969;
	font-size: 2rem;
	border-bottom: 1px solid #696969;
}
.branding_h2 .view {
 	margin: 0px 5px 0px 0px;
/*	background-image: url(img/close.png);*/
/*	background-repeat: no-repeat;*/
	width:20px;
	height:20px;
}
.branding_h2 .view_open {
	background-image: url(img/open.png);
	background-repeat: no-repeat;
}
.branding_h2 .view_close {
	background-image: url(img/close.png);
	background-repeat: no-repeat;
}
/*.branding_h2 .no {*/
/*	color: #696969;*/
/*	font-size: 2rem;*/
/*	border-bottom: 1px solid #696969;*/
/*}*/
/*.branding_h2::before {*/
/*	content: attr(data-number);*/
/*	display: inline-block;*/
/*	margin-right: 1rem;*/
/*	color: #696969;*/
/*	font-size: 2rem;*/
/*	border-bottom: 1px solid #696969;*/
/*}*/
.branding_h3 {
	font-size: 1.2rem;
  margin: 10px 0 0 0;
  padding: 0;
}

.branding_ul_header {
/*	font-size: 1.2rem;*/
/*	margin: 10px 0 0 1em;*/
	padding: 0;
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.branding_ul_contents {
	font-size: 1.5rem;
	margin: 0px 0 0 1em;
	padding: 0;
	color: #800000;
}

.branding_list ul {
	margin: 0px 0px 0px 0em;
	padding: 2px 0px;
	list-style: none;
}
.branding_list li{
	margin: 0px 0px 0px 2em;
	padding: 2px 0px;
}

.branding_list_area {
	margin-left: 2rem;
}
.branding_list_ul {
	display: grid;
	grid-columns-gap: 0;
	grid-row-gap: 0;
}
.columns_1 {
	grid-template-columns: auto;
}
.columns_1 > li {
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
/*	padding: 5px 2px 2px 2px;*/
	padding: 8px;
	margin-left: 1rem;
}
.columns_1>li:nth-of-type(2n+1) {
/*	background: #e9faf9;*/
}
.columns_1 > li:nth-child(1) {
	background: #f4f8fb;
	display:grid;
	align-items: center;
	text-align: center
	font-weight: bold;
}

.columns_2 {
  grid-template-columns: 6fr 4fr;
}
.columns_2 > li {
	border-right: dotted 1px #778ca3;
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
/*	padding: 5px 2px 2px 2px;*/
	padding: 8px;
}
.columns_2 > li:nth-child(2n+2) {
	border-right: none;
}
.columns_2 > li:nth-child(2n+1) {
	margin-left: 1rem;
}
.columns_2>li:nth-of-type(4n+1),.columns_2>li:nth-child(4n+2) {
/*	background: #e9faf9;*/
}
.columns_2 > li:nth-child(-n+2) {
	background: #f4f8fb;
}

.columns_3 {
/*	grid-template-columns: auto 200px 50px;*/
}
.columns_3 > li {
	border-right: dotted 1px #778ca3;
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
/*	padding: 5px 2px 2px 2px;*/
	padding: 8px;
}
.columns_3 > li:nth-child(3n+3) {
	border-right: none;
}
.columns_3 > li:nth-child(3n+1) {
	margin-left: 1rem;
}
.columns_3>li:nth-of-type(6n+1),.columns_3>li:nth-child(6n+2),.columns_3>li:nth-child(6n+3) {
/*	background: #e9faf9;*/
}
.columns_3_type1 {
	grid-template-columns: auto 200px 250px;
}
.columns_3_type2 {
	grid-template-columns: auto 33% 33%;
}
.columns_3 > li:nth-child(-n+3) {
	background: #f4f8fb;
	display:grid;
	align-items: center;
	text-align: center
}


.columns_4 {
	grid-template-columns: 25% 25% 25% 25%;
}
.columns_4 > li {
	border-right: dotted 1px #778ca3;
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
/*	padding: 5px 2px 2px 2px;*/
	padding: 8px;
}
.columns_4 > li:nth-child(4n+4) {
	border-right: none;
}
.columns_4 > li:nth-child(4n+1) {
	margin-left: 1rem;
}
.columns_4>li:nth-of-type(8n+1),.columns_4>li:nth-child(8n+2),.columns_4>li:nth-child(8n+3),.columns_4>li:nth-child(8n+4) {
/*	background: #e9faf9;*/
}
.columns_4 > li:nth-child(-n+4) {
	background: #f4f8fb;
	display:grid;
	align-items: center;
	text-align: center
}

.columns_6 {
/*	grid-template-columns: auto 3.5rem 3.5rem 3.5rem 3.5rem 3.5rem auto;*/
	grid-template-columns: auto 5rem 5rem 5rem 5rem 5rem auto;
}
.columns_6 > li {
	border-right: dotted 1px #778ca3;
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
/*	padding: 5px 2px 2px 2px;*/
	padding: 8px;
}
.columns_6 > li:nth-child(7n+7) {
	border-right: none;
}
.columns_6 > li:nth-child(7n+1) {
	margin-left: 1rem;
}
.columns_6>li:nth-of-type(21n+1),.columns_6>li:nth-child(21n+2),.columns_6>li:nth-child(21n+3),.columns_6>li:nth-child(21n+4),.columns_6>li:nth-child(21n+5),.columns_6>li:nth-child(21n+6),.columns_6>li:nth-child(21n+7) {
/*	background: #e9faf9;*/
}
.columns_6 > li:nth-child(-n+14) {
	background: #f4f8fb;
	display:grid;
	align-items: center;
	text-align: center
}
.columns_6 > li:nth-child(-n+7) {
	border-right: none;
	border-bottom: none;
}
.columns_6 > li:nth-child(n+9):nth-child(-n+13) {
	text-align: center;
}
.columns_6 > .center {
	text-align: center;
}
.columns_6 > li:nth-child(8) > span,.columns_6 > li:nth-child(14) > span {
	margin-top: -2.0rem;
}

.columns_6_0 {
	grid-template-columns: auto 17.5rem auto;
}
.columns_6_0 > li {
	border-right: dotted 1px #778ca3;
	border-bottom: dotted 1px #778ca3;
	margin: 0px;
	padding: 5px 2px 2px 2px;
}
.columns_6_0 > li:nth-child(3n+3) {
	border-right: none;
}
.columns_6_0 > li:nth-child(3n+1) {
	margin-left: 1rem;
}
.columns_6_0 > li:nth-child(-n+7) {
	background: #ffffe0;
	display:grid;
	align-items: center;
	text-align: center
}


.branding_list2 {
	width: 100%;
/*	text-align: center;*/
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 20px 1em;
/*	border: 1px solid #696969;*/
}
.branding_list2 tr:nth-child(2n+1) {
	background: #e9faf9;
}
.branding_list2 th {
	padding: 10px;
	background: #778ca3;
	border-right: solid 1px #778ca3;
	color: #ffffff;
}
.branding_list2 th:last-child {
	border-right: none;
}
.branding_list2 td {
	padding: 5px 10px 5px 8px;
	border-right: solid 1px #778ca3;
	border-bottom: none;
/*	vertical-align: middle;*/
	vertical-align: top;
	height: 10px;
}
.branding_list2 td:last-child {
	border-right: none;
}

.branding_list dl {
	margin: 0px 0px 0px em;
	padding: 0;
}
.branding_list dt {
	margin: 0px 0px 0px 1em;
}
.branding_list dd {
	margin: 0px 0px 0px 1em;
	padding: 2px 0px;
}
.branding_list dd::before {
  content:"●";
	display: inline-block;
	margin-right: 1rem;
	color: #696969;
/*	font-size: 1rem;*/
	align-items: center;
}

.branding_file {
/*	display:flex;*/
}
.branding_file a {
	display: flex;
	align-items: center;
}

.form_title {
	font-size: 1.5rem;
	padding: 0rem 1.0rem 0rem 0rem;
}

.form_item_label2 {
/*  margin: 14px 2px 10px 2px;*/
  margin: 10px 2px 2px 2px;
  padding: 0px;
/*  width: 100%;*/
/*  min-width: 200px;*/
  letter-spacing: 0.00em;
  font-weight: bold;
/*  font-size: 1.6rem;*/
/*  border: 1px solid #ccc;*/
/*    background: #f6f6f6;*/
}
.form_item_label2_required {
  border-radius: 6px;
  margin: 0 8px 0 8px;
/*  margin-left: 8px;*/
/*  margin-right: 8px;*/
  padding: 0.6rem;
/*  padding-top: 0.6rem;*/
/*  padding-bottom: 0.6rem;*/
/*  width: 48px;*/
  display: inline-block;
  text-align: center;
  background: #dc143c;
  color: #fff;
/*  font-size: 1.4rem;*/
  font-size: 1.0rem;
}
.form_item_label2 > .exp {
	padding: 0px 8em;
  font-weight: normal;
}

.form_item_msg2 {
	margin: 50px 50px 50px 3px;
 	color: #CC0000;
	font-weight: normal;
/*	font-size: 1.4rem;*/
}

.form_item2 {
	margin: 10px 0px 0px 0px;
	padding-top: 0rem;
	padding-bottom: 0rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

div#form_block {
  width: 100%;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
}

div.item_f {
	margin: 0px 0px 0px 0px;
	padding: 2px 12px 0px 2px;
	display: flex;
	align-items: center;
/*	align-items: top;*/
	z-index: 10;
}

.item_f .tmpfile {
	vertical-align: middle;
}


div.item {
/*	margin: 0px 0px 0px 0px;*/
	padding: 2px 12px 0px 2px;
/*	display: flex;*/
/*	align-items: top;*/
/*	z-index: 10;*/
	display: grid;
/*	grid-columns-gap: 10px;*/
/*	grid-columns-gap: 0;*/
/*	grid-row-gap: 0;*/
}
div.item_h {
	padding: 0px 12px 0px 0px;
	display: grid;
}
/*.item_step_1_h,.item_step_2_h {*/
/*	grid-template-columns: 28px auto 200px 250px 20px;*/
/*	gap: 3px 3px;*/
/*}*/
/*.item_step_1_h > div , .item_step_2_h > div {*/
/*	display:grid;*/
/*	align-items: center;*/
/*	text-align: center;*/
/*	padding: 5px;*/
/*}*/
.item_header {
	display:grid;
	align-items: center;
	text-align: center;
	padding: 5px;
	background: #f4f8fb;
}
.item_step_1,.item_step_2 {
	grid-template-columns: 28px auto 200px 250px 20px;
	gap: 3px 3px;
}
.item_step_1 > span , .item_step_2 > span {
	display:grid;
	align-items: center;
	text-align: center;
}
.item_step_2_a > span {
	align-items: center;
	text-align: center
}
.item_step_3 {
	grid-template-columns: 28px auto 20px;
	gap: 3px 3px;
}
.item_step_3 > span {
	display:grid;
	align-items: center;
	text-align: center;
}
.item_step_3_2_h {
	grid-template-columns: 31px 1fr 5rem 5rem 5rem 5rem 5rem 1fr 23px;
	gap: 0px 0px;
	margin: 0;
	padding: 0;
}
.item_step_3_2 {
	grid-template-columns: 28px 1fr 5rem 5rem 5rem 5rem 5rem 1fr 20px;
	gap: 3px 3px;
	margin: 0;
	padding: 0;
/*	border: 1px solid #ccc;*/
}
.item_step_3_2 > span {
	display:grid;
	align-items: center;
	text-align: center;
}
/*.item_step_3_2 > .center {*/
/*	text-align: center;*/
/*}*/

.item_step_5 {
	grid-template-columns: 28px 1fr 1fr 1fr 1fr 20px;
	gap: 3px 3px;
/*	border: 1px solid #ccc;*/
}
.item_step_5 > span {
	display:grid;
	align-items: center;
	text-align: center;
}
.item_step_5 > select {
	height: 3.2rem;
}
.item_step_7 {
	grid-template-columns: 28px 30% 30% 30% 20px;
	gap: 3px 3px;
}
.item_step_7 > span {
	display:grid;
	align-items: center;
	text-align: center;
}
.item_url {
/*	grid-template-columns: 45% 45% 20px;*/
	grid-template-columns: 1fr 1fr 20px;
	gap: 3px 3px;
}
.item_corporate {
	grid-template-columns: 1fr 1fr 1fr 1fr 20px;
	gap: 3px 3px;
}
.item_corporate > span {
	display:grid;
	align-items: center;
	text-align: center;
}



.item span {
	margin: 8px 5px 0 5px;
}
.item .tmpfile {
	vertical-align: middle;
}
.item label {
  margin: 0px 0px 0 0;
}
.item input[type="text"] {
	flex-grow: 1;
	margin: 0px 2px 0 0;
	z-index: 10;
	height: 3.2rem;
	width: 100%;
}
.item > textarea {
	margin: 0px 2px 0 0;
	resize:vertical;
}
.textarea_row {
	height: 3.2rem;
	form-sizing: content;
	margin: 0;
}
.textarea_row3 {
	height: 5rem;
	form-sizing: content;
	margin: 0;
}
.textarea_row5 {
	height: 10rem;
	form-sizing: content;
	margin: 0;
}
.textarea_100per {
	height: 20rem;
	form-sizing: content;
	margin: 0;
	width: 100%;
}
/*
.item > .area1 {
	min-width: 350px;
}
.item > .area1 input {
	width: 100%;
}
.item > .area2 {
	min-width: 200px;
}
.item > .area_url_name {
	width: 40%;
}
.item > .area_url {
	width: 60%;
}
.item > .area_0 {
	margin: 0;
	width: 28px;
}

.item > .area_step3_2_1 {
	margin: 0px 2px 0 2px;
}
.item > .area_step3_2_2-5 {
	margin: 0px 2px 0 2px;
	width: 2.5rem;
}
.item > .area_step3_2_6 {
	margin: 0px 2px 0 2px;
}

.item > .area_step5_1_1 {
/*	margin: 0px 2px 0 2px;*/
/*	width: 100%;*/
/*	border: 1px solid #ccc;*/
}
.item > .area_step5_1_1 select {
/*	width: 100%;*/
	height: 2.5rem;
}
.item > .area_step5_1_2 {
	margin: 0px 2px 0 2px;
	min-width: 354px;
}
.item > .area_step5_1_3 {
/*	margin: 0px 2px 0 2px;*/
/*	min-width: 350px;*/
}
*/

.item_checkbox {
	white-space: nowrap;
}
.item_checkbox input[type="checkbox"] {
	margin: 5px 10px;
}

.item_last {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	list-style-type: none;
}

div.item_fusen {
/*	display: flex;*/
	display: none;
/*	height: 36px;*/
	margin: 0px 0px 0px 30px;
	padding: 4px 2px 2px 0px;
	align-items: top;
/*	flex-wrap:wrap;*/
	z-index: 10;
}
.item_fusen > textarea {
	margin: 0px 0px 0px 5px;
	height: 3.2rem;
	max-width: 300px;
	resize:vertical;
	width: 70%;
}

.close-icon {
	cursor: pointer;
	width: 15px;
}
.fusen-icon {
	cursor: pointer;
/*	margin: 5px 10px 0px 0px;*/
/*	background-image: url(img/fusen.png);*/
/*	background-position: left 2px;*/
/*	width: 18px;*/
/*	height: 31px;*/
/*	padding: 0px;*/
/*	min-width: 18px;*/
/*	background-repeat: no-repeat;*/
/*	margin: 3px;*/
/*	padding-left: 0px;*/
	cursor: pointer;
	width: 10px;
	height: 10px;
	border: 1px dotted #cfcfcf;
}

.addrow {
	text-align: center;
	margin: 8px 0px 0px -40px;
	padding: 0px 0px 0px 0px;
/*	align-items: center;*/
/*	text-align: center;*/
}

/*ul.draglist {*/
/*	list-style-position: inside;*/
/*	list-style-image: url(img/drag.png);*/
/*}*/
ul.draglist {
	list-style:none;
	padding-left: 10px;
	margin: 2px 0px 0px 0px;
/*	border: 1px solid #ccc;*/
}
ul.draglist li {
	background-image: url(img/drag.png);
	background-position: left 0px;
	background-repeat: no-repeat;
/*	background-size: auto 18px;*/
	background-size: auto 31px;
	background-origin: border-box;
	padding-top: 0px;
	padding-left: 20px;
/*	line-height:20px;*/
/*	cursor: move;*/
	cursor: default;
/*	border: 1px solid #ccc;*/
}
ul.draglist li:last-child {
	background-image: none;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
/*  border: 1px solid #ccc;*/
	align-items: center;
	text-align: center;
}

ul.draglist_header {
	display: block;
	list-style:none;
	padding-left: 10px;
	margin: 12px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.draglist_header li {
	background-image: none;
/*	line-height: 18px;*/
/*	margin-top: 0px;*/
/*	margin-bottom: 0px;*/
	align-items: center;
/*	text-align: center;*/
	padding-top: 0px;
	padding-left: 20px;
/*	padding-right: 25px;*/
	padding-bottom: 0px;
/*	border: 1px solid #ccc;*/
}

/* file uploader */
.uploader {
	position: relative;
	border-radius: 8px;
	width: 100%;
	height: 180px;
	overflow: hidden;
	min-width: 270px;
}

.uploader:before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px; bottom: 5px;
	left: 5px; right: 5px;
	border: dashed 2px #ccc;
	font-size: 14px;
	white-space: pre;
	content: 'ファイルをここにドロップ\A又は\Aクリックでアップロード';
	text-align: center;
	pointer-events: none;
/*	margin: 10px 0px 10px 0px;*/
/*	white-space: nowrap;*/
}

.uploader input {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 999px; height: 999px;
/*	font-size: 999px;*/
	opacity: 0;
}

div.filelist {
	list-style:none;
	padding-left: 10px;
/*	border: 1px solid #ccc;*/
}
div.filelist ul {
	margin: 0;
	padding: 5px 0px;
}
div.filelist li {
	background-position: center left;
	background-repeat: no-repeat;
	background-size:  auto 18px;
	padding-top: 0px;
	padding-left: 5px;
	list-style-type: none;
}
div.filelist img {
	padding: 5px 5px 0px 0px;
	vertical-align: middle;
}

div.filelist2 {
	display: flex;
	justify-content: left;
/*	border: 1px solid #ccc;*/
}
div.filelist2 ul {
	margin: 0;
	padding: 5px 0px;
}
div.filelist2 li {
	width: 100%;
	list-style-type: none;
	padding: 5px 0px;
	text-align: left;
}
div.filelist2 a {
	display: flex;
	align-items: center;
}
div.filelist2 img {
	padding: 0px 5px 0px 0px;
}

.center {
	text-align: center;
}



.branding_1 {
	display: block;
    margin: 0px;
	width: 1000px;
/*	height: 20em; */
	vertical-align: top;
}

.branding_1_1 {
	display: block;
	float: left;
}

.branding_1_1_1 {
    margin: 0px;
	width: 500px;
	height: 5em;
	overflow-y: scroll; 
	border: 2px black solid;
	padding: 2px 2px 2px 2em;
}

/*.branding_1_2 {*/
/*	display: block;*/
/*	float: left;*/
/*}*/

.branding_1_1_2 {
    margin: 0px;
	width: 500px;
	height: 8em;
	overflow-y: scroll; 
	border: 2px black solid;
	padding: 2px 2px 2px 2em;
}

.branding_1_4 {
	display: block;
/*	float: none;*/
	float: left;
/*	clear: both; */
}
.branding_1_4 p {
    margin: 0px;
	width: 200px;
	height: 13em;
	overflow-y: scroll; 
	border: 2px black solid;
	padding: 2px 2px 2px 2px;
}

.branding_1_3 {
	display: block;
	float: left;
/*	clear: both; */
}
.branding_1_3 p {
    margin: 10px 0px 0px 0px;
	width: 15px;
	height: 10em;
/*	overflow-y: scroll; */
/*	border: 2px black solid;*/
	border-top: 2px black solid;
	padding: 2px 2px 2px 2px;
}

.area_flex {
	display: flex;
}

.area_flex_left {
	display: block;
	min-width: 80%;
}

.area_flex_right {
	display: block;
	float: left;
/*	border: 2px black solid;*/
    margin: 0px 0px 0px 20px;
}

h3 {
/*    margin: 2rem 0px 1rem 0px;*/
	margin-top: 64px;
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
}

.frex_h3 {
	display: flex;
	align-items: flex-end;
}
.frex_h3 a {
	margin: 0px 0px 18px 10px;
}

.step_6_check {
	display: flex;
    margin: 3rem 20rem;
}
.step_6_check img {
	object-fit: contain;
	margin-top: 20px;
	margin-right: 20px;
	display : inline-block;
}
.step_6_check div {
	padding: 0;
}
.step_6_check span {
	margin-left: 10px;
	font-size: 2rem;
	font-weght: bold;
}
.step_6_check > label {
}
.step_6_check div > p {
/*	font-size: 1.5rem;*/
	font-size: 2rem;
	padding: 0rem 1.0rem 0rem 0rem;
/* 	margin: 15px 10px;*/
 	margin: 0px 0px 0px 0px
 	font-weight: bold;;
/*	border: 2px black solid;*/
}
.step_6_check div > p > span {
	content: attr(data-number);
	display: inline-block;
	margin-right: 1rem;
	color: #696969;
	font-size: 2rem;
	border-bottom: 1px solid #696969;
}

.step_6_view span {
	margin-left: 40px;
	font-size: 1.6rem;
	font-weght: bold;
}

.grid_list {
	display: grid;
	grid-columns-gap: 10px;
	grid-row-gap: 0;
	padding-top: 3px;
}
.grid_step_5 {
	grid-template-columns: 28px 30% 30% 30% 20px;
	gap: 3px 3px;
}
.grid_list li {
/*	padding-top: 10px;*/
}

.grid_list_kbn {
	display: grid;
	grid-columns-gap: 10px;
	grid-row-gap: 0;
	padding-top: 3px;
	grid-template-columns: max-content 1fr;
	gap: 3px 3px;
/*	border: 1px solid #696969;*/
}

.user_list {
	display: grid;
	grid-columns-gap: 0;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr;
	gap: 3px 3px;
}

