@import url("import/attachment.css");
@import url("import/width.css");

/* sp･pc display */
.pcVer {
 display: block !important;
}
.pcVerIl {
 display: inline !important;
}
.spVerIl,
.pcNo,
.spVer {
 display: none !important;
}
@media (max-width:979px) {
	.pcVerIl,
	.spNo,
	.pcVer {
	 display: none !important;
	}
	.spVerIl {
	 display: inline !important;
	}
	.spVer {
	 display: block !important;
	}
}

*::selection {
 background-color:rgba(0,0,0,0.9);
 color: #fff;
}
*::-moz-selection {
 background-color:rgba(0,0,0,0.9);
 color: #fff;
}

body, html {
	height: 100%;
}
body {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}

.mincho {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
iframe {
	border: none;
}
h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul,ol {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
li {
 margin: 0;
 padding: 0;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid{position:absolute;}
#big-video-wrap img {
    height: 100% !important;
    max-width: none !important;
    position: fixed;
    width: auto !important;
}
.vjs-control-bar {
    color: transparent;
    font-size: 0px;
}



.mobile-menu{display:none;}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/*---LOADER---*/
/* Preloader */
		#preloader {
			position:fixed;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background-color:#28315a;
			z-index:999999;
			text-align: center;
		}
		
		#status {
			width:200px;
			height:200px;
			position:absolute;
			left:50%;
			top:50%;
			background-image:url(../images/preloader.gif);
			background-repeat:no-repeat;
			background-position:center;
			margin:-100px 0 0 -100px;
		}
		#status p{text-align:center;color:#fff;}
		
		
.single .white-bg .close,.single .white-bg .team-close{display:none;}



/*----------------------------HEADER SETTING-----------------------------------*/
#home {
 position:relative;
 z-index:3;
}
#product {
 background: url(../images/img_product.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#company {
 background: url(../images/img_company.jpg) no-repeat 50% 30%;
 background-size: cover;
}
#contact {
 background: url(../images/img_contact.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#entry {
 background: url(../images/img_entry.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#facilities {
 background: url(../images/img_facilities.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#recruit {
 background: url(../images/img_recruit.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#heart {
 background: url(../images/img_heart.jpg) no-repeat 50% 50%;
 background-size: cover;
}
.pageTit h2 {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 25px;
 text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
 -moz-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
 -webkit-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
}
.pageTit .subTit {
 font-size: 15px;
 padding-top: 5px;
 text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
 -moz-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
 -webkit-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
}
.header {
	width: 100%;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .header {
	background: rgba(17,27,72,0.9);
	
}
.admin-bar .is-sticky .header {
	margin-top:32px;
}
.menu ul,.navigation {
	list-style: none;
	margin: none;
	float: right;
	margin: 0;
	display: block;
	height: auto;
	position:relative;
	padding:0;
	z-index: 999;
}
.menu ul li,.navigation li {
	float: left;
	position:relative;
}
.menu ul li a,.navigation li a {
	color: #FFFFFF;
	
 text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
 -moz-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
 -webkit-text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
 
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 35px 15px;
	text-transform: uppercase;
}

.menu ul li a:hover,.navigation li a:hover, .navigation .current a {
	color: #b5b5b5;
}
.menu-btn {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50px;
	color: #111b48;
	cursor: pointer;
	display: none;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 27px;
	width: 30px;
}
.menu .sub-menu {
    background: none repeat scroll 0 0 rgba(17,27,72,0.9);
    left: 0;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 100%;
}
.menu .sub-menu li {
    border-bottom: 1px dashed #999;
    border-top: 1px solid #111b48;
    float: none;
	  width: 180px;
}

.menu .sub-menu li a {
    color: #FFFFFF;
    font-size: 13px;
	padding:15px;
}
.menu .sub-menu li a:hover{
 color:#fff;
 background: #000;
 text-shadow: 0 0 0 #fff;
 -moz-text-shadow: 0 0 0 #fff;
 -webkit-text-shadow: 0 0 0 #fff;
}
.logo {
	padding: 20px 0;
	display: block;
}
.logo img {
	width: 180px;
}
.nav-collapse {
    background: none repeat scroll 0 0 rgba(17,27,72,0.9);
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90px;
    width: 140px;
    z-index: 999;
}
.mobile-menu a {
    display: block;
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
/*----------------------------SLIDER SETTING-----------------------------------*/
.box-caption {
	width: 100%;
	z-index: -1;
}
#slidecaption h2, #slidecaption p {
	text-transform: uppercase;
	color: #FFFFFF;
}
#slidecaption {
	padding: 5px 0 50px;
}
#slidecaption h2 {
	font-size: 58px;
	line-height: 58px;
}
.slider-content {
	position: relative;
	overflow: hidden;
	padding: 150px 0 190px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.slider-content2 {
    position: relative;
    overflow: hidden;
    padding: 15px 0 65px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#progress-back {
	background: none repeat scroll 0 0 #aaa;
	height: 1px;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 5;
	overflow: hidden;
}
#progress-bar {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 1px;
	position: relative;
	width: 100%;
}
.centering {
	margin: auto;
	height: 2px;
	width: 100%;
}


.w1170 {
 width: 1170px;
 overflow: hidden;
 margin: 0 auto;
}
@media (max-width:979px) {
	.w1170 {
	    width: 100%;
	}
}


/*----------------------------MAIN SETTING-----------------------------------*/
#recommended {
 background: url(../images/bg_index_02.jpg) no-repeat 50% 50%;
 background-size: cover;
}
#index01Area {
 background: url(../images/bg_index_01.jpg) no-repeat 50% 50%;
 background-size: cover;
}
@media (max-width:979px) {
	#index01Area {
	 background: url(../images/bg_index_01.jpg) no-repeat 70% 50%;
	 background-size: cover;
	}
}
.index01 {
    width: 1170px;
    padding: 100px 575px 100px 0;
    margin: 0 auto;
}
@media (max-width:979px) {
	.index01 {
	    width: 100%;
	    padding: 50px 0;
	}
}



.bracketLt {
 background: url(../images/br_lt.png) no-repeat;
 padding: 30px 0;
}
@media (max-width:979px) {
	.bracketLt {
    background: url(../images/br_lt.png) no-repeat 10% 0;
    background-size: 50px;
	}
}
.bracketLt .bracketRb {
 display: block;
 font-size: 35px;
 text-align: center;
 padding: 0px 0px 20px 0px;
 background: url(../images/br_rb.png) no-repeat right bottom;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width:979px) {
	.bracketLt .bracketRb {
    background: url(../images/br_rb.png) no-repeat 90% 100%;
    background-size: 50px;
    font-size: 25px;
	}
}
.bracketLtWhite {
 background: url(../images/br_lt_wh.png) no-repeat;
 padding: 30px 0;
}
@media (max-width:979px) {
	.bracketLtWhite {
    background: url(../images/br_lt_wh.png) no-repeat 10% 0;
    background-size: 50px;
	}
}
.bracketLtWhite .bracketRb {
 color: #fff !important;
 display: block;
 font-size: 35px;
 text-align: center;
 padding: 0px 0px 20px 0px;
 background: url(../images/br_rb_wh.png) no-repeat right bottom;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width:979px) {
	.bracketLtWhite .bracketRb {
    background: url(../images/br_rb_wh.png) no-repeat 90% 100%;
    background-size: 50px;
    font-size: 25px;
	}
}

h2.bracketLt {
 width: 600px;
 margin: 0 auto;
}
.w1 { width: 100px !important; }
.w2 { width: 200px !important; }
.w3 { width: 300px !important; }
.w4 { width: 400px !important; }
.w5 { width: 500px !important; }

@media (max-width:979px) {
	.w1,.w2,.w3,.w4,.w5 { width: 100% !important; }
}


#index02Area {
 background: #f4f5ef;
 padding-bottom: 50px;
}
#index03Area {
 background: #fff;
 padding-bottom: 50px;
}
.index02 {
 width: 1170px;
 margin: 0 auto;
}
@media (max-width:979px) {
	.index02 {
	    width: 100%;
	}
}
.bdTop {
    background: url(../images/img_bd.jpg) no-repeat top center;
    text-align: center;
    padding: 30px 20px 20px;
    color: #203284;
    font-weight: bold;
}
.writting {
 font-weight: bold;
 font-size: 18px;
}
@media (max-width:979px) {
	.writting {
	 padding: 0 10px;
	}
}
.ofH {
 overflow: hidden;
}
.inner {
 width: 1170px;
 margin: 0 auto;
}
@media (max-width:979px) {
	.inner {
	    width: 100%;
	}
}
.strengths {
 width: 380px;
 float: left;
 margin-bottom: 15px;
}
@media (max-width:979px) {
	.strengths {
	 width: 90%;
	 float: none;
	 margin: 0 auto 15px !important;
	}
	.strengths img {
	 width: 100%;
	}
}
.strengths:nth-child(1),
.strengths:nth-child(2) {
 margin-right: 15px;
}
.strengths:nth-child(4) {
 margin-right: 15px;
 margin-left: 190px;
}
.btmBox {
 padding: 0px 30px 15px;
 background: #fff;
 text-align: center;
}
.btmBox h3 {
    font-size: 27px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 6px 0 12px;
    font-weight: bold;
}
.recommendBnrList {
    overflow: hidden;
    padding: 50px 0 100px;
}
@media (max-width:979px) {
	.recommendBnrList {
	    overflow: hidden;
	    padding: 0px 0 50px;
	}
}
.recommendBnrList li {
 overflow: hidden;
 width: 50%;
 float: left;
}
@media (max-width:979px) {
	.recommendBnrList li {
	 width: 100%;
	 float: none;
	 margin-bottom: 20px;
	}
}
.recommendBnrList li a {
 display: block;
 width: 90%;
 margin: 0 auto;
}
.recommendBnrList li a img {
 width: 100%;
}

#product01Area {
 background: url(../images/bg_product_01.jpg) no-repeat 50% 65%;
 background-size: cover;
}
.product01 {
    width: 1170px;
    padding: 120px 640px 135px 0;
    margin: 0 auto;
}
@media (max-width:979px) {
	#product01Area {
	    background: url(../images/bg_product_01.jpg) no-repeat 60% 65%;
	}
	.product01 {
    width: 100%;
    padding: 120px 35px 135px;
    text-align: center;
	}
}

#facilities01Area {
 background: url(../images/bg_facilities_01.jpg) no-repeat 50% 0%;
 background-size: cover;
}
.facilities01 {
    width: 1170px;
    padding: 175px 640px 150px 0;
    margin: 0 auto;
}
@media (max-width:979px) {
	.facilities01 {
    width: 100%;
    padding: 175px 20px 150px;
	}
}

.facilitiesBlockArea {
 width: 50%;
 float: left;
 margin-bottom: 25px;
}
.facilitiesBlock {
 width: 95%;
 margin: 0 auto;
}
@media (max-width:979px) {
	.facilitiesBlockArea {
	 width: 100%;
	 float: none;
	}
	.facilitiesBlock {
	 width: 95%;
	 margin: 0 auto;
	}
}
.facilitiesTit {
 background: #f7f8fd;
 overflow: hidden;
}


.facilitiesTit .num {
    background: #203284;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    width: 75px;
    float: left;
}
@media (max-width:979px) {
	.facilitiesTit .num {
	    width: 20%;
	}
}
.facilitiesTit .num span {
    font-size: 38px;
    font-weight: bold;
    display: block;
    line-height: 35px;
}
.facilitiesTit h3 {
    padding: 20px 5px;
    width: 470px;
    float: right;
}

@media (max-width:979px) {
	.facilitiesTit h3 {
    padding: 20px 1% 0;
    width: 77%;
    font-size: 18px;
	}
}

.btmBox .imgList {
 overflow: hidden;
}
.btmBox .imgList li {
 width: 50%;
 float: left;
}
@media (max-width:979px) {
	.btmBox .imgList li {
	 width: 100%;
	 float: none;
	}
}
.btmBox .imgList li a {
 display: block;
 width: 95%;
 margin: 0 auto 10px;
}
.btmBox .imgList li a img {
 width: 100%;
}
.btmBox p {
 margin: 0;
}





#company01Area {
 background: url(../images/bg_company_01.jpg) no-repeat 50% 0%;
 background-size: cover;
}
@media (max-width:979px) {
	#company01Area {
    background: url(../images/bg_company_01_sp.jpg) no-repeat 0% 100%;
    background-size: contain;
	}
}
.company01 {
    width: 1170px;
    padding: 175px 0px 150px 615px;
    margin: 0 auto;
}
@media (max-width:979px) {
	.company01 {
    width: 100%;
    padding: 30px 40px 80vw;
	}
}

.greeting {
 text-align: right;
 margin-bottom: 40px;
}
@media (max-width:979px) {
	.greeting {
	 text-align: center;
	 margin-bottom: 30px;
	}
}


#heart01Area {
 background: url(../images/bg_heart_01.jpg) no-repeat 50% 0%;
 background-size: cover;
}
.heart01 {
    width: 1170px;
    padding: 0px 0px 60px 0px;
    margin: 0 auto;
}
@media (max-width:979px) {
	.heart01 {
	    width: 100%;
	}
}


#contact01Area {
 background: url(../images/bg_contact_01.jpg) no-repeat 50% 0%;
 background-size: cover;
}


@media (max-width:979px) {
	#contact01Area {
    background: url(../images/bg_contact_01_sp.jpg) no-repeat 0% 0% #d4d8e1;
    background-size: 240%;
	}
}


.contact01 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 1170px;
    padding: 130px 0px 105px 470px;
    margin: 0 auto;
}
@media (max-width:979px) {
	.contact01 {
    width: 100%;
    padding: 60vw 25px 12px;
	}
}
.contact01 p:nth-child(1) {
    font-size: 25px;
}
.contact01 p:nth-child(2) {
    font-size: 40px;
}
@media (max-width:979px) {
	.contact01 p:nth-child(1) {
    font-size: 19px;
    line-height: 30px;
	}
	.contact01 p:nth-child(2) {
    font-size: 36px;
    line-height: 45px;
	}
}


















/*----------------------------table SETTING-----------------------------------*/
table.baseTab {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d0d0b9;
}
table.baseTab th,
table.baseTab td {
  padding: 20px;
  border-bottom: 1px solid #d0d0b9;
}
table.baseTab th {
  text-align: left;
  width: 20%;
  color: #203284;
}
table.baseTab th.requisite {
    background: url(../images/ic_requisite.jpg) no-repeat 100% 50%;
    background-size: 40px;
}
@media only screen and (max-width: 767px) {
	table.baseTab th.requisite {
	    background: url(../images/ic_requisite.jpg) no-repeat 90% 50%;
	    background-size: 40px;
	}
}



@media only screen and (max-width: 767px) {
  table.baseTab {
    border-top: 1px solid #d0d0b9;
  }
  table.baseTab td {
    display: block;
    text-align: center;
  }
  table.baseTab th {
    background: #d0d0b9;
    display: block;
    border-top: none;
    border-bottom: 1px solid #d0d0b9;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
	.cb {
	 text-align: left !important;
	}
	.cb input {
	 text-align: left !important;
	}
}





/*----------------------------FOOTER SETTING-----------------------------------*/
#footerArea {
 background: #203284;
 color: #fff;
}
#footer {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width:979px) {
	#footer {
	    width: 100%;
	    font-size: 0.8em;
	}
}
#footerTop {
    padding: 50px 0px 0px;
}
#footerTopL {
 width: 50%;
 float: left;
}
@media (max-width:979px) {
	#footerTopL {
	 width: 90%;
	 float: none;
	 margin: 0 auto 30px;
	 text-align: center;
	}
	.fLink li {
	 display: inline;
	 margin-right: 10px;
	 word-break: keep-all;
	}
}
#footerTopL h2 {
 font-weight: bold;
 margin: 0px 0px 10px 0px;
}
#footerTopR {
    width: 26%;
    float: right;
    text-align: right;
    line-height: 55px;
    margin-bottom: 30px;
}
#footerTopR img {
    width: 180px;
}
@media (max-width:979px) {
	#footerTopR {
	 width: 90%;
	 float: none;
	 margin: 0 auto 10px;
	 text-align: center;
	}
}
#footerTopR strong {
 display: block;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 20px;
 font-weight: normal;
}
#footerBtm {
 background: #182667;
}
#copy {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    padding: 27px 0;
}
@media (max-width:979px) {
	#copy {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    font-size: 10px;
	}
}



#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 42px;
}
#page-top a {
    background: #111b48;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 0px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #182667;
}













/*----------------------------COLOR SETTING-----------------------------------*/
.blue  { color: #203284; }
.white { color: #ffffff; }



/*----------------------------LINK SETTING-----------------------------------*/

a {
	color: #203284;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #777;
}
a:focus {
	outline: none;
	color: red;
	text-decoration: none;
}
#footerArea a {
 color: #fff;
}
#footerArea a:hover {
 text-decoration: underline;
}
.fLink li a {
    background: url(../images/btn_arrow_on.png) no-repeat 0px 5px;
    background-size: 11px;
    padding: 0px 0px 0px 23px;
}
.fLink li a:hover {
    background: url(../images/btn_arrow_on.png) no-repeat 3px 5px;
    background-size: 11px;
    padding: 0px 0px 0px 23px;
}
.detailBtn50  { width:  50%; }
.detailBtn100 { width: 100%; }

.detailBtn50,
.detailBtn100 {
 display: block;
 margin: 0 auto;
 border: 2px solid #333;
 padding: 10px;
 text-align: center;
 color: #333;
 font-size: 18px;
 font-weight: bold;
}
.detailBtn50:hover,
.detailBtn100:hover {
 border: 2px solid #203284;
 color: #fff;
 background: #203284;
}























/*-----------------------------media queries-----------------------------------*/


@media (max-width:979px) {
	.logo {
		padding: 13px 0;
	}
}

@media (min-width:768px) and (max-width:979px) {
	.desktop-menu{display:none;}
	.mobile-menu{display:block !important;}
	.slider-content {
		margin: auto;
		max-width: 500px;
		overflow: hidden;
		padding: 100px 0;
		position: relative;
		text-align: center;
	}
	.slider-content2 {
		margin: auto;
		max-width: 500px;
		overflow: hidden;
		padding: 100px 0;
		position: relative;
		text-align: center;
	}
	.menu-btn {
		display: block;
	}
	.nav-collapse {
		border-radius: 0 0 10px 10px;
		height: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 90px;
		width: 100%;
		z-index: 999;
	}
	.navigation li {
		display: inline-block;
		float: none;
	}
}
@media (max-width: 767px) {
	.desktop-menu{display:none;}
	.mobile-menu{display:block !important;}
	.slider-content {
		margin: auto;
		max-width: 500px;
		width: 100%;
		overflow: hidden;
		padding: 80px 0;
		position: relative;
		text-align: center;
	}
	.slider-content2 {
		margin: auto;
		max-width: 500px;
		width: 100%;
		overflow: hidden;
		padding: 80px 0;
		position: relative;
		text-align: center;
	}
	.menu-btn {
		display: block;
	}
	.navigation li {
		display: inline-block;
		float: none;
	}
}
@media (max-width:480px) {
	.navigation li a {
		font-size: 10px;
		letter-spacing: 0;
		padding: 10px;
	}
	.navigation li {
		display: block;
		float: none;
	}
	.header {
		height: 80px;
	}
	.slider-content {
		padding: 60px 0;
		overflow: hidden;
	}
	.slider-content2 {
		padding: 60px 0;
		overflow: hidden;
	}
	.nav-collapse {
		top: 80px;
    width: 100% !important;
	}
}
p.est {
    text-align: left;
    margin: 0 0 0 10px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    -moz-text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media (max-width:480px) {
	p.est {
	    margin: 0 0 0 6px;
	    font-size: 19px;
	}
}