@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option, button {
	line-height: 1.1;
}

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

table,
input, textarea, select, option {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

a {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	border-radius: 8px;
}

/*------------------------------------------------------------
adjustment class ※ no use frequently
------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

/*------------------------------------------------------------
clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
Layout
------------------------------------------------------------*/
body {
	font-family: "メイリオ", "meiryo", sans-serif;
	text-align: center;
	line-height: 1.5;
	min-width: 1170px;
	position: relative;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
	}
}

@media screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.only-sp {
		display: block;
	}
}

/*------------------------------------------------------------
CSS shared
------------------------------------------------------------*/
section {
	position: relative;
	margin: 0 auto;
}

.container {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.container {
		width: 92% !important;
	}
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

.with_shadow {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
	box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
	background-color: #fff;
}

a, p {
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
	a, p {
		font-size: 1.2rem;
	}
}

p {
	color: #2c2c2c;
}

.right_align {
	text-align: right;
}

.arial {
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

.button {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
}

.button:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.green_dot_button {
	border: 3px solid #2e508f;
	border-radius: 50px;
	color: #012d4c;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.green_dot_button {
		border: 1.5px solid #2e508f;
	}
}

/* .green_dot_button::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #3daf2c;
	border-radius: 50%;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.green_dot_button::before {
		width: 6px;
		height: 6px;
		margin-right: 10px;
	}
} */

.category_img_cover {
	padding-top: 110px;
}

@media screen and (max-width: 767px) {
	.category_img_cover {
		padding-top: 64px;
	}
}

.category_img {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 220px;
}
.category_img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 20px solid #77B1FF;
	mix-blend-mode: multiply; 
}
.p-top.category_img:after {
	background-color: rgba(98,183,255,0.2);
}

.category_img.is_toppage {
	height: auto;
}

@media screen and (max-width: 767px) {
	.category_img.is_toppage, .bx-viewport, .bx-wrapper img {
		height: 70vh!important;
		object-fit: cover;
	}
	.category_img:after {
		border: 10px solid #77B1FF;
	}
}

.category_img .category_title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.category_img .category_title img {
		zoom: 80%;
	}
}

.category_img .category_title p.jp {
	font-size: 1.2rem;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.category_img .category_title p.jp {
		margin-top: 10px;
	}
}

.category_img.company {
	background-image: url("../img/company/category_img.jpg");
}

.category_img.news {
	background-image: url("../img/news/category_img.jpg");
}

.category_img.business {
	background-image: url("../img/business/category_img.jpg");
}

.category_img.contact {
	background-image: url("../img/contact/category_img.jpg");
}

.category_img.privacy {
	background-image: url("../img/privacy_policy/category_img.jpg");
}

.category_img.recruit {
	background-image: url("../img/recruit/category_img.jpg");
}

.breadcrumb .breadcrumb_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb .breadcrumb_list li {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}

.breadcrumb .breadcrumb_list li:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.breadcrumb .breadcrumb_list li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

.breadcrumb .breadcrumb_list li:nth-child(odd)::before {
	background-color: #87bae5;
}

.breadcrumb .breadcrumb_list li:nth-child(even)::before {
	background-color: #eeeeee;
}

.breadcrumb .breadcrumb_list a {
	display: block;
	position: relative;
	color: #2c2c2c;
	padding: 10px 20px 11px;
}

@media screen and (max-width: 767px) {
	.breadcrumb .breadcrumb_list a {
		padding: 8px 15px;
	}
}

.works_list {
	margin-top: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.works_list {
		display: block;
	}
}

.works_list .works_item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.works_list .works_item + .works_item {
	border-left: 1px solid #fff;
}

.works_list .works_item img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.works_list .works_item:nth-child(odd) .works_content {
	border-top: 6px solid #30518d;
}

@media screen and (max-width: 767px) {
	.works_list .works_item:nth-child(odd) .works_content {
		border-top: 3px solid #30518d;
	}
}

.works_list .works_item:nth-child(odd) .works_title {
	border-bottom: 1px solid #30518d;
}

.works_list .works_item:nth-child(even) .works_content {
	border-top: 6px solid #5aaf44;
}

@media screen and (max-width: 767px) {
	.works_list .works_item:nth-child(even) .works_content {
		border-top: 3px solid #5aaf44;
	}
}

.works_list .works_item:nth-child(even) .works_title {
	border-bottom: 1px solid #5aaf44;
}

.works_list .works_content {
	position: relative;
	width: 390px;
	margin: -20px auto 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
	box-shadow: 0px 0px 21px 0px rgba(203, 203, 203, 0.5);
}

@media screen and (max-width: 767px) {
	.works_list .works_content {
		width: 92%;
		margin: -20px auto 40px;
	}
}

.works_list .works_title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 15px 0 16px;
}

@media screen and (max-width: 767px) {
	.works_list .works_title {
		font-size: 1.5rem;
		padding: 10px 0;
	}
}

.works_list .works_detail {
	padding: 20px 30px;
}

@media screen and (max-width: 767px) {
	.works_list .works_detail {
		padding: 20px 15px;
	}
}

.works_list .works_detail p {
	text-align: left;
}

.works_list .works_button {
	width: 218px;
	margin-top: 20px;
	border: 1px solid #2e508f;
	color: #053f6a;
	font-weight: bold;
	padding: 5px 0 6px;
	border-radius: 16px;
}

@media screen and (max-width: 767px) {
	.works_list .works_button {
		width: 100%;
		padding: 6px 0;
	}
}

h1 {
	font-size: 7rem;
	color: #0459CC;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 3.5em;
	}
}

h2 {
	font-family: "Arial", sans-serif;
	font-size: 3.8rem;
	color: #0459CC;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 2.8rem;
		line-height: 1.3;
	}
}

h3 {
	font-size: 1.8rem;
	color: #2c2c2c;
}

.h2_jp {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	h3, .h2_jp {
		font-size: 1.5rem;
	}
}


/* component */
.u-df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  @media screen and (max-width: 767px) {
	.u-df {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
	position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.c-header__nav {
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 45px;
}

@media screen and (max-width: 767px) {
	.c-header__nav {
    padding: 15px;
    height: 40px;
	}
}


@media screen and (max-width: 939px) {
  .c-header__nav .nav-menu {
    display: none;
  }
}

.c-header__nav .nav-logo {
	padding: 0 0 10px 40px;
}
@media screen and (max-width: 767px) {
	.c-header__nav .nav-logo {
		padding: 0;
		max-width: 30%;
	}
}



@media screen and (max-width: 767px) {
	.c-header__nav .nav-menu {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		position: fixed;
		top: 48px;
		width: 100%;
		left: 0;
		z-index: 2;
		height: calc(100vh - 48px);
		overflow-x: hidden;
		background-color: rgba(0, 0, 0, 0.85);
	}
}

.c-header__nav .nav-menu .menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding-right: 110px;
}

@media screen and (max-width: 767px) {
	.c-header__nav .nav-menu .menu-list {
		display: block;
		background: #fff;
	}
}

.c-header__nav .nav-menu li + li {
}

.c-header__nav .nav-menu a {
	color: #163881;
  font-size: 14px;
  padding: 0 10px;
  font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 8px 20px;
	background-color: #fff;
}
.c-header__nav .nav-menu li:first-child a {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.c-header__nav .nav-menu li:last-child a {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.c-header__nav .nav-menu a img {
  margin-bottom: 4px;
}
.c-header__nav .nav-menu a:hover, .c-header__nav .nav-menu a.active  {
	color: #fff;
	background-color: #002B6F;
}
/* .c-header__nav .nav-menu a:before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  margin: 0 auto 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: #EBF5FF;
} */

@media screen and (max-width: 1000px) {
	.c-header__nav .nav-menu a {
		padding: 0 1.2vw;
	}
}

@media screen and (max-width: 767px) {
	.c-header__nav .nav-menu a {
		padding: 28px 0;
	}
}

@media screen and (max-width: 767px) {
	.c-header__nav .nav-menu li a {
		font-size: 1.6rem;
	}
}

.c-header__nav.nav-fixed {
	-webkit-transition: 500ms;
	transition: 500ms;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
	box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
}

/*  */

.c-header #nav-toggle {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.c-header #nav-toggle div {
  position: relative;
  width: 34px;
  height: 27px;
  margin: 0 auto;
}

.c-header #nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #122B6F;
  border-radius: 1px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.c-header #nav-toggle span:nth-child(1) {
  top: 0px;
}

.c-header #nav-toggle span:nth-child(2) {
  top: 13px;
}

.c-header #nav-toggle span:nth-child(3) {
  width: 25px;
  top: 26px;
  right: 0;
}

.c-header #nav-toggle.on span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.c-header #nav-toggle.on span:nth-child(2) {
  opacity: 0;
}

.c-header #nav-toggle.on span:nth-child(2)::before,
.c-header #nav-toggle.on span:nth-child(2)::after {
  width: 0;
  height: 0;
}

.c-header #nav-toggle.on span:nth-child(3) {
  top: 13px;
  width: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.c-header .header-menu-inner {
  visibility: hidden;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.c-header .header-menu-inner.open {
  visibility: visible;
  -webkit-transition: opacity .24s ease;
  transition: opacity .24s ease;
}

.c-header #header-menu-bg {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.c-header .header-menu-inner.open #header-menu-bg {
  visibility: visible;
  opacity: 1;
}

.c-header .g-nav-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
  font-family: 'Noto Sans JP', sans-serif;
}

.c-header .g-nav-content {
	width: 100%;
  height: 100%;
}

.c-header .header-menu-inner.open .g-nav-wrapper {
  visibility: visible;
  opacity: 1;
}

.c-header .g-nav-logo {
  width: 30%;
  text-align: center;
  background: url(../img/nav_bg.png) center no-repeat;
  background-size: cover;
}

.c-header .g-nav-logo .logo-bg {
  height: 100%;
}

.c-header .g-nav-inner {
  width: 75%;
  background-color: #06459B;
}

.c-header .g-nav-inner, .c-header .g-nav-logo .logo-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.c-header .g-nav {
	text-align: left;
  /* padding-top: 60px; */
  justify-content: center;
}

.c-header .g-nav ul + ul {
  margin-left: 14%;
}
.c-header .g-nav ul.g-nav-parent > li + li {
  padding-top: 20px;
}
.c-header .g-nav ul.g-nav-child {
  margin: 12px 0 0 2px;
}
.c-header .g-nav ul.g-nav-child li + li {
  padding-top: 6px;
}

.c-header .g-nav li a {
	color: #fff;
	display: block;
  font-size: 16px;
}
.c-header .g-nav li h3 {
	color: #fff;
	font-size: 24px;
	position: relative;
}
.c-header .g-nav li h3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #356cb5;
}
.c-header .g-nav li h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -29px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #cfdaea;
  border-right: 2px solid #cfdaea;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-radius: 1px;
}

.c-header .g-nav li h3 + a {
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
  .c-header #nav-toggle {
    width: 45px;
    height: 45px;
    top: 13px;
    right: 13px;
  }
  .c-header #nav-toggle div {
    width: 24px;
    height: 18px;
  }
  .c-header #nav-toggle span {
    height: 2px;
  }
  .c-header #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  .c-header #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .c-header #nav-toggle.on span:nth-child(1), .c-header #nav-toggle.on span:nth-child(3) {
    top: 8px;
  }
  .c-header #nav-toggle.on span:nth-child(3) {
	width: 24px;
  }

  .c-header .g-nav-content {
	height: auto;
    overflow-x: hidden;
    flex-direction: column-reverse;
  }
  .c-header .g-nav-logo, .c-header .g-nav-inner {
    width: auto;
    padding: 50px 4%;
  }
  
  .c-header .g-nav {
    padding-top: 0;
  }
  
  .c-header .g-nav ul + ul {
    margin: 18px 0 0;
  }
  .c-header .g-nav ul.g-nav-parent > li + li {
    padding-top: 18px;
  }
  .c-header .g-nav ul.g-nav-child {
    margin: 5px 0 0 5px;
  }
  .c-header .g-nav ul.g-nav-child li + li {
    padding-top: 3px;
  }
  .c-header .g-nav li h3 {
	font-size: 1.6rem;
	}
	.c-header .g-nav li h3 + a {
		margin-top: 5px;
	}
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 60px;
	}
}

footer .footer_contact:after {
	display: block;
	clear: both;
	content: "";
}

footer .footer_contact .left,
footer .footer_contact .right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	footer .footer_contact .left,
	footer .footer_contact .right {
		float: none;
		width: 100%;
	}
}

footer .footer_contact .contact_button,
footer .footer_contact .tel_button {
	background-size: cover;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	footer .footer_contact .contact_button,
	footer .footer_contact .tel_button {
		height: 168px !important
	}
}

footer .footer_contact .contact_button p,
footer .footer_contact .tel_button p {
	color: #fefefe;
}

footer .footer_contact .contact_button .arial {
	font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
	footer .footer_contact .contact_button .arial {
		font-size: 2rem;
	}
}

footer .footer_contact .contact_button img,
footer .footer_contact .tel_button img {
	margin-right: 25px;
}

@media screen and (max-width: 767px) {
	footer .footer_contact .contact_button img,
	footer .footer_contact .tel_button img {
		margin-right: 16px;
		zoom: 60%;
	}
}

footer .footer_contact .contact_button {
	background-image: url("../img/footer_contact.jpg");
}

footer .footer_contact .tel_button {
	background-image: url("../img/footer_tel.png");
}

footer .footer_contact .tel_button .arial {
	font-size: 3.5rem;
	padding: 6px 0;
}

@media screen and (max-width: 767px) {
	footer .footer_contact .tel_button .arial {
		font-size: 2.8rem;
	}
}

footer .footer_info {
	background-color: #096CCE;
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	footer .footer_info {
		padding: 50px 0 48px;
	}
}

footer .footer_info .footer_logo {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	footer .footer_info .footer_logo {
		zoom: 90%;
	}
}

footer .footer_info p {
	color: #fff;
}

footer .footer_info .footer_menu {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	footer .footer_info .footer_menu {
		margin-top: 30px;
	}
}

footer .footer_info .footer_menu .footer_menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer .footer_info .footer_menu .footer_menu_list li {
	border-right: 1px solid #fff;
}

footer .footer_info .footer_menu .footer_menu_list li:first-child {
	border-left: 1px solid #fff;
}

footer .footer_info .footer_menu .footer_menu_list a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	color: #fff;
	padding: 0 23px;
}

@media screen and (max-width: 767px) {
	footer .footer_info .footer_menu .footer_menu_list a {
		padding: 0 10px;
	}
}

footer .footer_info .footer_menu .footer_menu_list a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

footer .footer_copyright {
	background-color: #096CCE;
	padding-bottom: 11px;
}

footer .footer_copyright p {
	color: #fff;
	font-size: 1.2rem;
}


/*  */
.fl-tel .fl-close, .fl-tel .fl-open {
    color: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    text-align: center;
    background: #0078DE;
    transform: translate(0, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .35s ease-in-out;
}
.fl-close p {
	color: #fff;
    width: 58px;
    height: 100px;
    cursor: pointer;
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 11px;
    position: relative;
    letter-spacing: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fl-close p:before, .fl-open .ic-arrow:before {
	content: "";
	width: 5px;
	height: 12px;
    top: 50%;
    left: 12px;
	transform: translate(0,-50%);
    position: absolute;
}
.fl-close p:before {
	background: url("../img/ic_left.png") center no-repeat;
}
.fl-open .ic-arrow:before {
	background: url("../img/ic_right.png") center no-repeat;
}
.fl-close p img {
	margin-bottom: 10px;
}


.fl-open .inner {
    padding: 25px 0;
    width: 342px;
    margin: 0 auto;
    position: relative;
}
.fl-open p {
	color: #fff;
    font-size: 21px;
}
.fl-open h3 a {
    font-size: 21px;
    line-height: 1.3;
}
.fl-open a {
    color: #fff;
    display: block;
    font-size: 14px;
    max-width: 252px;
    padding: 6px 0;
    margin: 12px auto 5px;
    border: 1px solid #fff;
}
.fl-open .ic-arrow {
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    cursor: pointer;
}


.fl-tel .fl-open {
    opacity: 0;
    visibility: hidden;
}
.fl-tel.active .fl-open {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    /*.fl-tel .fl-close, .fl-tel .fl-open {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .fl-close p {
        font-size: 1.4rem;
        padding: 20px 10px 15px 25px;
    }
    .fl-close p:before, .fl-open .ic-arrow:before {
        width: 7px;
        height: 7px;
        left: 13px;
        border-bottom: 1px solid #fff;
    }
    .fl-close p:before {
        border-left: 1px solid #fff;
    }
    .fl-open .inner {
        width: 300px;
        padding: 15px 0;
    }
    .fl-open p {
        font-size: 1.6rem;
    }
    .fl-open h3 {
        font-size: 2.8rem;
    }
    .fl-open a {
        font-size: 1.4rem;
        padding: 3px 0;
        max-width: 200px;
        margin: 7px auto 6px;
    }
    .fl-open .ic-arrow {
        width: 35px;
    }
    .fl-open .ic-arrow:before {
        border-right: 1px solid #fff;
    }*/
    .fl-tel .fl-close, .fl-tel .fl-open {
        zoom: 80%;
    }
}
