Fli.title {
	width:100%;
	padding: 0.3em 0 0.3em 0;
	/* border: 1px solid #DDDDDD; */
	text-decoration: none;
	background: #ffffff;
	color: #e60012;
	font-size: 20px;
	font-family: "Yu Gothic";
	color: rgb(56, 55, 55);
	font-weight: bold;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.29);
	text-align:left;
	/* border-left: solid 14px #ff3333; */
	position: relative;
  }
  .title:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	
  }
  
.title:after{
	background: url(../image/admin_img02.png) center center / cover;
  }
.title strong{
	padding-left: 45px;
}
.title_font{
  font-size: 14px;
  font-family: "Yu Gothic";
  color: rgb(85, 142, 219);
  font-weight: bold;
  line-height: 1.2;
}
.title2 {
	
	color: #e60012;
	font-size: 18px;
	font-family: "Yu Gothic";
	
  }
  .title2_font{
	font-size: 14px;
	font-family: "Yu Gothic";
	color: rgb(85, 142, 219);
	font-weight: bold;
	line-height: 1.2;
  }

  .title3 {
	
	color: #e65c00;
	font-size: 18px;
	font-family: "Yu Gothic";
	
  }
  .title3_font{
	font-size: 14px;
	font-family: "Yu Gothic";
	color: rgb(85, 142, 219);
	font-weight: bold;
	line-height: 1.2;
  }

.td_font1{
	font-size: 18px;
	font-family: "Yu Gothic";
	font-weight: bold;
}
.td_font2{
	font-size: 12px;
	font-family: "Yu Gothic";
	font-weight: bold;
}
/* header{
	padding: 10px;
	max-width:1200px;
	width: 100%;
}
.header_btn{
	margin-top: 10px;
	max-width:1000px;
	width: 100%;
	text-align: right;
} */
/* header div:first-child{
  margin-right:auto;
  margin-left: 0;
} */
.btn_box{
	max-width: 1000px;
	margin: auto;
}
.btn_box_inner{
	text-align: right;
}
/******************************
 テーブル系
******************************/
.td1{
	background: #454545;
	color:#FFF;
}
.td2{
	background: rgb(146, 135, 135);
	color:#FFF;
}
tr td{
	padding: 0.5em;
	word-break: break-all;
}
/******************************
 ボタン
******************************/
.button_posi{
	margin:auto;
}

.flatborder1 {
	position: relative;
	text-align: center;
	/* 中央揃え */
	display: block;
	margin: 0 auto;
	/* 幅の指定 */
	width: 200px;
	box-sizing: border-box;
	padding: 10px;
	/* 色の指定 */
	background: linear-gradient(135deg, #015CA8, #015CA8);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	border: 2px solid #015CA8;
	background: #fff;
	color: #015CA8;
}
  .flatborder1:hover {
	background: #015CA8;
	color: #fff;
}
  .flatborder1:active, .flatborder:focus {
	top: 2px;
}

.flatborder2 {
	position: relative;
	text-align: center;
	/* 中央揃え */
	display: block;
	margin: 0 auto;
	/* 幅の指定 */
	width: 200px;
	box-sizing: border-box;
	padding: 10px;
	/* 色の指定 */
	background: linear-gradient(135deg, #ffd900, #ff9300);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	border: 2px solid #ff9300;
	background: #fff;
	color: #ff9300;
}
  .flatborder2:hover {
	background: #ff9300;
	color: #fff;
}
  .flatborder2:active, .flatborder:focus {
	top: 2px;
}

.flatborder3 {
	position: relative;
	text-align: center;
	/* 中央揃え */
	display: block;
	margin: 0 auto;
	/* 幅の指定 */
	width: 200px;
	box-sizing: border-box;
	padding: 10px;
	/* 色の指定 */
	background: linear-gradient(135deg, #ff32329a, #ff3232);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
	border: 2px solid #ff3232;
	background: #fff;
	color: #ff3232;
}
  .flatborder3:hover {
	background: #ff3232;
	color: #fff;
}
  .flatborder3:active, .flatborder:focus {
	top: 2px;
}
/******************************
赤ボタン
******************************/
.head_btn2 { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:165px;
	height:30px;
	background : #015CA8;
	cursor: pointer;
	border: 3px solid #015CA8;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
	transition: 0.5s;
  } 
  
  
.head_btn2:hover { 
	background : white;
	cursor: pointer;
	color: #015CA8;
	opacity:0.8;
} 
/******************************
青ボタン
******************************/
.head_btn3 { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:120px;
	height:30px;
	background : #28afee;
	cursor: pointer;
	border: 3px solid #28afee;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
  } 
  
  
.head_btn3:hover { 
	background : white;
	cursor: pointer;
	color: #999999;
	opacity:0.8;
} 
.head_btns { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:120px;
	height:50px;
	background : #28afee;
	cursor: pointer;
	border: 3px solid #28afee;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
  } 
  
  
.head_btns:hover { 
	background : white;
	cursor: pointer;
	color: #999999;
	opacity:0.8;
} 
/******************************
TOPボタン
******************************/
.top_btn { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:120px;
	height:30px;
	background : #fff;
	cursor: pointer;
	border: 3px solid #999999;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: #999999;
	transition: 0.5s;
	}   
	.top_btn:hover { 
	background : #999999;
	cursor: pointer;
	color: #fff;
	opacity:0.8;
} 


.ichiran_btn { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:120px;
	height:30px;
	background : #2C7CFF;
	cursor: pointer;
	border: 3px solid #2C7CFF;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
  } 
  
  
	.ichiran_btn:hover { 
	background : white;
	cursor: pointer;
	color: #999999;
	opacity:0.8;
} 
  
.head_btn4 { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:60px;
	height:30px;
	background : #f78b33;
	cursor: pointer;
	border: 3px solid #f78b33;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
	transition: 0.5s;
  } 
  
  
	.head_btn4:hover { 
	background : white;
	cursor: pointer;
	color: #999999;
	opacity:0.8;
} 

.head_btn5 { 
	font-family : "Yu Gothic";
	font-size : 15.5px;
	width:60px;
	height:30px;
	background : #8d8d8d;
	cursor: pointer;
	border: 3px solid #8d8d8d;
	border-radius:4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	color: white;
} 
  
  
.head_btn5:hover { 
	background : white;
	cursor: pointer;
	color: #999999;
	opacity:0.8;
} 
/******************************
 フッター
******************************/
/* footer {
	height: 25px;
  	background-color:#DCDCDC;
  	text-align:center;
  	color: #999999;
  	font-family: "Yu Gothic";
	font-size: 16px;
	width:100%;	

	bottom:0;
	margin-left: 0px;
} */
/******************************
 基本情報の画面固定
******************************/


.def_spec{
	overflow-x: auto;
	overflow-y: auto;
	
}
.caption_spec{
	font-family: "Yu Gothic";
	font-size: 12px;
	color: black;
	width:100px;
	height: 25px;
	background :#ccf2ff;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
	font-weight:bold;
  }
  
  
  .sub_caption_spec{
	font-family: "Yu Gothic";
	font-size: 12px;
	color: black;
	width:65px;
	height: 25px;
	background : #ffe4b5;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
  }
  .must{
	background : rgb(255, 102, 102);
	font-size: 12px;
	font-family: "Yu Gothic";
	color: white;
	text-align: center;
	display:inline-block;
	height: 16px;
  }
	
.th_spec{
	background:#2C7CFF;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.45);
	color:white;
	width:35px;
}

textarea {
	resize: none;
	width:600px;
	height:100px;
}
.checkbox-input{
	display: none;
  }
  .checkbox-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
  }
  .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
  }
  .checkbox-input:checked + .checkbox-parts{
	color: #d01137;
  }
  .checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
  }
body{
	margin: 0;
	width: 100%;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
.body2{
	padding-bottom: 50px;
	min-height: 100vh;
}
/* p{
	display:flex;
} */


/******************************
テキストボックス

.cp_iptxt {
	position: relative;
	width: 200px;
	margin: 5px 3%;
}******************************/
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 200px;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding-left: 10px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}
/******************************
カレンダー
******************************/
img.ui-datepicker-trigger{
	cursor: pointer;
	margin-left: 7px!important;
	vertical-align: middle;
}

.t-line tr:nth-child(even) td {  
	background-color: #ffebbe;  
  }
  .t-line tr:nth-child(odd) td {  
	background-color: #ffffff;  
  } 
  .t-line tr td {  
	white-space: pre-wrap;
}  
 /******************************
モニター画像のテーブル
******************************/
table.monitor_table tr th{
	background: rgb(40, 103, 238);
	color: #fff;
	font-weight:bold;
	padding: 0.5rem 0.5rem;
	text-align: center;
}
table.monitor_table tr td{
	text-align: center;
}
.monitor_table tr:nth-child(even) td{
	background: #c1e5fa;
}
table.monitor_table tr td:not(:first-child) {
	text-align: center;
	padding: 1rem 0.5rem;
	width: 300px;
	overflow: hidden;
}
/* #modal-container {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#modal-container > div {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
#modal-container > div > img {
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
}
table.monitor_table img.popup {
	cursor: pointer;
} */
body.monitor{
	position: relative;
}
table.monitor_table tr td img{
	width: 45vw;
}

.left{
	text-align: left;
}

.btn_box{
	display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

tr td input[type="radio"]{
	width: 25px;
	height: 25px;
	cursor: pointer;
}
/* body{
	background: #e1d5e9;
} */

.max_width{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

/******************************
,見出し
******************************/
/* h1 */
h1{
	display: block;
	width: 100%;
	text-align: center;
	padding: 1em 10px;
	font-weight: bold;
	background: #fff;
	margin-top: 0;
	margin-bottom: 1.3em;
	color: #672d81;
	font-size: 1.2em;
}

.small-title {
 	font-size: 1.2em; /* ã‚¯ãƒ©ã‚¹ã‚’æŒ‡å®šã—ã¦ã‚µã‚¤ã‚ºã‚’å¤‰æ›´ */
	text-align: left;
}
.small-title-center
{
 	font-size: 1.2em; /* ã‚¯ãƒ©ã‚¹ã‚’æŒ‡å®šã—ã¦ã‚µã‚¤ã‚ºã‚’å¤‰æ›´ */
	text-align: center;
	margin: 0.2em auto 0;
}

.small-title-underline
{
 	font-size: 1.2em; /* ã‚¯ãƒ©ã‚¹ã‚’æŒ‡å®šã—ã¦ã‚µã‚¤ã‚ºã‚’å¤‰æ›´ */
	text-align: left;
	margin: 0.2em auto 0;
	text-decoration:underline;
}


/* h2 */
h2{
	margin-top: 0;
	font-size: 1.2em;
	/* text-align: center;*/
}
/* h3 */
h3{
	margin-top: 1.6em;
	font-size: 1.2em;
}
/* h4 */
h4{
	margin-top: 1.4em;
	font-size: 1em;
}
/* h5 */
h5{
	margin-top: 1.2em;
	font-size: 1em;
}
@media(max-width:768px){
	body h2{
	margin-top: 0;
	font-size: 2em;
	text-align: center;
}
	body h1{
		font-size: 23px;
        line-height: 1.3;
}
}
/******************************
ボタン設定
******************************/
p{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0em;
}
.howalink{
	text-align: right;
}
.howalink a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #672d81;       /* ç´°ã„ç·šï¼ˆè‰²ã¯ãŠå¥½ã¿ã§ï¼‰ */
  border-radius: 20px;           /* è§’ä¸¸ */
  text-decoration: none;        /* ä¸‹ç·šãªã— */
  color: #672d81;                  /* æ–‡å­—è‰² */
	/* ãŠå¥½ã¿ã§èª¿æ•´ */
  transition: 0.2s;             /* ãƒ›ãƒãƒ¼æ™‚ã®æ»‘ã‚‰ã‹ã• */
}

.howalink a:hover {
  background-color: #f5f5f5;    /* ãƒ›ãƒãƒ¼æ™‚ã«è–„ã„èƒŒæ™¯ */
}

/******************************
ä½œæˆæ—¥ãƒ»æ›´æ–°æ—¥
******************************/
.date_box p{
	font-size: 0.8em;
	color: #868686;
}
.date_box div:not(:last-child) p{
	margin-bottom: 0;
}
/******************************
ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®CSS
******************************/
section .container .row:not(:last-child) {
	margin-bottom: 2em;
}

.max_width section:not(:last-child){
	margin-bottom: 4em;
}

section .row .col a{
	text-decoration: underline;
}
section .row .col a:hover{
	text-decoration: none;
}

.text.--small {
	font-size: 0.9rem;
}

/******************************
é¦¬å ´ã®CSS
******************************/
img.responsive-img {
  width: 100%;
  height: auto;
  max-width: 600px; /* PCã§å¤§ãããªã‚Šã™ãŽãªã„ã‚ˆã†ã«åˆ¶é™ */
  display: block;
  margin: 0.5em auto;
}

ul {
     list-style: none;
	display: block;
	padding-inline-start: 0;
	list-style-position: inside;
    }