@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 12px;
}

h2 {
  font-size: 18px;
  color: #6481bf;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
  color: #4D4D4D;
  text-align: justify;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: source-han-sans-japanese, sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  font-family: "源ノ角ゴシック";
  background-color: #f3f8ff;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  background: #eff2fc;
  background: linear-gradient(40deg, #eff2fc 18%, #eaeaf7 79%);
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}
.modal .modal_bg {
  background: rgba(255, 255, 255, 0.35);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.modal .modal_content {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1080px;
  height: 80%;
  max-height: 780px;
  border-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.2));
}
.modal .modal_content .chat_wrap {
  height: 100%;
}
.modal .modal_content .chat_wrap .chat_con {
  display: flex;
  height: 100%;
  border-radius: 15px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu {
  width: 25%;
  min-width: 240px;
  background-color: #f5f5fa;
  padding: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu h2 {
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal_content .chat_wrap .chat_con .side_menu h2 .chats_logo {
  width: 70px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu h2 .chats_icon {
  width: 30px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab {
  position: relative;
  padding: 10px 10px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 5px rgba(0, 21, 83, 0.1));
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.2));
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab .tab_icon {
  background-color: #f5f5fa;
  margin-right: 10px;
  border-radius: 20px;
  padding: 0px 9px 4px 9px;
  filter: drop-shadow(2px 2px 1px rgba(0, 21, 83, 0.15));
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab .tab_icon img {
  width: 10px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab p {
  font-size: 13px;
  font-weight: 600;
}
.modal .modal_content .chat_wrap .chat_con .side_menu .tab .notice {
  position: absolute;
  right: -5px;
  top: -5px;
  background: linear-gradient(90deg, #ffb152 0%, #e951ce 100%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 15px;
}
.modal .modal_content .chat_wrap .chat_con .side_menu .is-active {
  background-color: #666675;
  color: #ffffff;
}
.modal .modal_content .chat_wrap .chat_con .main_con {
  width: 75%;
  background-image: url(/images/icon/chat_back.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel {
  position: relative;
  height: 100%;
  padding-bottom: 130px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left {
  /* 左のトークボックス */
  position: relative;
  margin-top: 60px;
  display: block;
  max-width: 90%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap {
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 21, 83, 0.15));
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap .name_round {
  width: 100px;
  position: relative;
  z-index: 2;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap .name_icon {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap .name_icon img {
  position: absolute;
  width: 150%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap .name {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 90px;
  background-color: #7fc5ff;
  border-top-right-radius: 20px;
  height: 30px;
  padding: 0 25px 0 0;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .name_wrap .name span {
  width: 100%;
  color: #ffffff;
  line-height: 30px;
  font-size: 12px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .message {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  padding: 14px 30px 14px 80px;
  border-radius: 25px;
  background-color: #f9fcff;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap .message p {
  font-size: 14px;
  color: #545454;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_left .message_wrap h6 {
  font-size: 12px;
  margin: 10px 0 0 10px;
  color: #989898;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right {
  /* 右のトークボックス */
  position: relative;
  margin-top: 60px;
  display: block;
  margin-left: auto;
  max-width: 90%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap {
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0, 21, 83, 0.15));
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 100%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap .name_round {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap .name_icon {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap .name_icon img {
  position: absolute;
  width: 150%;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap .name {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 90px;
  background-color: #ffa258;
  border-top-left-radius: 20px;
  height: 30px;
  padding: 0 10px 0 20px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .name_wrap .name span {
  width: 100%;
  color: #ffffff;
  line-height: 30px;
  font-size: 12px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .message {
  display: block;
  position: relative;
  right: 0;
  z-index: 1;
  margin-right: 20px;
  padding: 14px 80px 14px 30px;
  border-radius: 25px;
  background-color: #f9fcff;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap .message p {
  font-size: 14px;
  color: #545454;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .talk_area .chat_all .talk_right .message_wrap h6 {
  font-size: 12px;
  margin: 10px 20px 0 0;
  color: #989898;
  text-align: right;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .test_area {
  background-color: #8cffab !important;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: azure;
  padding: 20px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-toolbar {
  background-color: #ffffff;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-editor {
  background-color: #ffffff;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-formats {
  margin-right: 5px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-header, .modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-font, .modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-image {
  display: none;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-editor {
  padding: 8px 15px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .ql-editor p {
  font-size: 14px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .test_mode {
  position: absolute;
  top: -8px;
  left: 20px;
  cursor: pointer;
  width: 25px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .btns .filelabel {
  display: inline-block;
  position: relative;
  width: 25px;
  margin-right: 10px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .btns .fileinput {
  display: none;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area .btns .sumbit_send {
  width: 25px;
  margin-top: 5px;
}
.modal .modal_content .chat_wrap .chat_con .main_con .panel .input_area txt_area {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal_content .panel {
  display: none;
}
.modal .modal_content .panel.is-show {
  display: block;
}
.modal .modal_content .tab.is-active {
  transition: all 0.2s ease-out;
}
.modal .modal_content .close {
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
}
.modal .modal_content .close span {
  width: 20px;
  height: 1px;
  background-color: #4d4d4d;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.modal .modal_content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.modal .modal_content .close span:nth-child(2) {
  transform: rotate(-45deg);
}

main {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
  overflow: hidden;
  top: 0px;
  border: 2px solid white;
  box-shadow: 1px 1px 24px -15px #3c76b5;
  position: relative;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.3) 18%, rgba(255, 255, 255, 0.6) 79%);
}
main .container {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  overflow: hidden;
}
.wrap .slider {
  width: 100%;
  height: 90vh;
}
.wrap .slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_slide {
  0% {
    margin: 0 2%;
    opacity: 0;
  }
  100% {
    margin: 0 4%;
    opacity: 1;
  }
}
.head_logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100px;
  animation: fade 500ms ease-in both;
  z-index: 10;
}

.menu {
  position: absolute;
  z-index: 10;
  top: 4%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 35px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.2));
  animation: fade_slide 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 0ms both;
}
.menu a {
  position: relative;
  display: block;
  color: #919aac;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 4%;
  transition: 300ms;
}
.menu a:hover {
  color: #d69150;
}
.menu a:nth-child(1) {
  animation: fade 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 200ms both;
}
.menu a:nth-child(2) {
  animation: fade 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 400ms both;
}
.menu a:nth-child(3) {
  animation: fade 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 600ms both;
}
.menu a:nth-child(4) {
  animation: fade 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 800ms both;
}
.menu a:nth-child(5) {
  animation: fade 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 1000ms both;
}
.menu .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ff4747;
}

.credit {
  position: absolute;
  z-index: 10;
  bottom: 3%;
  left: 4%;
  animation: fade 500ms ease-in both;
}
.credit p {
  font-size: 11px;
  color: #747474;
}

.chat_btn {
  position: absolute;
  z-index: 10;
  bottom: 4%;
  right: 3%;
  animation: fade 500ms ease-in both;
}
.chat_btn a {
  width: 40px;
  display: block;
}

.slide__images {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(40%) translateX(-50%);
  width: 80%;
  height: 55vh;
  max-height: 400px;
}
.slide__images .slide__image {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  filter: blur(10px) drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.35));
  will-change: transform, opacity, filter;
}
.slide__images .left {
  left: 0;
  transform: translate(30px, -30px);
}
.slide__images .right {
  right: 0;
  top: 7vh;
  transform: translate(-30px, 30px);
}
@media screen and (max-height: 980px) {
  .slide__images .right {
    top: 6vh;
  }
}
.slide__images .slide_in {
  width: 100%;
  height: 35.5vw;
  max-height: 465px;
}
.slide__images .slide_l {
  background-image: url(../images/logo/left_back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.slide__images .slide_l .logo_img {
  width: 27%;
  position: absolute;
  margin-top: 60px;
  left: 14%;
  z-index: 99;
}
.slide__images .slide_r {
  background-image: url(../images/logo/right_back.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.slide__images .slide_r .element {
  padding: 5%;
}
.slide__images .slide_r .element .logo_txt {
  width: 30%;
  display: block;
  margin: 2% 0 5% auto;
}
.slide__images .slide_r .element h4 {
	color: #ac0037;
  text-align: right;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}
.slide__images .slide_r .element h4 span {
  font-size: 13px;
  font-weight: 100;
}
.slide__images .slide_r .element p {
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  max-width: 50%;
  margin: 0 0 0 auto;
}

.grandline {
  width: 100%;
  max-height: 800px;
  height: 3px;
  background-color: #ffffff;
  filter: drop-shadow(7px 7px 6px rgba(0, 21, 83, 0.3));
  transform: rotate(-57deg) translate(-50%, 0%) scale(1);
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 26.5%;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .grandline {
    left: 26%;
  }
}

.slide:target .slide__bg {
  opacity: 0.2;
}

.slide:target .slide__image {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0.5s;
  filter: blur(0) drop-shadow(0px 10px 25px rgba(0, 21, 83, 0.2));
}

.slide__bg {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0%;
  transform: translate(-30%, -30%) scale(0.5);
  filter: blur(50px);
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

@keyframes fade_up {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.tabgroup {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50%;
  text-align: center;
  z-index: 5;
}
.tabgroup .links .button {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 10px 20px 5px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(5px 10px 20px rgba(0, 21, 83, 0.2));
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tabgroup .links .button img {
  width: 30px;
}
.tabgroup .links .button:hover {
  border: 2px solid #c1c8d1;
}
.tabgroup .links .button:nth-child(1) {
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 200ms both;
}
.tabgroup .links .button:nth-child(2) {
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 400ms both;
}
.tabgroup .links .button:nth-child(3) {
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 600ms both;
}
.tabgroup .links .button:nth-child(4) {
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 800ms both;
}
.tabgroup .links .button:nth-child(5) {
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 1000ms both;
}
.tabgroup .tabnav .active {
  border: 2px solid #b8ceea;
}
.tabgroup .tabcontent {
  position: relative;
  animation: fade 500ms ease-in 500ms both;
}
.tabgroup .tabcontent .tabcontent_list {
  visibility: hidden;
  transition: 500ms;
  animation: btn_down 400ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 0ms both;
}
.tabgroup .tabcontent .tabcontent_list .more_btn {
  position: absolute;
  right: 10%;
  bottom: 100%;
  margin: 40px 0;
  z-index: 20;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  width: 100px;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 35px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 21, 83, 0.2));
  transition: 300ms;
}
.tabgroup .tabcontent .tabcontent_list .more_btn:hover {
  border: 2px solid #d4e1f1;
}
.tabgroup .tabcontent .show {
  visibility: visible;
  animation: btn_up 400ms ease-in 800ms both;
}

@keyframes btn_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btn_down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.inner {
  padding: 100px 5%;
  overflow: scroll;
  width: 100%;
  max-width: 1080px;
}

/*
.innerMypage{
    background-color: rgba(252,251,249,0.5);
}
*/
.layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.layout .layout_l {
  width: 50%;
  display: flex;
}
.layout .layout_r {
  width: 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mypage {
  margin: 0 auto;
}
.mypage .mypageTop {
  display: flex;
  align-items: center;
}
.mypage .mypageTop .myname {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
.mypage .mypageTop .myname .myname_flex {
  display: flex;
  align-items: center;
}
.mypage .mypageTop .myname .myname_flex .myicon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background-color: #ffffff;
  border: solid 1px #6481bf;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.mypage .mypageTop .myname .myname_flex .myicon .myicon-img {
  position: absolute;
  width: 150%;
}
.mypage .mypageTop .myname .myname_flex h2 {
  font-size: 22px;
  line-height: 30px;
  color: #919AAC;
  display: flex;
  align-items: center;
}
.mypage .mypageTop .myname .icon_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mypage .mypageTop .myname .icon_flex .edit {
  margin-top: 0;
  margin-left: 15px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 10px 10px 10px;
  display: inline-block;
  text-decoration: none;
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
  transition: 0.5s;
}
.mypage .mypageTop .myname .icon_flex .edit:hover {
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
  opacity: 75%;
}
.mypage .mypageTop .myname .icon_flex .edit img {
  width: 15px;
}
.mypage .mypageTop .links .button {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 7px 15px 5px 15px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.2));
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mypage .mypageTop .links .button img {
  width: 20px;
}
.mypage .mypageTop .links .button:hover {
  border: 2px solid #c1c8d1;
}

.innerBox {
  width: 100%;
  padding: 30px 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f5fb 0%, white 100%);
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.05));
  animation: fade_up 500ms cubic-bezier(0.33, 0.01, 0.06, 0.99) 0ms both;
}

.schedule h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.schedule h3 .myschedule-img {
  width: 20px;
  margin: 0 15px;
  transform: rotateZ(-15deg);
}
.schedule .schedule_flex {
  display: flex;
}
.schedule .myschedule-p {
  font-size: 16px;
  margin: 10px 15px 0 15px;
}

h4 {
  color: #6481bf;
  font-size: 14px;
}

.log .logTop {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.log .logTop .log-select::-ms-expand {
  display: none;
}
.log .logTop .log-select {
  padding: 5px 10px;
  font-size: 10px;
  color: #6481bf;
  border-radius: 3px;
  border: solid 0.5px #6481bf;
  background-color: #ffffff;
}
.log .studyLog {
  width: 100%;
  padding: 10px 40px;
  font-size: 20px;
  margin-top: 10px;
}

.point .point_tit {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .mypoint {
  color: #919AAC;
  font-size: 30px;
  font-weight: bold;
  margin: 25px 0 10px 0;
}
.point .pointBtn {
  color: #6481bf;
  font-size: 12px;
  display: flex;
}
.point .pointBtn .pointBtn-a {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -ms-box-shadow: 2px 2px 0px 0px rgba(102, 153, 204, 0.25);
  box-shadow: 2px 2px 0px 0px rgba(102, 153, 204, 0.25);
}
.point .pointBtn .pointBtn-a .pointBtn-img {
  width: 15px;
}
.point .pointBtn .pointBtn-a:hover {
  -ms-box-shadow: 2px 2px 0px 0px rgba(102, 153, 204, 0.25) inset;
  box-shadow: 2px 2px 0px 0px rgba(102, 153, 204, 0.25) inset;
  opacity: 75%;
}

.history {
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
  margin: 40px 0;
}
.history h5 {
  border-bottom: solid 0.25px #919AAC;
  font-size: 16px;
  padding: 0 40px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #919AAC;
}
.history .historyBox {
  display: flex;
  padding: 10px 40px;
}
.history .historyBox .historyBox-p {
  margin-right: 20px;
}

.purchase_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 10%;
}
.purchase_flex .purchase_logo {
  width: 35%;
  margin-right: 15%;
}
.purchase_flex .purchase_txt {
  width: 30%;
}

.purchase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 8%;
}
.purchase h2 {
  margin-top: 30px;
}
.purchase .radioSec {
  margin: 0 0 40px 0;
}
.purchase .radioSec .radio-label {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}
.purchase .radioSec .radio-label .radio-text {
  line-height: 2;
  padding-bottom: 10px;
}
.purchase .radioSec .radio-input[type=radio] {
  display: none;
}
.purchase .radioSec .radio-text:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-bottom: -3px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}
.purchase .radioSec .radio-input[type=radio]:not(:checked) + .radio-text:before {
  border-color: #919AAC;
}
.purchase .radioSec .radio-input[type=radio]:checked + .radio-text:before {
  border-color: #919AAC;
  background-color: #6481bf;
}
.purchase form button span {
  font-size: 14px;
  background-color: #6481bf;
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 50px;
  display: inline-block;
  text-decoration: none;
  height: 30px;
  min-width: 100px;
  appearance: none;
  border: 0;
  color: #fff;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.33, 0.01, 0.06, 0.99);
  cursor: pointer;
}
.purchase form button span:hover {
  background-color: #ffffff;
  color: #dfecff;
}

.btn-b {
  font-size: 14px;
  background-color: #6481bf;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px 30px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.33, 0.01, 0.06, 0.99);
}
.btn-b:hover {
  background-color: #ffffff;
  border: solid 1px #6481bf;
  color: #6481bf;
}

.btn-g {
  font-size: 14px;
  background-color: #919AAC;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px 30px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.33, 0.01, 0.06, 0.99);
}
.btn-g:hover {
  background-color: #ffffff;
  border: solid 1px #919AAC;
  color: #919AAC;
}

.mypage-edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.editPage {
  margin-top: 30px;
  font-size: 15px;
  width: 100%;
  padding: 60px 15%;
  max-width: 800px;
}
.editPage .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.editPage .item .img_select {
  width: 75%;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}
.editPage .item .img_select .preview {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #b2cbd9;
  border-radius: 30px;
  background-color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.editPage .item .img_select .preview img {
  position: absolute;
  width: 150%;
}
.editPage .item .img_select .filelabel {
  display: inline-block;
  position: relative;
  background: #ecf5ff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #e3e8ff;
}
.editPage .item .img_select .fileinput {
  display: none;
}
.editPage .item .space {
  letter-spacing: 2em;
}
.editPage .item .edit-label {
  width: 20%;
  margin-right: 5%;
}
.editPage .item .edit-input[type=text],
.editPage .item .edit-input[type=date],
.editPage .item .edit-input[type=tel],
.editPage .item .edit-textarea {
  width: 75%;
  padding: 5px 15px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.editPage .editBtn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.editPage .editBtn .btn-g, .editPage .editBtn .btn-b {
  margin: 0 10px;
}

.noticeInner {
  width: 100%;
  margin-top: 20px;
}
.noticeInner .noticeBox {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 30px 60px;
}
.noticeInner .noticeBox:hover {
  color: #6481bf;
}
.noticeInner .noticeBox .noticeTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 14px;
}
.noticeInner .noticeBox .noticeTitle h6 {
  margin-right: 15px;
}
.noticeInner .noticeBox .notice-p {
  line-height: 1.3;
}

.detailTop {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px 30px;
}
.detailTop h2 {
  font-size: 16px;
  margin-right: 20px;
  color: #4c4c4c;
}
.detailTop .backBtn {
  font-size: 13px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 12px 40px;
  min-width: 150px;
  display: inline-block;
  text-decoration: none;
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
}
.detailTop .backBtn:hover {
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
}

.detailContents {
  padding: 30px;
}
.detailContents .notice-p {
  font-size: 14px;
  line-height: 1.8;
}

.detailTime {
  padding-right: 30px;
  font-size: 12px;
  text-align: end;
}

.useInner_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 8%;
}

.useInner_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 10%;
}
.useInner_flex .purchase_logo {
  width: 35%;
  margin-right: 15%;
}
.useInner_flex .purchase_txt {
  width: 30%;
}

.useInner {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 40px 50px;
}
.useInner .useList {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 40px;
  padding: 10px 20px;
  position: relative;
}
.useInner .useList:last-child {
  margin-bottom: 0px;
}
.useInner .useList .useItem, .useInner .useList .usePoint {
  font-size: 16px;
}
.useInner .useList .useMessage {
  display: none;
}
.useInner .useList:hover {
  color: #6481bf;
  border-bottom: solid 1px #6481bf;
}
.useInner .useList:hover .useMessage {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  background-color: #6481bf;
  padding: 8px 15px;
  display: block;
  position: absolute;
  bottom: 35px;
  z-index: 100;
}
.useInner .useList:hover .useMessage::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15px;
  transform: translateX(-50%);
  border-top: 8px solid #6481bf;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.exchange {
  position: relative;
}
.exchange .backBtn {
  font-size: 20px;
  background-color: #ffffff;
  color: #6481bf;
  border-radius: 2px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s;
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3), -1px -1px 1px 0px white;
}
.exchange .backBtn:hover {
  -ms-box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
  box-shadow: 1px 1px 3px 0px rgba(127, 130, 135, 0.3) inset, -1px -1px 1px 0px white inset;
  opacity: 75%;
}
.exchange .exchangeBox {
  text-align: center;
  margin: 30px 0;
}
.exchange .exchangeBox h1 {
  margin-top: 50px;
}
.exchange .exchangeBox .exchangeMessage {
  color: #919AAC;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}
.exchange .exchangeBox .exchangeItem, .exchange .exchangeBox .exchangePoint {
  width: 75%;
  margin: 0 auto;
  text-align: right;
  display: flex;
}
.exchange .exchangeBox .exchangeItem .left, .exchange .exchangeBox .exchangePoint .left {
  width: 60%;
}
.exchange .exchangeBox .exchangeItem .right, .exchange .exchangeBox .exchangePoint .right {
  width: 40%;
}
.exchange .exchangeBox .exchangePoint {
  margin-bottom: 30px;
}
.exchange .exchangeBox .exchangePoint .left, .exchange .exchangeBox .exchangePoint .right {
  font-size: 18px;
  padding: 20px 0;
}

.login_main {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  border: none;
  box-shadow: none;
  position: relative;
  border-radius: 0;
  display: block;
}
.login_main .container {
  width: 100%;
  height: 100%;
}

.login_body {
  padding: 0px;
  background: none;
}

.login {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url(../images/login_back1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.login .login_con {
  width: 80%;
  height: 100%;
  background-image: url(../images/login_back2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.login_wrap {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 40%;
  transform: translateY(-55%);
}
.login_wrap .login_logo {
  width: 200px;
  margin-bottom: 70px;
}

#form {
  width: 100%;
}
#form .form-item {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
#form .form-item input {
  transition: all 0.2s ease;
}
#form .form-item .form-style {
  color: #8a8a8a;
  display: block;
  height: 44px;
  padding: 5px 5%;
  border: 0px solid #ccc;
  border-radius: 27px;
  font-size: 105%;
  letter-spacing: 0.5 px;
  background: linear-gradient(90deg, #ecf0ff 0%, #f3f7ff 100%);
}
#form .form-item .form-style:focus {
  outline: none;
  border: 1px solid #bacce8;
  color: #48506d;
}
#form .form-item .formLabel {
  position: absolute;
  left: 26px;
  top: 10px;
  transition: all 0.4s ease;
  color: #9fadec;
}
#form .form-item .formTop {
  top: -23px !important;
  left: 26px;
  padding: 0 5px;
  font-size: 14px;
  color: #58bff6 !important;
}
#form .form-item .fpw {
  color: #8a8a8a;
  padding-left: 10px;
  font-size: 13px;
}
#form .form-item input[type=email] {
  width: 80%;
}
#form .form-item input[type=password] {
  width: 65%;
  margin-bottom: 10px;
}
#form .form-item input[type=submit].loginbtn {
  width: 50%;
  height: 44px;
  border-radius: 27px;
  background: linear-gradient(90deg, #809cff 0%, #cadcff 100%);
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0 5%;
}
#form .form-item input[type=submit].loginbtn:hover {
  cursor: pointer;
}
#form .form-item input[type=submit].loginbtn:focus {
  outline: none;
}
#form .form-itempw {
  margin-bottom: 40px;
}
#form .licredit {
  font-size: 11px;
  color: #96989a;
}

.msg {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  width: 90%;
  text-align: left;
  font-weight: bold;
  opacity: 0;
  right: 0;
  border-radius: 5px;
  margin: 5px auto;
  word-break: break-all;
  transition: 0.1s;
  z-index: 1000;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.185));
}
.msg-suc {
  background: rgba(201, 253, 206, 0.918) !important;
}
.msg-suc__text {
  margin: 0.5rem;
  color: #28973A;
}
.msg-war {
  background: rgba(253, 252, 201, 0.918) !important;
}
.msg-war__text {
  margin: 0.5rem;
  color: #BC1E1E;
}
.msg-err {
  display: table;
  background: rgba(255, 214, 214, 0.918) !important;
}
.msg-err__text {
  margin: 0.5rem;
  color: #BC1E1E;
}
.msg-err__btn--close {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 10px;
  font-size: 40px;
  border-left: solid 1px rgba(0, 0, 0, 0.102);
  padding: 0px 25px 0px 25px;
  transition: 0.3s;
  cursor: pointer;
}
.msg-err__btn--close:hover {
  color: #FFFFFF !important;
  background: #ffa9a9 !important;
}
@media (min-width: 768px) {
  .msg-suc {
    left: 0;
  }
  .msg-war {
    left: 0;
  }
  .msg-err {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .msg-suc {
    left: 0;
  }
  .msg-war {
    left: 0;
  }
  .msg-err {
    left: 0;
  }
}

.left-0 {
  left: 0 !important;
}

.hr-custom {
  margin: 0.25rem;
}

/*--------------------------------------------
Validation MSG
--------------------------------------------*/
body {
  word-break: break-all;
  overflow-wrap: break-word;
}

.invalid-feedback {
  /* display: none; */
  margin-left: 120px;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

/*--------------------------------------------
Validation MSG(上記バリデーションcssが効かない用)
--------------------------------------------*/
.vali-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f;
}

.notice-p {
  white-space: pre-wrap;
}

.service_logo {
  width: 120px;
}

.studyLog {
  font-size: 25px;
  text-align: center;
}

.mtg_url {
  color: #5bbcf0;
}

/* 7/19 Design用追加 */
.design_btn {
  bottom: -27px !important;
}

.log .logTop .service-select::-ms-expand {
  display: none;
}
.log .logTop .service-select {
  padding: 5px 10px;
  font-size: 10px;
  color: #6481bf;
  border-radius: 3px;
  border: solid 0.5px #6481bf;
  background-color: #ffffff;
  text-align: center;
}
