/* 最小化できませんでした。最小化されていないコンテンツを返します。
(842,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(857,25): run-time error CSS1039: Token not allowed after unary operator: '-tab-color'
(858,14): run-time error CSS1039: Token not allowed after unary operator: '-tab-color'
(1039,28): run-time error CSS1038: Expected hex color, found '#cccc'
 */
@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

ul,ol,li {
	list-style: none;
}

a,img,map,span {
	margin: 0;
	padding: 0;
	border: 0;
}

br {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

iframe {
	border: none;
}

address,em {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

strong {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

ins {
	margin: 0;
	padding: 0;
	font-style: normal;
}

del {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/*table,th,td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}*/

form,fieldset,input {
	margin: 0;
	padding: 0;
}

label,select,option {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

fieldset,object {
	vertical-align: bottom;
}

*:focus {
	outline: none;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}

@media screen and (max-width:880px){
.mt10 {margin-top: 2%;}
.mt20 {margin-top: 3%;}
.mt30 {margin-top: 4%;}
.mt40 {margin-top: 5%;}
.mt50 {margin-top: 6%;}
.mt60 {margin-top: 7%;}
.mt70 {margin-top: 8%;}
.mt80 {margin-top: 9%;}
.mt90 {margin-top: 10%;}
.pt10 {padding-top: 2%;}
.pt20 {padding-top: 3%;}
.pt30 {padding-top: 4%;}
.pt40 {padding-top: 5%;}
.pt50 {padding-top: 6%;}
.pt60 {padding-top: 7%;}
.pt70 {padding-top: 8%;}
.pt80 {padding-top: 9%;}
.pt90 {padding-top: 10%;}
.mb10 {margin-bottom: 2%;}
.mb20 {margin-bottom: 3%;}
.mb30 {margin-bottom: 4%;}
.mb40 {margin-bottom: 5%;}
.mb50 {margin-bottom: 6%;}
.mb60 {margin-bottom: 7%;}
.mb70 {margin-bottom: 8%;}
.mb80 {margin-bottom: 9%;}
.mb90 {margin-bottom: 10%;}
.pb10 {padding-bottom: 2%;}
.pb20 {padding-bottom: 3%;}
.pb30 {padding-bottom: 4%;}
.pb40 {padding-bottom: 5%;}
.pb50 {padding-bottom: 6%;}
.pb60 {padding-bottom: 7%;}
.pb70 {padding-bottom: 8%;}
.pb80 {padding-bottom: 9%;}
.pb90 {padding-bottom: 10%;}
}
@charset "utf-8";

/* --------------------------------------------------
	=body
-------------------------------------------------- */

body {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}
img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.w300ml30 {
	width: 300px;
	margin-left: 30px;
}
.txtC {
	text-align: center;
}

@media screen and (max-width:980px){
body {
	font-size: 16px;
}
.fleft {
	float: none;
}
.fright {
	float: none;
}
.w300ml30 {
	width: 80%;
	max-width: 300px;
	margin: 0 auto 3% auto;
}
}

@media screen and (max-width:980px){
.pconly {
	display: none;
}
.br-pc { display:none; }
.br-sp { display:block; }
}

@media screen and (min-width:980px){
.sponly {
	display: none;
} 
.br-pc { display:block; }
.br-sp { display:none; }
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #002698;
}
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	color: #002698;
}

/* --------------------------------------------------
	=clearfix
-------------------------------------------------- */

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* --------------------------------------------------
	=wrapper 
-------------------------------------------------- */

#wrapper {
	width: 100%;
}
.mainBox {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:980px){
.mainBox {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
}

/* --------------------------------------------------
	=header
-------------------------------------------------- */
header .mvBox {
	width: 100%;
	background: url("../Content/images/bg.jpg") no-repeat center bottom;
	background-size: 100% auto;
}
header .slick01 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
header .topHeader {
	padding: 1.5%;
	border-top: solid 5px #002698;
	background: #eceff7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo {
	width: 268px;
	padding-right: 1.5%;
}
nav ul {
	font-size: 0;
	text-align: right;
}
nav ul li {
	display: inline-block;
	word-break: keep-all;
}
nav ul li a {
  position: relative;
  display: block;
  padding: 0 20px 0 16px;
  font-size: 16px;
  text-decoration: none;
	font-weight: bold;
	color: #002698;
}
nav ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #002698;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
@media screen and (max-width:980px){
header .topHeader {
	padding: 10px 0;
	height: 50px;
	border-top: solid 3px #002698;
	background: #eceff7;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .slick01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header .logo {
	height: 50px;
}
header .logo img {
	width: auto;
	height: 50px;
	vertical-align: top;
}
nav ul {
	font-size: 0;
	text-align: left;
}
nav ul li {
	display: block;
	border-bottom: solid 1px #eceff7;
	padding: 15px 3%;
}
nav ul li a {
  position: relative;
  display: block;
}
}

/* --------------------------------------------------
	=footer
-------------------------------------------------- */
footer .footerTop {
	padding: 40px 0;
	text-align: center;
	background: #bfc9e4;
}
footer .footerTop .logo {
	margin: 0 auto;
	width: 205px;
}
footer .footerTop ul {
	margin-top: 10px;
  text-align: center;
	font-size: 0;
}
footer .footerTop li {
  display: inline-block;
  font-size: 14px;
}
footer .footerTop li a {
  text-decoration: none;
	color: #000;
}
footer .footerTop li:after {
  content: "｜";
  padding: 0 0.2em;
}
footer .footerTop li:first-child:before {
  content: "｜";
  padding: 0 0.2em;
}
footer .copyArea {
	padding: 10px 15px;
	font-size: 12px;
	text-align: center;
	background: #002698;
	color: #fff;
}
#pageTop{
  padding: 10px 15px;
  position: fixed;
  right: 0;
  bottom: 40px;
  background: #002698;
  z-index: 105;
  font-size: 14px;
  color: #fff;
  text-align: center;
	font-weight: bold;
}
#pageTop a {
  display: block;
  color: #fff;
	font-weight: bold;
}
@media screen and (max-width:980px){
footer .footerTop {
	padding: 5% 0;
	text-align: center;
	background: #bfc9e4;
}
footer .footerTop ul {
	margin-top: 2%;
}
footer .copyArea {
	padding: 2% 3%;
	font-size: 12px;
}
#pageTop{
  padding: 2% 3%;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 105;
  font-size: 12px;
}
}

/* --------------------------------------------------
	=main
-------------------------------------------------- */
.breadcrumb {
	font-size: 12px;
}
.breadcrumb ul {
  text-align: left;
	font-size: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb li a {
  color: #404040;
  text-decoration: underline;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
}
.breadcrumb li:last-child:after {
  content: "";
}
.titleTxt {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #002698;
}
.titleTxt span {
	padding-bottom: 10px;
	border-bottom: solid 5px #002698;
}
.newsList span.new {
	width: 3em;
	margin-left: 5px;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.0;
	color: #fff;
	background: #d32d26;
	font-weight: bold;
	vertical-align: 0.5ex;
}
.newsList {
	height: 420px;
	overflow-y: scroll;
}
.newsList.list {
	height: auto;
	overflow-y: visible;
}
.newsList a {
	color: #002698;
}
.newsList dt {
	padding-bottom: 10px;
}
.newsList dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.workshop a {
	color: #002698;
}

.workshop .date {
	padding-right: 10px;
}

.workshop .txtBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/*----------- お知らせアイコン -----------*/
/*重要*/
.icImportant {
	width: 6em;
	margin-bottom: 5px;
	padding: 6px 12px 5px 12px;
	color: #fff;
	background: #b50000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
}
/*医師の方向け*/
.icDoctor {
	width: 6em;
	margin-bottom: 5px;
	padding: 6px 12px 5px 12px;
	color: #fff;
	background: #e8cf76;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
}
/*みなさまへ*/
.icEveryone {
	width: 7em;
	margin-bottom: 5px;
	padding: 6px 12px 5px 12px;
	color: #fff;
	background: #87b5e3;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
}
/*研修会*/
.icWorkshops {
	width: 10em;
	margin-bottom: 5px;
	padding: 6px 12px 5px 12px;
	color: #fff;
	background: #e88176;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
}
/*その他*/
.icOthers {
	width: 10em;
	margin-bottom: 5px;
	padding: 6px 12px 5px 12px;
	color: #fff;
	background: #cded82;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
}
/*----------- お知らせアイコン -----------*/
.btn01 a {
  position: relative;
  display: block;
  width: 330px;
	margin-right: auto;
	margin-left: auto;
  padding: 15px 0;
  background-color: #002698;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
	font-weight: bold;
}
.btn01 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn02 a {
  position: relative;
  display: block;
  width: 330px;
	margin-right: auto;
	margin-left: auto;
  padding: 15px 0;
  background-color: #002698;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
	font-weight: bold;
}
.btn02 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contentsTitle {
	width: 100%;
	background: url("../Content/images/bg02.jpg") no-repeat center bottom;
	background-size: 100% auto;
}
.contentsTitle h2 {
	padding: 5% 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #002698;
}
.subTitle01 {
	padding: 10px 20px;
	border-left: solid 5px #002698;
	background: #eceff7;
	font-size: 22px;
	font-weight: bold;
	color: #002698;
}
.subTitle02 {
	padding: 8px 18px;
	font-size: 18px;
	font-weight: bold;
	background: #002698;
	color: #fff;
}
.guideCourse > div {
	border: solid 1px #ccc;
	width: 49%;
}
.guideCourse p {
	text-align: center;
	border-bottom: solid 1px #ccc;
	height: 36px;
	padding-top: 0.5em;
	margin-bottom: 1em;
	background: #bfc9e4;
}
.guideCourse > div:first-child {
	float:left;
	margin-right:1px;
}
.guideCourse > div + div {
	float:right;
}
.guideCourse ol {
	margin-left: 3em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	list-style: decimal;
}
.guideCourse li {
	list-style: decimal;
}
.newsDate {
	display: flex;
	align-content: center;
	font-size: 16px;
}
.newsDate p {
	padding: 3px 10px 0 0;
}
.undeLine {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.sitemap {
	margin-bottom: 20px;
}
.sitemap li {
	margin-bottom: 20px;
  position: relative;
	font-weight: bold;
}
.sitemap li.arrow {
	padding-left: 16px;
}
.sitemap li ul {
	margin: 20px 0 10px 15px;
}
.sitemap li ul li {
	margin-bottom: 12px;
	font-weight: normal;
}
.sitemap li.arrow:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #002698;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.update-2col p {
	float:left;
}
.update-2col p:first-child {
	margin-right:70px;
}
.fq dl dt:before,
.fq dl dd:before{
  font-size: 1.5em;
  margin-right: .5em;
}
.fq dl dt:before{
  content: "Q";
  color: #002698;
	font-weight: bold;
}
.fq dl dd:before{
  content: "A";
  color: #c80021;
	font-weight: bold;
}
.fq dl dd{
  border-bottom: 1px dotted #ccc;
  margin-left: 0;
	padding-bottom: 30px;
  margin-bottom: 30px;
}
.system ul {
	width: 100%;
  margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.system ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 23%;
  margin: 0 1%;
  border-radius: 5px;
  text-align: center;
	background: #002698;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
}
.system ul li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 30px 30px 30px 20px;
}
.system ul li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.groupTable {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 1px;
	border-collapse: collapse;
}
.groupTable th {
	border-right: 1px solid #ccc;
	background: #f9f9f9;
	width: 280px;
	padding: 15px 22px;
	box-sizing: border-box;
}
.groupTable td {
	padding: 15px 22px;
	box-sizing: border-box;
}
.tab_box .btn_area {
	--tab-color: #002698; /*タブの色を指定する*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	justify-content: center;
	gap: 5px;
}

.tab_box .tab_btn {
	width: 24%;
	align-content: center;
	flex: 1 1 auto;
	order: -1;
	padding: .7em 1em;
	border: 2px solid var(--tab-color);
	color: var(--tab-color);
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: bold;
}

	.tab_box .tab_btn:hover {
		background: #002698;
		color: #fff;
	}

	.tab_box .tab_btn.active {
		background: #002698;
		color: #fff;
	}

.panel_area {
	padding-top: 50px;
}

.tab_box .tab_panel {
	display: none;
}

	.tab_box .tab_panel.active {
		display: block;
	}

#tab_panel-1, #tab_panel-2, #tab_panel-3, #tab_panel-4 {
	padding-top: 580px;
	margin-top: -580px;
}

@media screen and (max-width:980px) {
	.titleTxt {
		font-size: 30px;
	}

	.newsList {
		height: 620px;
		overflow-y: scroll;
	}

	.btn01 a {
		position: relative;
		display: block;
		width: 80%;
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		padding: 15px 0;
		background-color: #002698;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}

	.btn02 a {
		position: relative;
		display: block;
		width: 80%;
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		padding: 15px 0;
		background-color: #002698;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
	}

	.contentsTitle h2 {
		padding: 5% 0;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		color: #002698;
	}

	.subTitle01 {
		padding: 10px 15px;
		font-size: 20px;
	}

	.subTitle02 {
		padding: 8px 12px;
		font-size: 16px;
	}

	.guideCourse {
		margin: 5% 0;
	}

		.guideCourse > div {
			border: solid 1px #ccc;
			width: 100%;
			box-sizing: border-box;
		}

		.guideCourse p {
			text-align: center;
			border-bottom: solid 1px #ccc;
			height: 40px;
			padding-top: 0.5em;
			margin-bottom: 1em;
			background: #bfc9e4;
			box-sizing: border-box;
		}

		.guideCourse > div:first-child {
			float: none;
			margin-right: 0;
		}

		.guideCourse > div + div {
			float: none;
		}

		.guideCourse ol {
			margin-left: 3em;
			margin-right: 0.5em;
			margin-bottom: 1em;
			list-style: decimal;
		}

		.guideCourse li {
			list-style: decimal;
		}

	.newsDate {
		font-size: 14px;
	}

		.newsDate p {
			padding: 5px 10px 0 0;
		}

	.update-2col p:first-child {
		margin-right: 70px;
	}

	.fq dl dd {
		padding-bottom: 4%;
		margin-bottom: 4%;
	}

	.system ul li {
		width: 48%;
		margin-bottom: 3%;
		font-size: 16px;
	}

		.system ul li a {
			position: relative;
			color: #fff;
			display: block;
			padding: 30px 30px 30px 20px;
		}

		.system ul li:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			right: 15px;
			width: 9px;
			height: 9px;
			margin: auto;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(45deg);
			box-sizing: border-box;
		}

	.groupTable th {
		border-right: 0;
		border-bottom: solid 1px #cccc;
		background: #f9f9f9;
		padding: 15px 22px;
		display: inline-block;
		width: 100%;
		float: left;
	}

	.groupTable td {
		padding: 15px 22px;
		display: inline-block;
		width: 100%;
		float: left;
	}

	.tab_box .tab_btn {
		width: 48%;
	}

	.panel_area {
		padding-top: 6%;
	}

	#tab_panel-1, #tab_panel-2, #tab_panel-3, #tab_panel-4 {
		padding-top: 580px;
		margin-top: -580px;
	}
}
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

@media screen and (max-width:980px){

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 90;
  top: 0;
  overflow: hidden;
  height: 100%;
	background: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 8px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
	height: 50px;
  padding-top: 0;
  padding-right: 3%;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 70px;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
	height: 50px;
  padding: 0;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 70px;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
	width: 100%;
  margin-right: auto;
  margin-left: auto;
	z-index: 102;
	position: fixed;
}

}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
strong {
    font-weight: bold;
}
.btn04 a {
    display: block;
    width: 360px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-color: #941d2a;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border: solid 3px #941d2a;
    position: relative;
}

.btn04.btnC a {
    margin-left: auto;
    margin-right: auto;
}

.btn04 a:hover {
    color: #941d2a;
    background-color: #fff;
    opacity: 1;
}

.btn04 a::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../Content/images/icdown.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.btn04 a:hover::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../Content/images/icdown_hover.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
