@charset "UTF-8";


/*================================================
 *  CSSリセット
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;word-wrap: break-word;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}select{vertical-align:middle}

/*================================================
 *  一般・共通設定
================================================*/
body {
	font-size:16px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height:1.6;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #000;
	counter-reset: crt-counter -1;
	}

@font-face {
	font-family: 'mplus';
	src: url('../font/font.eot');
	src: url('../font/font.eot?#iefix') format('embedded-opentype'),
		url('../font/font.woff') format('woff'),
		url('../font/font.ttf') format('truetype');
}

.bg{
	background: #f2f2f2;
}

.mplus {
	font-family: 'mplus';
}

.bgg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}


.header_m {
	width:100%;
	height:700px;
	
}

.pt50{
	padding-top:50px;

}

.mb100{
	margin-bottom:100px;
}

.mb60{
	margin-bottom:60px;
}

.mb30{
	margin-bottom:30px;
	}


a {
	color:#004097;
	text-decoration:none;
}
a:hover {
	color:#000;
	
}

a:link{
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	
}

h1 {
	font-size:28px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'mplus';
}

.h_con h1{
	margin-bottom: 0;
}

h2 {
	font-size:22px;
	margin: 0 0 20px;
	font-weight: bold;
	font-family: 'mplus';
}

h3 {
	font-size: 18px;
	font-family: 'mplus';
	font-weight: bold;
	margin: 0 0 10px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	font-family: 'mplus';
}

h5 {
	font-weight: bold;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

/*p {
	margin:0 0 1em 0;
}*/

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}




ruby {
	position: relative;
}

ruby rt {
	position: relative;
	top: 0.3ex;
	font-size:11px;
}

/*ページ送り*/

.page{
	width: 100%;
	margin: 20px auto 0;
	height:30px;
}

.page ul{
	display: flex;
	justify-content: center;
	gap:10px;
	font-family: 'mplus';
}


	
.page ul li {
	text-align:center;
	background:#004097;
	width:30px;
	border: #004097 1px solid;
	border-radius: 100vh;
	line-height: 28px;
}

.page ul li:first-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #000000;
	border: #004097 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 1px;
	padding-bottom:27px;
}

.page ul li:hover{
	background: #fff;
	text-decoration: none;
}
.page ul li a:hover{ color: #000; }

.page ul li a,
.page ul li.active a{
	padding-top: 1px;
	padding-bottom:20px;
	display: block;
	color: #ffffff;
	height: 9px;
}

.page ul li.active a{
	color: #000;
}


/*================================================
 *  ヘッダー
================================================*/

header{
	margin:0 auto 0;
	width:100%;
	height: 80px;
	box-shadow: 0 0px 5px rgb(33 37 56 / 25%);
	background: #fff;
	position: fixed;
		z-index: 99;
}

.logo img{
	width: 290px;
}

/*ハンバーガー*/
	#nav-toggle {
		position: absolute;
		top: 15px;
		left: 5px;
		cursor: pointer;
		padding: 25px;
		box-sizing: border-box;
		transition: all .3s ease;
		position: fixed;
	}
	#nav-toggle > div {
		position: relative;
		margin: auto;
		top:-9px;
		left: -12px;
	}
	#nav-toggle span {
		width: 24px;
		height: 3px;
		display: block;
		background: #004097;
		position: absolute;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#nav-toggle span:nth-child(1) { top: 0; }
	#nav-toggle span:nth-child(2) { top: 8px; }
	#nav-toggle span:nth-child(3) { top: 16px;}
	@media (hover: hover) {
	#nav-toggle:hover{
		
		border: 2px solid #fff;
	}

	#nav-toggle:hover span{
		background:  #004097;
		}
	}	
	

	.open #nav-toggle span { background: #fff; }
	.open #nav-toggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.open #nav-toggle span:nth-child(2) {
		top: 15px;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#nav-toggle { z-index: 1000; }

	#container { z-index: 900; }
	
	#gloval-nav ul{
		width: 100%;
	}
	#gloval-nav {
		background:#004097;
		color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		align-items: center;
		font-size: 29px;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		overflow-y:auto;
		overflow-x: hidden;
		justify-content: flex-start;
		font-family: 'mplus';
	}

	#gloval-nav div.menu{
		width: 40%;
		margin: 0 auto 0;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		height: 100vh;
	}

	#gloval-nav ul {
		list-style: none;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap:20px 2%;
	}

	#gloval-nav ul li a {
		display: block;
		color: #004097;
		text-decoration: none;
		padding: 20px 0;
		transition: color .6s ease;
		font-size: 16px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		text-align: center;
		background: #fff;
		border-radius: 10px;
	}


#gloval-nav ul li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f31c';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

#gloval-nav ul li:nth-child(2) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1da';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

#gloval-nav ul li:nth-child(3) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f007';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

#gloval-nav ul li:nth-child(4) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f5de';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

#gloval-nav ul li:nth-child(5) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f2c2';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

#gloval-nav ul li:nth-child(6) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0ad';
	font-weight: 900;
	font-size: 30px;
	display: block;
}

	#gloval-nav ul li a:hover {
		opacity: .6;
	}


	#gloval-nav ul li,#gloval-nav ul p {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		transition: opacity .2s ease, -webkit-transform .6s ease;
		transition: transform .6s ease, opacity .2s ease;
		transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
		width: 48%;
	}

#gloval-nav div.menuM{
	width: 40%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 100vh;
}

	#gloval-nav div.menuM ul {
		list-style: none;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap:20px 2%;
	}


	#gloval-nav div.menuM ul li a {
		display: block;
		color: #004097;
		text-decoration: none;
		padding: 20px 0;
		transition: color .6s ease;
		font-size: 16px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		text-align: center;
		background: #fff;
		border-radius: 10px;
	}


#gloval-nav div.menuM ul li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f31c';
	font-weight: 900;
	margin-left: 10px;
	font-size: 30px;
	display: block;
}

#gloval-nav div.menuM ul li:nth-child(2) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1da';
	font-weight: 900;
	margin-left: 10px;
	font-size: 30px;
	display: block;
}

#gloval-nav div.menuM ul li:nth-child(3) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f2bb';
	font-weight: 900;
	margin-left: 10px;
	font-size: 30px;
	display: block;
}

#gloval-nav div.menuM ul li:nth-child(4) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f5de';
	font-weight: 900;
	margin-left: 10px;
	font-size: 30px;
	display: block;
}

#gloval-nav div.menuM ul li:nth-child(5) a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0ad';
	font-weight: 900;
	margin-left: 10px;
	font-size: 30px;
	display: block;
}

	#gloval-nav div.menuM ul li a:hover {
		opacity: .6;
	}

	#gloval-nav div.menuM ul li,#gloval-nav ul p {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		transition: opacity .2s ease, -webkit-transform .6s ease;
		transition: transform .6s ease, opacity .2s ease;
		transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
		width: 32%;
	}

	#gloval-nav ul li:last-child,#gloval-nav ul p:last-child { margin-right: 0; }
	#gloval-nav ul li:nth-child(2),#gloval-nav ul p:nth-child(2) { transition-delay: .15s; }
	#gloval-nav ul li:nth-child(3),#gloval-nav ul p:nth-child(3) { transition-delay: .3s; }
	#gloval-nav ul li:nth-child(4),#gloval-nav ul p:nth-child(4) { transition-delay: .45s; }
	#gloval-nav ul li:nth-child(5),#gloval-nav ul p:nth-child(5) { transition-delay: .6s; }
	#gloval-nav ul li:nth-child(6),#gloval-nav ul p:nth-child(6) { transition-delay: .75s; }
	#gloval-nav ul li:nth-child(7),#gloval-nav ul p:nth-child(7) { transition-delay: .9s; }
	#gloval-nav ul li:nth-child(8),#gloval-nav ul p:nth-child(8) { transition-delay: 1.05s; }

	/* open */
	.open { overflow: hidden; }
	.open #gloval-nav {
		visibility: visible;
		opacity: 1;
	}
	.open #gloval-nav li,.open #gloval-nav ul p {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		transition: opacity .9s ease, -webkit-transform 1s ease;
		transition: transform 1s ease, opacity .9s ease;
		transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
	}
.open #gloval-nav div.menuM li,.open #gloval-nav ul p {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}


.rOver img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.h_con{
	width: 98%;
	margin: auto;
	display: flex;
	align-content: center;
	height: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}


.logo{
	margin-left: 40px;
}

.logo span{
	font-size: 20px;
	margin-left: 20px;
	font-family: 'mplus';
	font-weight: bold;
}


.mypage {
	position: relative;
	display: flex;
}

.mypage-btn {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	text-align: center;
	border: none;
	background: #fff;
	max-width: 240px;
	padding-right: 35px;
	transition: 0.3s ;		
}

.mypage-btn span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 139px;
}

.mypage-btn button{
	height: 45px;
	background: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 139px;
}

.mypage-btn button::after{
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.mypage-menu {
	display: none;
	position: absolute;
	top: 130%;
	background: white;
	border: 1px solid #ddd;
	width: 120px;
	border-radius: 5px;
	overflow: hidden;
	right: 10px;
	text-align: center;
}

.mypage-menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.mypage-menu a:hover {
	background: #f5f5f5;
}

.u_icon{
	width: 45px;
	margin-right: 15px;
	margin-top: auto;
}

.u_icon img{
	border-radius: 100vh;
	width: 100%;
	object-fit: cover;
	border: #ccc 1px solid;
}

.u_icon a {
	display: flex;
	width: 50px;
	color: #004097;
	text-decoration: none;
	text-align: center;
	margin:0 auto 0 auto;
	border: #ccc 1px solid;
	font-weight: bold;
	height: 50px;
	line-height:50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 24px;
	flex-direction: column;
	justify-content: center;
}


.u_icon a:hover{
	background: #B3B3B3;
	color: #fff;
}

.set{
	border-right: 1px solid #cccccc;
	margin-left: auto;
	margin-right: 10px;
	padding-right: 20px;
}

.set ul{
	display: flex;	
	gap:15px;
}

.set ul li a{
	border: 1px solid #ccc;
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	color: #B3B3B3;
	font-size: 20px;

}

.set ul li a:hover{
	background: #ccc;
	color: #fff;
}


.homeB a{
	border: 1px solid #ccc;
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	color: #B3B3B3;
	font-size: 20px;
	margin-left: 20px;
}

.homeB a:hover{
	background: #ccc;
	color: #fff;
}

.mainC{
	width: 100%;
	display: flex;
}


.contents{
	width: 70%;
	margin:90px auto 0 ;
	padding: 10px 0;
	box-sizing: border-box;
}

.con_bdy{
	width: 95%;
	margin:20px auto 0;
}

.con_bdy.no_data{
	margin:20px auto 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: calc(100% - 60px);
	flex-direction: column;
	font-size: 20px;
}

.no_data::before{
	display: block;
	content: url("../camera/img/nodata.png");
	margin:0 auto;
}

.open_m{
	cursor: pointer;
	margin: 0;
	position: relative;
}

.open_m::after {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
		transform: translateY(-50%);
}

.open_m.active::after {
	font-family: "Font Awesome 5 Free";
	content: '\f077';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
		transform: translateY(-50%);
}

.open-group ul{
	margin-top: 0;
	margin-left: 25px;
}

.open-group ul li a{
	display: block;
}

.open-group2 {
	overflow: hidden;
	height: 0;
	transition: height 0.5s ease-out;
}

.h_contents{
	display: flex;
}

.cont{
	width: 70%;
	margin: auto;
}

.wrap{
	margin:0 auto 20px;
	display: flex;
	gap:2%;
}

.wrap:last-child{
	margin-bottom: 0;
}

.contentsD{
	border-radius: 10px;
	width: 100%;
	background: #fff;
	min-height: 180px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(204,204,204, 50%);
}

.tit{
	border-bottom: 1px solid #ccc;
	font-family: 'mplus';
	font-size: 18px;
	padding: 10px 10px 5px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.wrt{
	cursor: pointer;
}

.wrt::before{
	font-family: "Font Awesome 5 Free";
	content: '\f044';
	font-weight: 900;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	color: #B3B3B3;
	transition: 0.3s ;	
}

.wrt:hover::before{
	color: #4d4d4d;
}

.qus::before{
	font-family: "Font Awesome 5 Free";
	content: '\f4ad';
	font-weight: 900;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	color: #B3B3B3;
	transition: 0.3s ;	
}

.qus:hover::before{
	color: #4d4d4d;
}

.detail{
	padding: 10px;
	max-height: 218px;
	overflow: auto;
}

.detail ul{

}

.detail ul li a{
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #4d4d4d;
}

.detail ul li:nth-child(2n) a{
	background: rgba(0,113,188,.2);
}

.detail ul li a:hover{
	background: #004097;
	color: #fff;
}

.cont2{
	width: 100%;
	margin: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(204,204,204, 50%);
	min-height: 100%;
}

.titB{
	display: flex;
	justify-content: space-between;
}

.titB2{
	display: flex;
	justify-content: flex-end;
}

.titB3{
	display: flex;
	gap:2%;
}

.btn a{
	width: 150px;
	height: 40px;
	border-radius: 50vh;
	background: #004097;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #004097;
}

.btn a:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
}

.btnE a{
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background: #004097;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #004097;
}

.btnE a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f304';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.btnE a:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
}

.btnE .edit {
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background: #004097;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #004097;
}


.btnE .edit::before{
	font-family: "Font Awesome 5 Free";
	content: '\f304';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}


.btnE .edit:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
	opacity: 1;
}


.btnP a{
	width: 150px;
	height: 40px;
	border-radius:5px;
	background: #004097;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #004097;
}

.btnP a::before{
	font-family: "Font Awesome 5 Free";
	content: '\2b';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.btnP a:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
}

.btnC a{
	width: 150px;
	height: 40px;
	border-radius:5px;
	background: #004097;
	color: #fff;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #004097;
}

.btnC a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f304';
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.btnC a:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
}


.btnR a{
	width: 100px;
	height: 30px;
	border-radius:5px;
	background: #e6e6e6;
	color: #000;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #e6e6e6;
	font-size: 14px;
}


.btnR a:hover{
	background: #4d4d4d;
	color: #fff;
	border: 1px solid #4d4d4d;
}

.btnR2 a{
	width: 150px;
	height: 30px;
	border-radius:5px;
	background: #e6e6e6;
	color: #000;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: 'mplus';
	border: 1px solid #e6e6e6;
	font-size: 14px;
}


.btnR2 a:hover{
	background: #4d4d4d;
	color: #fff;
	border: 1px solid #4d4d4d;
}

.func{
	display: flex;
	gap:10px;
	margin-bottom: 10px;
	justify-content: space-between;
}

.func p{
	font-family: 'mplus';
}

.func_d ul{
	display: flex;
	font-family: 'mplus';
}

.func_d ul li a{
	width:50px; 
	background: #fff;
	display: block;
	text-align: center;
	color: #000;
}

.func_d ul li:first-child a{
	border-right: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
}

.func_d ul li:last-child a{
	border-left: 1px solid #ccc;
	border-radius:0 5px 5px 0;
}

.func_d ul li a:hover{
	background: #ccc;
}

.idx{
	margin-left: 3em;
}

.idx ul {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
	counter-reset: idx-counter;
}

.idx ul li{
	width: 100%;
	counter-increment: idx-counter;
}

.idx ul li::before {
	counter-increment: number 1;
	content: counter(idx-counter) ".";
	margin-right: 5px;
}

.crt{
	counter-increment: crt-counter;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.crt:last-child{
	border-bottom: none;
}

.crt h2::before{
	counter-increment: number 0;
	content: counter(crt-counter) ". ";
	margin-right: 5px;
}

.crt h2 + h3 {
	counter-reset: h3-counter; 
}

.crt h3 {
	counter-increment: h3-counter; 
	margin-top: 20px;
	margin-left: 1.5em;
}

.crt h3::before {
	content: counter(crt-counter) "-" counter(h3-counter) ". ";
	margin-right: 5px;
}


.cont3{
	width: 70%;
	margin: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(204,204,204, 50%);
}

.contP{
	display: flex;
	justify-content: space-between;
	gap:2%;
	margin: auto;
}

.cont_ed{
	width: 49%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(204,204,204, 50%);
	background: #f2f2f2;
}

.cont_ed2{
	width: 49%;
}

.cont_ed3{
	width: 100%;
	background: #e9f0fa;
	padding: 20px;
	box-sizing: border-box;
	border-radius:10px;
	box-shadow: 0px 0px 3px rgba(204,204,204, 50%);
	min-height: 500px;
	display: flex;
	flex-direction: column;
}

.cont_d{
	max-height: 450px;
	overflow: auto;
}

.resultD{
	width: 70%;
}

.resultD h2{
	margin-bottom: 0;
}

.result{
	margin-top: 10px;
}

.r_date{
	width: 30%;
	text-align: right;
}

.re_date,.re_pic,.re_num{
	font-weight: bold;
}

.re_date::before{
	content: '\4F5C\6210\65E5\6642\FF1A';
}

.re_pic::before{
	content: '\62C5\5F53\8005\FF1A';
}

.re_num::before{
	content: '\30CA\30F3\30D0\30FC\FF1A';
}

.price{
	font-weight: bold;
	font-size: 25px;
	color: #004097;
}

.price::before{
	content: '\5408\8A08\91D1\984D\FF1A';
}

.price::after{
	content: '\5186';
}

.att{
	margin-top: 20px;
	color: #c6052b;
	text-indent: -1em;
	padding-left: 1em;
}

.editT{
	background:#004097;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	font-family: 'mplus';
}

.swot{
	display: flex;
	justify-content: space-between;
	gap:10px;
	margin-bottom: 10px;
}

.swot:last-child{
	margin-bottom: 0;
}

.swotD{
	width: 49%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

.swotD:first-child{
	width: 44px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: center;
	font-family: 'mplus';
	font-weight: bold;
}

.swotDt{
	max-height: 250px;
	overflow: auto;
	padding: 10px 0;
}

.tit2 {
	border-bottom: 1px solid #ccc;
	font-family: 'mplus';
	font-size: 18px;
	padding: 10px 10px 5px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.con{
	width: 70%;
	margin: auto;
}
.conP{
	width: 80%;
	margin: auto;
}
.qst{
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.answer{
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

.answer2{
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	min-height: 210px;
	box-sizing: border-box;
}

.answer3{
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	height: 330px;
	box-sizing: border-box;
}
		
.answer_b{
	min-height: 170px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 20px;
}	

.answer_b2{
	border-radius: 10px;
	background: #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
}

.answerD{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0 0;
	overflow-y: auto;
	min-height: 210px;
	word-break: break-all;
	box-sizing: border-box;
	max-height: 350px;
}

.answerD2{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	overflow-y: auto;
	height: 260px;
	word-break: break-all;
	box-sizing: border-box;
	margin: 20px 0 0;
}

.answerD3{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	overflow-y: auto;
	min-height: 80px;
	word-break: break-all;
	box-sizing: border-box;
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	max-height: 350px;
}

.rslt{
	width: 90%;
}

.titC{
	font-family: 'mplus';
	font-weight: bold;
}

.word::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1c2';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	color: #004097;
}

.excel::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1c3';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	color: #004097;
}

.text::before {
	font-family: "Font Awesome 5 Free";
	content: '\f15c';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	color: #004097;
}

.c_swot{
	display: flex;
	justify-content: space-between;
	gap:10px;
}

.c_swotD{
	width: 32.5%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}


.c_swotDt{
	max-height: 250px;
	overflow: auto;
	padding: 10px 0;
}

.c_swotN{
	width: calc(100% - 33% - 44px);
	margin-left: auto;
}

.c_swotN2{
	display: flex;
	justify-content: flex-end;
	gap:10px;
	margin-bottom: 10px;
}

.c_swotN3{
	display: flex;
	justify-content: space-between;
	gap:10px;
	flex-wrap: wrap;
	width: 100%;
}

.c_swotT{
	text-align: center;
	font-family: 'mplus';
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 44px;
}

.c_swotT2{
	width: 44px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: center;
	font-family: 'mplus';
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

.c_swotD2{
	width: 50%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

		
.btn_area{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}	

.btn_area2{	
	display: flex;
	justify-content: flex-end;
	height: 40px;
	align-items: center;
}
		
button.send{
	border: none;
	background: #004097;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: .3s;
}
		
button.send:hover{
	opacity: .6;
}

input[type="file"] {
	display: none;
}

textarea.edu {
	padding: 5px;
	border: none;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	outline: none;
	field-sizing: content;
	height: 200px;
	border-radius: 10px;
	margin: 20px 0 0;
}

textarea.editE {
	margin: 0;
	padding: 5px;
	border: none;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	outline: none;
	field-sizing: content;
	max-height: 450px;
}

textarea.question {
	margin: 0;
	padding: 5px;
	border: none;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	outline: none;
}

textarea.question2 {
	margin:20px 0 ;
	padding: 5px;
	border: none;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	outline: none;
	box-shadow: 0px 0px 5px rgba(204, 204, 204, 60%);
}


button.analysis {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 200px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
}

button.analysis:hover{
	background: #fff;
	color:#004097; 
}

button.save {
	border:1px solid #004097;
	background: #fff;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #004097;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
}

button.save:hover{
	background: #004097;
	color:#fff; 
}

button.search{
	border:1px solid #ccc;
	background: #ccc;
	border-radius: 5px;
	width: 37px;
	height: 37px;
	color: #4d4d4d;
	cursor: pointer;
	transition: .3s;
	font-size: 16px;
	box-sizing: border-box;
	margin-left: 5px;
	display: flex;
	align-items: center; 
	justify-content: center; 
	padding: 0;
}

button.search:hover{
	background: #4d4d4d;
	color:#fff; 
}

button.regi {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
}

button.regi:hover{
	background: #fff;
	color:#004097; 
}

button.camera {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
}

button.camera::before {
	font-family: "Font Awesome 5 Free";
	content: '\f030';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

button.camera:hover{
	background: #fff;
	color:#004097; 
}

button.creation {
	border:1px solid #004097;
	background: #fff;
	border-radius: 50vh;
	width: 200px;
	height: 50px;
	color: #004097;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 20px;
}

button.creation:hover{
	background: #004097;
	color:#fff; 
}


.cameraBtn {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 40px;
}

.cameraBtn::before {
	font-family: "Font Awesome 5 Free";
	content: '\f030';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.cameraBtn input[type="file"] {
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
	transition: 0.3s;
}

.cameraBtn:hover{
	background: #fff;
	color: #004097;
}

.fileBtn {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 40px;
}

.fileBtn::before {
	font-family: "Font Awesome 5 Free";
	content: '\f03e';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.fileBtn input[type="file"] {
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
transition: 0.3s;
}

.fileBtn:hover{
	background: #fff;
	color: #004097;
}

.pdfBtn {
	border:1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 40px;
}

.pdfBtn::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.pdfBtn input[type="file"] {
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
	transition: 0.3s;
}

.pdfBtn:hover{
	background: #fff;
	color: #004097;
}

button.cancel {
	border:1px solid #4b4b4b;
	background: #4b4b4b;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
	font-size: 16px;
}

button.cancel:hover{
	background: #fff;
	color:#4b4b4b; 
}


input.infoInput {
	height: 25px;
	margin: 0;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	border-radius: 0;
}

input.infoInput2 {
	margin: 0;
	padding: 8px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.infosizeB{
	width:100%;
}

.infosize{
	width:95%;
}

.infosize2{
	width:70%;
}

.infosize3{
	width:80%;
}

.infosize4{
	width:30%;
}

.infosize5{
	width:50%;
}

.infosize6{
	width:150px;
}

.infosize7{
	width:750px;
}

.infosize8{
	width:20%;
}

.infoselect{
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 0;
}

.infoselect2{
	padding: 6px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea.infocomment {
	margin: 0;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

.com{
	margin-top: auto;
}

.formBtn{
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.btnarea{
	display: flex;
	justify-content:center;
	margin: 20px 0 20px;
	gap:20px;
}

.btnarea2{
	display: flex;
	justify-content:flex-end;
	margin: 10px 0;
	gap:20px;
}

.btnarea3{
	display: flex;
	justify-content:center;
	margin: 10px auto 0;
	gap:20px;
}

.btnareaT{
	display: flex;
	justify-content:center;
	margin-top: 20px;
	gap:20px;
}

.formBtn_l{
	text-align:center;
	margin-top: 20px;
}

.formBtnT{
	width: 150px;
	height: 40px;
	background: #187D06;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.formBtnT:hover{
	color: #fff;
	opacity: .7;
}

.formBtnK{
	width: 100px;
	height: 40px;
	background: #187D06;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-left:5%;
}

.formBtnK:hover{
	color: #fff;
	opacity: .6;
}

.formBtnR{
	width: 100px;
	height: 30px;
	background: #848484;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
}

.formBtnR:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}


.back a{
	width: 110px;
	height: 30px;
	background: #848484;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
}

.back a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0a8';
	font-weight: 900;
	margin-right: 5px;
	font-size: 14px;
}

.back a:hover{
	color: #fff;
	background:rgba(132,132,132,.7);
}



.formBtnJ{
	width: 100px;
	height: 37px;
	background: #3171e0;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-left: 10px;
	
}

.formBtnJ:hover{
	color: #fff;
	background:rgba(49,113,224,.7);
}

.formBtnJ2{
	width: 100px;
	height: 37px;
	background: #ED7D31;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.formBtnJ2:hover{
	color: #fff;
	background:rgba(237,125,49,.7);
}

.formBtnL{
	width: 150px;
	height: 40px;
	background: #333;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.formBtnL:hover{
	color: #fff;
	opacity: .6;
}

.zaiko a{
	background:#3171e0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
	
	display: block;
	text-decoration: none;
	padding: 4px 26px;
}

.zaiko a:hover{
	color: #fff;
	background:rgba(49,113,224,.7);
}


.formBtn1{
	border: 1px solid #004097;
	background: #004097;
	border-radius: 50vh;
	width: 150px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-family: 'mplus';
}

.formBtn1:hover{
	background: #fff;
	color: #004097;
	border: 1px solid #004097;
}


.formBtn2{
	width:150px;
	height:40px;
	background: #4d4d4d;
	color:#fff;
	font-size:18px;
	border:none;
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
	margin-left:20px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.formBtn2:hover{
	opacity: .6;
}

.formBtn3{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#d71628; 
	font-weight:bold;
	margin-left:20px;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.formBtn3:hover{
	opacity: .6;
}

.formBtn4{
	width:320px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#3171e0; 
	font-weight:bold;
	margin-left:20px;
	border-radius: 5px;
	box-sizing: border-box;
	
}

.formBtn4:hover{
	background: rgba(49,113,224,.7);
}

.formBtn5{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#187D06; 
	font-weight:bold;
	margin:0px 0 10px;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	
}

.formBtn5:hover{
	opacity: .6;
}

.formBtn5::before{
	font-family: "Font Awesome 5 Free";
	content: '\f055';
	font-weight: 900;
	margin-right: 5px;
	font-size: 14px;
}

.formBtn6 a{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#187D06; 
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 2.3em;
}




.formBtn6 a:hover{
	opacity: .6;
}

.formBtn6 a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f044';
	font-weight: 900;
	margin-right: 5px;
	font-size: 14px;
}

.formBtn7 a{
	width:150px;
	height:40px;
	color:#fff;
	font-size:18px;
	background:#187D06; 
	font-weight:bold;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 2.3em;
}

.formBtn7 a:hover{
	opacity: .6;
}

.formBtn7 a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f2f2';
	font-weight: 900;
	margin-right: 5px;
	font-size: 14px;
}

.formBtnC{
	width: 150px;
	height: 40px;
	background: #d71628;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	
	border-radius: 5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.formBtnC:hover{
	opacity: .6;
}

.formBtnC::before{
	font-family: "Font Awesome 5 Free";
	content: '\f057';
	font-weight: 900;
	margin-right: 5px;
	font-size: 14px;
}

.btn_erea{
	display: flex;
	justify-content: space-between;
}

.btn_erea2{
	display: flex;
	justify-content: flex-end;
}

.detl a{
	display: block;
	width:80%;
	color:#fff;
	font-size:18px;
	background:#6BAD27; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.detl a:hover{
	opacity: .6;
	
}

.cut{
	display: block;
	width:80px;
	height: 32px;
	color:#fff;
	font-size:18px;
	background:#d71628; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.cut:hover{
	opacity: .6;
	
}

.detl2{
	width:100px;
	height:30px;
	color:#fff;
	font-size:16px;
	background:#70AD47; 
	border-radius: 5px;
}

.detl2:hover{
	background: rgba(112,173,71, .8);
}

.edit{
	color:#fff;
	font-size:15px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	/*margin: 0 auto;*/
	padding:5px 11.5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	min-width: 70px;
}

.edit:hover{
	opacity: .6;
}

.pdf{
	color:#fff;
	font-size:15px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	/*margin: 0 auto;*/
	padding:5px 5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	min-width: 70px;
}

.pdf::before{
	font-family: "Font Awesome 5 Free";
	content: '\f15c';
	font-weight: 900;
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
}

.pdf:hover{
	opacity: .6;
}

.editN{
	color:#fff;
	font-size:15px;
	background:#999; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding:5px 10px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	min-width: 70px;
	pointer-events: none;
}


.check{
	color:#fff;
	font-size:16px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding:5px 10px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	min-width: 70px;
	height: 37px;
}

.check:hover{
	opacity: .6;
}


.btn_s{
	color:#fff;
	font-size:16px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 180px;
	height: 40px;
	border: 1px solid #004097;
}

.btn_s:hover{
	color: #004097;
	background: #fff;
}


.btn_s::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.btn_N{
	color:#fff;
	font-size:16px;
	background:#004097; 
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 150px;
	height: 40px;
	border: 1px solid #004097;
	border-radius: 50px;
}

.btn_N:hover{
	color: #004097;
	background: #fff;
}

.btn_R{
	color:#fff;
	font-size:16px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 150px;
	height: 40px;
	border: 1px solid #004097;
}

.btn_R:hover{
	color: #004097;
	background: #fff;
}


.btn_R::before{
	font-family: "Font Awesome 5 Free";
	content: '\f021';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.btn_R2{
	color:#fff;
	font-size:16px;
	background:#004097; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 150px;
	height: 40px;
	border: 1px solid #004097;
}

.btn_R2:hover{
	color: #004097;
	background: #fff;
}

.btn_R2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0c7';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.btn_D{
	color:#fff;
	font-size:16px;
	background:#ba0024; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 150px;
	height: 40px;
	border: 1px solid #ba0024;
}

.btn_D:hover{
	color: #ba0024;
	background: #fff;
}


.btn_D::before{
	font-family: "Font Awesome 5 Free";
	content: '\f1f8';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.btn_C{
	color:#fff;
	font-size:16px;
	background:#4d4d4d; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-family: 'mplus';
	width: 150px;
	height: 40px;
	border: 1px solid #4d4d4d;
}

.btn_C:hover{
	color: #4d4d4d;
	background: #fff;
}

.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}

.all_d{
	width:150px;
	color:#fff;
	font-size:18px;
	background:#187D06; 
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	height: 32px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.all_d:hover{
	opacity: .6;
}

.delete{
	width: 25px;
	height: 25px;
	background: #d71628;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}

.delete::after{
	font-family: "Font Awesome 5 Free";
	content: '\f00d';
	font-weight: 900;
}

.delete:hover{
	opacity: .6;
}

h4::before{
	margin-right: 10px;
	font-weight: normal;
}

.status_on::before{
	content: '\5229\7528\4E2D';
	background: #6BAD27;
	color: #fff;
	font-family: 'mplus';
	padding:5px 10px;
	border-radius: 100vh;
	box-sizing: border-box;
	white-space: nowrap;
}

.status_off::before{
	content: '\505C\6B62';
	background: #999;
	color: #fff;
	font-family: 'mplus';
	padding:5px 18px;
	border-radius: 100vh;
	box-sizing: border-box;
	white-space: nowrap;
}

.status_end::before{
	content: '\7D42\4E86';
	background: #464646;
	color: #fff;
	font-family: 'mplus';
	padding:5px 18px;
	border-radius: 100vh;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: min(1vw, 16px);
}

.status_invite::before{
	content: '\62DB\5F85\4E2D';
	background: #6eaed9;
	color: #fff;
	font-family: 'mplus';
	padding:5px 10px;
	border-radius: 100vh;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: min(1vw, 16px);
}

.display_on::before{
	content: '\8868\793A';
	background: #6BAD27;
	color: #fff;
	font-family: 'mplus';
	padding:5px 18px;
	border-radius: 100vh;
	box-sizing: border-box;
}

.display_off::before{
	content: '\975E\8868\793A';
	background: #999;
	color: #fff;
	font-family: 'mplus';
	padding:5px 10px;
	border-radius: 100vh;
	box-sizing: border-box;
}

.authorityK::before{
	content: '\7BA1\7406\8005';
	background: #c6052b;
	color: #fff;
	font-family: 'mplus';
	padding:5px 10px;
	border-radius: 100vh;
	box-sizing: border-box;
}

.authorityU::before{
	content: '\4E00\822C';
	background: #6e93c4;
	color: #fff;
	font-family: 'mplus';
	padding:5px 18px;
	border-radius: 100vh;
	box-sizing: border-box;
}


.pres_on::before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 900;
	font-size: 20px;
	display: inline-block;
	color: #004097;
}


.mt20{
	margin-top: 20px;
}

input[type="submit"],
input[type="button"],
button{
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
}
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;
}

.upload-box {
	width: 100%;
	min-height: 50px;
	padding: 5px;
	border: 2px dashed #999;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 20px 0;
	color: #999;
}

.preview-box {
	width: 90%;
	height: 30px;
	padding: 5px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
}

.previewImg{
	width: 30px;
	height: 100%;
	margin-right: 10px;
	background-color: #004097; /* デフォルトの色 */
	-webkit-mask-image: url("../img/pdf.svg");
	mask-image: url("../img/pdf.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
}

.upload-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.upload-box span::before {
	font-family: "Font Awesome 5 Free";
	content: '\f574';
	font-weight: 900;
	font-size: 30px;
	display: block;
	margin-right: 10px;
}

.upload-box span {
	text-align: center;
}

.flow {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow li {
	position: relative;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	width: 10%;
	color: #fff;
	font-weight: bold;
	counter-increment: steps;
	font-size: 14px;
}
.flow li:before {
	display: block;
	width: 26px;
	height: 26px;
	margin: 7px auto 10px auto;
	content: '';
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	background-color: #b3b3b3;
	content: counter(steps);
	font-family: 'mplus';
}
.flow li:after {
	position: absolute;
	z-index: -1;
	top: 18px;
	left: -50%;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #b3b3b3;
}
.flow li:first-child:after {
	content: none;
}
.flow li.active,
.flow li.complete{
	color: #004097;
}
.flow li.active:before,
.flow li.complete:before {
	background-color: #004097;
	color: #FFF;
}
.flow li.active:after,
.flow li.complete:after {
	background-color: #004097;
}

.file{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.file::after {
	display: block;
	content: "";
	width: 32%;
}

.file_d{
	width: 32%;
	display: flex;
}

.file_d a{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}


.file_d a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f15c';
	font-weight: 900;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
}

.file_d a:hover{
	background: #004097;
	color: #fff;
}

.src{
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.src input {
	height: 37px; 
	padding: 0 10px;
	font-size: 16px;
	box-sizing: border-box;
}


table.table_list {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 20px;
	font-size: 15px;
}

table.table_list td {
	border-collapse: collapse;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 50px;
}

table.table_list th{
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

table.table_list tr:nth-child(2n){
	background: #f2f2f2;
}

table.table_list td:first-child,table.table_list td:nth-child(4),table.table_list td:nth-child(5),table.table_list td:last-child{
	text-align: center;
}

table.table_list2 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 20px;
	font-size: 15px;
}

table.table_list2 td {
	border-collapse: collapse;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 50px;
}

table.table_list2 th{
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

table.table_list2 tr:nth-child(2n){
	background: #f2f2f2;
}

table.table_list2 td:first-child
,table.table_list2 td:nth-child(3)
,table.table_list2 td:nth-child(4)
,table.table_list2 td:last-child{
	text-align: center;
}

table.table_list3 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 20px;
	font-size: 15px;
}

table.table_list3 td {
	border-collapse: collapse;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 50px;
}

table.table_list3 th{
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding : 8px 10px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

table.table_list3 tr:nth-child(2n){
	background: #f2f2f2;
}

table.table_list3 td:first-child,table.table_list3 td:nth-child(4)
,table.table_list3 td:last-child{
	text-align: center;
}
.entry dl {
	width: 100%;
	line-height: 1.8em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}

.entry dl dt {
	width: 30%;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}

.entry dl dd {
	width: 70%;
	padding: 15px 2% 15px 0;
	box-sizing: border-box;
}

.entry dl dd ul{
	display: flex;
	align-items: center;
}

.entry dl dd ul li{
	width: 20%;
}


.p_menuH{
	background: #004097;
	color: #fff;
	height: 48px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p_menuM{
	width: 85%;
}

.p_menuC{
	width: 10%;
	text-align: center;
}

.p_menuCon{
	display: flex;
	height: 48px;
	align-content: center;
	flex-wrap: wrap;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	background: #fff;
	justify-content: space-between;
	cursor: grab; 
}

.p_menuCon.ui-sortable-helper {
	cursor: grabbing;
	background: #f2f2f2;
	height: 48px;
}

.p_menuCon::before{
	font-family: "Font Awesome 5 Free";
	content: '\f142';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	color: #b3b3b3;
}

.p_menuCon input[type=checkbox] {
	transform: scale(1.4);
	cursor: pointer;
}

.menuF::before{
	content: '\89AA\30E1\30CB\30E5\30FC\FF1A'
}

.chu{
	background: rgba(186,0,36,.1);
	border: 1px solid #ba0024;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #ba0024;
	font-weight: bold;
	width: 80%;
	margin: auto;
}

.p_code::before{
	content: '\770C\756A\53F7\FF1A';
}

.filebox{
	margin-top: 10px;
}

.filebox p{
	font-weight: bold;
}


.btnbox{
	display: flex;
	justify-content: center;
	gap:5px 5px;
	flex-wrap: wrap;
}

.upload-section{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.r_result{
	display: flex;
	justify-content: space-between;
	margin:20px 0;
}

.r_resultD{
	width:62%;
}

.r_resultD2{
	width: 32%;
}

.r_resultD2 ul li{
	margin-bottom: 8px;
}

.r_resultD2 ul li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f15c';
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	color: #004097;
}

.c_result{
	display: flex;
}

.c_name::after{
	content: '\69D8';
}

.c_nameNone::after{
	content: '\767B\9332\306A\3057';
}

.c_name2{
	margin-top: 20px;
	font-weight: bold;
}

.c_name2::before{
	content: '\9867\5BA2\540D\FF1A';
}

.c_name2::after{
	content: '\69D8';
}

.customer-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
}

.icon-button {
	background: #004097;
	color: #fff;
	border: #004097 1px solid;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.icon-button:hover {
	background: #fff;
	border: #004097 1px solid;
	color: #004097;
}

/*UIモック用*/
#plate-result {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	display: none;
}
#plate-result.show {
	opacity: 1;
	transform: translateY(0);
}

.plate-table {
	width: 100%;
	border-collapse: collapse;
}
.plate-table th {
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 5px 3px;
	box-sizing: border-box;
	background: #f2f2f2;
	width: 50%;
}
.plate-table td {
	border-collapse: collapse;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 3px;
	background: #fff;
}


.cus{
	margin: 20px 0;
}

.cus dl {
	width: 90%;
	line-height: 1.8em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.cus dl:last-of-type{
	border-bottom: 1px solid #ccc;
}

.cus dl:nth-child(2n){
	background: #e9f0fa;
}

.cus dl dt {
	width: 30%;
	padding: 13px;
	font-weight: bold;
	box-sizing: border-box;
}

.cus dl dd {
	width: 70%;
	padding: 13px 2% 13px 0;
	box-sizing: border-box;
}

.detail-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 18px;
}
.detail-table th {
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px;
	box-sizing: border-box;
	background: #97b8e7;
	width: 50%;
	font-weight: bold;
	font-size: 20px;
}
.detail-table td {
	border-collapse: collapse;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: left;
	padding: 8px 10px;
}

.detail-table tr:nth-child(2n+1) {
		background: #e9f0fa;
}

.detail-table th:first-child{
	width: 70%
}

.detail-table td:nth-child(2n)::after{
	content: '円';
}

.detail-table td:nth-child(2n){
	text-align: right;
}

.pic ul{
	display: flex;
	list-style: none;
	justify-content: space-between;
	gap:10px;
	flex-wrap: wrap;
}

.pic ul::after {
	display: block;
	content: "";
	width: 32%;
}

.pic ul li{
	width: 32%;
}

.pic ul li img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

#file-names li,
#file-names li button {
	color: inherit;
	font-family: inherit;
}

.file-names {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}


.filebox ul::after{
	display: block;
	content: "";
	width: 32%;
}

.filebox ul{
	gap:10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filebox ul li{
	word-break: break-all;
}

.file-names li {
	position: relative;
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

.file-names img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.file-names span {
	margin-top: 4px;
	display: block;
	word-break: break-all;
}

.delete-btn {
	position: absolute;
	top: -3px;
	right: -3px;
	background: #c00;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
	font-size: 0; /* 本文非表示にする */
}

.delete-btn::before {
	content: "×";
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


#section1 .file-names {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#section1 .delete-btn{
	top:-3px;
	right: -6px;
}


#section1 .file-names span {
	text-align: center;
	margin-top: 4px;
}

#section1 .file-names li {
	position: relative;
	width: 300px;
}


#section1 .file-names span {
	display: none;
}

#section1 .file-names img {
	width: 300px!important;
	max-height: 300px;
}

/*ファイル添付*/

.file{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 5px;
}

.file::after {
	display: block;
	content: "";
	width: 32%;
}

.file_d{
	width: 100%;
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
}

.file_d:not(:first-child){ border-top: none; }
.file_d:first-child{ border-radius: 10px 10px 0 0; }
.file_d:last-child{ border-radius:0 0 10px 10px; }
.file_d:only-child{ border-radius: 10px; }


.file_d a:hover{
	background: #0071bc;
	color: #fff;
}

.f_name{
	overflow: hidden;
}

.f_nameT{
	font-weight: bold;
}

.f_nameF{
	font-weight: normal;
	font-size: 14px;
}

.f_name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.f_nameT {
	font-size: 14px;
	color: #333;
}

.f_nameF {
	font-size: 12px;
	color: #888;
}

.file-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0071bc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	line-height: 50px;
	margin: 5px 0;
}
.file-icon i {
	font-size: 20px;
	color: #fff;
}


.add{
	border: 1px solid #0071bc;
	width: 150px;
	text-align: center;
	border-radius: 50vh;
	transition: .3s;
	font-family: 'mplus';
	height: 40px;
	line-height: 40px;
}

.f_add label:hover { opacity:1; }

.f_add label{
	width: 150px;
	display: block;
	margin-left: auto;
}

.add:hover {
	background: #0071bc;
	color: #fff;
}


.iziModal .delete-btn {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.iziModal .file_d:hover .delete-btn {
	display: inline-block;
	opacity: 1;
}

.drop{
	margin-top: 20px;
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	color: #4d4d4d;
	border-radius: 10px;
	cursor: pointer;
}

.drop::before{
	font-family: "Font Awesome 5 Free";
	content: '\e494';
	font-weight: 900;
	font-size: 22px;
	display: block;
}
.file_d { position: relative; }

@media screen and (max-width:1500px) {
	.c_swotD{ width: 32%; }
	.contents{ width: 95%; }
	
	#gloval-nav div.menu,#gloval-nav div.menuM{ width: 60%; }
}