@charset "UTF-8";
@media screen and (min-width: 900px) {
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl .web-oubo {
    display: block;
    width: 300px;
    margin: 30px auto 50px;
    padding: 15px;
    background-color: #0052a5;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up {
    margin: 0 0 1em 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.color_red {
    font-size: 1.65em;
    color: red;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.border-yellow {
    background-color: #fffdbf;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.color_blue {
    color: dodgerblue;
  }
  .accordion-003 {
    max-width: 660px;
    margin: 0 auto 7px;
  }
  .accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 9em;
    color: #ff6161;
    font-weight: 600;
    cursor: pointer;
  }
  .accordion-003 summary::-webkit-details-marker {
    display: none;
  }
  .accordion-003 summary::before,
  .accordion-003 summary::after {
    width: 3px;
    height: 0.9em;
    border-radius: 5px;
    background-color: #ff6161;
    content: "";
  }
  .accordion-003 summary::before {
    position: absolute;
    right: 9em;
    rotate: 90deg;
  }
  .accordion-003 summary::after {
    transition: rotate 0.3s;
  }
  .accordion-003[open] summary::after {
    rotate: 90deg;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.color_red {
    font-size: 1.65em;
    color: red;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.border-yellow {
    background-color: #fffdbf;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.color_blue {
    color: #ff6161;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .point {
    border: 3px solid #ff6161;
    border-radius: 2em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup p.up {
    margin: 0 0 1em 0;
    background-color: #ff6161;
    border-radius: 0.75em 0.75em 0 0;
    padding: 1em;
    font-size: 1.7em;
    color: #fff;
    font-weight: bold;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup p.up-text {
    font-size: 1.25em;
    padding: 0 0 2em 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .ribbon {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    /*文字サイズ*/
    background: #fffdbf;
    /*背景色*/
    color: #ff6161;
    /*文字色*/
    box-sizing: border-box;
    margin: 0 0 0 2em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .ribbon p {
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #ff6161;
    border-bottom: dashed 1px #ff6161;
    line-height: 46px;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app {
    padding: 2em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p {
    margin: 20px 0 0 0;
    font-size: 1.2em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p span {
    background-color: #fffdbf;
    color: #ff6161;
    font-weight: bold;
    padding: 10px;
    border-radius: 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p.small {
    font-size: 1em;
    margin: 0 0 40px 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul {
    display: flex;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul li {
    margin: 2em 0 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul li.bnr {
    padding: 0 1em;
  }
}
@media screen and (max-width: 899px) {
  .accordion-003 {
    max-width: 100%;
    margin: 0 auto 7px;
  }
  .accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    color: #ff6161;
    font-weight: 600;
    cursor: pointer;
    width: 90%;
  }
  .accordion-003 summary::-webkit-details-marker {
    display: none;
  }
  .accordion-003 summary::before,
  .accordion-003 summary::after {
    width: 3px;
    height: 0.9em;
    border-radius: 5px;
    background-color: #ff6161;
    content: "";
  }
  .accordion-003 summary::before {
    position: absolute;
    right: 0;
    rotate: 90deg;
  }
  .accordion-003 summary::after {
    transition: rotate 0.3s;
  }
  .accordion-003[open] summary::after {
    rotate: 90deg;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl .web-oubo {
    display: block;
    width: 300px;
    margin: 30px auto 50px;
    padding: 15px;
    background-color: #0052a5;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up {
    margin: 0 0 1em 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.color_red {
    font-size: 1.65em;
    color: red;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.border-yellow {
    background-color: #fffdbf;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_dtl p.up span.color_blue {
    color: dodgerblue;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.color_red {
    font-size: 1.65em;
    color: red;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.border-yellow {
    background-color: #fffdbf;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup span.color_blue {
    color: #ff6161;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .point {
    border: 3px solid #ff6161;
    border-radius: 1.5em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup p.up {
    margin: 0 0 1em 0;
    background-color: #ff6161;
    border-radius: 0.5em 0.5em 0 0;
    padding: 1em;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup p.up-text {
    font-size: 1.25em;
    padding: 0 0 2em 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .ribbon {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 17px;
    font-weight: bold;
    /*文字サイズ*/
    background: #fffdbf;
    /*背景色*/
    color: #ff6161;
    /*文字色*/
    box-sizing: border-box;
    margin: 0 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .ribbon p {
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #ff6161;
    border-bottom: dashed 1px #ff6161;
    line-height: 22px;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup .ribbon:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app {
    padding: 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p {
    margin: 20px 0 0 0;
    font-size: 1.2em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p span {
    background-color: #fffdbf;
    color: #ff6161;
    font-weight: bold;
    padding: 10px;
    border-radius: 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup ul.how-to-app p.small {
    font-size: 1em;
    margin: 0 0 40px 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul {
    display: flex;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul li {
    margin: 2em 0 0;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul li.bnr {
    padding: 0 1em;
  }
  #contentsBox.eventWebpage .item.clearfix .contents .item_sup #app-dl_box ul li.qr {
    display: none;
  }
}
/*# sourceMappingURL=shisyakai-kataomoi_v5.css.map */