* {
	margin: 0;
	padding: 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}
.mat10{
	margin-top:15px;
}
@font-face {
  font-family: AvenirLTStd;
  src: url(fonts/AvenirLTStd-Roman.otf);
}
@font-face {
  font-family: AvenirLTStd-Light;
  src: url(fonts/AvenirLTStd-Light.otf);
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url(fonts/KozGoPr6N-Regular.otf);
}

body {
	min-width: 769px;
	background-color: #5070a3;
	font-size: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	body {
		min-width: 100%;
		background-color: #5070a3;
		font-size: 100%;
	}
	
}
@media (min-width: 769px) and (max-width: 1050px)
{/*
	.full-width{
		min-width:1050px;
	}

	.container {
		min-width: 1050px;
	}
*/
}

.container {
	max-width: 1280px;
	margin: 0 auto;
}

.bg-grey {
	background-color: #EDF1F6;
}


ul.top-bar {
	float: right;
	margin-top: 19px;
	margin-right: 27px;
}

ul.top-bar li{
	float: left;
	list-style: none;
}

.top-bar i {
	display: block;
	width: 34px;
	height: 28px;
	cursor: pointer;
}

i.first-btn {
	background: url(../img/icon_group1.png) 0 0 no-repeat;
}

i.second-btn {
	background: url(../img/icon_group1.png) -34px 0 no-repeat;
}


ul.nav-bar {
	margin-top: 29px; 
	text-align: center;
}

ul.nav-bar li{
	margin: 0 26px;
	padding-bottom: 5px;
	display: inline-block;
	list-style: none;
	cursor: pointer;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

ul.nav-bar li:hover{
	border-bottom: 2px solid #ffffff;
}

.nav-active {
	border-bottom: 2px solid rgba(255, 255, 255, 1) !important;
}


ul.nav-bar .clearfix {
	margin-top: 6.54px;
	background: #facbcc;
	color: #ffffff;
	line-height: 13.4px;
}

ul.nav-bar span, .copyright{
	/*background: #facbcc;*/
	color: #ffffff;
}

span.caption {
	padding: 2px;
	font-size: 20px;
	line-height: 21.67px;
}

span.sub-caption{
	padding: 1px;
	font-size: 11px;
}

.nav-wrap {
	margin: 0 auto;
}


img.top-title {
	margin: 0 auto;
	display: block;
}

.footer {
	margin-top: 47px;
}

.footer span.copyright {
	margin-right: 174px;
	margin-bottom: 34px;
	float: right;
	font-size: 14px;
}

.blue {
	background: #5070A3;
}

.text-center{
	text-align: center!important;
}

.text-left {
	text-align: left;
}

.in-bl {
	display: inline-block;
}
.scroll-to-top {
    right: 10px;
}
.scroll-to-top {
	float: right;
	margin-right: 126px;
	margin-bottom: 43px;
    /*display: inline-block;*/
   
	cursor: pointer;
}

.icon-arrow-up {
	margin: 0 auto;
	display: block;
	background: url(../img/angle_top.png) no-repeat;
	width: 37px;
	height: 17px;
}
.tip {
	margin-top: 10px;
	font-size: 9px;
	color: #fff;
}

.nav-bar a {
	text-decoration: none;
}

.top-content {	
	margin-top: 40px;
	margin-bottom: 52px;
	color: white;
}

.hori-bar {
	display: inline-block;
	width: 61px;
	border: 2px solid #fff;
}

.top-content dl {
	color: #ffffff;
	margin-bottom: 41px;
}

.top-content dt {
	margin-bottom: 21px;
}

.top-content dt {
	margin-top: 20px;
	font-size: 45px;
	letter-spacing: 5px;
	font-family: AvenirLTStd;
	line-height: 31px;
}

.top-content dd {
	font-size: 17px;
}

.full-width{width:100%;}
span.require {
	color:#ff0000;
}
/*MY STYLE*/
.menu-trigger{
	display: none;
}


.menu-trigger{
	position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    height: 51px;
    background: #eee;
    background: transparent;
	cursor: pointer;
}
.menu-trigger span{
	position: absolute;
    left: 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .4s;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 24px;
}
.menu-trigger span:nth-of-type(3){
	top: 33px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
     transform: translateY(10px) rotate(-45deg); 
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.sp-nav-wrap{
	position: fixed;
	right: 0px;
	width: 257px;
    z-index: 100;
    height: 100%;
    right: 0px;
    top: 0px;
    background: #D7E4F7;
    display: none;
    transition: all .9s;
}
.sp-nav-wrap.active{
	display: block;
}
.sp-nav-wrap ul.nav-bar{
	margin-top: 0px;
}
.sp-nav-wrap ul.nav-bar li{
	display: block;
	border-bottom: 1px solid #324B73;
	padding: 23px 0px;
	margin: 0 20px;
}
.sp-nav-wrap ul.nav-bar span.sub-caption{
	color: #3C547B;
	font-size: 14px;
}

.img-responsive{
	display: block;
	max-width: 100%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

.has-error .form-control{
	border: 1px solid #ff0000;
}

@media screen and (max-width: 768px) {
	.scroll-to-top {
		display: none !important;
	}
	
	.footer {
		margin-top: 40px !important; 
	}
}


.menu-open {
	
	z-index: 1000;
}
