@charset "UTF-8";

/* ===================================

  共通

=================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #111111;
}

html {
  font-size: 15px;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #474747;
  background-color: #404040;
}

footer {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
  color: #000000;

  a:link {
    color: #000000;
  }

  a:visited {
    color: #000080;
  }

  a:hover {
    color: #ffcc33;
  }
}

@media screen\0 {
  body {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
  }
}

html,
body {
  padding: 0;
  margin: 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

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

input[type=text],
input[type=mail] {
  padding: 8px;
  width: 100%;
  font-size: 16px;
}

textarea {
  padding: 8px;
  width: 100%;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  cursor: pointer;
  background-color: #2cbda3;
  font-size: 1.1rem;
  color: #fff;
  padding: 12px 2em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
}

a:hover img {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

a figure {
  overflow: hidden;
}

a figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

a:hover figure img {
  transform: scale(1.1);
}

a img {
  border: none;
}

.pc {
  display: block !important;
}

@media (max-width: 991.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 991.98px) {
  .sp {
    display: block !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

.text-lg-left {
  text-align: left !important;
}

.text-lg-right {
  text-align: right !important;
}

.text-lg-center {
  text-align: center !important;
}

.text-xl-left {
  text-align: left !important;
}

.text-xl-right {
  text-align: right !important;
}

.text-xl-center {
  text-align: center !important;
}

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

.row-0>div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5>div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10>div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-15>div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-20>div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-25>div {
  padding-right: 25px;
  padding-left: 25px;
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-30>div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.row-35>div {
  padding-right: 35px;
  padding-left: 35px;
}

.row-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.row-40>div {
  padding-right: 40px;
  padding-left: 40px;
}

.row-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.row-45>div {
  padding-right: 45px;
  padding-left: 45px;
}

.row-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.row-50>div {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 576px) {
  .row-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .row-sm-0>div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row-sm-5>div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .row-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-sm-10>div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row-sm-15>div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-sm-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row-sm-20>div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row-sm-25 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row-sm-25>div {
    padding-right: 25px;
    padding-left: 25px;
  }

  .row-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row-sm-30>div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .row-sm-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .row-sm-35>div {
    padding-right: 35px;
    padding-left: 35px;
  }

  .row-sm-40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .row-sm-40>div {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-sm-45 {
    margin-left: -45px;
    margin-right: -45px;
  }

  .row-sm-45>div {
    padding-right: 45px;
    padding-left: 45px;
  }

  .row-sm-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .row-sm-50>div {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/* ===================================

  フォント関連

=================================== */
.text-red {
  color: #ee0000;
}

.text-3s {
  font-size: 0.65rem !important;
}

.text-ss {
  font-size: 0.75rem !important;
}

.text-s {
  font-size: 0.9rem !important;
}

.text-l {
  font-size: 1.2rem !important;
}

.text-2l {
  font-size: 1.5rem !important;
}

.text-3l {
  font-size: 1.8rem !important;
}

.text-4l {
  font-size: 2rem !important;
}

.font-s6 {
  font-size: 6px;
}

.font-s7 {
  font-size: 7px;
}

.font-s8 {
  font-size: 8px;
}

.font-s9 {
  font-size: 9px;
}

.font-s10 {
  font-size: 10px;
}

.font-s11 {
  font-size: 11px;
}

.font-s12 {
  font-size: 12px;
}

.font-s13 {
  font-size: 13px;
}

.font-s14 {
  font-size: 14px;
}

.font-s15 {
  font-size: 15px;
}

.font-s16 {
  font-size: 16px;
}

.font-s17 {
  font-size: 17px;
}

.font-s18 {
  font-size: 18px;
}

.font-s19 {
  font-size: 19px;
}

.font-s20 {
  font-size: 20px;
}

.font-s21 {
  font-size: 21px;
}

.font-s22 {
  font-size: 22px;
}

.font-s23 {
  font-size: 23px;
}

.font-s24 {
  font-size: 24px;
}

.font-s25 {
  font-size: 25px;
}

.font-s26 {
  font-size: 26px;
}

.font-s27 {
  font-size: 27px;
}

.font-s28 {
  font-size: 28px;
}

.font-s29 {
  font-size: 29px;
}

.font-s30 {
  font-size: 30px;
}

.font-s31 {
  font-size: 31px;
}

.font-s32 {
  font-size: 32px;
}

/* ===================================

  画像関連

=================================== */
img.float-left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

img.float-right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

/*  画像幅
------------------------*/
img.w10 {
  width: 10%;
  height: auto;
}

img.w20 {
  width: 20%;
  height: auto;
}

img.w30 {
  width: 30%;
  height: auto;
}

img.w40 {
  width: 40%;
  height: auto;
}

img.w50 {
  width: 50%;
  height: auto;
}

img.w60 {
  width: 60%;
  height: auto;
}

img.w70 {
  width: 70%;
  height: auto;
}

img.w80 {
  width: 80%;
  height: auto;
}

img.w90 {
  width: 90%;
  height: auto;
}

img.w100 {
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  img.w10-sm {
    width: 10%;
    height: auto;
  }

  img.w20-sm {
    width: 20%;
    height: auto;
  }

  img.w30-sm {
    width: 30%;
    height: auto;
  }

  img.w40-sm {
    width: 40%;
    height: auto;
  }

  img.w50-sm {
    width: 50%;
    height: auto;
  }

  img.w60-sm {
    width: 60%;
    height: auto;
  }

  img.w70-sm {
    width: 70%;
    height: auto;
  }

  img.w80-sm {
    width: 80%;
    height: auto;
  }

  img.w90-sm {
    width: 90%;
    height: auto;
  }

  img.w100-sm {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  img.w10-md {
    width: 10%;
    height: auto;
  }

  img.w20-md {
    width: 20%;
    height: auto;
  }

  img.w30-md {
    width: 30%;
    height: auto;
  }

  img.w40-md {
    width: 40%;
    height: auto;
  }

  img.w50-md {
    width: 50%;
    height: auto;
  }

  img.w60-md {
    width: 60%;
    height: auto;
  }

  img.w70-md {
    width: 70%;
    height: auto;
  }

  img.w80-md {
    width: 80%;
    height: auto;
  }

  img.w90-md {
    width: 90%;
    height: auto;
  }

  img.w100-md {
    width: 100%;
    height: auto;
  }
}

img.w10-lg {
  width: 10%;
  height: auto;
}

img.w20-lg {
  width: 20%;
  height: auto;
}

img.w30-lg {
  width: 30%;
  height: auto;
}

img.w40-lg {
  width: 40%;
  height: auto;
}

img.w50-lg {
  width: 50%;
  height: auto;
}

img.w60-lg {
  width: 60%;
  height: auto;
}

img.w70-lg {
  width: 70%;
  height: auto;
}

img.w80-lg {
  width: 80%;
  height: auto;
}

img.w90-lg {
  width: 90%;
  height: auto;
}

img.w100-lg {
  width: 100%;
  height: auto;
}

img.w10-xl {
  width: 10%;
  height: auto;
}

img.w20-xl {
  width: 20%;
  height: auto;
}

img.w30-xl {
  width: 30%;
  height: auto;
}

img.w40-xl {
  width: 40%;
  height: auto;
}

img.w50-xl {
  width: 50%;
  height: auto;
}

img.w60-xl {
  width: 60%;
  height: auto;
}

img.w70-xl {
  width: 70%;
  height: auto;
}

img.w80-xl {
  width: 80%;
  height: auto;
}

img.w90-xl {
  width: 90%;
  height: auto;
}

img.w100-xl {
  width: 100%;
  height: auto;
}

/* ===================================

  UL OL 関連

=================================== */
/*  ul
------------------------*/
ul.basic li {
  position: relative;
  padding: 0.3rem 0 0 1.5rem;
  margin-left: 0.5rem;
}

ul.basic li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  color: #3f8cbd;
  top: 1rem;
  left: 0.5rem;
  margin-top: -0.5rem;
  vertical-align: middle;
}

ul.basic li a {
  display: block;
}

ul.basic li:hover:before,
ul.basic li.active:before {
  color: #096eae;
}

ul.kome {
  margin-top: 1.5em;
}

ul.kome li {
  position: relative;
  padding: 0.3rem 0 0 1.5rem;
  margin-left: 0.5rem;
}

ul.kome li:before {
  content: "※";
  padding-left: 2em;
  margin-left: -3em;
}

ul.kome li a {
  display: block;
}

ul.kome li:hover:before,
ul.kome li.active:before {
  color: #096eae;
}

/*  ol
------------------------*/
ol.basic {
  counter-reset: li;
  margin-top: 1rem;
}

ol.basic>li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}

ol.basic>li::before {
  counter-increment: li;
  content: counter(li);
  margin-right: 1em;
  background: #004076;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  position: absolute;
  left: 0em;
  top: 2px;
  font-size: 0.9rem;
}

ol.basic>li:not(:first-child) {
  margin-top: 1rem;
}

ol.basic>li>ol,
ol.basic>li>ol>li>ol {
  counter-reset: li;
}

ol.basic>li>ol>li,
ol.basic>li>ol>li>ol>li {
  list-style: none;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5em;
}

ol.basic>li>ol>li::before {
  counter-increment: li;
  content: counter(li);
  margin-right: 1em;
  background: #787878;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0em;
  top: 3px;
  line-height: 1.3;
  font-size: 0.9em;
}

ol.basic>li>ol>li>ol>li::before {
  counter-increment: li;
  content: counter(li);
  margin-right: 1em;
  border: solid 1px #585551;
  color: #585551;
  border-radius: 50%;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0em;
  top: 2px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 0.9em;
}

/* ===================================

  表組み関連

=================================== */
.table {
  border-collapse: collapse;
  border-top: solid 1px #a0a0a0;
  border-left: solid 1px #a0a0a0;
  border-right: solid 1px #a0a0a0;
  width: 100%;
  margin-bottom: 2em;
}

.table thead th,
.table th,
.table td {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #a0a0a0;
  line-height: 1.4;
}

.table th {
  background: #dcdcdc;
}

.table td {
  background: #fff;
}

.table thead th {
  vertical-align: middle;
}

.table th.center,
.table td.center {
  text-align: center !important;
}

.table th.vcenter,
.table td.vcenter {
  vertical-align: middle !important;
}

.table.table-k th {
  font-weight: normal;
  text-align: left;
}

@media (max-width: 991.98px) {

  .table.table-k th,
  .table.table-k td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .table.table-k tr:first-child th {
    border-top: 1px solid #bdbdbd;
  }
}

.table.table-s thead th {
  text-align: center;
}

.table.table-s td {
  text-align: center;
  vertical-align: middle;
}

.table.table-s td:first-child {
  text-align: left;
}

@media (max-width: 991.98px) {
  .table.table-s {
    display: block;
    width: 100%;
  }

  .table.table-s thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }

  .table.table-s thead tr:last-child {
    border-bottom: 1px solid #bdbdbd;
  }

  .table.table-s thead th,
  .table.table-s thead td {
    border-right: 1px solid #bdbdbd;
  }

  .table.table-s tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }

  .table.table-s th {
    display: block;
    width: auto;
    border-right: 0;
    border-bottom: 0;
  }

  .table.table-s tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .table.table-s tbody th {
    text-align: center;
  }

  .table.table-s td {
    display: block;
    border-right: 0;
    border-bottom: 0;
  }

  .table.table-s tbody tr:last-child {
    border-right: 1px solid #bdbdbd;
  }

  .table.table-s tbody td:last-child {
    border-bottom: 1px solid #bdbdbd;
  }
}

.table.table-b thead th {
  text-align: center;
}

@media (max-width: 991.98px) {
  .table.table-b thead {
    display: none;
  }

  .table.table-b tr,
  .table.table-b td {
    display: block;
    width: auto;
  }

  .table.table-b tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }

  .table.table-b th,
  .table.table-b td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }

  .table.table-b th {
    justify-content: center;
  }

  .table.table-b td:last-child {
    border-bottom: none;
  }

  .table.table-b td::before {
    content: attr(label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
}

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