@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;
}

section img {
    max-width: 100%;
}

section a {
    display: block;
    text-decoration: none;
    color: #000;
}

section li {
    list-style: none;
}

section h1 {
    margin: 0;
    padding-bottom: 80px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}


/* 概要 */

.wrap-title {
    margin-bottom: 5%;
    padding: 1% 0;
}

.wrap-content h2 {
    margin: 0;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: #5dc4e5;
    font-size: 180%;
    font-weight: 600;
}

.bold-text {
    font-size: 130%;
    font-weight: 600;
}


.wrap-content {
    margin: 100px 0;
    font-size: 120%;
}

.example {
    display: inline-block;
    padding: 0% 4%;
    font-weight: 600;
    color: #fff;
    background-color: #5dc4e5;
    border-radius: 6px;
}

.point-detail {
    display: inline-block;
    margin: 2% 0;
    padding: 0 3%;
    color: #fff;
    background-color: #5dc4e5;
    border-radius: 2px;
}



.main-text {
    margin-top: 20px;
}

.wrap-content h3 {
    margin: 50px 0 30px;
    padding: 10px 0;
    color: #5dc4e5;
    font-size: 150%;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.wrap-example {
    margin: 5% 0;
}

section h4 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 150%;
    font-weight: 600;
    border-left: 5px solid #5dc4e5;
}

.example-img {
    margin: 50px auto;
    text-align: center;
}

.note {
    margin-top: 20px;
    font-size: 90%;
}

.wrap-btn {
    width: 80%;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: block;
    font-size: 150%;
    font-weight: 600;
    margin: 80px auto 100px;
    border-radius: 6px;
}

.wrap-btn a {
    color: #fff;
}

/* シミュレーション */

.simulation-img {
    margin: 50px auto;
    text-align: center;
}

.space-bottom {
    margin-bottom: 2%;
}

/* ブランド */

.brand-logo {
    text-align: center;
}

.wrap-brand {
    margin: 100px 0;
}

.brand-text {
    margin: 4% 0 8%;
}

/* 注意事項 */
.wrap-point {
    margin: 10% 0;
}

.wrap-point h3 {
    text-align: center;
    font-size: 150%;
}

.wrap-point li {
    padding-left:1em;
	text-indent:-1em;
}


/* 共通 */

hr {
    margin: 100px 0;
}

#back {
    display: flex;
    gap: 10px;
}
#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;
}
#bunner {
	margin-bottom: 40px;
}
#annotation {
    text-align: right;
    margin-bottom: 40px;
}



/* 共通css書き換え */

ul.block-thumbnail-t--items {
    margin: 0!important;
}
}