@charset "UTF-8";
/*!
 * ress.css v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  background-color: #e6c182;
}

body {
  overflow: hidden;
  margin: 0;
}

.wrapper {
  position: fixed;
  width: 100%;
}

/*********************************
*
* 各種ボタン
*
**********************************/
.rotate {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #e6c182;
}
.rotate img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: auto;
}

.videobox {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.videobox #js-playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  padding-top: 20%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 150;
  display: block;
  opacity: 80%;
}
.videobox #js-playBtn img {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.videobox #js-playBtn:hover {
  box-shadow: 0px 0px 10px #ffffff;
}
.videobox #js-videoThum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.videobox .videocontent {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.videobox .videocontent_hide {
  visibility: hidden;
  display: none;
  top: 0;
  left: 0;
}
.videobox .videocontent .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobox .videocontent .int_el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobox #js-uibox {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.videobox #js-uibox.show {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.videobox #js-uibox #js-uiboxbg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.videobox #js-uibox #js-prevBtn {
  position: absolute;
  visibility: hidden;
  top: 4%;
  left: 2%;
  width: 10%;
  padding-top: 10%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}
.videobox #js-uibox #js-prevBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.videobox #js-uibox #js-prevBtn:hover {
  box-shadow: 0px 0px 10px #ffffff;
}
.videobox #js-uibox #js-playpausebtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
}
.videobox #js-uibox #js-playpausebtn img {
  width: 100%;
  transform: scale(0.7);
}
.videobox #js-uibox #js-playpausebtn #js-pauseicon,
.videobox #js-uibox #js-playpausebtn #js-playicon {
  width: 0%;
  visibility: hidden;
}
.videobox #js-uibox #js-playpausebtn #js-pauseicon.show,
.videobox #js-uibox #js-playpausebtn #js-playicon.show {
  width: 100%;
  visibility: visible;
}
.videobox #js-uibox #js-playpausebtn #js-playicon {
  position: relative;
  left: 5%;
}
.videobox #js-uibox #js-playpausebtn.hide #js-pauseicon.show,
.videobox #js-uibox #js-playpausebtn.hide #js-playicon.show {
  visibility: hidden;
}
.videobox #js-uibox #js-playpausebtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.videobox #js-uibox .bottomUImenu {
  position: absolute;
  display: flex;
  width: 96%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  bottom: 14%;
  left: 2%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 0 1% 0 2%;
}
.videobox #js-uibox .bottomUImenu .timebox {
  position: relative;
  display: flex;
  color: #ffffff;
  pointer-events: none;
  align-items: center;
  width: 120px;
}
.videobox #js-uibox .bottomUImenu .timebox p {
  font-size: 12px;
  letter-spacing: 1px;
}
.videobox #js-uibox .bottomUImenu #js-seekblock {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.1s;
  margin-left: 20px;
  margin-right: 10px;
}
.videobox #js-uibox .bottomUImenu #js-seekblock #js-seekbox {
  position: relative;
  width: 100%;
  height: 20%;
  top: 40%;
  left: 0;
  background-color: #666666;
  margin: 0vw 0 0vw 0;
  cursor: pointer;
}
.videobox #js-uibox .bottomUImenu #js-seekblock #js-seekbox #js-seekbar {
  position: relative;
  background-color: #38c3f1;
  width: 0%;
  height: 100%;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea {
  display: flex;
  width: 100px;
  min-width: 100px;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn {
  position: relative;
  top: 50%;
  width: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn #js-volumeicon,
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn #js-muteicon {
  width: 0%;
  visibility: hidden;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn #js-volumeicon.show,
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn #js-muteicon.show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  visibility: visible;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-fullbtn {
  position: relative;
  top: 50%;
  width: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
.videobox #js-uibox .bottomUImenu .UIbtnarea #js-fullbtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.videobox .navbtn {
  position: absolute;
  top: 4%;
  right: 2%;
  width: 10%;
  padding-top: 10%;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 11;
  transition: 0.3s;
}
.videobox .navbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: contain;
  background-image: url(../img/menu.svg);
}
.videobox .navbtn.open::after {
  background-image: url(../img/menu_close.svg);
}
.videobox .navbtn:hover {
  box-shadow: 0px 0px 10px #ffffff;
}
.videobox .navmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.videobox .navmenu .navlist {
  position: absolute;
  top: 0;
  right: -110%;
  width: 40%;
  height: 45%;
  background-color: #999999;
  color: #ffffff;
  z-index: 10;
  transition: 0.5s;
  padding: 21% 10% 8% 7%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.videobox .navmenu .navlist-item {
  margin-bottom: 1.5em;
}
.videobox .navmenu .navlist-item p {
  display: inline-block;
  font-size: 5rem;
  cursor: pointer;
  transition: 0.3s;
}
.videobox .navmenu .navlist-item p:hover {
  color: #38c3f1;
}
.videobox .navmenu .navbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.videobox .navmenu .navbox-item {
  position: absolute;
  bottom: -20%;
  left: 50%;
  width: 100%;
  height: 90px;
  z-index: 10;
  transform: translate(-50%);
  transition: 0.5s;
}
.videobox .navmenu .navbox-item img {
  position: absolute;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.videobox .navmenu .navbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
}
.videobox .navmenu.open {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.videobox .navmenu.open .navbg {
  opacity: 1;
}
.videobox .navmenu.open .navlist {
  right: 0%;
}
.videobox .navmenu.open .navbox-item {
  bottom: -10px;
}
.videobox #tacmo_form_thanks {
  display: none;
}
.videobox.sp-video #js-uibox #js-prevBtn {
  width: 9vw;
  padding-top: 9vw;
}
.videobox.sp-video #js-uibox #js-prevBtn:hover {
  box-shadow: none;
}
.videobox.sp-video #js-uibox #js-playpausebtn {
  width: 20%;
}
.videobox.sp-video #js-uibox #js-playpausebtn:hover {
  background-color: rgba(255, 255, 255, 0);
}
.videobox.sp-video #js-uibox .bottomUImenu {
  min-height: 30px;
  max-height: 30px;
  bottom: 10%;
  padding: 0 0px 0 10px;
}
.videobox.sp-video #js-uibox .bottomUImenu #js-seekblock {
  width: 100%;
  margin-left: 10px;
  margin-right: 5px;
}
.videobox.sp-video #js-uibox .bottomUImenu .timebox p {
  font-size: 12px;
}
.videobox.sp-video #js-uibox .bottomUImenu .UIbtnarea {
  min-width: 80px;
}
.videobox.sp-video #js-uibox .bottomUImenu .UIbtnarea #js-volumebtn {
  width: 35px;
}
.videobox.sp-video #js-uibox .bottomUImenu .UIbtnarea #js-fullbtn {
  width: 35px;
}
.videobox.sp-video #js-playBtn:hover {
  box-shadow: none;
}

html {
  font-size: calc(10 / 1080 * 100vw);
}
@media (min-width: 1081px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: calc(15 / 1080 * 100vw);
  }
}
@media (max-width: 450px) and (min-width: 1081px) {
  html {
    font-size: 15px;
  }
}

body {
  font-size: 1.4rem;
  line-height: 2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow: hidden;
  background-color: #000000;
}

li {
  list-style: none;
}

section {
  padding: 0 0;
}

.inner {
  position: relative;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 450px) {
  .inner {
    padding: 0 10px;
  }
}

video,
img {
  display: block;
  width: 100%;
  height: auto;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pc-hide {
  display: none !important;
}

@media (max-width: 450px) {
  .pc-hide {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}
.indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}

.fasicon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: unset;
}

.v_btn {
  position: absolute;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /*************************************************
   * 各保障_問題
   *************************************************/
  /*************************************************
   * 各保障_資料請求
   *************************************************/
  /*************************************************
   * オープニング+選択リスト
   *************************************************/
  /*************************************************
   * 商品名から探す
   *************************************************/
  /*************************************************
  * 目的から探す
  *************************************************/
  /*************************************************
   * 質問
   *************************************************/
  /*************************************************
   * 診断結果
   *************************************************/
  /*************************************************
   * 終身生命_選択ボタン
   *************************************************/
  /*************************************************
   * ジュニアコース_選択ボタン
   *************************************************/
  /*************************************************
   * 大人コース_選択ボタン（男女共通）
   *************************************************/
  /*************************************************
   * あいぷらす1860_選択ボタン
   *************************************************/
  /*************************************************
   * がんで入院した場合の入院費を確認する
   *************************************************/
  /*************************************************
   * 支払いの多い病気入院
   *************************************************/
  /*************************************************
   * 保障内容
   *************************************************/
  /*************************************************
   * 個人賠償責任保険
   *************************************************/
  /*************************************************
   * 先進医療特約_個人賠償責任保険
   *************************************************/
}
.v_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.v_btn.active {
  display: block;
  cursor: pointer;
}
.v_btn_v0b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v0b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v0b3, .v_btn_v0b88, .v_btn_v0b89 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v0b4 {
  top: 29%;
  left: 4%;
  width: 44%;
  height: 15%;
}
.v_btn_v0b5 {
  top: 29%;
  left: 52%;
  width: 44%;
  height: 15%;
}
.v_btn_v1b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v1b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v1b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v2b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v2b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v2b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v3b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v3b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v3b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v4b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v4b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v4b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v5b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v5b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v5b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v6b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v6b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v6b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v7b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v7b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v7b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v8b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v8b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v8b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v9b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v9b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v9b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v10b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v10b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v10b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v11b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v11b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v11b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v20b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v20b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v20b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v21b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v21b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v21b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v22b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v22b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v22b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v23b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v23b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v23b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v24b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v24b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v24b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v25b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v25b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v25b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v26b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v26b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v26b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v27b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v27b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v27b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v28b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v28b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v28b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v29b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v29b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v29b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v30b1 {
  top: 90%;
  left: 6%;
  width: 25%;
  height: 9%;
}
.v_btn_v30b2 {
  top: 90%;
  left: 38%;
  width: 25%;
  height: 9%;
}
.v_btn_v30b3 {
  top: 90%;
  left: 69%;
  width: 25%;
  height: 9%;
}
.v_btn_v1b4, .v_btn_v1b5, .v_btn_v1b6, .v_btn_v2b4, .v_btn_v2b5, .v_btn_v2b6, .v_btn_v3b4, .v_btn_v3b5, .v_btn_v3b6, .v_btn_v4b4, .v_btn_v4b5, .v_btn_v4b6, .v_btn_v5b4, .v_btn_v5b5, .v_btn_v5b6, .v_btn_v6b4, .v_btn_v6b5, .v_btn_v6b6, .v_btn_v7b4, .v_btn_v7b5, .v_btn_v7b6, .v_btn_v8b4, .v_btn_v8b5, .v_btn_v8b6, .v_btn_v9b4, .v_btn_v9b5, .v_btn_v9b6, .v_btn_v20b4, .v_btn_v20b5, .v_btn_v20b6 {
  left: 19%;
  width: 63%;
  height: 11.4%;
}
.v_btn_v1b4, .v_btn_v2b4, .v_btn_v3b4, .v_btn_v4b4, .v_btn_v5b4, .v_btn_v6b4, .v_btn_v7b4, .v_btn_v8b4, .v_btn_v9b4, .v_btn_v20b4 {
  top: 40%;
}
.v_btn_v1b5, .v_btn_v2b5, .v_btn_v3b5, .v_btn_v4b5, .v_btn_v5b5, .v_btn_v6b5, .v_btn_v7b5, .v_btn_v8b5, .v_btn_v9b5, .v_btn_v20b5 {
  top: 53.5%;
}
.v_btn_v1b6, .v_btn_v2b6, .v_btn_v3b6, .v_btn_v4b6, .v_btn_v5b6, .v_btn_v6b6, .v_btn_v7b6, .v_btn_v8b6, .v_btn_v9b6, .v_btn_v20b6 {
  top: 67%;
}
.v_btn_v1b7, .v_btn_v2b7, .v_btn_v3b7, .v_btn_v4b7, .v_btn_v5b7, .v_btn_v6b7, .v_btn_v7b7, .v_btn_v8b7, .v_btn_v9b7, .v_btn_v10b7, .v_btn_v11b7, .v_btn_v20b7 {
  top: 68%;
  left: 2%;
  width: 96%;
  height: 10.4%;
}
.v_btn_v1b7 {
  top: 68.5%;
  height: 9.5%;
}
.v_btn_v2b7 {
  top: 70%;
  height: 9%;
}
.v_btn_v3b7 {
  top: 71.7%;
  height: 9%;
}
.v_btn_v4b7, .v_btn_v5b7 {
  top: 72%;
  height: 9%;
}
.v_btn_v6b7, .v_btn_v8b7, .v_btn_v20b7 {
  top: 69.5%;
  height: 9%;
}
.v_btn_v9b7 {
  top: 73%;
  height: 9%;
}
.v_btn_v7b7 {
  top: 69%;
  height: 9%;
}
.v_btn_v0b6 {
  top: 10%;
  left: 2%;
  width: 48%;
  height: 5.4%;
}
.v_btn_v0b7 {
  top: 10%;
  left: 50%;
  width: 48%;
  height: 5.4%;
}
.v_btn_v0b8, .v_btn_v0b10, .v_btn_v0b12, .v_btn_v0b14 {
  left: 9%;
  width: 41%;
}
.v_btn_v0b9, .v_btn_v0b11, .v_btn_v0b13, .v_btn_v0b15 {
  left: 51%;
  width: 41%;
}
.v_btn_v0b8, .v_btn_v0b9 {
  top: 17.5%;
  height: 15.8%;
}
.v_btn_v0b10, .v_btn_v0b11 {
  top: 34%;
  height: 12.4%;
}
.v_btn_v0b12, .v_btn_v0b13 {
  top: 47%;
  height: 11.4%;
}
.v_btn_v0b14, .v_btn_v0b15 {
  top: 59%;
  height: 14.4%;
}
.v_btn_v0b16, .v_btn_v0b17, .v_btn_v0b18, .v_btn_v0b19, .v_btn_v0b20, .v_btn_v0b21, .v_btn_v0b22, .v_btn_v0b23 {
  width: 25.5%;
  height: 14.5%;
  border-radius: 50%;
}
.v_btn_v0b16, .v_btn_v0b17, .v_btn_v0b18 {
  top: 21%;
}
.v_btn_v0b19, .v_btn_v0b20, .v_btn_v0b21 {
  top: 39.8%;
}
.v_btn_v0b22, .v_btn_v0b23 {
  top: 58%;
}
.v_btn_v0b16, .v_btn_v0b19, .v_btn_v0b22 {
  left: 8%;
}
.v_btn_v0b17, .v_btn_v0b20, .v_btn_v0b23 {
  left: 37%;
}
.v_btn_v0b18, .v_btn_v0b21 {
  left: 66%;
}
.v_btn_v12b1 {
  top: 13.5%;
  left: 28%;
  width: 44%;
  height: 24.5%;
}
.v_btn_v12b1.sp-btn {
  top: 19%;
}
.v_btn_v12b2 {
  top: 40.5%;
  left: 22%;
  width: 57%;
  height: 20%;
}
.v_btn_v12b2.sp-btn {
  top: 46%;
}
.v_btn_v12b3 {
  top: 63.5%;
  left: 28%;
  width: 44%;
  height: 16%;
}
.v_btn_v12b3.sp-btn {
  top: 69.5%;
}
.v_btn_v13b1 {
  top: 12.5%;
  left: 23.5%;
  width: 53.5%;
  height: 19%;
}
.v_btn_v13b1.sp-btn {
  top: 19%;
}
.v_btn_v13b2 {
  top: 34%;
  left: 21.5%;
  width: 58%;
  height: 18%;
}
.v_btn_v13b2.sp-btn {
  top: 40%;
}
.v_btn_v13b3 {
  top: 54%;
  left: 23%;
  width: 54%;
  height: 19%;
}
.v_btn_v13b3.sp-btn {
  top: 60%;
}
.v_btn_v13b4 {
  top: 74.5%;
  left: 28.5%;
  width: 43%;
  height: 15.5%;
}
.v_btn_v13b4.sp-btn {
  top: 80.5%;
}
.v_btn_v14b1 {
  top: 13.5%;
  left: 29%;
  width: 42.5%;
  height: 17%;
}
.v_btn_v14b1.sp-btn {
  top: 19.5%;
}
.v_btn_v14b2 {
  top: 32.5%;
  left: 21.5%;
  width: 58%;
  height: 17.5%;
}
.v_btn_v14b2.sp-btn {
  top: 38.5%;
}
.v_btn_v14b3 {
  top: 52%;
  left: 23%;
  width: 54%;
  height: 19.5%;
}
.v_btn_v14b3.sp-btn {
  top: 58%;
}
.v_btn_v14b4 {
  top: 73.5%;
  left: 28.5%;
  width: 43%;
  height: 15%;
}
.v_btn_v14b4.sp-btn {
  top: 79.5%;
}
.v_btn_v15b1 {
  top: 13%;
  left: 21%;
  width: 58.5%;
  height: 18%;
}
.v_btn_v15b1.sp-btn {
  top: 19%;
}
.v_btn_v15b2 {
  top: 32%;
  left: 21%;
  width: 58%;
  height: 18.5%;
}
.v_btn_v15b2.sp-btn {
  top: 38%;
}
.v_btn_v15b3 {
  top: 52%;
  left: 23%;
  width: 54%;
  height: 19%;
}
.v_btn_v15b3.sp-btn {
  top: 58%;
}
.v_btn_v15b4 {
  top: 72.5%;
  left: 28.5%;
  width: 42.5%;
  height: 15%;
}
.v_btn_v15b4.sp-btn {
  top: 78.5%;
}
.v_btn_v16b1 {
  top: 13.5%;
  left: 23.5%;
  width: 53%;
  height: 19.5%;
}
.v_btn_v16b1.sp-btn {
  top: 20%;
}
.v_btn_v16b2 {
  top: 37.5%;
  left: 23%;
  width: 54%;
  height: 20%;
}
.v_btn_v16b2.sp-btn {
  top: 43.5%;
}
.v_btn_v16b3 {
  top: 61.5%;
  left: 20%;
  width: 59%;
  height: 18.5%;
}
.v_btn_v16b3.sp-btn {
  top: 67.5%;
}
.v_btn_v17b1 {
  top: 13.5%;
  left: 23%;
  width: 54.5%;
  height: 20.5%;
}
.v_btn_v17b1.sp-btn {
  top: 19.5%;
}
.v_btn_v17b2 {
  top: 37%;
  left: 28.5%;
  width: 43%;
  height: 16.5%;
}
.v_btn_v17b2.sp-btn {
  top: 43%;
}
.v_btn_v18b1 {
  top: 15%;
  left: 28.5%;
  width: 43%;
  height: 16.5%;
}
.v_btn_v18b1.sp-btn {
  top: 21%;
}
.v_btn_v18b2 {
  top: 35%;
  left: 20.5%;
  width: 59%;
  height: 18.5%;
}
.v_btn_v18b2.sp-btn {
  top: 41%;
}
.v_btn_v19b1 {
  top: 14%;
  left: 21%;
  width: 58.5%;
  height: 18.5%;
}
.v_btn_v19b1.sp-btn {
  top: 20%;
}
.v_btn_v19b2 {
  top: 35%;
  left: 21%;
  width: 58.5%;
  height: 18%;
}
.v_btn_v19b2.sp-btn {
  top: 41%;
}
.v_btn_v0b24, .v_btn_v0b25, .v_btn_v0b26, .v_btn_v0b27 {
  left: 18.5%;
  width: 63.5%;
  height: 6.5%;
}
.v_btn_v0b24 {
  top: 36.3%;
}
.v_btn_v0b25 {
  top: 44.5%;
}
.v_btn_v0b26 {
  top: 52.3%;
}
.v_btn_v0b27 {
  top: 61.3%;
}
.v_btn_v0b28, .v_btn_v0b29, .v_btn_v0b30, .v_btn_v0b31 {
  top: 24%;
  left: 58%;
  width: 26.5%;
  height: 4.5%;
}
.v_btn_v0b32, .v_btn_v0b33, .v_btn_v0b34, .v_btn_v0b35, .v_btn_v0b36 {
  left: 18.5%;
  width: 71.5%;
}
.v_btn_v0b32 {
  top: 34%;
  height: 5%;
}
.v_btn_v0b33 {
  top: 40%;
  height: 4.8%;
}
.v_btn_v0b34 {
  top: 46.3%;
  height: 6%;
}
.v_btn_v0b35 {
  top: 54.5%;
  height: 6%;
}
.v_btn_v0b36 {
  top: 62.5%;
  height: 7%;
}
.v_btn_v0b37, .v_btn_v0b38, .v_btn_v0b39, .v_btn_v0b40, .v_btn_v0b41 {
  top: 24%;
  left: 58%;
  width: 26.5%;
  height: 4.5%;
}
.v_btn_v0b42, .v_btn_v0b43, .v_btn_v0b44, .v_btn_v0b45 {
  left: 18.5%;
  width: 70.5%;
}
.v_btn_v0b42 {
  top: 37%;
  height: 5%;
}
.v_btn_v0b43 {
  top: 45%;
  height: 5%;
}
.v_btn_v0b44 {
  top: 53%;
  height: 5%;
}
.v_btn_v0b45 {
  top: 61%;
  height: 6.5%;
}
.v_btn_v0b46, .v_btn_v0b47, .v_btn_v0b48, .v_btn_v0b49 {
  top: 24%;
  left: 58%;
  width: 26.5%;
  height: 4.5%;
}
.v_btn_v0b50, .v_btn_v0b51, .v_btn_v0b52, .v_btn_v0b53 {
  left: 18.5%;
  width: 67.5%;
  height: 5%;
}
.v_btn_v0b50 {
  top: 37%;
}
.v_btn_v0b51 {
  top: 45%;
}
.v_btn_v0b52 {
  top: 53%;
}
.v_btn_v0b53 {
  top: 62%;
}
.v_btn_v0b54, .v_btn_v0b55, .v_btn_v0b56, .v_btn_v0b57 {
  left: 18.5%;
  width: 69.5%;
  height: 5%;
}
.v_btn_v0b54 {
  top: 37%;
}
.v_btn_v0b55 {
  top: 45%;
}
.v_btn_v0b56 {
  top: 53%;
}
.v_btn_v0b57 {
  top: 62%;
}
.v_btn_v0b58, .v_btn_v0b59, .v_btn_v0b60, .v_btn_v0b61 {
  left: 18.5%;
  width: 60.5%;
  height: 5%;
}
.v_btn_v0b58 {
  top: 37%;
}
.v_btn_v0b59 {
  top: 45%;
}
.v_btn_v0b60 {
  top: 53%;
}
.v_btn_v0b61 {
  top: 62%;
}
.v_btn_v0b62, .v_btn_v0b63, .v_btn_v0b64 {
  left: 18.5%;
  width: 60.5%;
  height: 5%;
}
.v_btn_v0b62 {
  top: 39.5%;
}
.v_btn_v0b63 {
  top: 49.5%;
}
.v_btn_v0b64 {
  top: 59%;
}
.v_btn_v0b65, .v_btn_v0b66 {
  left: 18.5%;
  width: 59.5%;
}
.v_btn_v0b65 {
  top: 38%;
  height: 7.8%;
}
.v_btn_v0b66 {
  top: 49.5%;
  height: 5%;
}
.v_btn_v0b67 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b68 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b69 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b70 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b71 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b72 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b73 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b74 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b75 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b76 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b77 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b78 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b79 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b80 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b81 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b82 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b83 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b84 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b85 {
  top: 52.5%;
  left: 2.5%;
  width: 45.5%;
  height: 25%;
}
.v_btn_v0b86 {
  top: 46.5%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v0b87 {
  top: 67%;
  left: 52.5%;
  width: 44.5%;
  height: 15%;
}
.v_btn_v2b8 {
  top: 72%;
  left: 12%;
  width: 76%;
  height: 9.4%;
}
.v_btn_v3b10, .v_btn_v3b11 {
  top: 33%;
  width: 36%;
  height: 7.4%;
}
.v_btn_v3b10 {
  left: 11%;
}
.v_btn_v3b11 {
  left: 53%;
}
.v_btn_v4b8, .v_btn_v5b8 {
  top: 26%;
  left: 2%;
  width: 96%;
  height: 19.4%;
}
.v_btn_v4b9, .v_btn_v5b9 {
  top: 51%;
  left: 2%;
  width: 96%;
  height: 19.4%;
}
.v_btn_v4b10, .v_btn_v5b11 {
  top: 71.5%;
  left: 2.5%;
  width: 95%;
  height: 9.5%;
}
.v_btn_v5b10 {
  top: 74.5%;
  left: 8%;
  width: 84%;
  height: 7%;
}
.v_btn_v4b13, .v_btn_v4b14, .v_btn_v5b14, .v_btn_v5b15 {
  width: 36%;
  height: 7.4%;
}
.v_btn_v4b13, .v_btn_v4b14 {
  top: 70.5%;
}
.v_btn_v5b14, .v_btn_v5b15 {
  top: 53%;
}
.v_btn_v4b13, .v_btn_v5b14 {
  left: 11%;
}
.v_btn_v4b14, .v_btn_v5b15 {
  left: 53%;
}
.v_btn_v6b9, .v_btn_v6b10 {
  top: 71%;
  width: 36%;
  height: 7.4%;
}
.v_btn_v6b9 {
  left: 11%;
}
.v_btn_v6b10 {
  left: 53%;
}
.v_btn_v6b8, .v_btn_v7b8 {
  left: 2.5%;
  width: 95%;
}
.v_btn_v6b8 {
  top: 73%;
  height: 8.5%;
}
.v_btn_v7b8 {
  top: 72.5%;
  height: 8.7%;
}
.v_btn_v8b8, .v_btn_v8b9, .v_btn_v20b8, .v_btn_v20b9 {
  left: 2.5%;
  width: 95%;
  height: 16.5%;
}
.v_btn_v8b8, .v_btn_v20b8 {
  top: 33%;
}
.v_btn_v8b9, .v_btn_v20b9 {
  top: 51%;
}
.v_btn_v8b10, .v_btn_v8b11, .v_btn_v20b10, .v_btn_v20b11 {
  left: 2.5%;
  width: 95%;
  height: 6.5%;
}
.v_btn_v8b10, .v_btn_v20b10 {
  top: 36.5%;
}
.v_btn_v8b11, .v_btn_v20b11 {
  top: 71%;
}
.v_btn_v8b12, .v_btn_v8b13, .v_btn_v20b12, .v_btn_v20b13 {
  top: 64.5%;
  width: 45%;
  height: 6%;
}
.v_btn_v8b12, .v_btn_v20b12 {
  left: 4%;
}
.v_btn_v8b13, .v_btn_v20b13 {
  left: 51.5%;
}
.v_btn_v11b4, .v_btn_v11b5, .v_btn_v22b4, .v_btn_v22b5, .v_btn_v24b4, .v_btn_v24b5, .v_btn_v26b4, .v_btn_v26b5, .v_btn_v28b4, .v_btn_v28b5, .v_btn_v30b4, .v_btn_v30b5 {
  left: 3%;
  width: 94%;
  height: 8%;
}
.v_btn_v11b4, .v_btn_v22b4, .v_btn_v24b4, .v_btn_v26b4, .v_btn_v28b4, .v_btn_v30b4 {
  top: 62%;
}
.v_btn_v11b5, .v_btn_v22b5, .v_btn_v24b5, .v_btn_v26b5, .v_btn_v28b5, .v_btn_v30b5 {
  top: 73%;
}
.v_btn_v3b8, .v_btn_v4b11, .v_btn_v5b12, .v_btn_v9b8 {
  top: 45%;
  left: 9.5%;
  width: 81%;
  height: 6.4%;
}
.v_btn_v3b8, .v_btn_v4b11, .v_btn_v5b12 {
  top: 45.8%;
}
.v_btn_v3b9, .v_btn_v4b12, .v_btn_v5b13, .v_btn_v9b9 {
  top: 74.5%;
  left: 9.5%;
  width: 81%;
  height: 6.4%;
}
.v_btn_v3b9, .v_btn_v4b12, .v_btn_v5b13 {
  top: 74.7%;
}

.v_mdl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
.v_mdl.active {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  z-index: 500;
}
.v_mdl .mdl_close_btn {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 10%;
  height: 5.7%;
  cursor: pointer;
  border: 0.2vw solid #333333;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 5;
}
.v_mdl .mdl_close_btn::before, .v_mdl .mdl_close_btn::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 0.2vw;
  background-color: #333333;
  border-radius: 15px;
}
.v_mdl .mdl_close_btn::before {
  top: 47%;
  left: 7%;
  transform: rotate(45deg);
}
.v_mdl .mdl_close_btn::after {
  top: 47%;
  right: 7%;
  transform: rotate(-45deg);
}
.v_mdl_v0m1 .mdl_content {
  display: flex;
  padding: 0;
}
.v_mdl_v0m1 .mdl_content .textbox {
  width: 100%;
  font-size: 2.4rem;
}
.v_mdl_v0m2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
}
.v_mdl_v0m2 .mdl_content .form_wrapper {
  width: 80%;
  margin: auto;
  padding: 4% 0;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form {
  font-size: 2.4rem;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item {
  margin-bottom: 1.5em;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item label {
  display: block;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item input[type=text],
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item textarea {
  display: block;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.15);
  border-radius: 1rem;
  width: 100%;
  padding: 0.25em 0.75em;
  background-color: #ffffff;
  outline: none;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item {
  display: flex;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item input[type=radio] {
  display: none;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.25);
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form-item.radio .radio-item label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.25em;
  transform: translateY(-50%) scale(0);
  width: 0.75em;
  height: 0.75em;
  background-color: #38c3f1;
  border-radius: 50%;
  transition: 0.15s;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form .submit-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0.25em 1.75em;
  border: 1px solid #38c3f1;
  background-color: #38c3f1;
  border-radius: 1.5rem;
  color: #ffffff;
  transition: 0.3s;
  outline: none;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.25);
}
.v_mdl_v0m2 .mdl_content .form_wrapper .form .submit-btn:hover {
  color: #38c3f1;
  background-color: #ffffff;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .thanks_message {
  padding-top: 27%;
}
.v_mdl_v0m2 .mdl_content .form_wrapper .thanks_message p {
  font-size: 2.4rem;
  text-align: center;
}
.v_mdl_com24, .v_mdl_com25, .v_mdl_com26, .v_mdl_com27, .v_mdl_com28, .v_mdl_com29, .v_mdl_com30, .v_mdl_com31, .v_mdl_com32, .v_mdl_com33, .v_mdl_com34, .v_mdl_com35, .v_mdl_com36, .v_mdl_com37, .v_mdl_com38, .v_mdl_com39, .v_mdl_com40, .v_mdl_com41 {
  overflow: auto;
  background-color: rgba(51, 51, 51, 0.8039215686);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v_mdl_com24::-webkit-scrollbar, .v_mdl_com25::-webkit-scrollbar, .v_mdl_com26::-webkit-scrollbar, .v_mdl_com27::-webkit-scrollbar, .v_mdl_com28::-webkit-scrollbar, .v_mdl_com29::-webkit-scrollbar, .v_mdl_com30::-webkit-scrollbar, .v_mdl_com31::-webkit-scrollbar, .v_mdl_com32::-webkit-scrollbar, .v_mdl_com33::-webkit-scrollbar, .v_mdl_com34::-webkit-scrollbar, .v_mdl_com35::-webkit-scrollbar, .v_mdl_com36::-webkit-scrollbar, .v_mdl_com37::-webkit-scrollbar, .v_mdl_com38::-webkit-scrollbar, .v_mdl_com39::-webkit-scrollbar, .v_mdl_com40::-webkit-scrollbar, .v_mdl_com41::-webkit-scrollbar {
  display: none;
}
.v_mdl_com24 .mdl_close_btn, .v_mdl_com25 .mdl_close_btn, .v_mdl_com26 .mdl_close_btn, .v_mdl_com27 .mdl_close_btn, .v_mdl_com28 .mdl_close_btn, .v_mdl_com29 .mdl_close_btn, .v_mdl_com30 .mdl_close_btn, .v_mdl_com31 .mdl_close_btn, .v_mdl_com32 .mdl_close_btn, .v_mdl_com33 .mdl_close_btn, .v_mdl_com34 .mdl_close_btn, .v_mdl_com35 .mdl_close_btn, .v_mdl_com36 .mdl_close_btn, .v_mdl_com37 .mdl_close_btn, .v_mdl_com38 .mdl_close_btn, .v_mdl_com39 .mdl_close_btn, .v_mdl_com40 .mdl_close_btn, .v_mdl_com41 .mdl_close_btn {
  border: 0.2vw solid #fff;
}
.v_mdl_com24 .mdl_close_btn::before, .v_mdl_com24 .mdl_close_btn::after, .v_mdl_com25 .mdl_close_btn::before, .v_mdl_com25 .mdl_close_btn::after, .v_mdl_com26 .mdl_close_btn::before, .v_mdl_com26 .mdl_close_btn::after, .v_mdl_com27 .mdl_close_btn::before, .v_mdl_com27 .mdl_close_btn::after, .v_mdl_com28 .mdl_close_btn::before, .v_mdl_com28 .mdl_close_btn::after, .v_mdl_com29 .mdl_close_btn::before, .v_mdl_com29 .mdl_close_btn::after, .v_mdl_com30 .mdl_close_btn::before, .v_mdl_com30 .mdl_close_btn::after, .v_mdl_com31 .mdl_close_btn::before, .v_mdl_com31 .mdl_close_btn::after, .v_mdl_com32 .mdl_close_btn::before, .v_mdl_com32 .mdl_close_btn::after, .v_mdl_com33 .mdl_close_btn::before, .v_mdl_com33 .mdl_close_btn::after, .v_mdl_com34 .mdl_close_btn::before, .v_mdl_com34 .mdl_close_btn::after, .v_mdl_com35 .mdl_close_btn::before, .v_mdl_com35 .mdl_close_btn::after, .v_mdl_com36 .mdl_close_btn::before, .v_mdl_com36 .mdl_close_btn::after, .v_mdl_com37 .mdl_close_btn::before, .v_mdl_com37 .mdl_close_btn::after, .v_mdl_com38 .mdl_close_btn::before, .v_mdl_com38 .mdl_close_btn::after, .v_mdl_com39 .mdl_close_btn::before, .v_mdl_com39 .mdl_close_btn::after, .v_mdl_com40 .mdl_close_btn::before, .v_mdl_com40 .mdl_close_btn::after, .v_mdl_com41 .mdl_close_btn::before, .v_mdl_com41 .mdl_close_btn::after {
  background-color: #fff;
}
.v_mdl_com24 .mdl_content, .v_mdl_com25 .mdl_content, .v_mdl_com26 .mdl_content, .v_mdl_com27 .mdl_content, .v_mdl_com28 .mdl_content, .v_mdl_com29 .mdl_content, .v_mdl_com30 .mdl_content, .v_mdl_com31 .mdl_content, .v_mdl_com32 .mdl_content, .v_mdl_com33 .mdl_content, .v_mdl_com34 .mdl_content, .v_mdl_com35 .mdl_content, .v_mdl_com36 .mdl_content, .v_mdl_com37 .mdl_content, .v_mdl_com38 .mdl_content, .v_mdl_com39 .mdl_content, .v_mdl_com40 .mdl_content, .v_mdl_com41 .mdl_content {
  position: absolute;
  height: 100%;
}
.v_mdl .mdl_content .mdl_menu span {
  cursor: pointer;
}
.v_mdl .mdl_content .mdl_menu a {
  color: #000;
}
.v_mdl .mdl_content .image_box {
  width: 80%;
  margin: 60px auto 0;
}
.v_mdl .mdl_content .image_box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.navbox_btn {
  position: absolute;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 11;
}
.navbox_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.navbox_btn.active {
  display: block;
  cursor: pointer;
}
.navbox_btn_b1, .navbox_btn_b28 {
  top: 18%;
  left: 6%;
  width: 27%;
  height: 64%;
}
.navbox_btn_b2, .navbox_btn_b29 {
  top: 18%;
  left: 36%;
  width: 28%;
  height: 64%;
}
.navbox_btn_b3, .navbox_btn_b4, .navbox_btn_b5, .navbox_btn_b6, .navbox_btn_b7, .navbox_btn_b8, .navbox_btn_b9, .navbox_btn_b10, .navbox_btn_b11, .navbox_btn_b12, .navbox_btn_b13, .navbox_btn_b14, .navbox_btn_b15, .navbox_btn_b16, .navbox_btn_b17, .navbox_btn_b18, .navbox_btn_b19, .navbox_btn_b20, .navbox_btn_b21, .navbox_btn_b22, .navbox_btn_b23, .navbox_btn_b24, .navbox_btn_b25, .navbox_btn_b26, .navbox_btn_b27 {
  top: 18%;
  left: 66%;
  width: 28%;
  height: 64%;
}

/*********************************
*
* Loading Animation
*
**********************************/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #333333;
  z-index: 2000;
}
.loading-spinner1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border: 5px solid rgba(255, 255, 255, 0.151);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spinLoad 1.2s linear 0s infinite;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
}
.loading.hide .loading-spinner1 {
  opacity: 0;
}

/* ローディング要素のアニメーション内容 */
@keyframes spinLoad {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}/*# sourceMappingURL=styles.css.map */