@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@media screen and (min-device-width: 768px) {
  .fixedpage a{
    transition:opacity 0.19s ease;
  } 
  .fixedpage a:hover{
    opacity: 0.5;
  }
}

.fixedpage_wrap{
  max-width: 1280px;
  margin: 0 auto;
}

.fixedpage_wrap ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.fixedpage_wrap ul li::marker {
  content: none;
}

.fixedpage .main_visual{
  margin-bottom: 43px;
}

/*section page-title*/
.fixedpage .page_title {
    position: relative;
    background: url(https://www.rugby-japan.jp/RugbyFamilyGuide/wp-content/uploads/2024/11/referee-title.png) bottom left no-repeat !important;
    border-left: none !important;
    padding: 0px 0px 14px 140px;
    line-height: 1.2;
    margin-bottom: 48px;
    font-family: var(--font);
}

.fixedpage .headline_l {
  font-size: 36px !important;
  font-weight: bold;
  margin-bottom: 12px;
}
body:not(.home) .page .fixedpage h2 {
  border-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .fixedpage .headline_l {
    font-size: 26px !important;
    margin-bottom: 12px;
  }
}


.fixedpage .button1{
  display: block;
  line-height: 82px;
  border-radius: 23px;
  text-align: center;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  font-size: 26px;
  max-width: 521px;
  width: 100%;
  text-decoration: none;
  margin: 0 auto;
}

.fixedpage .button2{
  max-width: 827px;
  height: 127px;
  border-radius: 23px;
  background: #959595;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.fixedpage .button2 strong{
  display: block;
  font-size: 26px;
}
.fixedpage .button2 small{
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .fixedpage .button2 strong {
    display: block;
    font-size: 22px;
  }
  .fixedpage .button2 small{
    font-size: 13px;
  }
}

.fixedpage .section_box{
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .fixedpage .section_box{
    padding: 0px;
  }
}


/*faq*/


.fixedpage .drw_head{
  position: relative;
  cursor: pointer;
}
.fixedpage .drw_head::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 25px;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid #219F3D;
  border-right: 4px solid #219F3D;
  transform: rotate(45deg);
}

.fixedpage .drw_head .text{
  padding-right: 50px;
}

.fixedpage .drw_head.open::after{
  border-bottom: 4px solid #219F3D;
  border-right: 4px solid #219F3D;
  transform: rotate(-135deg);
  top: 33px;
  transform: rotate(135deg);
}

.fixedpage .drw_body{
  display: none;
}

.fixedpage .faq_list{
  display: flex;
  flex-direction: column;
  gap:38px;
}
.fixedpage .faq_list > li{
  width: 100%;
}

.fixedpage .faq_list > li p.que {
  display: flex;
  margin-bottom: 0;
}

.fixedpage .faq_list > li p.que .icon {
  width: 70px;
  font-weight: bold;
  font-size: 31px;
  line-height: 70px;
  background: #C41832;
  color: #fff;
  text-align: center;
  padding-left: 0.2em;
}

.fixedpage .faq_list > li p.que .text {
  width: calc(100% - 70px);
  font-size: 26px;
  line-height: 1.4615;
  border: 1px solid #707070;
  border-left: 0;
  padding: 15px 28px;
  font-weight: bold;
}
.fixedpage .faq_list > li .ans{
  padding-top: 15px;
}

.fixedpage .faq_list > li .ans .msg {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.8333;
}

@media screen and (max-width: 768px) {
  .fixedpage .faq_list {
    gap:25px;
  }

  .fixedpage .faq_list > li p.que .icon{
    font-size: 26px;
  }

  .fixedpage .faq_list > li p.que .text {
    font-size: 22px;
    padding: 18px 15px;
  }

  .fixedpage .faq_list > li p.que.drw_head .text{
    padding-right: 50px;
  }
}