@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Amiri&display=swap');
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	color: #1D1D1D;
	line-height: 1.6;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1040px;
}

a {
	-webkit-transition: opacity .3s, background .3s, color .3s;
	transition: opacity .3s, background .3s, color .3s;
}

.inner {
	margin: 0 auto;
}

.main-hd {
}

.main-hd_cnt {
	display: flex;
    height: 330px;
	margin-bottom: 100px;
}

.main-hd_ttl {
	width: 40%;
}

.-care .main-hd_ttl_cnr {
	width: 400px;
	position: relative;
	top: 50%;
	left: 10%;
}

.main-hd_ttl_cnr {
	width: 300px;
	position: relative;
	top: 50%;
	left: 10%;
}

.main-hd_ttl_cnr .border {
	width: 280px;
}

/* .-care .main-hd_ttl_cnr .border {
	width: 380px;
} */

.main-hd_ttl_txt {
    font-size: 28px;
    font-family: serif;
	margin-bottom: 10px;
}

.ttl {
	margin-bottom: 30px;
}

.ttl .ttl-txt {
	font-size: 22px;
    font-family: serif;
	margin-bottom: 25px;
}

.ttl .border {
	width: 51px;
}

.border {
	border-bottom: solid 1px #9FBE21;
}

.tbl {
	width: 100%;
}

.tbl tr {
	border-top: solid 1px #CCCCCC;
}

.tbl tr:last-child {
	border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.tbl-ttl {
	padding: 15px;
    text-align: left;
    width: 15%;
    background-color: #F5F4F0;
}
.tbl-cnt {
	padding: 15px 20px;
}


.main-hd_img {
	width: 60%;
	position: relative;
}

.main-hd_img-item {
	width: 883px;
	position: absolute;
	right: 0;
}


.-sp {
	display: none;
}

.-pc {

}

 
.inner.-large {
	max-width: 1240px;
}

.inner.-small {
	max-width: 870px;
}

.inner.-pad0 {
	padding: 0;
}

.ff-yu {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP', "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

.ff-amiri {
	font-family: 'Amiri', serif;
}

.ff-amiri::before {
	content: url(../img/cmn/call-green-icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 20px;
	margin-bottom: 30px;
}

.ff-unica {
	font-family: 'Unica One', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.bg-gray {
	background: #F5F6F7;
}

.vis-sp,
.vis-tb {
	display: none;
}

.-faq .main {
	max-width: 1400px;
}

.main {
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 1400px;
    margin: 0 auto;
}

.main_hd {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #9FBE21;
	position: relative;
	line-height: 1;
	height: 450px;
}

.main_hd.-small {
	height: 180px;
}

.main_hd:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 106px;
	width: 66px;
	height: 3px;
	background: #FFF;
}

.main_hd_cnt {
	position: absolute;
	bottom: 50px;
	left: 80px;
	color: #FFF;
}

.main_hd_en {
	font-size: 25px;
}

.main_hd_ttl {
	margin-top: 5px;
	font-size: 40px;
}

.main_body {
}

.main_body.-pad {
	padding: 80px 0 120px;
}

.main_ttl {
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.4;
	color: #20386E;
}

.main_ttl.-mt {
	margin-top: 100px;
}

.main_discttl {
	text-align: center;
	margin-bottom: 30px;
}

.main_discttl span {
	min-width: 300px;
	padding: 0 30px;
	display: inline-block;
	font-size: 26px;
	line-height: 50px;
	border-radius: 25px;
	height: 50px;
	color: #fff;
	background: #61B2ED;
}

.main_lead {
	margin-bottom: 30px;
	text-align: center;
}

.main_lead em {
	font-weight: bold;
}

.cmnlink {
	text-decoration: underline;
	color: #20386E;
}

.cmnlink:hover {
	text-decoration: none;
}

.cmnttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.cmnttl.-mt {
	margin-top: 30px;
}

.cmnttl:before {
	font-family: icomoon;
	position: absolute;
	content: "\e901";
	left: 0;
	color: #3574C9;
	line-height: 1;
	font-size: 18px;
	top: 3px;
}

.cmnttl.-red:before {
	color: #DB6B5D;
}

.cmnttl.-green:before {
	color: #9FBE21;
}

.cmntbl {
	border-top: 1px solid #DDD;
	width: 100%;
}

.cmntbl caption {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	padding: 10px 15px;
	background: #3574C9;
	color: #fff;
	text-align: left;
}

.cmntbl th,
.cmntbl td {
	padding: 15px 15px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
	text-align: left;
}

.cmntbl.-blue th,
.cmntbl.-blue td {
	padding: 10px 15px;
}

.cmntbl tbody th {
	width: 220px;
	background: #ECF0F5;
}

.cmntbl thead th {
	background: #61B2ED;
	text-align: center;
	color: #FFF;
}

.cmntbl.-blue th {
	color: #FFF;
	background: #3574C9;
}

.cmntbl td {
}

.cmnlist {
}

.cmnlist > li {
	position: relative;
	padding-left: 20px;
	margin-top: 0.6em;
}

.cmnlist > li:first-child {
	margin-top: 0;
}

.cmnlist > li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3574C9;
	position: absolute;
	left: 4px;
	top: 7px;
}

.cmnlist.-red > li:before {
	background: #DB6B5D;
}

.cmnlist > li em {
	font-weight: bold;
}

.cmnanchor {
	margin-top: 60px;
	display: table;
	width: 100%;
	line-height: 1;
	font-size: 18px;
	text-align: center;
}

.cmnanchor > a {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border-right: 1px dotted #20386E;
}

.cmnanchor > a:first-child {
	border-left: 1px dotted #20386E;
}

.cmnanchor > a:hover {
	color: #3574C9;
}

.head {
	line-height: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 15px 15px 15px 35px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.head_logo_cnt {
	display: flex;
	align-items: center;
}

.head_logo {
	display: inline-block;
	position: relative;
	top: 20px;
	left: 10px;
}

.head_logo_cnt .ani100-img {
	position: relative;
    top: 20px;
    left: 25px;
}

.head_cnt {
	display: flex;
	align-items: center;
}

.head_nav {
	margin-right: 20px;
}

.head_nav > a {
	margin-right: 2em;
	position: relative;
	padding-left: 12px;
	text-decoration: none;
    color: black;
}

.head_nav > a:before {
	content: url(../img/cmn/>_icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: -5px;
	margin-bottom: 3px;
}

.head_nav > a:hover {
	color: #3574C9;
}

.head_nav > a:last-child {
	margin-right: 0;
}

.head_cntct {
	display: flex;
	align-items: center;
}

.head_cntct_phone {
	position: relative;
	padding: 0 15px;
}

.head_cntct_phone dt {
	font-size: 12px;
	padding-left: 22px;
}

.head_cntct_phone dd {
	margin-top: 5px;
	/* border-left: solid 1px #D3D3D3;  */
}

.head_cntct_phone dd a {
	position: relative;
	font-size: 30px;
	display: inline-block;
	padding-left: 22px;
	color: black;
    text-decoration: none;
}

.head_cntct_phone dd a:before {
	content: url(../img/cmn/call-black-icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 13px;
}

.head_cntct_form {
	display: inline-block;
	line-height: 40px;
	height: 30px;
	text-align: center;
	border-left: solid 1px #D3D3D3; 
	padding: 0 15px;
}

.head_cntct_form span {
	color: #3574C9;
	font-size: 20px;
	vertical-align: -0.15em;
}

.head_cntct_form span:before {
	content: url(../img/cmn/mail-icon.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 32px;
}

.head_menu {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #333333;
	background: none;
	font-size: 13px;
	cursor: pointer;
	outline-style: none;
}

.head_menu span {
	display: block;
	background: #333333;
	width: 40px;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	height: 1px;
	top: 20px;
}

.head_menu span.-top {
	-webkit-animation: menu_top .5s;
	animation: menu_top .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu span.-btm {
	-webkit-animation: menu_btm .5s;
	animation: menu_btm .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu.-open span.-top {
	-webkit-animation: menu_top_close .5s;
	animation: menu_top_close .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu.-open span.-btm {
	-webkit-animation: menu_btm_close .5s;
	animation: menu_btm_close .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.head_menu em {
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1;
}

.gnav {
	line-height: 1;
	padding-bottom: 15px;
}

.-contact .gnav {
	padding-bottom: 0px;
	height: 23px;
}

.gnav_list {
	display: table;
	width: 55%;
	text-align: center;
}

.gnav_list > a {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
    color: black;
}

.gnav_list > a.vis-sp {
	display: none;
}

.gnav_list > a:hover {
	color: #3574C9;
}

.gnav_list > a:first-child {
	border-left: none;
}

.foot {
	position: relative;
	background: #FFF;
	line-height: 1;
	z-index: 5;
	border-top: solid 1px #DDDDDD;
}

.foot .inner {
    border-top: none;
    padding: 0;
}

.foot_pt {
	position: absolute;
	right: 0;
	bottom: calc(100% + 38px);
	display: block;
	color: #FFF;
	background: #182946;
	width: 60px;
	height: 60px;
}

body.-home .foot_pt {
	bottom: 100%;
}

.foot_pt:hover {
	opacity: 0.7;
}

.foot_pt span {
	position: absolute;
	left: 0;
	text-align: center;
	top: 50%;
	width: 100%;
	display: block;
	line-height: 1;
	font-size: 11px;
	margin-top: -0.5em;
}

.foot_row {
	/* border-top: 1px solid #ddd; */
}

.foot_row.-copy {
	background: #182946;
	color: #fff;
}

.foot_main {
	padding: 30px 0 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: flex-end;
	flex-direction: row-reverse;
	gap: 100px;
}

.foot_nav {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.foot_nav_privacy {
    /* margin-bottom: 30px; */
	margin: 0 auto 30px;
	width: 58%;
	text-align: end;

}

.foot_nav_col {
	padding: 0;
}

.foot_nav_col li {
	margin-bottom: 20px;
}

.foot_nav a {
	display: inline-block;
	margin-right: 3em;
	color: #1D1D1D;
    text-decoration: none;
}

.foot_nav a:hover {
	color: #3574C9;
}

.foot_nav_privacy a {
	margin-right: 0;
	text-decoration: underline;
	color: #ACACAC;
}

.foot_info {
	margin-bottom: 10px;
}

.foot_info_logo {
}

.foot_info_logo img.-sp {
	display: none;
}

.foot_info_cmy {
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.foot_info_cmy h4 {
	font-size: 12px;
	margin-bottom: 12px;
}
.foot_info_cmy h2 {
	font-size: 24px;
}

.foot_info_addr {
	margin-top: 15px;
	font-size: #333333;
	font-style: normal;
}

.foot_info_addr .vis-sp {
	display: none;
}

.foot_group {
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.foot_group > a {
	padding: 15px 10px;
	border: 1px solid #fff;
}

.foot_group> a.-home {
	width: 170px;
	background-color: #CCD6EC;
	text-decoration: none;
    color: black;
}

.foot_group> a.-tanino {
	width: 223px;
	background-color: #CFDDEB;
	text-decoration: none;
    color: black;
}

.foot_group> a.-center {
	width: 297px;
	background-color: #F3DAE5;
	text-decoration: none;
    color: black;
}

.foot_group> a.-ninchisho {
	width: 298px;
	background-color: #CFE8EA;
	text-decoration: none;
    color: black;
}

.foot_group> a.-recruit {
	width: 191px;
	background-color: #D9F0FB;
	text-decoration: none;
    color: black;
}

.foot_group > a:hover {
	color: #3574C9;
}

.foot_group > a:after {
	content: url('../img/cmn/nav-icon.svg'); 
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; 
    margin-left: 7px; 
}

.foot_copy {
	text-align: center;
	font-size: 13px;
	padding: 25px 0;
	margin: 0;
}

.foot_info_addr a {
	/* display: block;
	margin-top: 10px;
	margin-left: 95px; */
	color: #1D1D1D;
	text-decoration: none;
}

.foot_jc {
	margin-left: -130px;
}
.pnkz {
	font-size: 13px;
	line-height: 1;
	overflow: auto;
	overflow-y: hidden;
	color: #999999;
	border-top: 1px solid #ddd;
}

.pnkz .inner {
	padding: 0;
}

.pnkz_list {
	padding: 12px 15px;
	display: table;
	white-space: nowrap;
	list-style-type: none;
}

.pnkz_list > li {
	display: table-cell;
	vertical-align: middle;
}

.pnkz_list > li:after {
	content: "＞";
	display: inline-block;
	padding: 0 0.5em;
}

.pnkz_list > li:last-child:after {
	display: none;
}

.pnkz_list > li a {
	display: inline-block;
}

.pnkz_list > li a:hover {
	color: #3574C9;
}

.pnkz_list > li a:hover {
	text-decoration: underline;
}

.wp-pagenavi {
	font-size: 30px;
	padding: 30px 0px;
}

.wp-pagenavi a {
	margin-right: 15px;
}

.wp-pagenavi a:hover{
	color: rgb(0, 76, 255);
	transition: all 0.5s ;
}

.wp-pagenavi span {
	margin-right: 0px;
	color: #9fbe21;
}

@media screen and (max-width:1400px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.main_body.-pad {
		padding: 80px 10% 120px;
	}

}

@media screen and (max-width:1470px) {
	.gnav_list {
		display: table;
		width: 80%;
		text-align: center;
	}

	.head {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1120px) {
	.foot_nav a {
		margin-right: 1.5em;
	}
}

@media screen and (max-width:1024px) {
	.gnav_list {
		display: block;
		/* width: 60%; */
	}
	.-faq .main {
		max-width: 1200px;
	}
}

@media screen and (min-width:641px) {
	.gnav {
		display: flex;
		justify-content: right;
	}

}

@media screen and (max-width:640px) {
	body {
		font-size: 14px;
		min-width: unset;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.-sp {
		display: block;
	}

	.-pc {
		display: none;
	}

	.ttl .ttl-txt {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.tbl {
		width: 100%;
	}
	
	.tbl tr {
		border-top: solid 1px #CCCCCC;
	}
	
	.tbl tr:last-child {
		border-top: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
	}
	
	.tbl-ttl {
		padding: 10px;
		text-align: left;
		font-size: 13px;
		width: 32%;
		background-color: #F5F4F0;
	}

	.-access .tbl-cnt {
		padding: 15px 0px 15px 10px;
		font-size: 13px;
	}

	.tbl-cnt {
		padding: 15px 11px 15px 20px;
		font-size: 13px;
	}

	.head_cntct {
		display: none;
	}

	.head_menu .ff-amiri::before {
		display: none;
	}

	.sp-vertical {
		margin: 0 auto;
		letter-spacing: 0.15em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.cmnscroll {
		overflow-y: hidden;
		overflow-x: scroll;
		overflow: auto;
	}

	.cmnscroll::-webkit-scrollbar {
		width: 4px;
		background: #eee;
	}

	.cmnscroll::-webkit-scrollbar:horizontal {
		height: 4px;
	}

	.cmnscroll::-webkit-scrollbar-button {
		width: 4px;
		height: 4px;
		background: #666;
	}

	.cmnscroll::-webkit-scrollbar-piece {
		background: #eee;
	}

	.cmnscroll::-webkit-scrollbar-piece:start {
		background: #eee;
	}

	.cmnscroll::-webkit-scrollbar-thumb {
		background: #3574C9;
	}

	.cmnscroll::-webkit-scrollbar-corner {
		background: #3574C9;
	}

	.cmntbl {
		font-size: 13px;
	}

	.cmntbl caption {
		font-size: 15px;
	}

	.cmntbl th,
	.cmntbl td {
		padding: 10px;
	}

	.cmntbl tbody th {
		width: 30%;
	}

	.main {
	}

	.main_hd {
		height: 180px;
	}

	.main_hd:before {
		bottom: 53px;
		height: 2px;
		width: 20px;
	}

	.-news-list .main_hd_cnt,
	.-news-single .main_hd_cnt {
		position: absolute;
		bottom: 30px;
	} 

	.main-hd_ttl_cnr {
		width: 300px;
		position: relative;
		top: 30%;
		left: 10%;
	}

	.-access .main-hd_ttl_cnr {
		left: 5%;
	}

	.main-hd_cnt {
		display: flex;
		flex-wrap: wrap;
		max-height: 310px;
		margin-bottom: 7%;
	}

	.main-hd_ttl {
		width: 40%;
		margin-top: 70px;
	}

	.-care .main-hd_ttl {
		width: 80%;
		font-size: 20px;
	}

	.-care .main-hd_ttl_cnr {
		width: 100%;
	}

	.main-hd_ttl_txt {
		font-size: 22px;
	}

	.main-hd_ttl_cnr .border {
		width: 240px;
	}

	/* .-care .main-hd_ttl_cnr .border {
		width: 100%;
	} */

	.main-hd_img {
		width: 100%;
		position: unset;
	}

	.main-hd_img-item {
		width: 95%;
		position: absolute;
		right: 0;
		top: 225px;
	}

	.main_hd_en {
		font-size: 18px;
	}

	.main_body {
	}

	.main_body.-pad {
		padding: 40px 20px;
	}

	.main_ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.main_ttl.-mt {
		margin-top: 60px;
	}

	.main_discttl {
		margin-bottom: 20px;
	}

	.main_discttl span {
		font-size: 20px;
		min-width: 200px;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.main_lead {
		text-align: justify;
	}

	.cmnttl {
		font-size: 15px;
		padding-left: 20px;
	}

	.cmnttl:before {
		font-size: 14px;
	}

	.cmnanchor {
		margin-top: 30px;
		display: block;
		font-size: 15px;
	}

	.cmnanchor > a {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px dotted #20386E;
	}

	.cmnanchor > a:first-child {
		border-left: none;
		border-top: 1px dotted #20386E;
	}

	.cmnanchor > a:hover {
	}

	.head {
		padding: 0 0 0 15px;
		height: 70px;
		position: fixed;
		width: 100%;
		z-index: 100;
	}

	.head_logo {
		width: 156px;
		top: 0px;
		left: 5px;
	}


	.head_logo_cnt .ani100-img {
		top: 2px;
		left: 15px;
		width: 50px;
	}

	.head_nav {
		display: none;
	}

	.head_menu {
		display: block;
	}

	.gnav {
		border-top: 1px solid #ccc;
		position: fixed;
		/* position: absolute; */
		left: 0;
		width: 100%;
		background: #FFF;
		padding: 0;
		display: none;
		z-index: 100;
		top: 70px;
	}

	.-contact .gnav {
		padding-bottom: 0px;
		height: auto;
	}

	.gnav_list {
		display: block;
		width: 100%;
	}

	.gnav_list > a {
		display: block;
		font-size: 14px;
		border-left: none;
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
	}

	.gnav_list > a.vis-sp {
		display: block;
	}

	.gnav_list > a:first-child {
	}

	.foot {
	}

	.foot_pt {
		position: fixed;
		z-index: 1000;
		bottom: 0;
	}

	.foot_pt:hover {
		opacity: 1;
	}

	.foot_row {
	}

	.foot_row.-group {
		padding-bottom: 15px;
	}

	.foot_row.-copy {
	}

	.foot_main {
		padding: 20px 0 30px;
		display: block;
		text-align: center;
	}

	.foot_nav {
		display: none;
	}


	.foot_nav a {
		display: inline-block;
		padding: 10px;
		margin-right: 0;
	}

	.foot_nav_privacy {
		display: flex;
		justify-content: center;
		/* margin-bottom: 30px;
		margin-right: 0; */
	}

	.foot_info {
		margin-top: 20px;
	}

	.foot_info_logo {
	}

	.foot_info_logo img.-pc {
		display: none;
	}

	.foot_info_logo img.-sp {
		display: inline;
	}

	.foot_info_addr {
		line-height: 1.6;
	}

	.foot_group {
		flex-direction: column;
		padding: 0 15px;
		gap: 3px;
	}

	.foot_group > a {
		width: 100% !important;
	}

	.foot_group > a:first-child {
	}

	.foot_group > a:after {
	}

	.foot_copy {
	}

	.pnkz {
	}

	.pnkz_list {
	}

	.pnkz_list > li {
	}

	.pnkz_list > li a {
	}

	.foot_jc {
		margin-left: 0px;
	}

	.general_week_tbl tbody tr th,
	.general_week_tbl tbody tr td {
		height: 100px;
	}

	.wp-pagenavi {
		font-size: 30px;
		padding: 30px 0px;
		text-align: center;
	}
	
	.wp-pagenavi a {
		margin-right: 25px;
	}
	
	.wp-pagenavi span {
		margin-right: 10px;
	}

}

@media screen and (max-width:540px) {
	.main-hd_cnt {
		margin-bottom: 20%;
	}
}
@media screen and (max-width:539px) {
	.main-hd_cnt {
		margin-bottom: 30%;
		/* margin-bottom: 7%; */
	}
}

@media print {
}

@-webkit-keyframes menu_top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(-4px) rotate(0deg) scaleX(1);
		transform: translateY(-4px) rotate(0deg) scaleX(1);
	}

}

@keyframes menu_top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(-4px) rotate(0deg) scaleX(1);
		transform: translateY(-4px) rotate(0deg) scaleX(1);
	}

}

@-webkit-keyframes menu_btm {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(4px) rotate(0deg) scaleX(1);
		transform: translateY(4px) rotate(0deg) scaleX(1);
	}

}

@keyframes menu_btm {
	0% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(4px) rotate(0deg) scaleX(1);
		transform: translateY(4px) rotate(0deg) scaleX(1);
	}

}

@-webkit-keyframes menu_top_close {
	0% {
		-webkit-transform: translateY(-4px) rotate(0deg);
		transform: translateY(-4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

}

@keyframes menu_top_close {
	0% {
		-webkit-transform: translateY(-4px) rotate(0deg);
		transform: translateY(-4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(-45deg) scaleX(0.6);
		transform: translateY(0px) rotate(-45deg) scaleX(0.6);
	}

}

@-webkit-keyframes menu_btm_close {
	0% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

}

@keyframes menu_btm_close {
	0% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
	}

	50% {
		-webkit-transform: translateY(0px) rotate(0deg) scaleX(0.6);
		transform: translateY(0px) rotate(0deg) scaleX(0.6);
	}

	100% {
		-webkit-transform: translateY(0px) rotate(45deg) scaleX(0.6);
		transform: translateY(0px) rotate(45deg) scaleX(0.6);
	}

}