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

.main-page {
    background-color: #06c755;
    margin-bottom: 50px;
    padding: 30px;
    font-size: 120%;
}

.main-inner {
    margin: 30px;
    padding: 50px;
    background-color: #fffff5;
    border-radius: 10px;
}

.main-page h1 {
    margin: 0;
    border-bottom: none;
}

.main-page h2{
    margin: 0 0 20px;
    padding: 10px;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    color: #06c755;
    background-color: #fffc00;
}

.main-page h3{
    margin: 0 0 30px;
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    color: #06c755;
    border-bottom: none;
}

.main-page h3 img {
    margin: 15px;
}

.main-page h4 {
    padding-bottom: 20px;
    font-size: 130%;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

/* POINT */

.wrap-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.points {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 33%;
    margin: 0 0 50px;
}

.point-title {
    font-weight: 600;
}

.point-img {
    margin: 20px 0;
}

.point-img img {
    max-width: 35%;
}

.point-text {
    font-size: 85%;
}

/* contents */

.contents_inner {
    padding-top: 160px;
    margin-top: -160px;
}

.wrap-contents {
    margin: 50px 0;
}

.main-text {
    margin: 30px 0;
}

.note {
    margin: 15px 0 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 90%;
}

.wrap-phone-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.phone-img {
    margin: 20px 0;
    width: 40%;
    max-width: 75%;
}

.wrap-choose-btn {
    display: flex;
    justify-content: center;
    gap: 2%;
}

.wrap-choose-btn li {
    width: 48%;
}

.fixed {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    color: #06c755;
}

/* 吹き出し */

.balloon2 {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
    padding: 30px;
    min-width: 120px;
    max-width: 100%;
    font-size: 180%;
    font-weight: 600;
    background: #FFF;
    border: solid 2px #000;
    box-sizing: border-box;
  }
  
  .balloon2:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
    border: 7px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 2;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -12px;
    border: 8px solid transparent;
    border-top: 18px solid #000;
    z-index: 1;
  }


/* hr */

hr {
    margin: 50px 50px 80px;
}

/* btn */
.bottom-arrow {
    display: block;
    position: relative;
    padding: 30px 0 50px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #000;
}

.bottom-arrow::after {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 80px;
    right: 50%;
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.line-add-btn {
    display: block;
    position: relative;
    margin: 0 100px 50px;
    padding: 10px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #06c755;
    border-radius: 5px;
}

.line-add-btn::after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
}