@charset "UTF-8";
/* common */
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

/* lauout - component */
@media only screen and (max-width: 768px) {
  .l-wrap .l-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}
/* 2026 component */
/* headingStyle01 - component
--------------------------------------------------------- */
.c-headingStyle01 {
  margin-bottom: 60px;
}
.c-headingStyle01.-hidden,
.c-staticHeadingStyle02Bg.-hidden {
  transform: scale(0,0);
  line-height: 0;
  font-size: 0;
  height: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-headingStyle01 {
    margin-top: unset;
    font-size: 2rem !important;
    letter-spacing: 1px;
  }
}

/* headingStyle03Border - component
--------------------------------------------------------- */
.c-staticHeadingStyle03Border {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.55;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #707070;
  }
@media only screen and (max-width: 768px) {
  .c-staticHeadingStyle03Border {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
/* text - component */
.c-text,
.c-linkStyle01,
.c-staticBulletsList__item,
.c-staticNumberList__item,
.c-staticCautionTxt,
.p-table05-head__head,
.p-table05-body__head,
.p-table05-body__cell {
  font-size: 1.6rem
}
@media only screen and (max-width: 768px) {
  .c-text,
  .c-linkStyle01,
  .c-staticBulletsList__item,
  .c-staticNumberList__item,
  .c-staticCautionTxt,
  .p-table05-head__head,
  .p-table05-body__head,
  .p-table05-body__cell {
    font-size: 1.5rem
  }
}

/* button  - component */
.c-btn--large .c-btn__text {
  font-size: 2.0rem;
  padding-right: 36px;
}
.c-btn--large .c-btn__text::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.c-btn--prev.c-btn--large .c-btn__text {
  padding-left: 36px;
}
.c-btn1Col {
  width: 700px;
  margin: 0 auto 40px;
}
.p-qa .c-btn1Col {
  width: 384px;
}
.c-btn--large {
  height: 70px;
}
.p-qa .c-btn--large {
  width: 640px;
}
.c-btn--large .c-btn__text {
  font-size: 2.0rem;
  padding-right: 36px;
}
.c-btn--large .c-btn__text::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.c-btn--medium {
  width: 490px;
}
.c-btn--x-large {
  width: 520px;
}
.c-staticBtn--anchor .c-btn__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-image: url(/st/common/images/icon-link-anchor-white.svg);
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  /* button */
  .c-btn--large .c-btn__text {
    line-height: 1.5;
    font-size: 1.4rem !important;
    padding-right: 12px;
  }
  .c-btn--large .c-btn__text::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .c-btn1Col {
    margin-bottom: 24px;
    width: 100%;
  }
  .p-qa .c-btn1Col {
    width: 100%;
  }
  .c-btn--large {
    padding: 10px 16px;
    min-height: 60px;
    height: unset;
  }
  .p-qa .c-btn--large {
    width: 100%;
  }
  .c-btn--large .c-btn__text {
    line-height: 1.5;
    font-size: 1.4rem !important;
    padding-right: 12px;
  }
  .c-btn--large .c-btn__text::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .c-btn--medium,
  .c-btn--x-large {
    width: 100%;
  }
}

/* image */
.c-staticImg01 img,
.c-staticImg02 img,
.c-staticImgCol03__img img {
  height: auto;
}

.p-noticeLineArea01 {
    padding-top: 32px;
    border-top: 2px solid #ebebeb;
    border-bottom: none;
    margin-bottom: 40px;
}

/* c-staticAccodionStyle */
/* .c-staticAccodionStyle のいろいろ設定しなおし  */
.c-staticAccodionStyle__items__item {
  font-size: 2.4rem;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn,
.c-staticAccodionStyle__items__item__inner a.c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    padding: 0 24px;
    width: 100%;
    height: 56px;
    background-color: #5f72b2;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--medium,
.c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--medium {
  margin: 0 auto;
  width: 384px;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--large,
.c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--large {
  margin: 0 auto;
  width: 490px;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--large .c-btn__text,
.c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--large .c-btn__text {
  font-size: 1.6rem;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn .c-btn__text,
.c-staticAccodionStyle__items__item__inner a.c-btn .c-btn__text {
  width: 100%;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child .c-linkStyle01 a {
  border-radius: 0;
}
.c-staticAccodionStyle__items__item__inner > div.c-itemSlctStyle02,
.c-staticAccodionStyle__items__item__inner > div.c-staticImgCol03 {
  padding: 0;
}
.c-staticAccodionStyle__items__item__inner > div.p-border-top {
  margin-top: 32px;
  padding: 32px 0 0;
  border-top: 2px solid #ebebeb;
}
.c-staticAccodionStyle.p-accordion .c-staticAccodionStyle__items__item__inner {
  padding: 30px;
}
.c-staticAccodionStyle__items .c-btn2Col {
  justify-content: center;
  gap: 0 24px;
}
.c-staticAccodionStyle__items .c-btn2Col__item {
  width: 412px;
}
@media only screen and (max-width: 768px) {
  .c-staticAccodionStyle__items__item {
    font-size: 1.8rem;
  }
  .c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--medium,
  .c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--medium {
    width: 100%;
  }
  .c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--large,
  .c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--large {
    width: 100%;
  }
  .c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--large .c-btn__text,
  .c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--large .c-btn__text {
    font-size: 1.4rem;
  }
  .c-staticAccodionStyle.p-accordion .c-staticAccodionStyle__items__item__inner {
    padding: 16px;
  }
  .c-staticAccodionStyle__items__item__inner > div.c-itemSlctStyle02 {
    padding: 0;
  }
  .c-staticAccodionStyle__items__item__inner > div.p-border-top {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 2px solid #ebebeb;
  }
  .c-staticAccodionStyle__items .c-btn2Col {
    gap: 0;
  }
  .c-staticAccodionStyle__items .c-btn2Col__item {
    width: 100%;
  }
}
/* c-staticCardStyle01 */
.c-staticCardStyle01 figcaption {
  font-size: 1.2rem;
  margin: 6px auto 0;
}
.c-staticCardStyle01 .c-staticSerialNumberList li {
  margin-top: 0;
}
.c-staticCardStyle01__img img {
  width: auto;
  max-width: 400px;
  height: auto;
  border-radius:0;
}
@media only screen and (max-width: 768px) {
  .c-staticCardStyle01.c-staticCardStyle--col2 li,
  .c-staticCardStyle01.c-staticCardStyle--col2 li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .c-staticCardStyle01__img img {
    width: 100%;
  }

}
/* .c-itemSlctStyle02 */
.c-itemSlctStyle02__item.-align-self-center {
  align-self: center;
}
.c-itemSlctStyle02__item.-align-self-end {
  align-self: flex-end;
}


/* 2026 product */
/* kv */
.p-kv {
  margin: 0 auto 80px;
}
.p-kv .p-kv__text {
  text-align: center;
  margin: 48px auto 0;
}
@media only screen and (max-width: 768px) {
  /* kv */
  .p-kv {
    margin: 0 auto 40px;
  }
  .p-kv .p-kv__img img {
    width: 100%;
    height: auto;
  }
  .p-kv .p-kv__text {
    text-align: left;
    margin: 24px auto 0;
  }
}
/* layout 3col */
.p-3colPanel {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .p-3colPanel {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* p-featureOfCard 新しいdカードの特徴 */
.p-featureOfCards {
  margin: 48px auto 0;
}
.p-featureOfCard {
  margin: 0 0 0 20px;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.p-featureOfCard .p-featureOfCard__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #CC0033;
}
.p-featureOfCard .p-featureOfCard__num span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-featureOfCard .p-featureOfCard__inner {
  height: 100%;
  padding: 48px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.p-featureOfCard .p-featureOfCard__text {
  text-align: center;
  font-size:  2.4rem;
  font-weight: bold;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .p-featureOfCard .p-featureOfCard__inner {
    justify-content: flex-start;
    padding: 24px 0 0;
  }
  .p-featureOfCard .p-featureOfCard__text {
    font-size: 2.1rem;
  }
}

/* youtube */
/* .p-youtube {
  width: 855px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.p-youtube iframe {
  width: 100%;
  height: 100%;
} */
.p-movie {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* .p-youtube {
    width: 100%;
  } */
   .p-movie {
    width: 100%;
   }
}

.p-col2 .p-col2__inner {
  text-align: center;
  padding: 32px;
}


/* sp x scroll */
.p-scroll {
  width: 100%;
}
.p-scroll__inner {
  width: 1200px;
  margin: auto;  
}
.p-scroll__inner.-narrow {
  width: 1120px;
}
@media only screen and (max-width: 768px) {
  .p-scroll {
    overflow-x: auto;
  }
  .p-scroll__inner {
    width: 100%;
    min-width: 1200px;
  }
  .p-scroll__inner.-narrow {
    min-width: 1120px;
  }
}
/* linkimage */
.p-linkImage {
  width: 100%;
}
.p-linkImage__contents {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-linkImage {
    overflow-x: auto;
  }
  .p-linkImage__inner {
    width: 100%;
    min-width: 1120px;
  }
}

/* p-set */
/* .p-expiry form>p {
  font-size: 20px;
} */
.p-expiry .p-expiry__inner {
  text-align: center;
}
.p-expiry .p-expiry__select {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 40px 0;
}
.p-expiry .p-expiry__select .p-expiry__title {
  width: auto;
}
.p-expiry .p-expiry__form .p-expiry__month {
  width: 112px;
  height: 40px;
  text-align: center;
}
.p-expiry .p-expiry__form .p-expiry__year {
  width: 138px;
  height: 40px;
  text-align: center;
}
.p-expiry .p-expiry__select option:disabled {
  color: #C2C2C2;
}
.p-expiry .p-expiry__select select {
  background: #E9E9EA;
  border: unset;
  border-radius: 30px;
}
.p-expiry .p-expiry__select select::-ms-expand {
  display: none;
}
.p-expiry .p-expiry__select select:disabled {
  outline: none;
}
.bullet-points-block {
  padding: 15px;
}
.p-expiry-alert {
  border: solid 1px #CC0033;
  background-color: #FFF2F2;
}
.p-expiry-info {
  border-radius: 20px;
  padding: 32px;
  background-color: #FFF9EC;
}
.p-expiry-attention {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-expiry-attention .p-expiry-attention__item {
  margin: 0 24px 12px 0;
}
.p-expiry-attention .p-expiry-attention__item span {
  display: inline-block;
  text-wrap: nowrap;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  background-color: #FEC54A;
  border-radius: 23px;
  padding: 10px;
}
.p-expiry-iconAttention {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  .p-expiry-info {
    padding: 20px 10px;
  }
  .yellowBlock>.c-noticeList {
    text-align: left;
  }
  .p-expiry-attention {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-expiry-attention .p-expiry-attention__item {
    margin: 0 0 12px;
  }
  .p-expiry-attention .p-expiry-attention__item span {
    font-weight: normal;
    font-size: 1.8rem;
  }
  .p-expiry-iconAttention {
    width: 15px;
    height: 15px;
  }
}


@media only screen and (max-width: 768px) {
  .p-expiry .p-expiry__select {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .p-expiry .p-expiry__select select {
    width: 69px;
    height: 42px;
  }
  .p-expiry .p-expiry__select .p-expiry__title {
    width: 100%;
  }
  .p-expiry .p-expiry__form .p-expiry__month {
    width: 40%;
    height: auto;
  }
  .p-expiry .p-expiry__form .p-expiry__year {
    width: 40%;
    height: auto;
  }
}

/* p-acList
--------------------------------------------------------- */
.p-acListWrap {
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.p-acListWrap::after {
  content:"";
  display: block;
  width: 362px;
}

.p-acList {
  width: 346px;
  margin: 24px 0 0;
}

.p-acList__title {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 10px 0 24px;
  padding: 0 32px;
}

.p-acList__item {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}

.p-acList__item > button {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  padding: 24px 68px 24px 0;
  position: relative;
}

.p-acList__item > button:focus-visible {
  outline: auto;
}

.p-acList__item.isOpen > button:focus {
  outline: none;
}

.p-acList__item > button::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.p-acList__item > button.isOpen::after {
  margin-top: -2px;
  transform: rotate(-45deg);
}

.p-acList__item:first-child {
  border-top: 1px solid #333;
}

.p-acList-inList {
  display: none;
  border-top: 1px solid  #dedede;
  padding: 20px 0 20px 20px;
}

.p-acList-inList.isOpen {
  display: block;
}

.p-acList-inList__item + .p-acList-inList__item {
  margin-top: 20px;
}

.p-acList-inList__item {
  position: relative;
  padding-left: 1em;
}

.p-acList-inList__item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .p-acListWrap {
    padding: 0 16px;
    margin: 24px 0 20px;
    display: block;
  }
  
  .p-acListWrap::after {
    display: none;
  }
  
  .p-acList {
    width: auto;
    margin: 0;
  }
  
  .p-acList__title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 10px 0 16px;
    padding: 0 16px;
  }
  
  .p-acList__item {
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
  }
  
  .p-acList__item > button {
    padding: 16px 40px 16px 0;
  }
  
  .p-acList__item > button::after {
    right: 10px;
    margin-top: -7px;
    width: 8px;
    height: 8px;

  }
  
  .p-acList__item > button.isOpen::after {
    margin-top: -3px;
  }
  
  .p-acList__item:first-child {
    border-top: none;
  }

  .p-acList:first-child .p-acList__item:first-child {
    border-top: 1px solid #333;
  }
  
  .p-acList-inList {
    padding: 20px 0 20px 10px;
  }
}
/* p-shcedule */
.p-shcedule .l-staticAccodionStyle {
  margin-bottom: 12px!important;
}
/* p-staticListColBox */
.p-staticListColBox .l-staticAccodionStyle {
  margin-bottom: 24px !important;
}



/* 動画一覧モーダル表示のリンクを画像に変更 */
.movie-img-link-area{
  display: block;
}
.movie-img-link-area a{
  width: 246px;
  display: block;
}
@media only screen and (max-width: 768px){
  .movie-img-link-area{
    display: flex;
    justify-content: center;
  }
  .movie-img-link-area a{
    max-width:205px;
  }
}
/* 動画一覧モーダル表示のリンクを画像に変更 ここまで */
/* 確認モーダル */
.mfp-bg,
.mfp-wrap {
  display: none;
}
.mfp-wrap {
  overflow: hidden auto;
}
.p-confirmationModal {
  position: relative;
  width: 588px;
  margin: 0 auto;
}
.p-confirmationModal02 {
  position: relative;
  width: 680px;
  margin: 0 auto;
}
.p-confirmationModal-inner {
  background: #333;
  border-radius: 48px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
}
.p-confirmationModal-title {
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.p-confirmationModal-body {
  padding: 32px;
  background-color: #fff;
}
.p-confirmationModal .c-btn2Col li{
  width: 254px;
}
.p-confirmationModal .p-confirmationModal-fz {
  font-size: 1.4rem;
}
.p-confirmationModal02-body {
    padding: 32px;
    background-color: #fff;
}
.p-confirmationModal02-body #youtube_modal_movie_list .youtube_movie_list__item {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.p-confirmationModal02-body  #youtube_modal_movie_list .youtube_movie_list__item iframe{
  width: 100%;
	height: 100%
}
@media only screen and (max-width: 768px) {
  .p-confirmationModal{
    width: auto;
    margin: 0 auto;
  }
  .p-confirmationModal02 {
    width: 100%;
  }
  .p-confirmationModal-inner {
    border-radius: 20px;
    font-size: 13px;
  }
  .p-confirmationModal-title {
    line-height: 36px;
    font-size: 18px;
    padding: 10px;
  }
  .p-confirmationModal-body {
    padding: 20px;
  }
  .p-confirmationModal .c-btn2Col li{
    width: 100%;
  }
  .p-confirmationModal .p-confirmationModal-fz {
    font-size: 1.3rem;
  }
  .mfp-container {
    padding: 90px 10px 0!important;
  }
  .p-confirmationModal02-body {
    padding: 16px;
  }
}
/* youtube */
.icon-play:after{
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-play-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	margin-left: 4px;
}
.youtube_link_list-word{
  text-align: center;
  margin-bottom: 12px;
}
.youtube_link_list-word span{
  display: inline-block;
}
.youtube_link_list-title{
  font-weight: bold;
}
.youtube_link_list{
  padding: 8px 4px;
  margin: -6px 0 8px;
}
.youtube_link_list > li:not(:first-child){
  margin-top: 4px;
}
.youtube_link_list > li{
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
}
.youtube_link_list > li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 4px;
  font-size: 8px;
}
.youtube_movie_list > li{
  display: none;
}
#youtube_modal_movie_list {
  display: none;
}
@media only screen and (max-width: 768px) {
  .icon-play:after{
    width: 16px;
    height: 16px;
  }
  .youtube_link_list-word{
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 8px;
  }
  .youtube_link_list{
    margin: -4px 0 4px;
  }
  .youtube_link_list-title{
    font-size: 14px;
    line-height: 1.5;
  }
  .youtube_link_list > li:not(:first-child){
    margin-top: 4px;
  }
  .youtube_link_list > li{
    padding-left: 0.8em;
    font-size: 1.3rem;
  }
  .youtube_link_list > li::before {
    font-size: 6px;
  }

}

/* c-staticAccodionStyle */
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn,
.c-staticAccodionStyle__items__item__inner a.c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    padding: 0 24px;
    width: 100%;
    height: 56px;
    background-color: #5f72b2;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--middle,
.c-staticAccodionStyle__items__item__inner a.c-btn.c-btn--middle {
  margin: 0 auto;
  width: 384px;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn .c-btn__text,
.c-staticAccodionStyle__items__item__inner a.c-btn .c-btn__text {
  width: 100%;
}
.c-staticAccodionStyle__items__item__inner a::after {
    content: "";
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    transform: rotate(180deg);
}
@media only screen and (max-width: 768px){
  .c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a.c-btn.c-btn--middle {
    width: 100%;
  }
}

.p-floating-bnr {
  position: relative;
}
.p-floating-bnr__inner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.p-floating-bnr .p-floating-bnr__close {
  position: absolute;
  right: 12px;
  bottom: 70px;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 768px){
  .p-floating-bnr .p-floating-bnr__link img {
    width: 296px;
    height: auto;
  }
  .p-floating-bnr .p-floating-bnr__close {
    bottom: 58px;
  }
  .p-floating-bnr .p-floating-bnr__close img {
    width: 24px;
    height: 24px;
  }

}

/** qa **/
.p-qa-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-qa-header .p-qa-header__icon {
  margin-right: 12px;
  margin-bottom: 0;
}
.p-qa input[type=radio].p-qa__radio {
 appearance: none; 
}
.p-qa .p-qa__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: #EBEBEB;
  border-radius: 100px;
  text-decoration: none;
  padding: 0px 24px;
  cursor: pointer;
}
.p-qa .p-qa__label .p-qa__label__text {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-right: 24px;
  color: #333;
  font-size: 1.6rem;
  position: relative;
}
.p-qa input[type=radio]:checked + .p-qa__label {
  background-color: #5f72b2;
}
.p-qa input[type=radio]:checked + .p-qa__label .p-qa__label__text {
  color: #fff;
}
@media only screen and (max-width: 768px){
  .p-qa-header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
  }
  .p-qa-header .p-qa-header__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .p-qa-header .p-qa-header__icon img {
    width: 160px;
    height: auto;
  }
}

.p-qa-list + .p-qa-list {
  margin-top: 56px;
}
.p-qa-list .p-qa-list__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
}
.p-qa-list .p-qa-list__q__icon {
  flex: 5% 0 0;
  padding-right: 12px;
}
.p-qa-list .p-qa-list__q__text {
  flex: 95% 0 0;
}
@media only screen and (max-width: 768px){
  .p-qa-list .p-qa-list__q {
    align-items: flex-start;
    font-size: 1.8rem;
  }
  .p-qa-list .p-qa-list__q__icon {
    flex: 10% 0 0;
  }
  .p-qa-list .p-qa-list__q__text {
    flex: 90% 0 0;
  }
  .p-qa-list .p-qa-list__q__icon img {
    width: 100%;
    height: auto;
  }
}

/** answer **/
.p-answer-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-answer-header .p-qa-header__icon {
  margin-right: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px){
  .p-answer-header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
  }
  .p-answer-header .p-answer-header__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .p-answer-header .p-answer-header__icon img {
    width: 90px;
    height: auto;
  }
}


.p-answer-card {
  height: 100%;
}
.p-answer-card .p-answer-card__inner {
  height: 100%;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px;
}
.p-answer-card .p-answer-card__inner .p-answer-card__img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.p-answer-card .p-answer-card__inner .p-answer-card__text {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-answer-card .p-answer-card__inner .p-answer-card__button {
  grid-row: 2/3;
  grid-column: 1/3;
  align-self: end;
  position: relative;
  bottom: 0;
  width: 100%;
  margin: 24px auto 0;
}
.p-answer-card .p-answer-card__inner .p-answer-card__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em; 
  margin: 0 0 24px;
}
.p-answer .c-staticCardStyle01 {
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 20px;
}
.p-answer .c-staticCardStyle01 li:nth-child(1), 
.p-answer .c-staticCardStyle01 li:nth-child(2),
.p-answer .c-staticCardStyle01.c-staticCardStyle--col2 li {
  margin: 0;
}
@media only screen and (max-width: 768px){
  .p-answer .c-staticCardStyle01 {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .p-answer .c-staticCardStyle01 li:nth-child(1), 
  .p-answer .c-staticCardStyle01 li:nth-child(2),
  .p-answer .c-staticCardStyle01.c-staticCardStyle--col2 li {
    margin: 24px 0 0;
  }
  .p-answer-card .p-answer-card__inner {
    padding: 24px;
  }
  .p-answer-card .p-answer-card__inner .p-answer-card__button {
    margin: 12px auto 0;
  }
  .p-answer-card .p-answer-card__inner .p-answer-card__img img {
    width: 67px;
    height: 67px;
  }
  .p-answer-card .p-answer-card__inner .p-answer-card__text {
    flex: 80% 0 0;
    margin: 0 0 12px;
  }

  .p-answer-card .p-answer-card__inner .p-answer-card__heading {
    font-size: 2.1rem;
    margin: 0 0 12px;
  }
}

[hidden=hidden] {
  display: none;
}


/* アクセシビリティ対応 */
.l-header-gnavi-lv2 .header-outLink-b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
}
/* header 10thロゴ */
.l-header-10th_logo{
  position: absolute;
  left: 168px;
  height: 80px;
}
@media only screen and (max-width: 768px){
  .l-header-10th_logo{
    left: 128px;
    height: 60px;
  }
}
@media screen and (max-width: 370px){
  .l-header-10th_logo{
    display: none;
  }
}
/* header 10thロゴ ここまで */



