@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,
::-moz-placeholder {
  color: #999;
}

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

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

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

#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;
  font-weight: 500;
}
#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 .logo-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#side li .logo-link img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#side li .logo-link:hover {
  background-color: #fff;
}
#side li .logo-link:hover img {
  opacity: 0.8;
}

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

.content-main {
  margin: 1em 0;
  background: white;
  padding: 1em;
  border: 1px solid #dee5ed;
  border-radius: 10px;
  width: 100%;
}

.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;
}
.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 .akuasad-logo {
  font-weight: bold;
  font-size: 2em;
  color: #525b75;
}
.header .akuasad-logo:hover {
  opacity: 0.8;
  text-decoration: none;
}
.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;
}
.header .logout:hover {
  background-color: #f0f1f5;
  text-decoration: none;
}
.header .logout span {
  display: block;
  margin-right: 0.1em;
  color: #6394c5;
}
.header #account-list{
  position: absolute;
  top:40px;
  left:28px;
  display:none;
  border-top:1px solid #e0e0e0;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-radius: 0 0 5px 5px;
  background:#f0f1f5;
  min-width:300px;
  max-height:700px;
  z-index:3;
  overflow-y:scroll;
}
.header #account-list .row{
  display:table-row;
  cursor:pointer;
}
.header #account-list .row:hover {
  background:#fff;
}
.header #account-list .row:first-child .cell {
  padding-top:7px;
}
.header #account-list .row:last-child .cell {
  padding-bottom:6px;
}
.header #account-list .cell{
  padding:2px 10px 3px;
  font-size:0.9em;
  display:table-cell;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header #account-list .cell:last-child{
  padding-right:20px;
}
.header #account-list .close{
  position: absolute;
  right:1px;
  background:#d5d5d5;
  border-radius: 0 0 0 5px;
  width:18px;
  height:19px;
  text-decoration: none;
}
.header #account-list .close .material-symbols-outlined{
  font-size:16px;
  color:#333;
  display:block;
  padding:2px 0 0 1px;
}
.header #account-list .close .material-symbols-outlined:hover {
  color:crimson;
}

.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 .inner{
  display:flex;
  max-width:500px;
  padding-right:5px;
}
.account-container span {
  color: #6394c5;
  display: block;
  margin-right: 0.2em;
  width:24px;
}
.account-container .account-text {
  max-width:200px;
  overflow:hidden;
  text-overflow:ellipsis;
}

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

.sec-title {
  font-weight: 500;
  color: #525b75;
  margin-bottom: 0.5em;
}

.center-ttl {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 500;
  color: #525b75;
}

.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-flex {
  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-flex a {
  margin-right: 1em;
}
.btn-flex a:last-child {
  margin-right: 0;
}

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

.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-rounded {
  border: 1px solid #3874ff;
  border-radius: 100vh;
  padding: 0.3em 1em;
  color: #3874ff;
  background-color: #fff;
}
.btn-rounded:hover {
  color: #fff;
  background-color: #3874ff;
  text-decoration: none;
}

.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;
}
.btn-icon .manage_accounts {
  font-size: 1.5em;
}

.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: 25rem;
}

.table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
}

.ad-status-label {
  border-radius: 3px;
  padding: 0.2em 0.4em;
  font-size: 0.9em;
}

.ad-status-draft {
  color: #666666;
  border: 1px solid #666666;
  background-color: #e6e6e6;
}

.ad-status-review {
  color: #cc7a00;
  border: 1px solid #cc7a00;
  background-color: #ffebcc;
}

.ad-status-setting {
  color: #cccc00;
  border: 1px solid #cccc00;
  background-color: #ffffcc;
}

.ad-status-start {
  color: #0066cc;
  border: 1px solid #0066cc;
  background-color: #cce6ff;
}

.ad-status-running {
  color: #33cc00;
  border: 1px solid #33cc00;
  background-color: #d9ffcc;
}

.ad-status-ended {
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  background-color: #b3b3b3;
}

.ad-status-all {
  border: 1px solid #ddd;
  background-color: #d2e3e8;
}

footer {
  border-top: 1px solid #dee5ed;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
