* {
	outline: 0;
	margin: 0;
	padding: 0;
}

html, * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: Open Sans,-apple-system,BlinkMacSystemFont,Noto Sans,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
}

ul {
	list-style-type: none;
	margin: 0;
}
a {
/*	font-weight: 700; */
	text-decoration: none;
	font-size: 14px;
	transition: color .2s ease;
}
a, a:hover {
	color: #273583;
/*	text-decoration: none; */
}
a, a:hover, a:focus, a:active {
	outline: none!important;
}

img {
	max-width: 100%;
}
ol {
	line-height: normal;
}
p {
	line-height: 1.6;
}


.main_wrapper {
	background-color: #fff;
	width: 100%;
	float: left;
}

.main_wrapper.container {
	padding: 0;
	background-color: #fff;
}

@media(max-width:767px) {
	.sp_off {
		display: none;
	}
}

@media(min-width:768px) {
	.dropdown>ul {
		display: block;
		visibility: hidden;
		opacity: 1;
		transition: all .05s linear;
	}
	.dropdown>ul ul {
		transition: all .05s linear;
	}
	.dropdown:hover>ul, ul.dropdown-menu:hover {
		visibility: visible;
		opacity: 1;
	}
	.dropdown:hover>ul ul, ul.dropdown-menu:hover ul {
		transition: all .1s linear;
	}
}

.header {
	width: 100%;
	height: auto;
	background: #fff;
	background-color: #fff;
	background: #1D2087;
}

.header .navbar {
	padding: 5px 0;
	background-color: #1D2087;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

@media(min-width:768px) {
	.header .navbar {
		padding: 8px 0;
	}
}

@media(min-width:992px) {
	.header .navbar {
		padding: 5px 0;
	}
}
nav.navbar.navbar-main.navbar-default {
}


/* buttons  */
	.btn {
		font-weight: normal;
/*		font-family: "Roboto", Helvetica, Arial, sans-serif;*/
		padding: 8px 14px;
		font-size: 14px;
		line-height: 1.42857143;
		border-radius: 2px;
	}

	.btn-primary {
		color: #ffffff;
		background-color: #0067C0;
		border-color: #0067C0;
	}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #2679C4;
		border-color: #2679C4;
	}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #666;
	border-color: #666;
}
.btn-primary .badge {
	color: #4fbfa8;
	background-color: #ffffff;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}


@media (min-width: 768px) {
	.navbar-collapse.right {
		float: right;
	}
}
.navbar-btn {
	margin-top: 18px;
	margin-bottom: 18px;
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0px 15px;
	border: none;
	margin-top: 18px;
	margin-bottom: 18px;
}
.header .navbar-collapse {
	padding-left: 15px;
	border-top: none;
	max-height: 340px;
}

.navbar-form {
	font-size: 0;
}
.navbar-form select.form-control:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 1px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	 position: relative;
	top: 2px;
}

.img-responsive-slider{
	max-height:580px !important;
}
