/* General Demo Style */
body, html { 
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: 'Lato', sans-serif;
    color: #333333;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

span.glyphicon.mini {
	font-size: 0.7em;
	vertical-align: 2px;
}
a:link		{ color:#2970C0; text-decoration: none; }
a:visited	{ color:#2970C0; text-decoration: none; }
a:hover 	{ color:#2970C0; text-decoration: none; }
a:active 	{ color:#2970C0; text-decoration: none; }

a.btn:link 		{ color:#FFFFFF;}
a.btn:visited 	{ color:#FFFFFF;}
a.btn:hover  	{ color:#FFFFFF;}
a.btn:active  	{ color:#FFFFFF;}

a.btn.btn-default:link { color: #2970C0;}
a.btn.btn-default:visited 	{ color:#2970C0;}
a.btn.btn-default:hover  	{ color:#2970C0;}
a.btn.btn-default:active  	{ color:#2970C0;}

.btn {
	font-weight: bold;
}

.main,
header {
	text-align: center;
	clear: both;
}
.container > header nav {
	float: right;
}
.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}
.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
}
.container > header nav a:hover {
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}
.section {
	margin-bottom: 50px;
}
.toparea {
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 20px,#e9f4ff 20px, #e9f4ff 35px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 20px,#e9f4ff 20px, #e9f4ff 35px);
}
.toparea p:last-child {
	margin-bottom: 0;
}
.page-in {
	width: 86%;
	margin: auto;
}
.pager li>a {
	font-size: 0.9em;
	padding: 3px 15px;
	font-weight: bold;
}
p{
	line-height: 1.8em;
}
p.text,
span.text {
	font-size: 1.1em;
	margin-bottom: 1em;
}
.text-big {
	font-size: 1.2em;
	font-weight: bold;
}
p.margin-none {
	margin-bottom: 0;
}
.annotation {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 15px;
}
.code,
.caution_l {
    color: #a94442;
}
.caution {
	color: #a94442;
}
header {
  	position: fixed;
  	top: 0;
  	z-index: 999;
 	width: 100%;
  	transition: .3s;
  	background: #FFFFFF;
	height: 110px;
	padding-top: 15px;
	box-shadow: 0px -2px 8px 0px #6A6B76;
}
.pager {
	position: relative;
	z-index: 888;
}
.is-animation {
  	height: 110px;
}
.main {
	padding-top: 110px;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
header .logo {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
div.logoimg {
	display: inline-block;
	margin: 10px;
}
div.arrow_years {
	display: inline-block;
	padding-bottom: 6px;
	background: url(../image/img_arrow_years.png) no-repeat center bottom;
	margin: 10px 20px;
}
div.years {
	/* display: inline-block; */
	background: #012B95;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px 10px;
	text-align: center;
}
div.years span.num {
	font-size: 1.8em;
	padding-right: 3px;
}
header .btn_menu {
	display: inline-block;
	position: fixed;
	top: 25px;
	right :25px;
}
header .btn_menu a {
	padding: 5px 12px 10px 12px;
	cursor: pointer;
	font-size: 0.7em;
	text-align: center;
	display: block;
	color: #999999;
	border-radius: 5px;
	background: #EEEEEE;
}
header .btn_menu a:link 	{ color: #999999; text-decoration: none; }
header .btn_menu a:visited 	{ color: #999999; text-decoration: none; }
header .btn_menu a:hover 	{ color: #2970C0; text-decoration: none; }
header .btn_menu a:active 	{ color: #2970C0; text-decoration: none; }

header .btn_menu a span.glyphicon {
	font-size: 28px;
	padding: 0;
	margin: 0;
}
header .btn_menu a p {
	margin: 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
header .btn_menu a .glyphicon {
	top: 5px;
}
.message_area {
	color: #FFF;
	letter-spacing: 1px;
}
.message_area a:link {
	color: #FFFFFF;
}
.message_area a:link { color:#FFFFFF;}
.message_area a:visited { color:#FFFFFF; }
.message_area a:hover { color:#FFFFFF; }
.message_area a:active { color:#FFFFFF; }

.block-lg {
	display: block;
}
.block-sm {
	padding: 0 20px;
}
.category {
	margin-bottom: 30px;
}
.waku .category {
	margin-bottom: 20px;
}
.waku {
	width: 84%;
	margin: auto;
	clear: both;
}
h1 {
	font-size: 1.9em;
	color: #FFFFFF;
	margin: 0;
}
h2 {
	color: #333333;
	font-size: 1.8em;
	padding-bottom: 15px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 1.4em;
}
h2 .glyphicon {
	vertical-align:-2px;
}

h2.underline {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
/*
h3 {
	color: #0048A6;
	letter-spacing: 1px;
	text-align: center;
	margin: 1em 0;
	font-weight: bold;
}
*/
h3 {
	padding: 0;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
    clear: both;
    border-bottom: 5px solid #d9edf7;
    line-height: 1.4em;
	letter-spacing: 1px;
}
h4 {
	padding: 10px 15px;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 0px;
	background: #EEEEEE;
	color:#0048A6;
	border-top: 3px solid #0048A6;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
}
h5 {
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.4em;
}
h4.title {
	position: relative;
	padding: 0.1em 1em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	display: inline-block;
	width: 200px;
	text-align: center;
	margin: auto;
}
h4.title:before, h4.title:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}
h4.title:before {left: 7px;}
h4.title:after {right: 7px;}

.style_bg {
	background: #E5F2FF;
	border-left: 5px solid #55A2E5;
	padding: 10px 1em;
	text-align: left;	
}
code {
	font-size: 1em;
}
.alert {
	line-height: 1.4em;
}
.main .active,
.pointmenu {
	pointer-events: none;
	cursor: default;
 }
.main .glyphicon {
	padding-right: 3px;
}
 
.english,
.meichao {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}
.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
.container {
	padding-top: 30px;
	padding-bottom: 50px;
}
.inner {
	padding: 30px 0;
}
.bg_blue {
	background: #CFE7FF;
}
.bg_wh {
	background: #FFFFFF;
}
.bg_gy {
	background: #f7f7f7;
}
.title {
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 2em;
}
.title_big {
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight: bold;
}
.space,
.table>tbody>tr>td.space {
	padding: 30px;
}
.blue {
	color: #005aac;
}
.table {
	margin-bottom: 0;
	text-align: left;
}
.table th {
	background: #0048A6;
	color: #FFF;
}
.table.list th {
	background: #EEE;
	color:  #555;
}
td.nowrap {
	white-space: nowrap;
}
.table,
.color-box {
	width: 84%;
	margin: auto;
	background: #FFF;
}
.waku {
	border-radius: 3px;
	padding: 65px;
	text-align: left;
	margin-bottom: 30px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-top: 1px solid #DDDDDD;
}
.sub.sublink .waku {
	padding-top: 0;
	padding-bottom: 0;
}
.color-box {
	padding: 60px;	
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-left: 5px solid #012B95;
}
.color-box p {
	text-align: left;
}
.color-box p.text {
	margin-bottom: 0.2em;
}
.color-box .title {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.color-box {
	padding: 20px;
}
.color-box.color-box-danger {
	border-left: 5px solid #ce4844;
}
.color-box.color-box-danger .text-danger{
	color: #ce4844;
}
.color-box.color-box-info {
	border-left: 5px solid #1b809e;
}
.color-box.color-box-info .text-info {
	color: #1b809e;
}
.color-box p:last-child {
	margin-bottom: 0;
}
.shadow {
	box-shadow: 0px -2px 8px 0px #6A6B76;
}

.form-control.auto {
	display: inline-block;
	width: auto;
}
.checkbox-inline {
	padding-right: 5px;
	padding-bottom: 3px;
}
.notopen {
	border: 2px solid #ce4844;
	padding: 10px;
	background: #FFF;
	border-radius: 5px;
}
.main .notopen p {
	line-height: 1.4em;
}

/* マウスオーバーで「透過」する */
.opacity:hover {opacity: 0.9;}
.opacity:hover img {opacity: 0.8;}

/* 画像をマウスオーバーで「回転」する */
img.photo_tum {
  	transition: 0.2s;
} 
img.photo_tum:hover{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
}

/* 画像をマウスオーバーで「拡大」する */
.scale {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scale img {
   transition: all 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.15);
  	transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.text_shadow {
    font-size: 50px;
    text-shadow: 2px 2px 1px #FFFFFF,
    -2px 2px 1px #FFFFFF,
    2px -2px 1px #FFFFFF,
    -2px -2px 1px #FFFFFF;
}

a.style_waku {
	border: 1px solid #0B50A2;
	padding: 3px 10px 3px 50px;
	color: #0B50A2;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	background: #FFFFFF;
}
a.style_waku .glyphicon {
	padding-left: 20px;
	padding-right: 0;
	vertical-align: -2px;
}
a.style_waku:hover {
	background: #0B50A2;
	color: #FFF;
}
a.style_waku.wh {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;

}
a.style_waku.wh:hover {
	background: #FFFFFF;
	color: #0B50A2;
}
.menu {
}
.menu .container {
	padding: 0;
}
.menu .col-lg-2 {
	border-left: 1px solid #DDDDDD;
}
.menu .col-sm-3 {
	border-left: 1px solid #DDDDDD;
}
.menu .col-lg-2:last-child {
	padding-right: 0;
}
.menu .col-lg-2.entry_apply{
	padding-left: 30px;
	padding-right: 30px;
}
.menu .col-lg-2.entry_again {
	border-left: none;
	padding-left: 0;
}
.menu .col-sm-3:last-child {
	border-right:1px solid #DDDDDD;
}
.menu a {
	color: #545454;
	padding: 16px 0;
	line-height: 1.2em;
	display: block;
	width: 100%;
	font-weight: bold;
	letter-spacing:1px;
}
.menu .contactbtn a {
	padding: 8px 0;
}
.menu .contactbtn a .btn-lg {
	padding: 6px 15px;
	font-weight: bold;
	font-size: 16px;
}
.menu span.glyphicon {
	color: #2970C0;
	font-size: 1.5em;
	padding-right: 0.3em;
	vertical-align: -5px;
}
.menu .btn-warning span.glyphicon {
	color: #FFFFFF;
}
.menu a:hover {
	color: #2970C0;
}
.btn_area .container {
	padding-bottom: 100px;
}
.btn_area .left_btn {
	float: right;
}
.btn_area .right_btn {
	float: left;
}
.btn_area a {
	margin-bottom: 30px;
	display: block;
}
.active a {
	border-top: 5px solid #012B95;
	padding-top: 11px;
}
.footnav .container {
	padding: 30px 0;
}
.footnav {
	color: #FFFFFF;
	background: #EEEEEE;
}
.footnav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 1.3em;
	background-color: #FFFFFF;
}
.footnav a:link 	{ color: #333333; text-decoration: none; }
.footnav a:visited 	{ color: #333333; text-decoration: none; }
.footnav a:hover 	{ color: #333333; text-decoration: none; }
.footnav a:active 	{ color: #333333; text-decoration: none; }

.footnav li a .glyphicon {
	padding-right: 10px;
}

.footnav li .bg01 {
	border: 1px solid #009FDA;
	box-shadow: 3px 3px 0 1px #009FDA;
	background: #009FDA;	
}
.footnav li .bg01 .glyphicon {
	color: #009FDA;
}
.footnav li .bg02 {
	border: 1px solid #107D46;
	box-shadow: 3px 3px 0 1px #107D46;
	background: #107D46;
}
.footnav li .bg02 .glyphicon {
	color: #107D46;
}
.footnav li .bg03 {
	border: 1px solid #FC6B1C;
	box-shadow: 3px 3px 0 1px #FC6B1C;
	background: #FC6B1C;
}
.footnav li .bg03 .glyphicon {
	color: #FC6B1C;
}
.footnav li a .glyphicon {
	font-size: 2em;
	vertical-align: -10px;
}
.footsubnav {
	background: #012B95;
}
.footsubnav a {
	color: #FFF;
}
.footsubnav a:hover { text-decoration: underline; }
.footsubnav .container {
	padding: 0;
}
.footsubnav ul {
	margin: 0;
}
.footsubnav ul li {
	margin: 5px 10px;
}
.footsubnav .col-xs-12 {
	padding: 0;
}
.footsubnav .glyphicon {
	color:#FFF;
	font-size: 0.6em;
	vertical-align: 2px;
	padding-right: 5px;
}
.copyright {
	border-top: 1px solid #CCC;
}
.copyright p {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 0.8em;
	padding: 5px;
}
.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

        header div.v-small {
            display: none;
}