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

.str-outer:not(.of-full), .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
}

.site-main {
    padding-top: 2%;
}

.wrap-main-page {
    margin: 0 auto 10%;
    padding: 2%;
    background: #b2dfe3;
}

.main-page {
    padding: 100px 20px 1px;
    background: #fff;
}

.main-page a {
    text-decoration: none!important;
}

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

.main-page h2{
    margin: 0 0 50px;
    padding: 20px;
    font-size: 140%;
    text-align: center;
    background-color: #b2dfe3;
}

.main-page h3{
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 130%;
    font-weight: 600;
    color: #3091d3;
    text-align: center;
    border-bottom: 1px solid #b2dfe3;
}

.main-page h4 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding: 0 200px;
    color: #3091d3;
}

.main-page h4:before, .main-page h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 150px;
    height: 2px;
    background-color: #b2dfe3;
  }
  
  .main-page h4:before {
    left:0;
  }

  .main-page h4:after {
    right: 0;
  }

.main-page h5 {
    font-size: 150%;
    text-align: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #3091d3;
    color: #fff;
    line-height: 70px;
}

/* POINT */

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

.points {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 49%;
    margin: 0 0 2%;
    padding: 3% 1% 5%;
    border-radius: 8px;
    border: 1px solid #b2dfe3;
}

.point-number {
    color: #3091d3;
    font-size: 150%;
    font-weight: 600;
}

.point-title {
    margin-top: 5px;
    font-size: 120%;
    font-weight: 600;
    flex-grow: 1;
}

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

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

/* contents */

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

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

.main-text {
    margin: 20px;
}

.text-link {
    display: inline;
    text-decoration: underline;
}

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

.wrap-phone-img {
    text-align: center;
    display: flex;
    gap: 6%;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.wrap-phone-img img {
    max-width: 100%;
}

.phone-img {
    max-width: 90%;
}

.phone-next {
    position: relative;
    display: inline-block;
}

.phone-next::after {
    content: "▶︎";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 103%;
    height: 2vw;
}

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

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

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

.pc-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    gap: 50px;
}

.pc-flex section {
    width: 45%;
}

/* 吹き出し */

.balloon2 {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
    padding: 20px;
    min-width: 120px;
    max-width: 100%;
    font-size: 150%;
    background: #FFF;
    border: solid 2px #3091d3;
    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 #3091d3;
    z-index: 1;
  }

  .brand-add {
    margin: 10px;
    color: #333;
    font-size: 90%;
    background: #fff;
    border-radius: 30px;
  }

/* btn */
.bottom-arrow {
    position: relative;
    height: 200px;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    background: #b2dfe3;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

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

.right-arrow  {
    display: block;
    position: relative;
    margin: 5%;
    padding: 3%;
    font-size: 120%;
    text-align: center;
    color: #fff;
    background: #333;
}

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

.anchor-btn {
    display: block;
    position: relative;
    margin: 50px;
    padding: 25px;
    text-align: center;
    border: 1px solid #333;
}

.anchor-btn::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(135deg);
}

html {
    scroll-behavior: smooth;
}
}