@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}


.site-main {
    color: #565656;
}


h1 {
    margin: 0;
    border-bottom: none;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrap-title p {
    margin: 30px 10px;
}

.wrap-type {
    text-align: center;
}

/* 黄色い吹き出し */

.wrap-type h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 50px;
    padding: 15px 30px;
    font-size: 150%;
    font-weight: 700;
    color: #fff;
    background: #b8d2ea;
}

.wrap-type h2::after {
    position: absolute;
    content: '';
    top: 85%;
    left: 45%;
    border: 18px solid transparent;
    border-top: 30px solid #b8d2ea;
    width: 0;
    height: 0;
}

.type-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.type-btn li {
    flex-grow: 1;
    background-color: #6a6a6a;
    border-radius: 4px;
}

.type-btn a {
    display: block;
    padding: 15px 0;
    font-size: 150%;
    color: #fff;
}

/* 無料診断 */

.start-btn a {
    display: block;
    margin: 80px 0 100px;
    padding: 15px 0;
    font-size: 150%;
    text-align: center;
    background-color: #3ab1d6;
    color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px gray;
    transition: .3s;
}


/* 共通 */

#back {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}


#annotation {
    text-align: right;
    margin-bottom: 40px;
}
}