@charset "utf-8";
/*ここでは
	ページのエリア分け
	などを記述します
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 400;
  color: #363b43; /*position: relative;*/
  /*親にtransform属性を入れると子要素でfixedが効かない*/
}
html:not([lang="ja"]) body {
  font-family: "Noto Sans JP", sans-serif;
}
/*
html:not([lang="ja"]) body * {
  font-family: "Noto Sans JP", sans-serif !important;
}
*/

html[lang="en"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="vi"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="id"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="th"] body {
	font-family: "Noto Sans Thai Looped", sans-serif !important;
}
html[lang="km"] body {
	font-family: "Noto Sans Khmer", sans-serif !important;
}
html[lang="my"] body {
	font-family: "Noto Sans Myanmar", sans-serif !important;
}
html[lang="mn"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="si"] body {
	font-family: "Noto Sans Sinhala", sans-serif !important;
}
html[lang="tl"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="uz"] body {
	font-family: "ROBOTO", sans-serif !important;
}
html[lang="ne"] body {
	font-family: "Noto Sans Devanagari", sans-serif !important;
}
html[lang="bn"] body {
	font-family: "Hind Siliguri", sans-serif !important;
}
html[lang="ta"] body {
	font-family: "Mukta Malar", sans-serif !important;
}
html[lang="zh-Hans"] body {
	font-family: "Noto Sans SC", sans-serif !important;
}
html[lang="zh-Hant"] body {
	font-family: "Noto Sans TC", sans-serif !important;
}
html[lang="ko"] body {
	font-family: "Noto Sans KR", sans-serif !important;
}

p {
  font-size: 14px;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  color: #0093cb;
  /*-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  color: #00c0ff; /*-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
}
/*body a:visited{
		color: #006697;
		}*/

img {
  max-width: 100%;
  width: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
/*---h系---*/
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
.h2_title {
  color: #58626c;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 1.8em;
  display: block;
}
.h2_title .b {
  color: #00c0ff;
  display: inline-block;
  font-size: 1.38em;
}
h3 {
  font-size: 18px;
}
.h3_midashi {
  color: #58626c;
  font-size: 1.55em;
  font-weight: 400;
  margin-bottom: 0.9em;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
}
.h4_title {
}
h5 {
  font-size: 14px;
}
.comment {
  padding: 0 0 0 1em !important;
  text-indent: -1em;
}
.comment15 {
  padding: 0 0 0 1.5em !important;
  text-indent: -1.5em;
}
.comment2 {
  padding: 0 0 0 2em !important;
  text-indent: -2em;
}
.comment3 {
  padding: 0 0 0 3em !important;
  text-indent: -3em;
}
.comment35 {
  padding: 0 0 0 3.5em !important;
  text-indent: -3.5em;
}
.comment4 {
  padding: 0 0 0 4em !important;
  text-indent: -4em;
}
.mincho {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
.m-plus-r {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg); /*M PLUS Rounded 1c対策*/
}
/* 画像の縮小率
----------------------------*/
span.img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
span.img {
  position: relative;
}
span.img img.cover {
  /*position: static;*/
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
}

/*---/h系---*/
@media screen and (max-width: 1200px) {
  .h3_midashi {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 960px) {
  .h3_midashi {
    font-size: 1.3em;
  }
}
/*---スマホ用h系---*/
@media screen and (max-width: 681px) {
  /*---下記に記述---*/
}
/*---/スマホ用h系---*/

.t_right {
  text-align: right;
}
.t_left {
  text-align: left;
}
.t_center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pcnone {
  display: none;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}
.bg_gray {
  background: #e8f1f2;
}

.tabblock {
  display: none !important;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
  .tabblock {
    display: block !important;
  }
}
@media screen and (max-width: 681px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

header,
footer {
  width: 100%;
  margin: 0 auto;
}
header::after {
  clear: both;
  content: " ";
  display: block;
}
/*footer::after { clear: both; content: " "; display: block;}*/

.head_contents {
  /*background: #FFF;*/
}
.head_contents .cont {
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 11px;
  align-items: center;
}
.head_contents .logo {
  /*display: inline-flex;*/
  /*flex-basis: 26%;
	margin-right: 14.5%;*/
  width: 375px;
  margin-left: 55px;
}
.head_contents .l_group {
  display: flex;
  display: -webkit-flex;
  /*flex-basis: 26%;*/
  margin-top: 1em;
  margin-left: auto;
  max-width: 400px;
}
.head_contents .l_group li {
  margin-right: 2em;
}
.btn_group {
  display: flex;
  display: -webkit-flex;
  /*flex-basis: 26%;*/
  margin-top: 1em;
  font-size: 0.9em;
}
.btn_group li + li {
  margin-left: 0.7em;
}
.btn_group li a {
  position: relative;
}
.btn_group li a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn_group li {
  position: relative;
}
html:not([lang="ja"]) .btn_group li.japanese {
	visibility: hidden;
}
html:not([lang="ja"]) .btn_group li.hiragana {
	visibility: hidden;
}
.btn_group li a {
  display: inline-block;
  padding: 0.45em 2em 0.3em 3em;
  letter-spacing: 0;
}
.btn_group li.japanese a:before {
  background: url(../img/icon/heart.svg) no-repeat center center / contain;
}
.btn_group li.hiragana a:before {
  background: url(../img/icon/hiragana.svg) no-repeat center center / contain;
}
.btn_group li.japanese a.return:before {
  background: url(../img/icon/easy_off.svg) no-repeat center center / contain;
}
.btn_group li.lang a:before {
  background: url(../img/icon/lang.svg) no-repeat center center / contain;
}
@media screen and (max-width: 990px) {
  .btn_group li a:before {
    width: 13px;
    height: 13px;
  }
  .btn_group li.hiragana a:before{
    width: 12px;
    height: 12px;
  }
  .btn_group li.japanese a:before{
    width: 10px;
    height: 9px;
  }
}
.btn_group li.lang a.btn_blue {
  cursor: pointer;
}
.btn_group li.lang a.btn_blue:hover {
  background-color: #00c0ff;
}
.btn_group li.lang a.btn_blue.current {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.btn_group li.lang a.current::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  width: 100%;
  height: 11px;
  background-color: #00c0ff;
  display: block;
}
.btn_group li.lang .lang_link {
  position: absolute;
  top: 36px;
  right: calc((1140px - 100vw) / 2 / 2);
  width: 90vw;
  max-width: 1180px;
  background-color: #00c0ff;
  padding: 25px 4vw;
  z-index: 9;
  display: none;
  max-height: calc(100vh - 100px);
  text-align: center;
}
.btn_group li.lang .lang_link .inner {
  max-height: calc(100vh - 100px - 50px - 40px);
  overflow: auto;
}
.btn_group li.lang.wovn .lang_link .inner {
	font-size: 0.9em;
}
.btn_group li.lang.wovn .lang_link .inner ul {
	max-width: 830px;
	margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .btn_group li.lang .lang_link {
    width: calc(100vw - 1.4em);
    right: calc((100vw - 1140px) / 2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn_group li.lang .lang_link .inner {
    /*max-height: calc(100vh - 30px - 50px - 40px);*/
    max-height: calc((var(--vh) * 100) - 30px - 50px - 40px);
  }
}
@media screen and (max-width: 990px) {
  .btn_group li.lang .lang_link {
    top: 30px;
    right: -0.7em;
  }
}
.btn_group li.lang .lang_link ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.btn_group li.lang .lang_link ul li {
  width: calc((100% - 13px) / 3);
  margin: 0;
}
.btn_group li.lang .lang_link ul.defult li:first-of-type {
  width: calc(12.3% - 6.5px);
}
.btn_group li.lang .lang_link ul.defult li:nth-of-type(2) {
  width: calc(21.25% - 6.5px);
}
.btn_group li.lang .lang_link ul.wovn-lang-list li {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
}
.btn_group li.lang .lang_link ul.wovn-lang-list li[data-value="ja"] {
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_group li.lang .lang_link ul.wovn-lang-list li:first-of-type,
.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(2),
.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(3),
.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 990px) {
  .btn_group li.lang .lang_link {
    /*max-height: calc(100vh - 32px) !important;*/
    max-height: calc((var(--vh) * 100) - 32px) !important;
    overflow: auto;
  }
  .btn_group li.lang .lang_link ul {
    max-width: 300px;
    margin: 0 auto;
  }
  .btn_group li.lang.wovn .lang_link .inner ul {
    max-width: 300px;
    margin: 0 auto;
  }
  .btn_group li.lang .lang_link ul li {
    width: 100%;
    margin-top: 6.5px;
  }
  .btn_group li.lang .lang_link ul.defult li:first-of-type {
    width: 35.7%;
  }
  .btn_group li.lang .lang_link ul.defult li:nth-of-type(2) {
    width: 62.5%;
  }
	.btn_group li.lang .lang_link ul.wovn-lang-list li {
	  margin-top: 6.5px;
	}
	.btn_group li.lang .lang_link ul.wovn-lang-list li:first-of-type,
	.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(2) {
	  margin-top: 0;
	}
	.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(3),
	.btn_group li.lang .lang_link ul.wovn-lang-list li:nth-of-type(4) {
	  margin-top: 6.5px;
	}
}
.btn_group li.lang .lang_link .more {
  text-align: center;
  display: none;
}
.btn_group li.lang .lang_link .more ul li {
  margin-top: 6px;
}
.btn_group li.lang .lang_link ul li a {
  color: #000;
  font-size: 1.1em;
  padding: 7px 7px 7px 26px;
  background-color: #fff;
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-content: center;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}
.btn_group li.lang.wovn .lang_link ul li a {
  font-size: 1.25em;
}
.btn_group li.lang .lang_link ul li a span {
  text-align: right;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 990px) {
  .btn_group li.lang .lang_link ul li a {
    font-size: 12px;
  }
  .btn_group li.lang.wovn .lang_link ul li a {
    font-size: 14px;
  }
}
.btn_group li.lang .lang_link ul li a:hover {
  color: #fff;
  background-color: #ff8f00;
  border: 2px solid #ff8f00;
}
.btn_group li.lang .lang_link ul li a.active {
  color: #fff;
  background-color: #00c0ff;
  border: 2px solid #fff;
}
.btn_group li.lang .lang_link ul li a.active:hover {
  color: #fff;
  background-color: #ff8f00;
  border: 2px solid #ff8f00;
}

.btn_group li.lang .lang_link ul li a:before {
  content: "";
  background: url(../img/icon/arrow_box_b.svg) no-repeat center center / contain;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: calc(50% - 0px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn_group li.lang .lang_link ul li a:hover:before {
  background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
}
.btn_group li.lang .lang_link ul li a.active:before {
  background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
}
.btn_group li.lang .lang_link ul li a.active:after {
  display: none;
}

.btn_group li.lang .lang_link .btn_more {
  padding: 10px 0 3.5px;
  text-align: center;
}
.btn_group li.lang .lang_link .btn_more button {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 26px;
  transition: 0.3s;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @media screen and (max-width: 768px) {
      font-size: 14px;
  }
}
.btn_group li.lang .lang_link .btn_more button:hover {
  color: #ff8f00;
}
.btn_group li.lang .lang_link .btn_more button:before {
  content: "";
  background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: calc(50% - 7px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_group li.lang .lang_link .btn_more button:hover:before {
  background: url(../img/icon/arrow_box_o.svg) no-repeat center center / contain;
}
@media screen and (max-width: 990px) {
  .btn_group li.lang .lang_link .btn_more button:hover {
    color: #fff;
  }
  .btn_group li.lang .lang_link .btn_more button:hover:before {
    background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
  }
}

.btn_group li.lang .lang_link button.close {
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 6em;
  margin: 20px auto 0;
  padding: 0 0 0 25px;
  transition: 0.3s;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @media screen and (max-width: 768px) {
      font-size: 14px;
  }
}

.btn_group li.lang .lang_link button.close::before {
  position: absolute;
  top: 42%;
  left: 0px;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  transition: 0.3s;
}

.btn_group li.lang .lang_link button.close::after {
  position: absolute;
  top: 42%;
  left: 0px;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  transition: 0.3s;
}

.btn_group li.lang .lang_link .more button.close:hover {
  color: #ff8f00;
}

.btn_group li.lang .lang_link .more button.close:hover::before {
  background-color: #ff8f00;
}

.btn_group li.lang .lang_link .more button.close:hover::after {
  background-color: #ff8f00;
}

.btn_group li.lang .lang_link .lang_close {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
}

@media screen and (max-width: 990px) {
  .btn_group li.lang .lang_link .lang_close {
    display: block;
  }
}

.btn_group li.lang .lang_link .lang_close::before {
  position: absolute;
  top: 11px;
  right: 3px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #00c0ff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  transition: 0.3s;
  display: block;
}

.btn_group li.lang .lang_link .lang_close::after {
  position: absolute;
  top: 11px;
  right: 3px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #00c0ff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  transition: 0.3s;
  display: block;
}
.btn_group li.lang .lang_link .inner .lang_link_explanation {
  color: #fff;
  font-size: 14px;
  @media screen and (max-width: 990px) {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn_group li.lang .lang_link .inner .lang_link_explanation a {
  padding: 0;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding-left: 20px;
  @media screen and (max-width: 1100px) {
    width: auto;
  }
}
.btn_group li.lang .lang_link .inner .lang_link_explanation a::before{
  background: none;
  content: none;
  @media screen and (max-width: 680px) {
    white-space:pre;
    width: 14px;
    height: 14px;
    content:"\A";
  }
}
.btn_group li.lang .lang_link .inner .lang_link_explanation a::after{
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: calc(50% - 7px);
  background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
}
.btn_group li.lang .lang_link .inner .lang_link_explanation a:hover {
  color: #ff8f00;
}
.head_contents .search {
  margin-left: auto;
}
.head_contents .search > a {
  width: 38px;
  height: 38px;
  background: #4b4f56;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  background-clip: padding-box;
  position: relative;
}
.head_contents .search > a::before {
  background-clip: padding-box;
  content: "";
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  top: -1px;
  left: -1px;
  background: url(/shared/img/icon/search.svg) no-repeat center center / cover;
}
.btn_group li.lang .lang_link .inner .lang_link_explanation2-wrap{
  border: 1px solid #fff;
  padding: 20px 60px;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    padding: 10px 20px;
    width: 96%;
  }
}
.btn_group li.lang .lang_link .inner .lang_link_explanation2{
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.btn_group li.lang .lang_link .inner .lang_link_explanation2--2{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.head_contents .search > a:hover {
  background: #ff8f00;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  /*z-index: 80;*/
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal2 * {
  box-sizing: border-box;
}
#modal2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* top: 19px; */

  z-index: 100;
  display: none;
  width: 700px;
  /*width: 80%;
	max-width: 840px;*/
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  /*box-sizing: border-box;*/
  @media screen and (max-width: 680px) {
    width: 85%;
    /*height: calc(100vh - 60px);*/
    height: calc(100svh - 60px);
  }
}

.modal2__inner1 {
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 100%;
  padding: 40px;
  @media screen and (max-width: 680px) {
    padding: 30px 16px;
    /*height: calc(100vh - 60px);*/
    height: calc(100svh - 60px);
    overflow-y: auto;
  }
}

.modal2__close {
  position: fixed;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  z-index: 10;
  overflow: visible;
  cursor: pointer;
}

.modal2__btn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.modal2__btn a.blue_btn {
  cursor: pointer;
  min-width: 200px;
  padding: 12px 0;
  margin-bottom: 0;
}

.modal2__heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 22px;
  @media screen and (max-width: 680px) {
    font-size: 19px;
  }
}
.modal2__heading2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  position: relative;
  padding-left: 12px;
  @media screen and (max-width: 680px) {
    font-size: 16px;
  }
}

.modal2__text + .modal2__heading2 {
  margin-top: 30px;
  @media screen and (max-width: 680px) {
    margin-top: 20px;
  }
}
.modal2__list + .modal2__heading2 {
  margin-top: 20px;
  @media screen and (max-width: 680px) {
    margin-top: 10px;
  }
}

.modal2__heading2::before {
  content: "";
  width: 5px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #64d9ff;
}

.modal2__text {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  @media screen and (max-width: 680px) {
    font-size: 14px;
    margin-top: 10px;
  }
}

.modal2__list {
  margin-top: 6px;
}
.modal2__list li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  @media screen and (max-width: 680px) {
    font-size: 14px;
  }
}
.modal2__list li + li {
  margin-top: 6px;
}
.modal2__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.foot_lang_link_explanation {
  font-size: 14px;
  text-align: left;
  color: #fff;
  margin-bottom: 1em !important;
  padding: 0 1em;
  @media screen and (max-width: 990px) {
    margin-bottom: 0;
  }
}

.foot_lang_link_explanation a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 680px) {
.foot_lang_link_explanation a::before{
    content:"\A";
    white-space:pre;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.foot_lang_link_explanation a::after{
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  background: url(../img/icon/arrow_box_w.svg) no-repeat center center / contain;
}
.foot_lang_link_explanation a:hover {
  color: #ff8f00;
}

@media screen and (max-width: 960px) {
  .contents_side {
      padding-bottom: 0 !important;
  }
}

.head_contents .sp_group {
  /*display: none;*/
}
.head_contents .spmenu_btn {
  /*	display: none;
	
	margin-left: 2em;
	width: 4em;
	height: 4em;
	background: url(../img/icon/spmenu_btn.svg) no-repeat center center / contain;*/
}

/*-----検索-----------------------------------*/

.modal_open {
  /*display: inline-block;
	margin: 3vw;
	float: left;*/
  display: block;
}
.modal_box {
  /*z-index: 7777;*/
  /*position: fixed;
	z-index: 100;
	display: none;
	width: 80%;
	max-width: 840px;
	margin: 0;
	padding: 60px 2vw 80px;
	border: 2px solid #aaa;
	text-align: center;
	background: #fff;
	box-sizing: border-box;*/
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
  background: #e6e6e6;
}
.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 6666;*/
  z-index: 80;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
/*.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;
}
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
*/
#modal1 {
  position: absolute;
  /*right: 0;
	top: 0;*/
  top: 19px;

  z-index: 100;
  display: none;
  width: 1140px;
  /*width: 80%;
	max-width: 840px;*/
  margin: 0 auto;
  /*padding: 60px 2vw 80px;*/
  /*background: #fff;*/
  /*box-sizing: border-box;*/
}

#modal1 .m_search {
}
.m_search {
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  align-items: center;
}

.m_search .search_input {
  border: 3px solid #d3dee6;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  flex-basis: 35%;
  font-size: 1.11em;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.4em 1.2em;
  letter-spacing: 1px;
}
.search_input input::placeholder {
  color: #86939f;
}
/* IE */
.search_input input:-ms-input-placeholder {
  color: #86939f;
}
/* Edge */
.search_input input::-ms-input-placeholder {
  color: #86939f;
}

.m_search .s_btn {
  /*flex-basis: 13%;*/
  margin-left: 1%;
  display: block;
  /*border: 1px solid #FFFFFF;
	border-radius:　3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
  width: 38px;
  height: 38px;
  /*padding: 4px 10px;*/
  background: url(../img/icon/search_b.svg) no-repeat center center;
}

@media screen and (max-width: 1200px) {
  #modal1 {
    width: 94%;
  }
  .head_contents .logo {
    /*margin-right: 9%;*/
    margin-right: 0;
    /*flex-basis: 40%;*/
    width: 30vw;
  }

  .head_contents .search > a {
    background: #20c0fd;
  }
}
@media screen and (max-width: 1100px) {
  .head_contents .l_group li {
    margin-right: 1.5vw;
  }
  .btn_group li a {
    width: 100%;
    padding: 0.35em 1vw 0.35em 2em;
    letter-spacing: -0.02em;
        font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #header {
    position: fixed;
    height: 57px;
    background: #fff;
    border-bottom: 1px solid #58626c;
    z-index: 50;
    margin-top: 36px;
  }
  .head_contents .l_group {
    display: none;
  }
  .btn_group {
    width: 100%;
    padding: 5px 7px 5px 5px;
    position: absolute;
    top: -36px;
    background-color: #474f58;
    margin-top: 0;
    right: 0;
    font-size: 12px;
    justify-content: flex-end;
    height: 36px;
  }
  .btn_group li {
    /* width: calc((100% - 0.7em * 2) / 3); */
    /* flex-grow: 1; */
  }
  .btn_group li.lang{
    /* width: 88px; */
  }
  .head_contents .cont {
    padding: 0 0;
  }
  .head_contents .logo {
    margin-right: 0;
    max-width: 285px;
    width: 285px;
    margin-top: 7px;
    margin-left: 0;
  }
  .head_contents .sp_group {
    display: flex;
    display: -webkit-flex;
  }
  .head_contents .sp_group li {
    /*margin-right: 3.5em;*/
  }
  .head_contents .sp_group li a {
    width: 3em;
    height: 3em;
    display: block;
  }
  .head_contents .sp_group li .en {
    background: url(../img/icon/EN.svg) no-repeat center center / contain;
  }

  .head_contents .search {
    margin-left: 2em;
  }

  .head_contents .spmenu_btn,
  .slidemenu .close {
    display: block;
    width: 61px;
    height: 57px;
    background: #58626c;
    position: absolute;
    right: 0;
    top: 0;
  }
  .head_contents .spmenu_btn a,
  .slidemenu .close a {
    position: relative;
    display: block;
    width: 61px;
    height: 57px;
    z-index: 2;
  }
  .head_contents .spmenu_btn:before,
  .head_contents .spmenu_btn a:before,
  .head_contents .spmenu_btn a:after,
  .slidemenu .close:before,
  .slidemenu .close a:before,
  .slidemenu .close a:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #00c0ff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .head_contents .spmenu_btn a:before,
  .slidemenu .close a:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .head_contents .spmenu_btn a:after,
  .slidemenu .close a:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* open */
  .slidemenu .close:before {
    opacity: 0;
  }
  .slidemenu .close a:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .slidemenu .close a:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@media screen and (max-width: 769px) {
  /*  ウィンドウサイズ769px以下の時のスタイル  */

  .modal_box {
    padding: 50px 2vw 40px;
  }
  .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .modal_close i {
    line-height: 44px;
  }
  /*.link_area {
		margin: 25px auto 0;
	}
	.link_area .modal_link a {
		margin: 15px auto 0;
	}
	.link_area ul li.modal_link:first-child a {
		float: none;
		margin-top: 0;
	}
	.link_area ul li.modal_link:last-child a {
		float: none;
	}*/

  .head_contents .sp_group li a {
    width: 2.1em;
    height: 2.1em;
  }
  /*.head_contents .spmenu_btn{
		width: 3.5em;
		height: 3.5em;
    }*/
}
/*-----検索ここまで-----------------------------------*/

/*----グローバルナビ---*/

.g_navi {
  background: #363b43;
  color: #ffffff;
}
.g_navi ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.g_navi ul li {
  flex-basis: 17%;
  text-align: center;
  font-size: 1.1em;
  display: block;
  padding: 6px 0;
}
.g_navi ul li a {
  color: #ffffff;
  display: block;
}
.g_navi ul li a > span {
  background: #ffffff;
  padding: 0.1em 0.25em;
  color: #363b43;
  margin: 0 0.4em 0 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.g_navi ul li a:hover {
  color: #ff8f00;
}
.g_navi ul li a:hover > span {
  background: #ff8f00;
}

.sns_group {
}
.sns_group ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 12px;
}
.sns_group ul li {
}
.sns_group ul li a {
  display: block;
}
.sns_group ul li a:hover {
  opacity: 0.45;
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  filter: alpha(opacity=45); /* IE lt 8 */
  -ms-filter: "alpha(opacity=45)"; /* IE 8 */
}
aside.sns_group {
  position: fixed;
  z-index: 5;
  top: 180px;
  left: 14.2%;
  width: 80px;
  transform: translate3d(0, 0, 0);
  /*background: url(../img/dummy/sidemenu.png) no-repeat left top;*/
}
aside.sns_group ul {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
aside.sns_group ul li {
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  flex-basis: 100%;
  padding: 11px 12px;
}

@media screen and (max-width: 960px) {
  /*----グローバルナビ---*/
  .g_navi {
    display: none;
  }
}

.container {
  /*position: relative;*/
}
#contents {
  width: 100%;
  margin: 0 auto;
}
#contents::after {
  clear: both;
  content: " ";
  display: block;
}
footer {
  position: relative;
}
/*footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: #00C0FF;
	left: 0;
	top: 0;
}
footer::after {
	position: absolute;
	content: url(../img/parts/footerline_bg.gif);
	overflow: hidden;
	height: 10px;
	right: 20%;
	top: 0;
}*/
.foot_contents {
  /*background: #363B43;
	color: #FFFFFF;*/
  padding: 100px 0 70px;
  text-align: center;
}
.foot_contents .logo {
  width: 70px;
  margin: 0 auto 15px;
}
.foot_contents .cont {
}
footer .site_menu {
  /*display: flex;
	display: -webkit-flex;*/
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-basis: 15%;
  margin-bottom: 40px;
}
footer .site_menu::after {
  clear: both;
  content: " ";
  display: block;
}

.foot_contents div.home {
  display: none;
}
.foot_contents .m_search {
  display: none;
}
.foot_contents .sns_group {
  display: none;
}

.site_menu > li {
  font-size: 1.1em;
  /*flex-basis: 20%;*/
  margin-right: 5%;
}
.site_menu > li:last-child {
  margin-right: 0;
}
.site_menu > li > b {
  display: inline-block;
  padding-bottom: 0.7em;
  color: #ffffff;
}
.site_menu > li > b > span {
  color: #0084cb;
  background: #ffffff;
  padding: 0.05em 0.2em;
  display: inline-block;
  font-weight: normal;
  margin-right: 0.1em;
}
.site_menu li ul {
  /*line-height: 2;*/
  border-top: 2px solid #20c0fd;
  padding-top: 1em;
  padding-right: 1em;
}
.site_menu li ul li {
  background: url(../img/parts/list_li.png) no-repeat left top / auto 1.15em;
  padding-left: 1.1em;
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 1.1em;
}
.site_menu li ul li a {
  text-decoration: underline;
  display: inline-block;
  color: #ffffff;
}
.site_menu li ul li a span {
  display: block;
}
.site_menu li.exam ul {
  border-top: 2px solid #82cf00;
}
.site_menu li.exam ul li {
  background: url(../img/parts/list_li_g.png) no-repeat left top / auto 1.15em;
}

/*ホーム*/
.site_menu a,
.site_menu a:hover {
  color: #ffffff;
}
.site_menu .home {
  border-bottom: 1px solid #20c0fd;
}
.site_menu .home a {
  display: block;
  padding: 1.1em 15px 1.1em 16px;
}
.site_menu .home a span {
  display: block;
  background: url(../img/icon/home.svg) no-repeat left 8px top / auto 1.3em;
  padding-left: 3em;
}

footer .f_bnr {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-bottom: 35px;
}
footer .f_bnr::after {
  clear: both;
  content: " ";
  display: block;
}
footer .f_bnr li {
  flex-basis: 21%;
  margin: 0 0.8%;
}
footer .f_bnr li a {
  display: inline-block;
}
footer .site_link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 45px;
}
footer .site_link .logo {
  flex-basis: 13%;
  text-align: center;
}
footer .site_link .logo a {
  display: block;
  width: 50%;
  margin: 0 auto;
}
footer .site_link ul {
  /*margin-left: auto;*/
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border-right: 1px solid #ffffff;
}
footer .site_link ul li {
  border-left: 1px solid #ffffff;
  padding: 0.5em 2em;
}
footer .site_link ul li:first-child a {
  display: block;
  background: url(../img/icon/home.svg) no-repeat center center / cover;
  width: 1.5em;
  height: 1.5em;
}
footer .site_link ul li a {
  text-decoration: underline;
  color: #ffffff;
}
footer .copyright {
  display: block;
  font-size: 0.8em;
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
  .site_menu > li {
    margin-right: 1%;
  }
}
@media screen and (max-width: 960px) {
  aside.sns_group {
    display: none;
  }

  footer .site_menu {
    display: block;
    margin-bottom: 0;
  }
  .site_menu li ul {
    border-top: none;
    padding: 0 0 5px 2em;
    overflow: hidden;
  }
  .site_menu li.exam ul {
    border-top: none;
  }
  .foot_contents {
    padding: 12px 0 130px;
  }
  /*.foot_contents .m_search{
		display: none;
		}*/

  .foot_contents div.home {
    display: block;
  }
  .foot_contents .sns_group {
    display: block;
    margin-bottom: 20px;
  }
  .sns_group ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;

    margin: 0 auto;
    /*width: 84%;*/
    width: 95%;
  }
  .sns_group ul li {
    /*flex-basis: 19%;*/
    margin: 0 3% 4%;
  }

  .site_menu > li {
    padding: 0 15px;
    margin: 0;
    border-bottom: 1px solid #20c0fd;
    font-size: 1em;
  }
  /*.site_menu a{
		color: #FFFFFF;
		}*/
  .site_menu > li > a {
    display: block;
    padding: 1.2em 0;
    /*color: #000000;*/
  }
  .site_menu > li > a span {
    display: block;
  }
  .site_menu > li > b {
    display: block;
    padding: 1.2em 0;
    font-weight: normal;
    /*color: #000000;*/
  }
  .site_menu li ul li {
    margin-top: 0.7em;
    margin-bottom: 2.1em;
  }
  .site_menu li ul li a {
    display: block;
  }

  .site_menu .plus {
    /*position: relative;*/
    cursor: pointer;
  }
  .site_menu .plus {
    background: url(../img/parts/ar_b_bt.svg) no-repeat top 1.2em right / 20px 20px;
  }
  .site_menu .open {
    background: url(../img/parts/close_b.svg) no-repeat top 1.2em right / 20px 20px;
  }
  .site_menu li.exam .plus {
    background: url(../img/parts/ar_g_bt.svg) no-repeat top 1.2em right / 20px 20px;
  }
  .site_menu li.exam .open {
    background: url(../img/parts/close_g.svg) no-repeat top 1.2em right / 20px 20px;
  }

  .site_menu > li > b > span {
    color: #363b43;
  }

  footer .f_bnr {
    margin-top: 40px;
    display: block;
  }

  .f_bnr {
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .f_bnr li,
  footer .f_bnr li {
    margin-bottom: 10px;
  }

  footer .site_link {
    display: none;
  }

  /*footer .copyright {
		text-align: center;
		margin-bottom: 80px;
		margin-top: 10px;
		padding-top: 100px;
		background: url(../img/icon/jac-logo2.svg) no-repeat center top / auto 65px;
		
	}*/
}
@media screen and (max-width: 681px) {
  .sns_group ul {
    width: 84%;
  }
  .sns_group ul li {
    flex-basis: 19%;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

#page-bottom {
  /*display: none;*/
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
}
#page-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.page-top::after {
  clear: both;
  content: " ";
  display: block;
}

.page-top {
  /*display: none;*/
  background: url(../img/icon/page_top.png) no-repeat center center / cover;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-left: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-top:hover {
  background: url(../img/icon/page_top_orange.png) no-repeat center center / cover;
}
#page-bottom .popup {
  /*display: none;*/

  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  min-width: 185px;

  margin: 5px 10px 10px 0;
  padding: 15px 25px; /*なるべく共通*/
  /*background: url(../img/dummy/popup.png) no-repeat top right;*/
}
#page-bottom .popup {
  position: relative;
  display: inline-block;
  padding: 8px 15px 10px;
  float: right;
  width: 215px;
  min-height: 140px;
}
#page-bottom .popup .close {
  position: absolute;
  top: -15px;
  right: -1px;
  width: 30px;
  height: 30px;
  background: url(../../../shared/img/parts/close.png) no-repeat center center / contain;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
#page-bottom .popup.hide {
  display: none !important;
}

#page-bottom .popup .tel {
  color: #595757;
  display: block;
  font-size: 20px;
  font-weight: bold;
  background: url(../../../shared/img/icon/tel.png) no-repeat left top / auto 1.35em;
  padding-left: 1.6em;
  margin-bottom: 5px;
}
#page-bottom .popup .tel small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-left: -14px;
}
#page-bottom .popup .btn {
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #00c0ff;
  color: #ffffff;
  padding: 0.4em 1em;
  margin-bottom: 5px;
  text-align: center;
}
#page-bottom .popup .btn:hover {
  background: #ff8f00;
}

.question_svg {
  margin-left: 5px;
}
.question_svg img {
  width: inherit;
  display: none;
}

/*----スマホ下部追従------*/
#page-bottom .sp_bottom {
  display: none;
  min-height: 61px;
  height: auto;
}
.sp_bottom {
  /*position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;*/
}
.sp_bottom a {
  display: block;
}
.sp_bottom a,
.sp_bottom a:hover {
  color: #ffffff;
}
.sp_bottom ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background: #20c0fd;
  color: #ffffff;
  border-top: 1px solid #c7f1ff;
}
.sp_bottom ul li {
  border-right: 1px solid #c7f1ff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  min-height: 61px;
  height: auto;
}
.sp_bottom ul li:last-child {
  border: none;
}
.sp_bottom .tel {
  flex-basis: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.2em;
}
.sp_bottom .document,
.sp_bottom .inquiry {
  flex-basis: 26%;
  display: block;
}
.sp_bottom .document a,
.sp_bottom .inquiry a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2em;
}
.sp_bottom .tel a {
  padding: 0;
}
.sp_bottom .tel span,
.sp_bottom .tel div {
  display: inline-block;
  font-size: 1.25em;
  background: url(../img/icon/w_tel.png) no-repeat left top / auto 1.35em;
  padding-left: 1.6em;
}
.sp_bottom .tel small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}
.sp_bottom .document a span {
  display: block;
  background: url(../img/icon/w_document.png) no-repeat center top 18px / 14px auto;
  background-position: center bottom 10px;
  padding-bottom: 1.75em;
}
.sp_bottom .inquiry a span {
  display: block;
  background: url(../../../shared/img/icon/w_inquiry2.png) no-repeat center top 1.75em / 1.55em auto;
  background-position: center bottom 1px;
  padding-bottom: 1.75em;
}

.page-top {
  display: none !important;
}

@media screen and (max-width: 960px) {
  #page-bottom {
    /*display: block !important;*/
    width: 100%;
  }
  #page-bottom .popup {
    display: none !important;
  }
  /*----スマホ下部追従------*/
  #page-bottom .sp_bottom {
    display: block !important;
  }
  /*.page-top {
        display: none !important;
    }*/
}
@media screen and (max-width: 680px) {
  .page-top {
    width: 60px;
    height: 60px;
  }
  .sp_bottom a span {
    font-size: 0.9em;
  }
  .sp_bottom .document a span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 414px) {
  .sp_bottom .tel small {
    margin-top: 2px;
  }
  .sp_bottom .document a span {
    background-position: center bottom 6px;
  }
}

.cont {
  width: 1347px;
  /*margin: 0 auto;*/
}
.cont::after {
  clear: both;
  content: " ";
  display: block;
}
/*.flex{
	display: flex;
	display: -webkit-flex;
	}
.flex::after { clear: both; content: " "; display: block;}*/

/*-------a ボタン系----------*/

.blank {
  display: inline-block;
  background: url(../img/parts/blank.png) no-repeat right center;
  padding-right: 1.8em;
}
a.btn_blue {
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #00c0ff;
  color: #ffffff !important;
  padding: 0.5em 3em; /*適当*/
}
a.btn_blue:hover {
  background: #ff8f00;
}
a.arrow_b,
a.arrow_g {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.1;
  text-decoration: underline;
}
a.arrow_b:before {
  content: "";
  background: #00c0ff url(../img/icon/arrow_r.svg) no-repeat center center / contain;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a.arrow_b:hover:before {
  background: #ff8f00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
header a.arrow_b {
  color: #363b43;
  text-decoration: none;
}
header a.arrow_b:hover {
  color: #ff8f00;
}
a.arrow_g:before {
  content: "";
  background: #82cf00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a.arrow_g:hover:before {
  background: #82cf00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
a.blue_btn {
  background: #00c0ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em;
  display: inline-block;
  text-align: center;
}
a.blue_btn:hover {
  background: #ff8f00;
  color: #ffffff;
}

@media screen and (max-width: 1360px) {
  .cont {
    width: 99%;
  }
}
@media screen and (max-width: 960px) {
  .cont {
    width: 94%;
    margin: auto;
  }

  img {
    height: auto;
    max-width: 100%;
  }
  .tabnone {
    display: none;
  }
  #contents {
    width: 100%;
  }
  header,
  footer {
    width: 100%;
  }
  header ul {
  }
  header ul li {
  }
}

@media screen and (max-width: 681px) {
  p {
  }
  .pcnone {
    display: block;
  }
  .smtnone {
    display: none;
  }
  /*---h系---*/
  h1 {
  }
  .gray_bg_title {
    margin-bottom: 25px;
  }
  .gray_bg_title img {
    max-height: 15px;
    width: auto;
  }
  h2 {
  }
  h3 {
  }
  /*---/h系---*/

  header .sub_main {
    padding: 40px 0 30px;
  }
  header .sub_main img {
    width: 60%;
  }
  header ul li {
  }
  header ul li a {
  }
  header ul li a:hover {
    text-decoration: none;
  }
}
/*---リストリンク---*/

ul.list_link {
  line-height: 1.5;
}
ul.list_link li {
  background: url(../img/parts/list_li.png) no-repeat left top 1px / auto 16px;
  padding-left: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.9em;
}
ul.list_link li a {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 681px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 681px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 681px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
#tsutaeru-info {
  display: none;
}

/*---/スクロールヒント---*/

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-icon {
  top: 20px !important;
}


li.lang .lang_link .select-options {
    display: flex !important;
    position: static;
    background-color: transparent;
    color: inherit;
}

li.lang .lang_link .select-options li {
    text-indent: inherit;
    border-top: none;
    height: auto;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}

body > .selectWrap {
	display: none;
}




