@charset "utf-8";
/* CSS Document */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  margin: 0;
  color: #131313;
}
main {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}
address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0
}
ol, ul {
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
embed, iframe, img, object {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}
[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
select::-ms-expand {
  display: none
}
fieldset, option {
  padding: 0
}
fieldset {
  margin: 0;
  min-width: 0
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable] {
  outline: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
[hidden], template {
  display: none
}
/* -----------------------------------------------------------------
LAYOUT CSS
LAST UPDATE:
--------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.no-scroll {
  overflow: hidden;
}
@font-face {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-display: swap;
}
p {
  padding: 0;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 1rem;
  }
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.s {
  font-size: 12px;
}
.txt-center {
  text-align: center;
}
.w100 {
  width: 100%;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mt0 {
  margin-top: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.headline {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h3.headline {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.sp-block {
  display: block;
}
.pc-block {
  display: none;
}
@media (min-width: 768px) {
  .sp-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
.red {
  color: #e23333 !important;
}
.orange {
  background: #FFA04A;
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .orange {
    padding: 2rem 0 3rem;
  }
}
.marker-animation.active {
  background-position: -100% 0;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(142, 170, 109) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(142, 170, 109) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(142, 170, 109) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(142, 170, 109) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(142, 170, 109) 50%);
  background-repeat: repeat-x;
  background-size: 200% 2em;
  background-position: 0 .5em;
  transition: all 2s ease;
  color: #fff;
  font-weight: bold;
}
.flex {
  display: flex;
}
.imgCenter img {
  display: block;
  margin: 0 auto;
}
/* -----------------------------------------------------------------
オリジナル
--------------------------------------------------------------------*/
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 300px;
}
@media (max-width: 768px) {
  .logo_fadein p {
    width: 200px;
  }
}
/*========= スクロールをすると下のエリアが上にかぶさるCSS ===============*/
#header {
  /*headerを全画面で見せる*/
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#header:before {
  /*header の疑似要素に背景画像を指定*/
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /*背景画像設定*/
  background: url("img/topbnr.jpg") no-repeat center;
  background-size: cover;
}
.header-inner {
  margin: 1% 0;
  padding: 1% 3%;
  /* background: rgba(255, 255, 255, 0.8); */
}
@media screen and (max-width: 640px) {
  .header-inner {
    margin: 4% 0;
  }
}
.header-inner div {
  display: flex;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .header-inner div {
    width: 100%;
  }
}
.header-inner h1 {
  display: flex;
  align-items: center;
}
.header-inner h1 a {
  width: clamp(180px, 24vw, 240px);
}
/*下の被さるエリアの指定*/
#container {
  position: relative;
  z-index: 1;
  /*以下はレイアウトのための記述*/
  background: #fff;
  padding: 1px 0 0;
  text-align: center;
}
main section {
  padding: 5rem 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main section {
    padding: 3rem 0;
  }
}
.inner {
  z-index: 2;
  position: sticky;
  width: 800px;
  margin: 15% auto 0;
}
@media (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 25% auto 0;
  }
}

/*===丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: rgba(8, 8, 8, 0.8);
  /*動き*/
  transition: all 0.3s;
}
@media (min-width: 769px) {
  #g-nav {
    display: none;
  }
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 2;
  z-index: 1;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  z-index: 2; /*ボタンを最前面に*/
  top: -4px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .openbtn {
    top: 1.5%;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #131313;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background-color: #fff;
}
.header-inner div .nav {
  display: flex;
  justify-content: end;
  gap: 40px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .header-inner div .nav {
    display: none;
  }
}
.nav a {
  transition: 0.5s;
}
.nav a:hover {
  color: #0F7A9E;
}
.catch {
  width: 80%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.catch span {
  opacity: 0.9;
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  font-size: 5rem;
  line-height: 1.3;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 3px;
}
@media (max-width: 939px) {
  .catch span {
    top: 43%;
    writing-mode: vertical-rl;
font-size: 32px;
transform: translateY(-1%);
  }
}
h2 {
  margin-bottom: 3rem;
  padding-top: 100px;
  margin-top: -100px;
}
h2 img {
  max-height: 60px;
}
@media screen and (max-width: 640px) {
  h2 {
    margin-bottom:1.6rem;
  }
  h2 img {
    max-height: 30px;
  }
}

.sec01 ul {
  display: table;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.sec01 ul li {
  margin-bottom: 2%;
}
.sec01 ul li:before {
  content: "-"
}
.sec02 ul {
  display: flex;
  flex-wrap: wrap;
}
.sec02 ul li {
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(50% - 4%);
  border: 1px solid #131313;
  padding: 4%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec02 table {
  margin: 0 auto;
}
.sec03 table {
  margin: 0 auto 20px;
  display: table;
}
.tbl-r02 th, .tbl-r02 td {
  padding: 25px;
}
.tbl-r02 td {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .tbl-r02 th {
    font-size: 80%;
  }
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 tr:first-child th {
    padding-top: 0;
  }
  /* .tbl-r02 {
    width: 80%;
  } */
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 6px 15px;
  }
  .tbl-r02 th{
    padding-top: 20px;
  }
}
.orenge-line {
  display: flex;
  justify-content: space-between;
  border: 1px solid #0F7A9E;
  padding: 6%;
}
footer {
  font-size: 70%;
  padding-bottom: 20px;
      margin-top: 15rem;
}
#thanks footer {
  font-size: 70%;
  padding-bottom: 20px;
  margin-top: 0rem;
}
footer ul {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
footer ul li a:hover {
  color: #0F7A9E;
  transition: 0.3s;
}
footer p {
  text-align: center;
  margin-bottom: 0;
}
footer .inner {
  margin: 5% auto 0;
}
@media (max-width: 768px) {
  footer {
        margin-top: 6rem;
  }
    footer .inner {
      width: 92%;
      margin: 10% auto 0;
    }
    footer ul {
      margin-bottom: 1rem;
    }
}
/* -----------------------------------------------------------------
フォーム
--------------------------------------------------------------------*/
.must {
  background-color: #0F7A9E!important;
text-shadow: none!important;
border: none!important;
box-shadow: none!important;
border-radius: 0!important;
background-image: none!important;
}

.mfp_colored {
  background-color: #fff!important;
}
form#mailformpro dl dd {
  border-top: none!important;
  padding: 10px 5px 20px 60px!important;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  box-shadow: none!important;
border: none!important;
color: #fff!important;
text-shadow: none!important;
padding: 5px 30px 4px!important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  opacity: 0.8!important;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow:none!important;
}
/* -----------------------------------------------------------------
フォーム (初期　※完了後削除）
--------------------------------------------------------------------*/
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  width: 100%!important;
  font-size: 16px;
}
.mfp_col5 {
  width: 48%!important;
}
.mfp_col5:nth-child(n+2) {
  margin-left: 4%;
}
.mfp_element_all {
    max-width: 100%!important;
}
.mfp_col5 {
  width: 50%;
  float: left;
}
form#mailformpro dl dd {
      overflow: hidden;
}
form#mailformpro dl dt {
  border: none!important;
}
form#mailformpro dl dt a {
  color: #10489d;
  text-decoration: underline;
}
form#mailformpro dl dt a:hover {
  text-decoration: none;
}
#mfp_thanks {
  text-align: center;
    margin-bottom: 3rem;
    border: 1px solid;
    padding: 3rem 0;
    color: #0F7A9E;
}
.must {
  background-color: #0F7A9E!important;
text-shadow: none!important;
border: none!important;
box-shadow: none!important;
border-radius: 0!important;
background-image: none!important;
}
@media (max-width: 768px) {
  .must {
    font-size: 80%!important;
  }
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  background: #0F7A9E!important;
}
/* -----------------------------------------------------------------
サンクスページ（thanks）
--------------------------------------------------------------------*/
#thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#thanks #container {
  flex: 1;
  display: flex;
justify-content: center;
align-items: center;
}
.another_btn {
  margin: 4rem auto;
  display: block;
    width: 18em;
    padding: 1em;
    border: none;
    border-radius: 15px;
    background-color: #0F7A9E;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.another_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .another_btn {
    font-size: 15px;
  }
}
/* -----------------------------------------------------------------
プライバシーポリシー
--------------------------------------------------------------------*/
.privacy, .opt {
  text-align: left;
      margin: 5% auto 0;
}
.privacy h2 {
  margin-bottom: 1rem;
font-size: 110%;
border-bottom: 2px #000 solid;
display: inline-block;
padding-bottom: 5px;
letter-spacing: 0.025em;
margin-top: 2rem;
padding-top: 0;
}
.privacy p,.privacy ul li, .privacy ol li {
  font-weight: 500;
}
.privacy p {
    margin-bottom: 1rem;
}
.privacy ul li {
  margin-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 15px;
list-style: decimal;
}
.privacy ol li {
  margin-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 15px;
list-style:disc;
}
@media (max-width: 768px) {
  .privacy ul li {
  font-size: 14px;
  }
  .privacy ol li {
  font-size: 14px;
  }
}
.privacy .title {
  margin-bottom: 3rem;
}
.privacy .title img {
  max-height: 65px;
      display: block;
    margin: 0 auto;
}

/* -----------------------------------------------------------------
オプトアウト方法
--------------------------------------------------------------------*/
.opt {
  width: 1080px;
}
.opt .title {
  margin-bottom: 5rem;
}
.opt .title img {
  max-height: 65px;
  display: block;
  margin: 0 auto;
}
ul.optout {
	list-style-type: none;
	display: flex;
  flex-wrap: wrap;
}
ul.optout li {
  padding: 40px;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px dotted #c5c5c5;
  border-right: 1px dotted #c5c5c5;
}
ul.optout li:nth-child(even){
  border-right:none;
}
ul.optout li p {
	font-weight: bold;
	margin-bottom: 10px;
}
ul.optout li a {
  font-weight: 500;
  color: #4489ab;
}
ul.optout li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .opt {
    width: 92%;
  }
  .opt .title {
    margin-bottom: 3rem;
  }
	ul.optout {
		display: block;
	}
  ul.optout li:first-child {
    padding-top: 0;
  }
	ul.optout li {
    padding: 20px;
	  width: 100%;
    border-right:none;
	}
	ul.optout li p, ul.optout li a {
		word-wrap: break-word;
	}
}
/* -----------------------------------------------------------------
縦線スクロール
--------------------------------------------------------------------*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media (max-width: 768px) {
  .scrolldown1 {
    display: none;
  }
}

/* -----------------------------------------------------------------
同日2回目のアクセスでローディング画面非表示
--------------------------------------------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#fff;
	text-align:center;
	color:#fff;
	display: none;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}








.orenge-line a{
  display: block;
  width: 18em;
  padding: 1em;
  border: none;
  border-radius: 15px;
  background-color: #0F7A9E;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.orenge-line a:hover {
  opacity: 0.8;
}

.open_inline_form {
    display: block;
    width: 18em;
    padding: 1em;
    border: none;
    border-radius: 15px;
    background-color: #0F7A9E;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 640px) {
  .orenge-line a{
    width: auto;
  }
  .orenge-line {
    display: block;
  }
  .orenge-line a:first-child {
    margin-bottom: 1em;
  }
  .open_inline_form {
    width: 100%;
    font-size: 15px;
  }
}
.open_inline_form:hover {
    opacity: 0.8;
}

.bg_inline_form {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.bg_inline_form.js_active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.inline_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px;
    max-height: 90%;
    background-color: #fff;
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    .inline_form {
        width: calc(100% - 20px);
        padding: 20px;
    }
}
@media print, (min-width: 768px) {
    .inline_form {
        width: 90%;
        max-width: 850px;
    }
}

.close_inline_form {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    border: none;
    background: none;
    outline: none;
    width: 30px;
    height: 30px;
}
.close_inline_form::before,
.close_inline_form::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #0F7A9E;
    content: "";
}
.close_inline_form::before {
    width: 60%;
    height: 3px;
}
.close_inline_form::after {
    width: 3px;
    height: 60%;
}
.close_inline_form:hover {
    cursor: pointer;
}

.inline_form_content {
    display: table;
    margin: 0px auto;
}
