.bg {
    background: #f1f1f1;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
}
.bg.w100 {
    width: 100%;
}
.bg ul {
    margin: 0 0 0 20px;
}
.bg ul li {
    font-size: 14px;
    list-style: disc;
    line-height: 2em;
}
.concept-item__right {
    padding: 50px 0 0;
    width: calc(30% - 25px);
}

.main-block:not(:first-child) {
    margin: 35px 0 0;
}
.main-block__head {
    margin: 0 0 15px;
}
.main-block__head h2 {
    font-size: 24px;
    font-weight: bold;
}
.main-block__head p {
    font-size: 12px;
    margin: 10px 0 0;
}
.main-block__table {
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.block-mar {
    margin: 0 0 35px;
}
.main-block__table tr th,
.main-block__table tr td {
    border: 1px solid #f1f1f1;
    font-size: 14px;
    padding: 15px;
}
.main-block__table tr th {
    background: var(--base-black);
    color: #fff;
    width: 175px;
}
.main-block__table tr td {
    width: calc(100% - 175px);
}
.block-inner__head {
    margin: 0 0 10px;
}
.block-inner__head h3 {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .main-block__head h2 {
        font-size: 21px;
    }
}
@media screen and (max-width: 568px) {
    .main-contents__inner .access-map iframe {
        height: 300px;
    }
    .main-block__table tr th,
    .main-block__table tr td {
        display: block;
        padding: 10px;
        text-align: left;
        width: 100%;
    }
    .main-block__table tr td {
        padding: 15px;
    }
}
@media screen and (max-width: 468px) {
    .main-block__head h2 {
        font-size: 18px;
    }
}

.concept-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.concept-item:not(:last-child) {
    margin: 0 0 35px;
}
.concept-item:first-child {
    margin: 35px 0;
}
.concept-item__text {
    width: 70%;
}
.concept-item__images {
    width: calc(30% - 25px);
}
.concept-item__text h3,
.main-block__body h3 {
    color: var(--base-black);
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.concept-item p {
    color: var(--base-black);
    font-size: 14px;
    line-height: 1.8em;
}
.concept-item p strong {
    color: #bf0000;
    font-weight: bold;
}
.w55 {
    margin: 15px 0 0;
}
.w55 .concept-item__text {
    width: 50%;
}
.w55 .concept-item__images {
    width: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
    .concept-item__text {
        width: 100%;
    }
    .concept-item__text h3 {
        font-size: 18px;
    }
    .concept-item__text p {
        font-size: 14px;
    }
    .concept-item__images {
        padding: 25px 0 0;
        width: 100%;
    }
    .w55 .concept-item__text {
        margin: 0 0 25px;
        width: 100%;
    }
    .w55 .concept-item__images {
        width: 100%;
    }
}
@media screen and (max-width: 468px) {
    .concept-item__text h3,
    .main-block__body h3 {
        font-size: 15px;
    }
}

.block-item__list {
    margin: 25px 0 0;
}
.block-list__item {
    margin: 0 0 25px;
}
.block-list__item dt {
    border-left: 5px solid var(--main-theme-color);
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 15px;
}
.block-list__item dd {
    font-size: 14px;
    line-height: 1.8em;
}
.block-list__item dd p {
    font-size: 14px;
    line-height: 2em;
}
.block-list__item dd p strong {
    color: #bf0000;
    font-weight: bold;
}
.attention-note {
    font-size: 14px;
    margin: 0 0 20px;
}
.attention-note strong {
    border-bottom: 1px dashed #f1f1f1;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.construction-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.construction-images li {
    width: 48%;
}
.construction-images li p {
    font-size: 14px;
    margin: 8px 0 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .construction-images li {
        width: 100%;
    }
    .construction-images li:not(:last-child) {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 468px) {
    .block-list__item dt {
        font-size: 15px;
    }
}

.post-contents__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-contents__list::before {
    content: "";
    display: block;
    order: 1;
    width: 32%;
}
.post-contents__list li {
    margin: 0 0 25px;
    width: 32%;
}
.post-eyecatch {
    display: block;
    margin: 0 0 5px;
    position: relative;
}
.post-category {
    background: var(--main-theme-color);
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.post-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.post-date {
    font-size: 13px;
}
.page-back__link {
    margin: 25px 0 0;
    text-align: right;
}
.page-back__link a {
    border-bottom: 1px solid #226fd3;
    color: #226fd3;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
}
@media screen and (max-width: 768px) {
    .post-contents__list::before {
        display: none;
    }
    .post-contents__list li {
        margin: 0 0 25px;
        width: 49%;
    }
}

.post-list {
    margin: 35px 0 0;
}
.post-list__item {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 35px;
    padding: 0 0 35px;
}
.post-item__head {
    margin: 0 0 20px;
}
.post-item__head h3 a {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: bold;
    transition-duration: .3s;
}
.post-item__head h3 a:hover {
    text-decoration: underline;
}
.post-item__body {
    line-height: 2em;
}
.post-item__body p {
    font-size: 15px;
    margin: 0 0 10px;
}
.post-item__body p img {
    margin: 0 0 10px;
}
.post-item__body strong {
    font-size: 18px;
    font-weight: bold;
}

.post-info {
    margin: 25px 0 0;
    text-align: right;
}
.post-info .post-date {
    font-size: 12px;
}


.navigation.pagination {
    margin: 25px 0 0;
}
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links .page-numbers {
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
}
.nav-links .page-numbers.current {
    background: var(--main-theme-color);
    color: #fff;
}


.wpcf7-form-control-wrap {
    width: 100%;
}
.contact-list {
    margin: 35px auto 0;
    width: 100%;
    max-width: 680px;
}
.contact-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-list__item:not(:last-child) {
    margin: 0 0 25px;
}
.contact-list__item dt {
    background: #d5d5d5;
    padding: 10px;
    position: relative;
    width: 160px;
}
.contact-list__item dt p label {
    color: var(--base-black);
    font-size: 14px;
    font-weight: bold;
}
.contact-list__item dt.require p::after {
    content: "*";
    color: #bf0000;
}
.contact-list__item dd {
    background: #f1f1f1;
    padding: 10px;
    width: calc(100% - 160px);
}
.contact-list__item dd p {
    font-size: 13px;
}
.contact-list__item dd p span {
    font-size: 14px;
}
.contact-list__item input, .contact-list__item textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 5px 10px;
    width: 100%;
}
.row-block {
    margin: 0 0 8px;
}
.flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-block {
    width: 48%;
}
.column-block p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.column-block p span:first-child {
    display: block;
    width: 40px;
}
.column-block p span:last-child {
    width: calc(100% - 40px);
}

.row-block p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row-block.address p span:first-child {
    width: 110px;
}
.row-block.zip-row p span:first-child {
    width: 20px;
}
.row-block.zip-row p span:nth-child(3) {
    margin: 0 5px;
}
.row-block.zip-row p span:nth-child(2),
.row-block.zip-row p span:nth-child(4) {
    width: 115px;
}
.row-block.zip-row p a {
    background: #ccc;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    margin-left: 15px;
    padding: 5px 10px;
}

.contact-list__item.submit-btn,
.contact-list__item.submit-btn p {
    width: 100%;
}
.contact-list__item.submit-btn input {
    background: var(--base-black);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    transition-duration: .3s;
    width: 90%;
    max-width: 300px;
}
.contact-list__item.submit-btn input.wpcf7-previous {
    background: #ccc;
    color: var(--base-black);
}
.contact-list__item.submit-btn input:hover {
    opacity: .8;
}


.confirm .row-block.zip-row p span:nth-child(2),
.confirm .row-block.zip-row p span:nth-child(4) {
    width: auto;
}

.thanks-text {
    font-size: 16px;
    line-height: 2em;
    margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
    .contact-list__item dt {
        width: 100%;
    }
    .contact-list__item dd {
        width: 100%;
    }
    .row-block.zip-row p span:nth-child(2),
    .row-block.zip-row p span:nth-child(4) {
        width: 75px;
    }
    .row-block.zip-row p a {
        padding: 2px 5px;
    }
    .row-block.address p span:first-child {
        width: 150px;
    }
}

.block-flex__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.block-flex__item.w46 .block-flex__image {
    width: 40%;
}
.block-flex__item.w46 .block-flex__text {
    width: calc(60% - 25px);
}
.block-flex__item.w37 .block-flex__image {
    width: 30%;
}
.block-flex__item.w37 .block-flex__text {
    width: calc(70% - 25px);
}
.block-flex__item.w55 .block-flex__image {
    width: 50%;
}
.block-flex__item.w55 .block-flex__text {
    width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
    .flex-direction {
        flex-direction: column-reverse;
    }
    .block-flex__item.w37 .block-flex__image,
    .block-flex__item.w46 .block-flex__image,
    .block-flex__item.w55 .block-flex__image {
        width: 100%;
    }
    .block-flex__item.w37 .block-flex__text,
    .block-flex__item.w46 .block-flex__text,
    .block-flex__item.w55 .block-flex__text {
        margin: 0 0 25px;
        width: 100%;
    }
}

.block-list__item dd .bold {
    font-weight: bold;
}
.block-list__item dd .underline {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0 0;
}