@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600&display=swap');

body {
    font-size: 16px;
    font-family: 'Shippori Mincho B1', serif;
    line-height: 1.42857;
    background-color: #fff;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.thead-light{
    background-color: #e9ecef;
}

.thead-dark{
    background-color: #868686;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.main-body{
    background-color: #f1ebe2;
    padding: 30px 0px;
    min-height: calc(100vh - 100px);
}

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

.logo-link{
    text-decoration: none;
    color: #000000;
}

.footer-links {
    width: 100%;
    margin-top: 42px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.footer-hr{
    background-image: url("../img/SVG/footer_hr.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 75px;
    width: 100%;
    min-height: 70px;
}

.copyright a{
  text-decoration: none;
  color: #000;
}

.title {
    margin: 0px 20px;
    text-align: center;
}

.spacer {
    margin-top: 3em;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.center-padding{
    text-align: center;
    padding: 90px 40px;
}

.company-title{
    vertical-align: middle;
    font-family: 'Noto Serif JP', serif;
}

.display-table{
    display: none;
}

.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 60%;
  height: 50px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition-duration: 0.2s;
  margin: 20px auto;
}
.btn_02:hover {
  background: #717171;
  color: #fff;
}

.tbl-r07 th,td{
    vertical-align: middle;
}

span.loading-message{
  position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #fff;
}
#error-message{
  color: red;
}

#footer .footer-link {
    padding-top: 15px;
}

#footer .footer-link a{
  text-decoration: none;
  color: #000;
}

#footer .footer-custom, #footer .copyright {
    margin-top: 30px;
}

.page-url a{
    word-wrap: break-word;
}

@media (max-width: 767px) {
    #footer .footer-link{
        display: block;
    }
}

@media (min-width: 768px) {
    .container {
        width: auto
    }

    #footer .footer-link {
        width: 1%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
 
@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .footer-hr{
    min-height: 30px;
  }
  #footer .footer-link{
      display: block;
  }
}
/* 20221007追加 */
.note{
	font-size: 20px;
	color: red;
}
.sp-only{
    display: none;
}


/*-----phone-----*/
@media all and (max-width: 480px) {
  #footer .footer-link{
      display: block !important;
  }
  .note{
	font-size: 18px;
	color: red;
}
.sp-only{
display: block;
}
}


