@charset "utf-8";
/*------------------------------------------------------------------

  共通箇所

------------------------------------------------------------------*/

/* PC以下、レスポンシブ共用箇所------------------------------- */
/*
  フッター
--------------------------*/
.contact_area {
  background: #f2f2f2;
  padding: 55px 4%;
  text-align: center;
  letter-spacing: -.5em;
}
.contact_area p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
}
.contact_area .document_link {
  max-width: 400px;
  width: 90%;
  background: #333 url(../img/common/cv.png) right 40px center no-repeat;
  background-size: 21px;
}
.contact_area .document_link span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../img/common/document_link.png) left center no-repeat;
  background-size: 22px;
}
.contact_area .contact_link {
  width: 90%;
  max-width: 400px;
  background: #db3737 url(../img/common/cv.png) right 40px center no-repeat;
  background-size: 21px;
  margin: 0 0 0 55px;
}
.contact_area .contact_link span {
  display: inline-block;
  padding: 0 0 0 40px;
  background: url(../img/common/contact_link.png) left center no-repeat;
  background-size: 27px;
}
.footer_in {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 0;
  overflow: hidden;
}
.f_logo {
  width: 378px;
  display: inline-block;
  margin: 0 0 40px;
}
.f_nav {
  letter-spacing: -.5em;
  display: inline-block;
  line-height: 1;
  float: right;
  margin: 0 0 30px;
  margin-top: 14px;
}
.f_nav li {
  display: inline-block;
  line-height: 1;
  margin: 10px 0 10px 25px;
}
.f_nav a {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.f_banner {
  display: inline-block;
  float: right;
  letter-spacing: -.5em;
}
.f_banner a {
  display: inline-block;
  width: 270px;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.f_banner span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 10px 0 0;
  font-weight: bold;
}
.footer_in p {
  display: inline-block;
}
.f_small {
  background: #333;
}
.f_small div {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}
.f_sub_nav {
  letter-spacing: -.5em;
  display: inline-block;
  line-height: 1;
}
.f_sub_nav li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px 0 0;
}
.f_sub_nav a {
  color: #fff;
  padding: 0 0 0 12px;
  background: url(../img/common/f_link.png) right 1px center no-repeat;
  background-size: 10px;
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.f_sub_nav a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.f_small small {
  display: inline-block;
  color: #fff;
  float: right;
  font-size: 12px;
  line-height: 1.6;
}
.pagetop {
  position: fixed;
  bottom: 62px;
  right: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 50%;
  background: #333;
  border: solid 1px #fff;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 44px;
  font-size: 27px;
}
/*
  articleヘッダー
--------------------------*/
article {
  overflow: hidden;
  position: relative;
}
article header {
  position: relative;
  min-height: 320px;
  background: url(../img/common/technology_h.png) center no-repeat;
  background-size: cover;
}
.h_title {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  overflow: hidden;
  padding: 70px 0 0;
}
.h_title h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 0 45px;
  background: url(../img/common/h_title.png) left center no-repeat;
  background-size: 28px;
  color: #fff;
}
.breadcrumb {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  padding: 15px 0 10px;
  letter-spacing: -.5em;
}
.breadcrumb li {
  display: inline-block;
  padding: 0 6px 0 0;
  max-width: 100%;
}
.breadcrumb li:after {
  content: "＞";
  display: inline-block;
  padding: 0 0 0 2px;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a,
.breadcrumb li > span {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
.breadcrumb li > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.content {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0 80px;
  overflow: hidden;
}
/*
  見出し、リンク
--------------------------*/
.title {
  clear: both;
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 1px;
  margin: 0 0 35px;
  white-space: break-spaces;
}
.title span {
  display: block;
  font-size: 18px;
  color: #4d4d4d;
  padding: 0 0 0 23px;
  background: url(../img/common/title.png) left center no-repeat;
  background-size: 16px;
  margin: 0 0 8px;
}
.sub_title {
  font-size: 26px;
  color: #333;
  padding: 0 0 15px;
  border-bottom: solid 2px #f0f0f0;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  margin: 0 0 20px;
}
.sub_title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #41b55c;
}
.link {
  display: inline-block;
  padding: 0 17px 0 0;
  text-align: left;
  background: url(../img/common/link.png) right top 3px no-repeat;
  background-size: 13px;
  font-size: 16px;
  text-decoration: underline;
}
.pdf {
  font-size: 16px;
  padding: 0 0 0 20px;
  background: url(../img/common/pdf.png) left top 3px no-repeat;
  background-size: 13px;
  display: inline-block;
  text-decoration: underline;
}
/*
  ボタン
--------------------------*/
.cv,
.return {
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 340px;
  line-height: 70px;
  background: #41b55c url(../img/common/cv.png) right 40px center no-repeat;
  background-size: 21px;
  position: relative;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.return {
  background: #ddd;
  color: #333;
  width: 150px;
}
.return_list {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 38px;
  background: url(../img/common/news_arrow.png) left center no-repeat;
  background-size: 21px;
}
.view_all {
  color: #4d4d4d;
  font-weight: bold;
  display: inline-block;
  padding: 0 38px 0 0;
  background: url(../img/common/news_arrow2.png) right center no-repeat;
  background-size: 21px;
}
.btns {
  text-align: center;
}
.btns button,
.btns input {
  margin: 0 10px;
}

/*---------------------------------

  お知らせ一覧

---------------------------------*/
.news_list li {
  border-bottom: solid 1px #ddd;
}
.news_list a,
.news_list div {
  display: block;
  padding: 19px 12px;
  overflow: hidden;
}
.news_list time {
  width: 120px;
  font-size: 14px;
  float: left;
  position: relative;
  line-height: 22px;
  margin: 2px 0 0;
}
.news_list .category {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 140px;
  box-sizing: border-box;
  background: #41b55c;
  line-height: 22px;
  float: left;
  margin: 2px 0 0;
}
.news_list h3 {
  width: calc(100% - 260px);
  float: left;
  padding: 0 0 0 25px;
  font-size: 16px;
}
.news_list a h3 {
  text-decoration: underline;
  transition: .3s ease-in-out;
}
/*
  ページネーション
--------------------------*/
.paging {
  text-align: center;
  letter-spacing: -.4em;
  margin: 80px 0 0;
}
.paging span,
.paging a {
  border: solid 1px #41b55c;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #41b55c;
  line-height: 38px;
  display: inline-block;
  letter-spacing: 0;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.paging .current,
.paging a:hover {
  background: #41b55c;
  color: #fff;
}
/* プレビュー、ネクストボタン消してる */
.paging .prev,
.paging .next {
  display: none;
}

/*---------------------------------

  表1

---------------------------------*/
.list1 {
  table-layout: fixed;
  width: 100%;
}
.list1 th {
  width: 360px;
  height: 85px;
  padding: 25px 20px;
  border: solid 1px #e4e4e4;
  line-height: 2;
  box-sizing: border-box;
  vertical-align: top;
  background: #f0f0f0;
  font-weight: bold;
  font-size: 16px;
}
.list1 td {
  height: 85px;
  padding: 23px 20px;
  border: solid 1px #e4e4e4;
  line-height: 2;
  box-sizing: border-box;
  font-size: 16px;
}
.list1 td p {
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

/*---------------------------------

  404ページ

---------------------------------*/
#not_found {
  text-align: center;
}
#not_found p {
  font-size: 18px;
  margin: 20px 0 40px;
}
#not_found .btns {
  padding: 30px 0 100px;
}
#not_found:before {
  content: "Not Found"!important;
}



/* PCサイズ------------------------------- */
@media screen and (min-width:1200px) {
/*---------------------------------

  共通

---------------------------------*/
.menu_sp,
.sp {
  display: none!important;
}
html,
body {
  height: 100%;
}
main {
  overflow: hidden;
  position: relative;
  /* min-height: calc(100% - 130px); */
  box-sizing: border-box;
  padding: 90px 0 0;
}
.tel {
  pointer-events: none!important;
}
.cv:hover,
.return:hover,
.return_list:hover {
  opacity: 0.8;
}
.news_list a:hover h3 {
  text-decoration: none;
}
/*
  ヘッダー
--------------------------*/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 90px;
  border-bottom: solid 1px #ddd;
}
.header_in {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.logo {
  width: 378px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}
.logo:hover {
  opacity: 0.8;
}
nav ul {
  /* overflow: hidden; */
  letter-spacing: -.5em;
  text-align: right;
}
.contact_menu {
  margin-left: 30px;
  display: inline-block;
  height: 90px;
}
.contact_menu a {
  height: 100%;
  display: block;
  width: 180px;
  line-height: 90px;
  background: #db3737;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.contact_menu a:hover {
  opacity: 0.8;
}
.menu {
  margin-left: 30px;
  display: inline-block;
  max-height: 90px;
  vertical-align: top;
}
.menu:first-child {
  margin: 0;
}
/*ナビのアニメーション*/
.text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  height: 90px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0;
  padding: 20px 0 0;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.text span {
  display: block;
  text-align: center;
  color: #db3737;
  font-size: 10px;
  line-height: 1.2;
}
.text:before,
.text:after {
  position: absolute;
  bottom: 15px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #db3737;
  transition: 1s;
}
.text:before {
  left: 50%;
}
.text:after {
  right: 50%;
}
.text:hover:before,
.text:hover:after {
  width: 50%;
}
.text.now:before,
.text.now:after {
  width: 50%;
}
/* 共通箇所のホバー */
.footer a:hover {
  opacity: 0.8;
}
.pagetop:hover {
  opacity: 0.8;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.link:hover,
.pdf:hover {
  text-decoration: none;
}
}

@media screen and (max-width:1300px) {
.text {
  font-size: 14px;
  height: 90px;
}
.contact_menu a {
  width: 120px;
  line-height: 90px;
  font-size: 14px;
}
  
}
/* タブレット以下サイズ------------------------------- */
@media screen and (max-width:1199px) {
/*---------------------------------

  共通

---------------------------------*/
.menu_pc {
  display: none!important;
}
html,
body {
  height: 100%;
}
main {
  overflow: hidden;
  position: relative;
  /* min-height: calc(100% - 155px); */
  box-sizing: border-box;
  padding: 50px 0 0;
}
/*
  ナビ用
--------------------------*/
html > * {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*
  ヘッダー
--------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 4;
}
.header_menu {
  height: 50px;
  padding: 0 0 0 3%;
  overflow: hidden;
  line-height: 1;
  z-index: 5;
}
.header_menu .logo {
  width: 260px;
  display: inline-block;
  margin: 13px 0 0;
}
.header_menu .logo span {
  display: block;
  font-size: 11px;
  color: #1a1a1a;
  margin: 0 0 2px;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu_trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #db3737;
  z-index: 10;
}
.menu_trigger span {
  position: absolute;
  background: #fff;
  width: 25px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_trigger span:nth-of-type(1) {
  top: 15px;
}
.menu_trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 15px;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.header .header_in {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  text-align: left;
  font-size: 13px;
  background: #fff;
  z-index: 8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.header .header_in > div {
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 70px 6% 50px;
}
.header nav {
  padding: 0 0 20px;
}
.header nav li {
  border-bottom: solid 1px #ddd;
}
.header nav a,
.header li > span {
  position: relative;
  display: block;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: 14px;
  padding: 15px 10px;
  font-weight: bold;
}
.header li > span {
  padding: 15px 10px 5px;
}
.header a span {
  font-size: 12px;
  color: #db3737;
  margin-left: 13px;
}
.header li ul {
  padding: 0 0 10px;
}
.header li li {
  border-bottom: none;
}
.header li li a {
  padding: 5px 10px 5px 50px;
}
.contact_menu {
  background: #db3737;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  width: 90%;
  margin: 5px auto 0;
}
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 7;
}
.side_open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
/* サイドメニューオープン */
.side_open .overlay,
.side_open .header_in {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
article:not(#home):before {
  font-size: 140px;
}
.f_logo {
  margin: 0 0 30px;
}
.f_nav {
  float: none;
  width: 100%;
}
.f_nav li {
  margin: 0 30px 10px 0;
}
.list1 th {
  width: 300px;
}

}

/* タブレット（iPad）サイズ------------------------------- */
@media screen and (max-width:1023px) {
.content {
  width: 92%;
}
.footer {
  height: auto;
}
.footer_in {
  padding: 35px 0;
  width: 92%;
}
.f_banner a {
  width: 210px;
}
.contact_area .document_link {
  width: 47%;
}
.contact_area .contact_link {
  width: 47%;
  margin: 0 0 0 4%;
}
article header {
  min-height: 250px;
}

}


/* スマホ以上------------------------------- */
@media screen and (min-width:768px) {
.sp {
  display: none!important;
}
.tel {
  pointer-events: none;
}
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {
.pc {
  display: none!important;
}
.content {
  padding: 50px 0 60px;
}
.cv,
.return {
  width: 300px;
  line-height: 60px;
  font-size: 15px;
  background: #41b55c url(../img/common/cv.png) right 25px center no-repeat;
  background-size: 21px;
}
.return {
  background: #ddd;
  color: #333;
}
.btns button,
.btns input {
  margin: 0 0 15px;
}
.btns button:last-child,
.btns input:last-child {
  margin: 0;
}
article header {
  min-height: 170px;
}
.h_title {
  padding: 5px 0 0;
}
.h_title h1 {
  font-size: 25px;
  padding: 0 0 0 35px;
  background: url(../img/common/h_title.png) left center no-repeat;
  background-size: 23px;
}
.contact_area {
  padding: 35px 4%;
}
.contact_area p {
  font-size: 18px;
}
.contact_area .document_link {
  width: 100%;
  max-width: 300px;
  background: #333 url(../img/common/cv.png) right 25px center no-repeat;
  background-size: 21px;
}
.contact_area .contact_link {
  width: 100%;
  max-width: 300px;
  margin: 20px 0 0;
  background: #db3737 url(../img/common/cv.png) right 25px center no-repeat;
  background-size: 21px;
}
.f_logo {
  width: 100%;
}
.f_nav {
  text-align: center;
  margin: 0 0 10px;
}
.f_nav li {
  margin: 0 10px 20px;
}
.f_nav li a{
  font-size: 13px;
}
.footer_in p {
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.f_banner {
  display: block;
  float: none;
  text-align: center;
}
.f_banner a {
  margin: 15px 0 0;
  width: 100%;
  max-width: 300px;
}
.f_banner span {
  text-align: center;
  margin: 15px 0 0;
}
.f_small div {
  width: 92%;
  padding: 20px 0;
}
.footer small {
  font-size: 11px;
  padding: 10px 0 0;
  float: none;
}
.breadcrumb {
  padding: 15px 0 30px;
}
.breadcrumb a,
.breadcrumb li > span {
  font-size: 12px;
}
.pagetop {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 23px;
}
.pdf,
.link {
  font-size: 14px;
}
.return_list {
  font-size: 14px;
  padding: 0 0 0 30px;
}
.news_list time {
  float: left;
  font-size: 13px;
  margin: 0;
}
.news_list h3 {
  float: none;
  width: 100%;
  padding: 8px 0 0;
  font-size: 14px;
  clear: both;
}
.news_list .category {
  font-size: 13px;
  float: right;
  width: 110px;
  margin: 0;
}
.paging span,
.paging a {
  font-size: 14px;
}
.list1 {
  border-bottom: solid 1px #ddd;
}
.list1 th {
  font-size: 14px;
  padding: 10px 15px!important;
  display: block;
  width: 100%!important;
  height: auto;
  border-bottom: none;
}
.list1 th .required {
  margin: 2px 0 0;
  font-size: 13px;
}
.list1 td {
  font-size: 14px;
  padding: 13px 15px 15px!important;
  display: block;
  height: auto;
  border-bottom: none;
}
.list1 td p {
  font-size: 14px;
}
.list1 ol li,
.list1 h3 {
  font-size: 14px;
}
#not_found p {
  font-size: 16px;
  margin: 20px 0 40px;
}
#not_found .btns {
  padding: 0px 0 40px;
}
.title {
  font-size: 28px;
  margin: 0 0 25px;
}
.title span {
  font-size: 15px;
  padding: 0 0 0 21px;
  background: url(../img/common/title.png) left center no-repeat;
  background-size: 14px;
  margin: 0;
}
.sub_title {
  font-size: 20px;
  line-height: 1.4;
}


}

/* Language Switcher Styles - Custom Dropdown */
.language-switcher {
  display: inline-block;
  vertical-align: top;
  height: 90px;
  line-height: 90px;
  position: relative;
}

.language-dropdown {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.language-current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
}

.current-flag img {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  display: block;
}

.current-name {
  font-size: 14px;
  color: #333;
  display: none; /* Ẩn tên ngôn ngữ, chỉ hiển thị cờ */
}

.dropdown-arrow {
  font-size: 10px;
  color: #666;
  transition: transform 0.3s ease;
}

.language-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.language-options {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 120px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.language-dropdown.active .language-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-options li {
  margin: 0;
  padding: 0;
}

.language-options a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.3s ease;
}

.language-options a:hover {
  background: #f5f5f5;
}

.language-options img {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.language-options .current a {
  background: #db3737;
  color: #fff;
}

.language-options .current a:hover {
  background: #c42e2e;
}

/* Mobile Language Switcher */
@media screen and (max-width:1199px) {
  .language-switcher {
    margin: 15px 0 0 0;
    height: auto;
    line-height: 1;
    text-align: center;
  }
  
  .language-current {
    padding: 6px 10px;
  }
  
  .current-flag img {
    width: 18px;
    height: 13px;
  }
  
  .dropdown-arrow {
    font-size: 9px;
  }
  
  .language-options {
	right: -150%;
  }
}

@media screen and (max-width:767px) {
  .language-switcher {
    margin: 10px 0 0 0;
  }
  
  .language-current {
    padding: 5px 8px;
  }
  
  .current-flag img {
    width: 16px;
    height: 12px;
  }
  
  .dropdown-arrow {
    font-size: 8px;
  }
	
  .language-options {
	right: -150%;
  }
}

.footer-logo-link {
  border: solid 1px #eee;
  height: 70px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
}

.menu_sp .logo {
	margin: 3px 0px 0px;
}
