@charset "utf-8";
.mobile_nav {
	display: none;	
}


@media(max-width: 1440px) {
header.desktop {
	top: 15px;	
}
header.desktop .header_logo {
	flex-basis: 28%;
}
.desktop_nav {
	flex-basis: 80%;
}
.header_inner {
	margin-left: 5px;
	margin-right: 5px;
}
.subnav {
	left: 5px;
	width: calc(100% - 10px);
}

.desktop_nav .global_nav > li {
	font-size: 13px;	
}
.desktop_nav .global_nav > li:first-child > a {
	padding-left: 2vw;
}
.desktop_nav .global_nav > li > a {
	padding: 0 1.3vw;	
}
.subnav_inner li {
	margin: 0 10px;	
}
.subnav_inner li a:before {
	top: 4px;
}
}

@media(max-width: 1100px) {
.desktop_nav .global_nav > li {
	font-size: 12px;	
}
.desktop_nav .global_nav > li > a {
	padding: 0 1vw;	
}
}

@media(min-width: 960px) {
header.mobile {
	display: none;
}
}


@media(max-width: 959px) {
header.desktop,
.desktop_nav {
	display: none;
}

header.mobile {
	position: fixed;
	top: 10px;
	left: 5px;
	width: calc(100% - 10px);
	background: #FFF;
	height: 46px;
	z-index: 100;
	border-radius: 40px;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
	z-index: 500;
}
.header_logo {
	width: 160px;
	height: 46px;
	background: #0B7DD1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 40px 0 0 40px;
}
.header_logo img {
	width: 140px;
	height: auto;	
}
.header_inner {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.header_inner .header_trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 46px;
	cursor: pointer;
}
.header_trigger .header_trigger_text {
	position: absolute;
	color: #0B7DD1;
	font-size: 12px;
	top: 15px;
	left: 0px;
	font-size: 13px;
}
.header_trigger .header_trigger_menu {
	position: absolute;
	width: 24px;
	height: 20px;
	top: 13px;
	right: 15px;
}

.header_trigger_menu span {
	display: block;
	width: 24px;
    height: 3px;
	background: #0B7DD1;
	position: absolute;
	left: 0;
	transition: all 0.3s;
	border-radius: 6px;
}


.header_trigger_menu span:nth-child(1) {
	top: 0;
}
.header_trigger_menu span:nth-child(2) {
	top: 8px;
}
.header_trigger_menu span:nth-child(3) {
	top: 16px;
}
.header_trigger.open .header_trigger_menu  {
  transform: rotate(180deg);
}
.header_trigger.open .header_trigger_menu span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.header_trigger.open .header_trigger_menu span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.header_trigger.open .header_trigger_menu span:nth-of-type(3) {
  opacity: 0;
}

.mobile_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
}
.mobile_nav:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 5;
	cursor: pointer;
}


.mobile_nav_inner {
	margin: 70px 30px 10px;
}
.mobile_nav_inner nav {
	background: #0B7DD1;
	border-radius: 20px;
	padding: 15px 0;
	max-height: calc(100vh - 200px);
	box-sizing: border-box;
	overflow: auto;
	z-index: 10;
	position: relative;
}
.mobile_nav_inner li {
	list-style: none;
}


.mobile_nav_inner li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 13px 20px;	
	border-bottom: 1px dotted rgba(255,255,255,0.5);	
}
.mobile_nav_inner nav > ul > li:last-child a {
	border: none;
}
.mobile_nav_inner li li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 20px 8px 40px;	
}
.mobile_nav_inner li.parent > a {
	position: relative;	
}
.mobile_nav_inner li.parent > a:before,
.mobile_nav_inner li.parent > a:after {
    content: '';
    display: block;
    width: 16px;
    height: 3px;
    background: #C8DCE3;
    position: absolute;
    top: 23px;
    right: 15px;
	transition: all 0.3s;
	border-radius: 10px;
}
.mobile_nav_inner li.parent > a:after {
	transform: rotate(90deg);	
}
.mobile_nav_inner li.parent > a.open:after {
	transform: rotate(270deg);
	opacity: 0;
}
.mobile_nav_inner li.parent > a.open:before {
	transform: rotate(180deg);
	
}
.mobile_nav_inner li ul {
	display: none;
	margin: 0;	
}

	
}


@media(max-width: 767px) {
body {
	font-size: 15px;	
}

.side_contact {
	clear: both;
	position: static;
	top: inherit;
	right: 0;
	z-index: 50;
	width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 20px 10px;
	display: none;
}


.mobile_nav .mobile_contact {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 5000;
}


.narrowScreen .side_contact {
	top: inherit;	
}
.side_contact div {
	width: 49%;
	font-size: 14px;
}

.side_contact a {
	height: 40px;
	padding: 0 5px;
	border-radius: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	transform: translateX(0);
	width: 100%;
	box-sizing: border-box;
}


.mobile_nav .mobile_contact div {
	width: 49%;
	font-size: 14px;	
}
.mobile_nav .mobile_contact a {
	color: #FFF;
	text-decoration: none;
	height: 40px;
	padding: 0 5px;
	border-radius: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.side_join_btn {
	margin-bottom: 0;	
}



footer {
	padding: 30px 10px 20px;	
}
.footer_logo {
	width: 50%;
	margin: 0 auto 15px;	
}
.footer_inner p {
	font-size: 11px;	
}

.footer_bottom {
	padding: 15px;
}

.copyright_flex,
.copyright_flex ul {
	display: block;
}
.copyright_flex li {
	 font-size: 13px;
	 text-align: center;
	 margin: 0 0 15px;
}
.copyright {
	font-size: 8px;	
}

.pagetop {
	right: 15px;
	bottom: 15px;
	transform: scale(0.8);
}



.about_link {
	padding: 20px;
}
.about_link:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.about_link_flex.upper,
.about_link_flex.lower,
.page_toppage .about_link_flex.upper {
	max-width: inherit;
	display: block;
	width: 100%;
	margin: 0;	
}
.page_toppage .about_link_flex.upper {
	padding: 0;	
}

.about_link_flex p,
.page_toppage .about_link_flex.upper p {
	width: 47%;
	margin: 0 0 10px;	
}
.about_link_flex a,
.page_toppage .about_link_flex.upper a {
	width: 100%;
	height: 50px;
	text-align: center;
}
.about_link_flex p:nth-child(odd) {
	float: left;
	clear: both;	
}

.about_link_flex p:nth-child(even) {
	float: right;
}

.about_link_flex a:after {
	width: 20px;
	height: 20px;
	background: url(../images/btn_arrow_right.png) no-repeat 0 0;
	background-size: 20px;
	top: calc(50% - 10px);
}
.about_link_flex a:hover:after {
	transform: translateX(13px);
}

}


@media(max-width: 320px) {
body {
	font-size:  14px;	
}
.header_trigger .header_trigger_text {
	top: 13px;
}
.mobile_nav_inner nav {
	padding: 5px 0;
	border-radius: 14px;
}
.mobile_nav_inner li a {
	padding: 6px 15px;	
}
.mobile_nav_inner li.parent > a:before,
.mobile_nav_inner li.parent > a:after {
    top: 17px;
	right: 10px;
}

.mobile_nav_inner li li a {
	padding: 5px 20px 5px 30px;	
}
.about_link_flex p {
	font-size: 13px;
}

.mobile_nav .mobile_contact a {
	height: 36px;
}
}
