body {
  min-width: 320px;
  color: #111;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd, p, span, a,
table, th, td,
button, input, select, textarea {
  line-height: 170%;
}

a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

.btn-02 {
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  display: block;
  margin: auto;
  padding: 5px 30px 4px 30px;
  border-radius: 50px;
  background: #fb7800;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .btn-02 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1266px) {
  .btn-02 {
    font-size: 1.8rem;
    padding: 5px 20px 4px 20px;
  }
}

.btn-03 {
  width: 100%;
  max-width: 340px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  display: block;
  margin: auto;
  padding: 6px 15px 5px 15px;
  border-radius: 50px;
  box-shadow: 0 6px 0 #ad5e09;
  background: #fb7800;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .btn-03 {
    max-width: 360px;
    font-size: 1.8rem;
    padding: 8px 15px 8px 15px;
  }
}

@media screen and (max-width: 480px) {
  .btn-03 {
    font-size: 1.6rem;
  }
}

.btn-03:after {
  font-size: 2.2rem;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: ">";
}

@media screen and (max-width: 768px) {
  .btn-03:after {
    margin-top: -17px;
  }
}

img {
  height: auto;
  display: block;
}

a:hover img {
  opacity: 0.8;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table thead th {
  padding: 8px 10px;
  background: #eee;
}

table tbody th,
table tbody td {
  padding: 8px 10px;
}

table tbody th {
  border: 1px solid #ccc;
  background: #f1f1f1;
}

table tbody td {
  border: 1px solid #ccc;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.edit-box {
  clear: both;
  padding: 100px 0;
}

.edit-box .edit-box-btn {
  text-align: center;
  margin: 0;
}

.edit-box .edit-box-btn a {
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  background: #999;
}

.edit-box .edit-box-btn a:hover {
  background: #666 !important;
}

.animation01 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s ease 0s, opacity 0.6s ease 0s;
}

.animation01.active {
  opacity: 1 !important;
  transform: translateY(0);
}

/* header {
  width: 100%;
  position: relative;
  z-index: 20;
}

.header-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 15px;
  background: url(../img/common/img_common_header-bg01.png) no-repeat left top/calc(2344px * 0.5) auto;
}

@media screen and (max-width: 1466px) {
  .header-wrapper {
    background-size: 80% auto;
  }
}

@media screen and (max-width: 600px) {
  .header-wrapper {
    padding: 20px 10px 15px 20px;
    background: url(../img/common/img_common_header-bg01-sp.png) no-repeat left top/85% auto;
  }
}

.header-wrapper-top {
  width: 100%;
}

.header-wrapper-top-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-wrapper-top-box-logo {
  width: calc(120px * 0.5);
  height: calc(89px * 0.5);
}

.header-wrapper-top-box-logo h1 a {
  display: block;
}

.header-wrapper-top-box-logo h1 a img {
  width: 100%;
}

.header-wrapper-top-box-sponser span {
  width: calc(348px * 0.5);
  height: calc(48px * 0.5);
  display: block;
}

@media screen and (max-width: 600px) {
  .header-wrapper-top-box-sponser span {
    width: calc(214px * 0.5);
    height: calc(48px * 0.5);
  }
}

.header-wrapper-top-box-sponser span a {
  display: block;
}

.header-wrapper-top-box-sponser span a img {
  width: 100%;
} */

.content-wrapper {
  overflow: hidden;
}

main {
  width: 100%;
}

/* .footer-wrapper {
  margin: 0 auto;
  padding: 250px 50px 30px;
  background: #222;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .footer-wrapper {
    padding: 250px 20px 50px 30px;
  }
}

.footer-wrapper-box-top {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .footer-wrapper-box-top {
    padding-bottom: 40px;
    border-bottom: none;
  }
}

.footer-wrapper-box-top-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-wrapper-box-top-box-logo {
  width: calc(200px * 0.5);
  height: calc(148px * 0.5);
}

@media screen and (max-width: 768px) {
  .footer-wrapper-box-top-box-logo {
    width: calc(200px * 0.4);
    height: calc(148px * 0.4);
  }
}

@media screen and (max-width: 600px) {
  .footer-wrapper-box-top-box-logo {
    width: calc(200px * 0.3);
    height: calc(148px * 0.3);
  }
}

.footer-wrapper-box-top-box-logo span a {
  display: block;
}

.footer-wrapper-box-top-box-logo span a img {
  width: 100%;
}

.footer-wrapper-box-top-box-copyright {
  width: calc(415px * 0.5);
  height: calc(24px * 0.5);
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .footer-wrapper-box-top-box-copyright {
    width: calc(415px * 0.4);
    height: calc(24px * 0.4);
  }
}

@media screen and (max-width: 600px) {
  .footer-wrapper-box-top-box-copyright {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
  }
}

.footer-wrapper-box-top-box-copyright span {
  display: block;
}

.footer-wrapper-box-top-box-copyright span img {
  width: 100%;
}

.footer-wrapper-box-top-box-sponser {
  width: calc(433px * 0.5);
  height: calc(100px * 0.5);
}

@media screen and (max-width: 768px) {
  .footer-wrapper-box-top-box-sponser {
    width: calc(433px * 0.4);
    height: calc(100px * 0.4);
  }
}

@media screen and (max-width: 600px) {
  .footer-wrapper-box-top-box-sponser {
    width: calc(433px * 0.3);
    height: calc(100px * 0.3);
  }
}

.footer-wrapper-box-top-box-sponser span a {
  display: block;
}

.footer-wrapper-box-top-box-sponser span a img {
  width: 100%;
} */

/*# sourceMappingURL=common.css.map */
