@charset "utf-8";


.mesobluemsp * {
  box-sizing: border-box;
}

.mesobluemsp img {
  border-style: none;
  width: auto;
  height: auto;
}

.float_2col_type02 .img{
  padding: 30px 20px 0 0;
}

.component.richtext blockquote,
.component.richtext dir,
.component.richtext dl,
.component.richtext fieldset,
.component.richtext form,
.component.richtext h4,
.component.richtext menu,
.component.richtext ol,
.component.richtext p,
.component.richtext ul {
  margin: 1.12em 0;
}

.component.richtext {
  overflow-wrap: break-word;
}

.align-center {
  text-align: center !important;
  position: relative;
}

ユーザー エージェント スタイルシート p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.mesobluemsp {
  font-weight: 400;
  font-size: 100%;
  color: #333;
  /*font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;*/
  line-height: 1.8;
  overflow: hidden;
}

.mesobluemsp .inner {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.mesobluemsp img {
  vertical-align: middle;
}

.mesobluemsp .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mesobluemsp .col {
  vertical-align: top;
}

.mesobluemsp .row .col {
  display: table-cell;
  padding: 0 10px 10px 10px;
}

.mesobluemsp .col .component {
  margin: 10px 0;
}

.component.richtext br:before {
  content: '\A';
  white-space: pre-line;
}

.mesobluemsp .content-4 {
  background-position: center center;
  background-size: cover;
}

.resizeable-comp {
  position: relative;
  margin: 0;
  height: auto !important;
  display: block;
  width: 100%;
}

.align-center {
  text-align: center !important;
  position: relative;
}

.rich-heading-align-center {
  text-align: center !important;
}

.component.richtext table {
  border-spacing: 2px;
  display: table;
  border: 1px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.component.richtext thead {
  display: table-header-group;
  border: 1px solid #000;
}

.component.richtext thead th {
  background-color: rgb(0, 78, 162);
  color: #fff;
}

.component.richtext tbody th {
  background-color: rgb(243, 246, 250);
}

.component.richtext tbody th,
.component.richtext tbody td,
.txt_s {
  font-size: 90%;
}

.component.richtext tr {
  display: table-row;
  border: 1px solid #000;
}

.component.richtext th {
  font-weight: bolder;
  text-align: center;
}

.component.richtext td,
.component.richtext th {
  display: table-cell;
  border: 1px solid #555;
  padding: 10px;
  word-break: break-word;
}

.component.richtext table p {
  line-height: 1.12em;
  margin: unset !important;
}

.component.richtext tbody,
.component.richtext tfoot,
.component.richtext thead {
  vertical-align: middle;
}

.component.richtext td,
.component.richtext th,
.component.richtext tr {
  vertical-align: inherit;
}

.component.richtext strong {
  font-weight: bolder;
  font-style: inherit;
}

.rich-heading-align-center h3,
.component.heading h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
  word-break: break-all;
  text-align: inherit !important;
  cursor: text;
}

.rich-heading-align-center h3 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}

.component.heading h4 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.component.richtext p {
  margin: 1.12em 0;
}

.component.richtext span {
  font-weight: inherit;
  font-style: inherit;
}

.rich-heading .font-size-18px {
  font-size: 18px;
}

.rich-heading .font-size-20px {
  font-size: 20px;
}

.rich-heading .font-size-30px {
  font-size: 30px;
}

.rich-heading .font-size-42px {
  font-size: 42px;
}

.color-ffffff {
  color: #ffffff;
}

.color-ffec47 {
  color: #ffec47;
}

@media (max-width: 769px) {
  .mesobluemsp .inner.tbl_box {
    padding: 0;
  }

  .mesobluemsp .row {
    display: block;
    table-layout: auto !important;
    width: 100%;
  }

  .mesobluemsp .row .col {
    width: 100% !important;
    display: block !important;
    padding: 0;
  }

  .mesobluemsp .inner .row .col {
    width: 100% !important;
  }

  .component.heading h3 {
    font-size: 1.15rem;
    margin-bottom: 1.15rem;
  }

  .component.heading h4 {
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
  }

  .row .col img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .float_2col_type02 .img{
    padding: 0;
  }

  .normal-table {
    overflow-x: scroll;
  }

  .normal-table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}