@charset "utf-8";

/* koukyoukai */

.koukyoukai__lead{
	background-color:#c2f1c8 ;
	padding: 16px;
	max-width: 100%;
	width: fit-content;
}

.koukyoukai__text--red{
	color: #f1382e;
}

@charset "utf-8";

.knoun-kv {
    text-align: center;
}

.knoun02-img {
    width: 688px;
    /* height: 387px; */
}

@media screen and (min-width: 993px) and (max-width: 1040px) {
    .knoun02-img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .knoun02 {
        text-align: center;
    }

    .knoun02-img {
        width: 100%;
    }

    .knoun-kv-img {
        width: 100%;
    }
}

.knoun_explanation-container {
    margin: 20px 0;
}

.knoun_explanation {
    color: #4E95D9;
    font-size: 20px;
    font-weight: 600;
}

.knoun_ttl {
  color: #4E95D9;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 2px solid #4E95D9;
}

@media only screen and (max-width: 991px) {
    .knoun_ttl {
        font-size: 24px;
    }

    .knoun_explanation {
        font-size: 16px;
    }
}

.row-grid.boeder-bottom {
    border-bottom: solid 2px black;
}

.google-appLogo {
    max-width: 108px;
}

.knoun-app-logo {
    margin-left: 10px;
}

.aline-item_center {
    display: flex;
    align-items: center;
}

.knoun-table {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    /* テーブルを親要素の幅に合わせる */
    table-layout: fixed;
    /* 列幅を固定 */
    white-space: nowrap;
}

.knoun-table th,
.knoun-table td {
    border: none;
}

.knoun-table tr.knoun-table_border-bottom td {
    border-bottom: 1px solid #ccc;
}

.knoun-table tr:last-child {
    border-bottom: none;
}

.knoun-table_thead-bottom {
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
    .knoun-table-wrapper {
        overflow-x: scroll;
    }

    .knoun-table-linebreak {
        white-space: normal;
    }
}