@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.btn,
a.btn {
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 20px;
  height: 42px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #183ae0;
  width: 100%;
}

.form .tar {
  text-align: right;
}

.form .f_txt {
  font-size: 14px;
}

.form .f_txt.mb {
  margin-bottom: 12px;
}

.form .f_txt span,
.form .f_txt a {
  color: #183ae0;
}

.form input {
  width: 100%;
  padding: 0 12px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 42px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #edeff3;
}

.form input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input::placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea {
  width: 100%;
  padding: 12px;
  outline: none;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  height: 160px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #edeff3;
  resize: none;
}

.form textarea::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea::placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form .select label {
  display: block;
  position: relative;
  -webkit-perspective: 1px;
  -moz-perspective: 1px;
  perspective: 1px;
  border: 0;
  height: 42px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #edeff3;
  position: relative;
}

.form .select label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url(../img/arb.svg) center/100% 100% no-repeat;
  display: block;
}

.form .select label select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0 35px 0 12px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.form .select label select::-ms-expand {
  display: none;
}

.form dl + dl {
  margin-top: 23px;
}

.form dl dt {
  font-size: 16px;
  margin-bottom: 9px;
}

.form dl dt span {
  color: #183ae0;
}

.form dl dt img {
  margin-left: 4px;
}

.p_login {
  background: #f2f4f7;
  padding-top: 80px;
}

.p_login .box {
  padding: 40px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}

.p_login .box .f_logo {
  width: 200px;
  margin-bottom: 33px;
  display: block;
  line-height: 0;
}

.p_login .box .l_txt {
  margin-bottom: 37px;
}

.p_login .box .l_txt span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}

.p_login .box .l_txt small {
  display: block;
  font-size: 16px;
}

.p_login .box .l_txt small a {
  color: #183ae0;
  font-weight: 700;
}

.p_login .box input {
  height: 48px;
}

.p_login .box .f_txt {
  margin-top: 20px;
}

.p_login .box .f_txt a {
  color: #183ae0;
}

.p_login .box .btn {
  height: 48px;
  margin: 0;
  margin-top: 40px;
}

.p_login .box .btn.st2 {
  margin-top: 22px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.p_login .box .input_group {
  position: relative;
  margin-top: 16px;
}

.p_login .box .input_group .btn_toogle_pass {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-image: url(../img/ic_eye.svg);
  background-repeat: no-repeat;
  -moz-background-size: 20px 14px;
  background-size: 20px 14px;
}

.p_login .box .input_group .btn_toogle_pass.show {
  background-image: url(../img/ic_eye2.svg);
  -moz-background-size: 24px 17px;
  background-size: 24px 17px;
}

.logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e4e8;
}

.logo i {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 18px;
}

.logo h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #24292e;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Inter:wght@400;700&display=swap');
html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #1a1a1a;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
td,
th,
input,
textarea {
  font-family:
    'Inter',
    'Noto Sans JP',
    'Hiragino Sans',
    'ヒラギノ角ゴ ProN',
    Hiragino Kaku Gothic ProN,
    'メイリオ',
    Meiryo,
    '游ゴシック Medium',
    YuGothic,
    YuGothicM,
    sans-serif;
  -moz-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}

button {
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.btn_setting {
  background-color: #8f94a7 !important;
}

/* Form field wrapper for consistent spacing */
.form .form-field {
  margin-bottom: 20px;
}

.form .form-field:last-of-type {
  margin-bottom: 30px;
}

/* Validation message styling */
.form .text-danger {
  display: block;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
}

.form .text-success {
  display: block;
  color: #28a745;
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.4;
}

.error_msg {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
  visibility: hidden;
}
