@charset "UTF-8";

.content-main {
    width: 68%;
    margin-top: 80px;
    margin-bottom: 120px;
}

.sidebar {
    width: 32%;
    margin-top: 80px;
    margin-bottom: 120px;
    padding-left: 50px;
}

.sidebar aside {
    border: 1px solid #136c5e;
    padding: 30px;
    margin-top: 80px;
    text-align: center;
}

.sidebar aside:first-of-type {
    margin-top: 0;
}

.sidebar h1 {
    text-align: center;
    color: #136c5e;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -36px;
    margin-bottom: 10px;
    position: relative;
    font-family: "Noto Serif JP", "serif";
}

.sidebar h1:after {
    content: "";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 45%;
    border-bottom: 1px solid #888;
    right: 0;
    margin: 0 auto;
}

.sidebar h1 b {
    background-color: #fff;
    padding: 0 20px;
    display: inline-block;
    min-width: 190px;
}

.sidebar ul {
    margin-top: 50px;
    text-align: left;
}

.sidebar ul li {
    margin: 1.5em 0;
}

.sidebar ul li a {
    display: block;
    line-height: 1.75;
}

.sidebar aside a.btn {
    display: inline-flex;
    height: 40px;
    font-size: 14px;
    align-items: center;
    color: #136c5e;
    padding: 10px 20px;
    letter-spacing: -0.02em;
    position: relative;
}

.sidebar aside a.btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 4px;
    height: 2px;
    background-color: #c5d7d4;
}

/* 　＋＋＋＋＋＋＋　スマホ　＋＋＋＋＋＋＋　*/

@media screen and ( max-width: 1024px) {

    .content-main {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .sidebar {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
        padding-left: 0;
    }

    .sidebar aside {
        margin-top: 60px;
    }

}

/* ＋＋end＋＋　　　スマホ　　　＋＋end＋＋　*/

