
.comparison-table-wrapper {
  max-width: 126.8rem;
  margin: 10rem auto 0;
}

@media (max-width: 767px) {
  .comparison-table-wrapper {
    margin: 3rem auto 0;
  }
}

  .days_attention img {
    width: 2.6rem;
    margin-right: 0.6rem;
    vertical-align: text-bottom;
}

.days_attention {
    text-align: center;
    text-decoration: underline;
    font-size: 2rem;
    font-weight: bold;
    color: #2697AC;
   padding-left: 40%;
}

@media (max-width: 767px) {
    .days_attention {
        font-size: 1.3rem;
      padding-left: 0%;
    }
}
.insurance-image2 {
            margin-left: -10%;
            margin-bottom: -4%;
        }

    .insurance-image2 img {
            width: 10%;
            /* Default width for larger screens */
        }
        
        @media (max-width: 768px) {
            .insurance-image2 img {
                width: 20%;
               /* Smaller width for screens less than 768px */
            }
            .insurance-image2 {
                margin-bottom: -7%;
        }
        }
.header,
.cell {
    padding: 8px;
    text-align: center;
    font-size: 2.3rem;
    border: none;
    border-radius: 3px;
}

.header.insurance-amount {
    grid-row: 1 / 3;
    background-color: #DCDCDC;
}

.header.insurance-fee {
    grid-column: 2 / 4;
    background-color: #d3d3d3;
    color: #000000;
}

.header.wide-plan {
    background-color: #006270;
    color: #ffffff;
}

.header.simple-plan {
    background-color: #01C8E8;
    color: #ffffff;
}

.cell.wide-plan {
    background-color: #006270;
    color: black;
}

.cell.simple-plan {
    background-color: #01C8E8;
    color:
        black;
}

@media screen and (max-width: 768px) {
    .insurance-table {
        grid-template-columns: 0.3fr 0.4fr 0.4fr;
    }

    .header,
    .cell {
        font-size: 1.6rem;
    }
}

</style><style>.cell.no-border {
    border: none;
}

.header-title {
    color: black;
}

.header-title,
.list-cell {
    background-color: #F5F5F5;
}

.comparison-table {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1.5fr 0.3fr 0.3fr;
    text-align: center;
    border-collapse: collapse;
    margin-top: 2.0em;
}

.row.header {
    background-color: #006270;
    color: white;
}

.wide-header {
    background-color: #006270;
    color: white;
}

.simple-header {
    background-color: #01C8E8;
    color: white;
}

.row {
    display: contents;
}

.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 3px;
}

.header-title,
.wide-header,
.simple-header,
.bold {
    font-weight: bold;
}

.wide-check {
    background-color: #f5fcfd;
    color: black;
}

.simple-check {
    background-color: #f5fcfd;
    color: black;
}

.check,
.cross {
    font-size: 40px;
}


.list-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 9%;
}

.comparison-table .cell.bold {
    background-color: #E9F5F7;
}

.wide-check {
    color: #006270;
}

.simple-check {
    color: #01C8E8;
}

.wide-check {
    background-color: rgba(0, 98, 123, 0.3);
    color: #006270;
}

.simple-check {
    background-color: rgba(1, 200, 232, 0.3);
    color: #01C8E8;
}

.circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 9px #006270;
    border-radius: 50%;
    font-size: 24px;
    /* 適切なフォントサイズに調整してください */
    color: #006270;
    /* 文字色もここで調整できます */
}

.circle-simple {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 9px #01C8E8;
    border-radius: 50%;
    font-size: 24px;
    color: #01C8E8;
}


@media screen and (max-width: 768px) {
   .grid-table {
  display: grid;
  grid-template-columns: 1.5fr 0.3fr 0.3fr;
  gap: 5px;
  padding: 2%;
}

    .grid-header {
        padding: 5px;
        text-align: center;
        background-color: #f9f9f9;
        font-size: 3.8vw;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .main-column {
        background-color: #f9f9f9;
    }

    .wide-header {
        background-color: #00627B;
    }

    .simple-header {
        background-color: #01C8E8;
        grid-column: 3;
    }

    .grid-item {
        background-color: #f9f9f9;
        padding: 10px;
        text-align: left;
        font-size: 3.9vw;
    }

    .grid-header,
    .grid-item {
        border-radius: 7px;
    }

    .grid-item ul {
        padding-left: 0;
        /* 左のパディングをリセット */
        /* 「・」のスペースを確保 */
    }

    .circle {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 5px #006270;
        border-radius: 50%;
        color: #006270;
        /* 文字色もここで調整できます */
    }

    .circle-simple {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 5px #01C8E8;
        border-radius: 50%;
        color: #01C8E8;
    }

    .wide-check {
        grid-column: 2;
        /* This places the .wide-check in the second column */
        grid-row: span 2;
        /* This makes the .wide-check span two rows, as it already does */
        display: flex;
        /* This will allow you to align the .circle inside the .wide-check */
        align-items: center;
        /* This vertically centers the .circle in the .wide-check */
        justify-content: center;
        /* This horizontally centers the .circle in the .wide-check */
    }

    .simple-check {
        grid-column: 3;
        /* This places the .simple-check in the third column */
        grid-row: span 2;
        /* This makes the .simple-check span two rows */
        display: flex;
        /* This will allow you to align the .circle-simple inside the .simple-check */
        align-items: center;
        /* This vertically centers the .circle-simple in the .simple-check */
        justify-content: center;
        /* This horizontally centers the .circle-simple in the .simple-check */
    }

    .wide-check {
        background-color: rgba(0, 98, 123, 0.3);
        color: #006270;
    }

    .simple-check {
        background-color: rgba(1, 200, 232, 0.3);
        color: #01C8E8;
    }

    .list-cell {
        padding-left: 0;
        /* 左のパディングをリセット */
        list-style-type: none;
        /* デフォルトのリストスタイルを無効化 */
        padding: 12%;
    }

   
}
.table-attention {
    font-size: 2rem;
}
@media (max-width: 767px) {
    .table-attention {
    display: block; 
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }
  }
.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}
.micromodal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.micromodal__container {
  background-color: #fff;
  padding: 10px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;}
  @media print,screen and (max-width:767px) {
    .micromodal__container {
      width: 95vw; }}
  @media print,screen and (min-width:768px) {
    .micromodal__container {
      width: 42vw; }}
.micromodal__header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}
.micromodal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #313131;;
  box-sizing: border-box;
  margin: auto;
}
.micromodal__close {
  background: transparent;
  border: 0;
}
.micromodal__header .micromodal__close::before {
  content: "\2715";
}
.micromodal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}
.micromodal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #E6E6E6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.micromodal__btn:focus, .micromodal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.micromodal__btn-primary {
  background-color: #00449E;
  color: #fff;
}

<!--modal-->