@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	background: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;

	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.ie body {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a {
	/*color: #005da3;*/
	color: #00aa87;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background 0.15s, border 0.15s;
	-o-transition: color 0.15s, background 0.15s, border 0.15s;
	transition: color 0.15s, background 0.15s, border 0.15s;
}
a:hover {
	text-decoration: none;
}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse:hover,
.a_reverse a:hover {
	text-decoration: underline;
}

::selection {
/*	background: #005da3;*/
	background: #00aa87;
	color: #fff;
}
::-moz-selection {
/*	background: #005da3;*/
	background: #00aa87;
	color: #fff;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}

.slick-slider * {
	outline: none;
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.sp_min {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
		font-weight: normal;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		display: block;
		content: attr(data-label-r);
	}
}


/* color
============================================================================================================ */
.c_theme {
/*	color: #005da3;*/
	color: #00aa87;
}
.bg_theme {
/*	background-color: #005da3;*/
	background-color: #00aa87;
	color: #fff;
}


/* font family
============================================================================================================ */
.ff_en {
	font-family: 'Pragati Narrow', sans-serif;
	letter-spacing: 1px;
}


/* font size
============================================================================================================ */
.fz_s {
	font-size: 13px;
	font-size: 1.3rem;
}
.fz_m {
	font-size: 15px;
	font-size: 1.5rem;
}
.fz_ml {
	font-size: 16px;
	font-size: 1.6rem;
}
.fz_l {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.dblock {
	display: block;
}
@media screen and (max-width: 680px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.6rem;
	}
	.fz_m {
		font-size: 1.4rem;
	}
}




/* w
============================================================================================================ */
.w,
.iw {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iw {
	width: 1020px;
}
.iw:after,
.w:after {
	content: ""; display: table; clear: both;
}
.mw {
	min-width: 1160px;
	margin: auto;
}
@media screen and (max-width: 680px) {
	.w,
	.iw {
		width: auto;
		padding: 0 15px;
	}
	.mw {
		min-width: 0;
	}
}

/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
	/*overflow: hidden;*/
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a[href].hv_wh:hover:after,
button.hv_wh:hover:after,
a[href]:hover .hv_wh:after,
.hv_wh a[href]:hover:after {
	background-color: rgba(255,255,255,0.3);
}
a[href].hv_wh.a20:hover:after,
button.hv_wh.a20:hover:after,
a[href]:hover .hv_wh.a20:after,
.hv_wh.a20 a[href]:hover:after {
	background-color: rgba(255,255,255,0.2);
}
a[href].hv_wh.a10:hover:after,
button.hv_wh.a10:hover:after,
a[href]:hover .hv_wh.a10:after,
.hv_wh.a10 a[href]:hover:after {
	background-color: rgba(255,255,255,0.1);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}





/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 0;
	top: -20px;
	z-index: -1;
}
@media screen and (max-width: 680px) {
	.target {
		top: -50px;
	}
}




/* header
============================================================================================================ */
#header {
	position: relative;
	background-color: #fff;
	padding-right: 80px;
	z-index: 1000;
}
@media print {
	#header {
		padding-right: 0;
	}
}
@media screen and (min-width: 681px) {
}
@media screen and (max-width: 680px) {
	#header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		padding: 0;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		height: 50px;
	}
}

/* group_header
------------------------------------------------------------- */
@media screen and (min-width: 681px), print {
	#header .group_header {
		padding: 8px 0;
	}
	#header .group_header .logo {
		float: left;
	}
	#header .group_header .logo a {
		display: block;
	}
	#header .group_header nav ul {
		float: right;
		padding-top: 12px;
		margin-right: -20px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#header .group_header nav ul li {
		float: left;
	}
	#header .group_header nav ul a {
		position: relative;
		display: block;
		padding: 24px 20px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	#header .group_header nav ul a:after {
		content: "";
		position: absolute;
		bottom: 16px;
		right: 15px;
		left: 15px;
		border-bottom: 2px solid #000;
		opacity: 0;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .group_header nav ul a:hover:after,
	#header .group_header nav ul a.current:after {
		opacity: 1;
		bottom: 18px;
	}
}
@media screen and (max-width: 680px) {
	#header .group_header {
		position: relative;
		padding: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		z-index: 100;
	}
	#header .group_header .logo {
	}
	#header .group_header .logo a {
		display: inline-block;
		padding: 0 10px;
	}
	#header .group_header .logo img {
		width: auto;
		height: 50px;
	}
}

/* local_header
------------------------------------------------------------- */
#header .local_header {
		background-color: #00aa87;
	}
@media screen and (min-width: 681px), print {
	#header .local_header {
		padding: 5px 0;
	}
	#header .local_header h1 {
		float: left;
	}
	#header .local_header ul {
		float: right;
		padding-top: 3px;
	}
	#header .local_header ul li {
		float: left;
		margin-left: 15px;
	}
	#header .local_header ul a {
		display: table;
		width: 245px;
		height: 44px;
		background-color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: bold;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	#header .local_header ul a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#header .local_header ul a:hover {
		opacity: .8;
	}
}

@media screen and (max-width: 680px) {
	#header .local_header {
		text-align: center;
	}
}

/* s_contact
------------------------------------------------------------- */
#header .s_contact {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	bottom: 0;
	padding: 126px 10px 0;
	border-left: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 1000;
}
#header .s_contact li + li {
	margin-top: 10px;
}
#header .s_contact li a {
	display: block;
	overflow: hidden;
	background-color: #005da3;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#header .s_contact li a > span {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .s_contact li a > span > span {
	display: table-cell;
	height: 208px;
	padding: 0 20px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .s_contact li a.contact {
	padding-top: 10px;
}
#header .s_contact li a.trial > span > span {
	height: 118px;
}
#header .s_contact li a.contact .now {
	position: absolute;
	top: 22px;
	right: -10px;
	width: 100px !important;
	padding: 2px 7px;
	background-color: #c5171f;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	text-align: right;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#header .s_contact .tel {
	height: 350px;
	margin-top: 8px;
	background: url(../images/head/tel.png) no-repeat 50%;
}
#header .s_contact .tel a {
	display: none;
}



/* global_nav
------------------------------------------------------------- */
#header .global_nav {
	position: fixed;
	right: -300px;
	top: 0;
	width: 350px;
	background-color: #005da3;
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	z-index: 500;
}
@media print {
	#header .global_nav {
		display: none;
	}
}
@media screen and (min-width: 681px) {
	#header.open .global_nav {
		right: 80px;
	}
	#header .global_nav {
		max-height: 100%;
		overflow: auto;
	}
}
@media screen and (max-width: 680px) {
	#header .global_nav {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		max-height: 100%;
		padding-top: 50px;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		transform: translateY(-110%);

		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;

		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		z-index: 20;
	}
	/* open */
	#header.open .global_nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	/* showed */
	#header.showed .global_nav {
		-webkit-transition: -webkit-transform 0.3s !important;
		-o-transition: -o-transform 0.3s !important;
		transition: transform 0.3s !important;
	}
}


/* gnav */
#header .global_nav .gnav {
	padding: 20px 20px 0;
	background-color: #005da3;
}
#header .global_nav .gnav:after {
	content: ""; display: table; clear: both;
}
#header .global_nav .gnav li:after {
	content: "";
	display: block;
	border-top: 1px solid rgba(255,255,255,.2);
}
#header .global_nav .gnav a {
	position: relative;
	display: block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
}
#header .global_nav .gnav a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .global_nav .gnav li {
	position: relative;
	float: left;
	width: 50%;
}
#header .global_nav .gnav li.group_top,
#header .global_nav .gnav li.slogo {
	width: 100%;
}
#header .global_nav .gnav li.group_top ~ li:nth-child(2n):before,
#header .global_nav .gnav li.slogo ~ li:nth-child(2n):before {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
	border-right: 1px solid rgba(255,255,255,.2);
}
#header .global_nav .gnav li:after {
	border-top: 1px solid rgba(255,255,255,.2);
}
#header .global_nav .gnav.local {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	z-index: 2;
}
#header .global_nav .gnav li.slogo a {
	padding: 5px 10px;
}
#header .global_nav .gnav li.slogo a img {
	width: auto;
	height: 40px;
}

@media screen and (min-width: 681px) {
	#header .global_nav .gnav a {
	}
	#header .global_nav .gnav a:hover {
		text-decoration: underline;
	}
	#header .global_nav .gnav li.slogo a img {
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	#header .global_nav .gnav li.slogo a:hover img {
		opacity: .7;
	}
}
@media screen and (max-width: 680px) {
	#header .global_nav .gnav {
		padding: 0 15px;
	}
	#header .global_nav .gnav a {
		padding: 12px 15px;
		font-size: 1.2rem;
	}
	#header .global_nav .gnav a::after {
		right: 15px;
	}
	#header .global_nav .gnav.local {
		margin-top: -1px;
		padding-top: 15px;
	}
	#header .global_nav .gnav li.slogo a {
		padding: 5px 25px 5px 15px;
	}
}
@media screen and (max-width: 370px) {
	#header .global_nav .gnav {
		padding: 0 10px;
	}
}

/* contact */
#header .global_nav .contact {
	padding: 20px;
	text-align: center;
}
#header .global_nav .contact dt {
	position: relative;
	margin-bottom: 10px;
	background-color: #2d7bc2;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
#header .global_nav .contact dt::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	background-color: #2d7bc2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .global_nav .contact .tel a {
	display: inline-block;
	padding-left: 40px;
	background: url(../images/head/contact_tel_ico.png) no-repeat 0;
	-webkit-background-size: 40px;
	background-size: 40px;
}
#header .global_nav .contact ul {
	margin: 15px 0 0;
}
#header .global_nav .contact li {
	position: relative;
	overflow: hidden;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .global_nav .contact li a {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
	height: 45px;
	background-color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .global_nav .contact li a > * {
	display: table-cell;
	vertical-align: middle;
}
#header .global_nav .contact li a .now {
	position: absolute;
	top: 21px;
	right: -12px;
	width: 100px !important;
	padding: 1px 7px;
	background-color: #c5171f;
	font-size: 1rem;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
	text-align: right;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#header .global_nav .contact li a.trial {
	color: #fff;
}
#header .global_nav .contact li.half {
	float: left;
	width: 48.5%;
}
#header .global_nav .contact li.half + li {
	width: 48.5%;
	float: right;
}
#header .global_nav .contact li.half + li a {
	padding-right: 20px;
}
#header .global_nav .contact li.half + li .ib {
	display: block;
}
#header .global_nav .contact li.faq {
	clear: both;
	padding-top: 10px;
}
@media screen and (min-width: 681px) {
	#header .global_nav .contact li a {
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	#header .global_nav .contact li a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 680px) {
	#header .global_nav .contact {
		padding: 15px;
	}
	#header .global_nav .contact dt {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	#header .global_nav .contact li a {
		font-size: 1.2rem;
	}
	#header .global_nav .contact li.half + li a {
		padding-right: 10px;
	}
}
@media screen and (max-width: 370px) {
	#header .global_nav .contact {
		padding: 10px;
	}
}

/* grnav */
#header .global_nav .grnav {
	padding: 15px;
	background-color: #fff;
}
#header .global_nav .grnav:after {
	content: ""; display: table; clear: both;
}
#header .global_nav .grnav li {
	float: left;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .global_nav .grnav li a {
	display: table;
	width: 100%;
	height: 40px;
	background-color: #005da3;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
}
#header .global_nav .grnav li a.shudan {
	background-color: #901613;
}
#header .global_nav .grnav li a.kobetsu {
	background-color: #c49801;
}
#header .global_nav .grnav li a.jiritsu {
	background-color: #0c7137;
}
#header .global_nav .grnav li a.es {
	background-color: #00aa87;
}
#header .global_nav .grnav li a > span {
	display: table-cell;
	vertical-align: middle;
}
#header .global_nav .grnav li a > span span {
	display: block;
	font-size: 0.9rem;
}
@media screen and (max-width: 680px) {
	#header .global_nav .grnav {
		padding: 10px;
	}
}
@media screen and (max-width: 370px) {
	#header .global_nav .grnav {
		padding: 5px;
	}
}
/* nav
------------------------------------------------------------- */
#header .global_nav .gnav.local,
#header .global_nav .contact {
	background-color: #00aa87;
}
#header .global_nav .contact dt,
#header .global_nav .contact dt::after {
	background-color: #54c2ab;
}
#header .global_nav .contact .tel a {
	background-image: url(../images/head/contact_tel_ico.png);
}

#header .global_nav .contact li a.trial,
#header .s_contact li a.trial {
	background-color: #c5171f;
}
#header .s_contact li a.contact {
	background-color: #00aa87;
}
#header .s_contact li a.contact .now {
	background-color: #d0b101;
}
#header .s_contact .tel {
	background-image: url(../images/head/tel.png);
}
@media screen and (min-width: 681px) {
	#header .nav_btn:hover {
		background-color: #4dc4ab;
	}
}


/* nav_btn
------------------------------------------------------------- */
#header .nav_btn {
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	/*background-color: #005da3;*/
	background-color: #00aa87;

	z-index: 1000;
}
#header .nav_btn a {
	position: relative;
	display: block;
	height: 116px;
	z-index: 3;
}
#header .nav_btn:before,
#header .nav_btn a:before,
#header .nav_btn a:after {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	top: 50%;
	height: 3px;
	margin-top: -1px;
	background-color: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#header .nav_btn a:before {
	-webkit-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
#header .nav_btn a:after {
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	-o-transform: translateY(9px);
	transform: translateY(9px);
}

/* open */
#header.open .nav_btn:before {
	opacity: 0;
}
#header.open .nav_btn a:before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#header.open .nav_btn a:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
@media screen and (min-width: 681px) {
	#header .nav_btn {
		-webkit-transition: background 0.15s;
		-o-transition: background 0.15s;
		transition: background 0.15s;
	}
	#header .nav_btn:hover {
		background-color: #1a6eac;
	}
}
@media screen and (max-width: 680px) {
	#header .nav_btn {
		width: 50px;
	}
	#header .nav_btn a {
		height: 50px !important;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		left: 10px;
		right: 10px;
	}
}
@media screen and (min-width: 681px) and (max-height: 900px) {
	#header .s_contact li a.contact > span > span {
		height: 120px;
	}
	#header .s_contact li a.trial > span > span {
		height: 80px;
	}

	#header .s_contact li a.contact > span > span {
		padding-right: 2px;
		padding-left: 2px;
	}
	#header .s_contact li a.contact > span > span > span {
		display: inline-block;
		width: 1em;
		padding: 0 0.1em;
		vertical-align: middle;
	}
	#header .s_contact li a.contact > span > span > .dot {
		display: none;
	}
}
@media screen and (min-width: 681px) and (max-height: 800px) {
	#header .nav_btn a {
		height: 90px;
	}
	#header .s_contact {
		padding-top: 100px;
	}

	#header .global_nav .gnav {
		padding-top: 10px;
	}
	#header .global_nav .contact {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#header .global_nav .grnav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 681px) and (max-height: 760px) {
	#header .nav_btn a {
		height: 70px;
	}
	#header .s_contact {
		padding-top: 80px;
	}
	#header .global_nav .gnav {
		padding-top: 5px;
	}
	#header .global_nav .gnav a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#header .global_nav .grnav {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media print {
	#header .nav_btn {
		display: none;
	}
}
@media screen and (min-width: 681px), print {
	#header .nav_btn {
		background-color: #00aa87;
	}
}


/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 10px;
	right: 0;
	width: 70px;
	height: 60px;
	z-index: 1001;
}
#pagetop a {
	overflow: hidden;
	position: absolute;
	right: -70px;
	width: 60px;
	height: 0;
	padding-top: 60px;
	/*background-color: #005da3;*/
	background-color: #00aa87;
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
}
#pagetop.show a {
	right: 10px;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	margin: -3px 0 0 -6px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagetop a:hover:before {
	margin-top: -4px;
}
@media screen and (max-height: 740px) {
	#pagetop {
		position: absolute;
		right: 75px;
		bottom: 5px;
	}
}
@media screen and (max-width: 680px) {
	#pagetop {
		position: static;
		width: auto;
		height: auto;
		margin-top: 30px;
	}
	#pagetop a {
		display: block;
		width: auto;
		position: relative;
		right: 0 !important;
		padding-top: 35px;
	}
}
@media print {
	#pagetop {
		display: none;
	}
}


/* footContact
============================================================================================================ */
#footContact {
	margin-top: 70px;
	padding: 35px 0;
	background-color: #f6f6f6;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
#footContact > div {
	width: 1030px;
	margin: auto;
}
#footContact > div:after {
	content: ""; display: table; clear: both;
}

#footContact h1 {
	margin-bottom: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}
#footContact h1 span {
	display: block;
	color: #cccccc;
}
#footContact dl {
	float: left;
	width: 490px;
}
#footContact dl + dl {
	float: right;
}
#footContact dl dt {
	margin-bottom: 30px;
	padding: 7px;
	background-color: #b3b3b3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}
#footContact .tel a {
	position: relative;
	margin: -8px 0 5px;
	display: inline-block;
	padding-left: 60px;
	color: #323232;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.1;
	font-weight: bold;
}
#footContact .tel a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -19px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	/*background: #005ca2 url(../images/foot/ico_tel.png);*/
	background-color: #00aa87 url(../images/foot/ico_tel.png);
}
#footContact .contact dd {
	position: relative;
	overflow: hidden;
}
#footContact .contact a {
	display: block;
	padding: 12px;
	border: 2px solid;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#footContact .contact a:hover {
	background-color: #fff;
}
#footContact .contact a .now {
	position: absolute;
	top: 20px;
	right: -10px;
	width: 100px;
	padding: 2px 7px;
	background-color: #c5171f;
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	text-align: right;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

#footContact .contact li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 234px;
}
#footContact .contact li + li {
	float: right;
}
#footContact .contact li a {
	padding: 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
}


@media screen and (max-width: 680px) {
	#footContact {
		margin-top: 0;
		padding: 15px 0;
		font-size: 1rem;
	}
	#footContact > div {
		width: auto;
	}
	#footContact h1 {
		margin-bottom: 8px;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	#footContact dl {
		float: none !important;
		width: auto;
		margin: 15px 15px 0;
	}
	#footContact dl dt {
		margin-bottom: 10px;
		padding: 5px;
		font-size: 1.4rem;
	}
	#footContact .tel a {
		margin: 0 0 3px;
		padding-left: 30px;
		color: #323232;
		font-size: 2.6rem;
	}
	#footContact .tel a:before {
		margin-top: -9px;
		width: 19px;
		height: 19px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	#footContact .contact a {
		padding: 7px !important;
		font-size: 1.5rem !imoprtant;
	}

	#footContact .contact li {
		float: none !important;
		width: auto;
	}
	#footContact .contact li + li {
		margin-top: 5px;
	}
}



/* footer
============================================================================================================ */


#footer {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 100px;
	background-color: #009c7c;
/*	background-color: #00518f;*/
	z-index: 10;
}
#footer nav {
	padding: 18px 0;
	text-align: center;
}
#footer nav li {
	display: inline-block;
	padding: 0 8px;
}
#footer nav li a {
	display: block;
	width: 150px;
	padding: 10px 0;
	/*background-color: #005ca2;*/
	background-color: #00aa87;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 680px) {
	#footer {
		padding-bottom: 92px;
		font-size: 1.2rem;
	}
	#footer nav {
		padding: 10px 0;
		text-align: center;
	}
	#footer nav li {
		width: 30%;
		padding: 0 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer nav li a {
		width: 100%;
		padding: 6px 0;
	}
}
@media print {
	#footer {
		padding-bottom: 0;
	}
}

/* copyright
------------------------------------------------------------- */
#footer small {
	display: block;
/*	background-color: #005ca2;*/
	background-color: #00aa87;
	padding: 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#footer small {
		padding: 10px 0;
		font-size: 1rem;
		letter-spacing: 0;
	}
}



/* container
============================================================================================================ */
#container {
	position: relative;
	/*padding-right: 80px;*/
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
	#container {
		/*padding-top: 50px;*/
		/*padding-top: 100px;*/
		padding-right: 0;
		font-size: 1.3rem;
	}
}
@media print {
	#container {
		padding-right: 0;
	}
}





/* pageTitle
============================================================================================================ */
#pageTitle {
	display: table;
	width: 100%;
	height: 160px;
	/*background: url(../images/parts/title_bg.jpg) no-repeat 50%;*/
	background-image: url(../images/parts/title_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
#pageTitle span {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	#pageTitle {
		height: 80px;
	}
	#pageTitle span {
		-webkit-background-size: auto 80px;
		background-size: auto 80px;
		font-size: 2rem;
	}
}




/* topicpath
============================================================================================================ */
#topicpath {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 1px solid #ededed;
	font-size: 13px;
	font-size: 1.3rem;
}
#topicpath a:not([href]) {
	text-decoration: none;
	color: #333;
}
@media screen and (min-width: 681px), print {
	#topicpath a {
		position: relative;
		overflow: hidden;
		display: inline-block;
		padding: 10px 30px 10px 0;
		text-decoration: none;
		vertical-align: middle;
	}
	#topicpath a[href]:hover {
		text-decoration: underline;
	}
	#topicpath a[href]:after {
		content: "";
		position: absolute;
		right: -8px;
		top: 50%;
		width: 50px;
		height: 50px;
		margin-top: -28px;
		border-right: 6px solid #ededed;
		border-top: 6px solid #ededed;
		-webkit-transform: scale(0.3, 1) rotate(45deg);
		-ms-transform: scale(0.3, 1) rotate(45deg);
		-o-transform: scale(0.3, 1) rotate(45deg);
		transform: scale(0.3, 1) rotate(45deg);
	}
}
@media screen and (max-width: 680px) {
	#topicpath {
		margin-bottom: 20px;
		padding: 5px 0;
		font-size: 1.1rem;
	}
	#topicpath a {
		text-decoration: none;
	}
	#topicpath a[href]::after {
		content: ">";
		margin-left: .5em;
	}
}



/* title
============================================================================================================ */
.title_l {
	margin-bottom: 30px;
	padding-bottom: 10px;
	/*border-bottom: 2px solid #005da3;*/
	font-size: 30px;
	font-size: 3rem;
	/*color: #005da3;*/
	line-height: 1.4;
        border-bottom-color: #00aa87;
	color: #00aa87;
}
@media screen and (max-width: 680px) {
	.title_l {
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size: 2rem;
	}
}

.title_bg {
	margin-bottom: 40px;
	padding: 10px;
	/*background-color: #005da3;*/
	background-color: #00aa87;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.title_bg {
		margin-bottom: 20px;
		padding: 6px;
		font-size: 1.8rem;
	}
}



/* .page_tab
============================================================================================================ */
.page_tab {
	margin-bottom: 50px;
}
.page_tab ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.page_tab ul > * {
	display: table-cell;
}
.page_tab ul a {
	position: relative;
	display: block;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
	border: 5px solid;
	cursor: default;
}
.page_tab ul a[href] {
	color: #333;
	border-right-width: 0;
	border-left-width: 0;
	border-color: #fff #fff #e5e5e5;
	cursor: pointer;
}
.page_tab ul a[href]:hover {
	/*background-color: #005da3;
	border-color: #005da3;*/
	background-color: #00aa87;
	border-color: #00aa87;
	color: #fff;
}
.page_tab ul a[href]:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 11px;
	height: 11px;
	margin-top: -7px;
	border-bottom: 3px solid #005da3;
	border-right: 3px solid #005da3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border 0.15s;
	-o-transition: border 0.15s;
	transition: border 0.15s;
}
.page_tab ul a[href]:hover:after {
/*	border-color: #fff !important;*/
        border-color: #00aa87;
}

@media screen and (max-width: 680px) {
	.page_tab {
		margin-bottom: 30px;
	}
	.page_tab ul a {
		padding: 6px 0;
		font-size: 1.4rem;
		line-height: 1.3;
		border-width: 2px;
	}
	.page_tab ul a[href]:after {
		right: 5px;
		-webkit-transform: scale(0.6) rotate(45deg);
		-ms-transform: scale(0.6) rotate(45deg);
		-o-transform: scale(0.6) rotate(45deg);
		transform: scale(0.6) rotate(45deg);
	}
}



/* table
============================================================================================================ */
table.basic {
	width: 100%;
}
table.basic caption {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}
table.basic th,
table.basic td {
	padding: 0.5em;
	background-color: #fff;
	border: 1px solid #ededed;
}
table.basic th {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	/*color: #005da3;*/
        color: #00aa87;
}

table.basic thead th {
	border-bottom: 0;
	padding: 0;
}
table.basic thead th span {
	border-bottom-color: #f7cbcb;
}
table.basic thead th > * {
	display: block;
	padding: 0.5em;
	border-bottom: 4px solid;
}
table.basic thead th > .table {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
}
table.basic thead th > .table > * {
	display: table-cell;
	vertical-align: middle;
	height: 3.5em;
}
table.basic thead + tbody tr:first-child th,
table.basic thead + tbody tr:first-child td {
	border-top-width: 0;
}

table.basic.center th,
table.basic.center td {
	text-align: center;
}
table.basic.fixed {
	table-layout: fixed;
}

table.basic .w10 {
	width: 10%;
}
table.basic .w15 {
	width: 15%;
}
table.basic .w20 {
	width: 20%;
}
table.basic .w25 {
	width: 25%;
}
table.basic .w30 {
	width: 30%;
}
table.basic .w35 {
	width: 35%;
}
table.basic .w40 {
	width: 40%;
}
table.basic .w45 {
	width: 45%;
}
table.basic .w50 {
	width: 50%;
}
table.basic .rb {
	border-right-color: #f7cbcb;
}

.course_info table .maru:before {
	border-color: #00aa87;
}
.course_info .red table .maru:before {
	border-color: #e3713f;
}


@media screen and (max-width: 680px) {
	.sp_scroll_table {
		overflow: auto;
		white-space: nowrap;
	}
	.sp_scroll_table::-webkit-scrollbar {
		 height: 5px;
	}
	.sp_scroll_table::-webkit-scrollbar-track {
		 background: #F1F1F1;
	}
	.sp_scroll_table::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
	}


	table.basic caption {
		font-size: 1.6rem;
	}
	table.basic th,
	table.basic td {
		padding: 0.3em;
	}
	table.basic th {
		font-size: 1.4rem;
	}

	table.basic thead th span {
		padding: 0.3em;
		border-bottom-width: 2px;
	}
	table.basic.fixed {
		table-layout: auto;
	}
	table.basic .w10,
	table.basic .w15,
	table.basic .w20,
	table.basic .w25,
	table.basic .w30,
	table.basic .w35,
	table.basic .w40,
	table.basic .w45,
	table.basic .w50 {
		width: auto;
	}
}



/* table_notes
============================================================================================================ */
.table_notes {
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}


/* section
============================================================================================================ */
.section + .section {
	margin-top: 50px;
}



/* bd_box
============================================================================================================ */
.bd_box {
	padding: 30px;
	border: 10px solid #ededed;
}
.bd_box:after {
	content: ""; display: table; clear: both;
}
.bd_box + .bd_box {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	.bd_box {
		padding: 12px;
		border-width: 5px;
	}
	.bd_box + .bd_box {
		margin-top: 20px;
	}
}




/* circle_point
============================================================================================================ */
.circle_point {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100px;
	height: 100px;
	border: 2px solid;
	border-radius: 100%;
	z-index: 3;
}
.circle_point.blue {
	color: #29387d;
}
.circle_point.green {
	color: #144b4e;
}
.circle_point > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.circle_point > span span {
	display: block;
}
.circle_point .s {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: bold;
}
.circle_point .num {
	margin-top: -8px;
	margin-bottom: -8px;
	font-size: 70px;
	font-size: 7rem;
	line-height: 1;
}
@media screen and (max-width: 680px) {
	.circle_point {
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}




/* event_list
============================================================================================================ */
.event_list {
}

.event_list dl {
	display: table;
	width: 100%;
	padding: 20px 0;
	background-color: #f5f5f5;
}
.event_list dl:nth-child(2n+1) {
	background-color: #ededed;
}
.event_list dl > * {
	display: table-cell;
	vertical-align: top;
}
.event_list dl > dt {
	width: 160px;
	text-align: center;
	font-weight: bold;
}
.event_list dl > dd {
	padding: 0 25px;
	border-left: 1px solid #d6d6d6;
}
.event_list dl > dd .img {
	float: left;
	padding: 5px;
	background-color: #fff;
}
.event_list dl > dd .img img {
	max-width: 160px;
}
.event_list dl > dd .img + .contents {
	margin-left: 200px;
}
.event_list dl > dd .s {
	display: block;
	margin-top: 0.4em;
	font-size: 13px;
	font-size: 1.3rem;
}
.event_list dl > dd .contents > a {
	font-weight: bold;
}

.paging {
	margin-top: 50px;
	text-align: center;
}
.wp-pagenavi {
	margin-top: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	margin: 3px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 2px solid #005da3;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background-color: #005da3;
	color: #fff;
}
.wp-pagenavi .extend {
	margin: 0 5px;
}

.shudan .wp-pagenavi .current,
.shudan .wp-pagenavi a {
	border-color: #901613;
}
.shudan .wp-pagenavi .current,
.shudan .wp-pagenavi a:hover {
	background-color: #901613;
}

.kobetsu .wp-pagenavi .current,
.kobetsu .wp-pagenavi a {
	border-color: #c49801;
}
.kobetsu .wp-pagenavi .current,
.kobetsu .wp-pagenavi a:hover {
	background-color: #c49801;
}

.jiritsu .wp-pagenavi .current,
.jiritsu .wp-pagenavi a {
	border-color: #0c7137;
}
.jiritsu .wp-pagenavi .current,
.jiritsu .wp-pagenavi a:hover {
	background-color: #0c7137;
}

@media screen and (max-width: 680px) {
	.event_list dl {
		display: block;
		padding: 10px;
		line-height: 1.5;
	}
	.event_list dl > * {
		display: block;
	}
	.event_list dl > dt {
		width: auto;
		text-align: left;
	}
	.event_list dl > dd {
		padding: 2px 0 0;
		border-left: 0;
	}
	.event_list dl > dd:after {
		content: ""; display: table; clear: both;
	}
	.event_list dl > dd .img {
		padding: 2px;
		margin-right: 10px;
	}
	.event_list dl > dd .img img {
		max-width: 90px;
	}
	.event_list dl > dd .img + .contents {
		margin-left: 0;
	}
	.event_list dl > dd .contents > a,
	.event_list dl > dd strong {
		font-size: 1.4rem;
	}
	.event_list dl > dd .s {
		font-size: 1.2rem;
	}
	.paging {
		margin-top: 20px;
	}
	.wp-pagenavi {
		margin-top: 5px;
	}
}


/* ico_blank
============================================================================================================ */
.ico_blank {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.ico_blank:before,
.ico_blank:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
}
.ico_blank:after {
	left: 8px;
	top: -3px;
	background-color: #fff;
}
.ico_blank:before {
	left: 11px;
	top: -6px;
}


/* search
============================================================================================================ */
#searchModal.school_search {
	background-color: #00aa87;
}
#searchModal.school_search header h1,
#searchModal.school_search #searchContents .check dt {
	border-bottom-color: #00aa87;
}
#searchModal.school_search header li a {
	color: #00aa87;
	border-color: #00aa87;
}
#searchModal.school_search header li a:before,
#searchModal.school_search .close.top {
	border-color: #00aa87;
}
#searchModal.school_search #seachResult .title {
	background-image: url(../images/parts/ico_search.png);
	border-bottom-color: #00aa87;
}
#searchModal.school_search header h1 > span:before {
	background-image: url(../images/parts/ico_search.png);
}
#searchModal.school_search #searchContents .check .table .th,
#searchModal.school_search #searchContents .check .table .th span:after {
	background-color: #00aa87;
}
#searchModal.school_search header li a.place span:before,
#searchModal.school_search #searchContents .check .place dt {
	background-image: url(../images/parts/search_ico_place.png);
}
#searchModal.school_search header li a.type span:before,
#searchModal.school_search #searchContents .check .type dt {
	background-image: url(../images/parts/search_ico_type.png);
}
#searchModal.school_search header li a.year span:before,
#searchModal.school_search #searchContents .check .year dt {
	background-image: url(../images/parts/search_ico_year.png);
}

#searchModal.school_search .c_theme,
#searchModal.school_search .close,
#searchModal.school_search #seachResult .pager a {
	color: #00aa87;
}
#searchModal.school_search .bg_theme {
	background-color: #00aa87;
}
#searchModal.school_search #seachResult .pager a {
	border-color: #00aa87;
}
#searchModal.school_search #seachResult .pager a:hover,
#searchModal.school_search #seachResult .pager a.current {
	background-color: #00aa87;
}
@media screen and (min-width: 681px) {
	#searchModal.school_search header li a:hover {
		background-color: #00aa87;
	}
}


#searchModal.school_search #searchContents .check .type dd label {
	display: none;
}
#searchModal.school_search #searchContents .check .type dd label.type_toshin {
	display: inline-block;
}



/* searchModal
============================================================================================================ */
#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 1990;
}
#searchModal {
	position: fixed;
	top: -9999em;
	left: -9999em;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #005da3;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 2000;
}

#searchModal .contents {
	background-color: #fff;
	border-radius: 6px;
}
#searchModal header {
	position: relative;
	padding: 30px 0 40px;
}
#searchModal header:after {
	content: ""; display: table; clear: both;
}

#searchModal header h1 {
	float: left;
	width: 240px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.3;
	border-bottom: 5px solid #005da3;
}
#searchModal header h1 > span {
	position: relative;
	display: inline-block;
	padding-left: 80px;
	padding-right: 20px;
}
#searchModal header h1 > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background: url(../images/parts/ico_search.png) no-repeat;
}
#searchModal header h1 .ff_en {
	display: block;
	color: #d9d9d9;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}
#searchModal header ul {
	position: absolute;
	left: 280px;
	bottom: 40px;
}
#searchModal header li {
	float: left;
	width: 240px;
	/*width: 340px;*/
}
#searchModal header li + li {
	margin-left: 30px;
}
#searchModal header li a {
	position: relative;
	display: block;
	background-color: #fff;
	border: 3px solid #005da3;
	color: #005da3;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#searchModal header li a span {
	position: relative;
	display: inline-block;
	padding: 12px 40px 12px 45px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#searchModal header li a span:before,
#searchModal header li a span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	background-repeat: no-repeat;
}
#searchModal header li a span:after {
	opacity: 0;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
#searchModal header li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -8px;
	border-top: 3px solid #005da3;
	border-right: 3px solid #005da3;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 3;
}
#searchModal header li a.current {
	background-color: #005da3;
	color: #fff;
}
#searchModal header li a.current span:after {
	opacity: 1;
}
#searchModal header li a.current:before {
	border-color: #fff !important;
}

#searchContents {
	padding: 40px 40px 20px;
	background-color: #f2f2f2;
	border-radius: 0 0 6px 6px;
}
#searchContents .check dl {
	position: relative;
	padding-bottom: 30px;
}
#searchContents .check dt {
	margin-bottom: 30px;
	padding-left: 50px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	border-bottom: 5px solid #005da3;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
#searchContents .check dd {
	padding: 30px;
	background-color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}
#searchContents .check dd label {
	display: inline-block;
	padding: 0.2em 0.8em;
}
#searchContents .check dd label input {
	margin-right: 5px;
}

#searchContents .check .place dd {
	background: none;
	padding: 0;
}
#searchContents .check .table {
	display: table;
	width: 100%;
	background-color: #fff;
}
#searchContents .check .table + .table {
	margin-top: 20px;
}
#searchContents .check .table > * {
	display: table-cell;
	vertical-align: middle;
}
#searchContents .check .table .th {
	width: 140px;
	background-color: #005da3;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}
#searchContents .check .table .th span {
	position: relative;
	display: block;
}
#searchContents .check .table .th span:after {
	content: "";
	position: absolute;
	right: -6px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: #005da3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#searchContents .check .table .td {
	padding: 25px 35px;
}

#searchModal .search_back {
	padding: 30px 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#searchModal .search_back button {
	position: relative;
	width: 350px;
	height: 60px;
	background-color: transparent;
	border: 3px solid #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}
#searchModal .search_back button:hover {
	background-color: rgba(255,255,255,0.2);
}
#searchModal .search_back button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: 3;
}


#searchModal .search_btn {
	padding: 30px 40px;
	color: #fff;
	font-weight: bold;
}
#searchModal .search_btn .checked {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 5px solid #fff;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
}
#searchModal .search_btn .btn {
	text-align: center;
}
#searchModal .search_btn button {
	position: relative;
	width: 350px;
	height: 60px;
	background-color: transparent;
	background: transparent url(../images/parts/ico_search_btn.png) no-repeat 16px;
	border: 3px solid #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}
#searchModal .search_btn button:hover {
	background-color: rgba(255,255,255,0.2);
}
#searchModal .search_btn button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 3;
}

#searchModal .close {
	position: absolute;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-radius: 100%;
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform 0.15s;
}
#searchModal .close:before,
#searchModal .close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	right: 5px;
	margin-top: -1px;
	border-top: 3px solid;
}
#searchModal .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#searchModal .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#searchModal .close.top {
	top: 20px;
	border-color: #005da3;
}
#searchModal .close.bottom:before,
#searchModal .close.bottom:after {
	border-top-color: #005da3;
}
#searchModal .close.bottom {
	bottom: 30px;
	border-color: #fff;
}
#searchModal .close.bottom:before,
#searchModal .close.bottom:after {
	border-top-color: #fff;
}

#searchModal header li a.place span:before,
#searchContents .check .place dt {
	background-image: url(../images/parts/search_ico_place.png);
}
#searchModal header li a.type span:before,
#searchContents .check .type dt {
	background-image: url(../images/parts/search_ico_type.png);
}
#searchModal header li a.year span:before,
#searchContents .check .year dt {
	background-image: url(../images/parts/search_ico_year.png);
}

#searchModal header li a.place span:after {
	background-image: url(../images/parts/search_ico_place_on.png);
}
#searchModal header li a.type span:after {
	background-image: url(../images/parts/search_ico_type_on.png);
}
#searchModal header li a.year span:after {
	background-image: url(../images/parts/search_ico_year_on.png);
}
@media screen and (min-width: 681px) {
	#searchModal header li a:hover {
		background-color: #005da3;
		color: #fff !important;
	}
	#searchModal header li a:hover span:after {
		opacity: 1;
	}
	#searchModal header li a:hover:before {
		border-color: #fff !important;
	}
	#searchModal .close:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width: 680px) {
	#searchModal {
		margin: 5px;
		padding: 3px;
		border-radius: 5px;
		padding-bottom: 50px;
	}
	#searchModal .contents {
		border-radius: 4px;
	}
	#searchModal header {
		padding: 10px;
	}
	#searchModal header h1 {
		float: none;
		width: auto;
		padding-right: 10px;
		padding-bottom: 10px;
		font-size: 1.8rem;
		margin-bottom: 15px;
		border-bottom-width: 2px;
	}
	#searchModal header h1 > span {
		padding-left: 45px;
		padding-right: 20px;
	}
	#searchModal header h1 > span:before {
		width: 35px;
		height: 35px;
		margin-top: -16px;
		-webkit-background-size: 35px;
		background-size: 35px;
	}
	#searchModal header h1 .ff_en {
		font-size: 1.8rem;
	}
	#searchModal header ul {
		position: static;
		display: table;
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
	}
	#searchModal header li {
		float: none;
		width: auto !important;
		display: table-cell;
		vertical-align: middle;
		padding: 0 3px;
	}
	#searchModal header li + li {
		margin-left: 0;
	}
	#searchModal header li a {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.3;
		text-align: center;
	}
	#searchModal header li a span {
		padding: 9px 5px 9px 22px;
	}
	#searchModal header li a span:before,
	#searchModal header li a span:after {
		width: 19px;
		height: 19px;
		margin-top: -10px;
		-webkit-background-size: 19px;
		background-size: 19px;
	}
	#searchModal header li a:before {
		content: none;
	}

	#searchModal header .sp_s li a span {
		display: block;
		padding: 25px 0 5px;
		background-position: 50% 0;
	}
	#searchModal header .sp_s li a span:before,
	#searchModal header .sp_s li a span:after {
		top: 2px;
		left: 50%;
		margin: 0 0 0 -10px;
		width: 19px;
		height: 19px;
		-webkit-background-size: 19px;
		background-size: 19px;
	}

	#searchContents {
		padding: 15px;
		border-radius: 0 0 4px 4px;
	}
	#searchContents .check dl {
		padding-bottom: 20px;
	}
	#searchContents .check dt {
		margin-bottom: 10px;
		padding-left: 22px;
		padding-bottom: 5px;
		background-position: 0 0;
		-webkit-background-size: 19px;
		background-size: 19px;
		border-bottom-width: 2px;
		font-size: 1.5rem;
	}
	#searchContents .check dd {
		padding: 10px;
		font-size: 1.3rem;
	}
	#searchContents .check dd label {
		padding: 0.2em 0.6em;
	}

	#searchContents .check .table {
		display: block;
	}
	#searchContents .check .table + .table {
		margin-top: 0;
	}
	#searchContents .check .table > * {
		display: block;
	}
	#searchContents .check .table .th {
		width: auto;
		font-size: 1.4rem;
	}
	#searchContents .check .table .th span {
		padding: 5px;
	}
	#searchContents .check .table .th span:after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -4px;
		width: 10px;
		height: 10px;
		margin: 0 0 0 -5px;
	}
	#searchContents .check .table .td {
		padding: 10px;
	}

	#searchModal .search_back {
		padding: 15px;
	}
	#searchModal .search_back button {
		width: 100%;
		height: 50px;
		-webkit-background-size: 25px;
		background-size: 25px;
		border-width: 2px;
		font-size: 1.6rem;
	}

	#searchModal .search_btn {
		padding: 15px;
	}
	#searchModal .search_btn .checked {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom-width: 0;
		font-size: 1.5rem;
	}
	#searchModal .search_btn button {
		width: 100%;
		height: 50px;
		-webkit-background-size: 25px;
		background-size: 25px;
		border-width: 2px;
		font-size: 1.6rem;
	}

	#searchModal .close {
		right: 10px;
	}
	#searchModal .close.top {
		top: 10px;
	}
	#searchModal .close.bottom {
		bottom: 10px;
	}
}

#seachResult .title {
	margin-bottom: 30px;
	padding-left: 50px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-image: url(../images/parts/ico_search.png);
	-webkit-background-size: 35px;
	background-size: 35px;
	border-bottom: 5px solid #005da3;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
#seachResult .total {
	margin: -10px 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
#seachResult .result {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 320px;
	background-color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}
#seachResult .result .maparea {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 610px;
}
#seachResult .result .maparea .map {
	height: 300px;
}
#seachResult .result .maparea .more {
	margin-top: 5px;
}
#seachResult .result .contents {
	width: 320px;
}
#seachResult .result .school {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #dedede;
}
#seachResult .result .ku {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}
#seachResult .result .name {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
}
#seachResult .result .name:after {
	content: ""; display: table; clear: both;
}
#seachResult .result .ico {
	float: right;
	margin-top: 5px;
	background: url(../images/parts/search_ico_type_on.png) no-repeat 5px;
	-webkit-background-size: 19px;
	background-size: 19px;
	padding: 0.3em 0.3em 0.3em 30px;
	border-radius: 4px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
}
#seachResult .result .img {
	margin-top: 25px;
}
#seachResult .result .img img {
	max-width: 100%;
	padding: 4px;
	border: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#seachResult .pager {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
#seachResult .pager p {
	margin-bottom: 10px;
}
#seachResult .pager a {
	display: inline-block;
	margin: 3px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 2px solid #005da3;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#seachResult .pager a:hover,
#seachResult .pager a.current {
	background-color: #005da3;
	color: #fff !important;
}


#seachResult .result.shudan .c {
	color: #901613;
}
#seachResult .result.kobetsu .c {
	color: #c49801;
}
#seachResult .result.jiritsu .c {
	color: #0c7137;
}
#seachResult .result.toshin .c {
	color: #00aa87;
}
#seachResult .result.toshin_chugaku_net .c {
	color: #00aa87;
}
#seachResult .result.shudan .ico {
	background-color: #901613;
}
#seachResult .result.kobetsu .ico {
	background-color: #c49801;
}
#seachResult .result.jiritsu .ico {
	background-color: #0c7137;
}
#seachResult .result.toshin .ico {
	background-color: #00aa87;
}
#seachResult .result.toshin_chugaku_net .ico {
	background-color: #00aa87;
}
@media screen and (max-width: 680px) {
	#seachResult .title {
		margin-bottom: 10px;
		padding-left: 22px;
		padding-bottom: 5px;
		background-position: 0 0;
		-webkit-background-size: 19px;
		background-size: 19px;
		border-bottom-width: 2px;
		font-size: 1.5rem;
	}
	#seachResult .result {
		position: relative;
		padding: 10px;
		margin-bottom: 15px;
		min-height: 0;
	}
	#seachResult .result .maparea {
		position: static;
		width: auto;
		margin-top: 15px;
	}
	#seachResult .result .maparea .map {
		height: 120px;
	}
	#seachResult .result .contents {
		width: auto;
	}
	#seachResult .result .school {
		margin-bottom: 5px;
		padding-bottom: 4px;
		border-bottom-width: 1px;
	}
	#seachResult .result .school img {
		width: 130px;
	}
	#seachResult .result .ku {
		font-size: 1.5rem;
	}
	#seachResult .result .name {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	#seachResult .result .ico {
		margin-top: 0;
		padding: 0.2em 0.2em 0.2em 26px;
		-webkit-background-size: 16px;
		background-size: 16px;
		font-size: 1.2rem;
	}
	#seachResult .result .img {
		text-align: center;
		margin-top: 10px;
	}

	#seachResult .pager {
		font-size: 1.2rem;
	}
	#seachResult .pager a {
		margin: 2px;
	}
}

#searchModal.school_search .all_only {
	display: none !important;
}





body.set_search #pageContainer {
	position: fixed;
	left: 0;
	right: 0;
}

#overlay,
#searchModal {
	display: none;
	opacity: 0;
}
body.set_search {

}
body.set_search #overlay,
body.set_search #searchModal {
	display: block;
}
body.set_search #searchModal {
	position: relative;
	top: 0;
	left: 0;
}
body.show_search #overlay,
body.show_search #searchModal {
	opacity: 1;
}

#seachResult {
	display: none;
}
#searchModal .search_back {
	display: none;
}


#searchModal.result .check,
#searchModal.result .search_btn {
	display: none;
}
#searchModal.result #seachResult,
#searchModal.result .search_back {
	display: block;
}


#searchModal .c_theme,
#searchModal .close,
#seachResult .pager a {
	color: #005da3;
}
#searchModal .bg_theme {
	background-color: #005da3;
	color: #fff;
}


/* parts
============================================================================================================ */
.mmr {
	display: inline-block;
	margin-right: -0.4em;
}
.mml {
	display: inline-block;
	margin-left: -0.4em;
}
.indent {
	padding-left: 1em;
}

.mth {
	margin-top: 0.8em;
}

.point_li:after {
	content: ""; display: table; clear: both;
}
.point_li li {
	position: relative;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.point_li li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background-color: #f6ab36;
	border-radius: 100%;
}
.point_li.half li {
	float: left;
	width: 50%;
}
@media screen and (max-width: 680px) {
	.point_li.half li {
		float: none;
		width: auto;
	}
}


.dot_li li {
	position: relative;
	padding-left: 1em;
}
.dot_li li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.notes_li > li {
	position: relative;
	padding-left: 1em;
}
.notes_li > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.dl_table {
	display: table;
}
.dl_table > dl {
	display: table-row;
}
.dl_table > dl > * {
	display: table-cell;
	padding: 0.3em 0;
	vertical-align: top;
}
.dl_table > dl:first-child > * {
	padding-top: 0;
}
.dl_table > dl + dl > * {
	border-top: 1px solid #e5e5e5;
}
.dl_table > dl > dt {
	padding-right: 1em;
	white-space: nowrap;
}
.dl_table + .dl_table > dl:first-child > * {
	padding-top: 0.3em;
	border-top: 1px solid #e5e5e5;
}



a.application_btn {
	position: relative;
	display: inline-block;
	padding: 8px 30px 8px 10px;
	background-color: #c5171f;
	border: 3px solid #a90008;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.application_btn strong {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}
a.application_btn:after {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
}
a.application_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.application_btn:hover:before {
	right: 9px;
}

@media screen and (max-width: 680px) {
	a.application_btn {
		padding: 5px 30px 5px 10px;
		font-size: 1.1rem;
	}
	a.application_btn strong {
		font-size: 1.5rem;
	}
}





/* footFixNav
============================================================================================================ */
#footFixNav {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px 100px 20px 5px;
	height: 100px;
	background-color: #021e4c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
}
#footFixNav ul {
}
#footFixNav ul:after {
	content: ""; display: table; clear: both;
}
#footFixNav ul li {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footFixNav ul li:last-child {
	padding-right: 0;
}
#footFixNav ul li a {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
	height: 60px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	color: #005da3;
}
#footFixNav ul li a > * {
	display: table-cell;
	vertical-align: middle;
}
#footFixNav ul li.half {
	width: 25%;
	padding: 0 15px;
}
#footFixNav ul li.half + li {
	width: 25%;
	padding-left: 5px;
}
#footFixNav ul li.search a > * > span{
	padding: 5px 0 5px 30px;
	background: url(../images/foot/ico_search.png) no-repeat 0;
	-webkit-background-size: 20px;
	background-size: 20px;
}
#footFixNav ul li a.trial {
	background-color: #c5171f;
	color: #fff;
}
#footFixNav ul li a.contact {
	background-color: #005da3;
	color: #fff;
	font-size: 1.8rem;
}
#footFixNav ul li a.contact .now {
	position: absolute;
	top: 24px;
	right: -10px;
	width: 100px !important;
	padding: 2px 7px;
	background-color: #c5171f;
	font-size: 10px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	text-align: right;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
@media screen and (min-width: 681px) {
	#footFixNav ul li a {
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	#footFixNav ul li a:hover {
		opacity: .8;
	}
}
@media print {
	#footFixNav {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	#footFixNav {
		padding: 0;
		height: 92px;
		background-color: #ededed;
	}
	#footFixNav ul li {
		width: 100%;
		padding: 8px;
	}
	#footFixNav ul li a {
		height: 30px;
		font-size: 1.1rem;
		line-height: 1.4;
	}
	#footFixNav ul li.half {
		width: 50%;
		padding: 8px 2px 8px 8px;
	}
	#footFixNav ul li.half + li {
		width: 50%;
		padding: 8px 8px 8px 2px;
	}
	#footFixNav ul li.search {
		width: 100%;
		background-color: #021e4c;
	}
	#footFixNav ul li.search a > * > span{
		padding: 2px 0 2px 15px;
		-webkit-background-size: 10px;
		background-size: 10px;
	}
	#footFixNav ul li a.contact {
		font-size: 1.1rem;
		padding-right: 14px;
	}
	#footFixNav ul li a.contact .now {
		top: 16px;
		right: -8px;
		font-size: 1rem;
		line-height: 1.2;
		-webkit-transform: scale(.7) rotate(30deg);
		-ms-transform: scale(.7) rotate(30deg);
		-o-transform: scale(.7) rotate(30deg);
		transform: scale(.7) rotate(30deg);
	}
}


