@charset "utf-8";

main {
  padding: 40px 0;
}

.box {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  box-shadow: 0 0 18px rgba(67, 91, 255, 0.3);
}

.sider {
  position: sticky;
  top: 160px;
  flex-shrink: 0;
  width: 270px;
  min-height: 0;
}

.lmenu {
  padding: 0 0 30px;
}

.lmenu h2 {
  padding: 20px 30px;
  margin: 0;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: rgb(65, 93, 196);
}

.lmenu ul {
  padding: 0;
  margin: 0;
}

.lmenu ul li {
  margin: 2px 0 0;
  list-style: none;
  border-bottom: 1px solid rgb(239, 239, 239);
}

.lmenu ul li a {
  display: block;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: rgb(97, 132, 184);
}

.lmenu ul li .on,
.lmenu ul li a:hover {
  background: rgb(239, 239, 239);
}

.lquick {
  padding: 0 0 20px;
}

.lquick ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 0;
  margin: 0;
}

.lquick ul li {
  list-style: none;
}

.lquick ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 5px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(66, 93, 196);
  border-radius: 10px;
}

.lquick ul li a i {
  margin: 0 5px 0 0;
  font-size: 24px;
}

.lquick ul li a span {
  flex: auto;
  min-width: 0;
  font-size: 16px;
}

.lquick .lquick-lang-en li a span {
  font-size: 12px;
}

.lquick .lquick-lang-ja li a span {
  font-size: 14px;
}

.lquick ul li a:hover {
  background: rgb(128, 136, 219);
}

.lcontact h3 {
  padding: 20px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background: rgb(65, 93, 196);
}

.lcontact .phone {
  display: flex;
  align-items: center;
  padding: 20px 20px 10px;
}

.lcontact .phone i {
  font-size: 44px;
  color: rgb(201, 201, 201);
}

.lcontact .phone strong {
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: rgb(91, 91, 91);
}

.lcontact .phone strong small {
  display: block;
  font-weight: normal;
}

.lcontact p {
  padding: 0 20px 20px;
  margin: 0;
  line-height: 24px;
}

.lcontact p strong {
  display: block;
}

.main {
  flex: auto;
  min-width: 0;
  padding: 0 40px;
}

.main-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.main-top-title {
  font-size: 24px;
  color: rgb(26, 50, 97);
}

.crumbs {
  font-family: monospace;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.crumbs a {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.crumbs a:hover {
  text-decoration: underline;
}

.crumbs a:last-of-type {
  cursor: default;
}

.crumbs a:last-of-type:hover {
  text-decoration: none;
}

.list ul {
  padding: 0;
  margin: 0;
}

.list ul li {
  padding: 15px;
  margin: 0 0 15px;
  list-style: none;
  border: 1px solid rgb(221, 221, 221);
}

.list ul li:hover {
  border-color: rgb(26, 50, 97);
}

.list ul li .flex {
  display: flex;
}

.list ul li .left {
  flex-shrink: 0;
  width: 27%;
  margin-right: 20px;
}

.list ul li .left a img {
  margin: auto;
}

.list ul li .right {
  flex: auto;
  min-width: 0;
}

.list-t {
  display: flex;
  align-items: flex-start;
  height: 48px;
  padding: 0 0 10px;
}

.list-t a {
  flex: auto;
  min-width: 0;
  display: -webkit-box;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-text .list-t {
  height: auto;
  padding: 0;
}

.list-text .list-t a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-t small {
  margin-left: 10px;
  font-size: 12px;
  line-height: 2;
  white-space: nowrap;
  color: rgb(153, 153, 153);
}

.list-c {
  display: -webkit-box;
  height: 60px;
  line-height: 20px;
  color: rgb(121, 121, 121);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-b {
  padding: 10px 0 0;
  text-align: right;
}

.list-b a {
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(182, 182, 182);
}

.list ul li:hover .list-b a {
  background: rgb(26, 50, 97);
}

.list ul li .info-box {
  margin-top: 10px;
}

.list ul li .info-box .row {
  box-sizing: border-box;
  float: left;
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 5px 10px;
}

.list ul li .info-box .row2 {
  width: 100%;
}

.list ul li .info-box .row strong {
  flex-shrink: 0;
  width: 120px;
}

.list ul li .info-box .row span {
  flex: auto;
  min-width: 0;
  word-break: break-all;
}

.article h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: rgb(51, 51, 51);
}

.article .info {
  font-size: 12px;
  text-align: center;
  color: rgb(153, 153, 153);
}

.article .info span {
  display: inline-block;
  padding: 0 5px;
}

.abstract {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid rgb(221, 221, 221);
}

.abstract span {
  display: block;
  color: rgb(51, 51, 51);
}

.content {
  padding: 20px 0;
}

.stitle {
  padding: 10px 0;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.stitle strong {
  font-size: 18px;
  color: rgb(26, 50, 97);
}

.stitle span {
  font-size: 16px;
  color: rgb(153, 153, 153);
}

.relation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 10px 0;
  margin: 0;
}

.relation ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
}

.relation ul li a {
  min-width: 0;
  color: rgb(85, 85, 85);
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.relation ul li span {
  flex-shrink: 0;
  color: rgb(187, 187, 187);
}

.pagination {
  padding: 30px;
  text-align: center;
}

.pagination>* {
  display: inline-block;
  padding: 0 8px;
  margin: 5px 3px;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  color: #000000;
  border: 1px solid #d2d2d2;
}

.pagination span {
  cursor: default;
}

.pagination a:hover {
  background: rgba(66, 93, 196, 1);
}

.pagination .on {
  color: #ffffff;
  background: rgba(66, 93, 196, 1);
}

.receive-btn {
  display: none;
}

.receive-btn button {
  display: block;
  padding: 0;
  margin: auto;
  width: 120px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2.25;
  color: rgb(255, 255, 255);
  background: rgb(65, 93, 196);
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
}

.receive-btn button:disabled {
  opacity: 0.5;
}

.receive-finished {
  display: none;
}

.receive-finished span {
  display: block;
  padding: 0;
  margin: auto;
  width: 120px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(68, 190, 134);
  border: 0 none;
  border-radius: 2px;
  cursor: default;
}

@media screen and (max-width: 768px) {
  main {
    padding: 10px 0;
  }

  .sider {
    display: none;
  }

  .main {
    padding: 0;
  }

  .main-top {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }

  .crumbs {
    display: none;
  }

  .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }

  .list ul li .left {
    display: none;
  }

  .list-t a {
    font-size: 16px;
  }

  .list-c {
    -webkit-line-clamp: 2;
  }

  .list-b a {
    line-height: 28px;
  }

  .list ul li .info-box .row {
    width: 100%;
  }

  .abstract {
    padding: 10px;
    margin: 10px 0;
  }

  .relation ul {
    padding: 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}