@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.fixedpage{
  font-family: "Noto Sans JP", sans-serif;
  --font: "Noto Sans JP", sans-serif;
}

/* .fixedpage a{
  color: #C41832;
}
 */
@media screen and (min-device-width: 768px) {
  .fixedpage a{
    transition:opacity 0.19s ease;
  } 
  .fixedpage a:hover{
    opacity: 0.5;
  }
}

.page_title {
    position: relative;
    background: url(/RugbyFamilyGuide/event/images/page_title.webp) 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);
}
.section_ttl_l{
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.section_qualified_goods .ol{
  padding-left: 0;
}
.section_qualified_goods .ol>li{
  display: flex;
  margin-bottom: 17px;
}

.section_qualified_goods .ol>li>i {
  display: block;
  width: 45px;
  line-height: 45px;
  height: 45px;
  margin-top: -3px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #C41832;
  color: #fff;
  align-self: flex-start;
  font-style: normal;
  font-family: var(--font);
  font-weight: bold;
}

.section_qualified_goods .ol>li>span {
  width: calc(100% - 45px);
  font-size: 22px;
  font-weight: bold;
  padding-left: 0.5em;
  line-height: 1.5;
}

.section_qualified_goods .goods_list{
  display: flex;
  margin-bottom: 25px;
  width: 100%;
  gap:20px;
  margin-top: 40px;
  justify-content: center;
}

.section_qualified_goods .goods_list>li{
  width: calc((100% - 40px) / 3);
}

.section_qualified_goods .goods_list>li>.ttl1{
  background: #C41832;
  color: #fff;
  line-height: 55px;
  font-size: 22px;
  text-align: center !important;
  width: 100%;
  margin-bottom: 0;
  font-weight: bold;
}

.section_qualified_goods .goods_list>li figure{
  border: 1px solid #BFBFBF;
  aspect-ratio: 380 / 324;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.section_qualified_goods .goods_list>li .msg{
  color: #C41832;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.section_qualified_goods .goods_list>li .msg2{
  font-size: 14px;
  margin-top: -5px;
}

.section_qualified_goods .msg1{
  font-size: 18px;
}
@media screen and (max-width: 1350px) {
  .section_qualified_goods .goods_list>li>.ttl1{
    line-height: 55px;
    font-size: 1.7vw;
  }

  .section_qualified_goods .goods_list>li .msg {
    font-size: 1.4vw;
  }

}

@media screen and (max-width: 1024px) {
  .section_qualified_goods .goods_list{
    display: block;
    width: 100%;
    gap:20px;
    margin-top: 40px;
  }

  .section_qualified_goods .goods_list>li{
    width: 100%;
  }

  .section_qualified_goods .goods_list>li>.ttl1{
    line-height: 55px;
    font-size: 22px;
  }

  .section_qualified_goods .goods_list>li figure {
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .section_qualified_goods .goods_list>li .msg {
    font-size: 18px;
  }

}
.fixedpage_head {
  position: relative;
  margin-bottom: 0px;
}

.fixedpage_head .img {
  margin-bottom: 52px;
  margin-top: 30px;
  aspect-ratio: 1220/ 351;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixedpage_head .img .box{
  width: 70%;
}

.fixedpage_head .img img {
  width: 100%;
  height: auto;
  display: block;
}

.fixedpage_head .label{
  display: flex;
}

.fixedpage_head .label p{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #C41832;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 60px;
  padding: 0 20px 0 10px;
}

.fixedpage_head .label .icon1{
  margin-right: 10px;
}

.fixedpage_head .label .icon2{
  margin-left: 20px;
  margin-right: 5px;
}

.fixedpage_head .msg {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.83; 
}

.fixedpage_head .msg .goods_listine{
  text-decoration: underline;
}

.fixedpage_head .msg strong{
  color: #C41832;
  text-decoration: none;
}

body:not(.home) .page .section_qualified_head h2.section_ttl{
  display: block;
  border-left: 0 !important;
  margin-bottom: 20px;
}
.section_qualified_head .section_ttl{
  line-height: 1.5;
}
.section_qualified_head .section_ttl small{
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
}

.section_qualified_head .section_ttl span{
  font-size: 20px;
  font-weight: bold;
}

.section_qualified_head .msg {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section_qualified_head .section_ttl small{
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1;
  }

  .section_qualified_head .section_ttl span{
    font-size: 20px;
    font-weight: bold;
  }

}

/*.fixedpage_body*/
.fixedpage_body{
  padding-top: 0px;
  position: relative;
}

body:not(.home) .page .fixedpage_section .ttl{
  position: relative;
  display: flex;
  border-left: 0 !important;
}

.fixedpage_section {
  padding-top: 0px;
  padding-bottom: 50px;
}

.fixedpage_section ul.mlist{
  padding-left: 0px;
}

.fixedpage_section ul.mlist>li{
  position: relative;
  line-height: calc(27 / 14);
  padding-left:16px;
}

.fixedpage_section ul.mlist>li::after{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}

.fixedpage_section .table1{
  border-collapse: collapse;
  width: 100%;
}

.fixedpage_section .table1 th{
  width: 295px;
  background: #F1F1F1;
  padding: 15px 28px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  border: 1px solid #CCCCCC;
  vertical-align: top;
}

.fixedpage_section .table1 td{
  width: calc(100% - 295px);
  padding: 15px 28px;
  font-size: 18px;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 1024px) {
  .fixedpage_section .table1,
  .fixedpage_section .table1 thead,
  .fixedpage_section .table1 tbody,
  .fixedpage_section .table1 tr,
  .fixedpage_section .table1 th,
  .fixedpage_section .table1 td {
    display: block;
    width: 100%;
  }
  
    .fixedpage_section .table1{
      border: 1px solid #CCCCCC;
    }

  .fixedpage_section .table1 th {
    background: #F1F1F1;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
  }

  .fixedpage_section .table1 td {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
  }

  .fixedpage_section .table1 tr:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
  }

}



.section_qualified_inq .inq_list>li{
  margin-bottom: 15px;
}

.section_qualified_inq .inq_list>li>p{
  font-size: 20px;
  font-weight: bold;
}

.section_qualified_inq .inq_list>li> a{
  font-size: 16px;
  color: #C41832;
}

.section_qualified_buy .msg{
  font-size: 18px;
  margin-bottom: 58px;
}

.section_qualified_buy .button_list>li{
  text-align: center;
  margin-bottom: 65px;
}

.section_qualified_buy .button_list>li p{
  font-size: 26px;
  margin-bottom: 17px;
  font-weight: bold;
}

.section_qualified_buy .button_list>li p br{
  display: none;
}

@media screen and (max-width: 1024px) {

  .section_qualified_buy .button_list>li p{
    font-size: 20px;
    margin-bottom: 17px;
  }

  .section_qualified_buy .button_list>li p br{
    display: block;
  }
}

@media screen and (max-width: 380px) {

  .section_qualified_buy .button_list>li p{
    font-size: 17px;
  }

}


.section_qualified_feature ul.point_list{
  width: 950px;
  margin: 0 auto;
  gap:48px;
  display: flex;
}

.section_qualified_feature ul.point_list>li{
  width: calc((100% - 96px) / 3 );
}

.section_qualified_feature ul.point_list>li .img{
  margin-bottom: 25px;
  position: relative;
}

.section_qualified_feature ul.point_list>li .img .label{
  width: 182px;
  height: 60px;
  border:3px solid #C41832;
  border-radius: 30px;
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  font-size: 27px;
  line-height: 54px;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  color: #C41832;
  font-weight: bold;
  text-align: center;;
}

.section_qualified_feature ul.point_list>li .img .inr{
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.section_qualified_feature ul.point_list>li .msg{
  font-size: 21px;
  line-height: 1.428;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
    
  .section_qualified_feature ul.point_list{
    width:100%;
    display: block;
  }

  .section_qualified_feature ul.point_list>li{
    width: 100%;
    margin-bottom: 40px;
  }

  .section_qualified_feature ul.point_list>li .img{
    margin-bottom: 25px;
    position: relative;
  }

  .section_qualified_feature ul.point_list>li .img .label{
    width: 182px;
    height: 60px;
    border:3px solid #C41832;
    border-radius: 30px;
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    font-size: 27px;
    line-height: 54px;
    transform: translateX(-50%);
    z-index: 2;
    background: #fff;
    color: #C41832;
    font-weight: bold;
    text-align: center;;
  }

  .section_qualified_feature ul.point_list>li .img .inr{
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    max-width: 275px;
    margin: 0 auto;
  }

  .section_qualified_feature ul.point_list>li .msg{
    font-size: 21px;
    line-height: 1.428;
    font-weight: bold;
  }
}

.section_qualified_price ul.price_list > li {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  align-items: center;
}

.section_qualified_price ul.price_list > li:last-child{
  border-bottom: 0;
}

.section_qualified_price ul.price_list > li .box1 {
  width: 400px;
}

.section_qualified_price ul.price_list > li .box1 img {
  width: 100%;
  height: auto;
  display: block;
}

.section_qualified_price ul.price_list > li .box2 {
  width: calc(100% - 400px);
  padding-left: 20px;
}

.section_qualified_price ul.price_list > li .box2 .name {
  font-size: 22px;
  line-height: 1.72;
  font-weight: bold;
  margin-bottom: 10px;
}

.section_qualified_price ul.price_list > li .box2 dl {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.section_qualified_price ul.price_list > li .box2 dl dt {
  font-size: 22px;
  line-height: 1.72;
  padding-left: 1em;
}

.section_qualified_price ul.price_list > li .box2 dl dd {
  font-size: 22px;
  line-height: 1.72;
}

.section_qualified_price ul.price_list > li .box2 dl dd strong {
  font-size: 28px;
  line-height: 1.35;
  font-weight: bold;
  margin-right: 8px;
}

.section_qualified_price ul.price_list > li .box2 dl dd span {
  font-size: 22px;
  line-height: 1.72;
}
@media screen and (max-width: 1024px) {
  .section_qualified_price ul.price_list > li {
    display: block;
    padding: 20px 0;
  }

  .section_qualified_price ul.price_list > li:last-child{
    border-bottom: 0;
  }

  .section_qualified_price ul.price_list > li .box1 {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }

  .section_qualified_price ul.price_list > li .box1 img {
    width: 100%;
    height: auto;
    display: block;
  }

  .section_qualified_price ul.price_list > li .box2 {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
  }

  .section_qualified_price ul.price_list > li .box2 .name {
    font-size: 18px;
  }

  .section_qualified_price ul.price_list > li .box2 dl {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
  }

  .section_qualified_price ul.price_list > li .box2 dl dt {
    font-size: 18px;
    line-height: 1.72;
    padding-right: 0;
    padding-left: 0;
  }

  .section_qualified_price ul.price_list > li .box2 dl dd {
    font-size: 18px;
    line-height: 1.72;
  }

  .section_qualified_price ul.price_list > li .box2 dl dd strong {
    font-size: 22px;
    margin-right: 0px;
  }

  .section_qualified_price ul.price_list > li .box2 dl dd span {
    font-size: 15px;
    line-height: 1.72;
  }
}

/*レビュー*/
.section_qualified_review ul.review_list{
  margin-top: -40px;
}

.section_qualified_review ul.review_list > li {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
  padding: 37px 0;
}

.section_qualified_review ul.review_list > li:last-child {
  border-bottom: 0;
  padding-bottom: 20px;
}

.section_qualified_review ul.review_list > li .box1 {
  width: 400px;
}

.section_qualified_review ul.review_list > li .box1 .img {
  width: 258px;
  margin: 0 auto;
}

.section_qualified_review ul.review_list > li .box2 {
  width: calc(100% - 400px);
}

.section_qualified_review ul.review_list > li .box2 p.name {
  font-weight: bold;
}

.section_qualified_review ul.review_list > li .box2 p.name span {
  font-size: 22px;
  line-height: 1.727; 
}

.section_qualified_review ul.review_list > li .box2 p.name small {
  font-size: 16px;
  line-height: 2.375; 
}

.section_qualified_review ul.review_list > li .box2 p.role {
  font-size: 16px;
  line-height: 2.375; 
  font-weight: bold;
  margin-bottom: 25px;
}

.section_qualified_review ul.review_list > li .box2 p.msg {
  font-size: 18px;
  line-height: 1.667;
}
@media screen and (max-width: 1024px) {
  .section_qualified_review ul.review_list>li {
    justify-content: space-between;
  }

  .section_qualified_review ul.review_list > li .box1 {
    width: 258px;
  }

  .section_qualified_review ul.review_list > li .box1 .img {
    width: 100%;
    margin: 0 auto;
  }

  .section_qualified_review ul.review_list > li .box2 {
    width: calc(100% - 220px);
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  
  /*レビュー*/
  .section_qualified_review ul.review_list{
    margin-top: 0px;
  }

  .section_qualified_review ul.review_list > li {
    display: block;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
    padding: 37px 0;
  }

  .section_qualified_review ul.review_list > li:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
  }

  .section_qualified_review ul.review_list > li .box1 {
    width: 258px;
    margin: 0 auto 30px;
  }

  .section_qualified_review ul.review_list > li .box2 {
    width:100%;
    padding-left: 0px;
  }

  .section_qualified_review ul.review_list > li .box2 p.name {
    font-weight: bold;
    margin-bottom: 25px;
  }

  .section_qualified_review ul.review_list > li .box2 p.name span {
    font-size: 22px;
  }

  .section_qualified_review ul.review_list > li .box2 p.name small {
    font-size: 16px;
  }

  .section_qualified_review ul.review_list > li .box2 p.role {
    font-size: 16px;
    font-weight: bold;
  }

  .section_qualified_review ul.review_list > li .box2 p.msg {
    font-size: 18px;
  }

}


@media screen and (max-width: 1350px) {
  .fixedpage{
    padding: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .fixedpage_nav{
    gap:50px 30px;
  }
  .fixedpage_nav_box{
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 850px) {

  .fixedpage_head .label p {
      display: flex;
      margin-bottom: 15px;
      font-size: 23px;
      height: 50px;
      padding: 0 20px 0 10px;
  }

  .fixedpage_head .label p .icon1{
    width: 40px;
  }
  .fixedpage_head .label p .icon2{
    width: 40px;
  }
    
  .fixedpage_nav{
   display: block;
   padding-bottom: 0px;
  }

  .fixedpage_nav_box {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .fixedpage_nav_box a.arrow {
    position: absolute;
    height: 50px;
  }

  .fixedpage_nav_box a.arrow::after {
    top: 22px;
  }

  .fixedpage_body {
    padding-top: 0;
    position: relative;
  }
  .fixedpage_section {
    padding-bottom: 40px;
  }

  .fixedpage_section .main_img {
    margin: 0px auto 30px;
  }

  .fixedpage_section .msg {
    margin-bottom: 40px;
  }

}

