@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.05.07
-------------------------------------------------------------------------------------*/

.purpose{
}

/*****************************

Component

*****************************/

/* c-largeButton */
.c-largeButton{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30rem;
  min-height: 6rem;
  padding: 2rem 1rem 2rem 1rem;
  background: #004b99;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
		margin: 0 auto;
}

.c-largeButton:hover{
  opacity: 0.85;
}

.c-largeButton__text{
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-largeButton__icon{
  position: absolute;
  top: 50%;
  right: .7rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.c-largeButton__icon::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-20%, -50%) rotate(45deg);
}

.c-largeButton__icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.p-sectionHeading{
  position: relative;
  padding-left: 1.5rem;
}

.p-sectionHeading::before{
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #004A8F;
}

.p-sectionHeading__title{
  color: #004A8F;
  font-weight: 700;
  line-height: 1.4;
}

/* PC */
@media screen and (min-width: 701px){
  .p-sectionHeading__title{
    font-size: 1.2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-sectionHeading__title{
    font-size: 1.15rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-sectionHeading__title{
    font-size: 1.1rem;
  }
}


/*****************************

section

*****************************/
.p-section{
}

/* PC */
@media screen and (min-width: 701px){
  .p-section{
    padding: 3rem 0;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-section{
    padding: 2rem 0;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-section{
    padding: 2rem 0;
  }
}


.p-section__content{
}

/* PC */
@media screen and (min-width: 701px){
  .p-section__content{
    margin-top: 2.5rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-section__content{
    margin-top: 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-section__content{
    margin-top: 1.5rem;
  }
}


.p-section__content p{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-section__content p{
    margin-top: 1.5rem;
  }

  .p-section__content p:first-child{
    margin-top: 0;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-section__content p{
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .p-section__content p:first-child{
    margin-top: 0;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-section__content p{
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 1.9;
  }

  .p-section__content p:first-child{
    margin-top: 0;
  }
}




/*****************************

purposeImage

*****************************/
.p-purposeImage{
  text-align: center;
}

/* PC */
@media screen and (min-width: 701px){
  .p-purposeImage{
    margin-top: 5rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-purposeImage{
    margin-top: 4rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-purposeImage{
    margin-top: 3rem;
  }
}


.p-purposeImage img{
  width: 100%;
  height: auto;
}


/*****************************

purposeProblem

*****************************/
.p-purposeProblem{
  text-align: center;
}

/* PC */
@media screen and (min-width: 701px){
  .p-purposeProblem{
    margin-top: 5rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-purposeProblem{
    margin-top: 4rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-purposeProblem{
    margin-top: 3rem;
  }
}

.p-purposeProblem img{
  width: 100%;
  height: auto;
}


/*****************************

feature

*****************************/
.p-feature{
  /*padding: 3rem 0 3rem;*/
  padding: 0 0 3rem;
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-feature{
    /*padding: 2rem 0 3rem;*/
    padding: 0 0 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-feature{
    /*padding: 3rem 0 3rem;*/
    padding: 0 0 3rem;
  }
}


.p-feature__box{
  padding: 3rem 2rem 2rem;
  background: #CCDBE9;
  border-radius: 1rem;
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-feature__box{
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-feature__box{
    padding: 2.5rem 1.25rem;
    border-radius: 1.5rem;
  }
}


.p-feature__title{
  text-align: center;
}

.p-feature__title span{
  display: inline-block;
  padding: 0 0.5rem;
  background: linear-gradient(
    transparent 68%,
    #F3C517 68%
  );
  color: #004A8F;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}


.p-feature__cards{
  display: flex;
  gap: 1rem;
  margin-top: 3.5rem;
  align-items: stretch;
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 920px){
  .p-feature__cards{
    flex-direction: column;
    gap: 3rem;
				margin-top: 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-feature__cards{
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}


.p-featureCard{
  display: flex;
  flex-direction: column;
  /*flex: 1;*/
  position: relative;
  padding: 3rem .7rem 2rem;
  background: #fff;
}

/* Small PC */
@media screen and (min-width: 701px) and (max-width: 920px){
  .p-featureCard{
    padding: 3rem 1.6rem 2rem;
  }
}

/* SP */
@media screen and (max-width: 780px){
  .p-featureCard{
    padding: 3rem 1.6rem 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-featureCard{
    padding: 3rem 1.5rem 1.5rem;
  }
}

.p-featureCard__number{
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #EB5C1A;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

/* SP */
@media screen and (max-width: 480px){
  .p-featureCard__number{
    top: -1.5rem;
    font-size: 3rem;
  }
}

.p-featureCard__title{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #999;
  color: #004A8F;
  font-size: 95%;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
		flex: 1 0 auto;
		min-width:0;
}

/* PC */
@media screen and (min-width: 921px) {
  .p-featureCard__title{
		  text-align: center;
  }
}

/* Small PC */
@media screen and (min-width: 701px) and (max-width: 920px){
  .p-featureCard__title{
    font-size: 110%;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 920px){
  .p-featureCard__title{
		  text-align: center;
  }
}

/* SP */
@media screen and (max-width: 700px){
  .p-featureCard__title{
    text-align: center;
  }
}

@media screen and (max-width: 480px){
  .p-featureCard__title{
    padding-bottom: 1rem;
  }
}

.p-featureCard__title.noflex{
}

.p-featureCard__title span.blue{
  color: #004A8F;
		letter-spacing: 0.00001em;
		display: inline !important;
}

.p-featureCard__title span.orange{
  color: #EB5C1A;
		letter-spacing: 0.00001em;
		display: inline !important;
	 font-size: 118%;
	 font-weight: 900;
}

/* Small PC */
@media screen and (min-width: 701px) and (max-width: 920px){
  .p-featureCard__title span.orange{
    font-size: 130%;
  }
}

.p-featureCard__body{
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
}

/* SP */
@media screen and (max-width: 480px){
  .p-featureCard__body{
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

.br01{
}

@media screen and (min-width: 1101px){
  .br01{
    display: inline;
  }
}

@media screen and (max-width: 920px){
  .br01{
    display: none;
  }
}


/*****************************

flow

*****************************/
.p-flow{
}

/* PC */
@media screen and (min-width: 701px){
  .p-flow{
    margin-bottom: 3rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-flow{
    margin-bottom: 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-flow{
    margin-bottom: 3rem;
  }
}

/*.p-flowImage img{
  width: 100%;
  height: auto;
}*/



/*****************************

business

*****************************/
.p-business{
}

/* PC */
@media screen and (min-width: 701px){
  .p-business{
    margin-bottom: 3rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-business{
    margin-bottom: 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-business{
    margin-bottom: 3rem;
  }
}

.p-business__lead{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-business__lead{
    margin-top: 2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-business__lead{
    margin-top: 1.5rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-business__lead{
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}


/*****************************

businessUnit

*****************************/
.p-businessUnit{
  background: #F3F0E8;
		margin-bottom: 3rem;
}

/* PC */
@media screen and (min-width: 701px){
  .p-businessUnit{
    margin-top: 2rem;
    padding: 2rem 2rem;
    border-radius: 0.75rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-businessUnit{
    margin-top: 1.5rem;
    padding: 2rem 2rem;
    border-radius: 0.75rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-businessUnit{
    margin-top: 1.25rem;
    padding: 0.875rem;
    border-radius: 0.5rem;
  }
}


.p-businessUnit__title{
  color: #004A8F;
  font-weight: 700;
  line-height: 1.6;
}

/* PC */
@media screen and (min-width: 701px){
  .p-businessUnit__title{
    font-size: 1.1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-businessUnit__title{
    font-size: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-businessUnit__title{
    font-size: 0.95rem;
  }
}


.p-businessUnit p{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-businessUnit p{
    margin-top: 0.75rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-businessUnit p{
    margin-top: 0.75rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-businessUnit p{
    margin-top: 0.5rem;
    line-height: 1.9;
  }
}


/*****************************

infoBox

*****************************/
.p-infoBox{
  border: 1px solid #D9D9D9;
		border-top: none;
}

.p-infoBox:first-child{
		border-top: 1px solid #D9D9D9;
}

.p-infoBox__head{
  background: #4C81BF;
  color: #FFF;
  text-align: center;
}

/* PC */
@media screen and (min-width: 701px){
  .p-infoBox__head{
    padding: 1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-infoBox__head{
    padding: 0.875rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-infoBox__head{
    padding: 0.75rem;
  }
}


.p-infoBox__title{
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 701px){
  .p-infoBox__title{
    font-size: 1.1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-infoBox__title{
    font-size: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-infoBox__title{
    font-size: 0.95rem;
  }
}


.p-infoBox__body{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-infoBox__body{
    padding: 1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-infoBox__body{
    padding: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-infoBox__body{
    padding: 0.875rem;
    line-height: 1.9;
  }
}


.p-infoBox__area{
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 701px){
  .p-infoBox__area{
    font-size: 1.2em;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-infoBox__area{
    font-size: 1.1em;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-infoBox__area{
    font-size: 1em;
  }
}


.p-infoBox__note{
	position: relative;
	padding-left: 1.5rem;
}

/* PC */
@media screen and (min-width: 701px){
  .p-infoBox__note{
    font-size: 0.9em;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-infoBox__note{
    font-size: 0.9em;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-infoBox__note{
    font-size: 0.85em;
  }
}

.p-infoBox__note::before{
	content: "※";
	position: absolute;
	left: 0;
	top:.003em;
}



/*****************************

trial

*****************************/
.p-trial{
}

/* PC */
@media screen and (min-width: 701px){
  .p-trial{
    margin-top: 4rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trial{
    margin-top: 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trial{
    margin-top: 2.5rem;
  }
}


.p-trial__title{
  background: #004A8F;
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trial__title{
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1.1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trial__title{
    padding: 0.875rem 1rem;
    border-radius: 0.75rem;
    font-size: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trial__title{
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
  }
}


.p-trial__lead{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trial__lead{
    margin: 2rem 0;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trial__lead{
    margin: 1.5rem 0;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trial__lead{
    margin: 1.5rem 0;
    line-height: 1.9;
  }
}


/*****************************

trial item

*****************************/
.p-trialItem{
  border-top: 1px solid #E5E5E5;
}

.p-trialItem.noBorder{
  border-top: none;
	 padding-top: 0;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trialItem{
    padding: 2rem 0;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trialItem{
    padding: 1.5rem 0;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trialItem{
    padding: 1.25rem 0;
  }
}


.p-trialItem__head{
  display: flex;
  align-items: flex-start;
}


.p-trialItem__num{
  flex-shrink: 0;
  font-weight: 500;
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trialItem__num{
    margin-right: 0.5rem;
    font-size: 1.05rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trialItem__num{
    margin-right: 0.5rem;
    font-size: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trialItem__num{
    margin-right: 0.375rem;
    font-size: 0.95rem;
    line-height: 1.9;
  }
}


.p-trialItem__title{
  flex: 1;
  font-weight: 500;
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trialItem__title{
    font-size: 1.05rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trialItem__title{
    font-size: 1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trialItem__title{
    font-size: 0.95rem;
    line-height: 1.9;
  }
}


/*****************************

trial button

*****************************/
.p-trialButton{
}

/* PC */
@media screen and (min-width: 701px){
  .p-trialButton{
    margin-top: 1.5rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trialButton{
    margin-top: 1.25rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trialButton{
    margin-top: 1rem;
  }
}


.p-trialButton a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 64px;
  padding: 0 4rem 0 2rem;
  background: #004A8F;
  border-radius: 999px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}


.p-trialButton a::after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  font-size: 0.9rem;
}


/*****************************

trial example

*****************************/
.p-trialItem__example{
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-trialItem__example{
    margin-top: 1rem;
    margin-left: 2rem;
    font-size: 0.9em;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-trialItem__example{
    margin-top: 0.875rem;
    margin-left: 1.5rem;
    font-size: 0.9em;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-trialItem__example{
    margin-top: 0.75rem;
    margin-left: 1.25rem;
    font-size: 0.85em;
    line-height: 1.8;
  }
}


/*****************************

scheme

*****************************/
.p-scheme{
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheme{
    margin-bottom: 2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheme{
    margin-bottom: 2rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheme{
    margin-bottom: 2rem;
  }
}


.p-scheme__image{
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheme__image{
    margin-top: 2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheme__image{
    margin-top: 1.5rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheme__image{
    margin-top: 1.25rem;
    overflow-x: auto;
  }
}


/*.p-scheme__image img{
  display: block;
  width: 100%;
  height: auto;
}*/

/* SP */
/*@media screen and (max-width: 480px){
  .p-scheme__image img{
  }
}*/

.p-scheme__image {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-scheme__image img {
  display: block;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

@media screen and (max-width: 600px) {
  .p-scheme__image img {
    width: 600px;
    max-width: none;
  }
}


/*****************************

schedule

*****************************/
.p-schedule{
}

/* PC */
@media screen and (min-width: 701px){
  .p-schedule{
    margin-bottom: 4rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-schedule{
    margin-bottom: 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-schedule{
    margin-bottom: 3rem;
  }
}


/*****************************

schedule table

*****************************/
.p-scheduleTable{
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheduleTable{
    margin-top: 2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheduleTable{
    margin-top: 1.5rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleTable{
    margin-top: 1.25rem;
    overflow-x: auto;
  }
}


.p-scheduleTable__table{
  width: 100%;
  border-collapse: collapse;
		min-width: 1000px;
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleTable__table{
    min-width: 700px;
  }
}


.p-scheduleTable__col01{
  width: 30%;
}


.p-scheduleTable__col02{
  width: 40%;
}


.p-scheduleTable__col03{
  width: 30%;
}


.p-scheduleTable__table th{
  background: #4C81BF;
  border: 1px solid #D9D9D9;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheduleTable__table th{
    padding: 1rem;
    font-size: 1rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheduleTable__table th{
    padding: 0.875rem;
    font-size: 0.95rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleTable__table th{
    padding: 0.75rem;
    font-size: 0.9rem;
  }
}


.p-scheduleTable__table td{
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  line-height: 2;
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheduleTable__table td{
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheduleTable__table td{
    padding: 1.25rem 0.875rem;
    font-size: 0.9rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleTable__table td{
    padding: 1rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.8;
  }
}


.p-scheduleTable__table td:nth-child(1),
.p-scheduleTable__table td:nth-child(2){
  /*font-weight: 700;*/
  text-align: center;
}


/*****************************

schedule note

*****************************/
.p-schedule__note{
  line-height: 1.8;
}

/* PC */
@media screen and (min-width: 701px){
  .p-schedule__note{
    margin-top: 1rem;
    font-size: 0.9em;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-schedule__note{
    margin-top: 0.875rem;
    font-size: 0.9em;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-schedule__note{
    margin-top: 0.75rem;
    font-size: 0.85em;
    line-height: 1.7;
  }
}


/*****************************

schedule cta

*****************************/
.p-scheduleCta{
  text-align: center;
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheduleCta{
    margin-top: 4rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheduleCta{
    margin-top: 3rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleCta{
    margin-top: 2.5rem;
  }
}


.p-scheduleCta a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 500px;
  min-height: 80px;
  padding: 0 0 0 0;
  background: linear-gradient(
    to bottom,
    #FF9A00 0%,
    #FE5100 100%
  );
  border-radius: 999px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
}

.p-scheduleCta a:hover {
  color: #FFF;
  background: linear-gradient( to bottom, #FFB238 0%, #FF6A1F 100% );
}

/* PC */
@media screen and (min-width: 701px){
  .p-scheduleCta a{
    font-size: 1.2rem;
  }
}

/* TB */
@media screen and (min-width: 481px) and (max-width: 700px){
  .p-scheduleCta a{
    min-width: 400px;
    min-height: 72px;
    font-size: 1.1rem;
  }
}

/* SP */
@media screen and (max-width: 480px){
  .p-scheduleCta a{
    width: 100%;
    min-width: 0;
    min-height: 64px;
    font-size: 1.0rem;
  }
}


.p-scheduleCta a::after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.9rem;
}
