@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html#format {
	background:#FFFFFF;
	color:#000;
	font-size:16px;
	line-height:1.4;
    --vk-width-container: 1200px;
	--vk-width-container-padding: 0px;
}
html#format .goti,
html#format form *{
	font-family: 'Roboto', sans-serif;
}
html#format .condensed,
html#format .condensed form *{
	font-family: 'Roboto Condensed', sans-serif;
}

#format body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1200px;
	font-family: 'Roboto', sans-serif;
}
#format main,
#format .page_body{
	overflow:hidden;
	width:100%;
}
#format .page_body{
	padding-bottom:80px;
}
#format .sitewrap {
	width: 1200px;
	min-width:1200px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#format .page_body .sitewrap {
	overflow:visible;
}

@media screen and (max-width:1200px) {
	html#format {
	    --vk-width-container: 100%;
		--vk-width-container-padding: 3%;
	}
	#format body,
	#format .sitewrap {
		width: 100%;
		min-width:0;
	}
	#format .sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
	html#format .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		max-width:96%;
	}
}
@media screen and (max-width:767px) {
	html#format {
		font-size:14px;
	    --vk-width-container: 100%;
		--vk-width-container-padding: 25px;
	}
	#format .sitewrap > *{
		padding-left:15px;
		padding-right:15px;
	}
	html#format .alignfull{
		margin:0 -15px;
		width:auto;
	}
	html#format .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		max-width:calc(100%);
		width:auto;
	}
	html#format .alignfull > *{
		padding-left:15px;
		padding-right:15px;
	}
}

/* header
-------------------------------------------------------------------*/
header {
}
header#fix_menu{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	display:flex;
	height:86px;
	align-items:center;
	justify-content:space-between;
	transition:background .4s;
	background:rgba(255,255,255,0.95)
}
@media screen and (min-width:768px) {
	body.home header#fix_menu:not(.fixedMenu){
		background:rgba(255,255,255,0)
	}
	body.home header#fix_menu:not(.fixedMenu) .drop_menu #NavWrap .header_menu > li:not(.cta) > a:not(:hover),
	body.home header#fix_menu:not(.fixedMenu) .drop_menu #NavWrap .header_menu > li > p{
		color:#fff;
		text-shadow:0 0 3px rgba(0,0,0,0.4);
	}
	body.home header#fix_menu:not(.fixedMenu) .drop_menu #NavWrap li.drop_wrap i{
		border-color:#fff;
		box-shadow:1px -1px 2px rgba(0,0,0,0.2);
	}
}

.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	padding:1rem 1.5rem;
	white-space:nowrap;
}
.menu_top #site_ttl a,
.menu_top #site_ttl p{
	display:inline-block;
	vertical-align:middle;
}
.menu_top #site_ttl p{
	margin-left:10px;
	font-size:12px;
}
.menu_bottom {
}
.drop_menu #NavWrap {
	padding: 1rem;
}
.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	display:flex;
	justify-content: space-between;
	width:100%;
}
.drop_menu #NavWrap ul li{
	margin:0;
	padding:0;
}
.drop_menu #NavWrap ul > li {
	vertical-align:middle;
}
.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p{
	display: block;
	padding:0;
	margin:0;
	box-sizing:border-box;
	text-decoration: none;
	font-size: 1.125rem;
	width: auto;
	line-height: 1;
	position:relative;
	color:#222;
	text-align:center;
	transition:background 0.5s ,color 0.5s, opacity 0.5s, color 0.5s;
}
.drop_menu #NavWrap li.drop_wrap p{
	cursor:pointer;
}
.drop_menu #NavWrap li a:hover,
.drop_menu #NavWrap li.drop_wrap:hover p {
	opacity:1;
	background:#105ead;
	color:#fff;
}
.drop_menu #NavWrap li.drop_wrap:hover i{
	border-color:#fff;
}
.drop_menu #NavWrap li a span,
.drop_menu #NavWrap li p span{
	padding: 1em 2em 1em 2em;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: normal;
	font-weight: 500;
	position:relative;
}
.drop_menu #NavWrap li a span br{
	display:none;
}
.drop_menu #NavWrap li a:hover {
   opacity:1;
}
.drop_menu #NavWrap li.drop_wrap {
	position:relative;
	cursor:pointer;
}
.drop_menu #NavWrap li.drop_wrap i{
	display:block;
	width:10px;
	height:10px;
	border-top:solid 2px #333;
	border-right:solid 2px #333;
	transform:rotate(135deg) skew(5deg,5deg);
	position:absolute;
	margin:auto;
	top:20px;
	right:15px;
	transition:transform .4s,border-color .4s,top .4s;
	z-index:5;
	cursor:default;
}
.drop_menu #NavWrap li.drop_wrap.opened i{
	top:24px;
	transform:rotate(135deg) skew(5deg,5deg) scale(-1,-1);
}
.drop_menu #NavWrap li .ac_body{
	position:fixed;
	display:none;
	left:0;
	right:0;
	top:80px;
	margin:auto;
	background:#fff;
	transition:opacity .4s;
	cursor:default;
	z-index:999;
	overflow:hidden;
}
.drop_menu #NavWrap li.opened .ac_body{
}
.drop_menu #NavWrap li .ac_body > *{
	max-width:1200px;
	margin:0 auto;
	text-align:left;
}
.drop_menu #NavWrap li .ac_body .ac_ttl{
	margin-top:45px;
	margin-bottom:20px;
	font-size:1.75rem;
	font-weight:bold;
	color:#105ead;	
}
.drop_menu #NavWrap li .ac_body .ac_ttl a{
	display:inline-block;
	font-size:1.75rem;
	color:#105ead;
	position:relative;
	padding:0;
	background:none;
	transition:transform 0.4s;
}
.drop_menu #NavWrap li .ac_body .ac_ttl a:after{
	content:"";
	display:block;
	height:1px;
	background:#105ead;
	position:absolute;
	left:0;
	right:100%;
	bottom:0;
	transition:right 0.2s;
}
.drop_menu #NavWrap li .ac_body .ac_ttl a:hover{
	transform:translateX(5px);
}
.drop_menu #NavWrap li .ac_body .ac_ttl a:hover:after{
	right:0;
}
.drop_menu #NavWrap li .ac_body ul{
	margin-bottom:60px;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.drop_menu #NavWrap li .ac_body ul li{
	width: 32%;
	margin-right:2%;
	flex-grow: 0;
}
.drop_menu #NavWrap li .ac_body ul li:nth-child(3n){
	margin-right:0;
}
.drop_menu #NavWrap li .ac_body ul li:nth-child(n+4){
	margin-top:2%;
}
.drop_menu #NavWrap li .ac_body ul li a{
	border:solid 1px #000;
	color:#000;
	position:relative;
}
.drop_menu #NavWrap li .ac_body ul li a:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:solid 2px #333;
	border-right:solid 2px #333;
	transform:rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:15px;
	transition:right .4s,border-color .4s;
}
.drop_menu #NavWrap li .ac_body ul li a span{
	display:flex;
	text-align:left;
	font-size: 1.1275rem;
	justify-content:center;
	align-items:flex-start;
	width:100%;
	height:100%;
	padding-left:1em;
}
.drop_menu #NavWrap li .ac_body ul li a:hover{
	border:solid 1px #105ead;
	color:#fff;
}
.drop_menu #NavWrap li .ac_body ul li a:hover:after{
	border-color:#fff;
	right:20px;
}
.drop_menu #NavWrap li.cta a{
	background:#ee3723;
	border:solid 1px #ee3723;
	color:#fff;
	transition:color .4s,background .4s;
}
.drop_menu #NavWrap li.cta a span{
	padding:calc(1em - 1px) calc(2em - 1px)
}
.drop_menu #NavWrap li.cta a:hover{
	background:#fff;
	color:#ee3723;
}

.drop_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
@media screen and (max-width:1440px) {
	.menu_top{
		max-width:calc(100% - 930px);
		background:rgba(255,255,255,0.8);
	}
	.menu_top img{
		max-width:100%;
		height:auto;
	}
	.drop_menu #NavWrap li a span,
	.drop_menu #NavWrap li p span{
		padding:1em;
		min-height:52px;
	}
	.drop_menu #NavWrap li.drop_wrap p span{
		padding-right:2.25em;
	}
	.drop_menu #NavWrap li .ac_body{
		padding-left:2%;
		padding-right:2%;
	}
	.drop_menu #NavWrap li .ac_body ul li a span{
		padding:1em 1.5em 1em 0.5em;
	}
}
@media screen and (max-width:1200px) {
	.menu_top{
		max-width:240px;
	}
	.menu_top #site_ttl{
		padding:1em 1em;
	}
	.menu_bottom{
		flex-grow:1;
	}
	.drop_menu #NavWrap{
		padding:0.75rem;
	}
	.drop_menu #NavWrap li.cta a span{
		padding-left:0.5em;
		padding-right:0.5em;
		white-space:nowrap;
	}
	.drop_menu #NavWrap li a span,
	.drop_menu #NavWrap li p span{
		padding:0.5em;
	}
	.drop_menu #NavWrap li .ac_body ul li,
	.drop_menu #NavWrap li .ac_body ul li:nth-child(3n){
		width:49%;
		margin-right:2%;
	}
	.drop_menu #NavWrap li .ac_body ul li:nth-child(2n){
		margin-right:0;
	}
	.drop_menu #NavWrap li .ac_body ul li:nth-child(n+3){
		margin-top:2%;
	}
}
@media screen and (max-width:767px) {
	header .menu_top{
		padding:0;
	}
	.drop_menu #switch ~ label {
		display: block;
		cursor: pointer;
		position: fixed;
		top:0;
		right:0;
		z-index:900;
		-webkit-transition: 0.5s transform;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		width: 100px;
		height: 100px;
		box-sizing:border-box;
		background:#fff;
		text-align:center;
	}
	.drop_menu #switch ~ label b{
		z-index:2;
		width:100%;
		display:block;
		margin-bottom: 0;
	}
	.drop_menu #switch ~ label span{
		cursor: -webkit-grabbing;
		display:block;
		width:60px;
		height:3px;
		background: #000;
		-webkit-transition: 0.2s transform, 0.5s background;
		transition: 0.2s transform, 0.5s background;
		position:absolute;
		top: 50%;
		left:0;
		right:0;
		margin:auto;
		margin-top:-5px;
	}
	.drop_menu #switch ~ label span:before,
	.drop_menu #switch ~ label span:after{
		content:"";
		display:block;
		width:60px;
		height:3px;
		background:#000;
		position:absolute;
		margin-top:0;
	}
	.drop_menu #switch ~ label span:before{
		top:-18px;
	}
	.drop_menu #switch ~ label span:after{
		top:18px;
	}
	.drop_menu #switch:checked ~ label span{
		-webkit-transform:rotate(-45deg) ;
		transform:rotate(-45deg) ;
	}
	.drop_menu #switch:checked ~ label span:before{
		top:0;
	}
	.drop_menu #switch:checked ~ label span:after{
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg);
		top:0;
		margin-top:0;
	}
	.drop_menu #NavWrap{
		position: fixed;
		top: 0;
		width:100%;
		z-index: 800;
		height:100%;
		overflow: auto;
		visibility: hidden;
		padding-top: 100px;
		box-sizing: border-box;
		transition:all 0.25s;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height:3px;
		width:3px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 3px;
		background: rgba(15,15,15,0.25);
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 3px;
	}
	.drop_menu #switch:checked ~ label+#NavWrap{
		visibility:visible;
		max-height: 100vh;
		top: 0;
	}
	.drop_menu #NavWrap > ul {
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.drop_menu #NavWrap li a {
		padding: 15px 0;
		text-decoration: none;
		text-align: center;
		width: auto;
		background:rgba(255,255,255,0.9);
	}
	.drop_menu #NavWrap li a span{
		padding: 10px 0px;
		border-left:none;
		white-space: normal;
	}

}
@media screen and (max-width:767px) {
	body {
		padding-top: 59px;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu{
		top:0;
		transition: none;
		position: fixed;
		background:#fff;
		height:59px;
	}
	header .menu_top {
		position: static;
		width:100%;
		align-items:center;
	}
	header .menu_top #site_ttl{
		padding: 0px 20px;
		max-width:240px;
	}
	header .menu_top #site_ttl p{
		display:none;
	}
	.menu_top .right_menu {
		padding:5px 60px 5px 5px
	}
	.menu_top .right_menu li{
		display:none;
	}
	.menu_top .right_menu li.inquiry{
		display:block;
		margin: 0;
	}
	.menu_top .right_menu li.inquiry a,
	.menu_top .right_menu li.inquiry a:hover{
		background: #fff;
		color: #337b3b;
		padding: 10px;
		border-radius: 5px;
		font-size: 11px;
	}
	header .menu_top .logo a+a{
		margin-left: 6px;
	}
	header .menu_top .logo a img{
		width: 58px;
		height:auto;
		vertical-align:middle;
	}
	header .menu_top .logo a+a img{
		width:181px;
	}
	header .menu_top .logo span{
		font-size:8px;
		vertical-align:middle;
	}
	header .menu_top .menu_fix{
		position:relative;
	}
	header .menu_top .outwrap{
		padding: 5px 10px 5px;
		height: 50px;
	}
	.type_general header .menu_top .outwrap{
		background:rgba(255,255,255,0.6);
	}
	.drop_menu #NavWrap{
		padding-top: 0;
		position:fixed;
		top: 59px;
		bottom:0;
		left:auto;
		right:-100%;
		padding:0;
		width:100%;
		background:#fff;
	}
	.drop_menu #switch:checked ~ label+#NavWrap{
		top: 59px;
		left:auto;
		right:0;
	}
	.drop_menu #switch ~ label {
	   padding: 12px 12px;
	   width: 59px;
	   height: 59px;
	   position: absolute;
	}
	.drop_menu #switch ~ label span{
	   width:26px;
	   height:2px;
	   top: 28px;
	   margin:auto;
	}
	.drop_menu #switch ~ label span:before,
	.drop_menu #switch ~ label span:after{
	   width:26px;
	   height:2px;
	   margin-top:0;
	}
	.drop_menu #switch ~ label span:before{
	   top: -9px;
	}
	.drop_menu #switch ~ label span:after{
	   top: 9px;
	}
	.drop_menu #NavWrap ul {
	   display: block;
	   border-left:none;
	   height: 100%;
	   width: 100%;
	   padding: 0;
	}
	.drop_menu #NavWrap ul li {
		display:block;
		padding:0;
		border-bottom:solid 1px #d4d4d4;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li a:hover{
		font-size: 12px;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background:none;

	}
	.drop_menu #NavWrap li a:hover,
	.drop_menu #NavWrap ul li.inquiry a:hover{
		background:none;
	}
	.drop_menu #NavWrap ul li.drop_wrap{
	}
	.drop_menu #NavWrap li.drop_wrap i{
		display:block;
		width:16px;
		height:16px;
		cursor:pointer;
		position:absolute;
		top:0;
		bottom:0;
		margin:auto;
		right:15px;
		z-index:10;
		transform:none;
		border:none;
	}
	.drop_menu #NavWrap ul li.drop_wrap i:before,
	.drop_menu #NavWrap ul li.drop_wrap i:after{
		content:"";
		width:16px;
		height:3px;
		display:block;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
		z-index:20;
		background:#000;
		transition:transform .4s;
	}
	.drop_menu #NavWrap li.drop_wrap.opened i{
		transform:none;
		top: 0;
	}
	.drop_menu #NavWrap li.drop_wrap ul,
	.drop_menu #NavWrap li.drop_wrap:hover ul{
		position:static;
		transform: none;
		width:100%;
		margin:0;
		overflow:hidden;
	}
	.drop_menu #NavWrap ul li.drop_wrap i:after{
		transform:rotate(90deg);
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened i:before{
		transform:rotate(180deg);
	}
	.drop_menu #NavWrap ul li.drop_wrap.opened i:after{
		transform:rotate(-180deg);
	}
	.drop_menu #NavWrap li a:hover,
	.drop_menu #NavWrap li.drop_wrap:hover p{
		background:#fff;
		color:#000;
	}
	.drop_menu #NavWrap li a:hover span,
	.drop_menu #NavWrap li.drop_wrap:hover p span{
	}
	.drop_menu #NavWrap li a span,
	.drop_menu #NavWrap li p span{
		min-height:60px;
		align-items:flex-start;
		padding:0 15px;
		font-size:1.2857rem;
		font-weight:bold;
	}
	.drop_menu #NavWrap li.drop_wrap ul li + li{
		border-top:solid 1px #ccc;
	}
	.drop_menu #NavWrap li.drop_wrap ul li a{
		font-size: 12px;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background:#fff;
		color:#333;
		border:none;
	}
	.drop_menu #NavWrap li.drop_wrap ul li:not(.cta) a:hover{
		border:none;
	}
	.drop_menu #NavWrap li .ac_body{
		padding:0;
		position:static;
	}
	.drop_menu #NavWrap li .ac_body ul li a{
		
	}
	.drop_menu #NavWrap li .ac_body ul li a:after{
		display:none;
	}
	.drop_menu #NavWrap li .ac_body ul li a span{
		padding:0 15px;
		font-size:1.1425rem;
		min-height:52px;
		color:#686868;
		font-weight:normal;
	}
	.drop_menu #NavWrap li .ac_body .ac_ttl{
		display:none;
	}
	.drop_menu #NavWrap li .ac_body ul {
		padding-bottom:15px;
	}
	.drop_menu #NavWrap li .ac_body ul li,
	.drop_menu #NavWrap li .ac_body ul li:nth-child(2n),
	.drop_menu #NavWrap li .ac_body ul li:nth-child(3n){
		width:100%;
		margin:0;
		border:none;
	}
	.drop_menu #NavWrap li .ac_body ul li:nth-child(n+2){
		margin:0;
		border:none;
	}
	.drop_menu #NavWrap ul li.cta{
		padding:35px 15px 30px;
		border-bottom:none;
	}
	.drop_menu #NavWrap ul li.cta a span{
		align-items:center;
	}
	.drop_menu #NavWrap .other_link{
		text-align:left;
		padding:0 15px 60px;
		display:flex;
		flex-wrap:wrap;
		line-height:1;
	}
	.drop_menu #NavWrap .other_link dt{
		width:100%;
		margin-bottom:1em;
	}
	.drop_menu #NavWrap .other_link dd + dd{
		margin-left:0.5em;
		padding-left:0.5em;
		border-left:solid 1px #686868;
	}
	.drop_menu #NavWrap .other_link a{
		text-decoration:underline;
	}
}


/* contents
-------------------------------------------------------------------*/

main{
	margin-bottom:10px;
	display: block;
}

@media screen and (max-width:1200px) {
	main img{
		max-width:100%;
		height:auto;
	}
}



@media screen and (max-width:767px) {
	main{
		padding-top:0;
	}
}


/* footer
-------------------------------------------------------------------*/
#top_link {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 58px;
	height:58px;
	z-index: 500;
	display:block;
	transition:transform .4s;
}
#top_link:hover{
	transform:translateY(-5px);
}
#top_link a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	border:solid 1px #fff;
	background:rgba(0,0,0,0.85);
	border-radius:2px;
}
#top_link a:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
	transform:rotate(-45deg) skew(5deg,5deg);
	position:absolute;
	top:50%;
	margin:auto;
	margin-top:-3px;
	right:0;
	left:0;
}
#top_link a .leader_text{
	text-indent:-9999px;
	display:block;
}
#format footer{
	background:#000;
	padding:75px 0 45px;
}
#format footer .sitewrap{
	overflow:visible;
	color:#fff;
}
#format footer .foot_menu{
	display:flex;
	justify-content:space-between;
	margin:0;
}
#format footer .foot_menu ul,
#format footer .foot_menu li{
	margin:0;
	padding:0;
}
#format footer .foot_menu > li > a,
#format footer .foot_menu > li > p{
	font-size:1.375rem;
	font-weight:500;
	line-height:1;
	margin:0;
}
#format footer .foot_menu > li > i{
	margin:0;
}
#format footer .foot_menu a{
	color:#fff;
	text-decoration:none;
	font-size:1.125rem;
	display:inline-block;
	position:relative;
	transition:transform .4s;
}
#format footer a:after{
	content:"";
	display:block;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	right:100%;
	bottom:0;
	transition:right 0.2s;
}
#format footer .foot_menu a:hover:after{
	right:0;
}
#format footer .foot_menu > li.singles a{
	display:block;
	width:fit-content;
}
#format footer .foot_menu > li.singles a + a{
	margin-top:1.5em;
}
#format footer .foot_menu > li li{
	margin-top:1.75em;
}
#format footer .foot_menu a:hover{
	transform:translateX(5px);
	text-decoration:none;
}
#format footer .sub_menu{
	border-top:solid 1px #fff;
	padding-top:25px;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	font-size:0.875rem;
}
#format footer .sub_menu dl{
	display:flex;
	line-height:1;
	margin: 0;
}
#format footer .sub_menu dl dt{
	margin:0 1rem 0 0;
}
#format footer .sub_menu a{
	display:inline-block;
	position:relative;
	text-decoration:none;
}
#format footer .sub_menu a:after{
	right:0;
}
#format footer .sub_menu a:hover:after{
	right:100%;
}
#format footer .sub_menu dd + dd{
	border-left:solid 1px;
	padding-left:0.5em;
	margin-left:0.5em;
}
#format footer .sub_menu ul{
	display:flex;
	line-height:1;
	margin:0;
	padding:0;
}
#format footer .sub_menu ul li{
	margin:0;
	padding:0;
	
}
#format footer .sub_menu ul li + li{
	border-left:solid 1px;
	padding-left:0.5em;
	margin-left:0.5em;
}
#format main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position:relative;
	z-index:-10;
}
@media screen and (min-width:1201px) {
	#format footer .foot_menu{
		padding:0;
	}
}
@media screen and (max-width:767px) {
	#top_link {
		bottom:10px;
		right:10px;
		width: 44px;
		height:44px;
	}
	#format footer{
		padding:30px 0 15px;
	}
	#format footer .sitewrap{
		overflow:hidden;
	}
	#format footer .foot_menu{
		display:block;
	}
	#format footer .foot_menu > li{
		border-bottom:solid 1px #fff;
		
	}
	#format footer .foot_menu > li > a,
	#format footer .foot_menu > li > p{
		font-size:1.14rem;
		padding:1.25rem 0;
	}
	#format footer .foot_menu > li.drop_wrap{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#format footer .foot_menu > li.drop_wrap > i{
		position:relative;
		display:block;
		cursor:pointer;
		width: 1.25em;
	}
	#format footer .foot_menu > li.drop_wrap > i:before,
	#format footer .foot_menu > li.drop_wrap > i:after{
		content:"";
		width:16px;
		height:3px;
		display:block;
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
		z-index:20;
		background:#fff;
		transition:transform .4s;
	}
	#format footer .foot_menu > li.drop_wrap > i:after{
		transform:rotate(90deg);
	}
	#format footer .foot_menu > li.drop_wrap.opened > i:before{
		transform:rotate(180deg);
	}
	#format footer .foot_menu > li.drop_wrap.opened > i:after{
		transform:rotate(-180deg);
	}
	#format footer .foot_menu > li.drop_wrap ul{
		display:none;
		position:static;
		transform: none;
		width:100%;
		margin:0;
		padding-bottom:1.5em;
   		transition:opacity .4s,visibility .4s, max-height .4s;
	}
	#format footer .foot_menu a{
		color:#fff;
		text-decoration:none;
		font-size:1rem;
		display:inline-block;
		position:relative;
		transition:transform .4s;
	}
	#format footer a:after{
		content:"";
		display:block;
		height:1px;
		background:#fff;
		position:absolute;
		left:0;
		right:100%;
		bottom:0;
		transition:right 0.2s;
	}
	#format footer .foot_menu a:hover:after{
		right:0;
	}
	#format footer .foot_menu > li.singles a{
		display:block;
		width:100%;
	}
	#format footer .foot_menu > li.singles a + a{
		margin-top:0;
		border-top:solid 1px #fff;
	}
	#format footer .foot_menu > li li{
		margin-top:0em;
	}
	footer .foot_menu > li li:last-child{
		margin-bottom:2em;
	}
	#format footer .foot_menu > li li a{
		color:#686868;
		padding:0.5em 0;
	}
	#format footer .foot_menu a:after{
		display:none;
	}
	#format footer .foot_menu a:hover{
		transform:none;
	}
	#format footer .sub_menu{
		border-top:none;
		padding-top:0;
		margin-top:40px;
		display:block;
		font-size:1rem;
	}
	#format footer .sub_menu dl {
		flex-wrap:wrap;
		justify-content:center;
		text-align:center;
		margin-bottom:2.5em;
	}
	#format footer .sub_menu dl dt{
		margin:0 0 1em;
		width:100%;
	}
	#format footer .sub_menu a{
		display:inline-block;
		position:relative;
		text-decoration:none;
	}
	#format footer .sub_menu a:after{
		right:0;
	}
	#format footer .sub_menu a:hover:after{
		right:100%;
	}
	#format footer .sub_menu dd + dd{
		border-left:solid 1px;
		padding-left:0.5em;
		margin-left:0.5em;
	}
	#format main a.page_link {
		margin-top: -59px;
		padding-top: 59px;
	}
	#format footer .sub_menu ul{
		flex-direction:row;
		justify-content:center;
		flex-wrap:wrap;
		text-align: center;
		margin:0 auto;
		max-width:19em;
	}
	#format footer .sub_menu ul li:nth-child(2){
		border-left:none;
		padding-left:0;
		margin-left:0;
	}
	#format footer .sub_menu ul li:first-child{
		order:5;
		margin-top:1.5em;
	}
}