@charset "UTF-8";

/*--------------------------
header configuration
--------------------------*/
html{width:100%;height:100%;-webkit-font-smoothing:antialiased}
body{width:100%;height:100%;min-width:370px;font-size:16px;background-color:#ffffff;overflow-x:hidden}
header {
	margin: 0px;
	padding: 0px;
	background-color: rgba(0, 101, 188, 1);
    color: #ffffff;
}
header a{transition-duration:0.3s;color:#ffffff}
header a:hover,header a:active,header a:focus{color:#ffffff;text-decoration:underline}
header .logo{
	margin: 15px 20px 15px 6%;
	padding-top: 1px;
	max-width: 80px;
	width: 50px;
	height: 50px;
	background-image: url('../../img/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}
header .companyname {
	margin: 15px 0 20px 0 ;
	padding-top: 1px;
	height: 50px;
	float: left;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
  color: #0065bd;
  text-decoration: none
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.bars {
  width: 100%;
  height: 27px;
  position: relative;
  top: 0;
  left: 0
}

@media (max-width:991px){
	header .logo{
		margin:18px 20px 20px 20px;
 		max-width:50px;
		width:35px;
		height:35px;
	}
	header .companyname{
		margin:18px 0 0 0;
		height:35px;
    	font-size: 24px
	}
}

@media (min-width:992px) {
  .bars {
    height: 36px;
    top: -27px
  }
  .companyname {
		font-size: 34px
	}
	body {
		width: 70% !important;
		margin-left: 15% !important;
	}
	.megamenu-collapse {width:70% !important}
	
}

header .title{
	vertical-align: middle;
}

header .contact{
	text-align: left;
	display: block;
}

nav>.container-fluid {
	padding: 0;
}
.show-center {
	margin: 0px 15%;
	margin-bottom: 1px;
}
/*-----------------------------
navbar configuration
-----------------------------*/
nav {
  overflow: hidden;
}
#navbar {
	padding: 0px;
	margin: 0px;
}
#navbar li :hover, .opene {
	background-color: rgba(238, 239, 240, .8);
}
#navbar li:hover>a:hover {
	color: rgba(51, 122, 181, 1);
}
#navbar a {
	color: #ffffff;
}
.megamenu-collapse{
	overflow: hidden;
}
.collapse {
	visibility: visible;
}
.dropdown-menu {
	top:inherit;padding:0;margin:0;border:none;border-radius:0;width:100%
}
.bg-primary-dark, .bg-blue-dark {background-color: #004165}
html[data-useragent*='MSIE 10.0'] .primary-nav-md li a {display: block}
.primary-nav-md {
  padding: 0;
  margin: 0 15%;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -ms-box-orient: horizontal;
  min-height: 48px
}
.primary-nav-md li {
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.primary-nav-md li a {
  display: block;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Bliss Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  line-height: 105%;
  max-width: 158px;
  min-height: 48px;
  padding: 15px;
  text-align: center;
  color: inherit;
  word-wrap: initial;
  white-space: initial
}

.primary-nav-md li a:hover, .primary-nav-md li a:active, .primary-nav-md li a.active, .primary-nav-md li a[aria-expanded="true"] {
  color: #0065bd !important;
  text-decoration: none;
  background-color: #eff0f1;
  transition-duration: 0.2s
}

@media screen and (min-width:992px) {
  .primary-nav-md li a {
    font-size: 18px;
    padding: 15px 17px;
    width: 100%
 }
}
 
@media screen and (min-width:1200px) {
  .primary-nav-md li a {
    font-size: 18px;
    padding: 15px 24px;
    max-width: 100%
  }
}
.menu-nav {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.menu-nav li {
  display: block;
  clear: both
}

.menu-nav li.show {
  display: block
}

.menu-nav li.hide {
  display: none
}

.menu-nav li span {
  border-bottom: 1px solid #002032;
  margin-top: -1px;
  display: block
}

.menu-nav li span.input-group-btn {
  border: none
}

.menu-nav li ul {
  padding-left: 0
}

.menu-nav li ul.show {
  display: block
}

.menu-nav li:hover {
  background-color: rgba(238,239,240,1);
}

.menu-nav a, .menu-nav p {
  font-family: "Bliss Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  padding: 12px 0;
  padding-bottom: 16px;
  height: 52px;
  margin: 0 5%
}

.mobile-menu a:hover {
  color: rgba(0,101,188,1);
}

@media screen and (min-width:992px) {
  .menu-nav a, .menu-nav p {
    padding: 16px 0
  }
}

.menu-nav .chev-left {
  margin: 1px 0;
  width: 52px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #002032;
  padding-right: 5px;
  position: relative;
  z-index: 10
}

.menu-nav .chev-left:hover {
  background-color: #002032
}

.menu-nav .chev-left svg {
  max-width: 60%
}
.mobile-menu{display:none;font-size:16px}
.mobile-menu.open{display:block}
.menu-switch {
  color: #ffffff;
  background-color: #0065bd;
  border: none;
  border-radius: 0;
  font-size: 30px;
  height: 80px;
  width: 52px;
  border: none !important;
  position: relative
}

.menu-switch span {
  color: #ffffff !important;
  transition: all 0.2s ease
}

.menu-switch span.bars {
  opacity: 1;
  width: 100%;
}

.menu-switch span.times {
  position: absolute;
  left: 14px;
  height: 25px;
  opacity: 0;
  top:17px;
}

.menu-switch:focus {
  outline: none
}

.menu-switch[aria-expanded="true"], .menu-switch:active {
  background-color: #004165
}

.menu-switch[aria-expanded="false"] {
  background-color: #0065bc !important
}

.menu-switch[aria-expanded="true"] span.times, .menu-switch:active span.times {
  opacity: 1
}

.menu-switch[aria-expanded="true"] span.bars, .menu-switch:active span.bars {
  opacity: 0
}

.menu-switch:hover {
  background-color: #004a8a
}
svg{
	fill:currentColor;vertical-align:baseline;max-width:100%;height:auto
}
.menu-switch svg.menu {
    background-image: url(../../img/menu.svg) !important;
    max-width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-switch svg.menuclose {
    background-image: url(../../img/menuclose.svg) !important;
    max-width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.megamenu-collapse .collapse.open, .active {
  display: block;
  visibility: visible;
}

.megamenu-collapse .container-fluid {
  margin-top: 10px;
  margin-bottom: 20px
}

@media (min-width:768px) {
  .megamenu-collapse .container-fluid {
    margin-top: 20px
  }
}

@media (min-width:1200px) {
  .megamenu-collapse .container-fluid {
    margin-top: 24px
  }
}

@media (min-width:768px) {
  .megamenu-collapse .container-fluid {
    margin-bottom: 40px
  }
}

@media (min-width:1200px) {
  .megamenu-collapse .container-fluid {
    margin-bottom: 48px
  }
}

@media (min-width:768px){.megamenu-collapse .container-fluid{margin-top:20px}}
@media (min-width:1200px){.megamenu-collapse .container-fluid{margin-top:24px}}
@media (min-width:768px){.megamenu-collapse .container-fluid{margin-bottom:40px}}
@media (min-width:1200px){.megamenu-collapse .container-fluid{margin-bottom:48px}}
.megamenu-collapse a{color:#586976}
.megamenu-collapse a:hover,.megamenu-collapse a:active,.megamenu-collapse a:focus{color:#0065bd}
.megamenu-collapse a {color: #586976}
.megamenu-collapse a:hover, .megamenu-collapse a:active, .megamenu-collapse a:focus {color: #0065bd}
.megamenu-collapse p {
  color: #586976;
  font-size: 17px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 9px
}
.megamenu-collapse{
  background-color:#eff0f1;
  color:#37424a;
  position:absolute;
  width:100%;
  z-index:999;
  -webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0 3px 3px 0 rgba(0,0,0,0.15);
  box-shadow:0 3px 3px 0 rgba(0,0,0,0.15)
}
.megamenu-collapse .collapse.open{display:block;visibility:visible;margin-top:5%;}
.megamenu-collapse .container-fluid{margin-top:10px;margin-bottom:20px}

.megamenu-collapse img {
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.megamenu-collapse a {
	text-decoration: none !important;
}
.megamenu-collapse img:hover {
	opacity: 0.7;
}
.megamenu-collapse a>div {
	width: 100%;
	padding: 0 10% 5% 10%
}
.megamenu-collapse a>div>span {
	border-left-width: 5px;
	border-left-color: rgba(0, 101, 188, 1);
	border-left-style: solid;
	bottom: 9%;
	position: absolute;
	width: 70%;
}
.megamenu-list {
	padding:0 10% 10% 10%;
	width:100%;
}
.megamenu-list img {
	width:100%;
	height:auto;
	box-shadow: 10px 10px 10px 3px rgba(0,0,0,0.4);
	border-radius: 10px;
}

.megamenu-list>a:hover {
	opacity: 0.7;
	font-weight:bold;
	text-decoration:none !important;
}

.megamenu-collapse a>div {
	text-align: center;
}

/*-----------------------------------------
main content configuration
------------------------------------------*/
main {
	background-color:rgba(182, 192, 200, .2);
}
.content-title {
	margin-top: 25%;
	margin-left: 10%;
	width: 40%;
	height: 45%;
	padding: 5%;
	position: absolute;
	background-color: rgba(208, 230, 245, .7);
	border-radius: 20px;
	border-style: solid;
	border-width: 6px;
	border-color: rgba(255, 255, 255, .4)
}
main img {
	width: 100%;
	float:left;
}
@media (max-width:992px){
	.content-title {
		margin: 0;
		width: 100%;
		bottom: 0px;
		border-radius: 0px;
		border-style: none;
		border-width: 0px;
	}
	main img {
		float:none;
	}
}
@media (max-width:400px){
	main .mailtbl th {font-size:12px;}
	main .mailtbl td {font-size:10px;}
}

.megamenu-collapse span {
	bottom: 0px;
	position: absolute;
}

.content-header {
	margin:25px 15px 10px;
	font-size: 26px;
	color:rgba(0, 101, 188, 1);
	border:solid rgba(42, 156, 214, 1);
	border-width:0 0 2px 10px;
	//min-width: 150px;
}

main table th {
	text-align: center;
	vertical-align: middle !important;
	font-weight:bold;
}
main .subtopic {padding:25px 15px 10px;}
main .required, main .chkmsg {color:rgba(254,0,0,1);}
a.pagetop{
	//margin:2%;
	width:100%;
	height:60px;
	//border:1px solid rgba(51,51,51,0.8);
	-webkit-box-shadow:0px 0px 4px rgba(51,51,51,0.2);
	box-shadow:0px 0px 4px rgba(51,51,51,0.8);
	//-moz-border-radius-topleft:4px;
	//-webkit-border-top-left-radius:4px;
	//border-radius:4px;
	//-moz-border-radius-topright:4px;
	//-webkit-border-top-right-radius:4px;
	background:rgba(37,116,191,0.7);
	//position:fixed;
	//bottom:0px;
	z-index:1030;
	text-align:center;
	text-decoration:none;
}
a.pagetop:after{
	font-family:FontAwesome;
	font-size:25px
}
a.pagetop:hover,a.pagetop:active{
	color:#FFFFFF;background:rgba(37,116,191,0.9);
}
.pagetop[aria-hidden="true"] {
  display: none !important
}
.pagetop[aria-hidden="false"] {
  display: block !important
}
.pagetop span {color: #FFFFFF !important;}
/*--------------------------------------
footer configuration
--------------------------------------*/
footer {
	clear: both;
}
.footer-wrapper{
	color: rgba(61, 180, 217, 1);
	margin-top: 0px;
	background: linear-gradient(135deg, rgba(0, 65, 101, 1) 65%, rgba(61, 182, 227, 1));
}
.footer-wrapper .footer-bars{
	top: -4px;
	height: 20px !important;
}
.footer-wrapper .bar-1 {
	width: 85% !important;
	background: -prefix-linear-gradient(left, rgba(0, 65, 101, 1), rgba(0, 101, 188, .8));
	background: linear-gradient(135deg, rgba(0, 101, 188, 1), rgba(61, 182, 227, 1), rgba(0, 101, 188, 1));
	height:12px;
	top:-6px;
	position:relative;
}
.footer-wrapper ul li{
	display: inline;
	margin: 5px 15px 5px 0;
}
.footer-wrapper ul li a{
	color: rgba(255,255,255,1);
}
footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}
@media (max-width:400px){
	footer small {font-size:13px;}
}<!DOCTYPE html>
<html lang = "ja">
<head>
<meta charset = "UFT-8">
<title></title>
</head>
<body>
<form enctype='multipart/form-data' action = './fdl.php' method = 'POST'><!-- <input type='hidden' name='MAX_FILE_SIZE' value='30000' /> -->F:<input type = 'dwf' name='dwf'><br><br><input type = 'submit' name='submit' value='Confirm'></form></body>
</html>