@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Meiryo UI', Meiryo, 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif!important;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', 'Meiryo UI', Meiryo, 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif!important;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  color: #000;
}
img {
  border: 0px;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
a {
  color: rgb(0 83 120);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[type="text"], input[type="password"] {
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 15px;
}
ul li {
    list-style-type: none;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}
.wrap {
  margin: 0 auto;
  padding: 0 20px;
}
span.date {
  display: block;
  margin: 10px 0 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #838383;
}
/*----------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/
header {
  width: 100%;
  min-height: 80px;
  background-color: #000;
  position: fixed;
  z-index: 20;
}
header div.wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 0 180px;
  height: 80px;
}
header label {
  height: 80px;
  line-height: 80px;
  font-family: 'Sorts Mill Goudy', serif!important;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
header h1 {
  display: none;
}
header nav {
  display: block;
  width: auto;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  display: block;
  margin: 0 10px;
  line-height: 25px;
  font-weight: normal;
  color: #fff;
}
header nav ul li:first-child a {
  color: #ffeb3b;
  font-weight: 500;
}
/*----------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/
footer {
  margin-bottom: 10px;
  width: 100%;
  min-width: 1200px;
  min-height: 40px;
  background-color: #ddd;
}
footer copyright {
  display: block;
  margin: 10px 0;
  line-height: 20px;
  font-size: 11px;
  color: #333;
  float: left;
}
/*----------------------------------------------------------------------
スクロールバー
------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
}
/*----------------------------------------------------------------------
セクション
------------------------------------------------------------------------*/
section {
  padding-top: 80px;
  width: 100%;
  min-width: 1200px;
  min-height: 800px;
  background-color: #fff;
}
section .wrap {
  padding: 20px 10px 0 20px;
}
section div.menu {
  margin-bottom: 20px;
  padding-right: 10px;
  min-width: 300px;
  height: calc(100vh - 120px);
}
section div.content {
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  height: calc(100vh - 120px);
  background: #fff;
  overflow-y: auto;
  z-index: 10;
}
section div.menu ul {
  padding-bottom: 10px;
  padding-right: 10px;
}
section div.menu ul li {
  position: relative;
}
section div.menu ul li.new::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../image/common/star.svg) no-repeat center / 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
section div.menu ul li a {
  line-height: 26px;
}
section div.menu ul h5 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}
section div.menu.api ul li {
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}
section div.menu.api ul li.on,
section div.menu.api ul li:hover {
  background: #f0f0f0;
}
section h2 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(96, 164, 203, 1);
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  text-indent: 20px;
  color: rgba(96, 164, 203, 1);
}
section h2:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 28px;
  background-color: rgba(96, 164, 203, 1);
}
section p {
  margin-bottom: 30px;
}
section article {
  margin-bottom: 50px;
  width: 100%;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
section article:last-child {
  margin-bottom: 0px;
}
section article h3 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 26px;
  font-weight: 500;
}
section article h4 {
  font-weight: 500;
  line-height: 2em;
}
section article p {
  margin-bottom: 10px;
  width: 60%;
  height: auto;
}
section article strong,
section article b {
  font-weight: 500;
}
section article samp {
  display: block;
  width: 100%;
  padding: 0 2px;
  border: 1px solid rgba(96, 164, 203, 1);
}
section article img {
  clear: right;
  display: block;
  margin-top: 40px;
  width: 38%;
  height: auto;
  float: right;
}
section article button {
  float: right;
  border-style: none;
  margin-top: -60px;
  width: 200px;
  height: 50px;
  background-color: rgba(61, 196, 150, 1);
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
}
section article button:hover {
  opacity: 0.8;
  transition: 0.5s;
}
section article.w100 h3 {
  position: relative;
  margin-bottom: 0px;
  border: 1px solid rgba(96, 164, 203, 1);
  border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
  text-indent: 40px;
  background-color: rgba(96, 164, 203, 1);
  color: #fff;
  float: none;
}
section article.w100 h3:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 16px;
  width: 22px;
  height: 22px;
  background: url(../image/light.png) no-repeat center center;
  background-size: 100% 100%;
}
section article.w100 p {
  border: 1px solid rgba(96, 164, 203, 1);
  border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
  padding: 20px;
  width: 100%;
  float: none;
}
section div.error {
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  background: #eee;
}
section dl.link dt {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 18px;
}
section dl.link dd {
  margin-bottom: 20px;
}
.modal {
  display: none;
  width: 580px;
  height: 320px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 1px 1px 2.6px;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 6px;
  background: #fff;
}
.modal form {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dashed #60a4cb;
  border-radius: 16px;
  padding: 20px 43px;
}
.modal form h4 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  line-height: 50px;
  color: rgba(96, 164, 203, 1);
}
.modal form p {
  margin: 0px;
  padding: 0px;
}
.modal form dl {
  clear: both;
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.modal form dl dt {
  width: 25%;
  line-height: 27px;
  float: left;
}
.modal form dl dd {
  width: 75%;
  float: left;
}
.modal form dl dd input {
  width: 90%;
}
.modal form div {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 30px;
}
.modal form button {
  border-style: none;
  width: 150px;
  height: 40px;
  font-size: 18px;
  background-color: rgba(61, 196, 150, 1);
  border-radius: 3px;
  color: #fff;
}
.modal button:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.modal button.cancel {
  background-color: #B0BEC5;
  float: left;
  margin-left: 50px;
}
.modal button.ok {
  float: right;
  margin-right: 50px;
}
form.inline {
  margin-bottom: 20px;
  padding: 10px;
  width: 50%;
  background: #f0f0f0;
  border-radius: 4px;
}
form.inline dl {
  padding-bottom: 10px;
}
form.inline dl dd input {
  width: 100%; 
}
form.inline button {
  float: none;
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
}
form.inline + div {
  display: block;
  padding: 10px;
  width: 50%;
  background: #f0f0f0;
  border-radius: 4px;
  word-break: break-all;
}
