﻿@charset "utf-8";
/* CSS Document */


@media screen and (min-width:769px){
  .p-priceCopy__wrap {
    display: table;
    width: 100%;
    margin: 0 0 10px!important;
  }
  .p-priceCopy__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    width: 20%;
  }
  .p-priceCopy__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    width: 80%;
  }
}
@media screen and (max-width:768px){
  .p-priceCopy__wrap {
    margin: 0 0 10px!important;
  }
  .p-priceCopy__title {
    font-size: 14px;
  }
  .p-priceCopy__text {
    font-size: 14px;
  }
}

@media screen and (min-width:769px){
  .p-libraryHero__btnWrap {
      width: 320px;
  }
}

.p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew{
  padding: 6px 20px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew > span{
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew{
    padding: 6px 20px;
    font-size: 1.666rem;
    line-height: 1.2;
  }
  .p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew > span{
    font-size: 1.2rem;
  }
}


.p-priceTable__wrap {
}
.p-priceTable__title {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-priceTable__text {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 2.0rem;
}
.p-priceTable__note {
  margin: 40px 0 0;
}
.p-priceTable__note li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width:769px){
  .p-priceTableType01 {
    width: 760px;
  }
  .p-priceTableType01.-price {
    width: 100%;
    line-height: 1.4;
  }
  .p-priceTableType01.-price th{
    width: 34%;
  }
  .p-priceTableType01.-price td{
    width: 66%;
  }
  .p-priceTableType01.-price th span{
    font-size: 1.8rem;
  }
  .p-priceTableType02.-price th,
  .p-priceTableType02.-price td{
    font-size: 1.6rem;
  }
  .p-priceTableType02.-intervalType01.-price th:first-child{
    font-size: 1.6rem;
  }
  #singDiagnosis .p-priceTableType01 td {
    line-height: 1.4;
  }
  #singDiagnosis .p-priceTableType01 td span{
    font-size: 2.4rem;
  }
  #singDiagnosis .p-priceTableType01 td span.u-robotoCondensed{
    font-size: 3.6rem;
  }
  .u-pcBorderDouble {
    display: inline-block;
    position: relative;
  }
  .u-pcBorderDouble:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
  }
  #singDiagnosis .p-priceTableType01 td span.u-pcBorderDouble:after {
    border-top: 4px double #fff;
  }
}
@media screen and (max-width:768px){
  .p-priceTable__title {
    font-size: 1.4rem;
  }
  .p-priceTable__text {
    margin: 10px 0 0;
    font-size: 1.6rem;
  }
  .p-priceTable__note {
    margin: 20px 0 0;
  }
  .p-priceTableType01 {
  }
  .p-priceTableType01.-price {
    width: 100%;
    line-height: 1.4;
  }
  .p-priceTableType01.-price th{
    width: 44%;
    padding: 5px;
  }
  .p-priceTableType01.-price td{
    width: 56%;
    padding: 5px;
  }
  .p-priceTableType01.-price th span{
    font-size: 1.3rem;
  }
  .p-priceTableType02.-price th{
    width: 20%;
  }
  #singDiagnosis .p-priceTableType01 td {
    line-height: 1.4;
  }
  #singDiagnosis .p-priceTableType01 td span{
    font-weight: 400;
    font-size: 1.3rem;
  }
  #singDiagnosis .p-priceTableType01 td span.u-robotoCondensed{
    font-weight: 700;
    font-size: 1.9rem;
  }
  .u-spBorderDouble {
    display: inline-block;
    position: relative;
  }
  .u-spBorderDouble:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
  }
  #singDiagnosis .p-priceTableType01 td span.u-spBorderDouble:after {
    border-top: 4px double #fff;
  }
  #singDiagnosis .p-priceTableType01 td span.u-spBorderDouble:after {
    top: 24%;
  }
  #singDiagnosis .p-priceTableType01 td span.u-spBorderDouble span.u-spBorderDouble:after {
    top: 36%;
  }
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tbody {
    display: grid;
    grid-template-columns: 30% 35% 35%;
  }
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr th,
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr td{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 5px * 2 - 1px);
    padding: 7px 5px !important;
  }
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr:last-child th,
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr:last-child td{
    border-right: none;
    width: calc(100% - 5px * 2);
  }
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr th:last-child,
  .p-priceTableType02.-intervalType01.priceTableWrapTypeCol tr td:last-child {
    border-bottom: none;
  }
}


.p-programCopy__title {
  padding: 8px 20px 5px;
  background: #7abe3b;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
.p-programCopy__inner {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
}
.p-programCopy__text {
  font-weight: 700;
  font-size: 1.8rem;
}
.p-programCopy__content {
  width: 100%;
  box-sizing: border-box;
}
.p-programCopy__content .p-programCopy__text {
  font-weight: 400;
}
.p-programCopy__item__block {
  position: relative;
  display: flex;
  align-items: baseline;
  z-index: 0;
}
.p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text .font-m {
  font-size: 2.2rem;
}
.p-programCopy__item__block .p-programCopy__item:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.p-programCopy__item__block .p-programCopy__item:first-of-type:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 12px;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #cb0101;
  border-right: 0;
}
.p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text {
  color: #cb0101;
  font-size: 2.6rem;
}
.p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text .font-l {
  font-size: 3.8rem;
  line-height: 1;
}
.p-programCopy__link {
  margin: 10px 0 0;
}
.p-programCopy__link a {
  text-decoration: underline;
  color: #333333;
}
@media screen and (min-width:769px){
  .p-programCopy__content {
    display: flex;
    align-items: baseline;
  }
  .p-programCopy__content .p-programCopy__text {
    width: 266px;
  }
  .p-programCopy__item__block:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: #dffdc3;
    z-index: -1;
  }
  .p-programCopy__item__block .p-programCopy__item:first-of-type {
    width: 198px;
  }
}
@media screen and (max-width:768px){
  .p-programCopy__title {
    padding: 10px 10px 8px;
    font-size: 1.5rem;
  }
  .p-programCopy__inner {
    padding: 8px 8px 15px;
  }
  .p-programCopy__text {
    font-size: 1.3rem;
  }
  .p-programCopy__content {
    margin: 13px 0 0;
  }
  .p-programCopy__item__block {
    margin: 10px 0 0;
  }
  .p-programCopy__item__block .p-programCopy__item:first-of-type {
    width: 55%;
    justify-content: space-around;
  }
  .p-programCopy__item__block .p-programCopy__item:nth-of-type(2) {
    width: 45%;
  }
  .p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text,
  .p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text .font-m,
  .p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text {
    font-size: 1.6rem;
  }
  .p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text .font-l {
    font-size: 2.4rem;
  }
  .p-programCopy__item__block .p-programCopy__item:first-of-type:after {
    margin-left: 0;
  }
  .p-programCopy__link {
    width: 40%;
    margin: 14px auto 0;
    text-align: center;
  }
  .p-programCopy__link a {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 5px 15px 5px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    text-decoration: none;
  }
  .p-programCopy__link a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: -8px auto 0;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
  }
}
@media screen and (max-width:468px){
  .p-programCopy__item__block .p-programCopy__item:first-of-type {
    justify-content: center;
  }
  .p-programCopy__item__block .p-programCopy__item:first-of-type:after {
    margin-left: 8px;
  }
}
@media screen and (max-width:360px){
  .p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text,
  .p-programCopy__item__block .p-programCopy__item .p-programCopy__item__text .font-m,
  .p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text {
    font-size: 1.4rem;
  }
  .p-programCopy__item__block .p-programCopy__item:nth-of-type(2) .p-programCopy__item__text .font-l {
    font-size: 2rem;
  }
  .p-programCopy__link a:after {
    top: 52%;
    right: 5px;
  }
}


.p-priceService__item__block {
  margin: 30px 0 0;
}
.p-priceService__title {
  font-weight: 700;
  font-size: 2.2rem;
}
.p-priceService__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 3px 5px 1px;
  background: #7abe3b;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.p-priceService__icon .p-priceService__number {
  font-size: 2rem;
}
.p-priceService__item {
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}
.p-priceService__image {
  width: 50%;
  box-sizing: border-box;
}
.p-priceService__text {
  width: 50%;
  padding: 15px;
  border: 1px solid #cccccc;
  border-left: none;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (min-width:769px){
  .p-priceService__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-priceService__item__block {
    width: 500px;
  }
  .p-priceService__item__block:first-of-type,
  .p-priceService__item__block:first-of-type + * {
    margin-top: 0;
  }
}
@media screen and (max-width:768px){
  .p-priceIndex__title01 {
    line-height: 1;
  }
  .p-priceService__item__block {
    margin: 15px 0 0;
  }
  .p-priceService__item__block:first-of-type {
    margin-top: 0;
  }
  .p-priceService__title {
    font-size: 1.4rem;
  }
  .p-priceService__icon {
    margin-right: 5px;
    padding: 3px 3px 1px;
  }
  .p-priceService__icon .p-priceService__number {
    font-size: 1.4rem;
    line-height: 1;
  }
  .p-priceService__image {
    width: 35%;
    padding-left: 15%;
  }
  .p-priceService__text {
    padding: 8px;
    font-size: 1.3rem;
  }
  .p-priceService__item {
    margin: 8px 0 0;
  }
}
@media screen and (max-width:600px){
  .p-priceService__image {
    width: 50%;
    padding-left: 0;
  }
}

.p-priceTable__item {
  padding: 15px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width:769px){
  .p-priceTable__item {
    width: 564px;
  }
}
@media screen and (max-width:768px){
  .p-priceTable__item {
    width: 70%;
    padding: 7px 0;
    font-size: 1.1rem;
  }
}

.p-banner {
}
.p-banner__title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width:769px){
}
@media screen and (max-width:768px){
  .p-banner__title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width:769px){
.p-priceTableType02.-fitting th{
  font-size: 2.4rem;
}
.p-tableBlock01.-fitting td{
  color: #333;
  font-size: 2.4rem;
  line-height: 1.2;
}
.p-priceTableType02.-fitting td:first-child{
  width: 22%;
}
.p-priceTableType02.-fitting td .lineThrough{
  position: relative;
  font-size: 1.8rem;
}
.p-priceTableType02.-fitting td .lineThrough::after{
  content: "";
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  border-top:2px solid #333;
}
.p-priceTableType02.-fitting td .font-s{
  font-size: 1.8rem;
}
.p-priceTableType02.-fitting td .font-m{
  font-size: 2.8rem;
}
.p-priceTableType02.-fitting td .font-l{
  font-size: 3.6rem;
}
.p-priceTableType02.-fitting td .emphasis{
  color: #cb0101;
}
.p-planBlock .p-priceTableType02.-fitting td:first-child{
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-planBlock .p-priceTableType02.-fitting td .arrow{
  position: relative;
  display: block;
}
.p-planBlock .p-priceTableType02.-fitting td .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 47.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #333;
  border-bottom: 0;
}
.p-planBlock .p-priceTableType02.-fitting td .line{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-planBlock .p-priceTableType02.-fitting td .line::before{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: #dffdc3;
  z-index: -1;
}
}

@media screen and (max-width:768px){
.p-priceTableType02.-fitting th{
  font-size: 1.5rem;
}
.p-tableBlock01.-fitting td{
  color: #333;
  font-size: 1.3rem;
  line-height: 1.3;
}
.p-tableBlock01.-fitting td:first-child{
  padding: 14px 0;
}
.p-priceTableType02.-fitting td .lineThrough{
  position: relative;
  font-size: 1.2rem;
}
.p-priceTableType02.-fitting td .lineThrough::after{
  content: "";
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  border-top:2px solid #333;
}
.p-priceTableType02.-fitting td .font-s{
  font-size: 1.2rem;
}
.p-priceTableType02.-fitting td .font-m{
  font-size: 1.8rem;
}
.p-priceTableType02.-fitting td .font-l{
  font-size: 2.6rem;
}
.p-priceTableType02.-fitting td .emphasis{
  color: #cb0101;
}
.l-clubFitting .p-tableBlock01.-fitting .p-spBlock td{
  display: block;
  border-right: 0;
}
.l-clubFitting .p-tableBlock01.-fitting .p-spBlock td:last-child{
  border-bottom: 0;
}

.p-planBlock .p-priceTableType02.-fitting th{
  font-size: 1.2rem;
  width: 36%;
}
.p-planBlock .p-priceTableType02.-fitting th:first-child{
  width: 28%;
}
.p-planBlock .p-priceTableType02.-fitting td:first-child{
  font-size: 1.1rem;
}
.p-planBlock .p-priceTableType02.-fitting td .font-m{
  font-size: 1.4rem;
}
.p-planBlock .p-priceTableType02.-fitting td .font-l{
  font-size: 1.8rem;
}
.p-planBlock .p-priceTableType02.-fitting td .arrow{
  position: relative;
  display: block;
}
.p-planBlock .p-priceTableType02.-fitting td .arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40%;
  left: 47.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #333;
  border-bottom: 0;
}
.p-planBlock .p-priceTableType02.-fitting td .line{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.p-planBlock .p-priceTableType02.-fitting td .line::before{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #dffdc3;
  z-index: -1;
}
}
/*Satofull*/
@media screen and (min-width:769px){
  .-priceSatofull .p-satofullBtn{
    margin: 40px auto;
  }
}
.-priceSatofull{
  background-color: #FFEED5;
  border-top: 5px solid #A5621A;
  text-align: center;
}
.p-priceSatofullLogo{
  margin-bottom: 40px;
}
.p-priceSatofull__title {
  display: inline;
  position: relative;
  background: linear-gradient(#FFFF79 0 0) left bottom / 100% 15px no-repeat;
  font-size: 28px;
  font-weight: bold;
  color: #470800;
  padding: 0;
  line-height: 1.2;
  z-index: 0;
}
.-priceSatofull .p-priceSatofullColumn{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.-priceSatofull .p-priceSatofullColumn li img{
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.-priceSatofull .p-satofullBtn__btn{
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #A5621A;
  padding: 20px 30px;
  width: 360px;
  border-radius: 40px;
  box-shadow: 0px 6px 0px #6D3D00;
}
.-priceSatofull .p-satofullBtn__btn::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 17px;
  top: 26px;
  right: 30px;
  background-image: url("/price/images/icon_btn.png");
}
@media screen and (max-width:768px){
  .-priceSatofull{
    border-top: 2px solid #A5621A;
  }
  .-priceSatofull .l-section__inner{
    padding-top: 37px;
  }
  .p-priceSatofullLogo{
    max-width: 195px;
    margin: 0 auto 12px;
  }
  .p-priceSatofull__title{
    font-size: 20px; 
    background: linear-gradient(#FFFF79 0 0) left bottom / 100% 8px no-repeat;
    line-height: 1.5;
  }
  .-priceSatofull .p-priceSatofullColumn{
    flex-direction: column;
    margin-top: 30px;
  }
  .-priceSatofull .p-priceSatofullColumn li+li{
    margin: 60px auto 30px!important;
  }
  .-priceSatofull .p-priceSatofullColumn li{
    max-width: 465px;
    margin: 0 auto;
  }
  .-priceSatofull .p-satofullBtn{
    margin-top: 20px;
  }
  .-priceSatofull .p-satofullBtn__btn{
    width: 80%;
    font-size: 16px;
    padding: 12px 30px;
  }
  .-priceSatofull .p-satofullBtn__btn::after{
    top: 16px;
    right: 28px;
  }


}
