@charset "UTF-8";

.guide .box01 {
    margin-bottom: 80px;
}

.guide .box01 p a {
    color: #35aa86;
    text-decoration: underline;
    font-weight: bold;
}

/*******************/
.guide .box02 {}

.guide .box02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}

.guide .box02 ul::after,
.guide .box02 ul::before {
    content: "";
    display: block;
    width: 22.5%;
    height: 0;
}

.guide .box02 ul::before {
    order: 1;
}

.guide .box02 ul li {
    position: relative;
    width: 22.5%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 90px;
    padding: 30px 17px 20px;
}

.guide .box02 .g_ttl {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
}

.guide .box02 ul li h3 {
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.guide .box02 ul li a {
    color: #35aa86;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 19px;
    letter-spacing: 0.1em;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.6em;
}

.guide .box02 ul li p {
    position: relative;

    line-height: 1.8em;
}

.guide .box02 ul li p:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 1px;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #35aa86;
}


.guide_detail .btn_01{
    margin-bottom: 90px;
}

/******editor*************/

.editor p {
    margin-bottom: 30px;
}

.editor h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 2px solid #35aa86;
    border-top: 2px solid #35aa86;
    padding: 7px;
    color: #35aa86;
    margin-bottom: 22px;
}

.editor h2 {}



.editor h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    line-height: 1.4em;
    padding-left: 21px;
    position: relative;
    color: #35aa86;
}

.editor h2:before {
    content: "";
    position: absolute;
    border-top: 2px solid #35aa86;
    width: 15px;
    height: 2px;
    left: 0;
    top: 14px;
}

.editor h3 {
    color: #35aa86;
    font-size: 18px;
    margin-bottom: 20px;
}


.editor strong {
    font-weight: bold;
}

.editor em {
    font-style: italic;
}

.editor ol {
    list-style-type: decimal-leading-zero;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 0px;
}

.editor ul li {
    list-style-type: none;
}

.editor ul li {
    font-size: 14px;
    background-image: url("../images/common/icon_dot01.png");
    padding-left: 18px;
    background-position: left 4px;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-left: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .editor ul li {
        background-image: url("../images/common/icon_dot01@2x.png");
        background-size: 14px 13px;
    }
}



.editor ol {
    counter-reset: li;
    /* li のカウンタを 0 にセット */
    list-style: none;
    padding-left: 27px;
}

.editor ol li {
    text-indent: -1.4em;
}

.editor ol li:before {
    color: #35aa86;
    font-weight: bold;
    counter-increment: li;
    /* li の数を一つずつ増加 */
    content: counter(li) ". ";
    /* 数を表示 */
}
.editor blockquote{
    background-color: #DFEFE8;
    padding: 30px 30px 30px;
}
.editor blockquote p{
    margin-bottom: 20px
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}


.editor table {
    border-collapse: collapse;
    border-top: 2px solid #6dbe9b;
    border-right: 2px solid #6dbe9b;
    border-bottom: 2px solid #6dbe9b;
    width: 100%;
}

.editor table th {
    background-color: #6dbe9b;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 8px 25px;
    font-size: 18px;
    line-height: 1.5em;
    min-width: 170px;
}

.editor table td {
    border-bottom: 2px solid #6dbe9b;
    background-color: #fff;
    padding: 8px 20px 8px 30px;
    font-size: 16px;
    line-height: 1.5em;
}

.editor a {
    color: #35aa86;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 20px;

}

.editor img {
    height: auto;
    margin: 0px auto 15px;
    max-width: calc(100% - 14px);
    display: block;
    border-radius: 5;
    border: 1px solid #35aa86;
}



/*-------------------------------
media
--------------------------------*/


@media (max-width: 767px) {



    .guide .box02 ul li {
        width: 48%;
    }

    .guide .box02 ul li p {
        margin-bottom: 4px;
    }

    table {
        border-left: 2px solid #6dbe9b;
    }

    table th {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    table td {
        width: 100%;
        display: block;
    }

    .editor blockquote{
        padding: 20px 15px;
    }
}
