/* = Common
-------------------------------------------------------------- */
body, html {
	font-size: 62.5%;
	/*font-family: Arial, Roboto, "Droid Sans","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight: 100;
	color: #000;
}
pre {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	color: #009ED2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 221px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 2em;
	position: absolute;
	left: -80px;
	top: 0;
}
h3 {
	font-size: 1.8rem;
	border-bottom: 2px solid #000;
	margin-bottom: 0.5em;
}
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
table th, table td {
	padding: 15px 10px;
}
table td.nopd {
	padding: 0px;
}
thead tr th {
}
tbody tr {
	text-align: left;
}
a.btn {
	background-color: #FF8000;
	border-radius: 8px;
	box-shadow: 0 -3px 0 rgba(0,0,0,0.15) inset;
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.a-left {
	text-align: left;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.fc-red {
	color: #E53B3B;
}
.fs12 {
	font-size: 12px !important;
}
.fs13 {
	font-size: 13px !important;
}
.fs15 {
	font-size: 15px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs17 {
	font-size: 17px !important;
}
.fs20 {
	font-size: 20px !important;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w30 {
	width: 33%;
}
.w40 {
	width: 40%;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}
.flex-item {
	-webkit-order: 0;
	order: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-align-self: auto;
	align-self: auto;
}
.flex .flex-item {
	width: 48%;
}
img[src*=icon_check_] {
	width: 14px;
	height: auto;
}
img[src*=icon_illust] {
	width: 30px;
	height: auto;
}
.sp{
	display: none !important;
}
.pc{
	display: block;
}
/* = wrapper
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	min-height: 100%;
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.thead {
	font-size: 17px;
	font-weight: bold;
}
.cell {
	display: table-cell;
}
.thead .cell strong {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.table.bdr .cell {
	border-bottom: 1px dashed #000;
	padding: 0.8em 0 0.8em 0;
}
.table.bdr .th {
	white-space: nowrap;
	padding: 0.8em 2em 0.8em 0;
}
.wd {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
section > .wd {
	padding-top: 120px;
}
.notes {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
/* = header
-------------------------------------------------------------- */
header {
	position: relative;
	border-top: 3px solid #00B4ED;
	text-align: center;
	width: 100%;
	height: 150px;
}
header .hd {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 87px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 5;
}
header .wd {
	width: 1000px;
	position: relative;
}
header .hd .wd:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: -10px;
	background: url(../images/co_header.png) 0 0 no-repeat;
	width: 257px;
	height: 58px;
}
header h1 {
	font-size: 0;
	line-height: 0;
	text-indent: -99999px;
	display: block;
	background: url(../images/co_logo.png) 0 0 no-repeat;
	width: 300px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
}
header .mynavi {
	position: absolute;
	top: 22px;
	right: 0px;
	list-style: none;
	color: #00B4ED;
	font-size: 0;
	line-height: 0;
	width: 187px;
	height: 42px;
	display: block;
}
header .mynavi a {
	text-decoration: none;
	background: url(../images/co_btn_mynavi.png) 0 0 no-repeat;
	width: 187px;
	height: 42px;
	display: block;
	text-indent: -9999px;
}
header .gmenu {
	display: none;
}
header nav {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FAFAFA;
	width: 100%;
	height: 60px;
	z-index: 4;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
header nav ul {
	width: 100%;
	height: 60px;
	list-style: none;
	border-left: 1px solid #D6D6D6;
}
header nav ul li {
	display: inline-block;
	width: 24.5%;
	height: 60px;
	border-right: 1px solid #D6D6D6;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 60px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
header nav ul li:nth-child(1) a {
	background-image: url(../images/co_navi1.png);
}
header nav ul li:nth-child(2) a {
	background-image: url(../images/co_navi2.png)
}
header nav ul li:nth-child(3) a {
	background-image: url(../images/co_navi3.png)
}
header nav ul li:nth-child(4) a {
	background-image: url(../images/co_navi4.png)
}
/* = main
-------------------------------------------------------------- */
main {
}
main section {
	font-size: 1.4rem;
}
/* = footer
-------------------------------------------------------------- */
footer {
	width: 100%;
	background: #FFF44C url(../images/co_foot_bg.png) center top no-repeat;
}
footer .copy {
	width: 100%;
	background-color: #00B4ED;
	padding: 0.3em 0;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
footer .wd {
	width: 1000px;
	height: 65px;
	position: relative;
}
footer .wd a {
	position: absolute;
	background: url(../images/co_btn_pagetop.png) 0 0 no-repeat;
	width: 131px;
	height: 47px;
	display: block;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
}
/* = modal
-------------------------------------------------------------- */
.dialog {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 5;
}
.modal_window {
	top: 50%;
	left: 50%;
	padding: 0 20px;
	margin: -75px 0 0 -150px;
	width: 300px;
	height: 150px;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(0);
}
.modal_window .table {
	width: 100%;
	height: 100%;
}
.modal_window .table .cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
}
.modal_window p {
	font-size: 15px;
	padding: 0;
	font-weight: normal;
}
.modal_window p.pdb {
	margin-bottom: 3em;
}
.modal_window p + p {
	padding: 0 0 15px 0;
}
.modal_window div.btnarea {
	padding: 10px 0 3em 0;
}
.modal_window .controll {
	padding: 0 0 12px 0;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
}
.modal_window .controll a {
	font-size: 25px;
}
.modal_window .controll.table {
	font-size: 20px;
	width: 100%;
	height: auto;
}
.modal_window .controll a {
	color: #00B4ED;
	text-decoration: none;
}
.modal_window .controll.table .cell {
	width: 50%;
}
.modal_window .controll.table .cell:nth-child(1) {
	border-right: 1px solid #ccc;
}



/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
 0% {
opacity: 0;
display: block;
}
 100% {
opacity: 1;
}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	opacity: 1;
	display: block;
}
 @-webkit-keyframes modalScale {
 0% {
opacity: 0;
display: block;
-webkit-transform:scale(0);
}
 100% {
opacity: 1;
-webkit-transform:scale(1);
}
}
div#modal div:target .modal_window {
	-webkit-animation-name: modalScale;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-transform: scale(1);
	opacity: 1;
	display: block;
}
/* #top
-------------------------------------------------------------- */
#top {
	background: #00B3EE url(/images/top_bg.png) center center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}
#top:before {
	background: url(../images/top_img1.png) center top no-repeat;
	width: 1000px;
	height: 108px;
	display: block;
	content: "";
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -500px;
	z-index: 0;
}
#top:after {
	background: url(../images/top_img2.png) center top no-repeat;
	width: 1000px;
	height: 174px;
	display: block;
	content: "";
	overflow: hidden;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -500px;
	z-index: 2;
}
#top .wd {
	position: absolute;
	width: 900px;
	height: 160px;
	display: block;
	top: 110px;
	left: 50%;
	margin-left: -450px;
	z-index: 1;
}
section#top > .wd {
	padding-top: 0;
}
#top .flex {
	width: 860px;
	margin: 0 auto;
}
#top .flex .flex-item {
}
.blog {
	width: 400px;
	height: 160px;
	background-color: #0099E6;
	border: 1px solid #fff;
}
.blog iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}
/* #information
-------------------------------------------------------------- */
#information {
	background: #B2E8FA url(../images/info_bg.png)center center no-repeat;
	padding: 50px 0;
}
#information h2 {
	background-image: url(../images/info_tit.png);
	width: 221px;
	height: 90px;
}
#information .secnavi {
	display: inline-block;
	list-style: none;
	height: 61px;
	position: absolute;
	top: 0;
	right: 0;
}
#information .secnavi li {
	display: inline-block;
	width: 100px;
	height: 61px;
	margin-left: 20px;
}
#information .secnavi li a {
	display: block;
	width: 100px;
	height: 61px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#information .secnavi li:nth-child(1) a {
	background-image: url(../images/info_menu1.png);
}
#information .secnavi li:nth-child(2) a {
	background-image: url(../images/info_menu2.png);
}
#information .secnavi li:nth-child(3) a {
	background-image: url(../images/info_menu3.png);
}
#information .secnavi + .flex {
	margin-bottom: 5em;
}
#information .secnavi + .flex .flex-item:nth-child(1) {
	width: 480px;
}
#information .secnavi + .flex .flex-item:nth-child(2) {
	width: 380px;
}
#information .secnavi + .flex .flex-item:nth-child(1) .table {
	width: 100%;
}
#information h3 span {
	display: inline-block;
	font-size: 1.4rem;
	float: right;
}
#information h4 {
	display: inline-block;
	font-weight: bold;
	padding: 0.35em 1em;
	min-width: 120px;
	text-align: center;
	background-color: #FFEF00;
	box-shadow: 0 -3px 0 rgba(0,0,0,0.1) inset;
	margin-bottom: 1em;
}
#information p {
	line-height: 1.8;
	margin-bottom: 3em;
}
/* #message
-------------------------------------------------------------- */
#message {
	background: #D1EC7F url(/images/msg_bg.png) center center no-repeat;
	padding: 50px 0 30px 0;
}
#message h2 {
	background-image: url(../images/msg_tit.png);
	width: 284px;
	height: 90px;
}
#message p {
	margin-bottom: 2em;
	line-height: 2;
}
#message .photo {
	display: inline-block;
}
#message .photo p{
	margin-bottom: 1em;
}
/* #members
-------------------------------------------------------------- */
#members {
	background-color: #F5BBD4;
	padding: 50px 0;
}
#members .wd {
	width: 1000px;
	background: url(../images/mbr_img1.png) right top no-repeat;
}
#members h2 {
	background-image: url(../images/mbr_tit.png);
	width: 221px;
	height: 90px;
	left: -30px;
}
#members .secnavi {
	display: inline-block;
	list-style: none;
	height: 61px;
	position: absolute;
	top: 0;
	right: 150px;
}
#members .secnavi li {
	display: inline-block;
	width: 121px;
	height: 77px;
	margin-left: 20px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#members .secnavi li:nth-child(1) {
	background-image: url(../images/mbr_menu1.png);
}
#members .secnavi li:nth-child(2) {
	background-image: url(../images/mbr_menu2.png);
}
#members .secnavi li:nth-child(3) {
	background-image: url(../images/mbr_menu3.png);
}
.swiper-container {
	width: 100%;
	height: 370px;
	background: url(../images/mbr_bg.png) center 0 no-repeat;
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}
.swiper-container .table {
	width: 810px;
}
.swiper-container .table .cell {
	vertical-align: top;
	text-align: left;
	padding-top: 50px;
}
.swiper-slide .table .cell:nth-child(1) {
	width: 200px;
}
.swiper-slide .table .cell:nth-child(2) {
	width: 610px;
}
.swiper-slide .name {
	display: inline-block;
	width: 120px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.swiper-slide .name strong {
	font-size: 1.8rem;
	font-weight: bold;
}
.swiper-slide .expert {
	display: inline-block;
	width: 480px;
	font-size: 1.2rem;
}
.swiper-slide .expert + dl.qa {
	margin-top: 1em;
}
dl.qa {
	display: table;
	width: 100%;
	margin-bottom: 0.5em;
}
dl.qa dt {
	display: table-cell;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
	padding-right: 1em;
	font-size: 1.8rem;
	font-weight: bold;
}
dl.qa dd {
	display: table-cell;
	width: 99%;
	vertical-align: top;
	font-size: 1.4rem;
}
.swiper-button-next, .swiper-button-prev {
	width: 45px;
	height: 45px;
	margin-top: -45px;
}
.swiper-button-next {
	background: url(../images/mbr_btn_next.png) 0 0 no-repeat;
}
.swiper-button-prev {
	background: url(../images/mbr_btn_prev.png) 0 0 no-repeat;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
/* #recruit
-------------------------------------------------------------- */
#recruit {
	background: #FFF44C url(/images/rec_bg.png) center top no-repeat;
	padding: 50px 0;
}
#recruit .wd {
	background: url(../images/rec_img1.png) right top no-repeat;
	padding-top: 160px;
}
#recruit h2 {
	background-image: url(../images/rec_tit.png);
	width: 221px;
	height: 90px;
}
#recruit .table {
	margin-bottom: 3em;
}
#recruit .wd > h2 +.table {
	width: 100%;
}
#recruit .wd > h2 +.table .cell {
	vertical-align: top;
}
#recruit .wd > h2 +.table .cell:nth-child(1) {
	width: 690px;
}
#recruit .wd > h2 +.table .cell:nth-child(1) .table .cell:nth-child(1) {
	width: auto;
}
#recruit p {
	margin-bottom: 1em;
}
#recruit .schedule {
	padding-top: 2em;
	text-align: center;
}
#recruit .schedule img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* smartphone
 * --------------------------------------- */
@media screen and (max-width: 769px) {
	.wd {
		width: auto !important;
		margin: 0 2rem;
	}
	.flex, .table {
		display: block;
		width: 100%;
	}
	.flex .flex-item, .table .cell {
		display: block;
		width: 100%;
	}
	.row {
   	 	display: block;
		width: 100%;
	}
	header {
		height: 87px;
	}
	header .gmenu {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -24px;
		width: 48px;
		height: 48px;
		text-align: center;
		padding: 4px 0 0 4px;
	}
	header .gmenu i {
		font-size: 40px;
		color: #ddd;
	}
	header .hd .wd:before {
		background: url(../images/co_header_sp.png) 0 0 no-repeat;
		width: 33%;
		height: 30px;
		background-size: 100% auto;
		left: 0;
		top: 50%;
		margin-top: -15px;
	}
	header h1 {
		background: url(../images/co_logo_sp.png) 0 0 no-repeat;
		background-size: cover;
		width: 80px;
		height: 65px;
		top: 10px;
		left: 50%;
		margin-left: -32px;
	}
	header .wd{
		width: 100% !important;
		margin: 0 !important;
		height: 87px;
	}
	header .mynavi {
		display: none;
	}
	.table.bdr .th {
		font-weight: bold;
	}
	#top {
		height: auto;
		padding: 2em 0;
	}
	#top .wd {
		position: relative;
		height: auto;
		top: inherit;
		left: inherit;
		margin: 0 1em;
	}
	#top .flex {
		width: auto;
		margin: 0 auto;
	}
	#top .flex-item{
		margin: 1em 0;
	}
	#top:before,  #top:after {
		display: none;
	}
	.fb, .blog {
		width: 100%;
		height: 160px;
		overflow: hidden;
	}
	nav {
		display: none;
	}
	 #information .secnavi + .flex .flex-item:nth-child(1),  #information .secnavi + .flex .flex-item:nth-child(2),  #information .secnavi + .flex .flex-item:nth-child(2) iframe,  #recruit .wd > h2 +.table .cell:nth-child(1) {
		width: 100%;
	}
	h2{
    	left: 50%;
		margin-left: -140px;
	}
	#information .secnavi{
		display: none;
	}
	#information h2{
    	left: 50%;
		margin-left: -140px;
	}
	#information .table {
		display: table;
		margin-bottom: 3em;
	}
	#information .table .cell{
		display: table-cell;
		width: auto;
	}
	#information .row {
   	 	display: table-row;
		width: 100%;
	}
	#information .flex.acc{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
	}
	#information .flex.acc .flex-item{
		width: auto;
	}
	#message h2{
		margin-left: -170px;
	}
	#message .flex-item.a-right{
		text-align: center !important;
	}
	#members .wd{
		background-image: none;
	}
	#members .secnavi{
		width: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
		top: inherit;
		right: inherit;
		height: auto;
	}
	#members .secnavi li{
		width: 30%;
		max-width: 121px;
		margin-left: 0px;
		background-size: 100%;
	}
	#members h2{
		left: 50%;
	}
	#members .wd:after{
		display: block;
		width: 100%;
		height: 110px;
		content: "";
		position: absolute;
		left: 0;
		bottom: -20px;
		background: url(../images/mbr_img_cover.png)center bottom no-repeat;
		z-index: 2
	}
	.swiper-container{
		height: auto;
		background: url(../images/mbr_bg_sp.png) center 0 repeat;
	}
	.swiper-slide{
		padding-bottom: 50px;
	}
	.swiper-container .table{
		width: 80%;
	}
	.swiper-slide .table .cell:nth-child(1),
	.swiper-slide .table .cell:nth-child(2){
		width: 100%;
	}
	.swiper-slide .table .cell:nth-child(1){
		padding-top: 30px;
		text-align: center;
	}
	.swiper-slide .table .cell:nth-child(2){
		padding-top: 10px;
	}
	.swiper-slide .name,
	.swiper-slide .expert{
		width: 100%;
		text-align: center;
	}
	.swiper-button-next, .swiper-button-prev{
		top:90px;
		margin-top: 0;
	}
	#recruit .schedule img {
		width: 100%;
		height: auto;
	}
	#recruit .wd {
		background: url(../images/rec_img1.png) center 100px no-repeat;
		background-size: 100%;
		padding-top: 55%;
	}
	#recruit .th {
		border-bottom: none;
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	#recruit .wd > h2 +.table .cell p + p,
	#recruit .wd > h2 +.table .cell p + p + p + p +p{
		text-align: center;
	}
	#recruit .wd > h2 +.table .cell p + p + p{
		text-align: left;
	}
	#recruit .wd > h2 +.table .cell:nth-child(1) .table .cell:nth-child(1) {
		width: 100%;
	}
	
	#recruit div.cell.sp a.btn{
		text-align: left;
		position: relative;
	}
	#recruit div.cell.sp a.btn img{
		width: 100px;
		height: auto;
		position: absolute;
		top: -20px;
		right: 20px;
	}
	.sp{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
	
	/* = arrow_box
	-------------------------------------------------------------- */
	.arrow_box {
		position: relative;
		background: #E3F7FD;
		border-radius: 6px;
		padding: 10px;
		text-align: left;
		margin-top: 5px;
		display: none;
	}
	.arrow_box:after, .arrow_box:before {
		bottom: 100%;
		left: 20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #E3F7FD;
		border-width: 8px;
		margin-left: -8px;
	}
	.arrow_box:before {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #E3F7FD;
		border-width: 9px;
		margin-left: -9px;
	}
	.arrow_box.on {
		display: block;
		}
	footer{
		background-image: none;
	}
	
	
	
.mask-modal {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
	overflow: hidden;
	-webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
.sidenav-visible {
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.sidenav-visible body, .sidenav-visible .mask-modal, .sidenav-visible .content {
	z-index: 0;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-user-select: none;
	-webkit-overflow-scrolling: none;
}
	
header nav{
	height: auto;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 260px;
	visibility: hidden;
	-webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s, visibility 1s linear 0s;
	-moz-transition: -moz-transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s, visibility 1s linear 0s;
	transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s, visibility 1s linear 0s;
	opacity:0.99
}
	header nav ul{
		border: none;
	}
header nav ul li{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2)
	}
header nav ul li a{
    text-indent: 100px;
	background-position: 10px center;
	color:#000;
	text-decoration: none;
	font-size: 1.6rem;
	text-align: left;
	padding-top: 1em;
	}
.sidenav-visible nav {
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	overflow-x: scroll;
	-webkit-box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
.sidenav-visible nav  * {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.sidenav-visible .mask-modal {
	opacity: 1;
	visibility: visible;
	z-index: 100;
	display: block;
	overflow: hidden;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	-webkit-user-select: none;
	-webkit-overflow-scrolling: none;
}

.sidenav-visible-md body {
	z-index: 9000;
}
.sidenav-visible-md nav {
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	overflow-x: scroll;
	-webkit-box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0.0625rem 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
.sidenav-visible-md nav > * {
	-webkit-transform: translateZ(0px);
}
.sidenav-hidden nav  {
	visibility: hidden;
	-webkit-transform: translateX(-26.0625rem);
	-moz-transform: translateX(-26.0625rem);
	-ms-transform: translateX(-26.0625rem);
	-o-transform: translateX(-26.0625rem);
	transform: translateX(-26.0625rem);
}
	
	
}

/* print
 * --------------------------------------- */
@media print {
	section{
		font-size: 1.6rem;
	}
	.pagebrake{
		page-break-before: always;
	}
	h3.pagebrake{
		padding-top: 50px;
	}
	.swiper-container{
		height: auto;
		background: none;
	}
	.swiper-wrapper,
	.swiper-slide{
		display: block;
	}
	.swiper-slide{
		border-top: 1px solid #fff;
		page-break-before:avoid;
		display: inline-block;
	}
	.swiper-container .table{
		margin: 0 auto 0 auto;
	}
	.swiper-container .table .cell{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.swiper-button-next, .swiper-button-prev,.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		display: none;
	}
}