@charset "UTF-8";

/*-------------------------------------------

    0. anker--reset
    1. anker--type01
    1. anker--type02
    1. anker--type03

-------------------------------------------*/

/* anker--reset
----------------------------------------------------------------*/

/* anker--type01
----------------------------------------------------------------*/

.edit_area.type01 {
}

.edit_area.type03 {
    background-color: #f5fffd;
}

.edit_area.type05 {
    background-color: #fff;
}

/* ipad~ */
@media screen and (min-width: 769px) {
    .edit_area.type01 { 
        /* padding-bottom: 80px; */
    }
}

/* a_etr
----------------------------------------------------------------*/

.edit_area.type01 .a_etr {
    /* border: 1px solid #000; */
    background-color: #f5fffd;
    padding: 40px 0;
    margin-top: 30px;
    padding-bottom: 40px;

    @media screen and (min-width: 769px) {
            padding-bottom: 80px;
    }


    .full {
        & p {
            @media screen and (min-width: 769px) {
                margin-bottom: 5px;
            }
        }
    }
}

/* .t_center {
	& img {
		width: 100%;
	}
} */

/* anker--type02
----------------------------------------------------------------*/

.blue-underline {
    border-bottom: 2px solid #ca0006;
    font-weight: bold;
}

.edit_area.type02 {
    margin-bottom: 40px;
}

.edit_area.type02 .box {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 34px;
    margin-bottom: 20px;
}

.edit_area.type02 .box .photo-set .photo {
    text-align: center;
    margin: 0 0 14px;
}

.edit_area.type02 .box .photo-set .text {
}

.edit_area.type02 ul li:before {
    content: "●";
}

/* ipad~ */
@media screen and (min-width: 769px) {
    .edit_area.type02 {
        margin-bottom: 80px;
    }

    .edit_area.type02 .box .photo-set .photo {
        width: 25%;
    }

    .edit_area.type02 .box .photo-set .text {
        width: 75%;
    }
}

/* anker--type03
----------------------------------------------------------------*/

.edit_area.type03 {
    padding-bottom: 40px;
}

.edit_area.type03_01 {
    padding-bottom: 0;
}

.edit_area.type03 .photo-set {
    margin-bottom: 30px;

    &:last-child {
        margin-bottom: 0;
    }
}

.edit_area.type03 .photo-set .photo {
    text-align: center;
    margin: 0 0 14px;
}

.edit_area.type03 .photo-set .photo_etr {
    & img {
        width: 24rem;
    }
}

.edit_area.type03 .photo-set .text {
}

/* ipad~ */
@media screen and (min-width: 769px) {
    .edit_area.type03 {
        padding-bottom: 80px;
    }

    .edit_area.type03_01 {
        padding-bottom: 0;
    }

    .edit_area.type03 .photo-set .photo {
        width: 25%;
    }

    .edit_area.type03 .photo-set .text {
        width: 70%;
    }

    .edit_area.type03 .photo-set .full {
        width: 100%;
    }
}

/* anker--type04
----------------------------------------------------------------*/

.edit_area.type04 {
    padding-bottom: 40px;
}

.edit_area.type04 table {
    margin: 0 auto 20px;
    padding: 0;
    /*max-width: 720px;*/
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.edit_area.type04 table caption {
    margin: 0 0 5px;
    padding: 0;

    font-weight: normal;
    color: #333;
    font-size: 1.4rem;

    line-height: 1.6em;
    text-align: left;
}

.edit_area.type04 table caption span {
    color: #ff9900;
}

.edit_area.type04 table thead tr th {
    margin: 0;
    padding: 8px 10px;

    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;

    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    background-color: #ccc;
    border: 1px solid #fff;
}

.edit_area.type04 table thead tr th.t_style01 {
    background-color: #666666;
}

.edit_area.type04 table thead tr th.t_style02 {
    background-color: #bb020a;
}

.edit_area.type04 table thead tr th.t_style03 {
    background-color: #64a330;
}

.edit_area.type04 table thead tr th.t_style04 {
    background-color: #2e61a0;
}

.edit_area.type04 table thead tr th a {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;

    line-height: 1.25em;
}

.edit_area.type04 table tbody tr th {
    margin: 0;
    padding: 12px 10px;

    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;

    line-height: 1.6em;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #ccc;
    background-color: #004d91;
}

.edit_area.type04 table tbody tr td {
    padding: 2px 10px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.25em;
    text-align: left;
    vertical-align: middle;
    background-color: #ffffcc;
    border: 1px solid #ccc;
}

.edit_area.type04 table tbody tr td.t_style05 {
    text-align: center;
    vertical-align: middle;
}

.edit_area.type04 table tbody tr.t_style06 td {
    font-size: 1.4rem;

    line-height: 1.25em;

    background-color: #fff;
}

.edit_area.type04 table tbody tr td a {
    color: #0157b6;
}

.edit_area.type04 table tbody tr td span {
    color: #ff9900;
}

.edit_area.type04 table tbody tr td span.caution {
    color: #cc0000;
}

.edit_area.type04 table tbody tr td img {
    display: inline;
    margin: 0;
    padding: 0;
    transform: scale(0.7);
}

.edit_area.type04 table tbody tr td {
}

/* ipad~ */
@media screen and (min-width: 769px) {
    .edit_area.type04 {
        padding-bottom: 105px;
    }

    .edit_area.type04 table {
    }

    .edit_area.type04 table caption {
    }

    .edit_area.type04 table caption span {
    }

    .edit_area.type04 table thead tr th {
    }

    .edit_area.type04 table thead tr th.t_style01 {
    }

    .edit_area.type04 table thead tr th.t_style02 {
    }

    .edit_area.type04 table thead tr th.t_style03 {
    }

    .edit_area.type04 table thead tr th.t_style04 {
    }

    .edit_area.type04 table thead tr th a {
    }

    .edit_area.type04 table thead tr th a:hover,
    .edit_area.type04 table thead tr th a:active {
    }

    .edit_area.type04 table tbody tr th {
    }

    .edit_area.type04 table tbody tr td {
        padding: 12px 15px;
    }

    .edit_area.type04 table tbody tr td.t_style05 {
    }

    .edit_area.type04 table tbody tr.t_style06 td {
    }

    .edit_area.type04 table tbody tr td a {
    }

    .edit_area.type04 table tbody tr td a:hover {
        color: #ff9900;
        text-decoration: underline;
    }

    .edit_area.type04 table tbody tr td span {
    }

    .edit_area.type04 table tbody tr td span.caution {
    }

    .edit_area.type04 table tbody tr td img {
        transform: scale(1);
    }

    .edit_area.type04 table tbody tr td {
    }
}

.type04 {
    background-color: #f5f8fd;
    padding-top: 40px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .type04 {
        padding-top: 35px;
        padding-bottom: 10px;
    }
}

.type04 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .type04 .container {
        flex-direction: column;
    }
}

.type04 .container .left {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .type04 .container .left {
        padding-top: 0px;
    }
}

.type04 .container .left .text1 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .type04 .container .left .text1 {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 16.5px;
        letter-spacing: 0.05em;
        line-height: 20px;
        text-align: center;
        color: #000;
    }
}

@media screen and (max-width: 767px) {
    .type04 .container .left img {
        transform: scale(0.85) translate(10%, -10%);
    }
}

.type04 .container .left .text2 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    color: black;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .type04 .container .left .text2 {
        font-family: "Noto Sans JP";
        font-weight: 500;
        font-size: 15.5px;
        letter-spacing: 0.02em;
        text-align: center;
        padding-top: 0;
    }
}

.type04 .container .left .text2 span {
    color: #ca0006;
}

@media screen and (max-width: 767px) {
    .type04 .container .right {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .type04 .container .right img {
        width: 100%;
    }
}

.type04 .group {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .type04 .group {
        margin-bottom: 30px;
    }
}

.type04 .group .title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.18em;
    text-align: center;
    color: #fff;
    padding: 12px 30px;
    background-color: #50a5eb;
    width: fit-content;
    margin-top: 35px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .type04 .group .title {
        font-size: 16.5px;
        padding: 12px 12px;
        width: initial;
        margin-top: -2px;
        margin-bottom: 20px;
    }
}

.type04 .group .title span {
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .type04 .group .title span {
        vertical-align: text-bottom;
    }
}

.type04 .group .part {
    font-weight: normal;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    color: #50a5eb;
    line-height: 3rem;
}

.type04 .group .text.special {
    margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .type04 .group .text.special {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 13.5px;
        letter-spacing: 0.05em;
        line-height: 20px;
        text-align: left;
        color: #000;
        margin-bottom: 9px;
    }
}

.type04 .group .remark.special {
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
    .type04 .group .remark.special {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 20px;
        text-align: left;
        color: #ca0006;
        margin-bottom: 9px;
        margin-bottom: 1.5em;
    }
}

.type04 .group .text .blue {
    font-weight: normal;
    color: #50a5eb;
    font-size: 1rem;
    line-height: 3rem;
}

.type04 .group .text .red {
    color: #ca0006;
    font-weight: 500;
}

.type04 .group .remark {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-top: -35px;
}

@media screen and (max-width: 767px) {
    .type04 .group .remark {
        margin-top: -10px;
        font-size: 11px;
        letter-spacing: 0.02em;
        line-height: 20px;
        margin-bottom: 40px;
    }
}

.type04 .group .remark .red {
    color: #ca0006;
    font-weight: 500;
}

.type04 .group .pictures {
    margin-top: -30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .type04 .group .pictures {
        margin-top: 0px;
        padding-bottom: 20px;
        flex-wrap: wrap;
        row-gap: 6px;
    }
}

.type04 .group .pictures img {
    width: 24%;
}

@media screen and (max-width: 767px) {
    .type04 .group .pictures img {
        width: calc(50% - 3px);
    }
}

.type05 {
    padding-top: 70px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .type05 {
        padding-top: 5px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .type05 p,
    .type04 p {
        letter-spacing: 0;
    }
}
