@font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

input {
  outline: none;
}
input[type=text] {
  display: block;
  padding: 0.5em 1em;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbd0dd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: inherit;
  width: 100%;
}

textarea {
  display: block;
  padding: 0.5em 1em;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbd0dd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: inherit;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

button {
  cursor: pointer;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

:-ms-input-placeholder,
::-ms-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #999;
}

.large-icon {
  font-size: 12em !important;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

#side {
  min-width: 230px;
  font-size: 1em;
  line-height: 120%;
  border-right: 1px solid #dee5ed;
}
#side li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 1em;
  color: #525b75;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#side li a span {
  display: block;
  margin-right: 0.3em;
  width: 24px;
  color: #6394c5;
}
#side li a:hover {
  text-decoration: none;
  background-color: #dae6f1;
}
#side li:has(a):hover {
  background: #eee;
}

#content {
  padding: 15px;
  overflow-y: auto;
  width: 100%;
  background-color: #f5f7fa;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #dee5ed;
  /*justify-content: space-between;*/
}
.header .header-logo {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header .header-logo img {
  width: 150px;
}
.header .header-logo .ptargety {
  width: 60px;
}
.header .logout {
  margin-left: auto;
  border-radius: 100vh;
  padding: 2px 10px;
  color: #525b75;
  margin-right: 20px;
  min-width: 150px;
  max-width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #525b75;
}
.header .logout:hover {
  background-color: #f0f1f5;
  text-decoration: none;
}
.header .logout span {
  display: block;
  margin-right: 0.1em;
  color: #6394c5;
}

h1 {
  font-size: 32px;
  font-weight: 500;
  border-left: 6px solid #6394c5;
  padding-left: 0.4em;
  color: #525b75;
}

.account-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 180px;
  max-width: 300px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 10px;
  border-radius: 100vh;
  background-color: #f0f1f5;
  color: #525b75;
  margin-right: 1em;
}
.account-container span {
  color: #6394c5;
  display: block;
  margin-right: 0.2em;
}

.button {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  background: #0c5ddb;
  padding: 7px 18px 6px;
}
.button:hover {
  background: #232ed0;
  text-decoration: none;
}

.button-light {
  display: inline-block;
  border: 1px solid #c5d7ff;
  color: #3051b7;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.button-light:hover {
  background-color: #fff;
  text-decoration: none;
}
.button-light span {
  margin-right: 0.3em;
  font-size: 1.2em;
}

.btn-gray {
  border: 1px solid #e3e6ed;
  border-radius: 5px;
  padding: 0.5em 2em;
  color: #4d4d4d;
  background-color: inherit;
  font-size: 0.9em;
  font-weight: 500;
}
.btn-gray:hover {
  background-color: #e3e6ed;
  text-decoration: none;
}

.btn-blue {
  border: 1px solid #3874ff;
  border-radius: 5px;
  padding: 0.5em 2em;
  color: #fff;
  background-color: #3874ff;
  font-size: 0.9em;
  font-weight: 500;
}
.btn-blue:hover {
  color: #3874ff;
  background-color: #fff;
  text-decoration: none;
}

.btn-blue-rounded {
  border: 1px solid #3874ff;
  border-radius: 100vh;
  padding: 0.3em 1em;
  color: #fff;
  background-color: #3874ff;
}
.btn-blue-rounded:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.btn-icon span {
  font-size: 1.1em;
  margin-right: 0.2em;
}

.adform-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  height: 25rem;
}

.schedule-form {
  margin: 1em auto;
}
.schedule-form .select-schedule-item {
  margin-bottom: 1em;
}
.schedule-form .select-schedule-item .error {
  color: #cc2900;
}
.schedule-form .select-schedule-item .schedule-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.schedule-form .select-schedule-item .schedule-item-flex span {
  margin: 0 0.5em;
}
.schedule-form .select-schedule-item input[type=text] {
  width: 250px;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

footer {
  border-top: 1px solid #dee5ed;
}

/*# sourceMappingURL=style.css.map */