* {
	font-family: 'Roboto','Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and  (max-width: 834px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
.img-responsive {
    width: 100%;
}
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-normal{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#standard{
	min-width: 1240px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 20;
}
#standard #other-menu {
    background: #C8C8C8;
}
#other-menu #univ-box {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	background-color: #000;
	max-width: 174px;
}
#other-menu #univ-box a{
    transition: 0.3s ease-in-out;
}
#other-menu #univ-box a:hover{
    opacity: 0.6;
}
#other-menu #menu-box {
	float: right;
}
#other-menu #menu-box a {
	line-height: 55px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #231E55;
	color: #FFF;
	text-align: center;
	font-size: 12px;
    transition: 0.3s ease-in-out;
}
#other-menu #menu-box a:hover {
    background: rgba(35, 30, 85, 0.6);
    text-decoration: none;
	color: #FFF;
}

#other-menu #sns-box {
	float: right;
	background-color: #C8C8C8;
	padding-right: 10px;
	padding-left: 10px;
}
#other-menu #sns-box a {
	line-height: 55px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
    transition: 0.3s ease-in-out;
    max-width: 47px;
}
#other-menu #sns-box a:hover {
    opacity: 0.6;
}
#other-menu #sns-box a img {
	vertical-align:middle;
}
#standard #main-menu {
	background-color:#FFF;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
#standard #logo {
	float: left;
	padding: 10px 0px 0px 25px;
}
#standard nav {
	float: right;
}
#standard nav .item a {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 70px;
	height: 70px;
	color: #333;
	font-size: 16px;
	transition: 0.3s ease-in-out;
}
#standard nav .item a:hover {
    background: #E6FAFA;
    text-decoration: none;
}
/*#standard nav .item a.spe-link{
	background: #fff600;
}
#standard nav .item a.spe-link:hover {
    background: rgba(255,246,0,0.6);
}*/
#standard nav .item .accent {
	background-color: #E6FAFA;
	color: #FFF;
}
#standard nav .item .accent:hover {
	background-color: #E6FAFA;
}
header .item{
	-webkit-font-smoothing: antialiased;
	float:left;
}
header .item:hover{
	z-index: 150;
}
header .item:hover + .downbox{
	visibility: visible;
	opacity: 1;
}
header .downbox {
	width: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 150;
	transition: 0.3s;
	background-color: rgba(230, 250, 250, 0.9);
	left: 0px;
	top: 125px;
	padding: 20px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}
header .downbox:hover {
	opacity: 1;
	visibility: visible;
}
header .info {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
header .info a {
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	color: #000;
}
header .info a:hover {
	text-decoration: none;
}
header .info img {
	transition:0.3s ease-in-out;
	width:100%;
}
header .info img:hover {
	opacity:0.6;
}
header .info a.end {
	margin-right: 0px;
}

header .info a span {
	padding-top: 5px;
	font-size:13px;
	display: block;
}
header .info i {
	color: #000;
}

#banner-area{
	background-color:#EFF2F0;
}
#banner-area .banner-box{
	margin:0 auto;
	max-width: 1000px;
	padding:50px 0px;
}
#banner-area .banner-box a{
    width: 25%;
    padding: 0 10px 20px;
}
#banner-area .banner-box img{
    transition: 0.3s ease-in-out;
    width: 100%;
}
#banner-area .banner-box img:hover{
    opacity: 0.6;
}
#defalut  {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center 120px;
	padding-bottom: 450px;
	padding-top: 60px;
	background-size: cover;
	min-width: 833px;
	position:relative;
}
#footer-box {
	margin:0 auto;
	min-width: 833px;
	max-width:1000px;
}
#footer-box #footer-menu {
	width: 42%;
	float: left;
	padding-left:2%;
}
#footer-box #footer-menu a {
	width: 50%;
	color: #1d1d1d;
	padding-bottom:25px;
	transition:0.3s ease-in-out;
}
#footer-box #footer-menu a:hover {
	text-decoration:underline;
}
#footer-box #footer-logo {
	float: left;
	width: 58%;
	padding-left:60px;
}
#footer-box #footer-logo img {
	float: left;
    width: 229px;
}
#footer-box #footer-logo a img {
	margin-right: 90px;
	width: 180px;
}
#footer-box #footer-logo a{
	display: block;
	float: left;
	padding: 0 0 20px 0;
}
#defalut #copy{
	background-color:#E6FAFA;
	color:#000;
	padding:8px 0px;
	text-align:center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
#pageTop {
    z-index: 15;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	color: #FFF;
	background-color: #231E55;
	text-align: center;
	cursor:pointer;
	width:80px;
	height:80px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	padding: 12px 0px 0px 0px;
	font-size: 0.8rem;
    border: solid 1px #FFF;
}
#pageTop i{
	padding-bottom:5px;
}
@media only screen and  (max-width: 834px) {
#logo {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#header-sp{
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 130;
	background-color:#FFF;
	height:56px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
#en-menu{
	position: absolute;
	top: 0px;
	width: 62px;
	height: 56px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	z-index: 99;
	right: 0px;
	background-color: #231E55;
}
#en-menu a{
    color: #FFF;
    font-size: .9rem;
    padding: 6px 0 0 0;
    display: block;
}
#en-menu a i{
    display: block;
    padding: 0 0 6px 0;
}    
#logo-sp {
	text-align: center;
	display: block;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 16px;
	z-index: 130;
	left: 0;
	right:0;
}
#logo-sp .logo-w {
	display: none;
}
#logo-sp.active .logo-w{
	display: block;
}
#logo-sp.active .logo-b{
	display: none;
}
.open::after{
	content: "";
	background:#E6FAFA;
	width: 100%;
	height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .4s;
	z-index: 11;
}
.open.active::after{
	left: 0;
}
.nav_btn{
	height: 16px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 20px;
	z-index: 99;
}
.menu__line{
	background: #000;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line.active{
	background: #000;
}
.menu__line--center{
	top: 7px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
	top: 4px;
	transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
	height: 100%;
	position: relative;
	width: 100%;
	padding-top:10%;
	padding-left:5%;
	padding-right:5%;
}
.gnav__menu__sub{
	padding-top:5px;
}
.gnav__menu__item{
	margin: 22px 0;
	list-style:none;
}
.gnav__menu__item a{
	color: #000;
	font-size: 1em;
	text-decoration: none;
	transition: .5s;
	padding-top: 8px;
	padding-bottom: 8px;
}
.gnav__menu__sub .gnav__menu__item a{
	font-size: 1em;
	transition:0.3s ease-in-out;
}
.gnav__menu__small{
	border-top:solid 1px #000;
}
.gnav__menu__small a{
	font-size: 0.9rem;
	transition:0.3s ease-in-out;
}
.gnav__menu__item a:hover{
	opacity:0.6;
}
.gnav__wrap #gnav_sg{
	position: fixed;
	bottom: 30px;
	left: 5%;
}
#gnav_sg #sns-f-box a {
	margin-right: 10px;
    max-width: 47px;
    float: left;
}
.gnav__wrap p{
	color: #000;
	font-size: 12px;
	padding-top: 5px;
}
#gnav_sg .univ-box {
	background-color: #000;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 15px;
}
#gnav_sg .univ-box a {
    max-width: 204px;
    float: left;
}
#standard{
	min-width:1000px;
}
#standard #other-menu {
	height: 42px;
}
#other-menu #univ-box {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: right;
	background-color: #000;
}
#other-menu #menu-box {
	background-color: #364FAD;
	float: right;
}
#other-menu #menu-box a {
	line-height: 42px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
#other-menu #sns-box {
	float: right;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
#other-menu #sns-box a {
	line-height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
}
#other-menu #sns-box a img {
	vertical-align:middle;
}
#standard #main-menu {
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
#standard #logo {
	float: left;
	padding: 10px 0px 0px 25px;
}
#standard nav {
	float: right;
}
#standard nav a {
	float: left;
	padding-right: 26px;
	padding-left: 26px;
	line-height: 70px;
	height: 70px;
	color: #333;
}
#standard nav .accent {
	background-color: #231E55;
	color: #FFF;
}
#banner-area .banner-box{
	margin:0 auto;
	width:100%;
	padding:15px;
}
#banner-area .banner-box a{
	display:block;
	width:50%;
	padding-bottom:10px;
}
#defalut  {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	padding-top: 60px;
	min-width:100%;
	width: 100%;
	position:relative;
}
#footer-box {
	width: 100%;
	min-width:100%;
	max-width:100%;
}
#footer-box #footer-menu {
	width: 100%;
	float: none;
	padding-left:0%;
	padding-bottom:20px;
}
#footer-box #footer-menu a {
	width: 50%;
	color: #1d1d1d;
	padding-bottom: 25px;
	transition: 0.3s ease-in-out;
	font-size: .8rem;
	text-align: center;
}
#footer-box #footer-menu a:hover {
	text-decoration:underline;
}
#footer-box #footer-logo {
	float: none;
	width: 100%;
	padding:10px;
	text-align:center;
}
#footer-box #footer-logo img {
	float: none;
	width: 230px;
	padding: 30px 0 0 0;
}
#footer-box #footer-logo a{
	display: block;
	float: none;
}
#footer-box #footer-logo a img {
	padding:0 0 15px 0;
	margin-right:0px;
    width: 200px;
}
#defalut #copy{
	padding:8px 0px;
	text-align:center;
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-size:12px;
}
#pageTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 5px;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
	font-size: 0.6rem;
}
#pageTop i{
	padding-bottom: 0px;
}
}
@media only screen and  (max-width: 640px) {
}
@media only screen and  (max-width: 321px) {
}

.fa-bullseye:before {
	content: none!important;
}