.bg-border {
    background: #F3F8FA;
    border: 3px solid #0153A5;
    border-radius: 7px;
}

.page-block {
    margin: 0 0 65px;
}
.page-block__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.page-block__head {
    margin: 0 0 35px;
}
.page-block__head h2 {
    color: #0153A5;
    font-size: 32px;
    font-weight: 700;
}
.page-block__head p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 25px 0 0;
}
@media screen and (max-width: 968px) {
    .page-block {
        margin: 0 0 50px;
    }
    .page-block__head {
        margin: 0 0 25px;
    }
    .page-block__head h2 {
        font-size: 26px;
    }
    .page-block__head p {
        font-size: 18px;
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .page-block {
        margin: 0 0 45px;
    }
    .page-block__head h2 {
        font-size: 21px;
    }
    .page-block__head p {
        font-size: 14px;
        margin: 18px 0 0;
    }
}

/* page-topics */
.page-topics {
    padding: 45px;
}
.page-topics__inner ul {
    display: grid;
    gap: 15px;
}
.page-topics__inner ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.page-topics__inner ul li::before {
    content: "●";
    color: #62A6E9;
    margin-right: 10px;
    position: relative;
    top: 7px;
    text-align: center;
    width: 20px;
}
.page-topics__inner ul li div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 30px);
}
.page-topics__inner ul li p {
    font-size: 24px;
    font-weight: 500;
    width: 250px;
}
.page-topics__inner ul li span {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: 5px;
    width: calc(100% - 250px);
}
@media screen and (max-width: 968px) {
    .page-topics__inner ul li p {
        font-size: 21px;
        width: 200px;
    }
    .page-topics__inner ul li span {
        font-size: 18px;
        top: 6px;
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 768px) {
    .page-topics {
        padding: 25px 15px;
    }
    .page-topics__inner ul li::before {
        top: 1px;
    }
    .page-topics__inner ul li div {
        flex-direction: column;
    }
    .page-topics__inner ul li p {
        font-size: 18px;
        width: 100%;
    }
    .page-topics__inner ul li span {
        font-size: 15px;
        top: 5px;
        width: 100%;
    }
}

/* page-form */
.page-form {
    padding: 25px 45px;
}
.page-form__list {
    display: grid;
    gap: 45px;
}
.page-form__item.flex-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.page-form__item dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
    white-space: nowrap;
    width: max-content;
}
.page-form__item.flex-item dt {
    margin: 0;
}
.page-form__item dt::after {
    background: #B1B1B1;
    border-radius: 6px;
    content: "任意";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 28px;
    margin-left: 20px;
    width: 61px;
}
.page-form__item dt.required::after {
    background: #0153A5;
    content: "必須";
}
.page-form__item dt.notag::after {
    display: none;
}
.page-form__item dt label {
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}
.page-form__item dd {
    width: 100%;
}
.page-form__item.flex-item dd {
    margin-left: 35px;
}
.page-form__item dd input[type="text"],
.page-form__item dd input[type="email"],
.page-form__item dd input[type="tel"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    outline: none;
    padding: 0 10px;
    width: 100%;
}
.page-form__item dd textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #707070;
    font-size: 16px;
    font-weight: 500;
    min-height: 250px;
    outline: none;
    padding: 10px;
    width: 100%;
}
.page-form__item dd select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    background-image: url(../images/icon-downtriangel.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 19px;
    border: 1px solid #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    outline: none;
    padding: 0 10px;
    width: 100%;
}
.policy-text {
    background: #fff;
    border: 1px solid #707070;
    padding: 30px 25px;
}
.policy-text__in p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
.policy-check {
    margin: 20px 0 0;
    text-align: center;
}
.page-form label input[type="checkbox"],
.page-form label input[type="radio"] {
    display: none;
}
.page-form .wpcf7-list-item {
    margin: 0;
}
.page-form .wpcf7-list-item-label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-form  input[type="checkbox"] + .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #707070;
    content: "";
    display: block;
    height: 26px;
    margin-right: 15px;
    width: 26px;
}
.page-form  input[type="radio"] + .wpcf7-list-item-label::before {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    content: "";
    display: block;
    height: 26px;
    margin-right: 15px;
    width: 26px;
}
.page-form label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: url(../images/icon-check.svg) no-repeat;
    background-position: center;
    background-size: 28px;
}
.page-form label input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background: url(../images/radio-circle.svg) no-repeat;
    background-position: center;
    background-size: 16px;
}
.page-form__submit {
    margin: 45px 0 0;
}
.page-form__submit input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:
        /* 画像層 */
        url("../images/icon-circle-arrow.svg") right 15px center / 30px no-repeat,
        /* グラデーション層 */
        var(--grad4) center / cover no-repeat;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    margin: 0 auto;
    outline: none;
    width: 100%;
    max-width: 289px;
}
@media screen and (max-width: 968px) {
    .page-form {
        padding: 20px 35px;
    }
    .page-form__item dt::after {
        font-size: 14px;
        height: 28px;
        margin-left: 15px;
        width: 61px;
    }
    .page-form__item dt label {
        font-size: 18px;
    }
    .page-form__item.flex-item dd {
        margin-left: 25px;
    }
    .policy-text {
        padding: 30px 25px;
    }
    .policy-text__in p {
        font-size: 16px;
    }
    .policy-check {
        margin: 20px 0 0;
    }
    .page-form  input[type="checkbox"] + .wpcf7-list-item-label::before {
        background: #fff;
        border: 1px solid #707070;
        display: block;
        height: 26px;
        margin-right: 15px;
        width: 26px;
    }
    .page-form label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
        background: url(../images/icon-check.svg) no-repeat;
        background-position: center;
        background-size: 28px;
    }
    .page-form__submit {
        margin: 35px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .page-form {
        padding: 25px 15px;
    }
    .page-form__item.flex-item {
        flex-direction: column;
    }
    .page-form__item dt,
    .page-form__item dd {
        width: 100%;
    }
    .page-form__item.flex-item dt,
    .page-form__item dt {
        margin: 0 0 10px;
    }
    .page-form__item.flex-item dd {
        margin: 0;
    }
    .page-form__item dt label {
        font-size: 16px;
        white-space: normal;
    }
    .policy-text {
        padding: 20px 15px;
    }
    .policy-text__in p {
        font-size: 14px;
    }
    .page-form .wpcf7-list-item-label {
        font-size: 14px;
    }
    .page-form  input[type="checkbox"] + .wpcf7-list-item-label::before {
        height: 20px;
        margin-right: 10px;
        width: 20px;
    }
    .page-form label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
        background-size: 25px;
    }
}

/* faq */
.page-faq .container {
    background: #F3F8FA;
}
.faq-content {
    padding: 50px 0;
}
.faq-content__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.faq-content__list {
    display: grid;
    gap: 65px;
}
.faq-content__item dt {
    border-bottom: 5px solid #0153A5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.faq-content__item dt .faq-num {
    color: #0153A5;
    font-size: 21px;
    font-weight: 700;
    width: 40px;
}
.faq-content__item dt p {
    color: #0153A5;
    font-size: 21px;
    font-weight: 700;
    width: calc(100% - 40px);
}
.faq-content__item dd p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
.area-image {
    margin: 45px 0 0;
}
.ba-images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 34px;
    margin: 45px 0 0;
    position: relative;
}
.ba-images::after {
    background: url(../images/ba-triangel.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    margin: auto;
    height: 84px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 48px;
}
.ba-image {
    line-height: 0;
    width: calc(50% - 17px);
}
.contactcard {
    background: #0153A5;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 45px auto 0;
    position: relative;
    width: 100%;
    max-width: 1014px;
}
.contactcard::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
}
.contactcard-item {
    text-align: center;
    width: 50%;
}
.contactcard-item a {
    display: block;
    padding: 20px;
}
@media screen and (max-width: 968px) {
    .faq-content__item dt {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .faq-content__item dt .faq-num {
        font-size: 18px;
        width: 40px;
    }
    .faq-content__item dt p {
        font-size: 18px;
    }
    .faq-content__item dd p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .faq-content__item dt .faq-num {
        font-size: 16px;
        width: 30px;
    }
    .faq-content__item dt p {
        font-size: 16px;
        width: calc(100% - 30px);
    }
    .faq-content__item dd p {
        font-size: 16px;
    }
    .area-image {
        margin: 35px 0 0;
    }
    .ba-images {
        margin: 35px 0 0;
    }
    .ba-images::after {
        background-image: url(../images/ba-triangel-b.png);
        height: 24px;
        width: 42px;
    }
    .ba-image {
        width: 100%;
    }
    .contactcard {
        margin: 35px auto 0;
    }
    .contactcard::before {
        display: none;
    }
    .contactcard-item {
        width: 100%;
    }
    .contactcard-item:first-child {
        border-bottom: 3px solid #fff;
    }
}

/* page-company */
.page-company {
    padding: 0 0 65px;
}
.page-company__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.page-company__image {
    margin: 0 0 35px;
}
.page-company__list {
    display: grid;
    gap: 20px;
}
.page-company__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.page-company__item dt {
    width: 200px;
}
.page-company__item dt p {
    background: #0153A5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.page-company__item dd {
    width: calc(100% - 200px);
}
.page-company__item dt p,
.page-company__item dd p {
    font-size: 24px;
    font-weight: 500;
}
.page-company__item dd p {
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .page-company {
        padding: 0 0 50px;
    }
    .page-company__item dt {
        width: 150px;
    }
    .page-company__item dd {
        width: calc(100% - 150px);
    }
    .page-company__item dt p,
    .page-company__item dd p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .page-company {
        padding: 0 0 45px;
    }
    .page-company__item dt {
        margin: 0 0 8px;
        width: 100%;
    }
    .page-company__item dd {
        width: 100%;
    }
    .page-company__item dt p,
    .page-company__item dd p {
        font-size: 16px;
    }
}

/* staff-introduction */
.staff-introduction {
    background: #F3F8FA;
    padding: 65px 0 0;
}
.staff-introduction__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.staff-introduction__head {
    margin: 0 0 35px;
}
.staff-introduction__head h2 {
    color: #0153A5;
    font-size: 40px;
    font-weight: 700;
}
.staff-introduction__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.staff-introduction__image {
    line-height: 0;
}
.staff-introduction__text {
    padding: 10px 0 0;
}
.staff-introduction__text .devision,
.staff-introduction__text .msg {
    font-size: 20px;
    font-weight: 400;
}
.staff-introduction__text .name {
    font-size: 28px;
    font-weight: 500;
    margin: 5px 0 2px;
}
@media screen and (max-width: 968px) {
    .staff-introduction {
        padding: 50px 0 0;
    }
    .staff-introduction__head h2 {
        font-size: 32px;
    }
    .staff-introduction__text .devision,
    .staff-introduction__text .msg {
        font-size: 16px;
    }
    .staff-introduction__text .name {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .staff-introduction {
        padding: 50px 0 0;
    }
    .staff-introduction__head h2 {
        font-size: 26px;
    }
    .staff-introduction__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .staff-introduction__text .devision,
    .staff-introduction__text .msg {
        font-size: 14px;
    }
    .staff-introduction__text .name {
        font-size: 18px;
    }
}

/* qualification-introduction */
.qualification-introduction {
    background: #F3F8FA;
    padding: 65px 0;
}
.qualification-introduction__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.qualification-introduction__head {
    margin: 0 0 25px;
}
.qualification-introduction__head h2 {
    color: #0153A5;
    font-size: 32px;
    font-weight: 700;
}
.qualification-introduction__body ul li {
    font-size: 20px;
    font-weight: 400;
}
.qualification-introduction__body ul li::before {
    content: "・";
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .qualification-introduction {
        padding: 50px 0;
    }
    .qualification-introduction__head h2 {
        font-size: 26px;
    }
    .qualification-introduction__body ul li {
        font-size: 18px;
    }
    .qualification-introduction__body ul li::before {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .qualification-introduction {
        padding: 45px 0;
    }
    .qualification-introduction__head h2 {
        font-size: 21px;
    }
    .qualification-introduction__body ul li {
        font-size: 14px;
    }
    .qualification-introduction__body ul li::before {
        font-size: 14px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

.flex-material.page-form__item.flex-item dt {
    width: 300px;
}
.flex-material.page-form__item.flex-item dd {
    width: calc(100% - 300px);
}
.flex-material span.wpcf7-form-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
}
.flex-material span.wpcf7-form-control.wpcf7-checkbox.type,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.intercom,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.intercomfunction {
    flex-direction: column;
    align-items: flex-start;
}
.flex-material span.wpcf7-form-control.wpcf7-radio.time,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.dates {
    gap: 25px;
}
.flex-material span.wpcf7-form-control .wpcf7-list-item {
    width: 50%;
}
.flex-material span.wpcf7-form-control.wpcf7-radio.time .wpcf7-list-item,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.dates .wpcf7-list-item {
    width: max-content;
    max-width: max-content;
}
.flex-material span.wpcf7-form-control.wpcf7-checkbox.type .wpcf7-list-item,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.intercom .wpcf7-list-item,
.flex-material span.wpcf7-form-control.wpcf7-checkbox.intercomfunction .wpcf7-list-item {
    width: 100%;
}
.flex-material span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 20px;
    font-weight: 500;
    justify-content: flex-start;
}
.page-form__item.flex-item dd p {
    font-size: 24px;
    font-weight: 500;
}
.page-form__item.flex-item dd p.otherselect {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 10px 35px;
}
@media screen and (max-width: 968px) {
    .page-form__item.flex-item dd p {
        font-size: 18px;
    }
    .page-form__item.flex-item dd p.otherselect {
        margin: 15px 0 10px;
    }
    .flex-material span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .flex-material.page-form__item.flex-item dt {
        width: 100%;
    }
    .flex-material.page-form__item.flex-item dd {
        width: 100%;
    }
    .page-form__item.flex-item dd p {
        font-size: 16px;
    }
    .page-form__item.flex-item dd p.otherselect {
        font-size: 13px;
    }
    .flex-material span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 16px;
    }
}

/* intercom detail */
.intercom-detail {
    background: #fff;
    border: 3px solid #0153A5;
    border-radius: 16px;
    padding: 30px 35px 45px;
}
.intercom-detail__head {
    margin: 0 0 30px;
}
.intercom-detail__head h3 {
    color: #0153A5;
    font-size: 24px;
    font-weight: 700;
}
.intercom-detail__list {
    display: grid;
    gap: 35px;
}
.intercom-detail__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.intercom-detail__item:last-child {
    flex-direction: column;
}
.intercom-detail__item dt {
    display: block;
    width: 520px;
}
.intercom-detail__item dd {
    width: calc(100% - 520px);
}
.intercom-detail__item:last-child dt,
.intercom-detail__item:last-child dd {
    width: 100%;
}
.intercom-detail__item:last-child dt {
    margin: 0 0 20px;
}
.intercom-detail__item dt::after {
    display: none;
}

.intercom-detail__item dt label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}
.intercom-detail__item dt label::after {
    background: #B1B1B1;
    border-radius: 6px;
    content: "任意";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 28px;
    margin-left: 20px;
    width: 61px;
}
.intercom-detail__item dt .notice {
    color: #EA0723;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0;
    width: 80%;
    white-space: normal;
}
.page-form__item p.note {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 20px;
}
.page-form__item.small dt::after {
    display: none;
}
.page-form__item.small dt label {
    font-size: 20px;
    font-weight: 400;
}
.inputblocks {
    display: grid;
    gap: 20px;
}
.inputblock label {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}
.intercom-detail__item.page-form__item.shortitem dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}
.intercom-detail__item.page-form__item.shortitem dd input {
    margin-right: 5px;
    width: 150px;
}
@media screen and (max-width: 968px) {
    .intercom-detail {
        padding: 25px 25px 35px;
    }
    .intercom-detail__head {
        margin: 0 0 25px;
    }
    .intercom-detail__head h3 {
        font-size: 21px;
    }
    .intercom-detail__list {
        gap: 35px;
    }
    .intercom-detail__item dt {
        width: 380px;
    }
    .intercom-detail__item dd {
        width: calc(100% - 380px);
    }

    .intercom-detail__item dt label {
        font-size: 18px;
    }
    .intercom-detail__item dt label::after {
        font-size: 16px;
        height: 28px;
        margin-left: 20px;
        width: 61px;
    }
    .intercom-detail__item dt .notice {
        font-size: 14px;
        width: 80%;
    }
    .page-form__item p.note {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .page-form__item.small dt label {
        font-size: 16px;
    }
    .inputblocks {
        gap: 20px;
    }
    .inputblock label {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .intercom-detail__item.page-form__item.shortitem dd {
        font-size: 20px;
    }
    .intercom-detail__item.page-form__item.shortitem dd input {
        margin-right: 5px;
        width: 150px;
    }
}
@media screen and (max-width: 768px) {
    .intercom-detail {
        padding: 20px 15px 25px;
    }
    .intercom-detail__head h3 {
        font-size: 18px;
    }
    .intercom-detail__item dt,
    .intercom-detail__item dd {
        width: 100%;
    }
    .intercom-detail__item dt {
        margin: 0 0 15px;
    }
    .intercom-detail__item dt label {
        font-size: 16px;
    }
}

/* strength */
body.page-about .mv {
    margin: 0;
}
.strength {
    background: #F3F8FA;
}
.strength-inner {
    max-width: 1196px;
}
.strength-head {
    margin: 0 0 35px;
    text-align: center;
    width: 100%;
}
.strength-head h2 {
    color: #0153A5;
    font-size: 51px;
    font-weight: 900;
}
.strength-items {
    background: #fff;
    border: 3px solid #0153A5;
    display: grid;
    gap: 32px;
    padding: 50px;
}
.strength-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.strength-item__image {
    line-height: 0;
    width: 365px;
}
.strength-item__text {
    width: calc(100% - 385px);
}
.strength-item__text h3 {
    border-bottom: 4px solid #0153A5;
    color: #0153A5;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 8px;
}
.strength-item__text p {
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .strength-head h2 {
        font-size: 40px;
    }
    .strength-items {
        padding: 25px 15px;
    }
    .strength-item__image {
        width: 250px;
    }
    .strength-item__text {
        width: calc(100% - 270px);
    }
    .strength-item__text h3 {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }
    .strength-item__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .strength-head {
        width: 100%;
    }
    .strength-inner {
        flex-direction: column;
    }
    .strength-head h2 {
        font-size: 32px;
    }
    .strength-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .strength-item__text {
        width: 100%;
    }
    .strength-item__text h3 {
        font-size: 16px;
    }
    .strength-item__text p {
        font-size: 14px;
    }
}

/* navigationbar */
.navigationbar {
    background: var(--grad1);
    background: var(--grad2);
    padding: 20px 0;
}
.navigationbar-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.navigationbar-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.navigationbar-item {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 155px;
    text-align: center;
    width: 155px;
}
.navigationbar-item p {
    color: #0153A5;
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 1168px) {
    .navigationbar-items {
        justify-content: center;
    }
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .navigationbar-item {
        height: 120px;
        width: 120px;
    }
}

/* blockname */
.works {
    padding: 85px 0;
}
.works-inner {
    max-width: 1196px;
}
.works-introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.works-introduction__image {
    line-height: 0;
    width: 544px;
}
.works-introduction__text {
    width: calc(100% - 564px);
}
.works-introduction__text h3 {
    background: var(--grad1);
    background: var(--grad2);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
}
.works-introduction__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
.works-bacards {
    display: grid;
    gap: 35px;
    margin: 65px 0 0;
}
.works-bacard,
.works-bacard__images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.works-bacard__images {
    width: 780px;
}
.works-bacard__text {
    width: calc(100% - 800px);
}
.works-bacard__images {
    background: url(../images/ba-triangel.png) no-repeat;
    background-position: center;
    background-size: 28px 64px;
    gap: 34px;
    line-height: 0;
}
.works-bacard__image {
    line-height: 0;
    width: calc(50% - 17px);
}
.works-bacard__text h3 {
    color: #204483;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px;
}
.works-bacard__text ul li {
    font-size: 18px;
    font-weight: 700;
}
.works-serviceabout {
    background: #F3F8FA;
    border: 3px solid #0153A5;
    margin: 50px 0 0;
    padding: 35px;
    text-align: center;
}
.works-serviceabout h3 {
    border-bottom: 6px solid #0153A5;
    color: #0153A5;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 0 0 5px;
}
.works-serviceabout p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 1168px) {
    .works-introduction__image {
        width: 400px;
    }
    .works-introduction__text {
        width: calc(100% - 420px);
    }
    .works-introduction__text h3 {
        font-size: 26px;
    }
    .works-introduction__text p {
        font-size: 18px;
    }
    .works-bacard__images {
        width: 500px;
    }
    .works-bacard__text {
        width: calc(100% - 520px);
    }
}
@media screen and (max-width: 968px) {
    .works-introduction__image {
        width: 300px;
    }
    .works-introduction__text {
        width: calc(100% - 320px);
    }
    .works-introduction__text h3 {
        font-size: 23px;
    }
    .works-introduction__text p {
        font-size: 16px;
    }
    .works-bacard__images {
        width: 350px;
    }
    .works-bacard__text {
        width: calc(100% - 370px);
    }
    .works-bacard__text h3 {
        font-size: 26px;
    }
    .works-bacard__text ul li {
        font-size: 16px;
    }
    .works-serviceabout {
        margin: 45px 0 0;
        padding: 25px;
    }
    .works-serviceabout h3 {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .works-serviceabout p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .works-introduction__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .works-introduction__text {
        width: 100%;
    }
    .works-introduction__text h3 {
        font-size: 21px;
    }
    .works-introduction__text p {
        font-size: 14px;
    }
    .works-bacard__images,
    .works-bacard__text {
        width: 100%;
    }
    .works-bacard__images {
        background-image: url(../images/ba-triangel-b.png);
        background-size: 84px 48px;
        margin: 0 0 15px;
    }
    .works-bacard__image {
        width: 100%;
    }
    .works-bacard__text h3 {
        font-size: 21px;
        margin: 0 0 10px;
    }
    .works-bacard__text ul li {
        font-size: 14px;
    }
    .works-serviceabout {
        margin: 35px 0 0;
        padding: 25px 20px;
    }
    .works-serviceabout h3 {
        font-size: 21px;
        margin: 0 0 15px;
    }
    .works-serviceabout p {
        font-size: 14px;
    }
}

/* about-bloks */
.about-blocks {
    background: #fff;
    padding: 75px 0;
}
.about-blocks.bg {
    background: #F3F8FA;
}
.about-blocks__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.about-blocks__head {
    margin: 0 0 35px;
}
.about-blocks__head h2 {
    color: #204483;
    font-size: 40px;
    font-weight: 700;
}
.about-blocks__body {
    display: grid;
    gap: 35px;
}
.about-document {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-document__image {
    line-height: 0;
    width: 545px;
}
.about-document__text {
    width: calc(100% - 575px);
}
.fleximage .about-document__image {
    width: 47.5%;
}
.fullimage .about-document__image {
    margin: 0 auto;
    width: 100%;
    max-width: 882px;
}
.about-document__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
}
.about-document__image.bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 333px;
    text-align: center;
}
.bgimage1 {
    background-image: url(../images/other1.jpg);
}
.bgimage2 {
    background-image: url(../images/other2.jpg);
}
.about-document__image.bgimage p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .about-blocks__head {
        margin: 0 0 30px;
    }
    .about-blocks__head h2 {
        font-size: 32px;
    }
    .about-document__image {
        width: 320px;
    }
    .fleximage .about-document__image {
        width: 49%;
    }
    .about-document__text {
        width: calc(100% - 350px);
    }
    .about-document__text p {
        font-size: 18px;
    }
    .about-document__image.bgimage p {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .about-blocks__head {
        margin: 0 0 25px;
    }
    .about-blocks__head h2 {
        font-size: 26px;
    }
    .fleximage {
        gap: 15px;
    }
    .about-document__image {
        width: 100%;
    }
    .fleximage .about-document__image {
        width: 100%;
    }
    .about-document__text {
        width: 100%;
    }
    .about-document__text p {
        font-size: 16px;
    }
    .about-document__image.bgimage p {
        font-size: 26px;
    }
}

/* column detail */
.column-detail {
    padding: 0 0 150px;
}
.column-detail__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1196px;
}
.column-detail__head {
    margin: 0 0 45px;
}
.column-detail__head h1 {
    color: var(--main-theme-color);
    font-size: 48px;
    font-weight: 700;
}
.column-detail__body h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.column-detail__body h3 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.column-detail__body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 25px;
}
@media screen and (max-width: 968px) {
    .column-detail__head {
        margin: 0 0 35px;
    }
    .column-detail__head h1 {
        font-size: 32px;
    }
    .column-detail__body h2,
    .column-detail__body h3 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .column-detail__body p {
        font-size: 18px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .column-detail__head {
        margin: 0 0 25px;
    }
    .column-detail__head h1 {
        font-size: 26px;
    }
    .column-detail__body h2,
    .column-detail__body h3 {
        font-size: 23px;
    }
    .column-detail__body p {
        font-size: 16px;
    }
}

/* archivement detail */
.archivement-detail {
    padding: 0 0 150px;
}
.archivement-detail__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1026px;
}
.archivement-detail__head {
    margin: 0 0 45px;
}
.archivement-detail__head h1 {
    color: var(--main-theme-color);
    font-size: 48px;
    font-weight: 700;
}
.archivement-detail__body h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.archivement-detail__body h3 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.archivement-detail__body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 25px;
}
.wp-block-columns {
    margin: 0 0 25px;
}
.archivement-detail__info {
    margin: 45px 0 0;
}
.archivement-info__list {
    display: grid;
    gap: 20px;
}
.archivement-info__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.archivement-info__item dt {
    font-size: 28px;
    font-weight: 500;
    width: 200px;
}
.archivement-info__item dd {
    border: 1px solid #707070;
    padding: 8px;
    width: calc(100% - 225px);
}
.archivement-info__item.textareabox dd {
    min-height: 250px;
}
@media screen and (max-width: 968px) {
    .archivement-detail__head {
        margin: 0 0 35px;
    }
    .archivement-detail__head h1 {
        font-size: 32px;
    }
    .archivement-detail__body h2,
    .archivement-detail__body h3 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .archivement-detail__body p {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .wp-block-columns {
        margin: 0 0 20px;
    }
    :where(.wp-block-columns.is-layout-flex) {
        gap: 20px;
    }
    .archivement-detail__info {
        margin: 35px 0 0;
    }
    .archivement-info__item dt {
        font-size: 21px;
        width: 150px;
    }
    .archivement-info__item dd {
        width: calc(100% - 175px);
    }
}
@media screen and (max-width: 768px) {
    .archivement-detail__head {
        margin: 0 0 25px;
    }
    .archivement-detail__head h1 {
        font-size: 26px;
    }
    .archivement-detail__body h2,
    .archivement-detail__body h3 {
        font-size: 23px;
    }
    .archivement-detail__body p {
        font-size: 16px;
    }
    .archivement-info__item dt {
        font-size: 18px;
        margin: 0 0 8px;
        width: 100%;
    }
    .archivement-info__item dd {
        width: 100%;
    }
}

/* archive */
.archive {
    padding: 0 0 100px;
}
.archive-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.archive-head {
    margin: 0 0 35px;
}
.archive-head h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 45px;
}
.archive-category__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}
.archive-category__item a {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    height: 43px;
    padding: 0 20px;
    width: max-content;
}
.archive-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.archive-card__image {
    line-height: 0;
    position: relative;
}
.archive-card__category {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    bottom: 0;
}
.archive-card__cat {
    background: var(--grad1);
    background: var(--grad2);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 5px 25px;
}
.archive-card__text {
    margin: 20px 0 0;
}
.archive-card__ttl {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.archive-card__date {
    color: #727272;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .archive-head {
        margin: 0 0 25px;
    }
    .archive-head h2 {
        font-size: 26px;
        margin: 0 0 35px;
    }
    .archive-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .archive-card__ttl {
        font-size: 16px;
        margin: 0 0 12px;
    }
    .archive-card__date {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .archive-head {
        margin: 0 0 20px;
    }
    .archive-head h2 {
        font-size: 23px;
        margin: 0 0 25px;
    }
    .archive-category__item a {
        font-size: 14px;
        height: 36px;
    }
    .archive-card__text {
        margin: 15px 0 0;
    }
    .archive-cards {
        grid-template-columns: 1fr;
    }
    .archive-card__ttl {
        font-size: 15px;
    }
    .archive-card__date {
        font-size: 13px;
    }
}

/* pagecont */
.pagecont {
    padding: 0 0 100px;
}
.pagecont-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.pagecont-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 25px;
}
.pagecont-body p.up {
    font-size: 22px;
}
.pagecont-body p:empty {
    height: 30px;
}
.pagecont-body p a {
    color: #078CE4;
    text-decoration: underline;
}
.pagecont-body h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.pagecont-body h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 25px;
}
@media screen and (max-width: 968px) {
    .pagecont-body p {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .pagecont-body p.up {
        font-size: 20px;
    }
    .pagecont-body p:empty {
        height: 25px;
    }
    .pagecont-body h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .pagecont-body h3 {
        font-size: 21px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .pagecont-body p {
        font-size: 14px;
    }
    .pagecont-body p.up {
        font-size: 16px;
    }
    .pagecont-body p:empty {
        height: 20px;
    }
    .pagecont-body h2 {
        font-size: 21px;
    }
    .pagecont-body h3 {
        font-size: 18px;
    }
}

/* ec */
.ec {
    padding: 0 0 65px;
}
.ec-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.ec-head {
    margin: 0 0 35px;
}
.ec-head h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 45px;
}
.ec-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}
.ec-item__image {
    line-height: 0;
}
.ec-item__text .ttl {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 0;
}
.ec-item__text .txt {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 0;
}
.ec-item__text .moredetail {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    height: 67px;
    margin: 25px auto 0;
    text-align: center;
    width: 85%;
}
@media screen and (max-width: 968px) {
    .ec-head {
        margin: 0 0 25px;
    }
    .ec-head h2 {
        font-size: 26px;
        margin: 0 0 35px;
    }
    .ec-items {
        gap: 25px;
    }
    .ec-item__text .ttl {
        font-size: 23px;
    }
    .ec-item__text .txt {
        font-size: 18px;
    }
    .ec-item__text .moredetail {
        font-size: 23px;
        height: 55px;
    }
}
@media screen and (max-width: 768px) {
    .ec-head {
        margin: 0 0 20px;
    }
    .ec-head h2 {
        font-size: 23px;
        margin: 0 0 25px;
    }
    .ec-items {
        grid-template-columns: 1fr;
    }
    .ec-item__text .ttl {
        font-size: 18px;
    }
    .ec-item__text .txt {
        font-size: 14px;
    }
    .ec-item__text .moredetail {
        font-size: 18px;
        height: 50px;
    }
}

/* ec3 */
.page-ec3 .mv {
    margin: 0;
}
.ec3 {
    background: #F3F8FA;
    padding: 50px 0;
}
.ec3-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.ec3-left,
.ec3-right {
    width: 48.5%;
}
.ec3-left h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
}
.ec3about {
    padding: 50px 0;
}
.ec3about-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.ec3about-head {
    margin: 0 0 35px;
}
.ec3about-head h2 {
    font-size: 28px;
    font-weight: 500;
}
.ec3about-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ec3about-left {
    width: 320px;
}
.ec3about-right {
    width: calc(100% - 355px);
}
.ec3about-right p {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .ec3-left h2 {
        font-size: 26px;
    }
    .ec3about-head h2 {
        font-size: 24px;
    }
    .ec3about-left {
        width: 250px;
    }
    .ec3about-right {
        width: calc(100% - 275px);
    }
    .ec3about-right p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .ec3-left,
    .ec3-right {
        width: 100%;
    }
    .ec3-left {
        margin: 0 0 20px;
    }
    .ec3-left h2 {
        font-size: 23px;
    }
    .ec3about {
        padding: 35px 0;
    }
    .ec3about-head {
        margin: 0 0 25px;
    }
    .ec3about-head h2 {
        font-size: 21px;
    }
    .ec3about-left {
        margin: 0 0 20px;
        width: 100%;
    }
    .ec3about-right {
        width: 100%;
    }
    .ec3about-right p {
        font-size: 16px;
    }
}

/* ec3howto */
.ec3howto {
    padding: 50px 0;
}
.ec3howto-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.ec3howto-head {
    border-bottom: 1px solid var(--main-theme-color);
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.ec3howto-head h2 {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 700;
}
.ec3howto-list {
    display: grid;
    gap: 50px;
}
.ec3howto-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ec3howto-item:not(:last-child)::after {
    background: url(../images/howto-triangel.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 29px;
    position: absolute;
    left:  calc((174px / 2) - (51px / 2));
    bottom: -35px;
    width: 51px;
}
.ec3howto-item dt {
    width: 174px;
}
.ec3howto-item dd {
    width: calc(100% - 200px);
}
.ec3howto-item dd p {
    font-size: 28px;
    font-weight: 500;
}
.ec3howto-notice {
    margin: 35px 0 0;
}
.notice-tag {
    background: #D21212;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    height: 34px;
    margin: 0 0 15px;
    padding: 0 20px;
    width: 100%;
    max-width: max-content;
}
.notice-text {
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .ec3howto-head h2 {
        font-size: 26px;
    }
    .ec3howto-item:not(:last-child)::after {
        height: 29px;
        left:  calc((140px / 2) - (51px / 2));
        bottom: -35px;
        width: 51px;
    }
    .ec3howto-item dt {
        width: 140px;
    }
    .ec3howto-item dd {
        width: calc(100% - 160px);
    }
    .ec3howto-item dd p {
        font-size: 18px;
    }
    .ec3howto-notice {
        margin: 30px 0 0;
    }
    .notice-tag {
        font-size: 18px;
        height: 30px;
    }
    .notice-text {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .ec3howto-head h2 {
        font-size: 23px;
    }
    .ec3howto-list {
        gap: 25px;
    }
    .ec3howto-item:not(:last-child)::after {
        height: 18px;
        left: calc((100px / 2) - (30px / 2));
        bottom: -20px;
        width: 30px;
    }
    .ec3howto-item dt {
        width: 100px;
    }
    .ec3howto-item dd {
        width: calc(100% - 120px);
    }
    .ec3howto-item dd p {
        font-size: 14px;
    }
    .ec3howto-notice {
        margin: 25px 0 0;
    }
    .notice-tag {
        font-size: 16px;
    }
    .notice-text {
        font-size: 16px;
    }
}

/* ec2 */
.ec2 {
    background: #F3F8FA;
    padding: 50px 0;
}
.ec2-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1180px;
}
.ec2-ttl {
    margin-bottom: 20px;
    font-size: 2em;
}

.ec2-sell-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 3em;
}
.ec2-sell-box>div {
    background-color: #fff;
    border: 1px solid var(--main-theme-color);
    padding: 20px;
    height: 100%;
}
.ec2-sell-box h4 {
    margin: 0 0 10px;
    font-size: 1.4em;
    background: var(--main-theme-color);
    padding: 5px 12px;
    color: #fff;
}
.ec2-sell-box form {
    margin-top: 10px;
}
.ec2-price {
    font-weight: bold;
    font-size: 1.6em;
    margin-top: 5px;
}
@media screen and (max-width: 968px) {
    .ec2-sell-box {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 768px) {
    .ec2-sell-box {
        grid-template-columns: 1fr;
        font-size: 1.4em;
    }
    .ec2-sell-box h4 {
        font-size: 1em;
    }
}

/* e-shopsカート */
/* sell-box */
.sell-ttl {
    margin-bottom: 20px;
    font-size: 2em;
}
.sell-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 1.5em;
}
.sell-box div {
    background-color: #fff;
    border: 1px solid var(--main-theme-color);
    padding: 20px;
}
.sell-box form {
    margin-top: 10px;
}
.sell-box h4 {
    margin: 10px 0;
    font-size: 1.4em;
}
.sell-box dt {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 12px;
}
.sell-box dd {
    font-size: 1em !important;
    margin-bottom: 7px;
    line-height: 1.6;
}
@media screen and (max-width: 968px) {
    .sell-box {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 768px) {
    .sell-box {
        grid-template-columns: 1fr;
        font-size: 1.4em;
    }
    .sell-box h4 {
        font-size: 1em;
    }
}


/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}