@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast: none) {
  h1,
h2,
h3,
h4,
h5,
p,
a {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
#wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 35px;
  }
}

h2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  /* width: 100%; */
}

#header-logo {
  height: 40px;
}
@media screen and (max-width: 991px) {
  #header-logo {
    /*
    height: 28px;
    max-width: 183px;
    margin-top: 4px;
    */
  }
}

#ov-section {
  margin-top: 66px;
  padding-top: 32px;
  padding-bottom: 128px;
}
@media screen and (max-width: 991px) {
  #ov-section {
    padding-bottom: 64px;
  }
}

.ov-img {
  max-width: 600px;
}

.gothic {
  font-family: "Noto Sans JP", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

#ov-btn {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  #right-box {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section-no-bottom {
  padding-top: 128px;
  padding-bottom: 0;
}

.second-row {
  margin-top: 64px;
  margin-right: 0;
  margin-left: 0;
}

.second-row-img {
  margin-bottom: 16px;
}

.second-row-box {
  max-width: 636px;
}
@media screen and (max-width: 767px) {
  .second-row-box {
    margin-top: 32px;
  }
}

.section-logo {
  height: 64px;
}

.bg-use {
  background-color: #edf6f2;
}

.use-box {
  border-radius: 0.3rem;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .use-box {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.use-box h4,
.use-box img {
  margin-bottom: 8px;
}

.use-box p {
  padding-right: 24px;
  padding-left: 24px;
}

.anno {
  font-size: 14.55px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .anno {
    text-align: right;
  }
}

.text-l {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}

.text-s {
  font-size: 14.55px;
  color: #707070;
}

.bg-company {
  background-color: #f7e8e8;
}

.company {
  margin-bottom: 16px;
}

.copyright {
  font-size: 14.55px;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* 管理画面 */
#signin-area {
  margin-top: calc((100vh - 478px) / 2);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99999;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler-icon {
  background-image: none;
  /* この行で背景画像を無効化 */
  background-color: #1f1f1f;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {
  top: 18px;
}

.navbar-toggler-icon:nth-of-type(2) {
  top: 30px;
}

.navbar-toggler-icon:nth-of-type(3) {
  top: 42px;
}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .account-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .account-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .account-menu {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .account-name {
    text-align: center;
  }
}

.account-btn, .news-btn {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .account-btn, .news-btn {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.news-img {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.news-budge {
  font-weight: 400;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .news-budge {
    height: 17.34px;
  }
}

@media (min-width: 768px) {
  .time-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .time-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
  }
}

.calender-area {
  display: none;
}

.update {
  margin-top: 5px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .update {
    margin-bottom: 8px;
  }
}

.section-no-top {
  padding-top: 16px;
  padding-bottom: 128px;
}

.each-mail {
  margin-bottom: 64px;
  padding: 16px;
}

.mail-title {
  display: inline-block;
}

.modification {
  margin-left: 16px;
  font-size: 20px;
  cursor: pointer;
}

.graph {
  max-width: 750px;
}

a {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #1f1f1f;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  a:focus {
    outline: none;
  }
}

.section-md-w-bottom {
  margin-top: 16px;
  margin-bottom: 48px;
}

.section-lg {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mail-list {
  font-weight: 700;
}

.graph-q {
  margin-left: 16px;
  cursor: pointer;
}

.consultant-box {
  background-color: #efefef;
}

.consultant-img {
  width: 50px;
  height: 50px;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #1f1f1f;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-right: 15px solid #fff;
}

.table-result td {
  padding: 16px;
  min-width: 130px !important;
}

.table-first {
  min-width: 260px !important;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.evaluation {
  width: 40px;
  height: 40px;
}
.evaluation img {
  -webkit-backface-visibility: hidden;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 4px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

.kuroyagi-img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 991px) {
  .aside-area {
    width: 100%;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 991px) {
  .is-fixed {
    display: none;
  }
}

.list-group {
  width: 264px;
}
@media screen and (max-width: 1200px) {
  .list-group {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .list-group {
    width: 100%;
  }
}

.pc-right {
  float: right;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .pc-right {
    display: none;
  }
}

.sp-right {
  float: right;
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .sp-right {
    display: none;
  }
}

.form-label {
  font-weight: bold;
}

.credit img {
  width: 64px;
}

.form-select {
  max-width: 30%;
  display: inline;
}

.agreement-check {
  text-align: center;
  margin-top: 16px;
}

.submit-area {
  text-align: center;
  margin-top: 16px;
}

.formError .formErrorContent {
  width: 100%;
}

.account-page {
  margin: 0 auto;
}

.table td {
  padding: 16px;
}

.table th {
  min-width: 100px;
}

.table td {
  min-width: 200px;
}

.form-control-plaintext:focus-visible {
  outline: none;
}

@media screen and (min-width: 768px) {
  .form-width {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .form-width-s {
    width: 20%;
  }
}

.text-400 {
  font-weight: 400;
}

.article {
  border-bottom: 1px dotted #484848;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#partsFooter {
  margin-top: auto;
}

.section-account {
  padding-bottom: 16px;
  /*
  border-bottom:1px dotted #707070;
  */
}

.section-movie {
  display: none;
}

.tips-img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

/*
.message-area{
  display:none;
}
*/
.mail-header {
  border-top: 1px solid #dee2e6;
  margin-bottom: 0 !important;
}

.mail-header th {
  min-width: 0px !important;
  max-width: 50px !important;
  padding-left: 1rem;
}

.modal-table {
  text-align: center;
}

.table-head {
  background-color: #efefef !important;
}

.modal-table td {
  min-width: 50px !important;
}

.modal-body {
  word-break: break-all;
}

.accordion-body {
  background-color: #fcfcfc;
}

.delay {
  display: none;
}

.senderauth {
  display: none;
}

.my-3.message-area {
  display: none;
}
