/* CSS Document */

/* ========================================================================
  Common style
======================================================================== */
body{
	color: #000;
}

p{
	font-family: "Noto Sans JP", sans-serif;
}

img,
picture {
    width: 100%;
    height: auto;
}

.wrap{
	overflow: hidden;
}

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

	.br-sp {
        display: block;
    }

	.br-pc{
		display: none;
	}

	.emphasis{
		font-weight: 700;
		color: #dc0000;
		font-size: 1.0rem;
	}

	.bg-yellow{
		background-color: #ffe71c;
	}
}

@media screen and (min-width:769px) {
	.sp{
		display: none;
	}

	.br-sp {
		display: none;
	}

	.br-pc{
		display: block;
	}

	img,
	picture{
		max-width: 100%;
		width: auto;
	}

	.notice-right{
		text-align: right;
	}
	
	.notice{
		font-size: 1.0rem;
	}
	
	.section-base{
		padding: 70px 0 100px;
	}
	
	.section-ttl{
		margin-bottom: 64px;
	}
	
	.inner{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	
	.flex-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.emphasis{
		font-weight: 700;
		color: #dc0000;
		font-size: 1.2rem;
	}

	.bg-yellow{
		background-color: #ffe71c;
	}
}


/* ========================================================================
  header
======================================================================== */

@media screen and (max-width:768px) {

	.header {
		border-top: 4px solid #fcb00e;
		padding: 4px 0 4px;
		background-image: url("../img/index/sp/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
	}

	.header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__inner-left .header__lead {
		display: none;
	}

	.header__inner-left{
	}

	.header__inner-left img{
		height: 40px;
		width: auto;
		padding-left: 7px;
  	}

	.header__inner-middle{
		flex-basis: 35%;
		flex-grow: 1;
		margin-left: 12px;
	}

	.header__inner-middle img{
	   width: 154px;
	}

	.header__tel{
		display: none;
	}

	.header__tel-sp {
		display: block;
		width: 52px;
		padding-right: 4px;
		flex-basis: 15%;
  	}

	.header__inner-right {
		text-align: right;
  	}
}

@media screen and (min-width:769px) {
	.header {
		border-top: 4px solid #fcb00e;
		padding: 4px 0 10px;
		background-image: url("../img/index/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
 	}
  
	.header__inner {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: center;
  	}
  
  	.header__inner-left .header__logo {
		height: 60px;
  	}

	.header__inner-left .header__lead{
		font-size: 0.8rem;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: -0.1em;
	}

	.header__inner-middle{
		flex-grow: 2;
		margin-left: 10px;
	}
  
  	.header__inner-right {
		text-align: right;
		flex-grow: 1;
  	}
  
  	.header__tel-sp {
		display: none;
 	 }
}

/* ========================================================================
  key
======================================================================== */

@media screen and (min-width:769px) {
	.key {
		background-color: #ffe71c;
		background-repeat:repeat-x;
	  }

	.key__inner{
		text-align: center;
	}

	.key__inner picture img{
		height: 694px;
		object-fit: cover;
		
	}
}

/* ========================================================================
  cv
======================================================================== */
@media screen and (max-width:768px) {
	.cv__help{
		position: absolute;
		top: -3%;
		left: 6%;
		width: 18%;
	}

	.cv__inner{
		position: relative;
	}
	
	.cv__time{
		position: absolute;
		top: 34%;
		left: 32%;
		width: 65%;
	}

	.cv__btn-sp{
		position: absolute;
		top: 70%;
		right: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
	}

	.time-display{
		font-size: 6.6vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		color: #dc0000;
	}

	.cv__time-txt{
		font-size: 6.6vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 2%;
		font-feature-settings: "palt";
	}

	.cv__time-txt span{
		color: #dc0000;
	}

	.cv__time-note{
		font-size: 2.4vw;
	}
}

@media screen and (min-width:769px) {
	.cv{
		width: 996px;
		padding: 70px 0 100px;
		margin: 0 auto;
	}

	.cv__inner{
		position: relative;
		margin-bottom: 5px;
	}

	.cv__time{
		position: absolute;
		top: 63%;
		left: 24%;
		width: 70%;
	}

	.time-display{
		font-size: 1.68rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		color: #dc0000;
	}

	.cv__time-txt{
		font-size: 1.68rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 2%;
		font-feature-settings: "palt";
	}

	.cv__time-txt span{
		color: #dc0000;
	}

	.cv__features{
		position: absolute;
		bottom: 36px;
		right: 42px;
		display: flex;
	}

	.cv__anytime{
		background-image: url("../img/index/anytime_bg.png");
		background-repeat: no-repeat;
		width: 302px;
		height: 56px;
		padding: 12px 0 0 20px;
		margin-right: 12px;
		text-align: center;
	}

	.cv__anywhere{
		background-image: url("../img/index/anywhere_bg.png");
		background-repeat: no-repeat;
		width: 397px;
		height: 56px;
		padding: 12px 0 0 20px;
		text-align: center;
	}

	.cv__anytime p,.cv__anywhere p{
		font-size: 1.52rem;
		font-weight: 700;
	}

	.cv__btn{
		position: absolute;
		bottom: 38px;
		right: 124px;
	}

	.cv__btn a{
		transition: filter 0.1s ease;
		filter: brightness(1.0);
	}

	.cv__btn a:hover{
		filter: brightness(1.10);
	}
}

/* ========================================================================
  award
======================================================================== */
@media screen and (max-width:768px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/sp/award_bg.jpg");
		background-position: center;
		background-size: 100%;
		background-repeat:none ;
		padding: 8% 0 6%;
	}
	
	.award__ttl{
		width: 80%;
		margin: 0 auto 6%;
	}

	.award__list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	.award__medal01{
		width: 40%;
		margin: 0 auto;
	}

	.award__list-box{
		width: 40%;
	}
}

@media screen and (min-width:769px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/award_bg.jpg");
		background-position: center;
		background-repeat:none ;
		padding: 72px 0 56px;
	}

	.award__list{
		display: flex;
		justify-content: center;
	}

	.award__list-box{
		margin-right: 32px;
	}
}

/* ========================================================================
  case
======================================================================== */
@media screen and (max-width:768px) {
	.case{
		background-image: url("../img/index/case_bg.jpg");
		padding: 0 0;
	}

	.case__ttl{
		width: 100%;
		margin: 0 auto 8%;
		padding: 20px 0;
		background-color: #ffe71c;
		background-image: url("../img/index/case_ttl-stripe.png"),url("../img/index/case_ttl-stripe.png");
		background-repeat: repeat-x,repeat-x;
		background-size: 5%,5%;
		background-position: top,bottom;
	}

	.case__inner{
		margin: 0 auto ;
		padding-bottom: 6%;
		position: relative;
	}

	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		row-gap: 24px;
		width: 92%;
		margin: 0 auto;
	}

	.case__list-box{
		width: 46%;
		margin-right: 6%;
	}

	.case__list-box:nth-child(2n){
		margin-right: 0;
	}

	
}

@media screen and (min-width:769px) {
	.case{
		background-image: url("../img/index/case_bg.jpg");
		padding: 0;
		text-align: center;
	}

	.case__ttl{
		padding: 3% 0;
		width: 100%;
		margin: 2% auto 7%;
		background-color: #ffe71c;
		background-image: url("../img/index/case_ttl-stripe.png"),url("../img/index/case_ttl-stripe.png");
		background-repeat: repeat-x,repeat-x;
		background-position: top,bottom;
	}

	.case__inner{
		max-width: 1200px;
		margin: 0 auto ;
		padding-bottom: 80px;
		position: relative;
	}

	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 24px;
	}

	.case__list-box{
		width: 22%;
		margin-right: 20px;
	}
}


/* ========================================================================
  place
======================================================================== */

@media screen and (max-width:768px) {
	.place{
		background-color: #f1f3f2;
		padding-bottom: 32px;
	}

	.place__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 24px;
		width: 94%;
		margin: 4% auto 0;
	}

	.place__list li{
		width: 48%;
	}

}

@media screen and (min-width:769px) {
	.place{
		text-align: center;
		background-image: url("../img/index/case_bg.jpg");
	}

	.place__ttl{
		margin-bottom: 44px;
	}

	.place__inner{
		max-width: 1200px;
		margin: 0 auto ;
		padding-bottom: 120px;
		position: relative;
	}

	.place__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 24px;
		width: 100%;
	}

	.place__list li{
		width: 19%;
	}

}


/* ========================================================================
  fee
======================================================================== */
@media screen and (max-width:768px) {
	.fee{
		padding: 3% 0 4%;
	}

   .fee_ttl-outer{
		background-image: url("../img/index/sp/fee_bg-ttl.png");
		background-repeat: repeat-x;
		text-align: center;
		width: 100%;
		padding: 24px 0 24px;
	}

	.fee__ttl{
		width: 92%;
		margin:0 auto ;	
	}

	.fee_chart{
		padding: 0 2% 5% 2%;
		width: 92%;
		margin: 0 auto;
	}

	.fee_chart h3{
		width: 48%;
		margin: 0 auto;
	}

	.fee__chart-layout{
		display: flex;
		margin-top: 10%;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	.fee__chart-layout ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 24px;
	}

	.fee__chart-layout li{
		width: 46%;
		row-gap: 30px;
	}


	.fee__chart-margin{
		
	}

	.fee__chart-layout-box-single{
		display: flex;
		justify-content: space-between;
		margin-top: 28px;
	}

	.fee__chart-layout-box-single-img{
		width: 48%;
	}

	.fee__chart-layout-box-single-text{
		width: 48%;
	}

	.fee__conclution{
		margin: 24px 0;
	}

	.fee__staff{
		position: absolute;
		right: -12px;
		bottom: 10px;
	}

	.fee__staff img{
		width: 166px;
	}
}

@media screen and (min-width:769px) {
	.fee{
		padding: 0 0 24px;
		
	}

	.fee_ttl-outer{
		position: relative;
	}

	.fee__ttl{
		margin-bottom: 64px;
		background-image: url("../img/index/fee_bg-ttl.png");
		background-repeat: repeat-x;
		text-align: center;
		padding: 118px 0 77px;
	}

	.fee__ttl-left{
		position: absolute;
		bottom: 0;
		left: 6%;
	}

	.fee__ttl-right{
		position: absolute;
		bottom: 0;
		right: 6%;
	}

	.fee_chart{
		padding: 0 80px 80px 80px;
	}

	.fee__chart-layout{
		display: flex;
		text-align: left;
		align-items: center;
		margin-top: 50px;
	}

	.fee__chart-layout ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 40px;
	}

	.fee__chart-layout li{
		width: 30%;
		gap: 10px;
	}

	.fee__chart-layout-box-left{
		flex: 1;
		justify-content: space-between;
		margin-right: 30px;
	}

	.fee__chart-layout-box-right{
		flex: 1;
		justify-content: space-between;
	}

	.fee__chart-layout-box-left li , .fee__chart-layout-box-right li{
		align-items: center;
		gap: 10px;
	}

	.fee__chart-layout-box-left li:first-child , .fee__chart-layout-box-right li:first-child{
		margin-bottom: 50px;
	}

	.fee__chart-layout-box-single{
		display: flex;
		width: 100%;
		gap: 10px;
		margin-top: 36px;
	}

	.fee__chart-layout-box-single-img{
	}

	.fee__chart-layout-box-single-text{
		display: flex;
		padding-right: 23%;
	}

	.fee__chart-margin{
		margin-right: 22px;
	}

	.fee__conclution{
		margin-top: 72px;
	}

	

}

/* ========================================================================
  howto
======================================================================== */
@media screen and (max-width:768px) {
	.howto{
	
	}

	.howto__ttl-outer{
		background-image: url("../img/index/sp/howto_ttl-bg.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding: 0 0 4%;
		text-align: center;
	}

	.howto__ttl{
		width: 90%;
		margin: 0 auto 6%;
	}

	.howto__lead{
		font-size: 1.0rem;
		line-height: 1.6;
		margin-bottom: 8%;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		text-align: center;
		font-feature-settings: "palt";
	}

	.howto__list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 92%;
		margin:0 auto;
		padding-bottom:  48px;
		row-gap: 40px;
		flex-direction: column;
	}

	.howto__list-box{
		border-radius: 6px;
		width: 100%;
		margin: 0 4px 4px 0;
	}

	.howto__sttl{
		text-align: left;
		padding: 16px 0 16px 8px;
		border-radius: 4px 4px 0 0;
	}

	.howto__sttl-sp01 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp02 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp03 img{
		height: 26px;
		width: auto;
	}

	.howto__sttl-sp04 img{
		width: 64%;
	}

	.howto__list-box p{
		text-align: justify;
		line-height: 1.6;
		font-size: 0.9rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}


	.howto__list-box-inner{
		display: flex;
	}

	.howto__list-box-left{
		margin:24px 18px 0 0;
	}

	.howto__list-box-right{
		width: 80%;
	}

	.howto__list-box-left img{
		width: 100%;
	}

	.howto__sttl{
		font-family: "Noto Sans JP", sans-serif;
		text-align: left;
		font-size: 1.5rem;
		font-weight: 1000;
		padding: 24px 0 4px 0;
		border-radius: 9px 9px 0 0;
	}

	.howto__list-box p{
		text-align: left;
		line-height: 1.6;
		font-size: 1.0rem;
	}

}

@media screen and (min-width:769px) {
	.howto{
		padding: 0 0 56px;
	}

   .howto__inner{
		max-width: 980px;
		margin: 0 auto;
		text-align: center;
	}
	
	.howto__ttl{
		margin-bottom: 20px;
		text-align: center;
	}

	.howto__lead{
		font-size: 1.3rem;
		line-height: 1.6;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		text-align: center;
		margin-bottom: 48px;
	}

	.howto__list{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin:0 auto 48px;
	}

	.howto__list-box{
		width: 47.5%;
		text-align: left;
	}

	.howto__list-box-inner{
		display: flex;
	}

	.howto__list-box-left{
		margin:24px 24px 0 0;
	}

	.howto__list-box-right{
		width: 80%;
	}

	.howto__list-box-left img{
		width: 100%;
	}

	.howto__sttl{
		font-family: "Noto Sans JP", sans-serif;
		text-align: left;
		font-size: 1.8rem;
		font-weight: 1000;
		padding: 24px 0 4px 0;
		border-radius: 9px 9px 0 0;
	}

	.howto__list-box p{
		text-align: left;
		line-height: 1.6;
		font-size: 1.2rem;
		font-weight: 600;
	}
}

/* ========================================================================
  media
======================================================================== */
@media screen and (max-width:768px) {
	.media{
		padding: 6% 0 12%;
	}

	.media__ttl{
		width: 90%;
		margin: 0 auto 10%;
	}

	.media__list-box{
		display: flex;
		width: 92%;
		align-items: center;
		margin: 0 auto 6%;
	}

	.media__list-box img{
		width: 30%;
	}

	.media__list-box div{
		width: 64%;
		margin-left: 3%;
	}

	.media__list-box p{
		font-size: 0.9rem;
		line-height: 1.6;
		text-align: left;
	}
}

@media screen and (min-width:769px) {
	.media{
		padding: 72px 0 100px;
	}

	.media__ttl{
		margin-bottom: 64px;
	}

	.media__list-box{
		display: flex;
		width: 30%;
		align-items: center;
	}

	.media__list-box p{
		font-size: 1.0rem;
		margin-left: 16px;
		line-height: 1.6;
		text-align: left;
	}
}

/* ========================================================================
  flow
======================================================================== */

@media screen and (max-width:768px) {
	.flow{
		padding: 10% 0 0;
		background: #ffe71c;
	}

	.flow__ttl{
		width: 96%;
		margin: 0 auto 4%;
	}
	
	.flow__list{
		display: flex;
		flex-direction: column;
		width: 92%;
		margin: 0 auto;
	}

	.flow__list-box , .flow__list-box-end{
		background: #fff;
		position: relative;
		text-align: left;
		border-radius: 8px;
		margin: 0 4px 18% 0;
		display: flex;
		flex-direction: column;
		border: 4px solid #000;
		box-shadow:4px 4px rgba(0, 0, 0, 1.0);;
	}
	
	.flow__list-box h3 , .flow__list-box-end h3{
		font-weight: 700;
		font-size: 1.1rem;
		margin: 20px 12px 12px 12px;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box p , .flow__list-box-end p{
		font-size: 0.8rem;
		line-height: 1.6;
		margin: 0 12px 0 24px;
	}

	.flow__list-txt{
		width: 100%;
		margin: 32px 0;
	}

	.flow__list-txt p{
		font-size: 1.0rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/sp/flow_arrow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 33px;
		height: 21px;
		display: block;
		position: absolute;
		top: 107%;
		right:0;
		left: 0;
		margin: 0 auto;
	}


}

@media screen and (min-width:769px) {
	.flow{
		padding: 72px 0 100px;
		background: #ffe71c;
	}

	.flow__ttl{
		margin-bottom: 64px;
	}

	.flow__list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flow__list-box , .flow__list-box-end{
		background: #fff;
		width: 30%;
		position: relative;
		text-align: left;
		padding:0 0 10px 0;
		border-radius: 8px;
		border: 4px solid #000;
		margin: 0 4px 4px 0;
		box-shadow:4px 4px rgba(0, 0, 0, 1.0);;
	}

	.flow__list-box img, .flow__list-box-end img{
		width: 100%;
	}

	.flow__list-box h3 , .flow__list-box-end h3{
		font-weight: 700;
		font-size: 1.3rem;
		margin: 20px 12px 12px 12px;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}

	.flow__list-box p , .flow__list-box-end p{
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.6;
		margin: 20px;
	}

	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/flow_arrow01.png);
		background-repeat: no-repeat;
		width: 29px;
		height: 47px;
		display: block;
		position: absolute;
		top: 180px;
		right: -48px;
	}

	.flow__arrow{
		margin: 10px 0;
	}

}


/* ========================================================================
  reason
======================================================================== */
@media screen and (max-width:768px) {
	.reason{
		padding: 4% 0 6% 0;
	}

	.reason__ttl{
		width: 100%;
		margin: 0 auto ;
	}

	.reason__ttl-bg{
		background-color: #000;
		text-align: center;
		padding: 8% 0;
		margin-bottom: 6%;
	}

	.reason__list{
		display: flex;
		flex-wrap: wrap;
		width: 92%;
		margin: 0 auto 32px;
		justify-content: space-between;
		row-gap: 24px;
	}
	
	.reason__list-reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.reason__list li{
		width: 46%;
	}

	.reason__list-box{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
		flex-direction: column;
		width: 92%;
		margin: 0 auto 6%;
		border: 4px solid #000;
		background-color: #fff;
	}

	.reason__list-box-reverse{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
		flex-direction: column-reverse;
		width: 92%;
		margin: 0 auto 6%;
		border: 4px solid #000;
		background-color: #fff;
	}

	.reason__sttl-sp01 img{
		width: 100%;
	}

	.reason__sttl-sp02 img{
		width: 80%;
	}

	.reason__sttl-sp03 img{
		width: 80%;
	}

	.reason__sttl-sp04 img{
		width: 44%;
	}

	.reason__txt{
		background: #fff;
		text-align: left;
		padding: 0 6% 6% 6%;
		margin: 20px 0 0 0;
		z-index: 1;
	}

	.reason__icon{
		width: 28%;
		margin: -6px 0 16px 0;
	}

	.reason__list-box-even{
		display: flex;
		position: relative;
		margin: 90px 0 5px;
		flex-direction: column;
		width: 92%;
		margin: 0 auto 6%;
	}

	.reason__txt-even{
		background: #fff;
		text-align: left;
		padding: 0 6% 6% 6%;
		border-radius: 8px 8px 0 0;
		margin: 20px 0 0 0;
		z-index: 1;
	}

	.reason__icon-even{
		width: 28%;
		margin: -6px 0 16px 0;
	}

	.reason__txt  h3 , .reason__txt-even  h3{
		border-bottom: 2px dotted #000;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.reason__txt p , .reason__txt-even  p{
		font-size: 1.0rem;
		line-height: 1.8;
		text-align: justify;
	}

	
}


@media screen and (min-width:769px) {
	.reason{
		padding: 0 0 100px 0;
		background: #ffe71c;
	}

	.reason__ttl{
	}

	.reason__ttl-bg{
		background-color: #000;
		text-align: center;
		padding: 70px 0;
		margin-bottom: 82px;
	}

	.reason__list{
		display: flex;
		justify-content: space-between;
		margin-bottom: 56px;
	}

	.reason__list li{
		width: 23%;
	}

	
	.reason__list-box{
		border: 8px solid #000;
		display: flex;
		margin: 32px 0 5px;
		background-color: #fff;
	}


	.reason__list-box-reverse{
		display: flex;
		position: relative;
		margin: 32px 0 5px;
		border: 8px solid #000;
		background-color: #fff;
	}

	.reason__txt{
		width: 50%;
		text-align: left;
		padding: 40px 40px 40px 40px;
	}

	.reason__image{
		width: 50%;
	}

	.reason__icon{
		margin: -8px 0 16px 0;
	}

	.reason__txt  h3{
		border-bottom: 2px dotted #000;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.reason__txt p{
		font-size: 1.0rem;
		line-height: 2.0;
		text-align: justify;
	}

	
}

/* ========================================================================
  bee
======================================================================== */

@media screen and (max-width:768px) {

	.bee{
		padding: 48px 0;
	}
	
	.bee__list-box{
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-bottom: 4%;
	}

	.bee__list{
		margin-top: -42px;
	}

	.bee__stripe {
		background: repeating-linear-gradient(-45deg, #000, #000 3px, #ffe71c 4px, #ffe71c 7px);
		padding: 6px;
		width: 92%;
		margin: 0 auto;
		position: relative;
	}

	.bee__inner {
		background-color: #ffe71c;
		padding: 20px 20px 56px;
		text-align: center;
	}

	.bee__img{
		margin-top: 24px;
	}

	.bee__ttl{
		margin: -36px 0 72px;
		z-index: 1;
	}

	 .bee__sttl-sp01 img{
		width: 62%;
	 }

	 .bee__sttl-sp02 img{
		width: 74%;
	 }

	 .bee__sttl-sp03 img{
		width: 48%;
	 }

	.bee__img{
		width: 32%;
	}

	.bee__txt{
		text-align: left;
		margin-top: 24px;
		width: 60%;
	}

	.bee__txt span{
		font-weight: 700;
		color: #dc0000;
	}

	.bee__txt p{
		margin-top: 12px;
		font-size: 0.8rem;
		line-height: 1.6;
		text-align: justify;
	}


	.bee__illust{
		position: absolute;
		right: -58px;
		bottom: -28px;
	}

	.bee__illust img{
		width: 60%;
	}

}


@media screen and (min-width:769px) {

	.bee{
		padding: 128px 0;
	}
	
	.bee__list-box{
		width: 30%;
	}

	.bee__stripe {
		background: repeating-linear-gradient(-45deg, #000, #000 5px, #ffe71c 5px, #ffe71c 10px);
		padding: 10px;
		max-width: 1076px;
		margin: 0 auto;
		position: relative;
	}

	.bee__inner {
		background-color: #ffe71c;
		padding: 72px;
		text-align: center;
	}

	.bee__ttl{
		margin: -104px 0 72px;
		z-index: 1;

	}

	.bee__txt{
		text-align: left;
		margin-top: 24px;
	}

	.bee__txt p{
		margin-top: 12px;
		font-size: 1.0rem;
		line-height: 1.8;
	}

	.bee__txt span{
		font-weight: 700;
		color: #dc0000;
	}


	.bee__illust{
		position: absolute;
		right: 32px;
		bottom: -48px;
	}
}





/* ========================================================================
  bee-exam
======================================================================== */
@media screen and (max-width:768px) {
	

	.bee-exam{
		background-image: url("../img/index/sp/bee-exam_bg.png");
		background-size: 100%;
		background-repeat:no-repeat ;
		background-position: top 20px;
		background-color: #191919;
	}

	.bee-exam__ttl{
		width: 84%;
		margin: 8% auto 6%;
	}
	
	.bee-exam__list{
		display: flex;
		flex-wrap: wrap;
		gap: 42px 0%;
		justify-content: space-between;
		width: 92%;
		margin: 4% auto ;
	}

	.bee-exam__list-box{
		width: 44%;
	}

	.bee-exam__list-box01{
		width: 40%;
		margin: 0 auto;
	}

	.bee-exam__triangle{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #ffe71c;
		margin: 0 auto;
	}

}


@media screen and (min-width:769px) {
	
	.bee-exam{
		background-image: url("../img/index/bee-exam_bg.jpg");
		background-repeat:no-repeat ;
		background-position: top center;
		background-color: #2e2e2e;
	}
	
	.bee-exam__ttl{
		margin: 48px 0 40px;
	}

	.bee-exam__list{
		display: flex;
		flex-wrap: wrap;
		gap: 42px 0%;
		justify-content: center;
	}

	.bee-exam__list-box{
		width: 28%;
	}


	.bee-exam__triangle{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #ffe71c;
		margin: 0 auto;
	}
	

}



/* ========================================================================
  voice
======================================================================== */
@media screen and (max-width:768px) {
	.voice{
		background: #fff06e;
		text-align: center;
		padding: 0 0 3% 0;
	}

	.voice__ttl{
		width: 70%;
		margin: 0 auto 12%;
		position: relative;
		z-index: 1;
	}
	
	.voice__inner{
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		padding: 12% 0 0 0;
	}

	.voice__letter{
		position: absolute;
		right: -1%;
		top: 6%;
		z-index: 0;
		width: 32%;
	}

	.voice__list-box{
		display: flex;
		justify-content: space-between;
		margin:0 auto 8%;
		width: 92%;
	}

	.voice__illust{
		width: 32%;
		margin-right: 4%;
	}

	.voice__name{
		color: #000;
		font-size: 0.8rem;
	}

	.voice__bubble {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 24px 16px;
		box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
		border-radius: 8px;
		background-color: #ffffff;
		text-align: justify;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
		border: 4px solid #000;
	}

	.voice__profile{
		display: flex;
		border-bottom: 2px dotted #000;
		padding-bottom: 4%;
		align-items: center;
	}
	  
	.voice__list-ttl{
		font-size: 1.3rem;
		font-weight: 700;
		color: #000;
		font-family: "Noto Sans JP", sans-serif;
	}

	.voice__list-ttl span{
	}

	.voice__list-txt{
		font-size: 1.0rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 4%;
		line-height: 1.6;
	}

	.voice__list-txt span{
		background-color: #fff32e;
		font-weight: 700;
	}

}

@media screen and (min-width:769px) {
	.voice{
		background: #fff06e;
		text-align: center;
		padding: 0 0 100px 0;
	}

	.voice__ttl{
		margin-bottom: 64px;
		position: relative;
		z-index: 1;
	}
	
	.voice__inner{
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 70px 0 0 0;
	}

	.voice__letter{
		position: absolute;
		right: -40px;
		top: 20px;
		z-index: 0;
	}

	.voice__list{
		display: flex;
		flex-wrap: wrap;
	}

	.voice__list-box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 32px;
		width: 48%;
	}

	.voice__bubble {
		position: relative;
		display: inline-block;
		width: 792px;
		margin-left: 20px;
		padding: 40px;
		border-radius: 12px;
		background-color: #ffffff;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
		border: 4px solid #000;
	}
	  

	.voice__profile{
		padding-bottom: 24px;
		border-bottom: 2px dotted #000;
	}

	.voice__list-ttl{
		font-size: 2.0rem;
		font-weight: 700;
		color: #000;
		font-family: "Noto Sans JP", sans-serif;
		padding-bottom: 20px;
		width: 60%;
	}

	.voice__illust{
		width: 30%;
	}

	.voice__name{
		color: #000;
		font-size: 1.0rem;
	}

	.voice__list-ttl span{
	}

	.voice__list-txt{
		font-size: 1.0rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 20px;
		line-height: 2.0;
	}

	.voice__list-txt span{
		background-color: #fff32e;
		font-weight: 700;
	}

}


/* ========================================================================
  faq
======================================================================== */
@media screen and (max-width:768px) {
	.faq{
		padding: 12% 0 ;
		background-color: #e3e3e3;
	}

	.faq__ttl{
		width: 90%;
		margin:0 auto 12%;
	}

	.faq__list{
		display: flex;
		flex-direction: column;
	}
	
	.faq__list-box{
		background-color: #fff;
		border: 3px solid #000;
		width: 92%;
		margin: 0 auto 4%;
		border-radius: 8px;
		text-align: left;
	}

	.faq__q{
		margin-bottom: 3.16%;
		display: flex;
		align-items: center;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 4%;
		padding-left: 2%;
		padding-bottom: 4.16%;
		position: relative;
		background-color: #000;
		color: #fff;
		text-align: left;
		font-feature-settings: "palt";
	}

	.faq__a{
		margin-bottom: 7.16%;
		display: flex;
		align-items: start;
		font-size: 0.9rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		padding-left: 14%;
		padding-right: 4%;
	}

	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		background-size: 100%;
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}

	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		background-size: 100%;
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 20px;
		position: absolute;
		top: 0;
		left: 8px;
	}
	
}


@media screen and (min-width:769px) {
	.faq{
		padding: 70px 0 ;
		background-color: #e3e3e3;
	}

	.faq__ttl{
		margin-bottom: 78px;
	}

	.faq__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.faq__list-box{
		background-color: #fff;
		border: 3px solid #000;
		flex-basis: 49%;
		margin-bottom: 2%;
		border-radius: 8px;
		text-align: left;
	}

	.faq__q{
		padding: 3.16% 2.4%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: center;
		font-size: 1.3rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		background-color: #000;
		color: #fff;
	}

	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		display: block;
		width: 52px;
		height: 52px;
		margin-right: 20px;
	}

	.faq__a{
		padding: 0% 3.1% 3.16% 15%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: start;
		font-size: 1.0rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		text-align: justify;
		line-height: 1.8;
	}

	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		display: block;
		width: 52px;
		height: 52px;
		margin-right: 20px;
		position: absolute;
		top: 0;
		left: 12px;
	}
}

/* ========================================================================
  area
======================================================================== */

@media screen and (max-width:768px) {
	.area{
		background-color: #ffe71c;
		background-image: url("../img/index/sp/area_bg.jpg");
		text-align: center;
		background-position: top;
		background-repeat: no-repeat;
		padding: 12% 0 0;
		background-size: 100%;
	}

	.area__container{
		margin: 0 auto;
		position: relative;
	}

	.area__ttl{
		margin:0 auto 8%;
		width: 60%;
	}

	.area__txt{
		width: 90%;
		text-align: justify;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.area__txt h3{
		width: 74%;
		text-align: left;
	}

	.area__txt p{
		line-height: 1.6;
		text-align: justify;
		font-size: 0.8rem;
		margin: 4% 0;
	}

	.area__txt span{
		font-size: 0.7rem;
		margin-top: 4%;
		display: inline-block;
	}

}

@media screen and (min-width:769px) {
	.area{
		background-color: #ffe71c;
		background-image: url("../img/index/area_image.jpg");
		text-align: center;
		height: 773px;
		background-position: center;
		background-repeat: no-repeat;
		padding: 80px 0 0 0;
	}

	.area__container{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.area__txt{
		width: 360px;
		position: absolute;
		text-align: left;
		top: 72px;
		left: 0;
	}

	.area__txt h3{
		margin-bottom: 24px;
	}

	.area__txt p{
		line-height: 2.2;
		text-align: justify;
		font-size: 1.0rem;
	}

	.area__txt span{
		font-size: 0.8rem;
		margin-top: 20px;
	}

}
  


/* ========================================================================
  guarantee 
======================================================================== */

@media screen and (max-width:768px) {
	.guarantee-sp{
		text-align: center;
		padding: 10% 0;
	}

	.guarantee__ttl{
		width: 72%;
		margin: 0 auto 10%;
	}

	.guarantee-sp__list{
		display: flex;
		align-items: center;
	}

	.guarantee-sp__medal{
		width: 50%;
		margin: 0 auto;

	}
	.guarantee__container{
		border: solid 5px #e4c43a;
		background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
		padding: 6%;
		width: 92%;
		margin: 0 auto;
	}

	.guarantee__txt{
		text-align: justify;
		line-height: 1.6;
		margin-top: 6%;
	}

	.guarantee-sp__item-list{
		display: flex;
		flex-direction: column;
		row-gap: 12px;
	}
	
}

@media screen and (min-width:769px) {
	.guarantee{
		text-align: center;
		padding: 72px 0 100px;
	}

	.guarantee__container{
		border: solid 11px #e4c43a;
		background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
		display: flex;
		justify-content: space-between;
		padding: 30px 35px 20px;
		max-width: 996px;
		margin: 0 auto;
	}

	.guarantee__container-right{
		width: 70%;
	}

	.guarantee__container-right p{
		font-size: 1.0rem;
		line-height: 2.0;
		text-align: left;
		margin: 20px 0;
	}

	.guarantee__container-right span{
		color: #dc0000;
		font-weight: 600;
	}

}



/* ========================================================================
  estimate
======================================================================== */

@media screen and (max-width:768px) {
	.estimate{
		background: #ededed;
		padding: 12% 0 0;
	}

	.estimate__ttl{
		width: 80%;
		margin: 0 auto 6%;
	}

	.estimate__list{
		display: flex;
		flex-direction: column;
		padding: 0 4px 4px 0;
	}

	.estimate__list-box{
		border-radius: 8px;
		width: 92%;
		background-color:#fff;
		text-align: left;
		margin: 0 auto 6%;
		border: 3px solid #000;
	}

	.estimate__list-box h3{
		margin: 6% 30px 0 20px;
		
	}

	.estimate__list-box h3 img{
		width: auto;
		height: 66px;
	}

	.estimate__list-box p{
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 12px 20px 24px;
		font-weight: 600;
	}

}

@media screen and (min-width:769px) {
	.estimate{
		background: #ededed;
		padding: 72px 0 100px;
	}

	.estimate__ttl{
		margin-bottom: 64px;
	}

	.estimate__list{
		display: flex;
		justify-content: space-between;
		padding: 0 4px 4px 0;
	}

	.estimate__list-box{
		border-radius: 12px;
		width: 32%;
		background-color:#fff;
		text-align: left;
		border: 3px solid #000;
	}

	.estimate__list-box picture img{
		border-radius: 12px 12px 0 0;
	}

	.estimate__list-box h3{
		margin: 20px;
	}
	.estimate__list-box p{
		font-size: 1rem;
		line-height: 1.6;
		margin: 20px;
	}

}

/* ========================================================================
  payment
======================================================================== */

@media screen and (max-width:768px) {
	.payment{
		margin: 12% auto 4% ;
		text-align: center;
	}

	.payment__ttl{
		width: 80%;
		margin: 0 auto 12%;
	}
	
	.payment__list{
		display: flex;
		flex-direction: column;
	}

	.payment__list-box{
		border: 3px solid #000;
		border-radius: 8px;
		width: 92%;
		margin: 0 auto 6%;
	}

	.payment__list-box p{
		text-align: left;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 20px;
	}

	.payment__list-box img{
		margin: 20px auto 0;
		width: 54%;

	}

	.payment__sttl{
		color: #ffe71c;
		background-color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		padding: 10px 0;
		border-radius: 4px 4px 0 0;
		font-family: "Noto Sans JP", sans-serif;
	}

}

@media screen and (min-width:769px) {
	.payment{
		max-width:1200px;
		margin: 76px auto 100px;
		text-align: center;
	}

	.payment__ttl{
		margin-bottom: 64px;
	}
	
	.payment__list{
		display: flex;
		justify-content: space-between;
	}

	.payment__list-box{
		border: 3px solid #000;
		border-radius: 12px;
		width: 32%;
	}

	.payment__list-box p{
		text-align: left;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 20px;
	}

	.payment__list-box img{
		margin: 20px 0;
	}

	.payment__sttl{
		color: #ffe71c;
		background-color: #000;
		font-size: 2.0rem;
		font-weight: 700;
		padding: 20px 0;
		border-radius: 8px 8px 0 0;
		font-family: "Noto Sans JP", sans-serif;
	}

}

/* ========================================================================
  about
======================================================================== */

@media screen and (max-width:768px) {
	.about{
		padding: 0 0 12% 0;
	}

	.about__ttl{
		width: 80%;
		margin: 0 auto;
	}

	.about__ttl-outer{
		padding: 12% 0 0 0;
		background-image: url("../img/index/sp/about_ttl-bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		background-size: 100%;
	}

	.about__txt{
		width: 90%;
		margin: 0 auto;
	}

	.about__txt p{
		margin-top: 20px;
		line-height: 1.8;
		text-align: justify;
		font-weight: 500;
		font-size: 1.0rem;
		margin-bottom: 6%;
	}

	.about__container{
		border: 3px solid #000;
		border-radius: 8px;
		background-color: #fff;
		padding: 0 6% 6%;
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}

	.about__container-txt{
		width: 70%;
		margin-right: 4%;
	}

	.about__container h3{
		display: inline-block;
		width: 70%;
		margin: 0 auto;
	}

	.about__container-lead{
		text-align: left;
		display: flex;
		align-items: center;
	}

	.about__illust{
		width: 30%;
	}

	.about__container-lead-outer{
		margin: 6% 0 12%;
	}

	.about__container-lead-outer p{
		line-height: 1.9;
		font-weight: 500;
		text-align: justify;
		font-size: 0.9rem;
		font-feature-settings: "palt";
		
	}

	.about__container-lead p{
		font-size: 0.9rem;
		font-feature-settings: "palt";
	}

	.about__list{
		display: flex;
		flex-direction: column;
		margin-top: 6%;
	}

	.about__list-box{
		text-align: left;
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 6%;
	}

	.about__list-box img{
		width:  50%;
		margin-right: 6%;
		display: block;
	}

	.about__list-box p{
		font-size: 0.8rem;
		font-weight: 600;
		line-height: 1.2;
		width: 50%;
		display: block;
	}

	.about__illust{
		float: right;
	}

	.about__list-box span{
		color: #000;
		font-size: 0.8rem;
		margin: 0 0 2%;
		display: inline-block;
	}

}

@media screen and (min-width:769px) {
	.about{
		padding: 0 0 100px 0;
		background-color: #e2f1f9;
		background-repeat: repeat-x;
		background-position: top;
	}

	.about__ttl-outer{
		padding:  0;
		background-image: url("../img/index/about_bg.png"),url("../img/index/about_bg-side.png");
		background-position: top;
		background-repeat: no-repeat,repeat-x;
		text-align: left;
		height: 560px;
	}

	.about__txt{
		width: 530px;
		font-size: 1.0rem;
		text-align: left;
	}

	.about__txt p{
		margin-top: 20px;
		line-height: 1.8;
	}

	.about__inner{
		width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 136px 0 0 0;
	}

	.about__container{
		border: 4px solid #000;
		border-radius: 16px;
		background-color: #fff;
		padding: 0 56px 90px;
		margin-top: -40px;
	}

	.about__container-lead{
		text-align: left;
		margin: 58px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.about__container-lead p{
		font-size: 1.0rem;
		line-height: 2.0;
	}

	.about__list{
		display: flex;
		justify-content: space-between;
	}

	.about__list-box{
		text-align: left;
	}

	.about__list-box span{
		color: #000;
		font-size: 1.0rem;
		margin: 20px 0 10px;
		display: inline-block;
	}

	.about__list-box p{
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.2;
	}
	
}


/* ========================================================================
  coupon
======================================================================== */

@media screen and (max-width:768px) {
	.coupon__ttl{
		width: 90%;
		margin: 0 auto 8%;
	}
	
	.coupon{
		padding: 0 0 12%;
	}

	.coupon .inner{
		width: 92%;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.coupon__ttl{
		margin-bottom: 48px;
	}

	.coupon{
		background-color: #fff;
		padding: 70px 0 100px;
	}

}

/* ========================================================================
  footer
======================================================================== */

@media screen and (max-width:768px) {
	.footer{
		background-color: #242424;
		padding: 8% 0 40%;
		text-align: center;
		color: #fff;
	}
}

@media screen and (min-width:769px) {
	.footer{
		background-color: #242424;
		padding: 4% 0 5%;
		text-align: center;
		color: #fff;
	}
}


/* ========================================================================
  ページトップへ
======================================================================== */

#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    background: rgba(34, 34, 38, 0.8) no-repeat;
	border-radius: 8px;
	z-index: 999;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}


/* ========================================================================
  フロートボタン
======================================================================== */

@media screen and (max-width:768px) {
	.float_btn{
		display: none;
		position: fixed;
		bottom: 0;
		z-index: 999;
 	 }

 	 .float_btn-inner{
		display: flex;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 2%;
		column-gap: 2%;
	}
}  

/*フッターリスト*/
.footer .footer_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_list {
    flex-wrap: wrap;
  }
}
.footer .footer_list .list_item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item {
    border: none;
    position: relative;
  }
  .footer .footer_list .list_item::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.13vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .footer .footer_list .list_item:nth-of-type(3)::after, .footer .footer_list .list_item:last-of-type::after {
    display: none;
  }
}
.footer .footer_list .list_item:last-of-type {
  border: none;
}
.footer .footer_list .list_item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer .footer_list .list_item a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item a {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}  
.footer__copy {
  padding: 1.5rem;
}

.inner_title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 17px 10px;
}

.c-table01 {
  margin: 40px auto;
  overflow: hidden;
  border-radius: 3px
}
.c-table01 tr {
  border-bottom: 1px solid #333;
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
  background: var(--mh--color--secondary-100);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
}
@media(min-width: 768px) {
  .c-table01 {
    border-radius: 20px
  }
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px
  }
}










