@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  interpolate-size: allow-keywords;
}

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

html {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #F8FAFC;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222538;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  padding-left: 247px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    padding-left: 230px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
    padding-top: 60px;
  }
}
body:has(#login) {
  padding-left: 0;
}
body.fixed {
  position: fixed;
}
body a {
  color: #2a90cd;
  text-decoration: none;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}
body a img:hover {
  opacity: 0.7;
}
body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body iframe {
  vertical-align: top;
}
body .wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(42, 144, 205, 0.2); /* Safari */
}
body ::-moz-selection {
  background: rgba(42, 144, 205, 0.2); /* Firefox */
}

/* aside
------------------------------------------------------------*/
aside {
  position: fixed;
  left: 0;
  top: 0;
  width: 247px;
  height: 100%;
  z-index: 10;
  background: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  border-right: 1px solid #E2E8F0;
}
aside .aside-logo {
  height: 76px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
aside .aside-nav {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: auto;
}
aside .aside-nav ul li:not(:last-child) {
  margin-bottom: 8px;
}
aside .aside-nav ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 6px;
  color: #64748B;
  transition: all 0.3s ease;
}
aside .aside-nav ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  margin-right: 10px;
}
aside .aside-nav ul li a:hover {
  text-decoration: none;
  background-color: #F1F5F9;
}
aside .aside-nav ul li a[href*=company]:before {
  background-image: url(/img/menu/icon-company.svg);
}
aside .aside-nav ul li a[href*=expenses]:before {
  background-image: url(/img/menu/icon-expenses.svg);
}
aside .aside-nav ul li a[href*=documents]:before {
  background-image: url(/img/menu/icon-documents.svg);
}
aside .aside-nav ul li a[href*=customers]:before {
  background-image: url(/img/menu/icon-customers.svg);
}
aside .aside-nav ul li a[href*=groups]:before {
  background-image: url(/img/menu/icon-groups.svg);
}
aside .aside-nav ul li a[href*=reports]:before {
  background-image: url(/img/menu/icon-reports.svg);
}
aside .aside-nav ul li.current a {
  background-color: #E2E8F0;
}
aside .aside-help {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 4px;
}
aside .aside-help a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px;
  height: 40px;
  box-sizing: border-box;
  color: #64748B;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 14px;
}
aside .aside-help a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-help.svg);
  margin-right: 10px;
}
aside .aside-help a:hover {
  text-decoration: none;
  background-color: #F8FAFC;
}
aside .aside-help a:active {
  background-color: #E2E8F0;
}
aside .aside-plan {
  margin-left: 16px;
  margin-right: 16px;
  border: 1px solid #E2E8F0;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
}
aside .aside-plan p {
  width: 100%;
  font-size: 14px;
  color: #64748B;
}
aside .aside-plan p:not(:last-child) {
  margin-bottom: 12px;
}
aside .aside-link {
  margin-top: 16px;
  border-top: 1px solid #E2E8F0;
  height: 72px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 16px;
  box-sizing: border-box;
}
aside .aside-link > a, aside .aside-link > span {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  border-radius: 4px;
  color: #64748B;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
aside .aside-link > a:after, aside .aside-link > span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/img/arrow-gray.svg);
  margin-left: auto;
  transition: all 0.3s ease;
}
aside .aside-link > a:hover, aside .aside-link > span:hover {
  text-decoration: none;
  background-color: #F8FAFC;
}
aside .aside-link > a.active ~ ul, aside .aside-link > span.active ~ ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
aside .aside-link ul {
  position: absolute;
  left: calc(100% + 5px);
  width: 236px;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  aside .aside-link ul {
    transform: translateX(-5px);
  }
}
aside .aside-link ul li:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
aside .aside-link ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  line-height: 1.1;
  color: #333333;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
aside .aside-link ul li a:hover {
  text-decoration: none;
  background-color: #F8FAFC;
}
aside .aside-link ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  margin-right: 8px;
}
aside .aside-link ul li.setting a:before {
  background-image: url(/img/menu/icon-setting.svg);
}
aside .aside-link ul li.logout a:before {
  background-image: url(/img/menu/icon-logout.svg);
}
aside .aside-menu, aside .aside-hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  aside {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  aside {
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
  }
  aside:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 2;
  }
  aside .aside-logo {
    height: 60px;
    position: relative;
    z-index: 3;
  }
  aside .aside-nav, aside .aside-help, aside .aside-plan, aside .aside-link {
    display: none;
  }
  aside .aside-menu {
    margin-left: auto;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    box-sizing: border-box;
    z-index: 4;
    cursor: pointer;
    overflow: hidden;
    background-color: #16BA7B;
    transition: all 0.3s ease;
  }
  aside .aside-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    transition: all 0.3s ease;
  }
  aside .aside-menu span:last-child {
    margin-bottom: 0;
  }
  aside .aside-menu span.top {
    transform: translateY(-8px);
  }
  aside .aside-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  aside .aside-menu span.bottom {
    margin-top: -2px;
    transform: translateY(8px);
  }
  aside .aside-hidden {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    pointer-events: none;
    z-index: 3;
  }
  aside .aside-hidden .bg {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(34, 37, 56, 0.8);
  }
  aside .aside-hidden .inside {
    position: absolute;
    top: 0;
    width: 230px;
    height: 100%;
    right: 0;
    background: #FFF;
    transform: translateX(230px);
    transition: all 0.3s ease;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 0;
    overflow-y: auto;
    box-sizing: border-box;
  }
  aside .aside-hidden .inside .aside-nav {
    display: block;
  }
  aside .aside-hidden .inside .aside-help {
    display: block;
  }
  aside .aside-hidden .inside .aside-plan {
    display: block;
  }
  aside .aside-hidden .inside .aside-link {
    display: flex;
    flex-wrap: wrap;
  }
  aside .aside-hidden .inside .aside-link > span:after {
    display: none;
  }
  aside .aside-hidden .inside .aside-link ul {
    position: relative;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border: none;
    border-top: 1px solid #E2E8F0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0 20px;
    width: 100%;
    pointer-events: auto;
  }
  aside .aside-hidden .inside .aside-link ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  aside .aside-hidden .inside .aside-hidden {
    display: none;
  }
  aside.active .aside-menu {
    transform: translateX(-230px);
  }
  aside.active .aside-menu .middle {
    opacity: 0;
    left: 20px;
  }
  aside.active .aside-menu .top {
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  aside.active .aside-menu .bottom {
    transform: rotate(45deg);
    transform-origin: center center;
  }
  aside.active .aside-hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  aside.active .aside-hidden .inside {
    transform: translateX(0);
  }
}

/* header
------------------------------------------------------------*/
header {
  height: 72px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #E2E8F0;
  z-index: 8;
}
header .head-title {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
header .head-title a {
  color: #222538;
}
header .head-title a:hover {
  text-decoration: none;
}
header .head-title a.back {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .head-title a.back:before {
  content: "";
  width: 28px;
  height: 28px;
  background: no-repeat center/auto;
  background-image: url(/img/arrow-back.svg);
  border-radius: 6px;
  margin-right: 12px;
  border: 1px solid #E2E8F0;
  transition: all 0.3s ease;
}
header .head-title a.back:hover:before {
  transform: translateX(-5px);
}
header .head-btns {
  margin-left: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .head-btns > * {
  margin-left: 8px;
}
header .head-btns > div {
  position: relative;
}
header .head-btns > div > span.active ~ ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .head-btns > div ul {
  position: absolute;
  top: calc(100% + 4px);
  width: 304px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  box-sizing: border-box;
  background: #FFF;
  transform: translateY(-5px);
}
header .head-btns > div ul li:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
header .head-btns > div ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  line-height: 1.1;
  color: #333333;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
header .head-btns > div ul li a:hover {
  text-decoration: none;
  background-color: #F8FAFC;
}
header .head-btns > div ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  margin-right: 8px;
}
header .head-btns > div ul li.export a:before {
  background-image: url(/img/icon-export.svg);
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    flex-wrap: wrap;
  }
  header > * {
    margin-bottom: 10px;
  }
  header .head-title {
    font-size: 18px;
  }
  header .head-btns .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    height: 34px;
  }
  header .head-btns > a, header .head-btns > div {
    margin-left: 4px;
  }
}

/* popup
------------------------------------------------------------*/
#popup {
  display: none;
}
#popup-message > div {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 123px;
  top: 100px;
  z-index: 10;
  min-width: 340px;
  background: #FFF;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #E2E8F0;
  padding: 16px 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 1.2;
  pointer-events: none;
}
#popup-message > div.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #popup-message > div {
    margin-left: 115px;
  }
}
@media screen and (max-width: 767px) {
  #popup-message > div {
    margin-left: 0;
    max-width: calc(100% - 40px);
    top: 80px;
  }
}
#popup-message .item-message {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#popup-message .item-message p {
  font-size: 14px;
}
#popup-message .item-message .close {
  width: 13px;
  height: 12px;
  background: url(/img/icon-close.svg) no-repeat center;
  cursor: pointer;
  margin-left: 12px;
}

.popup {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.popup .item-inside {
  background: #FFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 24px;
  min-width: 358px;
  box-sizing: border-box;
}
.popup .item-form {
  width: 454px;
  max-width: 100%;
}
.popup .item-title {
  font-size: 16px;
  font-weight: bold;
}
.popup .item-title:not(:last-child) {
  margin-bottom: 30px;
}
.popup .item-list:not(:last-child) {
  margin-bottom: 24px;
}
.popup .item-list dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.popup .item-list dt.required {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .item-list dt.required:after {
  color: #D8311A;
  font-size: 12px;
  padding: 4px 5px;
  line-height: 1.2;
  border-radius: 4px;
  content: "必須";
  background-color: #FFDFD8;
  margin-left: 8px;
}
.popup .item-list dd {
  font-size: 16px;
}
.popup .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
.popup .item-list dd > span {
  color: #90A0B5;
}
.popup .item-check p {
  font-size: 14px;
  color: #999;
}
.popup .item-check:not(:last-child) {
  margin-bottom: 24px;
}
.popup .item-sup:not(:last-child) {
  margin-bottom: 24px;
}
.popup .item-btns {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .item-btns > * {
  margin-left: 8px;
}
.popup .item-btns .delete {
  margin-right: auto;
}
.popup .item-upload {
  border: 2px dotted #E2E8F0;
  border-radius: 4px;
  background: #F8FAFC;
  padding: 20px;
  width: 453px;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.popup .item-upload:not(:last-child) {
  margin-bottom: 32px;
}
.popup .item-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.popup .item-upload .inside {
  position: relative;
}
.popup .item-upload .img:has(img[src="#"]) {
  display: none;
}
.popup .item-upload .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup .item-upload .img:not(:has(img[src="#"])) {
  background: #FFF;
}
.popup .item-upload .img:not(:has(img[src="#"])) + .text {
  display: none;
}
.popup .item-upload .text {
  background: url(/img/img-upload.png) no-repeat center top/57px auto;
  padding-top: 70px;
  text-align: center;
  font-size: 14px;
  color: #90A0B5;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .popup .item-upload .text {
    background-image: url(/img/img-upload@2x.png);
  }
}
.popup .item-upload .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.mfp-close {
  display: none !important;
}
.mfp-bg {
  background-color: #222538;
}
.mfp-bg.mfp-fade.mfp-ready {
  opacity: 0.3;
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  padding: 16px 20px;
  min-height: calc(100vh - 72px);
  display: flex;
  box-sizing: border-box;
}
main .company-block {
  display: flex;
  width: 100%;
}
main .company-block .block-expenses .item-li {
  border: 1px solid #E2E8F0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 24px 16px 12px 16px;
  background: #FFF;
}
main .company-block .block-expenses .item-li > * {
  margin-bottom: 12px;
}
main .company-block .block-expenses .item-li:not(:last-child) {
  margin-bottom: 16px;
}
main .company-block .block-expenses .item-date {
  width: 115px;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main .company-block .block-expenses .item-name {
  width: 200px;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
main .company-block .block-expenses .item-name > span:nth-child(1) {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/img/icon-women.png) no-repeat center/contain;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .company-block .block-expenses .item-name > span:nth-child(1) {
    background-image: url(/img/icon-women@2x.png);
  }
}
main .company-block .block-expenses .item-shop {
  width: 200px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main .company-block .block-expenses .item-price {
  text-align: right;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
main .company-block .block-expenses .item-number {
  width: 100%;
  line-height: 1;
  text-align: right;
  display: block;
  color: #90A0B5;
  font-size: 14px;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main .company-block .block-none {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  color: #90A0B5;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
}
main .company-main {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main .company-side {
  width: 239px;
  margin-left: 16px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
}
main .company-side .block-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .company-side .block-title:not(:last-child) {
  margin-bottom: 44px;
}
main .company-side .block-title .item-prev, main .company-side .block-title .item-next {
  transition: all 0.3s ease;
  height: 28px;
  width: 28px;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0;
  background: #FFF url(/img/arrow-black.svg) no-repeat center;
}
main .company-side .block-title .item-prev:hover, main .company-side .block-title .item-next:hover {
  background-color: #F1F5F9;
}
main .company-side .block-title .item-prev {
  transform: rotate(180deg);
  transform-origin: center center;
}
main .company-side .block-title .item-month {
  width: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main .company-side .block-title .item-month span {
  font-size: 24px;
  font-weight: bold;
}
main .company-side .block-title .item-btn {
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  height: 32px;
}
main .company-side .block-price {
  line-height: 1.2;
}
main .company-side .block-price dt {
  font-size: 16px;
  margin-bottom: 14px;
}
main .company-side .block-price dd {
  font-size: 16px;
  font-weight: bold;
}
main .company-side .block-price dd span {
  font-size: 24px;
}
main .company-side .block-price dd:not(:last-child) {
  margin-bottom: 44px;
}
main .company-expenses {
  display: flex;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main .company-expenses .block-left {
  width: 280px;
  margin-right: 32px;
}
main .company-expenses .block-left .item-img {
  text-align: center;
}
main .company-expenses .block-left .item-img:not(:last-child) {
  margin-bottom: 32px;
}
main .company-expenses .block-left .item-img img.disabled {
  opacity: 0.2;
}
main .company-expenses .block-left .item-img .btn:not(:first-child) {
  margin-top: 16px;
}
main .company-expenses .block-left .item-data dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
main .company-expenses .block-left .item-data dd {
  border: 1px solid #E2E8F0;
  background: #FFF;
  max-height: 144px;
  overflow: auto;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
}
main .company-expenses .block-main {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  background: #FFF;
  padding: 16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
main .company-expenses .block-main .item-btns {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main .company-expenses .block-main .item-btns:not(:last-child) {
  margin-bottom: 20px;
}
main .company-expenses .block-main .item-btns > div {
  display: flex;
}
main .company-expenses .block-main .item-btns > div > *:not(:last-child) {
  margin-right: 8px;
}
main .company-expenses .block-main .item-btns > div:not(:last-child) {
  border-right: 1px solid #E2E8F0;
  margin-right: 16px;
  padding-right: 16px;
}
main .company-expenses .block-main .item-message:not(:last-child) {
  margin-bottom: 20px;
}
main .company-expenses .block-main .item-list {
  padding-top: 16px;
}
main .company-expenses .block-main .item-list dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
main .company-expenses .block-main .item-list dt.required {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .company-expenses .block-main .item-list dt.required:after {
  color: #D8311A;
  font-size: 12px;
  padding: 4px 5px;
  line-height: 1.2;
  border-radius: 4px;
  content: "必須";
  background-color: #FFDFD8;
  margin-left: 8px;
}
main .company-expenses .block-main .item-list dd {
  font-size: 16px;
}
main .company-expenses .block-main .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
main .company-expenses .block-main .item-list dd > span {
  color: #90A0B5;
}
main .expenses-block {
  width: 100%;
}
main .expenses-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .expenses-title:not(:last-child) {
  margin-bottom: 30px;
}
main .expenses-title .item-tabs {
  display: flex;
  padding: 5px;
  background: #E2E8F0;
  border-radius: 4px;
  margin-right: 30px;
}
main .expenses-title .item-tabs li {
  display: flex;
}
main .expenses-title .item-tabs li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #64748B;
  font-size: 14px;
  line-height: 1.1;
  padding: 6px 12px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
main .expenses-title .item-tabs li a:hover {
  text-decoration: none;
  background-color: #FFF;
}
main .expenses-title .item-tabs li.current a {
  background-color: #FFF;
}
main .expenses-title .item-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .expenses-title .item-title .prev, main .expenses-title .item-title .next {
  height: 28px;
  width: 28px;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0;
  transition: all 0.3s ease;
  background: #FFF url(/img/arrow-black.svg) no-repeat center;
}
main .expenses-title .item-title .prev:hover, main .expenses-title .item-title .next:hover {
  background-color: #F1F5F9;
}
main .expenses-title .item-title .prev {
  transform: rotate(180deg);
  transform-origin: center center;
}
main .expenses-title .item-title .month {
  width: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main .expenses-title .item-title .month span {
  font-size: 24px;
  font-weight: bold;
}
main .expenses-title .item-title .btn {
  margin-left: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
main .expenses-table table {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  main .expenses-table table {
    min-width: 800px;
  }
}
main .documents-block, main .group-block, main .customers-block {
  width: 100%;
}
main .documents-search:not(:last-child), main .group-search:not(:last-child), main .customers-search:not(:last-child) {
  margin-bottom: 20px;
}
main .documents-search .item-form, main .group-search .item-form, main .customers-search .item-form {
  position: relative;
  display: flex;
  width: 380px;
}
main .documents-search .item-input, main .group-search .item-input, main .customers-search .item-input {
  width: 100%;
  padding-right: 34px;
}
main .documents-search .item-submit, main .group-search .item-submit, main .customers-search .item-submit {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  right: 12px;
  margin-top: -8px;
  background: url(/img/icon-search.svg) no-repeat center;
  border: none;
  font-size: 0;
  cursor: pointer;
}
main .documents-date-range, main .expenses-date-range {
  margin-bottom: 20px;
}
main .documents-date-range .item-date-range, main .expenses-date-range .item-date-range {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}
main .documents-date-range .item-date-range-label, main .expenses-date-range .item-date-range-label {
  font-size: 14px;
  font-weight: bold;
  color: #222538;
  white-space: nowrap;
}
main .documents-date-range .item-date-range-inputs, main .expenses-date-range .item-date-range-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}
main .documents-date-range .item-date-range-select-group, main .expenses-date-range .item-date-range-select-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
main .documents-date-range .item-date-range-select, main .expenses-date-range .item-date-range-select {
  height: 32px;
  line-height: 30px;
  padding: 0 8px;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  font-size: 14px;
  color: #222538;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding-right: 24px;
}
main .documents-date-range .item-date-range-separator, main .expenses-date-range .item-date-range-separator {
  font-size: 14px;
  color: #64748B;
}
main .documents-date-range .item-date-range-actions, main .expenses-date-range .item-date-range-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  main .documents-date-range .item-date-range, main .expenses-date-range .item-date-range {
    flex-wrap: wrap;
    gap: 8px;
  }
  main .documents-date-range .item-date-range-actions, main .expenses-date-range .item-date-range-actions {
    margin-left: 0;
    width: 100%;
  }
}
main .documents-table table, main .group-table table, main .customers-table table {
  min-width: 1000px;
}
main .documents-table table tr, main .group-table table tr, main .customers-table table tr {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .documents-table table, main .group-table table, main .customers-table table {
    min-width: 800px;
  }
}
main .customers-column {
  display: flex;
  width: 100%;
}
main .customers-info {
  width: 214px;
  margin-right: 20px;
}
main .customers-info .item-box {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #E2E8F0;
  padding: 24px;
  box-sizing: border-box;
}
main .customers-info .item-box:not(:last-child) {
  margin-bottom: 10px;
}
main .customers-info .item-profile .img {
  text-align: center;
  margin-bottom: 20px;
}
main .customers-info .item-profile .name {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
main .customers-info .item-data {
  aspect-ratio: 1.1630434783;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
}
main .customers-title .item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
main .customers-title .item-month {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .customers-title .item-month .prev, main .customers-title .item-month .next {
  height: 28px;
  width: 28px;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0;
  transition: all 0.3s ease;
  background: #FFF url(/img/arrow-black.svg) no-repeat center;
}
main .customers-title .item-month .prev:hover, main .customers-title .item-month .next:hover {
  background-color: #F1F5F9;
}
main .customers-title .item-month .prev {
  transform: rotate(180deg);
  transform-origin: center center;
}
main .customers-title .item-month .month {
  width: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main .customers-title .item-month .month span {
  font-size: 24px;
  font-weight: bold;
}
main .customers-title .item-month .btn {
  margin-left: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
main .customers-title:not(:last-child) {
  margin-bottom: 12px;
}
main .customers-right {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main .help-block {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 44px;
}
main .help-list .item-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -16px;
  margin-bottom: -16px;
}
main .help-list .item-list li {
  margin-right: 16px;
  margin-bottom: 16px;
  display: flex;
  width: 300px;
}
main .help-list .item-list li a {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
}
main .help-list .item-list li a:hover {
  text-decoration: none;
}
main .help-list .item-list li a span:nth-child(2) {
  margin-top: 16px;
  color: #222538;
  font-size: 20px;
  line-height: 1.1;
}
main .setting-block {
  width: 100%;
}
main .setting-main .item-list {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 500px;
  max-width: 100%;
}
main .setting-main .item-list dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
main .setting-main .item-list dt.required {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .setting-main .item-list dt.required:after {
  color: #D8311A;
  font-size: 12px;
  padding: 4px 5px;
  line-height: 1.2;
  border-radius: 4px;
  content: "必須";
  background-color: #FFDFD8;
  margin-left: 8px;
}
main .setting-main .item-list dd {
  font-size: 16px;
}
main .setting-main .item-list dd:not(:last-child) {
  margin-bottom: 40px;
}
main .setting-main .item-list dd > span {
  color: #90A0B5;
}
main .setting-main .item-list dd .name {
  display: flex;
}
main .setting-main .item-list dd .name > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main .setting-main .item-list dd .name > div:not(:last-child) {
  margin-right: 8px;
}
main .setting-main .item-list dd .zip-input {
  display: flex;
}
main .setting-main .item-list dd .zip-input > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 8px;
}
main .plan-block {
  width: 100%;
}
main .plan-section {
  margin-top: -16px;
  margin-bottom: -16px;
  padding-bottom: 60px;
}
main .plan-section .item-title {
  text-align: center;
  color: #64748B;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}
main .plan-section .item-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -24px;
  margin-bottom: -24px;
}
main .plan-section .item-list:has(.item-current) .item-li:not(:has(.item-current)) {
  margin-top: 40px;
}
main .plan-section .item-li {
  margin-right: 24px;
  margin-bottom: 24px;
  width: 320px;
  max-width: calc(33.3333333333% - 24px);
}
main .plan-section .item-current {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  color: #16BA7B;
  font-size: 16px;
  font-weight: bold;
}
main .plan-section .item-current + .item-box {
  border: 3px solid #16BA7B;
}
main .plan-section .item-box {
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  position: relative;
  background: #FFF;
  overflow: hidden;
}
main .plan-section .item-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  border: 3px solid #16BA7B;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
main .plan-section .item-plan {
  background: #E2E8F0;
  height: 48px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #64748B;
}
main .plan-section .item-content {
  padding: 24px;
}
main .plan-section .item-price {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
main .plan-section .item-price span {
  font-size: 32px;
  font-weight: bold;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 5px;
}
main .plan-section .item-price span.mdl {
  font-size: 28px;
}
main .plan-section .item-price span.sml {
  font-size: 24px;
}
main .plan-section .item-price > div:not(:last-child) {
  margin-bottom: 15px;
}
main .plan-section .item-price > p {
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #64748B;
}
main .plan-section .item-price > p:not(:last-child) {
  margin-bottom: 20px;
}
main .plan-section .item-text {
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
}
main .plan-section .item-text:not(:last-child) {
  margin-bottom: 24px;
}
main .plan-section .item-text-list {
  font-size: 12px;
}
main .plan-section .item-text-list:not(:last-child) {
  margin-bottom: 24px;
}
main .plan-section .item-text-list li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
main .plan-section .item-text-list li:not(:last-child) {
  margin-bottom: 8px;
}
main .plan-section .item-text-list li:before {
  content: "・";
  margin-right: 0.5em;
}
main .plan-section .item-check {
  font-size: 14px;
}
main .plan-section .item-check:not(:last-child) {
  margin-bottom: 24px;
}
main .plan-section .item-check li {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}
main .plan-section .item-check li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  margin-right: 12px;
  background-image: url(/img/arrow-green.svg);
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  margin-top: 3px;
}
main .plan-section .item-check li:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* main
  ------------------------------------------------------------*/
  main .company-block .block-expenses .item-li {
    border: 1px solid #E2E8F0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 24px 16px 12px 16px;
    background: #FFF;
  }
  main .company-block .block-expenses .item-li > * {
    margin-bottom: 12px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  main .company-block .block-expenses .item-li:not(:last-child) {
    margin-bottom: 16px;
  }
  main .company-block .block-expenses .item-date {
    line-height: 1;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  main .company-block .block-expenses .item-name {
    width: 100%;
  }
  main .company-block .block-expenses .item-shop {
    width: 100%;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 24px;
  }
  main .company-block .block-expenses .item-price {
    width: calc(100% - 115px);
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  main .company-block .block-none {
    font-size: 22px;
  }
  main .company-side {
    width: 200px;
    padding: 20px 16px;
    box-sizing: border-box;
  }
  main .company-side .block-title .item-month {
    width: 60px;
  }
  main .company-side .block-title .item-btn {
    padding-left: 4px;
    padding-right: 4px;
  }
  main .company-expenses .block-left {
    width: 240px;
    margin-right: 20px;
  }
  main .company-expenses .block-left .item-img .btn {
    font-size: 12px;
  }
  main .company-expenses .block-main {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    background: #FFF;
    padding: 16px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
  }
  main .company-expenses .block-main .item-btns {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  main .company-expenses .block-main .item-btns:not(:last-child) {
    margin-bottom: 20px;
  }
  main .company-expenses .block-main .item-btns > div {
    display: flex;
  }
  main .company-expenses .block-main .item-btns > div > a:not(:last-child) {
    margin-right: 8px;
  }
  main .company-expenses .block-main .item-btns > div:not(:last-child) {
    border-right: 1px solid #E2E8F0;
    margin-right: 16px;
    padding-right: 16px;
  }
  main .company-expenses .block-main .item-message:not(:last-child) {
    margin-bottom: 20px;
  }
  main .company-expenses .block-main .item-list {
    padding-top: 16px;
  }
  main .company-expenses .block-main .item-list dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  main .company-expenses .block-main .item-list dd {
    font-size: 16px;
  }
  main .company-expenses .block-main .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main .company-expenses .block-main .item-list dd > span {
    color: #90A0B5;
  }
  main .plan-section .item-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main .plan-section .item-li {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: calc(50% - 20px);
  }
  main .plan-section .item-current {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    color: #16BA7B;
    font-size: 16px;
    font-weight: bold;
  }
  main .plan-section .item-current + .item-box {
    border: 3px solid #16BA7B;
  }
  main .plan-section .item-box {
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    position: relative;
    background: #FFF;
    overflow: hidden;
  }
  main .plan-section .item-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    border: 3px solid #16BA7B;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  main .plan-section .item-plan {
    background: #E2E8F0;
    height: 48px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #64748B;
  }
  main .plan-section .item-content {
    padding: 24px;
  }
  main .plan-section .item-price {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  main .plan-section .item-price span {
    font-size: 32px;
    font-weight: bold;
    font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-right: 5px;
  }
  main .plan-section .item-price span.mdl {
    font-size: 28px;
  }
  main .plan-section .item-price span.sml {
    font-size: 24px;
  }
  main .plan-section .item-price > div:not(:last-child) {
    margin-bottom: 15px;
  }
  main .plan-section .item-price > p {
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #64748B;
  }
  main .plan-section .item-price > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .plan-section .item-text {
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
  }
  main .plan-section .item-text:not(:last-child) {
    margin-bottom: 24px;
  }
  main .plan-section .item-text-list {
    font-size: 12px;
  }
  main .plan-section .item-text-list:not(:last-child) {
    margin-bottom: 24px;
  }
  main .plan-section .item-text-list li {
    list-style-type: none;
    text-indent: -1em;
    padding-left: 1em;
  }
  main .plan-section .item-text-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  main .plan-section .item-text-list li:before {
    content: "・";
    margin-right: 0.5em;
  }
  main .plan-section .item-check {
    font-size: 14px;
  }
  main .plan-section .item-check:not(:last-child) {
    margin-bottom: 24px;
  }
  main .plan-section .item-check li {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.5;
  }
  main .plan-section .item-check li:before {
    content: "";
    width: 16px;
    height: 16px;
    background: no-repeat center/auto;
    margin-right: 12px;
    background-image: url(/img/arrow-green.svg);
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    margin-top: 3px;
  }
  main .plan-section .item-check li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* main
  ------------------------------------------------------------*/
  main {
    min-height: 0;
  }
  main .company-block {
    flex-wrap: wrap;
  }
  main .company-block .block-expenses .item-li {
    padding: 20px 16px 10px 16px;
  }
  main .company-block .block-expenses .item-li > * {
    margin-bottom: 10px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  main .company-block .block-expenses .item-li:not(:last-child) {
    margin-bottom: 12px;
  }
  main .company-block .block-expenses .item-date {
    line-height: 1;
    width: 115px;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  main .company-block .block-expenses .item-name {
    width: 100%;
  }
  main .company-block .block-expenses .item-shop {
    width: 100%;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 24px;
  }
  main .company-block .block-expenses .item-price {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 115px);
  }
  main .company-block .block-none {
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0;
  }
  main .company-main {
    width: 100%;
  }
  main .company-side {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  main .company-side .block-title:not(:last-child) {
    margin-bottom: 24px;
  }
  main .company-side .block-title .item-prev {
    margin-left: auto;
  }
  main .company-side .block-title .item-next {
    margin-right: auto;
  }
  main .company-side .block-title .item-btn {
    margin-left: 0;
  }
  main .company-side .block-price dt {
    font-size: 15px;
    margin-bottom: 12px;
  }
  main .company-side .block-price dd {
    font-size: 15px;
  }
  main .company-side .block-price dd span {
    font-size: 21px;
  }
  main .company-side .block-price dd:not(:last-child) {
    margin-bottom: 24px;
  }
  main .company-expenses {
    flex-wrap: wrap;
  }
  main .company-expenses .block-left {
    width: 100%;
    margin-right: 0px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  main .company-expenses .block-main .item-btns:not(:last-child) {
    margin-bottom: 12px;
  }
  main .company-expenses .block-main .item-list {
    padding-top: 0;
  }
  main .expenses-title {
    flex-wrap: wrap;
  }
  main .expenses-title:not(:last-child) {
    margin-bottom: 20px;
  }
  main .expenses-title .item-tabs {
    width: 100%;
    margin-right: 0;
  }
  main .expenses-title .item-tabs li {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main .expenses-title .item-tabs li a {
    width: 100%;
    box-sizing: border-box;
  }
  main .expenses-title .item-title {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .expenses-title .item-title:not(:first-child) {
    margin-top: 20px;
  }
  main .customers-column {
    flex-wrap: wrap;
  }
  main .customers-info {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .customers-info:not(:last-child) {
    margin-bottom: 10px;
  }
  main .customers-info .item-box {
    width: calc(50% - 8px);
    margin-bottom: 10px;
    padding: 16px;
  }
  main .customers-info .item-profile .img {
    margin-bottom: 14px;
  }
  main .customers-info .item-profile .name {
    margin-bottom: 14px;
  }
  main .customers-info .item-data {
    aspect-ratio: auto;
  }
  main .help-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main .help-list .item-list {
    margin-right: -8px;
    margin-bottom: -8px;
  }
  main .help-list .item-list li {
    margin-right: 8px;
    margin-bottom: 8px;
    width: auto;
    min-width: 180px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main .help-list .item-list li a {
    padding: 12px;
  }
  main .help-list .item-list li a span:nth-child(1) {
    width: 34px;
  }
  main .help-list .item-list li a span:nth-child(2) {
    margin-top: 8px;
    font-size: 16px;
  }
  main .plan-section {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  main .plan-section .item-title {
    font-size: 16px;
    height: auto;
    margin-bottom: 20px;
  }
  main .plan-section .item-list {
    margin-right: -10px;
    margin-bottom: -20px;
  }
  main .plan-section .item-list:has(.item-current) .item-li:not(:has(.item-current)) {
    margin-top: 30px;
  }
  main .plan-section .item-li {
    margin-right: 10px;
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  main .plan-section .item-list:has(.item-current) .item-li:not(:has(.item-current)) {
    margin-top: 0;
  }
  main .plan-section .item-li {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 767px) {
  main .plan-section .item-current {
    height: 30px;
    font-size: 13px;
  }
  main .plan-section .item-current + .item-box {
    border: 2px solid #16BA7B;
  }
  main .plan-section .item-box {
    border-radius: 16px;
  }
  main .plan-section .item-plan {
    height: 40px;
    font-size: 15px;
  }
  main .plan-section .item-content {
    padding: 15px;
  }
  main .plan-section .item-price {
    font-size: 14px;
    margin-bottom: 10px;
  }
  main .plan-section .item-price span {
    font-size: 26px;
  }
  main .plan-section .item-price span.mdl {
    font-size: 24px;
  }
  main .plan-section .item-price span.sml {
    font-size: 22px;
  }
  main .plan-section .item-price > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .plan-section .item-price > p {
    font-size: 11px;
  }
  main .plan-section .item-price > p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .plan-section .item-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
  main .plan-section .item-text:not(:last-child) {
    margin-bottom: 12px;
  }
  main .plan-section .item-text-list {
    font-size: 11px;
  }
  main .plan-section .item-text-list:not(:last-child) {
    margin-bottom: 12px;
  }
  main .plan-section .item-check {
    font-size: 13px;
  }
  main .plan-section .item-check:not(:last-child) {
    margin-bottom: 12px;
  }
  main .plan-section .item-check li:before {
    margin-top: 2px;
  }
  main .plan-section .item-check li:not(:last-child) {
    margin-bottom: 8px;
  }
}
/* main#login
------------------------------------------------------------*/
main#login {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main#login .content {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #E2E8F0;
  box-sizing: border-box;
}
main#login .item-logo {
  height: 72px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
main#login .item-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.2;
}
main#login .item-title.complete:before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url(/img/login/icon-check.svg) no-repeat center;
  margin-bottom: 32px;
}
main#login .item-text {
  font-size: 16px;
  line-height: 1.5;
}
main#login .item-text:not(:last-child) {
  margin-bottom: 32px;
}
main#login .item-text.sml {
  font-size: 14px;
}
main#login .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main#login .item-text ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
main#login .item-text ul li:before {
  content: "・";
  margin-right: 0.5em;
}
main#login .item-list:not(:last-child) {
  margin-bottom: 32px;
}
main#login .item-list dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
main#login .item-list dt.required {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main#login .item-list dt.required:after {
  color: #D8311A;
  font-size: 12px;
  padding: 4px 5px;
  line-height: 1.2;
  border-radius: 4px;
  content: "必須";
  background-color: #FFDFD8;
  margin-left: 8px;
}
main#login .item-list dd {
  font-size: 16px;
}
main#login .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
main#login .item-list dd > span {
  color: #90A0B5;
}
main#login .item-list dd > div:not(:first-child), main#login .item-list dd > p:not(:first-child) {
  margin-top: 14px;
}
main#login .item-list dd > input + input {
  margin-top: 4px;
}
main#login .item-list dd .flex {
  display: flex;
}
main#login .item-list dd .flex > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 8px;
}
main#login .item-check {
  text-align: center;
}
main#login .item-check:not(:last-child) {
  margin-bottom: 16px;
}
main#login .item-btns:not(:last-child) {
  margin-bottom: 32px;
}
main#login .item-btns > div:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
main#login .item-agree {
  font-size: 14px;
}
main#login .item-agree:not(:last-child) {
  margin-bottom: 16px;
}
main#login .item-agree a {
  color: #222538;
  text-decoration: underline;
}
main#login .item-agree a:hover {
  text-decoration: none;
}
main#login .item-hd {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
main#login .item-hd:not(:last-child) {
  margin-bottom: 32px;
}
main#login .item-flow {
  display: flex;
  position: relative;
  overflow: hidden;
}
main#login .item-flow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #90A0B5;
}
main#login .item-flow li {
  position: relative;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main#login .item-flow li > span {
  position: relative;
}
main#login .item-flow li > span:nth-child(1) {
  width: 32px;
  height: 32px;
  background: #E2E8F0;
  color: #90A0B5;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
main#login .item-flow li > span:nth-child(2) {
  text-align: center;
  color: #90A0B5;
  font-size: 14px;
  font-weight: normal;
}
main#login .item-flow li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  width: 100%;
  height: 1px;
  background: #FFF;
  right: 50%;
}
main#login .item-flow li:last-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 16px;
  width: 100%;
  height: 1px;
  background: #FFF;
}
main#login .item-flow li.on > span:nth-child(1) {
  background-color: #099264;
  color: #FFF;
}
main#login .item-flow li.on > span:nth-child(2) {
  color: #099264;
}
main#login .item-flow:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* main#login
  ------------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  /* main#login
  ------------------------------------------------------------*/
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 20px;
  line-height: 18px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 18px;
  min-height: 18px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-10px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  list-style: none;
  min-height: 18px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}
.pt160 {
  padding-top: 160px;
}
.pt170 {
  padding-top: 170px;
}
.pt180 {
  padding-top: 180px;
}
.pt190 {
  padding-top: 190px;
}
.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb170 {
  padding-bottom: 170px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb190 {
  padding-bottom: 190px;
}
.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}
.mt160 {
  margin-top: 160px;
}
.mt170 {
  margin-top: 170px;
}
.mt180 {
  margin-top: 180px;
}
.mt190 {
  margin-top: 190px;
}
.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb170 {
  margin-bottom: 170px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb190 {
  margin-bottom: 190px;
}
.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}
.ml-a {
  margin-left: auto;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}
.mr-a {
  margin-right: auto;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}
/* padding & margin */
/* btn */
.btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: #16BA7B;
  border: none;
  color: #FFF;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
  box-shadow: 0 0 0 2px transparent, 0 0 0 4px transparent;
}
.btn:hover {
  text-decoration: none;
  background-color: #099264;
}
.btn:active {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #90A0B5;
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  background-color: #F1F5F9;
  color: #CBD5E1;
}
.btn.sml {
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}
.btn.mdl {
  height: 32px;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
}
.btn.lg {
  height: 56px;
  font-size: 16px;
}
.btn.border {
  border: 1px solid #E2E8F0;
  color: #222538;
  background-color: #FFF;
}
.btn.border:hover {
  background-color: #F1F5F9;
}
.btn.border:active {
  box-shadow: 0 0 0 2px transparent, 0 0 0 4px transparent;
}
.btn.red {
  color: #FFF;
  background-color: #D8311A;
}
.btn.red:hover {
  background-color: #AF0509;
}
.btn.delete {
  color: #D8311A;
  background-color: #FFF;
}
.btn.delete:hover {
  background-color: #FFDFD8;
}
.btn.gray {
  color: #64748B;
  background-color: #F1F5F9;
}
.btn.gray:hover {
  background-color: #E2E8F0;
}
.btn.arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/img/arrow-btn.svg);
  margin-left: 4px;
  transition: all 0.3s ease;
}
.btn.arrow.border:after {
  background-image: url(/img/arrow-btn_black.svg);
}
.btn.arrow.disabled:after, .btn.arrow:disabled:after {
  opacity: 0.1;
  background-image: url(/img/arrow-btn_black.svg);
}
.btn.download:before {
  content: "";
  width: 14px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-btn_download_white.svg);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.btn.download.border:before {
  background-image: url(/img/icon-btn_download.svg);
}
.btn.ignore:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-btn_ignore_white.svg);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.btn.ignore.border:before {
  background-image: url(/img/icon-btn_ignore.svg);
}
.btn.plus:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-btn_plus_white.svg);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.btn.plus.border:before {
  background-image: url(/img/icon-btn_plus.svg);
}
.btn.edit:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-btn_edit_white.svg);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.btn.edit.border:before {
  background-image: url(/img/icon-btn_edit.svg);
}
.btn-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-block.f-wrap {
  flex-wrap: wrap;
}
.btn-block > * {
  margin: 0 10px 15px;
}
.btn-block > *.w5p {
  width: calc(5% - 20px);
}
.btn-block > *.w10p {
  width: calc(10% - 20px);
}
.btn-block > *.w15p {
  width: calc(15% - 20px);
}
.btn-block > *.w20p {
  width: calc(20% - 20px);
}
.btn-block > *.w25p {
  width: calc(25% - 20px);
}
.btn-block > *.w30p {
  width: calc(30% - 20px);
}
.btn-block > *.w35p {
  width: calc(35% - 20px);
}
.btn-block > *.w40p {
  width: calc(40% - 20px);
}
.btn-block > *.w45p {
  width: calc(45% - 20px);
}
.btn-block > *.w50p {
  width: calc(50% - 20px);
}
.btn-block > *.w55p {
  width: calc(55% - 20px);
}
.btn-block > *.w60p {
  width: calc(60% - 20px);
}
.btn-block > *.w65p {
  width: calc(65% - 20px);
}
.btn-block > *.w70p {
  width: calc(70% - 20px);
}
.btn-block > *.w75p {
  width: calc(75% - 20px);
}
.btn-block > *.w80p {
  width: calc(80% - 20px);
}
.btn-block > *.w85p {
  width: calc(85% - 20px);
}
.btn-block > *.w90p {
  width: calc(90% - 20px);
}
.btn-block > *.w95p {
  width: calc(95% - 20px);
}
.btn-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .btn-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  color: #222538;
  font-size: 12px;
}
.link:hover {
  text-decoration: none;
}
.link:after {
  content: "";
  width: 5px;
  height: 8px;
  background: no-repeat center/contain;
  background-image: url(/img/arrow-btn_black.svg);
  margin-left: 9px;
  transition: all 0.3s ease;
}
.link:hover:after {
  transform: translateX(5px);
}
.link-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.link-block.f-wrap {
  flex-wrap: wrap;
}
.link-block > * {
  margin: 0 10px 15px;
}
.link-block > *.w5p {
  width: calc(5% - 20px);
}
.link-block > *.w10p {
  width: calc(10% - 20px);
}
.link-block > *.w15p {
  width: calc(15% - 20px);
}
.link-block > *.w20p {
  width: calc(20% - 20px);
}
.link-block > *.w25p {
  width: calc(25% - 20px);
}
.link-block > *.w30p {
  width: calc(30% - 20px);
}
.link-block > *.w35p {
  width: calc(35% - 20px);
}
.link-block > *.w40p {
  width: calc(40% - 20px);
}
.link-block > *.w45p {
  width: calc(45% - 20px);
}
.link-block > *.w50p {
  width: calc(50% - 20px);
}
.link-block > *.w55p {
  width: calc(55% - 20px);
}
.link-block > *.w60p {
  width: calc(60% - 20px);
}
.link-block > *.w65p {
  width: calc(65% - 20px);
}
.link-block > *.w70p {
  width: calc(70% - 20px);
}
.link-block > *.w75p {
  width: calc(75% - 20px);
}
.link-block > *.w80p {
  width: calc(80% - 20px);
}
.link-block > *.w85p {
  width: calc(85% - 20px);
}
.link-block > *.w90p {
  width: calc(90% - 20px);
}
.link-block > *.w95p {
  width: calc(95% - 20px);
}
.link-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .link-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2a90cd;
  color: #2a90cd;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.cat[href]:hover {
  text-decoration: none;
  background-color: #2a90cd;
  color: #FFF;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}
.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cat-list.f-wrap {
  flex-wrap: wrap;
}
.cat-list > * {
  margin: 0 5px 10px 0;
}
.cat-list > *.w5p {
  width: calc(5% - 20px);
}
.cat-list > *.w10p {
  width: calc(10% - 20px);
}
.cat-list > *.w15p {
  width: calc(15% - 20px);
}
.cat-list > *.w20p {
  width: calc(20% - 20px);
}
.cat-list > *.w25p {
  width: calc(25% - 20px);
}
.cat-list > *.w30p {
  width: calc(30% - 20px);
}
.cat-list > *.w35p {
  width: calc(35% - 20px);
}
.cat-list > *.w40p {
  width: calc(40% - 20px);
}
.cat-list > *.w45p {
  width: calc(45% - 20px);
}
.cat-list > *.w50p {
  width: calc(50% - 20px);
}
.cat-list > *.w55p {
  width: calc(55% - 20px);
}
.cat-list > *.w60p {
  width: calc(60% - 20px);
}
.cat-list > *.w65p {
  width: calc(65% - 20px);
}
.cat-list > *.w70p {
  width: calc(70% - 20px);
}
.cat-list > *.w75p {
  width: calc(75% - 20px);
}
.cat-list > *.w80p {
  width: calc(80% - 20px);
}
.cat-list > *.w85p {
  width: calc(85% - 20px);
}
.cat-list > *.w90p {
  width: calc(90% - 20px);
}
.cat-list > *.w95p {
  width: calc(95% - 20px);
}
.cat-list > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .cat-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
.style-style, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], input[type=date], textarea {
  border-radius: 4px;
  border: 1px solid #E2E8F0;
  background-color: #FFF;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
}
.style-style:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}
.style-style::placeholder, select::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, textarea::placeholder {
  color: #999;
}
.style-input, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], input[type=date] {
  line-height: 40px;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}
.style-font, select, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search], input[type=date], textarea {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #222538;
}

textarea {
  position: relative;
  resize: vertical;
  padding: 10px;
  vertical-align: top;
}
textarea.h100 {
  height: 100px;
}

input[type=text].lg, input[type=email].lg, input[type=tel].lg, input[type=password].lg, input[type=number].lg, input[type=search].lg, input[type=date].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + .radio:after {
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 24px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}
label.checkbox.single {
  width: 20px;
  padding-left: 0;
}
label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #FFF;
  border: 2px solid #222538;
  box-sizing: border-box;
  margin-top: 3px;
}
label.checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  width: 3px;
  height: 6px;
  border-right: 2px solid #222538;
  border-bottom: 2px solid #222538;
  transform: rotate(60deg);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 3px;
}
label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}
label.radio.single {
  width: 20px;
  padding-left: 0;
}
label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #E2E8F0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}
label.radio:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #222538;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 2px;
}
label.select {
  position: relative;
  display: block;
  max-width: 100%;
}
label.select select {
  padding-right: 50px;
  width: 100%;
}
label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(/img/arrow-select.svg) no-repeat center;
  right: 12px;
  margin-top: -8px;
  pointer-events: none;
  box-sizing: border-box;
}

select {
  cursor: pointer;
}
select option {
  padding: 8px;
  border: none;
}
select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
select.is-empty {
  color: #90A0B5;
}
select::-ms-expand {
  display: none;
}

.nice-select {
  padding-right: 32px;
  float: inherit;
  padding-left: 8px;
  background: #64748B;
  color: #FFF;
  border-radius: 20px;
  border-color: #E2E8F0;
}
.nice-select:after {
  border: none;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  right: 8px;
  background: url(/img/arrow-select_sml.svg) no-repeat center;
  transform: rotate(0deg);
  transform-origin: center center;
}
.nice-select:hover {
  border-color: #E2E8F0;
}
.nice-select:focus {
  background-color: #64748B;
  border-color: #E2E8F0;
}
.nice-select.open:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.nice-select.open .list {
  transform: translateY(0);
}
.nice-select .list {
  transform: scale(1);
  transform-origin: center center;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background: #FFF;
  border: 1px solid #E2E8F0;
  text-align: center;
  padding: 8px;
  left: 0;
  border-radius: 4px;
  color: #222538;
  min-width: 120px;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
}
.nice-select .list .option {
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 6px 8px;
  min-height: 0;
}
.nice-select .list .option.selected, .nice-select .list .option.focus, .nice-select .list .option:hover {
  background: #F8FAFC;
}

.check-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}
.check-radios > * {
  margin-right: 15px;
  margin-bottom: 5px;
}
.check-radios .horizontal-item {
  margin-left: 0;
}
.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.check-radios.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* form */
/* table */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 20px;
}
table th, table td {
  padding: 25px 16px;
  vertical-align: middle;
  font-size: 16px;
}
table thead th {
  font-size: 14px;
  color: #90A0B5;
  padding-top: 0;
  padding-bottom: 0;
}
table thead th > div {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
table thead th > div > *:not(:last-child) {
  margin-right: 8px;
}
table tbody tr {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  padding-bottom: 20px;
}
table tbody tr th, table tbody tr td {
  background-color: #FFF;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}
table tbody tr th:first-child, table tbody tr td:first-child {
  border-radius: 12px 0 0 12px;
  border-left: 1px solid #E2E8F0;
}
table tbody tr th:last-child, table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid #E2E8F0;
}
table tbody tr th .label, table tbody tr td .label {
  font-size: 14px;
  display: -moz-inline-box;
  display: inline-block;
  background: #E2E8F0;
  border-radius: 30px;
  padding: 8px 12px;
  line-height: 1.2;
  color: #64748B;
}
table tbody tr th .label.border, table tbody tr td .label.border {
  color: #64748B;
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
}
table tbody tr th .user, table tbody tr td .user {
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  table tbody tr th .user, table tbody tr td .user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
table tbody tr th .user:has(.lg), table tbody tr td .user:has(.lg) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
table tbody tr th .user > span:nth-child(1), table tbody tr td .user > span:nth-child(1) {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/img/icon-women.png) no-repeat center/contain;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  table tbody tr th .user > span:nth-child(1), table tbody tr td .user > span:nth-child(1) {
    background-image: url(/img/icon-women@2x.png);
  }
}
table tbody tr th .user > span:nth-child(1) img, table tbody tr td .user > span:nth-child(1) img {
  width: 100%;
  height: 100%;
}
table tbody tr th .user > span:nth-child(1).lg, table tbody tr td .user > span:nth-child(1).lg {
  width: 40px;
  height: 40px;
  background-image: url(/img/icon-women_lg@2x.png);
}
table tbody tr th .user:is(a), table tbody tr td .user:is(a) {
  color: #222538;
  transition: all 0.3s ease;
}
table tbody tr th .user:is(a):hover, table tbody tr td .user:is(a):hover {
  text-decoration: none;
  opacity: 0.7;
}
table tbody tr th .price, table tbody tr td .price {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table tbody tr:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  table {
    border-spacing: 0px 15px;
  }
  table th, table td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  table {
    border-spacing: 0px 10px;
  }
  table th, table td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

/* table */
/* text */
.heading, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}
.heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 35px;
  }
}
.heading-lv01 {
  font-size: 24px;
}
.heading-lv02 {
  font-size: 20px;
}
.heading-lv03 {
  font-size: 17px;
}

.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}

.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}

.text-message, .text-ignore, .text-check, .text-error {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.text-error {
  color: #D8311A;
  background: #FFDFD8;
}
.text-error:before {
  content: "";
  width: 22px;
  height: 22px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-error.svg);
  margin-right: 5px;
}
.text-check {
  color: #126B43;
  background: #E2FFB2;
}
.text-check:before {
  content: "";
  width: 22px;
  height: 22px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-check.svg);
  margin-right: 5px;
}
.text-ignore {
  color: #90A0B5;
  background: #F1F5F9;
}
.text-ignore:before {
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat center/auto;
  background-image: url(/img/icon-ignore.svg);
  margin-right: 5px;
}
.text-sup {
  color: #90A0B5;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.text-red {
  color: #D8311A;
}
.text-blue {
  color: #2a90cd;
}
.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w730 {
  width: 730px;
}
.w740 {
  width: 740px;
}
.w750 {
  width: 750px;
}
.w760 {
  width: 760px;
}
.w770 {
  width: 770px;
}
.w780 {
  width: 780px;
}
.w790 {
  width: 790px;
}
.w800 {
  width: 800px;
}
.w810 {
  width: 810px;
}
.w820 {
  width: 820px;
}
.w830 {
  width: 830px;
}
.w840 {
  width: 840px;
}
.w850 {
  width: 850px;
}
.w860 {
  width: 860px;
}
.w870 {
  width: 870px;
}
.w880 {
  width: 880px;
}
.w890 {
  width: 890px;
}
.w900 {
  width: 900px;
}
.w910 {
  width: 910px;
}
.w920 {
  width: 920px;
}
.w930 {
  width: 930px;
}
.w940 {
  width: 940px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
.w990 {
  width: 990px;
}
.w1000 {
  width: 1000px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
.w950 {
  width: 950px;
}
.w1000 {
  width: 1000px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w55p {
  width: 55%;
}
.w60p {
  width: 60%;
}
.w65p {
  width: 65%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w85p {
  width: 85%;
}
.w90p {
  width: 90%;
}
.w95p {
  width: 95%;
}
.w100p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .w10-sp {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .w20-sp {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .w30-sp {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .w40-sp {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .w50-sp {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .w60-sp {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .w70-sp {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .w80-sp {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .w90-sp {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .w100-sp {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .w110-sp {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .w120-sp {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .w130-sp {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .w140-sp {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .w160-sp {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .w170-sp {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .w180-sp {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .w190-sp {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .w210-sp {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .w220-sp {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .w230-sp {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .w240-sp {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .w260-sp {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .w270-sp {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .w280-sp {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .w290-sp {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .w310-sp {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .w320-sp {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .w330-sp {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .w340-sp {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .w360-sp {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .w370-sp {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .w380-sp {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .w390-sp {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .w410-sp {
    width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .w420-sp {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .w430-sp {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .w440-sp {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .w460-sp {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .w470-sp {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .w480-sp {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .w490-sp {
    width: 490px;
  }
}
@media screen and (max-width: 767px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .w5p-sp {
    width: 5%;
  }
}
@media screen and (max-width: 767px) {
  .w10p-sp {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .w15p-sp {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .w20p-sp {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .w25p-sp {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .w30p-sp {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .w35p-sp {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .w40p-sp {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .w45p-sp {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .w50p-sp {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .w55p-sp {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .w60p-sp {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .w65p-sp {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .w70p-sp {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .w75p-sp {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .w80p-sp {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .w85p-sp {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .w90p-sp {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .w95p-sp {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  br.tablet {
    display: inline;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  img.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  img.sp {
    display: none;
  }
}

.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.post .margin-bottom:not(:last-child):not([class^=mb]), .post table:not(:last-child):not([class^=mb]), .post .wp-caption:not(:last-child):not([class^=mb]), .post blockquote:not(:last-child):not([class^=mb]), .post ol:not(:last-child):not([class^=mb]), .post ul:not(:last-child):not([class^=mb]) {
  margin-bottom: 30px;
}
.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.post ul li:before {
  content: "・";
  margin-right: 0.5em;
}
.post ol {
  padding-left: 1.5em;
}
.post ol li {
  list-style-type: decimal;
}
.post ol li:not(:last-child) {
  margin-bottom: 10px;
}
.post ol li:last-child {
  padding-bottom: 0;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post del {
  text-decoration: line-through;
  color: #999;
}
.post blockquote {
  display: block;
  padding: 15px;
  background-color: #F8FAFC;
  clear: both;
}
.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}
.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}
.post h1 {
  font-size: 27px;
  font-weight: bold;
}
.post h2 {
  font-size: 24px;
  font-weight: bold;
}
.post h3 {
  font-size: 21px;
  font-weight: bold;
}
.post h4 {
  font-size: 19px;
  font-weight: bold;
}
.post h5 {
  font-size: 17px;
  font-weight: bold;
}
.post iframe {
  max-width: 100%;
}
.post a {
  color: #2a90cd;
  text-decoration: underline;
}
.post a:hover {
  text-decoration: none;
}
.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}
.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}
.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}
.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}
.post .wp-caption {
  max-width: 100%;
}
.post .wp-caption-text {
  color: #999;
}
.post p:not(:last-child):not([class^=mb]) {
  margin-bottom: 30px;
}
.post table td p:not(:last-child) {
  margin-bottom: 10px;
}
.post cite {
  border: 1px solid #E2E8F0;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}
.post cite:before, .post cite:after {
  content: "”";
}
.post small {
  font-size: 12px;
}
.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}
.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
*[data-emergence=visible] {
  animation-name: fadeIn;
}
@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm=skew] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transition: 1s all ease-out;
  }
  *[data-anm=skew][data-emergence=visible] {
    animation-duration: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
