@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400i');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');


body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: medium;
	font-weight: normal;
	line-height: 160%;
}

a:hover{
	text-decoration: none;
}

.container-fluid {
	margin-left: 5%;
	margin-right: 5%;
}

header#subtop{
	border-bottom: 1px solid #efefef;
}
.site-title {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

.site-title h1 {
	font-family: "Mplus 1p";
	font-weight:400;
	color: #515151;
	font-size:230%;
}
.site-title h1 a{
	color:#515151;
}

.site-title h2 {
	color: #888;
	font-size: 110%;
	font-family: 'Open Sans';
	margin-bottom:20px;
}

.main-menu {
	font-weight: bold;
}
.navbar {
	padding: 0 !important;
	margin: 0 !important;
}
.nav-link {
	padding: 10px 15px;
	font-size: 18px;
}
#login-btn{
	float: right;
	margin-left: 20px;
	margin-top:30px;
}
#logout-btn{
	float: right;
	margin-top:30px;
	margin-left: 20px;
}
.top-img h1 {
	font-family: "Mplus 1p";
	color:#44569b;
	font-size: 240%;
	font-weight:400;
	padding:20px 40px;
	border:1px solid #44569b;
}
.top-img {
	padding: 0px;
	padding-top: 180px;
	padding-bottom: 180px;
	background: url(../images/top_bg.jpg) no-repeat center center fixed; 
	
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.5);/* 半透明の白色 */
	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#top-bn01{
	overflow:hidden;
	background: #346aa1;
}

#top-bn02{
	overflow:hidden;
	background: #346aa1;
}

#top-bn03{
	overflow:hidden;
	background: #346aa1;
}

#top-bn01 h2,#top-bn02 h2,#top-bn03 h2{
	margin-top:45px;
	margin-bottom:20px;
	padding-top:0;
	color:#fff;
}

#top-bn01 a, #top-bn02 a, #top-bn03 a{
	color:#ffffff;
}

#top-bn01 img, #top-bn02 img, #top-bn03 img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#top-bn01:hover img, #top-bn02:hover img, #top-bn03:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.top-content {
	margin-top:3px;
	padding: 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.top-section-header {
	padding: 0px;
	padding-top: 100px;
	padding-bottom: 80px;
	background: url(../images/top_bg.jpg) no-repeat center center fixed;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.5);/* 半透明の白色 */
	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.topics {
	margin: 0 !important;
	font-weight: 300;
	padding:0 20px 0 0 !important;
}
.topics h4{
	font-family: "Mplus 1p";
	font-size: 130%;
}
.topics ul{
	margin: 40px 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}
.topics ul li{
	padding: 5px;
	border-bottom:1px dotted #cfcfcf;
}
.topics ul time{
	display: inline-block;
	width:140px;
}
.topics ul span.mark-new{
	display: inline-block;
	padding:0 4px !important;
	border: 1px solid #dd0000;
	color: #dd0000;
	font-size: 80%;
	margin: 0 15px;
}

.contact{
	width:90%;
	margin: 0 auto 0;
	font-size:90%;
}
.contact h5{
	font-size:100%;
	margin-bottom:10px;
}
.contact p{
	display:inline-block;
	width:49%;
	margin:0;
	padding:0;
}


/*------------------*/
/* FOOTER           */
/*------------------*/

footer{
	width: 100%;
	margin: 5em 0 0;
	border-top:1px solid #c4c4c4;
	box-shadow:2px 2px 2px 1px #919191;
	-moz-box-shadow:2px 2px 2px 1px #919191;
	-webkit-box-shadow:2px 2px 2px 1px #919191;
}

.copyright {
	margin: 0;
	padding: 30px 0 10px;
	font-size: 80%;
	font-family: 'Open Sans';
	color:#757575;
}



/*------------------*/
/* SUB PAGE         */
/*------------------*/

#sub{
	margin: 4em 0;
}

#sub h3{
	margin: 0 0 30px;
	font-size: 150%;
	font-family: "Noto Sans Japanese";
	color: #787878;
}
#sub h4{
	margin: 20px 0 20px;
	font-size: 120%;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	color: #787878;
}


@media (max-width:1330px) {
	body {
		font-size: 16px;
		line-height: 28px;
	}
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 24px;
	}
	.top-icon {
		font-size: 48px;
		padding: 20px;
	}
	.site-title h2 {
		font-size: 14px;
		padding-top: 10px;
	}
	.top-content {
		padding: 30px 20px;
		min-height: 200px;
	}
	.top-home h1 {
		font-size: 40px;
	}
	.top-home p {
		font-size: 18px;
		line-height: 36px;
	}
}

@media (max-width:990px) {
	.main-menu {
		margin: 0px;
	}
}

@media (max-width:767px) {
	.nav-link {
		padding: 5px 10px;
		font-size: 16px;
	}
	.top-home h1 {
		font-size: 30px;
	}
	.top-home p {
		font-size: 16px;
		line-height: 28px;
	}
	.top-content {
		padding: 20px;
		min-height: 100px;
	}
}

.input-cont-no{
	width: 40%;
	margin:0 2em 3em 0;
	background: #bbea99;
	display: inline-block;
}

.input-cont-no input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	padding:3px;
	width: 68%;
}

.input-cont-no span{
	display:inline-block;
	width: 30%;
	padding:10px;
}


#login-form{
	margin-bottom:10em
}

.input-uid{
	width:100%;
	margin:0 0 1em 0;
	background: #d9d9d9;
	border: 1px solid #b8b8b8;
	display: inline-block;
}
.input-psw{
	width:100%;
	margin:0 0 2em 0;
	background: #d9d9d9;
	border: 1px solid #b8b8b8;
	display: inline-block;
}

.input-uid input, .input-psw input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	padding:3px;
	width: 58%;
}
.input-uid span, .input-psw span{
	display:inline-block;
	width: 40%;
	padding:10px;
}

.menu {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0  auto 0 -20px;
	padding: 0;
	list-style-type: none;
}
.menu > li {
	float: left;
	padding:0 15px;
	height: 50px;
	line-height: 40px;
}
.menu > li a {
	display: block;
	color: #696969;
}
.menu > li a:hover {
	color: #a00202;
}
ul.menu-second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	font-size: 90%;
}
ul.menu-third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu-fourth-level {
	visibility: hidden;
	opacity: 0;
}
.menu > li:hover {
	background: #eeeeee;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu-second-level li {
	list-style-type: square;
	border-top: 1px solid #111;
}
.menu-third-level li {
	border-top: 1px solid #111;
}
.menu-second-level li a:hover {
	background: #efefef;
	text-decoration: underline;
}
.menu-third-level li a:hover {
	background: #b6b6b6;
}
.menu-fourth-level li a:hover {
	background: #9d9d9d;
}
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu:before,
.menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
	*zoom: 1;
}
li.menu-mega ul.menu-second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 3% !important;
	background: #eeeeee;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0.3em;
}
li.menu-mega:hover ul.menu-second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
li.menu-mega ul.menu-second-level > li {
	float: left;
	width: 32%;
	border: none;
}
li.menu-mega ul.menu-second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}

/*------------------*/
/* TABLE            */
/*------------------*/
.table{
	width: 100%;
	margin: 0 0 5em;
	font-size: 80%;
	font-weight: 400;
}

.table th, .table td{
	padding:15px 6px !important;
}
.table th{
	background: #ced4e4;
}

.table-red{
	color: #b90000;
	background: #f6c6c6;
}

.table-ble{
	color: #3c55a8;
	background: #d1d9f3;
}
ol{
	padding:20px;
}
.wd20{
	width:20%;
}

/*----------------*/
/* margin         */
/*----------------*/
/** top **/
.mgt3{
	margin-top:3px;
}
.mgt5{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt15{
	margin-top:15px;
}
.mgt20{
	margin-top:20px;
}
.mgt25{
	margin-top:25px;
}
.mgt30{
	margin-top:30px;
}
.mgt40{
	margin-top:40px;
}
.mgt45{
	margin-top:45px;
}
.mgt50{
	margin-top:50px;
}
.mgt60{
	margin-top:60px;
}
.mgt70{
	margin-top:70px;
}
.mgt80{
	margin-top:80px;
}
.mgt90{
	margin-top:90px;
}
.mgt100{
	margin-top:100px;
}
.mgt120{
	margin-top:120px;
}
/** right **/

.mgr3{
	margin-right:3px;
}
.mgr5{
	margin-right:5px;
}
.mgr10{
	margin-right:10px;
}
.mgr15{
	margin-right:15px;
}
.mgr20{
	margin-right:20px;
}
.mgr25{
	margin-right:25px;
}
.mgr30{
	margin-right:30px;
}
.mgr35{
	margin-right:35px;
}
.mgr40{
	margin-right:40px;
}
.mgr50{
	margin-right:50px;
}
.mgr60{
	margin-right:60px;
}
.mgr120{
	margin-right:120px;
}
/** left **/
.mgl0{
	margin-left:0;
}
.mgl5{
	margin-left:5px;
}
.mgl10{
	margin-left:10px;
}
.mgl15{
	margin-left:15px;
}
.mgl20{
	margin-left:20px;
}
.mgl25{
	margin-left:25px;
}
.mgl30{
	margin-left:30px;
}
.mgl35{
	margin-left:35px;
}
.mgl40{
	margin-left:40px;
}
.mgl50{
	margin-left:50px;
}
.mgl55{
	margin-left:55px;
}
.mgl60{
	margin-left:60px;
}

/** bottom **/
.mgb5{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb15{
	margin-bottom:15px !important;
}
.mgb20{
	margin-bottom:20px;
}
.mgb25{
	margin-bottom:25px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb35{
	margin-bottom:30px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb45{
	margin-bottom:45px;
}
.mgb50{
	margin-bottom:50px;
}
.mgb55{
	margin-bottom:55px;
}
.mgb60{
	margin-bottom:60px;
}
.mgb70{
	margin-bottom:70px;
}
.mgb80{
	margin-bottom:80px;
}
.mgb100{
	margin-bottom:100px;
}
.mgb150{
	margin-bottom:150px;
}
.mgb200{
	margin-bottom:200px;
}

/** all **/
.mrg0{
	margin:0 !important;
}
.mrg10{
	margin:10px;
}
.mrg15{
	margin:15px;
}


.float-r{
	float: right;
}
.float-l{
	float: left;
}

.clr{
	clear:both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}


.fs80{
	font-size: 80%;
}
.fs90{
	font-size: 90%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
